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

Builder curl-unthreaded-solaris11-sparc Build #5645

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 13 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 35 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 5645 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-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:

StartSat Apr 11 18:16:41 2026
EndSat Apr 11 19:06:10 2026
Elapsed49 mins, 28 secs

All Changes:

:

  1. 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
  2. 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