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

Builder curl-unthreaded-solaris11-i386 Build #3832

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 15 mins, 54 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 17 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3832 Build
codebase Build
got_revision 16ddcd6712f58894d30849bfcc0248919f1684ab Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 16ddcd6712f58894d30849bfcc0248919f1684ab Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Aug 14 09:03:05 2025
EndThu Aug 14 11:36:21 2025
Elapsed2 hrs, 33 mins, 16 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