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

Builder curl-ares-solaris11-sparc Build #6444

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionef362b78ac4349c3160c498fffccb5b69e65b15d
Got Revisionef362b78ac4349c3160c498fffccb5b69e65b15d
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 ...' ( 4 mins, 22 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 14 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 6444 Build
codebase Build
got_revision ef362b78ac4349c3160c498fffccb5b69e65b15d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ef362b78ac4349c3160c498fffccb5b69e65b15d 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:

StartMon Sep 14 14:55:05 2026
EndMon Sep 14 15:23:49 2026
Elapsed28 mins, 43 secs

All Changes:

:

  1. Change #281813

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 14 Sep 2026 16:31:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ef362b78ac4349c3160c498fffccb5b69e65b15d

    Comments

    multi-event: fix timeout of pending transfers
    The multi's "run dirty" loop ignored transfers that are not in
    processing state, e.g. pending transfers. That led to timeouts not being
    acted upon for those transfers.
    
    Fixed by moving a "dirty" pending transfer to the connect state and
    processing it.
    
    Added test_02_37 for verification.
    
    Closes #22942

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/multi.c
    • tests/http/test_02_download.py