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

Builder curl-threaded-solaris10-sparc Build #3520

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3520 Build
codebase Build
got_revision acb4fcb2ef38e318ce60f3b8ae413c5760bf366f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision acb4fcb2ef38e318ce60f3b8ae413c5760bf366f Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Mar 18 10:55:33 2026
EndThu Mar 19 03:44:28 2026
Elapsed16 hrs, 48 mins, 55 secs

All Changes:

:

  1. Change #261417

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 18 Mar 2026 10:24:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b11f43a4db96cb0533f29739faced172c07244f6

    Comments

    top-complexity: prevent filename-based shell injection risk
    As we run this script in CI, this should reduce the risk of mischief
    
    Found by Codex Security
    
    Closes #20969

    Changed files

    • scripts/top-complexity
  2. Change #261418

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 18 Mar 2026 10:25:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 02e04eaee7cce029f88b2cf35885646c1b9c922b

    Comments

    asyn-ares: fix HTTPS-lookup when not on port 443
    Follow-up to 8d0bfe74fba1e8394e73d
    
    Spotted by Codex Security
    
    Closes #20966

    Changed files

    • lib/asyn-ares.c
  3. Change #261419

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 18 Mar 2026 10:34:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a43ea5943bb553c73777d33e353ccffcc52a23fb

    Comments

    http2: clear the h2 session at delete
    When calling nghttp2 to delete session, clear the pointer to avoid risk
    of UAF.
    
    Pointed out by Codex Security
    
    Closes #20975

    Changed files

    • lib/http2.c
  4. Change #261420

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 18 Mar 2026 10:40:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision acb4fcb2ef38e318ce60f3b8ae413c5760bf366f

    Comments

    tool_msgs: avoid null pointer deref for early errors
    When errorf()/warnf() is used early on, before the global pointer is
    setup, curl would previosly deref the null pointer.
    
    Follow-up to 3b40128b0f11a3
    
    Found by Codex Security
    
    Closes #20967

    Changed files

    • src/tool_msgs.c