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

Builder curl-unthreaded-solaris10-i386 Build #16443

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb2076d3c2f5386068d9b0199f25a81147784d8ac
Got Revisionb2076d3c2f5386068d9b0199f25a81147784d8ac
Changes14 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 13 mins, 13 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16443 Build
codebase Build
got_revision b2076d3c2f5386068d9b0199f25a81147784d8ac Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b2076d3c2f5386068d9b0199f25a81147784d8ac Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. hamza
  4. renovate[bot]

Timing:

StartFri Feb 27 02:54:16 2026
EndFri Feb 27 18:02:35 2026
Elapsed15 hrs, 8 mins, 18 secs

All Changes:

:

  1. Change #259047

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 13:39:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4a43eba3b1d979785a2b79eddcfc21d6eac133e5

    Comments

    cmake: silence potential unused var warnings in C++ test snippet
    Follow-up to 6ad50dc2859e9ea764aafe51b34d430a663fb1d3 #20687
    
    Closes #20736

    Changed files

    • tests/cmake/test.cpp
  2. Change #259081

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 16:07:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dc4aef735234c9c9c1a8baefcce7720098b5055c

    Comments

    GHA/macos: update comment about macOS targets vs. features
    Closes #20741

    Changed files

    • .github/workflows/macos.yml
  3. Change #259098

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 17:13:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9b52d516bb8990107f20c9786e09dbb6961c30b2

    Comments

    GHA/linux: bump sanitizer jobs to clang v20 (from v18)
    To use the newest version offered by the runner's Ubuntu 24.04.
    
    Ref: https://packages.ubuntu.com/search?suite=noble-updates&keywords=clang
    
    Closes #20732

    Changed files

    • .github/workflows/linux.yml
  4. Change #259099

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Feb 2026 17:14:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6789eb0ff9f8a771417000b3fe985dd0c7409fd6

    Comments

    multi: avoid a theoretical 32-bit wrap
    If Curl_uint32_tbl_count() at some future point actually can return
    UINT_MAX, this fixes the math to not wrap.
    
    Closes #20742

    Changed files

    • lib/multi.c
  5. Change #259100

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 26 Feb 2026 17:15:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e86642909f00d79f30b5ca2aebf557d52819c023

    Comments

    GHA: update ngtcp2/ngtcp2 to v1.21.0
    Closes #20738

    Changed files

    • .github/workflows/http3-linux.yml
  6. Change #259113

    Category curl
    Changed by hamza <benslimanhamza99ohnoyoudont@gmail.com>
    Changed at Thu 26 Feb 2026 18:35:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05d991a8c5c9f2944e5e4559616b437a1b7d5c3f

    Comments

    rtsp: fix assertion failure on zero-length RTP payload
    Fixes #20735
    Reported-by: David Korczynski
    Closes #20744

    Changed files

    • lib/rtsp.c
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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