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

Builder curl-unthreaded-solaris11-i386 Build #5045

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 4 mins, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5045 Build
codebase Build
got_revision 2a2104f3cff44bb28bb570a093be52bbeeed8f23 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2a2104f3cff44bb28bb570a093be52bbeeed8f23 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue May 12 08:23:01 2026
EndTue May 12 10:17:11 2026
Elapsed1 hrs, 54 mins, 10 secs

All Changes:

:

  1. Change #266812

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 12 May 2026 08:11:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a2104f3cff44bb28bb570a093be52bbeeed8f23

    Comments

    event: fix wakeup consumption
    The events on a multi wakeup socketpair were only consumed via
    curl_multi_poll()/curl_multi_wait() but not in event based processing on
    a curl_multi_socket() call. That led to busy loops as reported in
    
    Fixes #21547
    Reported-by: Earnestly on github
    Closes #21549

    Changed files

    • lib/multi.c