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

Builder curl-threaded-solaris11-sparc Build #5165

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 21 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5165 Build
codebase Build
got_revision f07a98ae113b832a8748ba66e1554a7f14c6897e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f07a98ae113b832a8748ba66e1554a7f14c6897e Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Jan 20 12:49:56 2026
EndTue Jan 20 13:25:07 2026
Elapsed35 mins, 10 secs

All Changes:

:

  1. 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
  2. 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
  3. 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