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

Builder curl-unthreaded-solaris11-sparc Build #5768

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5768 Build
codebase Build
got_revision 117d50b4bf48ca04908f87dd665ba183573587b6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 117d50b4bf48ca04908f87dd665ba183573587b6 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue May 5 09:38:54 2026
EndTue May 5 10:27:24 2026
Elapsed48 mins, 29 secs

All Changes:

:

  1. Change #266320

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 08:55:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 117d50b4bf48ca04908f87dd665ba183573587b6

    Comments

    thrdqueue: make thrdq_await_done only for unit tests
    It is not used for anything else, so drop Curl_ and make it conditional
    accordingly.
    
    Closes #21499

    Changed files

    • lib/thrdqueue.c
    • tests/unit/unit3301.c