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

Builder curl-ares-solaris11-i386 Build #4220

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond7928029fc0a31df03473d5ca9e13b732357febc
Got Revisiond7928029fc0a31df03473d5ca9e13b732357febc
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Dec 4 18:50:10 2025
EndThu Dec 4 18:53:22 2025
Elapsed3 mins, 11 secs

All Changes:

:

  1. Change #250975

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 04 Dec 2025 18:45:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7928029fc0a31df03473d5ca9e13b732357febc

    Comments

    connection: attached transfer count
    Since we no longer traverse the transfers attached to a connection,
    change the sparse bitset to just a `uint32_t` counter.
    
    This makes multi_ev the single user of sparse bitsets for transfers
    using a socket and allocation failures are handled there correctly.
    
    Refs #19818
    Closes #19836

    Changed files

    • lib/conncache.c
    • lib/http2.c
    • lib/multi.c
    • lib/uint-spbset.c
    • lib/uint-spbset.h
    • lib/url.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c