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

Builder curl-threaded-solaris10-sparc Build #3585

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondcf535629b41debe092e77b36ee37f80b8e05a64
Got Revisiondcf535629b41debe092e77b36ee37f80b8e05a64
Changes3 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 30 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 12 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-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3585 Build
codebase Build
got_revision dcf535629b41debe092e77b36ee37f80b8e05a64 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision dcf535629b41debe092e77b36ee37f80b8e05a64 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartWed Apr 22 03:44:04 2026
EndWed Apr 22 16:37:35 2026
Elapsed12 hrs, 53 mins, 31 secs

All Changes:

:

  1. Change #265131

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 21 Apr 2026 15:58:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad1fcd6111990fee9e7734a30e13815a93102699

    Comments

    async-ares: fix query counter handling
    When starting an c-ares query, the provided callback may be invoked
    right away, leading to a decrement of `queries_ongoing`. Increment
    the counter *before* call c-ares. Otherwise, the `async->done` bit
    is not properly set.
    
    Closes #21399

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
  2. Change #265143

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 17:22:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 779bba2f3f740cc94203ab8c2caf0daf691c02ce

    Comments

    runtests: allow %EMPTY in <stdout> to verify no output

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/runtests.pl
  3. Change #265144

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 23:11:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dcf535629b41debe092e77b36ee37f80b8e05a64

    Comments

    tool_operate: keep the filename for upload globbing
    Follow-up to 19695e815c51f8830fc54255
    
    Verify with test 2012 and 2013
    
    Closes #21401

    Changed files

    • src/tool_operate.c
    • tests/data/Makefile.am
    • tests/data/test2012
    • tests/data/test2013