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

Builder curl-threaded-solaris11-sparc Build #5169

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 23 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5169 Build
codebase Build
got_revision 3e3d526c4ce4fea3c3a1b46bf55cc1b64fa10c5d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3e3d526c4ce4fea3c3a1b46bf55cc1b64fa10c5d Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartTue Jan 20 18:10:52 2026
EndTue Jan 20 19:20:04 2026
Elapsed1 hrs, 9 mins, 11 secs

All Changes:

:

  1. Change #255834

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 20 Jan 2026 16:38:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3dd7f5890f2a4e85d8eaa31b9b44de153db6c597

    Comments

    socket: check result of SO_NOSIGPIPE
    New define USE_SO_NOSIGPIPE in curl_setup.h, for now set whenever
    SO_NOSIGPIPE is defined. Maybe overridden in the future on systems where
    this does not work.
    
    With USE_SO_NOSIGPIPE defined, set SO_NOSIGPIPE on all sockets created
    by libcurl and fail the creation when setsockopt() fails.
    
    Closes #20370

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/cf-socket.c
    • lib/curl_setup.h
    • lib/sigpipe.h
    • src/tool_main.c
  2. Change #255835

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 20 Jan 2026 16:39:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 677374d58bf2ec13f346af2159c0c4612c8109d6

    Comments

    GHA: update ngtcp2/nghttp3 to v1.15.0
    Closes #20371

    Changed files

    • .github/workflows/http3-linux.yml
  3. Change #255836

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 20 Jan 2026 16:40:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3d354f55b7fb4053080cf69777d8365e8a613dd5

    Comments

    GHA: update ngtcp2/ngtcp2 to v1.20.0
    Closes #20372

    Changed files

    • .github/workflows/http3-linux.yml
  4. Change #255837

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 20 Jan 2026 16:43:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8ce16e7bf29925eb89b602861623695efc7a4af6

    Comments

    timeout handling: auto-detect effective timeout
    When checking a transfer for being expired via `Curl_timeleft_ms()`,
    eleminate the `bool connecting` parameter and have the function check
    the `mstate` of the transfer instead.
    
    Advantages:
    * eleminate the caller needing awareness if the transfer is
      connecting or in a later state
    * fix pingpong timeout handling to check the correct timeout
      during "proto_connect" phases
    * avoid using "connecting" timeouts during establishing a secondary
      connection (e.g. FTP) since this would use the timestamp from
      the original, primary connect and thus be wrong
    
    Reported-by: Wyuer on github
    Fixes #20347
    Closes #20354

    Changed files

    • lib/asyn-ares.c
    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/connect.c
    • lib/connect.h
    • lib/cshutdn.c
    • lib/doh.c
    • lib/ftp.c
    • lib/gopher.c
    • lib/multi.c
    • lib/multiif.h
    • lib/pingpong.c
    • lib/pingpong.h
    • lib/socks.c
    • lib/tftp.c
    • lib/transfer.c
    • lib/url.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/schannel.c
    • lib/ws.c
    • tests/unit/unit1303.c
  5. Change #255838

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 20 Jan 2026 16:44:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f8769845c80eb5065433743308ab530566c75aa2

    Comments

    config2setopts: acknowledge OOM error from CURLOPT_MIMEPOST
    It should make curl exit. Found with "strict torture".
    
    Closes #20375

    Changed files

    • src/config2setopts.c
  6. Change #255844

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 20 Jan 2026 17:56:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e3d526c4ce4fea3c3a1b46bf55cc1b64fa10c5d

    Comments

    codespell: ignore false positive found in RELEASE-NOTES

    Changed files

    • .github/scripts/codespell-ignore.words