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

Builder curl-ares-solaris11-sparc Build #5652

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5652 Build
codebase Build
got_revision afdd8f1290b418896db75e01df4cb60712a892c8 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision afdd8f1290b418896db75e01df4cb60712a892c8 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSat Apr 11 17:53:53 2026
EndSat Apr 11 18:42:13 2026
Elapsed48 mins, 20 secs

All Changes:

:

  1. Change #264221

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

    Comments

    unit1398: add msnprintf tests with negative precision
    Closes #21292

    Changed files

    • tests/unit/unit1398.c
  2. Change #264223

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 11 Apr 2026 17:31:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a483128b018c18fa12b1202a63f27461e546f152

    Comments

    pytest: test threaded resolver
    Add `resolv-threaded` to curlinfo to detect use of the threaded resolver
    correctly even with c-ares linked to https-rr.
    
    Run test_21_05 exactly when threaded resolver is built.
    
    Closes #21287

    Changed files

    • src/curlinfo.c
    • tests/http/test_21_resolve.py
    • tests/http/testenv/env.py
  3. Change #264225

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 11 Apr 2026 17:33:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision afdd8f1290b418896db75e01df4cb60712a892c8

    Comments

    http: fix auth_used and auth_avail
    Fix http auth to set the `picked` auth when sending the corresponding
    headers. Fix reporting Digest as avail.
    
    Fixes #21274
    Reported-by: sergio-nsk on github
    Closes #21284

    Changed files

    • lib/http.c