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

Builder curl-ares-solaris11-i386 Build #3647

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 36 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3647 Build
codebase Build
got_revision e80c893254ff3254188a708c9e37c44ae892ff39 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e80c893254ff3254188a708c9e37c44ae892ff39 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:

StartTue Jun 24 16:33:56 2025
EndTue Jun 24 19:19:51 2025
Elapsed2 hrs, 45 mins, 54 secs

All Changes:

:

  1. Change #237670

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 24 Jun 2025 15:02:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e80c893254ff3254188a708c9e37c44ae892ff39

    Comments

    multi: xfer table/bitset, handle limits
    * calculate capacity growth on multi's xfer table and bitsets to
      work correctly when approaching UINT_MAX
    * uint-bset: track the first 64bit slot used. This avoids slot scans
      on empty sets.
    * uint-tbl: remove restriction to grow ot UINT_MAX, it is multi's
      job to enforce limits suitable for its use
    * test751: use curl_mfprintf() for error messages
    
    Closes #17731

    Changed files

    • lib/multi.c
    • lib/uint-bset.c
    • lib/uint-bset.h
    • lib/uint-table.c
    • tests/libtest/lib751.c