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

Builder curl-unthreaded-solaris11-sparc Build #5703

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionad1fcd6111990fee9e7734a30e13815a93102699
Got Revisionad1fcd6111990fee9e7734a30e13815a93102699
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 49 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5703 Build
codebase Build
got_revision ad1fcd6111990fee9e7734a30e13815a93102699 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ad1fcd6111990fee9e7734a30e13815a93102699 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Apr 21 16:20:44 2026
EndTue Apr 21 17:09:19 2026
Elapsed48 mins, 34 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