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

Builder curl-ares-solaris10-i386 Build #3622

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 26 mins, 12 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3622 Build
codebase Build
got_revision 16ddcd6712f58894d30849bfcc0248919f1684ab Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 16ddcd6712f58894d30849bfcc0248919f1684ab Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Aug 14 09:03:06 2025
EndThu Aug 14 13:59:02 2025
Elapsed4 hrs, 55 mins, 56 secs

All Changes:

:

  1. Change #242934

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 14 Aug 2025 08:57:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adb0fa737d040358042c738ee75325c4f090f939

    Comments

    socks5: split out two functions from the SOCKS5 state machine
    Complexity down from 74 to 59
    
    Closes #18277

    Changed files

    • lib/socks.c
  2. Change #242935

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 14 Aug 2025 08:58:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 16ddcd6712f58894d30849bfcc0248919f1684ab

    Comments

    wolfssh: move the sftp upload init out of the state machine
    Into its own function to reduce complexity. Takes complexity down from
    72 to 50.
    
    Closes #18278

    Changed files

    • lib/vssh/wolfssh.c