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

Builder curl-unthreaded-solaris11-i386 Build #4640

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Feb 19 15:34:57 2026
EndThu Feb 19 17:08:53 2026
Elapsed1 hrs, 33 mins, 55 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