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

Builder curl-threaded-solaris10-sparc Build #2972

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2972 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-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartWed Aug 27 00:22:39 2025
EndWed Aug 27 04:41:59 2025
Elapsed4 hrs, 19 mins, 20 secs

All Changes:

:

  1. Change #243900

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 Aug 2025 09:41:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57d349fe0eee7e1f3eb68dc8728f20ae94df15c9

    Comments

    projects: generate from a single template
    The three projects (VC10, VC11, VC12) are identical except 5 repeated
    strings in them. They also require running `generate.bat` before use,
    to populate source files. Reduce the 3 almost identical projects to
    a single template project and populate the repeated strings also via
    `generate.bat`. This reduces the maintenance burden to a single copy of
    the project files. Also saving 10000 LOCs.
    
    Closes #18396

    Changed files

    • projects/Windows/.gitattributes
    • projects/Windows/VC10/curl-all.sln
    • projects/Windows/VC10/lib/libcurl.sln
    • projects/Windows/VC10/lib/libcurl.tmpl
    • projects/Windows/VC10/lib/libcurl.vcxproj.filters
    • projects/Windows/VC10/src/curl.sln
    • projects/Windows/VC10/src/curl.tmpl
    • projects/Windows/VC10/src/curl.vcxproj.filters
    • projects/Windows/VC11/curl-all.sln
    • projects/Windows/VC11/lib/libcurl.sln
    • projects/Windows/VC11/lib/libcurl.tmpl
    • projects/Windows/VC11/lib/libcurl.vcxproj.filters
    • projects/Windows/VC11/src/curl.sln
    • projects/Windows/VC11/src/curl.tmpl
    • projects/Windows/VC11/src/curl.vcxproj.filters
    • projects/Windows/VC12/curl-all.sln
    • projects/Windows/VC12/lib/libcurl.sln
    • projects/Windows/VC12/lib/libcurl.tmpl
    • projects/Windows/VC12/lib/libcurl.vcxproj.filters
    • projects/Windows/VC12/src/curl.sln
    • projects/Windows/VC12/src/curl.tmpl
    • projects/Windows/VC12/src/curl.vcxproj.filters
    • projects/Windows/tmpl/.gitattributes
    • projects/Windows/tmpl/curl-all.sln
    • projects/Windows/tmpl/curl.sln
    • projects/Windows/tmpl/curl.vcxproj.filters
    • projects/Windows/tmpl/curl.vcxproj.tmpl
    • projects/Windows/tmpl/libcurl.sln
    • projects/Windows/tmpl/libcurl.vcxproj.filters
    • projects/Windows/tmpl/libcurl.vcxproj.tmpl
    • projects/generate.bat
  2. Change #243901

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

    Comments

    tool_urlglob: add integer overflow protection
    It is most likely impossible to actually overflow, but this makes it
    certain.
    
    Closes #18398

    Changed files

    • src/tool_urlglob.c
  3. Change #243907

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

    Comments

    write-out.md: header_json is not included the json object
    Fixes #18390
    Reported-by: Sebastian Carlos
    Closes #18399

    Changed files

    • docs/cmdline-opts/write-out.md
  4. Change #243918

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 Aug 2025 11:59:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2c747bb5d4091a1584fcbc8e5255607fa29d145

    Comments

    GHA/curl-for-win: drop x86, fix zlib-classic, switch back to libssh
    - switch x86 job to x64. x86 is not longer actively maintained in
      curl-for-win.
      Ref: https://github.com/curl/curl-for-win/discussions/68
    
    - switch back from libssh2 to libssh.
      Reverts af8e1aa4b06e9dc78a559b485348e5464bd5cff5 #18257
    
    - fix to really build with zlib-classic.
      Follow-up to 80768248700ae1e33fdedffd2e8bd78167b793aa #17357
    
    Closes #18400

    Changed files

    • .github/workflows/curl-for-win.yml
  5. Change #243920

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 Aug 2025 12:01:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 455cd0741061dfe7565aed4c9d80d426a2c57ca7

    Comments

    GHA/http3-linux: add AWS-LC and BoringSSL jobs
    Closes #18391

    Changed files

    • .github/workflows/http3-linux.yml
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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