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

Builder curl-ares-solaris11-i386 Build #4647

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Feb 19 19:26:44 2026
EndThu Feb 19 22:39:12 2026
Elapsed3 hrs, 12 mins, 28 secs

All Changes:

:

  1. 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
  2. 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
  3. 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