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

Builder curl-threaded-solaris10-sparc Build #3704

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision39dec13ec08f8511f22ddc78bb36b40241dee915
Got Revision39dec13ec08f8511f22ddc78bb36b40241dee915
Changes21 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 40 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 10 mins, 18 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 3704 Build
codebase Build
got_revision 39dec13ec08f8511f22ddc78bb36b40241dee915 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 39dec13ec08f8511f22ddc78bb36b40241dee915 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. Alhuda Khan
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Viktor Szakats
  5. alhudz

Timing:

StartSat Jun 27 01:44:37 2026
EndSat Jun 27 14:07:49 2026
Elapsed12 hrs, 23 mins, 11 secs

All Changes:

:

  1. Change #272903

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 14:12:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cfc7922377d20ea1a4a989fb043c3c5d189edfee

    Comments

    altsvc: use Curl_peer in processing
    Use `data->state.origin` when processing alt-avc information.
    
    Decomplexify parsing function.
    
    Closes #22184

    Changed files

    • lib/altsvc.c
    • lib/altsvc.h
    • lib/connect.c
    • lib/connect.h
    • lib/http.c
    • lib/url.c
    • tests/unit/unit1654.c
  2. Change #272905

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 14:39:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 18475e662cb3655dc2c5ac962ac81a233ca86faf

    Comments

    urlpieces: remove members that live in peers/creds
    Remove members of `struct urlpieces` that now live in peers/creds.
    
    Change all remaining uses of those urlpieces.
    
    When comparing schemes, use the protocol constants.
    
    Closes #22171

    Changed files

    • lib/http.c
    • lib/http_proxy.c
    • lib/ldap.c
    • lib/openldap.c
    • lib/peer.c
    • lib/peer.h
    • lib/url.c
    • lib/urlapi-int.h
    • lib/urlapi.c
    • lib/urldata.h
    • lib/vssh/libssh.c
  3. Change #272908

    Category curl
    Changed by Alhuda Khan <al.hudz.kohnoyoudont@gmail.com>
    Changed at Fri 26 Jun 2026 14:50:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a36384ab94b868b70b39209ced3e89927a14922d

    Comments

    http: trim custom header name before the Authorization drop
    A custom header name padded with blanks (`Authorization :`) missed the
    exact-length compare and slipped past the cross-host Authorization and
    Cookie drop, forwarding the header to the redirect target. Trim the
    parsed name in both the request and proxy CONNECT header builders.
    
    Closes #22178

    Changed files

    • lib/http.c
    • lib/http_proxy.c
    • tests/data/Makefile.am
    • tests/data/test2113
  4. Change #272929

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 15:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 84c5dcdb05202d3260b4631c2fa842123f87b362

    Comments

    tidy-up: syntax and code nits
    - cmp-pkg-config.sh: replace `-r -f` with `-rf` to match rest of repo.
    - configure.ac: add double quotes for robustness (not a bug).
    - curl-openssl.m4: merge nested `if`s.
    - CurlTests.c: drop `!= 0`, also to sync with m4.
    - CurlTests.c: replace `example.com` with `localhost` in
      `gethostbyname()` feature test code. (compile-only, not a bug)
    - GHA/http3-linux: drop literal `true` from bool expression.
    - lib650: drop redundant `&`.
    - move variable/call to left-hand side of equality checks, where
      missing.
    - perl: detach `<`/`>` from filename in `open()`, where missing.
    - schannel: apply two nit fixes lost in rebase.
    - scripts/verify-release: drop redundant double quotes.
    - scripts/verify-release: exit with error code on error.
    - synctime: replace magic numbers with `sizeof()`.
    - telnet: add missing parentheses to macro value.
    - tests/Makefile.am: use single quotes.
    - tool_operate: drop redundant `break` after `return` in VMS code.
    - unit2413: drop unused NULL pointer + free call.
    - unit2413: fix duplicate test case name.
    - urlapi: drop redundant parentheses.
    - urlapi: drop `CURL_UNCONST()` that became redundant.
    
    Closes #22186

    Changed files

    • .github/scripts/cmp-config.pl
    • .github/scripts/cmp-pkg-config.sh
    • .github/scripts/verify-synopsis.pl
    • .github/workflows/http3-linux.yml
    • CMake/CurlTests.c
    • configure.ac
    • docs/examples/adddocsref.pl
    • docs/examples/log_failed_transfers.c
    • docs/examples/synctime.c
    • lib/telnet.c
    • lib/urlapi.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • m4/curl-openssl.m4
    • scripts/badwords
    • scripts/cd2cd
    • scripts/managen
    • scripts/mk-ca-bundle.pl
    • scripts/verify-release
    • src/tool_operate.c
    • src/tool_ssls.c
    • tests/Makefile.am
    • tests/allversions.pm
    • tests/libtest/lib650.c
    • tests/server/util.c
    • tests/test1707.pl
    • tests/testutil.pm
    • tests/unit/unit2413.c
  5. Change #272930

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 15:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4839029645bae1ff7f17e0f1c7543bc3eb30f471

    Comments

    cmake: robustify base path in local file reference
    To make the macro find this file also when used elsewhere than the root
    `CMakeLists.txt`. Current code only uses it from the root.
    
    Follow-up to 88c17d5587447b367c7ec836ff9b847860f52f75
    
    Closes #22187

    Changed files

    • CMake/Macros.cmake
  6. Change #272931

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 15:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8198e388d31919ec610908d496d34ced2daf4fea

    Comments

    cmake: tidy-up base directory variable for `include/*`/`CMake/*` files
    Use `PROJECT_SOURCE_DIR` for these files, replacing
    `CMAKE_CURRENT_SOURCE_DIR`, to make it consistent with rest of CMake
    sources and to reflect that the locations of these files are fixed and
    do not depend on the CMake source location referencing them.
    
    Exception: keep as-is before calling `project()`, which is where
    `PROJECT_SOURCE_DIR` is initialized.
    
    Ref: https://cmake.org/cmake/help/v3.18/command/project.html
    
    Follow-up to #22187
    Follow-up to 9126eb5a8ad96f156586942facb069383a09c046 #15331
    
    Closes #22188

    Changed files

    • CMakeLists.txt
  7. Change #272932

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 15:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8be2daae0fc60a9ab9d16fd8a399ece39174f4bc

    Comments

    GHA/windows: set `VCPKG_APPLOCAL_DEPS=OFF` for vcpkg jobs
    Add the necessary directory to `PATH` instead.
    
    To disable a vcpkg feature (auto-copying DLL dependencies next to the
    build targets) that was causing CI flakiness in the libssh2 repository.
    In curl it currently cannot cause flakiness because targets (with DLL
    dependencies) reside in separate directories.
    
    AFAIU this vcpkg feature has been present and enabled by default for
    a long time, but only a recent update made it visible in the log and
    flaky at the same time, due to switching implementation.
    
    This patch removes log noise and potential issues, improves efficiency,
    and saves disk space: 74MB -> 71 in UWP, and 69MB -> 65 in the arm64 job.
    Time saving is negligible with current jobs.
    
    Refs:
    https://github.com/libssh2/libssh2/pull/2114
    https://github.com/libssh2/libssh2/commit/30a0484cb7b350d779dbca87dbf9d7ba18a03547
    https://github.com/microsoft/vcpkg/pull/52315
    https://learn.microsoft.com/vcpkg/reference/installation-tree-layout
    
    Closes #22189

    Changed files

    • .github/workflows/windows.yml
  8. Change #272956

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 18:39:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a7e8016fa20d9f47ff01f76e3fd283cc5a86feac

    Comments

    cmake: flatten build tree, tidy up base dir variables
    - drop `generated` subdir, move these files to build root.
      To move them next to CPack and other config files, and to avoid
      a subdirectory for only 2 files.
      Follow-up to 69328490fc91bfa00a6a90da84239524b01f5527 #2849
    
    - add 'Consumed variables' comment for `CMake/cmake_uninstall.in.cmake`.
    
    - move generated `cmake_uninstall.cmake` to the build root directory
      (from `CMake/`). To:
      - avoid creating a `CMake` subdirectory within the build directory
        with this single file in it.
      - move it next to its `cmake_install.cmake` counterpart.
      - move it next to `install_manifest.txt` which it relies on.
    
      Follow-up to 27e2a4733c3321fb0b1a127360e8e96bc3d4ae53
    
    - Use `PROJECT_SOURCE_DIR` for these files, replacing
      `CMAKE_CURRENT_SOURCE_DIR`, to make it consistent with rest of CMake
      sources, and to reduce ambiguity in `CMake/cmake_uninstall.in.cmake`
      template.
    
    Follow-up to 8198e388d31919ec610908d496d34ced2daf4fea #22188
    Follow-up to 4839029645bae1ff7f17e0f1c7543bc3eb30f471 #22187
    Follow-up to 9126eb5a8ad96f156586942facb069383a09c046 #15331
    
    Closes #22192

    Changed files

    • CMake/cmake_uninstall.in.cmake
    • CMakeLists.txt
  9. Change #272959

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 19:01:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d008352c667799beecb1ab1dfbc408c415d018c

    Comments

    cmake: replace deprecated `remove` command with `rm` and pass arg safely
    All curl-supported CMake versions support the modern method, along with
    the `--` marker.
    
    Also:
    - make sure to pass `-f` to not fail if the file is missing, as before
      this patch.
    - drop now redundant `OUTPUT_QUIET`, `ERROR_QUIET` and error handling
      in `cmake_uninstall`.
    - move filename to end of the error message for readability.
    - GHA/linux: test these two 'clean' targets in the aws-lc job.
    
    Refs:
    https://cmake.org/cmake/help/v4.4/manual/cmake.1.html#cmdoption-cmake-E-arg-remove
    https://cmake.org/cmake/help/v3.18/manual/cmake.1.html#run-a-command-line-tool
    
    Closes #22193

    Changed files

    • .github/workflows/linux.yml
    • CMake/cmake_uninstall.in.cmake
    • tests/certs/CMakeLists.txt
  10. Change #272960

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 19:02:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65dae4ad80b02f25a25e17af62ea4f2940970330

    Comments

    cmake: stop probing unused `float.h` for `STDC_HEADERS`
    Also to sync up with current autotools, which stopped testing for it at
    one point.
    
    Follow-up to 4c5307b45655ba75ab066564afdc0c111a8b9291
    
    Closes #22191

    Changed files

    • CMake/CurlTests.c
  11. Change #272966

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 19:42:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b8fa725df33d5a4b6075cedbb00a678a1761d43a

    Comments

    cmake: dedupe expressions into local vars in `cmake_uninstall.in.cmake`
    Also: use `IN LISTS` syntax.
    
    Follow-up to 27e2a4733c3321fb0b1a127360e8e96bc3d4ae53
    
    Closes #22194

    Changed files

    • CMake/cmake_uninstall.in.cmake
  12. Change #272987

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 21:12:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 616356646159379ab091502cdc90113dc8cc11eb

    Comments

    openssl: drop unused pre-OpenSSL3 `ctx_option_t` typedef
    Follow-up to 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 #18330
    
    Closes #22197

    Changed files

    • lib/vtls/openssl.c
  13. Change #272988

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 21:12:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision da2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91

    Comments

    cmake: fix not to build `tunits` when `BUILD_CURL_EXE=OFF`
    It fails as expected, with a list of errors:
    ```
    In file included from _x64-win-ucrt-for-trurl-bld/tests/tunit/tunits.c:5:
    tests/tunit/tool1394.c:76:11: error: call to undeclared function 'parse_cert_parameter'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       76 |     err = parse_cert_parameter(p->param, &certname, &passphrase);
          |           ^
    [...]
    tests/tunit/tool1622.c:68:5: error: call to undeclared function 'timebuf'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       68 |     timebuf(buffer, sizeof(buffer), secs);
          |     ^
    [...]
    tests/tunit/tool1623.c:104:26: error: call to undeclared function 'GetSizeParameter'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
      104 |     ParameterError err = GetSizeParameter(check[i].input, &output);
          |                          ^
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/28256499057/job/83720797064?pr=22195
    
    Ref: #22195
    Ref: https://github.com/curl/curl-for-win/commit/640fed88b65052e944edb466387bd8a062bd9b37
    
    Closes #22198

    Changed files

    • tests/CMakeLists.txt
  14. Change #272999

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 22:44:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f9d2d10d9b87cc86016b57c256387e83fc291e0

    Comments

    lib1587: fix gcc `-Wconversion` with LibreSSL on Windows, test in CI
    By exposing and reusing existing custom type via `vtls/openss.h`.
    
    Also:
    - GHA/curl-for-win: test in CI by enabling building tests.
      Cost is 45s per job, so limit it to the gcc job.
    
    Seen with Windows x64 gcc (not tested in CI prior to this patch):
    ```
    tests/libtest/lib1587.c:50:7: error: conversion from 'opt1587' {aka 'long long unsigned int'} to 'long int' may change value [-Werror=conversion]
       50 |       SSL_CTX_set_options(info->internals, opts);
          |       ^~~~~~~~~~~~~~~~~~~
    tests/libtest/lib1587.c:59:7: error: conversion from 'opt1587' {aka 'long long unsigned int'} to 'long int' may change value [-Werror=conversion]
       59 |       SSL_set_options(info->internals, opts);
          |       ^~~~~~~~~~~~~~~
    ```
    Ref: https://github.com/curl/curl/actions/runs/28258372229/job/83727170184?pr=22195#step:3:4884
    
    Ref: da2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91 #22198
    Ref: 616356646159379ab091502cdc90113dc8cc11eb #22197
    Follow-up to 3e40ccb87581b0f6180fbd9c1eef9c50f270c806 #21290
    Follow-up to 2db8ae480fdcae7f005bf847fbbf837821c8184c #17809 #17801
    
    Closes #22195

    Changed files

    • .github/workflows/curl-for-win.yml
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • tests/libtest/lib1587.c
  15. Change #273000

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 26 Jun 2026 22:46:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 58771cf4f3f45ccce41e9309427df557c86ce81f

    Comments

    VULN-DISCLOSURE-POLICY.md: issues that should be found by tests are LOW
    Closes #22190

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md
  16. Change #273001

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 22:50:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d786a85f19927c34a10b91b144389db8b16888c7

    Comments

    lib: hostname related cleanups
    * format `data->state.aptr.host` without crlf, so signatures do not need
      to strip it again. Add the crlf when adding the header to the request
      dynbuf
    * check `connect-to` strings on normalized hostname and user supplied
      hostname (when those differ)
    * libssh: always use the peer for setting ssh option SSH_OPTIONS_HOST,
      preserve ipv6 [] enclosure, use IDN converted hostname otherwise. This
      is the libssh documented expectation.
      Do NOT use strings from URL parsing.
    
    Closes #22128

    Changed files

    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/url.c
    • lib/vssh/libssh.c
  17. Change #273005

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Fri 26 Jun 2026 23:09:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65d8eaeaa2cd81e252f35301617f0e761375fbe1

    Comments

    gopher: reject CR and LF in the selector
    Verifed in test 1609
    
    Closes #22116

    Changed files

    • lib/gopher.c
    • tests/data/Makefile.am
    • tests/data/test1609
  18. Change #273011

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 26 Jun 2026 23:17:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 334164cd80f56652f24b9d84d957d980907a8ca8

    Comments

    RELEASE-NOTES: synced
    Add entry to .mailmap

    Changed files

    • .mailmap
    • RELEASE-NOTES
  19. Change #273012

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 26 Jun 2026 23:19:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 996696621fb1dd1f81c92fcfe290025742cb327b

    Comments

    curl_trc: store callback info in a uint8, not a bool
    The state is no longer just a bool so make sure to use a proper uint8_t
    so that it gets restored properly.
    
    Follow-up to a6af50c484f6bbd1c01573685d
    
    Closes #22199

    Changed files

    • lib/curl_trc.c
  20. Change #273024

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 27 Jun 2026 00:26:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a62e08c5eb244d6471c85907e94acc314b58a7f3

    Comments

    lib: fix 'ns' -> 'us' in trace messages
    Closes #22200

    Changed files

    • lib/curl_trc.c
    • lib/multi.c
    • lib/progress.c
  21. Change #273031

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 27 Jun 2026 01:24:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 39dec13ec08f8511f22ddc78bb36b40241dee915

    Comments

    build: always use local `inet_pton()`/`inet_ntop()` implementations
    Also repurpose existing build-time feature checks into unit test 1961,
    to verify.
    
    Prior to this patch these functions were auto-detected with both
    autotools and cmake. In case of autotools there was an extra
    verification phase ensuring the functions work as expected. This step
    required running the function, thus was limited to non-cross-builds. For
    cross-builds and CMake it always used the system implementation if
    present. On Windows it always used the local implementation, because
    availability/use is complicated there.
    
    After this patch all platforms, always use the local implementation,
    which is known to be accurate. This makes curl behave more consistently,
    and simplifies the build process, a fixes cross-builds and CMake
    auto-detection differences.
    
    Also:
    - test1960: enable unconditionally.
    - checksrc: disallow globally, allowlist in `block_ip.c` example.
    - dnsd: verify ntop result for NULL before passing to printf.
    
    Ref: https://github.com/curl/curl/pull/22137#issuecomment-4797440983
    Ref: #22137
    Ref: 8537a5b0bcf4565551774c2b2375c49767e405a7 #16577
    
    Closes #22170

    Changed files

    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • configure.ac
    • docs/examples/block_ip.c
    • docs/internals/CODE_STYLE.md
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/curlx/inet_ntop.c
    • lib/curlx/inet_ntop.h
    • lib/curlx/inet_pton.c
    • lib/curlx/inet_pton.h
    • m4/curl-functions.m4
    • scripts/checksrc.pl
    • tests/data/Makefile.am
    • tests/data/test1961
    • tests/libtest/Makefile.inc
    • tests/libtest/first.h
    • tests/libtest/lib1960.c
    • tests/server/dnsd.c
    • tests/unit/Makefile.inc
    • tests/unit/unit1961.c