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

Builder curl-ares-solaris10-i386 Build #4516

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 18 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4516 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision f4caaa2354d45d40dd07c6d09712dbc502adf79a Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Sep 15 00:23:25 2026
EndTue Sep 15 10:06:46 2026
Elapsed9 hrs, 43 mins, 20 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