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

Builder curl-threaded-solaris11-sparc Build #5622

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb168fc79ff20807e592678bfc85272c1e1edd278
Got Revisionb168fc79ff20807e592678bfc85272c1e1edd278
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 ...' ( 23 mins, 4 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 5622 Build
codebase Build
got_revision b168fc79ff20807e592678bfc85272c1e1edd278 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b168fc79ff20807e592678bfc85272c1e1edd278 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 16:04:59 2026
EndTue Apr 7 16:53:50 2026
Elapsed48 mins, 50 secs

All Changes:

:

  1. Change #263900

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 07 Apr 2026 15:59:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b168fc79ff20807e592678bfc85272c1e1edd278

    Comments

    libssh: split myssh_statemach_act into sub functions and rename
    Follow-up to bd3b2a626a33434a1e9e83a
    
    - rename it to myssh_statemachine
    
    - remove the use of ternary operators in the switch
    
    - fix the error handling for if 'sshp' actually ever is NULL
    
    Closes #21250

    Changed files

    • lib/vssh/libssh.c