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

Builder curl-unthreaded-solaris10-sparc Build #13348

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision30734e48d6719590967a6f3db31b02c5edbf2d9c
Got Revision30734e48d6719590967a6f3db31b02c5edbf2d9c
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 33 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 46 mins, 54 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 13348 Build
codebase Build
got_revision 30734e48d6719590967a6f3db31b02c5edbf2d9c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 30734e48d6719590967a6f3db31b02c5edbf2d9c 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. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartTue Oct 21 22:19:08 2025
EndWed Oct 22 10:56:41 2025
Elapsed12 hrs, 37 mins, 33 secs

All Changes:

:

  1. Change #246308

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Oct 2025 10:11:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9e198618dea14231488005b53c7800d4e80e2dce

    Comments

    tool_parsecfg: detect and error on recursive --config use
    The config file parser now has a maximum level of inclusions allowed (5)
    to detect and prevent recursive inclusions of itself leading to badness.
    
    Bonus: clean up return code handling from the config parser.
    
    Test 774 verifies
    Closes #19168

    Changed files

    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_helpers.c
    • src/tool_operate.c
    • src/tool_parsecfg.c
    • src/tool_parsecfg.h
    • tests/data/Makefile.am
    • tests/data/test2080
    • tests/data/test462
    • tests/data/test774
  2. Change #246327

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Oct 2025 14:37:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1966c86d71eb90beeeb3ccbefd6321bd64992553

    Comments

    cmake: add and use local FindGnuTLS module
    Replacing a combination of custom logic in the main script and relying
    on CMake's built-in Find module, with code and behavior used for
    the rest of dependencies.
    
    Also to:
    - add version detection in the non-pkg-config path.
    - make `GNUTLS_INCLUDE_DIR` and `GNUTLS_LIBRARY` take precedence over
      pkg-config. As with other dependencies.
    - document the above two configuration options.
    - prepare for #16973, which originally introduced this local Find
      module.
    
    The local module is doing largely the same as CMake's built-in
    FindGnuTLS. Differences:
    - honors `CURL_USE_PKGCONFIG`.
    - returns GnuTLS version for non-pkg-config detection.
    - consistently returns `GNUTLS_VERSION`.
      (CMake's built-in uses s different name in <3.16.)
    - CMake 3.16+ returns an imported target. curl supports 3.7,
      therefore we may only use it conditionally, which isn't worth it.
    
    Cherry-picked from #16973
    
    Closes #19163

    Changed files

    • CMake/FindGnuTLS.cmake
    • CMakeLists.txt
    • Makefile.am
    • docs/INSTALL-CMAKE.md
  3. Change #246331

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Oct 2025 15:07:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38c19edd67e705066379530bdc28ea6c25aba8df

    Comments

    cmake: say 'absolute path' in option descriptions and docs
    To not have to guess. Also to sync with autotools, which already uses
    this wording.
    
    Also:
    - replace the stray term 'folder' with 'directory' for consistency.
    - store help text in a temp variable to avoid overly long strings
      (mandatory in CMake <4.2.0 and can't be trivially split), also
      to avoid repeating this string 4 times.
    
    Ref: https://cmake.org/cmake/help/v4.2/command/set.html
    
    Closes #19169

    Changed files

    • CMake/FindBrotli.cmake
    • CMake/FindCares.cmake
    • CMake/FindGSS.cmake
    • CMake/FindGnuTLS.cmake
    • CMake/FindLDAP.cmake
    • CMake/FindLibgsasl.cmake
    • CMake/FindLibidn2.cmake
    • CMake/FindLibpsl.cmake
    • CMake/FindLibrtmp.cmake
    • CMake/FindLibssh.cmake
    • CMake/FindLibssh2.cmake
    • CMake/FindLibuv.cmake
    • CMake/FindMbedTLS.cmake
    • CMake/FindNGHTTP2.cmake
    • CMake/FindNGHTTP3.cmake
    • CMake/FindNGTCP2.cmake
    • CMake/FindNettle.cmake
    • CMake/FindQuiche.cmake
    • CMake/FindRustls.cmake
    • CMake/FindWolfSSL.cmake
    • CMake/FindZstd.cmake
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
  4. Change #246340

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Oct 2025 16:24:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 76d28525509c2c06786fc9b8d2e2e8536dceb3bc

    Comments

    hmac: free memory properly on errors
    If one of the hmac init calls fail, Curl_HMAC_init previously would
    return without first freeing the allocated HMAC_context.
    
    Fixes #19176
    Reported-by: WangDaLei on github
    Closes #19177

    Changed files

    • lib/hmac.c
  5. Change #246343

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 21 Oct 2025 16:30:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40f7cd2bdd14e09b9bb1b4ddefc8b5e5ce71865a

    Comments

    mime: fix unpausing of readers
    When unpausing a transfer, check if the reader pause state differs
    in addition to the "keepon" flags.
    
    Reported-by: 包布丁
    Fixes #18848
    Closes #19178

    Changed files

    • lib/easy.c
    • lib/sendf.c
    • tests/http/test_07_upload.py
    • tests/http/testenv/httpd.py
    • tests/http/testenv/mod_curltest/mod_curltest.c
    • tests/libtest/cli_hx_upload.c
  6. Change #246344

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Oct 2025 16:33:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 48df7b29d905314c2c0c3b4b3f949569a490d3aa

    Comments

    cookie: only count accepted cookies in Curl_cookie_add
    The counter used to stop accepting cookies after a certain amount has
    been received in a single response would previously also count some
    cookies that were not actually accepted as they were discarded after the
    counter was increased.
    
    Starting now, the counter is increased only for cookies that were
    accepted.
    
    Pointed out by ZeroPath
    Closes #19157

    Changed files

    • lib/cookie.c
  7. Change #246348

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Oct 2025 17:18:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 09f857803f5373e7a4052a488131b8bbea1bc453

    Comments

    INSTALL-CMAKE.md: add manual configuration examples
    Closes #19179

    Changed files

    • docs/INSTALL-CMAKE.md
  8. Change #246349

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Oct 2025 17:18:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea6455b7a4ed3dca3b2f03d6a0ae3ba101c16160

    Comments

    spelling: subdirectories
    Closes #19180

    Changed files

    • .github/scripts/badwords.txt
    • docs/cmdline-opts/list-only.md
    • packages/vms/curl_gnv_build_steps.txt
  9. Change #246351

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 21 Oct 2025 17:33:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 30734e48d6719590967a6f3db31b02c5edbf2d9c

    Comments

    Dockerfile: update debian:bookworm-slim Docker digest to 78d2f66
    Closes #19173

    Changed files

    • Dockerfile