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

Builder curl-unthreaded-solaris11-i386 Build #4910

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 59 mins, 28 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4910 Build
codebase Build
got_revision afdd8f1290b418896db75e01df4cb60712a892c8 Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSat Apr 11 18:01:34 2026
EndSat Apr 11 20:28:20 2026
Elapsed2 hrs, 26 mins, 45 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