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

Builder curl-threaded-solaris11-i386 Build #4977

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 49 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4977 Build
codebase Build
got_revision ad1fcd6111990fee9e7734a30e13815a93102699 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ad1fcd6111990fee9e7734a30e13815a93102699 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartTue Apr 21 16:16:31 2026
EndTue Apr 21 17:58:08 2026
Elapsed1 hrs, 41 mins, 37 secs

All Changes:

:

  1. Change #265117

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Apr 2026 14:35:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8eb3cb75a3e1244be4e2b20a3509d923f2144bd0

    Comments

    misc: fix code quality findings
    - httpsrr: drop redundant checks.
      Follow-up to 809dda3a37363160d4bf5ea2dafa0bcb8188a3f0 #21354
    - httpsrr.h: drop obsolete comment.
      Follow-up to 2b3dfb4ad47ec05efad9af930c47968a49916999 #21175
    - ws: drop redundant check in `curl_ws_start_frame()`.
      Follow-up to 37cecfc7b91118f116cf16af8f50a18b15d00d51 #17683
    - ws: fix typo in comment.
    - tool_operate: fix VMS build. (broken since 2019-07-20, v7.66.0)
      Follow-up to b88940850002a3f1c25bc6488b95ad30eb80d696 #3804
    
    Pointed out by Copilot Code Quality
    
    Closes #21393

    Changed files

    • lib/httpsrr.c
    • lib/httpsrr.h
    • lib/ws.c
    • src/tool_operate.c
  2. 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
  3. 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
  4. 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