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

Builder curl-threaded-solaris11-sparc Build #5621

Results:

Build successful

SourceStamp:

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

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 ...' ( 22 mins, 41 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 5621 Build
codebase Build
got_revision a20989b82c5c6ac98997734726aed891f806fd45 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a20989b82c5c6ac98997734726aed891f806fd45 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

Timing:

StartTue Apr 7 14:54:57 2026
EndTue Apr 7 15:17:45 2026
Elapsed22 mins, 48 secs

All Changes:

:

  1. Change #263883

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 07 Apr 2026 14:50:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a20989b82c5c6ac98997734726aed891f806fd45

    Comments

    libssh2: split ssh_statemachine into more sub functions
    The pieces of the state machine that were not separate functions before, now
    are.
    
    Also removed the use of ternary operators in the function calls.
    
    Follow-up to f0bf43e20936cf4aa2665
    
    Closes #21249

    Changed files

    • lib/vssh/libssh2.c