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

Builder curl-ares-solaris11-i386 Build #5017

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 18 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5017 Build
codebase Build
got_revision c29278cc83f31a3e5113eb5c68604fc48ce22fcb Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c29278cc83f31a3e5113eb5c68604fc48ce22fcb Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri May 1 11:32:44 2026
EndFri May 1 12:38:56 2026
Elapsed1 hrs, 6 mins, 11 secs

All Changes:

:

  1. Change #266051

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 May 2026 11:30:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c29278cc83f31a3e5113eb5c68604fc48ce22fcb

    Comments

    asyn-thrdd: fix result processing without wakeup socketpair
    When building curl 8.20.0 with socketpair disabled, there is no
    wakeup socket and the resolve results are not processed.
    
    This fix performs result processing in the absence of a wakeup
    socket before checking the resolve result.
    
    Closes #21476

    Changed files

    • lib/asyn-thrdd.c