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

Builder curl-unthreaded-solaris10-sparc Build #13776

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 48 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 57 mins, 10 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13776 Build
codebase Build
got_revision 40fee505a03b357a7a9869317437fff9e16d8ba7 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 40fee505a03b357a7a9869317437fff9e16d8ba7 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Jan 12 12:40:19 2026
EndTue Jan 13 06:21:26 2026
Elapsed17 hrs, 41 mins, 6 secs

All Changes:

:

  1. Change #254880

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 11 Jan 2026 23:28:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bd3b2a626a33434a1e9e83a1e8573ef2c8c65358

    Comments

    libssh: simplify myssh_statemach_act()
    Reduce complexity by splitting out sub functions.
    
    Made myssh_quote_error() to reduce code duplication.
    
    Closes #20252

    Changed files

    • lib/vssh/libssh.c
  2. Change #254905

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 Jan 2026 08:42:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40fee505a03b357a7a9869317437fff9e16d8ba7

    Comments

    tool_operate: split single_transfer into sub functions
    To make it more manageable and less complex
    
    Closes #20258

    Changed files

    • src/tool_operate.c