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

Builder curl-unthreaded-solaris11-sparc Build #5774

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartWed May 6 08:53:01 2026
EndWed May 6 09:17:46 2026
Elapsed24 mins, 44 secs

All Changes:

:

  1. Change #266418

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 06 May 2026 08:16:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0df43b9d35a2ccacfb61a60534fa2f51a6a9468

    Comments

    protocol: introduce typedef for the do_more() function
    Instead of using magic values -1, 0 and -1 using enum.
    
    Closes #21509

    Changed files

    • lib/ftp.c
    • lib/multi.c
    • lib/protocol.h