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

Builder curl-ares-solaris11-sparc Build #5360

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision725c5609aef19ba53373a49386cd979006b590d6
Got Revision725c5609aef19ba53373a49386cd979006b590d6
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 5360 Build
codebase Build
got_revision 725c5609aef19ba53373a49386cd979006b590d6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 725c5609aef19ba53373a49386cd979006b590d6 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 22:14:59 2026
EndWed Feb 25 23:01:07 2026
Elapsed46 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