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

Builder curl-threaded-solaris10-i386 Build #3538

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 54 mins, 43 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 22 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 3538 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-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Jun 24 18:55:52 2025
EndWed Jun 25 03:42:06 2025
Elapsed8 hrs, 46 mins, 14 secs

All Changes:

:

  1. Change #237652

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Jun 2025 10:56:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65f8253336680bf2b3387796b6d08b6de69fca21

    Comments

    bufq: remove the unused Curl_bufq_unwrite function
    Follow-up to 02edae54e8
    
    Closes #17730

    Changed files

    • docs/internals/BUFQ.md
    • lib/bufq.c
    • lib/bufq.h
    • tests/unit/unit2601.c
  2. 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