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

Builder curl-unthreaded-solaris10-i386 Build #15731

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 57 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 7 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15731 Build
codebase Build
got_revision e80c893254ff3254188a708c9e37c44ae892ff39 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e80c893254ff3254188a708c9e37c44ae892ff39 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Jun 24 21:47:15 2025
EndWed Jun 25 06:40:08 2025
Elapsed8 hrs, 52 mins, 52 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