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

Builder curl-unthreaded-solaris11-sparc Build #5560

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioneac64c187997a3bdbdc27c7724a8cc59585005f7
Got Revisioneac64c187997a3bdbdc27c7724a8cc59585005f7
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 38 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 5560 Build
codebase Build
got_revision eac64c187997a3bdbdc27c7724a8cc59585005f7 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision eac64c187997a3bdbdc27c7724a8cc59585005f7 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:

StartMon Mar 30 17:28:37 2026
EndMon Mar 30 18:18:30 2026
Elapsed49 mins, 53 secs

All Changes:

:

  1. Change #262879

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 30 Mar 2026 16:46:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eac64c187997a3bdbdc27c7724a8cc59585005f7

    Comments

    wolfssl: refactor Curl_wssl_ctx_init into sub functions
    Reduce complexity. It was at complexity 60, with is the current max
    allowed. After this, the worst in wolfssl.c is at 29.
    
    Closes #21128

    Changed files

    • lib/vtls/wolfssl.c