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

Builder curl-unthreaded-solaris11-sparc Build #5476

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision454db7aeee4114583a26b2c14ebc594028fe6342
Got Revision454db7aeee4114583a26b2c14ebc594028fe6342
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 39 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5476 Build
codebase Build
got_revision 454db7aeee4114583a26b2c14ebc594028fe6342 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 454db7aeee4114583a26b2c14ebc594028fe6342 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Mar 18 12:49:06 2026
EndWed Mar 18 13:57:32 2026
Elapsed1 hrs, 8 mins, 26 secs

All Changes:

:

  1. Change #261441

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 18 Mar 2026 11:33:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 578ee6b79b240a0b41de039913357b100e19283e

    Comments

    gcc: guard `#pragma diagnostic` in core code for <4.6, disable picky warnings
    Extend `#pragma diagnostic push`/`pop` guards to the whole codebase
    (from tests and examples only) to disable it for GCC <4.6. Rename guard
    to `CURL_HAVE_DIAG` and make it include llvm/clang to be interchangeable
    with `__GNUC__ || __clang__` in this context.
    
    The above means no longer disabling certain warnings locally, so pair
    this with disabling all picky warnings for GCC <4.6.
    
    Also:
    - drop global workarounds for misbehaving GCC <4.6 compiler warnings.
      Not needed with picky warnings disabled.
    
    Reported-by: fds242 on github
    Reported-by: Sergey Fedorov
    Thanks-to: Orgad Shaneh
    Follow-up to f07a98ae113b832a8748ba66e1554a7f14c6897e #20366
    Fixes #20892
    Fixes #20924
    Closes #20902
    Closes #20907

    Changed files

    • CMake/PickyWarnings.cmake
    • docs/examples/sendrecv.c
    • lib/content_encoding.c
    • lib/curl_gssapi.c
    • lib/curl_setup.h
    • lib/curlx/snprintf.c
    • lib/ftp.c
    • lib/if2ip.c
    • lib/ldap.c
    • lib/mprintf.c
    • lib/socks_gssapi.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/spnego_gssapi.c
    • lib/version.c
    • m4/curl-compilers.m4
    • src/tool_cb_prg.c
    • src/tool_main.c
    • src/tool_writeout.c
    • tests/libtest/first.h
    • tests/libtest/lib557.c
    • tests/server/util.c
    • tests/unit/unit1398.c
    • tests/unit/unit1652.c
    • tests/unit/unit2604.c
    • tests/unit/unit3200.c
  2. Change #261442

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 18 Mar 2026 11:37:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5daffe5f3c0b4a2740d8a77cffd4547617cd51e

    Comments

    delta: avoid potential zero division
    Found by Codex Security
    
    Closes #20977

    Changed files

    • scripts/delta
  3. Change #261443

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 18 Mar 2026 11:37:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a3699e8b9eeb3f58949d8c5f5394b215f32092e4

    Comments

    examples/websocket: fix to sleep more on Windows
    Found by Codex Security
    
    Follow-up to d4b85890555388bec212b75f47a5c1a48705b156 #13771
    
    Closes #20978

    Changed files

    • docs/examples/websocket.c
  4. Change #261444

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 18 Mar 2026 11:40:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 454db7aeee4114583a26b2c14ebc594028fe6342

    Comments

    badwords: prefer 'null-terminated'
    Aligning with existing text.
    
    Closes #20979

    Changed files

    • docs/examples/log_failed_transfers.c
    • docs/examples/synctime.c
    • docs/internals/BUFREF.md
    • lib/curlx/base64.c
    • lib/http.c
    • lib/transfer.c
    • lib/vtls/mbedtls.c
    • scripts/badwords.txt