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

Builder curl-unthreaded-solaris10-sparc Build #13874

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 42 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 32 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 13874 Build
codebase Build
got_revision 6f9f4b3cb777633a40ca0d6746843b428a0390b6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6f9f4b3cb777633a40ca0d6746843b428a0390b6 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. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Mar 24 04:19:48 2026
EndTue Mar 24 17:52:32 2026
Elapsed13 hrs, 32 mins, 43 secs

All Changes:

:

  1. Change #262131

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 23:01:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 664db28d2972d5ee82eb41473006a0d72346f3c5

    Comments

    test2405: require wakeup
    To get the correct file descriptor count
    
    Reported-by: Marcel Raad
    Fixes #21069
    Closes #21074

    Changed files

    • tests/data/test2405
  2. Change #262135

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 23 Mar 2026 23:03:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6f9f4b3cb777633a40ca0d6746843b428a0390b6

    Comments

    lib: add thread pool and queue
    - new source files for thread pool and queue
    - test cases 3217 and 3218 for them
    - internal documentation
    
    Closes #20916

    Changed files

    • docs/Makefile.am
    • docs/internals/THRDPOOL+QUEUE.md
    • lib/Makefile.inc
    • lib/curl_threads.c
    • lib/curl_threads.h
    • lib/curl_trc.c
    • lib/curl_trc.h
    • lib/memdebug.c
    • lib/thrdpool.c
    • lib/thrdpool.h
    • lib/thrdqueue.c
    • lib/thrdqueue.h
    • tests/data/Makefile.am
    • tests/data/test3300
    • tests/data/test3301
    • tests/unit/Makefile.inc
    • tests/unit/unit3300.c
    • tests/unit/unit3301.c