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

Builder curl-ares-solaris11-i386 Build #5059

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 40 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 5059 Build
codebase Build
got_revision cb0636980bd6b667ff6a8370210186295e24cb80 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cb0636980bd6b667ff6a8370210186295e24cb80 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. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue May 12 09:12:13 2026
EndTue May 12 11:22:52 2026
Elapsed2 hrs, 10 mins, 38 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
  2. Change #266814

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 12 May 2026 08:33:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cb0636980bd6b667ff6a8370210186295e24cb80

    Comments

    tool_urlglob: add named globs
    Idea-by: Bastian Jesuiter
    
    Verified by test 2408 - 2411
    
    Closes #21409

    Changed files

    • docs/cmdline-opts/_GLOBBING.md
    • docs/cmdline-opts/output.md
    • src/tool_operate.c
    • src/tool_urlglob.c
    • src/tool_urlglob.h
    • tests/data/Makefile.am
    • tests/data/test2408
    • tests/data/test2409
    • tests/data/test2410
    • tests/data/test2411
    • tests/data/test75
    • tests/data/test759
    • tests/data/test761