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

Builder curl-ares-solaris10-i386 Build #4280

Results:

Failed

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb9690e9cd14188a5f6ab994cfea98f33447c487e
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 4 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4280 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision b9690e9cd14188a5f6ab994cfea98f33447c487e Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]

Timing:

StartTue Mar 31 06:01:40 2026
EndTue Mar 31 15:58:23 2026
Elapsed9 hrs, 56 mins, 43 secs

All Changes:

:

  1. Change #262925

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 00:51:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2d546d239ecd455b6459e68b85ef8d4b045c0a00

    Comments

    cmake: use `Threads::Threads` imported target for POSIX Threads
    - use `Threads::Threads` imported target, replacing
      `CMAKE_THREAD_LIBS_INIT`. To use the modern form and to allow using
      `THREADS_PREFER_PTHREAD_FLAG` option.
    
    - only add Threads library/options if POSIX Threads was detected (not
      any other threading backend FindThreads may detect, e.g. the HP one.)
    
    - curl-config.in.cmake: detect and define `Threads::Threads`.
    
    Refs:
    https://cmake.org/cmake/help/v3.18/module/FindThreads.html
    https://cmake.org/cmake/help/v4.3/module/FindThreads.html
    
    Closes #21163

    Changed files

    • CMake/curl-config.in.cmake
    • CMakeLists.txt
  2. Change #262926

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 31 Mar 2026 00:51:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9dc3c06aa76a6802766868dbd06787abadff994c

    Comments

    GHA: update dependency google/boringssl to v0.20260327.0
    Closes #21166

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  3. Change #262931

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 03:32:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e49190f9f3c2f869bde6bf30cf80426c4c01807a

    Comments

    cf-https-connect: silence `-Wimplicit-int-enum-cast` with HTTPS-RR + clang 21 (reapply)
    Reapply: e09a7b83d67c56bcb65ef6d0d3c9ba517942fa6d #21057
    
    Also:
    - enable HTTPS-RR by default in curl-for-win to test it with clang 21.
      Ref: https://github.com/curl/curl-for-win/commit/dc65c449f313a16279dde7eb243367b77986ddf1
    
    Follow-up to 335dc0e3c59688270140115c9f84ea5c929870d8 #21027
    
    Closes #21167

    Changed files

    • lib/cf-https-connect.c
  4. Change #262940

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 05:33:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9690e9cd14188a5f6ab994cfea98f33447c487e

    Comments

    cmake: silence bad library `Threads::Threads` warning
    Seen on macOS:
    ```
    CMake Warning at CMakeLists.txt:2158 (message):
      Bad lib in library list: Threads::Threads
    ```
    
    Follow-up to 2d546d239ecd455b6459e68b85ef8d4b045c0a00 #21163
    
    Closes #21170

    Changed files

    • CMakeLists.txt