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

Builder curl-ares-solaris10-i386 Build #4158

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf07a98ae113b832a8748ba66e1554a7f14c6897e
Got Revisionf07a98ae113b832a8748ba66e1554a7f14c6897e
Changes11 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 49 mins, 14 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4158 Build
codebase Build
got_revision f07a98ae113b832a8748ba66e1554a7f14c6897e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f07a98ae113b832a8748ba66e1554a7f14c6897e Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartTue Jan 20 12:58:00 2026
EndWed Jan 21 03:27:12 2026
Elapsed14 hrs, 29 mins, 12 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. Change #255758

    Category curl
    Changed by Frank Buss <fbohnoyoudont@frank-buss.de>
    Changed at Tue 20 Jan 2026 10:34:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7bbc78360152a448e47fc1d202ab0b6a315df6d

    Comments

    tls: add new SSLSUPP flags for several options
    So that curl_easy_setopt() correctly returns error for those not
    supported by the backend.
    
    Closes #20364

    Changed files

    • lib/setopt.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.h
    • lib/vtls/wolfssl.c
  8. Change #255772

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 20 Jan 2026 11:22:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c6f13093ec024eb55a141817fc7ff99c952888f

    Comments

    libcurl docs: reduce 'since ...' in descriptions
    Reduce mentions of libcurl versions like "since 7.xx ..." in option
    descriptions to reduce clutter and make the texts easier to read. Keep
    them in, or move them to, the HISTORY or DEPRECATED sections
    
    The last version 7 release (7.88.1) shipped on Februrary 20, 2023.
    
    Closes #20369

    Changed files

    • docs/libcurl/opts/CURLINFO_COOKIELIST.md
    • docs/libcurl/opts/CURLINFO_LASTSOCKET.md
    • docs/libcurl/opts/CURLINFO_REDIRECT_URL.md
    • docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
    • docs/libcurl/opts/CURLOPT_CONNECT_ONLY.md
    • docs/libcurl/opts/CURLOPT_ERRORBUFFER.md
    • docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.md
    • docs/libcurl/opts/CURLOPT_NOPROXY.md
    • docs/libcurl/opts/CURLOPT_POST.md
    • docs/libcurl/opts/CURLOPT_PROXY.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.md
    • docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.md
    • docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.md
    • docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md
    • docs/libcurl/opts/CURLOPT_URL.md
  9. Change #255794

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 20 Jan 2026 12:37:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 814b54d83edbc808de0aa0d5bc7f264c816f6853

    Comments

    tidy-up: miscellaneous
    - whitespace, indent, comments, clang-format.
    - openssl: move feature guards within function blocks.
    - tunit: drop redundant blocks.
    
    Closes #20361

    Changed files

    • .github/CONTRIBUTING.md
    • configure.ac
    • docs/BINDINGS.md
    • docs/BUGS.md
    • docs/DEPRECATE.md
    • docs/EARLY-RELEASE.md
    • docs/FEATURES.md
    • docs/HISTORY.md
    • docs/HSTS.md
    • docs/HTTP3.md
    • docs/INSTALL-CMAKE.md
    • docs/INSTALL.md
    • docs/SECURITY-ADVISORY.md
    • docs/TheArtOfHttpScripting.md
    • docs/VERSIONS.md
    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/ghiper.c
    • docs/examples/hiperfifo.c
    • docs/examples/multi-uv.c
    • docs/internals/WEBSOCKET.md
    • docs/libcurl/ABI.md
    • docs/libcurl/curl_easy_getinfo.md
    • docs/libcurl/libcurl-tutorial.md
    • lib/Makefile.inc
    • lib/curl_config-cmake.h.in
    • lib/curlx/inet_pton.c
    • lib/md4.c
    • lib/md5.c
    • lib/vtls/openssl.c
    • projects/vms/readme
    • src/tool_getparam.c
    • src/tool_getparam.h
    • tests/data/test1525
    • tests/data/test1526
    • tests/data/test1527
    • tests/data/test1528
    • tests/data/test1529
    • tests/data/test2027
    • tests/data/test2030
    • tests/data/test3206
    • tests/data/test379
    • tests/data/test841
    • tests/tunit/tool1622.c
    • tests/tunit/tool1623.c
  10. Change #255795

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

    Comments

    rtsp: fix missing variable declaration
    ```
    lib/rtsp.c:1073:26: error: no previous extern declaration for non-static variable 'Curl_scheme_rtsp' [-Werror,-Wmissing-variable-declarations]
     1073 | const struct Curl_scheme Curl_scheme_rtsp = {
          |                          ^
    lib/rtsp.c:1073:7: note: declare 'static' if the variable is not intended to be used outside of this translation unit
     1073 | const struct Curl_scheme Curl_scheme_rtsp = {
          |       ^
    ```
    Ref: https://github.com/curl/trurl/actions/runs/21157411659/job/60844860592?pr=425#step:3:3036
    
    Follow-up to 8edc0338f30f458f812f9ea355de1240771fa343 #20351
    
    Closes #20365

    Changed files

    • lib/rtsp.c
  11. Change #255796

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

    Comments

    build: drop global suppression of `-Wformat-nonliteral`, fix fallouts
    Extend two existing local suppressions to GCC, and add another
    GCC-specific one as a replacement.
    
    Before this patch suppressing this warning was odd with clang, because
    after this option, `-Wformat=2` is used, which re-enables it.
    
    Also:
    - mprintf: minimize scope of a warning suppression.
    - tests/server: suppress this warning for a system `vsnprintf()` call
      where it could trigger in C89 builds or with
      `CFLAGS=-DCURL_NO_FMT_CHECKS` set. Seen with Apple clang 17:
      ```
      curl/tests/server/util.c:114:37: warning: format string is not a string literal [-Wformat-nonliteral]
        114 |   vsnprintf(buffer, sizeof(buffer), msg, ap);
            |                                     ^~~
      /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:124:69: note: expanded from macro 'vsnprintf'
        124 | #define vsnprintf(str, len, ...) __vsnprintf_chk_func (str, len, 0, __VA_ARGS__)
            |                                                                     ^~~~~~~~~~~
      /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:81:65: note: expanded from macro '__vsnprintf_chk_func'
         81 |         __builtin___vsnprintf_chk (str, len, flag, __darwin_obsz(str), format, ap)
            |                                                                        ^~~~~~
      ```
    
    Ref: #20363
    
    Closes #20366

    Changed files

    • CMake/PickyWarnings.cmake
    • lib/mprintf.c
    • m4/curl-compilers.m4
    • src/tool_cb_prg.c
    • src/tool_writeout.c
    • tests/server/util.c