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

Builder curl-ares-solaris11-sparc Build #4392

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 8 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 4392 Build
codebase Build
got_revision bd4622bfaf0929141e6b81653c88ea06e47afe9e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bd4622bfaf0929141e6b81653c88ea06e47afe9e 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. Stefan Eissing

Timing:

StartFri Aug 22 08:49:24 2025
EndFri Aug 22 10:05:32 2025
Elapsed1 hrs, 16 mins, 8 secs

All Changes:

:

  1. Change #243511

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 22 Aug 2025 08:40:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bd4622bfaf0929141e6b81653c88ea06e47afe9e

    Comments

    asyn-thrdd: use condition var more carefully
    When the thread started is too fast, the signal will come before the
    wait. Add an additional check before the wait to catch the thread
    having started or already ended.
    
    Closes #18344

    Changed files

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