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

Builder curl-unthreaded-solaris10-i386 Build #16585

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 4 mins, 20 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16585 Build
codebase Build
got_revision e0df43b9d35a2ccacfb61a60534fa2f51a6a9468 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e0df43b9d35a2ccacfb61a60534fa2f51a6a9468 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed May 6 08:52:56 2026
EndWed May 6 14:56:13 2026
Elapsed6 hrs, 3 mins, 16 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