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

Builder curl-ares-solaris11-sparc Build #5358

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Feb 25 16:06:24 2026
EndWed Feb 25 17:15:07 2026
Elapsed1 hrs, 8 mins, 43 secs

All Changes:

:

  1. Change #258923

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Feb 2026 15:26:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65f9426170360478c70b465444e7783008d2625c

    Comments

    clang-tidy: enable more checks
    Refs:
    https://clang.llvm.org/extra/clang-tidy/checks/list.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/assert-side-effect.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/chained-comparison.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/dynamic-static-initializers.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/macro-repeated-side-effects.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/misplaced-operator-in-strlen-in-alloc.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/misplaced-pointer-arithmetic-in-alloc.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/not-null-terminated-result.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/posix-return.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/suspicious-enum-usage.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/suspicious-memset-usage.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/suspicious-missing-comma.html
    https://clang.llvm.org/extra/clang-tidy/checks/bugprone/suspicious-semicolon.html
    https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-declaration.html
    https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-function-ptr-dereference.html
    https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-parentheses.html
    
    Closes #20622

    Changed files

    • .clang-tidy.yml
  2. Change #258927

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Feb 2026 15:43:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3b9d8412c09ed8d38e94b8273af9d05fb163c47c

    Comments

    clang-tidy: add more missing parentheses in macro values
    Reported when running `HeaderFilterRegex: '.*'` in CI.
    
    Also replace an underscored symbol with a regular one in macro
    definition.
    
    Cherry-picked from #20720
    
    Closes #20721

    Changed files

    • lib/vquic/vquic_int.h
    • lib/vtls/vtls.h