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

Builder curl-unthreaded-solaris11-i386 Build #4676

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 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 4676 Build
codebase Build
got_revision 3137f725cd3babf69ef4cad4721f32356db3a6ea Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3137f725cd3babf69ef4cad4721f32356db3a6ea 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:

StartWed Feb 25 22:56:46 2026
EndThu Feb 26 02:21:54 2026
Elapsed3 hrs, 25 mins, 8 secs

All Changes:

:

  1. Change #258951

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Feb 2026 22:11:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 725c5609aef19ba53373a49386cd979006b590d6

    Comments

    clang-tidy: avoid/silence `bugprone-not-null-terminated-result`
    Prefer `sizeof()` over `strlen()`, static const variables over macros.
    Add a couple of `NOLINT`s to silence false positives.
    
    Also sync similar code patterns between libtests.
    
    Cherry-picked from #20720
    
    Closes #20723

    Changed files

    • tests/libtest/lib1520.c
    • tests/libtest/lib1525.c
    • tests/libtest/lib1526.c
    • tests/libtest/lib1527.c
    • tests/libtest/lib1531.c
    • tests/libtest/lib1576.c
    • tests/libtest/lib1662.c
    • tests/libtest/lib510.c
    • tests/libtest/lib547.c
    • tests/libtest/lib555.c
    • tests/libtest/lib579.c
    • tests/libtest/lib757.c
    • tests/server/mqttd.c
    • tests/server/rtspd.c
  2. Change #258953

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Feb 2026 22:29:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3137f725cd3babf69ef4cad4721f32356db3a6ea

    Comments

    cmake: fix passing system header directories to clang-tidy for tests
    Pass system directories with `-isystem` to avoid clang-tidy parsing
    3rd-party and system headers with `HeaderFilterRegex: '.*' enabled.
    
    Also:
    - drop rule exception no longer necessary.
    - sync normal vs. system header path order with compiler invocation.
    - tidy up `set()` syntax.
    - clear a temporary variable.
    
    Bug: https://github.com/curl/curl/pull/20670#issuecomment-3940840176
    Follow-up to e088e104549421914da9170eeead72a43d42c028 #17705
    Cherry-picked from: #20720
    
    Closes #20724

    Changed files

    • .clang-tidy.yml
    • CMake/Macros.cmake