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

Builder curl-threaded-solaris11-sparc Build #5776

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. parasol-aser

Timing:

StartThu May 7 08:15:50 2026
EndThu May 7 09:10:22 2026
Elapsed54 mins, 31 secs

All Changes:

:

  1. Change #266469

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 07:57:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67bf021e97bbebadade7e40217a4967042ac6a07

    Comments

    mbedtls: null terminate the private key blob
    Unfortunately, mbedtls_pk_parse_key() requires the data to be
    null-terminated if the data is PEM encoded (even when provided the exact
    length), so this function needs to make a copy that has one.
    
    Reported-by: Elise Vance
    Closes #21515

    Changed files

    • lib/vtls/mbedtls.c
  2. Change #266470

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 07:58:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a946fbb5e60d6c4ca3fab5cd5cf041ea9ca23e10

    Comments

    setopt: gate a few proxy TLS options by checking backend support
    The same way the corresponding non-proxy options are checked.
    
    Closes #21514

    Changed files

    • lib/setopt.c
  3. Change #266471

    Category curl
    Changed by parasol-aser <jeffwalt630ohnoyoudont@gmail.com>
    Changed at Thu 07 May 2026 08:00:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74bc655bdfec8d7966b965d3c72f5e314a1d2b74

    Comments

    tool1622: assert width and exact format boundaries
    Convert the silent "was too long!" diagnostics in the timebuf and
    max5data width loops into fail_unless assertions, so a regression in
    output width fails the unit test directly instead of only printing.
    
    Add small exact-output tables that probe format-transition boundaries
    not necessarily hit by the geometric value sweep: the 99999/100000
    suffix kick-in for max5data, and the 6d/01h, 51m, 136y, and >99999y roll
    points for timebuf.
    
    Closes #21516

    Changed files

    • tests/tunit/tool1622.c