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

Builder curl-threaded-solaris10-sparc Build #3483

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1858126cca37f5309e2714b988f8354715c6ffad
Got Revision1858126cca37f5309e2714b988f8354715c6ffad
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3483 Build
codebase Build
got_revision 1858126cca37f5309e2714b988f8354715c6ffad Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1858126cca37f5309e2714b988f8354715c6ffad Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Feb 20 06:44:37 2026
EndSat Feb 21 00:47:48 2026
Elapsed18 hrs, 3 mins, 10 secs

All Changes:

:

  1. Change #258116

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 15:27:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3cdc16742596e08427299865a25ef70dfee3400a

    Comments

    clang-tidy: check `readability-redundant-preprocessor`, fix fallouts
    Also:
    - cipher_suite: merge `USE_MBEDTLS` `#if` blocks.
    
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-preprocessor.html
    
    Closes #20628

    Changed files

    • .clang-tidy.yml
    • lib/content_encoding.c
    • lib/vtls/cipher_suite.c
    • src/tool_help.c
  2. Change #258117

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 15:27:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c07c3cac746bb899e8014200aad02e5f4bb507de

    Comments

    clang-tidy: enable and fix `readability-uppercase-literal-suffix`
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/readability/uppercase-literal-suffix.html
    
    Closes #20629

    Changed files

    • .clang-tidy.yml
    • lib/http.c
    • lib/socks.c
    • lib/vquic/curl_ngtcp2.c
  3. Change #258118

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 15:27:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8712fac111206a9594b5b6eba36b590550c1df5c

    Comments

    clang-tidy: drop redundant casts
    Found via `readability-redundant-casting`. Prone to false positives, not
    enabled.
    
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-casting.html
    
    Closes #20630

    Changed files

    • docs/examples/chkspeed.c
    • docs/examples/ftpgetinfo.c
    • lib/cshutdn.c
    • lib/curl_fnmatch.c
    • lib/doh.c
    • lib/hash.c
    • lib/http.c
    • lib/ldap.c
    • lib/mprintf.c
    • lib/multi.c
    • lib/socks_sspi.c
    • lib/url.c
    • lib/version.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • src/config2setopts.c
    • src/tool_cb_hdr.c
    • src/tool_cb_prg.c
    • src/tool_cb_rea.c
    • src/tool_filetime.c
    • tests/libtest/cli_hx_download.c
    • tests/libtest/cli_hx_upload.c
    • tests/libtest/lib2301.c
    • tests/libtest/lib573.c
    • tests/unit/unit1661.c
    • tests/unit/unit2603.c
  4. Change #258127

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 16:27:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b7ecd14725fdfe63bf84f63829dd63fb2e8cba3f

    Comments

    clang-tidy: replace comma-separated string with list in config
    Bump required clang-tidy version to v17.0.0 for this.
    
    Ref: https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/clang-tidy/index.html
    Follow-up to 4497dbd9ac4a31b0056a9179d500676ebe091de5 #20605
    
    Closes #20632

    Changed files

    • .clang-tidy.yml
    • docs/INTERNALS.md
  5. Change #258134

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 16:34:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b5a6d617d1bd6db224b714381e91fada8843a803

    Comments

    clang-tidy: sort list [ci skip]
    Follow-up to b7ecd14725fdfe63bf84f63829dd63fb2e8cba3f #20632

    Changed files

    • .clang-tidy.yml
  6. Change #258158

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 19:08:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1858126cca37f5309e2714b988f8354715c6ffad

    Comments

    cmake: sync clang-tidy arg order in tests with C compiler
    Pass macro definitions first. For uniformity, no functional difference.
    
    To match:
    ```
    CMAKE_C_COMPILE_OBJECT = '<CMAKE_C_COMPILER> <DEFINES> <INCLUDES> <FLAGS> [...]'
    ```
    
    Closes #20635

    Changed files

    • CMake/Macros.cmake