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

Builder curl-ares-solaris11-sparc Build #5348

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Feb 24 11:25:11 2026
EndTue Feb 24 12:22:15 2026
Elapsed57 mins, 4 secs

All Changes:

:

  1. Change #258820

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Feb 2026 11:18:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 956e1ae84f2fec9f027b4ce80999744326b30992

    Comments

    setopt: refuse blobs with zero length
    A blob must have a length or it will not be accepted. By enforcing the
    check here, TLS backend code can rely on the fact that the length is
    always non-zero from this point.
    
    Reported-by: aisle-research-bot
    URL: https://github.com/curl/curl/pull/20689#pullrequestreview-3846390367
    Closes #20705

    Changed files

    • lib/setopt.c
  2. Change #258821

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Feb 2026 11:19:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7981594df590030e6fe01b8f44704f0cf02cf9c1

    Comments

    mbedtls: split mbed_connect_step1 into sub functions
    Increase readability. Reduce complexity.
    
    Closes #20689

    Changed files

    • lib/vtls/mbedtls.c