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

Builder curl-unthreaded-solaris11-sparc Build #6214

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfbfb2499f03567611d2dc649bfadafe2b3341ef7
Got Revisionfbfb2499f03567611d2dc649bfadafe2b3341ef7
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 27 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-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6214 Build
codebase Build
got_revision fbfb2499f03567611d2dc649bfadafe2b3341ef7 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fbfb2499f03567611d2dc649bfadafe2b3341ef7 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Aug 12 13:01:05 2026
EndWed Aug 12 13:53:15 2026
Elapsed52 mins, 10 secs

All Changes:

:

  1. Change #277966

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 12 Aug 2026 14:17:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d064bc2adbf2aa0762c89ea4166cecd55693bb62

    Comments

    thrdqueue: drop name strdups from Curl_thrdq_create
    The only usage of the thread queue and pool is for "DNS" which is a
    static string. No point in strdup'ing it (twice). Future users are
    *likely* to also used fixed strings, otherwise we revert this change
    when dynamic names are introduced.
    
    Reported-by: Max Dymond
    Closes #22555

    Changed files

    • lib/thrdpool.c
    • lib/thrdqueue.c
  2. Change #277972

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 12 Aug 2026 14:33:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fbfb2499f03567611d2dc649bfadafe2b3341ef7

    Comments

    keylog: add a random size argument to Curl_tls_keylog_write()
    To allow the function to verify that the buffer is large enough. Avoids
    possible future internal mishaps.
    
    Closes #22560

    Changed files

    • lib/vtls/gtls.c
    • lib/vtls/keylog.c
    • lib/vtls/keylog.h
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/wolfssl.c