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

Builder curl-ares-solaris11-i386 Build #4971

Build In Progress:

ETA: 18:53:38 [4 mins, 51 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4971 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision ad1fcd6111990fee9e7734a30e13815a93102699 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Apr 21 17:08:40 2026
Elapsed1 hrs, 40 mins, 6 secs

All Changes:

:

  1. Change #265127

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 15:21:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f7e323b29fbc8dfb818c686d9f644660ebe3178

    Comments

    mprintf: OR the flags
    As 'flags' may already have been set to something when
    parse_conversion() is called, make sure to only OR the new flags.
    
    Follow-up to 4e0bfd8cf73603697ddad5d25e94
    
    Closes #21398

    Changed files

    • lib/mprintf.c
  2. Change #265128

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 15:21:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4daf483b5be8a6524f9aa4135a1dcae0a9c8ec38

    Comments

    lib557: add tests with flags AND conversion specifier
    Remove superfluous and never-built test code for systems with 16-bit and
    64-bit ints and 16-bit longs, as we don't know any such.

    Changed files

    • tests/libtest/lib557.c
  3. 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