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

Builder curl-threaded-solaris11-sparc Build #5390

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Mar 2 15:52:43 2026
EndMon Mar 2 17:01:51 2026
Elapsed1 hrs, 9 mins, 7 secs

All Changes:

:

  1. Change #259533

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 02 Mar 2026 14:50:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fcde8d7e3745df3b4d83c86d0a1f0caef398511b

    Comments

    cmake: minor improvements to integration test framework
    - add support for separate provider / consumer cmake options in
      `find_package` tests. To help test more integration scenarios.
      Refs: #20784 #20729 #20764
    
    - dump generated curl config files in `find_package` tests.
      (cmake CONFIG source, `libcurl.pc`, `curl-config`.
    
    - test.sh: use `sha256sum` (was: `openssl`).
    
    Closes #20773

    Changed files

    • tests/cmake/test.sh
  2. 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