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

Builder curl-unthreaded-solaris10-sparc Build #13318

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0a96b878f78cb925afb60f142707eb59b57781f9
Got Revision0a96b878f78cb925afb60f142707eb59b57781f9
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 59 mins, 48 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 13318 Build
codebase Build
got_revision 0a96b878f78cb925afb60f142707eb59b57781f9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0a96b878f78cb925afb60f142707eb59b57781f9 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
  2. Viktor Szakats

Timing:

StartWed Aug 27 00:22:40 2025
EndWed Aug 27 09:42:11 2025
Elapsed9 hrs, 19 mins, 31 secs

All Changes:

:

  1. Change #243927

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 Aug 2025 14:59:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ebff00f1af77f5e74b0cc71d6a54ad212bab857d

    Comments

    tool_getparam: let --trace-config override -v
    If --trace-config is used to set a level before -v is used, don't reset
    the state on first -v (to "-all") as it otherwise does. This way,
    --trace-config can be used to set specific trace items before -v on the
    command line and it still works.
    
    Previously, the first -v use would otherwise reset and undo the earlier
    --trace-config items.
    
    Fixes #18346
    Closes #18361

    Changed files

    • src/tool_cfgable.h
    • src/tool_getparam.c
    • tests/runner.pm
  2. Change #243928

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 Aug 2025 15:01:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05407422fb418f48cbf4f4dc1ac0dd88be615e5c

    Comments

    socks_sspi: simplify, clean up Curl_SOCKS5_gssapi_negotiate
    This function returned error on MANY places, each with its own cleanup
    sequence and by the look of it almost all of them were incomplete,
    making them leak resources on errors.
    
    This take now gotos to the error label where it cleans everything up
    before returning error. This also simplifies the function a lot.
    
    Closes #18315

    Changed files

    • lib/socks_sspi.c
  3. Change #243967

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 Aug 2025 23:33:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98c78b2f14889a25f1652e5891398618f43b8da1

    Comments

    runtests: remove warning message
    Every time we first run runtests with -j and then again *without* -j,
    this message was shown:
    
      "Warning: $runnerid: cleardir(log) failed"
    
    Not anymore.
    
    Closes #18404

    Changed files

    • tests/runtests.pl
  4. Change #243968

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 Aug 2025 23:34:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5beb6446611a6a9020266dc8ff5fe365fc783544

    Comments

    ftp: simplify
    - Avoid checking what's always true. The ftpcode pointer is always
      passed in, so use it.
    - Simplified an indent level somewhat
    - Split out two functions from the state machine
    
    Closes #18403

    Changed files

    • lib/ftp.c
  5. Change #243970

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 Aug 2025 00:15:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0a96b878f78cb925afb60f142707eb59b57781f9

    Comments

    GHA/linux: build `-O3` job with unity batches to save 10-15s
    Before (build, test run):
    https://github.com/curl/curl/actions/runs/16974205126/job/48118716664 25s, 12m56
    https://github.com/curl/curl/actions/runs/16973102133/job/48114977897 24s, 12m51
    
    After, with batch size 50 (build, test run):
    https://github.com/curl/curl/actions/runs/17250901063/job/48952645881?pr=18293 16s, 12m51
    https://github.com/curl/curl/actions/runs/17250901063/job/48953665204?pr=18293 17s, 12m42
    
    Closes #18293

    Changed files

    • .github/workflows/linux.yml