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

Builder curl-ares-solaris10-sparc Build #3618

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond3b04e56003682a927182d049f6a68ceaa2e9d93
Got Revisiond3b04e56003682a927182d049f6a68ceaa2e9d93
Changes10 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 51 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 16 mins, 54 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3618 Build
codebase Build
got_revision d3b04e56003682a927182d049f6a68ceaa2e9d93 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d3b04e56003682a927182d049f6a68ceaa2e9d93 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartWed May 20 22:17:02 2026
EndThu May 21 10:42:30 2026
Elapsed12 hrs, 25 mins, 28 secs

All Changes:

:

  1. Change #267798

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 20 May 2026 11:50:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 77e4e5b86de025e3f87761282f0fdac286fa2750

    Comments

    websockets: auto-tunnel through http proxy
    When using a ws: or wss: url with a http proxy, automatically
    switch to tunneling operation mode.
    
    Add test_20_10 to check.
    
    Fixes #21663
    Closes #21691

    Changed files

    • lib/protocol.c
    • lib/protocol.h
    • lib/url.c
    • tests/http/test_20_websockets.py
  2. Change #267800

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Wed 20 May 2026 11:53:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision edfc80c7c473b9a09eba9e98e59c4d7d167bbb9e

    Comments

    urlapi: compare zone-id in Curl_url_same_origin()
    Closes #21686

    Changed files

    • lib/urlapi.c
  3. Change #267809

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 13:01:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 76e1da09891a1c2c436820f1c9aac826dab70721

    Comments

    GHA/non-native: drop DragonFlyBSD job, due to unreliable package repo updates
    Example:
    ```
    Wed, 20 May 2026 09:51:48 GMT Updating Avalon repository catalogue...
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT repository Avalon has no meta file, using default settings
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT Unable to update repository Avalon
    Wed, 20 May 2026 09:51:48 GMT Error updating repositories!
    Wed, 20 May 2026 09:51:48 GMT Error: Process completed with exit code 3.
    ```
    
    As tested over at libssh2, retrying the install command also does not
    help, only repeats the same failure.
    
    Also: fix whitespace in matrix.
    
    Follow-up to b158d1c9f7456a8f976c74c08d2dc5a555e9cc77 #21681
    
    Closes #21694

    Changed files

    • .github/workflows/non-native.yml
  4. Change #267810

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 13:01:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f902c3c4860d9b57fb57aede482c57938a2a6a48

    Comments

    Dockerfile: fix typo in variable name
    Did not cause an actual issue.
    
    Spotted by GitHub Code Quality
    
    Follow-up to 41c03b4c98dbc639a32d32486ed5146be2e73ee1 #13250
    
    Closes #21693

    Changed files

    • Dockerfile
  5. Change #267844

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 20 May 2026 15:54:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 88c7e16cceec816a2df45c899d49b1e85513f193

    Comments

    setopt: clear proxy auth properly on NULL
    Verify NULLed proxy credentials with test1648
    
    Closes #21696

    Changed files

    • lib/setopt.c
    • tests/data/Makefile.am
    • tests/data/test1648
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1648.c
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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