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

Builder curl-threaded-solaris11-i386 Build #5392

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond1823ebc17e5778c30f8a6b2221a057ec607a9b7
Got Revisiond1823ebc17e5778c30f8a6b2221a057ec607a9b7
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Sep 18 12:07:59 2026
EndFri Sep 18 14:49:06 2026
Elapsed2 hrs, 41 mins, 6 secs

All Changes:

:

  1. Change #282125

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 18 Sep 2026 11:04:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e20dbc62e2107f32e137f9295db99d183a0bf3c

    Comments

    u8_strset, u32_ptrset: fix boundaries handling
    - u8_strset: iterator over all entries using a uint16_t index
    - u32_ptrset: limit max size to 31 bits, managing INT32_MAX entries
    
    Closes #22991

    Changed files

    • lib/u32_ptrset.c
    • lib/u32_ptrset.h
    • lib/u8_strset.c
  2. Change #282131

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 18 Sep 2026 13:00:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d1823ebc17e5778c30f8a6b2221a057ec607a9b7

    Comments

    connectionpool: some tweaks
    - check limits when adding a connection to the pool, using one lock
    - when finding an existing connection, define results on match
      callback that can trigger a connection close (cheaper) and avoid
      bundle re-lookups.
    - perform pruning of dead connection as part of find op, using one lock
    
    Closes #22956

    Changed files

    • lib/cf-https-connect.c
    • lib/conncache.c
    • lib/conncache.h
    • lib/cshutdn.c
    • lib/cshutdn.h
    • lib/http.c
    • lib/multi.c
    • lib/progress.c
    • lib/progress.h
    • lib/tftp.c
    • lib/url.c
    • lib/vquic/vquic.c
    • lib/vquic/vquic.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • tests/data/test1554