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

Builder curl-unthreaded-solaris10-sparc Build #13794

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 52 mins, 10 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13794 Build
codebase Build
got_revision 795433b923fc7953ae0a20b44249055fe334ae33 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 795433b923fc7953ae0a20b44249055fe334ae33 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:

StartMon Jan 26 01:07:34 2026
EndMon Jan 26 18:44:30 2026
Elapsed17 hrs, 36 mins, 55 secs

All Changes:

:

  1. Change #256281

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 25 Jan 2026 11:02:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7dc60bdb90c710c2e36b2d05aa3686ff491a9bbe

    Comments

    noproxy: simplify, don't mix const non-const in strchr()
    Ref: #20420
    Closes #20425

    Changed files

    • lib/noproxy.c
  2. Change #256288

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 12:21:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0e2507a3c65376d6bda860ff20bd94ada9bbb9fd

    Comments

    build: constify `memchr()`/`strchr()`/etc result variables
    And a few variables around.
    
    There remain cases where the accepted pointer is const, yet the returned
    pointer is written to.
    
    Partly addressing (glibc 2.43):
    ```
    * For ISO C23, the functions bsearch, memchr, strchr, strpbrk, strrchr,
      strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr that return
      pointers into their input arrays now have definitions as macros that
      return a pointer to a const-qualified type when the input argument is
      a pointer to a const-qualified type.
    ```
    Ref: https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00005.html
    
    Reported-by: Rudi Heitbaum
    Ref: #20420
    
    Closes #20421

    Changed files

    • lib/cookie.c
    • lib/dict.c
    • lib/doh.c
    • lib/ftp.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/netrc.c
    • lib/pingpong.c
    • lib/pop3.c
    • lib/telnet.c
    • lib/url.c
    • lib/urlapi.c
    • lib/vauth/vauth.c
    • lib/vtls/vtls.c
    • src/tool_cb_hdr.c
    • src/tool_getparam.c
    • src/tool_operhlp.c
    • src/var.c
    • tests/server/rtspd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/unit/unit1652.c
  3. Change #256289

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 12:21:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6974bd7cc8f93d702a55eefe799bccc043aca966

    Comments

    curlx: dedupe basename copies into `curlx_basename()`
    Also stop redefining system `basename()` symbol. Call `curlx_basename()`
    instead, and map that to `basename()` if available.
    
    Closes #20424

    Changed files

    • lib/Makefile.inc
    • lib/curlx/basename.c
    • lib/curlx/basename.h
    • lib/curlx/curlx.h
    • lib/mime.c
    • src/Makefile.inc
    • src/tool_bname.c
    • src/tool_bname.h
    • src/tool_doswin.c
  4. Change #256301

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 14:20:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4e5908306ad5febee88f7eae8ea3b0c41a6b7d84

    Comments

    build: constify `memchr()`/`strchr()`/etc result variables (cont.)
    Assisted-by: Rudi Heitbaum
    Fixes #20420
    Follow-up to 7dc60bdb90c710c2e36b2d05aa3686ff491a9bbe #20425
    Follow-up to 0e2507a3c65376d6bda860ff20bd94ada9bbb9fd #20421
    
    Closes #20428

    Changed files

    • lib/dict.c
    • lib/http_digest.c
    • src/tool_operhlp.c
    • src/tool_urlglob.c
    • src/tool_writeout.c
    • tests/libtest/lib1560.c
    • tests/server/sws.c
  5. Change #256305

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 25 Jan 2026 15:58:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d0dc6e2ec059bf306f32e7a49e9ff7425cd26fcd

    Comments

    tool: return code variable consistency
    - ParameterError variables are named 'err'
    - CURLcode variables are named 'result'
    
    For naming consistency across functions
    
    Closes #20426

    Changed files

    • src/tool_easysrc.c
    • src/tool_formparse.c
    • src/tool_getparam.c
    • src/tool_operate.c
    • src/tool_paramhlp.c
    • src/tool_setopt.c
    • src/tool_ssls.c
    • src/tool_urlglob.c
  6. Change #256333

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 18:54:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 30c49db6f7ad64c6819181283fd0baff44815441

    Comments

    GHA: use `ubuntu-slim` image in 3 jobs
    For small jobs using no parallelism, and which still use x64 for faster
    `apt install`. x64 1-core (vs. 4), 5GB RAM (vs. 16), no Linuxbrew,
    no arm64.
    
    Refs:
    https://docs.github.com/en/actions/reference/runners/github-hosted-runners
    https://github.blog/changelog/2026-01-22-1-vcpu-linux-runner-now-generally-available-in-github-actions/
    https://github.com/actions/runner-images/blob/285cf722f0145c477f7a65d4e822515500c10382/images/ubuntu-slim/ubuntu-slim-Readme.md
    
    Closes #20431

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/label.yml
  7. Change #256339

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 19:29:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4516023152f74ec055215d2bc6956e93f1818aaf

    Comments

    GHA: switch 3 more small jobs to `ubuntu-slim`
    Follow-up to 30c49db6f7ad64c6819181283fd0baff44815441 #20431
    
    Closes #20433

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/checkurls.yml
    • .github/workflows/distcheck.yml
  8. Change #256342

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 20:49:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e841630ece59c04e26058a761302f38370fd0cc

    Comments

    cmake: fix logic for openssl/zlib binutils ld workaround
    While working #16973, the binutils ld lib order workaround logic
    regressed so that it modified the wrong target, writing into the system
    `ZLIB::ZLIB` and `OpenSSL::Crypto` ones a `INTERFACE_LINK_LIBRARIES`
    property, instead of creating CURL-namespaced targets. Oddly enough,
    this also fixed the binutils ld lib ordering issue. It seems this
    property makes CMake insert each referenced library in two more
    positions (not at the very end though), which allows ld to resolve all
    symbols in the cases tested in CI.
    
    Fix by creating the indented namespaced targets, and also creating
    these in `curl-config.cmake` to be available when consuming libcurl.
    
    Note that the logic continues doing `get_target_property()` on the two
    system targets above. If these targets are defined manually and miss
    the `LOCATION` propery, or are defined as aliases, this command may
    fail. curl expects these targets be created by CMake's `FindZLIB` and
    `FindOpenSSL` built-in Find modules (or ones compatible). Ref: #20419
    
    The binutils ld issue is reproduced by these CI jobs:
     - Linux gcc glibc (amd64, arm64)
    - Windows gcc zlib-classic (x64)
    
    Currently using this curl-for-win revision:
    https://github.com/curl/curl-for-win/commit/7d12669dafc5aadb525415abde2152a44e10f07d
    Examples:
    https://github.com/curl/curl/actions/runs/21332437230/job/61399234023?pr=20427
    https://github.com/curl/curl/actions/runs/21332437230/job/61399234033?pr=20427
    
    Comparison of lib orders, as passed by CMake to the linker:
    
    without workaround (possibly breaking binutils `ld`):
    ```diff
     -framework [...]
     libssl.dylib
     libcrypto.dylib
     libz.tbd
     -lssh2 -lidn2
     libldap.tbd
     liblber.tbd
     -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lpsl -lrtmp
     -lz
     -lssl
     -lcrypto
    ```
    
    before this patch:
    ```diff
     -framework [...]
     libssl.dylib
     libcrypto.dylib
     libz.tbd
    +libcrypto.dylib <== inserted via `INTERFACE_LINK_LIBRARIES`
    +libz.tbd        <== inserted via `INTERFACE_LINK_LIBRARIES`
     -lssh2 -lidn2
     libldap.tbd
     liblber.tbd
    +libcrypto.dylib <== inserted via `INTERFACE_LINK_LIBRARIES`
    +ibz.tbd         <== inserted via `INTERFACE_LINK_LIBRARIES`
     -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lpsl -lrtmp
     -lz
     -lssl
     -lcrypto
    ```
    
    after this patch:
    ```diff
     -framework [...]
     libssl.dylib
     libcrypto.dylib
     libz.tbd
     -lssh2 -lidn2
     libldap.tbd
     liblber.tbd
     -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lpsl -lrtmp
     -lz
     -lssl
     -lcrypto
    +libcrypto.dylib <== inserted via `CURL::OpenSSL_Crypto`
    +libz.tbd        <== inserted via `CURL::ZLIB`
    ```
    
    Bug: https://github.com/curl/curl/pull/20382#discussion_r2716660108
    Reverts: https://github.com/curl/curl/commit/615c43eae8f926418c8205b6fe4ff693e8fc6b7d
    Follow-up to 16f073ef49f94412000218c9f6ad04e3fd7e4d01 #16973
    
    Closes #20427

    Changed files

    • CMake/curl-config.in.cmake
    • CMakeLists.txt
  9. Change #256349

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 22:37:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 795433b923fc7953ae0a20b44249055fe334ae33

    Comments

    cmake: enable binutils ld workaround for all toolchains at build-time
    To make it available for GCC if used when consuming libcurl.
    
    Also add comment to `curl-config.cmake` explaining why these odd targets
    are defined there.
    
    Bug: https://github.com/curl/curl/pull/20382#discussion_r2716660108
    Follow-up to 3e841630ece59c04e26058a761302f38370fd0cc #20427
    Follow-up to ef3101d1819928a7799309a16cc531818778e5c7 #20382
    Follow-up to 16f073ef49f94412000218c9f6ad04e3fd7e4d01 #16973
    
    Closes #20434

    Changed files

    • CMake/curl-config.in.cmake
    • CMakeLists.txt