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

Builder curl-ares-solaris11-i386 Build #4686

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8d28ac612bd9e513bb53466c2cb1de7f716b2744
Got Revision8d28ac612bd9e513bb53466c2cb1de7f716b2744
Changes10 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 2 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4686 Build
codebase Build
got_revision 8d28ac612bd9e513bb53466c2cb1de7f716b2744 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8d28ac612bd9e513bb53466c2cb1de7f716b2744 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartThu Feb 26 21:20:24 2026
EndFri Feb 27 00:12:10 2026
Elapsed2 hrs, 51 mins, 45 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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