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

Builder curl-threaded-solaris10-i386 Build #4190

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona87f346189ffdc7559771c20961a7c294ed8ba5c
Got Revisiona87f346189ffdc7559771c20961a7c294ed8ba5c
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 47 mins, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4190 Build
codebase Build
got_revision a87f346189ffdc7559771c20961a7c294ed8ba5c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a87f346189ffdc7559771c20961a7c294ed8ba5c Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Arnav-Purushotam-CUBoulder
  2. Daniel Stenberg
  3. Maksim Ściepanienka
  4. Viktor Szakats
  5. tommy

Timing:

StartTue Jan 20 08:11:02 2026
EndTue Jan 20 22:37:46 2026
Elapsed14 hrs, 26 mins, 43 secs

All Changes:

:

  1. Change #255685

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 19 Jan 2026 18:43:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2d5a063121202acaa23bb77975b2739bec4551ce

    Comments

    build: merge TrackMemory (`CURLDEBUG`) into debug-enabled option
    Drop separate `TrackMemory` (aka `CURLDEBUG`) debug feature.
    
    After recent changes (thread-safety,
    193cb00ce9b47e75d42157c650cc3de3fd96d35d, and updates leading up to
    it), `TrackMemory` is unlikely to cause build or runtime issues.
    
    To simplify builds and debug options, enable `TrackMemory`
    unconditionally for debug-enabled (aka `DEBUGBUILD`) builds. Before
    this patch, this was already the default, with an option to disable
    it, or enable it in non-debug-enabled builds.
    
    Note, in practice these two debug options already went hand in hand. It
    was not possible to toggle them separately for a long time due to bugs,
    before 59dc9f7e69c399102e9ebe3670360ef52706ff23 (2024-05-28) fixed it.
    
    This patch also removes/deprecates separate knobs and feature flags for
    `TrackMemory`:
    - autotools: `--enable-curldebug`/`--disable-curldebug`
    - cmake: `-DENABLE_CURLDEBUG=ON`/`OFF`
    - C macro: `CURLDEBUG`
    - libcurl: `CURL_VERSION_CURLDEBUG` symbol deprecated in favor
      of `CURL_VERSION_DEBUG`. They always return the same value after this
      patch.
    
    Also:
    - drop `TrackMemory` from `curl -V` output.
    - rename internal `CURLDEBUG` macro to `CURL_MEMDEBUG` internally.
      To avoid confusion with `DEBUGBUILD`, but to keep guarding
      `TrackMemory`-related internals for readability.
    - runtests: bind `TrackMemory` to debug feature. Keep it a separate
      test feature requirement, for clarity.
    - CI: drop test builds for combinations of the two options.
    - GHA/linux: no longer disable TrackMemory in the TSAN job.
    
    Ref: https://github.com/curl/curl/pull/20328#issuecomment-3754528407
    
    Closes #20331

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/windows.yml
    • CMake/CurlSymbolHiding.cmake
    • CMakeLists.txt
    • appveyor.sh
    • appveyor.yml
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • docs/cmdline-opts/version.md
    • docs/libcurl/curl_version_info.md
    • docs/libcurl/symbols-in-versions
    • docs/tests/TEST-SUITE.md
    • include/curl/curl.h
    • lib/Makefile.am
    • lib/curl_addrinfo.c
    • lib/curl_addrinfo.h
    • lib/curl_setup.h
    • lib/curlx/fopen.c
    • lib/curlx/fopen.h
    • lib/fake_addrinfo.h
    • lib/libcurl.rc
    • lib/memdebug.c
    • lib/version.c
    • m4/curl-confopts.m4
    • projects/OS400/curl.inc.in
    • src/Makefile.am
    • src/curl.rc
    • src/curlinfo.c
    • src/tool_libinfo.c
    • src/tool_main.c
    • tests/libtest/Makefile.am
    • tests/libtest/first.c
    • tests/runtests.pl
    • tests/tunit/Makefile.am
    • tests/unit/Makefile.am
  2. Change #255704

    Category curl
    Changed by Arnav-Purushotam-CUBoulder <arpu9852ohnoyoudont@colorado.edu>
    Changed at Mon 19 Jan 2026 23:06:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 63baa10951ebe9dd04520ee5f6eb7b119ba176cb

    Comments

    docs/INSTALL: update configure details
    Note the default libpsl requirement in INSTALL and polish the TLS
    library wording.
    
    Closes #20301

    Changed files

    • docs/INSTALL.md
  3. Change #255707

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 19 Jan 2026 23:15:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8edc0338f30f458f812f9ea355de1240771fa343

    Comments

    lib: separate scheme info from protocol implementation
    This allows builds know about all schemes - but only have the protocol
    implementations for those actually built-in.
    
    It further allows multiple protocols to reuse the same protocol setup
    and functions for both TLS and non-TLS implementations instead of
    needing two (or more) structs.
    
    The scheme information is now in 'struct Curl_scheme' and all the
    function pointers for each scheme/protocol implementation are in struct
    Curl_protocol.
    
    The URL API now always work with all known protocols.
    
    Closes #20351

    Changed files

    • lib/cf-h1-proxy.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/connect.c
    • lib/cookie.c
    • lib/cshutdn.c
    • lib/curl_ldap.h
    • lib/curl_rtmp.c
    • lib/curl_rtmp.h
    • lib/cw-out.c
    • lib/dict.c
    • lib/dict.h
    • lib/doh.c
    • lib/file.c
    • lib/file.h
    • lib/ftp.c
    • lib/ftp.h
    • lib/gopher.c
    • lib/gopher.h
    • lib/headers.c
    • lib/http.c
    • lib/http.h
    • lib/imap.c
    • lib/imap.h
    • lib/ldap.c
    • lib/mqtt.c
    • lib/mqtt.h
    • lib/multi.c
    • lib/openldap.c
    • lib/pop3.c
    • lib/pop3.h
    • lib/rtsp.c
    • lib/rtsp.h
    • lib/sendf.c
    • lib/setopt.c
    • lib/smb.c
    • lib/smb.h
    • lib/smtp.c
    • lib/smtp.h
    • lib/telnet.c
    • lib/telnet.h
    • lib/tftp.c
    • lib/tftp.h
    • lib/transfer.c
    • lib/url.c
    • lib/url.h
    • lib/urlapi.c
    • lib/urldata.h
    • lib/vauth/vauth.c
    • lib/vquic/vquic.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
    • lib/vssh/vssh.c
    • lib/vssh/vssh.h
    • lib/ws.c
    • lib/ws.h
    • scripts/schemetable.c
  4. Change #255710

    Category curl
    Changed by tommy <tommyskypromaxohnoyoudont@gmail.com>
    Changed at Mon 19 Jan 2026 23:19:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1cacfcd30f52ccc630b941514830925bc9c5053a

    Comments

    sigpipe: unset SA_SIGINFO since it is using sa_handler
    Closes #20278
    
    Signed-off-by: tommy <tommyskypromax@gmail.com>

    Changed files

    • lib/sigpipe.h
  5. Change #255720

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 20 Jan 2026 00:20:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8189c44201db6bff987a8771df90f853d93dec5

    Comments

    tool_getparam: avoid `-Wcomma` with Apple clang in C89 mode
    Seen with Apple clang 17:
    ```
    curl/src/tool_getparam.c:3062:12: warning: possible misuse of comma operator here [-Wcomma]
     3062 |   for(i = 1, stillflags = TRUE; i < argc && !result; i++) {
          |            ^
    curl/src/tool_getparam.c:3062:7: note: cast expression to void to silence warning
     3062 |   for(i = 1, stillflags = TRUE; i < argc && !result; i++) {
          |       ^~~~~
          |       (void)( )
    ```
    
    Closes #20362

    Changed files

    • src/tool_getparam.c
  6. Change #255743

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 20 Jan 2026 03:38:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1c377717e7ae5dde1280a7df6de9d780a8a7629e

    Comments

    GHA/curl-for-win: add CPU to Linux minimal job name

    Changed files

    • .github/workflows/curl-for-win.yml
  7. Change #255754

    Category curl
    Changed by Maksim Ściepanienka <msciepanienkaohnoyoudont@gmail.com>
    Changed at Tue 20 Jan 2026 07:49:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a87f346189ffdc7559771c20961a7c294ed8ba5c

    Comments

    config2setopts: fix for --disable-aws build configuration
    Closes #20368

    Changed files

    • src/config2setopts.c