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

Builder curl-unthreaded-solaris11-sparc Build #5386

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Mar 2 16:38:43 2026
EndMon Mar 2 17:47:57 2026
Elapsed1 hrs, 9 mins, 14 secs

All Changes:

:

  1. Change #259536

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 02 Mar 2026 15:28:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5c6a4067ab797e8962d8279c1677918aee42384

    Comments

    clang-tidy: fix `readability-suspicious-call-argument`
    Also:
    - curlx/strerr: avoid a false positive by dropping an interim variable.
    - enable this check.
    
    Ref: #20627 (initial attempt)
    
    Closes #20777

    Changed files

    • .clang-tidy.yml
    • lib/curlx/strerr.c
    • tests/libtest/cli_hx_download.c
    • tests/libtest/cli_hx_upload.c
  2. Change #259554

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 02 Mar 2026 16:01:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b83ade783d8dca498ababcac9b749e35c1711037

    Comments

    multi: fix unreachable code compiler warning
    ```
    lib/multi.c:305:5: error: code will never be executed [clang-diagnostic-unreachable-code]
      305 |     goto error;
          |     ^~~~~~~~~~
    ```
    
    Cherry-picked from #20774
    
    Closes #20788

    Changed files

    • lib/multi.c