Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris10-sparc Build #13987

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbcd0497c8112e05412d2c649e8d9eea2bda8020e
Got Revisionbcd0497c8112e05412d2c649e8d9eea2bda8020e
Changes6 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 32 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 22 mins, 44 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13987 Build
codebase Build
got_revision bcd0497c8112e05412d2c649e8d9eea2bda8020e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bcd0497c8112e05412d2c649e8d9eea2bda8020e Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. Joshua Rogers
  3. Stefan Eissing
  4. Viktor Szakats
  5. penpal

Timing:

StartThu May 21 04:00:12 2026
EndThu May 21 17:05:50 2026
Elapsed13 hrs, 5 mins, 38 secs

All Changes:

:

  1. Change #267857

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 19:24:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c30db7b6be6c19e1841710eaf3babe6847f6cd02

    Comments

    cmake: quote `COMPONENTS` string in `curl-config.in.cmake`
    For consistency and for handling an accidental empty more gracefully.
    
    Follow-up to 7d546e52b21c94e1d4f6669d2d4d64f79bff0d7b #21540
    
    Closes #21699

    Changed files

    • CMake/curl-config.in.cmake
  2. Change #267863

    Category curl
    Changed by penpal <unamemeohnoyoudont@proton.me>
    Changed at Wed 20 May 2026 19:51:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ba7b65f95736c5fbef3ccfaeb945273379e003ee

    Comments

    sspi: clear SSPI credentials on AcquireCredentialsHandle failure
    - Clear credentials on AcquireCredentialsHandle failure so it is not
      used on a subsequent call.
    
    SSPI initialization may evaluate the credentials pointer to determine
    whether or not a prior call to AcquireCredentialsHandle was successful,
    therefore we must clear it on a failed call.
    
    Closes https://github.com/curl/curl/pull/21642

    Changed files

    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_sspi.c
  3. Change #267864

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 20 May 2026 19:51:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5e4e62962c0f8536c612a5248e2ac4eb7d67ae66

    Comments

    cfilters: fix busy loop on blocked transfers
    When a transfer gets paused after the connection has been established,
    any data sitting in the kernel socket buffers will no longer get read.
    
    Prevent the sockets form being added to the pollsets, because they
    will trigger POLLIN endlessly and cause a busy poll loop. Same in event
    based processing.
    
    Reported-by: Harry Sintonen
    
    Fixes https://github.com/curl/curl/issues/21671
    Closes https://github.com/curl/curl/pull/21675

    Changed files

    • lib/cfilters.c
  4. Change #267865

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Wed 20 May 2026 19:51:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cce4d3b0edd98b9b10f62485f01d37b81fd46a00

    Comments

    schannel: fix revoke_best_effort setting for proxy
    - Fix revoke_best_effort reading wrong ssl config.
    
    Prior to this change the revoke_best_effort setting for the proxy was
    wrongly ignored in favor of the same setting for the destination host.
    
    In other words, CURLSSLOPT_REVOKE_BEST_EFFORT set via
    CURLOPT_PROXY_SSL_OPTIONS did not apply to the proxy and
    CURLSSLOPT_REVOKE_BEST_EFFORT set via CURLOPT_SSL_OPTIONS wrongly
    applied to the proxy.
    
    Closes https://github.com/curl/curl/pull/21683

    Changed files

    • lib/vtls/schannel_verify.c
  5. Change #267880

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 20 May 2026 20:32:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3b04e56003682a927182d049f6a68ceaa2e9d93

    Comments

    tests: add an assert to avoid IPC blocking
    If so much data is being sent over the internal IPC pipe that the pipe
    buffer fills and the syscall blocks, the program will hang. Add an
    assert to ensure that this limit is never reached. The buffer size is
    going to be different on different platforms, so choose 1KB which is
    likely to be a reasonable lower bound on just about any system.
    Currently, the maximum amount ever written is <100 bytes, so this should
    provide plenty of headroom.
    
    Spotted by Codex Security
    
    Closes #21688

    Changed files

    • tests/runner.pm
  6. Change #267899

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 21 May 2026 01:31:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bcd0497c8112e05412d2c649e8d9eea2bda8020e

    Comments

    tidy-up: use `curlx_safefree()`
    Closes #21700

    Changed files

    • lib/cf-socket.c
    • lib/curl_gssapi.c
    • lib/ftp.c
    • lib/ftplistparser.c
    • lib/getinfo.c
    • lib/http.c
    • lib/multi.c
    • lib/url.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_sspi.c
    • lib/vtls/apple.c
    • lib/vtls/vtls.c
    • src/tool_getparam.c
    • tests/libtest/lib518.c
    • tests/libtest/lib537.c
    • tests/libtest/lib678.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c