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

Builder curl-unthreaded-solaris11-i386 Build #4118

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision56f2479c1433bd4f886295fcdce2459d1333eecf
Got Revision56f2479c1433bd4f886295fcdce2459d1333eecf
Changes4 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 10 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4118 Build
codebase Build
got_revision 56f2479c1433bd4f886295fcdce2459d1333eecf Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 56f2479c1433bd4f886295fcdce2459d1333eecf Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Nov 24 23:38:03 2025
EndMon Nov 24 23:40:25 2025
Elapsed2 mins, 21 secs

All Changes:

:

  1. Change #249844

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 24 Nov 2025 23:26:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be4462a415a96c203be5be9c59d956b24d43f5c2

    Comments

    INTERNALS.md: add brotli and zstd version info
    And alpha-sort the dependency list
    
    Closes #19672

    Changed files

    • docs/INTERNALS.md
  2. Change #249845

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 24 Nov 2025 23:32:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfde7811213d482789683094510f0680ee0291e4

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #249846

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 24 Nov 2025 23:34:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 24b36fdd1585ea22e5e1f00791f1c20423433cde

    Comments

    ratelimit: redesign
    Description of how this works in `docs/internal/RATELIMITS.ms`.
    
    Notable implementation changes:
    - KEEP_SEND_PAUSE/KEEP_SEND_HOLD and KEEP_RECV_PAUSE/KEEP_RECV_HOLD
      no longer exist. Pausing is down via blocked the new rlimits.
    - KEEP_SEND_TIMED no longer exists. Pausing "100-continue" transfers
      is done in the new `Curl_http_perform_pollset()` method.
    - HTTP/2 rate limiting implemented via window updates. When
      transfer initiaiting connection has a ratelimit, adjust the
      initial window size
    - HTTP/3 ngtcp2 rate limitin implemnented via ack updates
    - HTTP/3 quiche does not seem to support this via its API
    - the default progress-meter has been improved for accuracy
      in "current speed" results.
    
    pytest speed tests have been improved.
    
    Closes #19384

    Changed files

    • docs/Makefile.am
    • docs/internals/RATELIMITS.md
    • lib/Makefile.inc
    • lib/cf-h1-proxy.c
    • lib/file.c
    • lib/ftp.c
    • lib/http.c
    • lib/http.h
    • lib/http2.c
    • lib/imap.c
    • lib/ldap.c
    • lib/multi.c
    • lib/multi_ev.c
    • lib/multiif.h
    • lib/pingpong.c
    • lib/pop3.c
    • lib/progress.c
    • lib/progress.h
    • lib/ratelimit.c
    • lib/ratelimit.h
    • lib/request.c
    • lib/request.h
    • lib/rtsp.c
    • lib/select.c
    • lib/select.h
    • lib/sendf.c
    • lib/setopt.c
    • lib/smtp.c
    • lib/speedcheck.c
    • lib/speedcheck.h
    • lib/telnet.c
    • lib/tftp.c
    • lib/transfer.c
    • lib/transfer.h
    • lib/url.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/schannel.c
    • lib/ws.c
    • tests/data/Makefile.am
    • tests/data/test3216
    • tests/http/test_02_download.py
    • tests/http/test_07_upload.py
    • tests/unit/Makefile.inc
    • tests/unit/unit1606.c
    • tests/unit/unit3216.c
  4. Change #249847

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 24 Nov 2025 23:35:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 56f2479c1433bd4f886295fcdce2459d1333eecf

    Comments

    manage: expand the 'libcurl support required' message
    Example of old text:
    
     --dns-ipv4-addr requires that libcurl is built to support c-ares.
    
    New version:
    
     For --dns-ipv4-addr to work, it requires that the underlying libcurl is
     built to support c-ares.
    
    Closes #19665

    Changed files

    • scripts/managen