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

Builder curl-unthreaded-solaris10-i386 Build #16532

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3e40ccb87581b0f6180fbd9c1eef9c50f270c806
Got Revision3e40ccb87581b0f6180fbd9c1eef9c50f270c806
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 47 mins, 10 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16532 Build
codebase Build
got_revision 3e40ccb87581b0f6180fbd9c1eef9c50f270c806 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3e40ccb87581b0f6180fbd9c1eef9c50f270c806 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSat Apr 11 17:05:01 2026
EndSat Apr 11 23:01:38 2026
Elapsed5 hrs, 56 mins, 37 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