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

Builder curl-unthreaded-solaris10-i386 Build #16728

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 36 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 59 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 27 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16728 Build
codebase Build
got_revision f4caaa2354d45d40dd07c6d09712dbc502adf79a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f4caaa2354d45d40dd07c6d09712dbc502adf79a Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Sep 15 00:23:14 2026
EndTue Sep 15 10:06:09 2026
Elapsed9 hrs, 42 mins, 54 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
  2. Change #281817

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 14 Sep 2026 17:01:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f4caaa2354d45d40dd07c6d09712dbc502adf79a

    Comments

    urlapi: reject more junk from the zone id
    Extended test 1560 to verify
    
    Closes #22949

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c