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

Builder curl-threaded-solaris10-sparc Build #3732

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondea00a6d7386b91dfcf9b87eb5b2d5c24186aea9
Got Revisiondea00a6d7386b91dfcf9b87eb5b2d5c24186aea9
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 45 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 10 mins, 24 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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3732 Build
codebase Build
got_revision dea00a6d7386b91dfcf9b87eb5b2d5c24186aea9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision dea00a6d7386b91dfcf9b87eb5b2d5c24186aea9 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartThu Aug 13 08:59:09 2026
EndThu Aug 13 23:46:46 2026
Elapsed14 hrs, 47 mins, 37 secs

All Changes:

:

  1. Change #278026

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 12 Aug 2026 21:54:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 507ee5d79215ee8026db35b03925087c48e03318

    Comments

    progress: fix progress meter update to run every second again
    Closes #22562

    Changed files

    • lib/progress.c
  2. Change #278027

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 12 Aug 2026 21:55:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 743096a4964bf921f7b39cc7b739fd4fab6ad39c

    Comments

    uint-bset: add slot0 member
    Add a fixed slot0 member for uint32_bset to have no allocations for
    sizes < 64. This is a common use case for curl_easy_perform().
    
    Closes #22561

    Changed files

    • lib/multi.c
    • lib/uint-bset.c
    • lib/uint-bset.h
    • tests/unit/unit3211.c
  3. Change #278028

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 12 Aug 2026 21:56:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9b291cf9bd61622f6589d747036d3880eb28b2d

    Comments

    header api: add guards
    Add API guards for curl_easy_header and curl_easy_nextheader.
    
    urldata.h: remove prevhead member as not used
    
    Closes #22530

    Changed files

    • lib/api.c
    • lib/api.h
    • lib/headers.c
    • lib/urldata.h
    • tests/libtest/lib1940.c
  4. Change #278041

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Aug 2026 00:00:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3089e7eec8b694ff36a3aa700c4a319d656806e7

    Comments

    multi: hold timeout values in 'int' instead of 'long'
    Since this code needs to work (identically) on systems with 32 bit longs
    anyway, this might just as well always use 32 bit to save space and make
    the code work the same everywhere.
    
    Closes #22564

    Changed files

    • lib/multi.c
    • lib/multihandle.h
  5. Change #278045

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Aug 2026 08:28:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6a6edec2c6ee7c401b6262c385483e0a7f237dd4

    Comments

    multihandle: move two struct fields
    To avoid holes on 64-bit architectures.
    
    Closes #22565

    Changed files

    • lib/multihandle.h
  6. Change #278052

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Aug 2026 10:15:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dea00a6d7386b91dfcf9b87eb5b2d5c24186aea9

    Comments

    cmake: use built-in variable and target property dump functions with CMake 4.5+
    Their output is nearly identical to curl's implementations. Minor
    differences: it goes to stdout (curl: stderr), marks cache variables,
    but doesn't mark 'advanced' ones.
    
    Also:
    - indent curl's output to match CMake's.
    - replace single quotes with double to match CMake output.
    - alpha-sort target properties to match CMake.
    - alpha-sort config types to match CMake.
    - tested OK with cmake-4.4.20260811-g567ed0e and 4.4.20260812-g760e4fb.
    
    Refs:
    https://gitlab.kitware.com/cmake/cmake/-/commit/f723293c7f625b14bd48627042fc04e67b76c513
    https://gitlab.kitware.com/cmake/cmake/-/merge_requests/11834
    https://gitlab.kitware.com/cmake/cmake/-/work_items/27513
    https://cmake.org/cmake/help/git-master/command/cmake_language.html#command:cmake_language
    
    Follow-up to 855acb3bb07e0dd06b5722218eb5fded333f7ce0 #17701
    Follow-up to f58342ae21fe4a04edddd98f255d8b0c3d66ae3a #15562
    Follow-up to cd51bb503ae1779a45c90898b89da6e19c616521 #14439
    
    Closes #22566

    Changed files

    • CMake/Utilities.cmake