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

Builder curl-ares-solaris10-i386 Build #4309

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4309 Build
codebase Build
got_revision afdd8f1290b418896db75e01df4cb60712a892c8 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision afdd8f1290b418896db75e01df4cb60712a892c8 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSat Apr 11 18:14:18 2026
EndSun Apr 12 03:55:52 2026
Elapsed9 hrs, 41 mins, 34 secs

All Changes:

:

  1. Change #264217

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

    Comments

    getinfo: repair CURLINFO_TLS_SESSION
    This should return a SSL_CTX pointer but it was accidentally broken.
    
    Verify with test 1587
    
    Follow-up to 2db8ae480fdcae7f005
    
    Spotted by Codex Security
    
    Closes #21290

    Changed files

    • lib/cfilters.c
    • lib/cfilters.h
    • lib/getinfo.c
    • tests/data/Makefile.am
    • tests/data/test1587
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1587.c
  2. 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
  3. 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
  4. 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