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

Builder curl-unthreaded-solaris10-sparc Build #13222

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondb512ee2677e036967ef861a71b1cfa14e537b4f
Got Revisiondb512ee2677e036967ef861a71b1cfa14e537b4f
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 48 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 36 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartWed Jun 25 03:58:50 2025
EndWed Jun 25 18:12:17 2025
Elapsed14 hrs, 13 mins, 26 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
  2. Change #237703

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Jun 2025 01:37:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04e90d4814117b35773a1a998fe1449c83f47183

    Comments

    mk-lib1521: replace `printf` with `curl_mprintf`
    Ref: #17731
    
    Closes #17732

    Changed files

    • tests/libtest/mk-lib1521.pl
  3. Change #237704

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Jun 2025 01:37:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db512ee2677e036967ef861a71b1cfa14e537b4f

    Comments

    tests/server: move memory init to `memptr.c`
    To sync with tests/libtest.
    
    Closes #17735

    Changed files

    • tests/server/Makefile.inc
    • tests/server/getpart.c
    • tests/server/memptr.c