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

Builder curl-threaded-solaris10-i386 Build #4367

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel McCarney
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartFri Apr 24 04:56:01 2026
EndFri Apr 24 15:03:37 2026
Elapsed10 hrs, 7 mins, 35 secs

All Changes:

:

  1. Change #265283

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Thu 23 Apr 2026 20:24:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ed9083eba206ed39f41f8eaebab4f7c2546c2277

    Comments

    ci: update RUSTLS_VERSION 0.15.2 -> 0.15.3
    Closes #21424

    Changed files

    • .github/workflows/linux.yml
  2. Change #265292

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 23 Apr 2026 22:07:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 734793f53319adc847b9c1fda0e01a3a5c495201

    Comments

    checksrc.pl: delete stray commas
    Closes #21426

    Changed files

    • scripts/checksrc.pl
  3. Change #265298

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Apr 2026 22:58:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 961a13e366eaafc0d1828bc933abc78805f4b8ea

    Comments

    rustls: fix memory leak on repeated SSLKEYLOGFILE fails
    Before this fix, Curl_tls_keylog_open() assigned the environment
    variable result to a global keylog_file_name without freeing any prior
    allocation. If the file cannot be opened (e.g., permission error)
    keylog_file_fp stays NULL, so subsequent calls to Curl_tls_keylog_open
    will overwrite keylog_file_name and leak the previous allocation.
    
    Spotted by Codex Security
    
    Closes #21427

    Changed files

    • lib/vtls/keylog.c