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

Builder curl-ares-solaris11-i386 Build #4527

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision09c9afdd711d0b2ee9f524a235803e755e1074b7
Got Revision09c9afdd711d0b2ee9f524a235803e755e1074b7
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Jan 20 13:37:27 2026
EndTue Jan 20 16:43:30 2026
Elapsed3 hrs, 6 mins, 3 secs

All Changes:

:

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 20 Jan 2026 13:05:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 09c9afdd711d0b2ee9f524a235803e755e1074b7

    Comments

    cmake: silence silly Apple clang warnings in C89 mode, test in CI
    - `stdbool.h` is also included via system headers. Disabling it from curl
      does not fix it. Silencing lots of these:
      ```
      curl/lib/curlx/warnless.h:64:1: warning: '_Bool' is a C99 extension [-Wc99-extensions]
       64 | bool curlx_sztouz(ssize_t sznum, size_t *puznum);
          | ^
      /Library/Developer/CommandLineTools/usr/lib/clang/17/include/stdbool.h:24:14: note: expanded from macro 'bool'
       24 | #define bool _Bool
          |              ^
      ```
    
    - silence `-Wcomma` warnings.
      in favor of the global silencing approach, since a couple of more of
      these were hit (in vquic, tool1622, unit1309, unit1636), and it seems
      silly to update them all.
      Revert e8189c44201db6bff987a8771df90f853d93dec5 #20362
    
    Also:
    - cmake: include C standard in 'platform flags' log line.
    - GHA/macos: switch a job to C89 to verify.
    - GHA/linux: show 'C89' in job names.
    
    Ref: https://cmake.org/cmake/help/v3.7/variable/CMAKE_C_STANDARD.html
    
    Closes #20363

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • CMake/PickyWarnings.cmake
    • CMakeLists.txt
    • src/tool_getparam.c