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

Builder curl-unthreaded-solaris11-i386 Build #4653

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision25512ab34e1852c6a33aff56075989e132919a3b
Got Revision25512ab34e1852c6a33aff56075989e132919a3b
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 50 mins, 0 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 4653 Build
codebase Build
got_revision 25512ab34e1852c6a33aff56075989e132919a3b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 25512ab34e1852c6a33aff56075989e132919a3b 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:

StartSun Feb 22 02:07:01 2026
EndSun Feb 22 04:49:14 2026
Elapsed2 hrs, 42 mins, 13 secs

All Changes:

:

  1. Change #258475

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 00:58:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 139307865a32a1a229e7517946e979e19e2f42c0

    Comments

    clang-tidy: check `bugprone-macro-parentheses`, fix fallouts
    Also:
    - lib/parsedate: avoid relying on side-effect of missing parentheses.
    - lib/http: drop redundant parentheses.
    - fix cases in headers missed by clang-tidy.
    
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/macro-parentheses.html
    
    Closes #20647

    Changed files

    • .clang-tidy.yml
    • include/curl/curl.h
    • lib/cf-socket.c
    • lib/cfilters.h
    • lib/curl_sasl.h
    • lib/curl_share.h
    • lib/curlx/strparse.c
    • lib/ftp.c
    • lib/getinfo.c
    • lib/hash.c
    • lib/http.c
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/idn.c
    • lib/mprintf.c
    • lib/parsedate.c
    • lib/setopt.c
    • lib/sigpipe.h
    • lib/telnet.c
    • lib/uint-hash.c
    • lib/url.c
    • lib/urlapi.c
    • lib/urldata.h
    • src/tool_cb_wrt.c
    • src/tool_parsecfg.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • src/tool_vms.h
    • src/var.c
    • tests/libtest/first.h
    • tests/libtest/lib2405.c
    • tests/libtest/lib557.c
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/unitcheck.h
    • tests/server/first.h
    • tests/server/tftpd.c
  2. Change #258476

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 00:58:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 25512ab34e1852c6a33aff56075989e132919a3b

    Comments

    build: adjust minimum version for some clang picky warnings
    Enable 3 warnings earlier with autotools, update comments for the rest.
    
    Ref: https://godbolt.org/
    
    Closes #20665

    Changed files

    • CMake/PickyWarnings.cmake
    • m4/curl-compilers.m4