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

Builder curl-ares-solaris10-sparc Build #3471

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona67ee591e05c025641ca547e7398b2e0ebcbba6a
Got Revisiona67ee591e05c025641ca547e7398b2e0ebcbba6a
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 48 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 51 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3471 Build
codebase Build
got_revision a67ee591e05c025641ca547e7398b2e0ebcbba6a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a67ee591e05c025641ca547e7398b2e0ebcbba6a Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Feb 27 13:08:09 2026
EndSat Feb 28 06:57:42 2026
Elapsed17 hrs, 49 mins, 32 secs

All Changes:

:

  1. Change #259121

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 19:12:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9871f46069c4d7fbade5112cc3202b008e3a0ed3

    Comments

    GHA/macos: drop unused `install_step` values [ci skip]

    Changed files

    • .github/workflows/macos.yml
  2. Change #259126

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 19:24:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad72af474328f48125902c97fd0b1217bf4e3b36

    Comments

    GHA/linux: enable clang-tidy for docs/examples
    Also:
    - imap-append: silence false positive (seen on Linux only).
      Follow-up to b1f853a3849d0e8116ae4e2aedfb9ca65f92282d #20731
      Follow-up to 725c5609aef19ba53373a49386cd979006b590d6 #20723
    
    Closes #20743

    Changed files

    • .github/workflows/linux.yml
    • docs/examples/imap-append.c
  3. Change #259127

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 19:24:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3f1f69261ed13f217d98a223d42e8ca4e1a41bd

    Comments

    GHA/macos: bump runner to macos-26 in clang-tidy jobs
    Tiny difference in practice:
    Apple clang 17.0.0.17000013 -> 17.0.0.17000603
    
    To use the most recent tools for static analyses.
    
    Closes #20745

    Changed files

    • .github/workflows/macos.yml
  4. Change #259133

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 19:44:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c11127536623281548c915d64a566ede0528026a

    Comments

    GHA/linux: delete unused autotools clang-tidy logic
    Follow-up to 26eddf002f0d9e957ff21865bddfbdf25b4521f5 #20725
    
    Closes #20747

    Changed files

    • .github/workflows/linux.yml
  5. Change #259134

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 19:44:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb58b2325657b61ddae2d5373800076b468638f9

    Comments

    cmake: fix confusing error when a dependency is undetected in `curl-config.cmake`
    Fixing:
    ```
    CMake Error at /path/to/CURL/CURLConfig.cmake:190 (get_target_property):
      get_target_property() called with non-existent target "CURL::libssh2".
    ```
    and replacing it with the clearer message:
    ```
    CMake Error at /path/to/CURL/CURLTargets.cmake:61 (set_target_properties):
      The link interface of target "CURL::libcurl_static" contains:
    
        CURL::libssh2
    
      but the target was not found.  Possible reasons include:
    [...]
    ```
    
    Reported-by: Val S.
    Ref: #20729
    Follow-up to 16f073ef49f94412000218c9f6ad04e3fd7e4d01 #16973
    
    Closes #20737

    Changed files

    • CMake/curl-config.in.cmake
  6. Change #259137

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Feb 2026 20:07:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d28ac612bd9e513bb53466c2cb1de7f716b2744

    Comments

    mailmap: Hamza Bensliman

    Changed files

    • .mailmap
  7. Change #259146

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Feb 2026 01:03:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f76a54f890d41f7cfa97bb268a90919958b931a7

    Comments

    clang-tidy: add missing and delete redundant parentheses
    Reported by clang-tidy v22.1.0.
    
    Ref: https://releases.llvm.org/22.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    
    Closes #20749

    Changed files

    • lib/memdebug.c
    • lib/mime.c
    • lib/mprintf.c
    • lib/parsedate.c
    • lib/tftp.c
    • lib/transfer.c
  8. Change #259152

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Feb 2026 02:40:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b2076d3c2f5386068d9b0199f25a81147784d8ac

    Comments

    vquic: fix unused variable warning reported by clang-tidy
    Silencing (seen in new GHA/Linux H3 v20 job):
    ```
    lib/vquic/vquic.c:398:37: error: variable 'calls' set but not used [clang-diagnostic-unused-but-set-variable]
      398 |   size_t total_nread = 0, pkts = 0, calls = 0;
          |                                     ^
    ```
    
    Cherry-picked from #20751
    
    Closes #20752

    Changed files

    • lib/vquic/vquic.c
  9. Change #259167

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Feb 2026 08:10:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b48d02179acc7b274f9751420ca2e36a8329d0b0

    Comments

    ftp: remove two redundant assignments
    Follow-up to 29bca12978f3ad
    
    Pointed out by CodeSonar
    
    Closes #20755

    Changed files

    • lib/ftp.c
  10. Change #259169

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Feb 2026 08:21:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 61bcd1105a6ab7c089242c40e2660ffd9a3aa257

    Comments

    cfilter: move a debug-only check into ifdef DEBUGBUILD
    Pointed out by CodeSonar
    
    Closes #20756

    Changed files

    • lib/cfilters.c
  11. Change #259171

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Feb 2026 09:37:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a67ee591e05c025641ca547e7398b2e0ebcbba6a

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES