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

Builder curl-ares-solaris11-sparc Build #4393

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 51 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4393 Build
codebase Build
got_revision 8ebea37eb1c0655cae7e43f13da88798ffdfc0de Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8ebea37eb1c0655cae7e43f13da88798ffdfc0de Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Aug 22 10:05:34 2025
EndFri Aug 22 11:35:27 2025
Elapsed1 hrs, 29 mins, 52 secs

All Changes:

:

  1. Change #243515

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 09:05:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c83fa990bd37a251b0aed4726dfda3503756bf47

    Comments

    Revert "asyn-thrdd: use condition var more carefully"
    This reverts commit bd4622bfaf0929141e6b81653c88ea06e47afe9e.
    
    Not intended for merge!

    Changed files

    • lib/asyn-thrdd.c
    • lib/asyn.h
  2. Change #243516

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 22 Aug 2025 09:05:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8ebea37eb1c0655cae7e43f13da88798ffdfc0de

    Comments

    asyn-thrdd: remove condition variable
    Add a flag `thrd_don` to assess if the resolving thread has finished and
    only destroy the context when *both* ref_count reaches 0 and thrd_done
    is true.
    
    Closes #18345

    Changed files

    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/curl_threads.c
    • lib/curl_threads.h