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

Builder curl-ares-solaris10-sparc Build #3668

Build In Progress:

ETA: 11:22:11 [15 mins, 51 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3668 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision e1366945251ae3107194acb970ec4e40b1da5682 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. Viktor Szakats

Timing:

StartThu Jun 18 02:38:27 2026
Elapsed8 hrs, 27 mins, 51 secs

All Changes:

:

  1. Change #271474

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 14:37:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60381b2046af3e863ede3362dffcf5df99cc60e0

    Comments

    first.h reflow

    Changed files

    • tests/libtest/first.h
  2. Change #271475

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 14:37:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4abe47e1f53ccc69218bad0453ec07c28a5b5726

    Comments

    src: sync nghttp2 versions checks with current requirements
    Also:
    - drop a redundant check.
    - make the in-source error informative.
    
    Follow-up to 2900c29218d2d24ab519853589da84caa850e8c7 #11473
    
    Closes #22061

    Changed files

    • lib/cf-h2-proxy.c
    • lib/http2.c
  3. Change #271476

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 14:37:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bdb1773536d76562a9e0e8f2fdf60bedda2f1910

    Comments

    INTERNALS.md: document minimum nghttp3 and ngtcp2 versions
    Follow-up to 5eefdd71a394d135c0ffb56fb8ec117c87dbe4f0 #17027
    Follow-up to 915f3981c93cba568806b16a5719ff444b62e365 #16320
    
    Closes #22062

    Changed files

    • docs/INTERNALS.md
  4. Change #271477

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 14:37:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0ffd2e7fdebb19186879c513d0eeceb7f27c6d22

    Comments

    GHA/windows: do `apt-get update` in clang-tidy cross-build job again
    Syncing with most similar uses in other workflows.
    
    Fixing, e.g.:
    ```
    E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/l/
      llvm-toolchain-20/llvm-20-linker-tools_20.1.2-0ubuntu1%7e24.04.2_amd64.deb
      404  Not Found [IP: 172.66.152.176 443]
    ```
    Ref: https://github.com/curl/curl/actions/runs/27682974841/job/81877061033?pr=22061
    
    Follow-up to 1b8449674adb57ee0f60e761d654c69b20ee8fcf #14992
    
    Closes #22064

    Changed files

    • .github/workflows/windows.yml
  5. Change #271478

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 14:37:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4e07b374dd6ff0831dea1b95a0491e8426b192f0

    Comments

    GHA/linux: allow more time for `apt.repos.intel.com` install
    Whether the install is extreme slow and will fail anyway, or only slower
    sometimes, and this fixes, we will see.
    
    Example:
    ```
    Need to get 1159 MB of archives.
    After this operation, 4463 MB of additional disk space will be used.
    Get:1 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-licensing-2023.2.0 all 2023.2.0-49462 [30.4 kB]
    Get:2 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-licensing-2026.0 all 2026.0.0-235 [30.7 kB]
    [...]
    Get:21 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-dpcpp-debugger-2023.2.0 amd64 2023.2.0-49330 [201 MB]
    Error: The action 'install Intel compilers' has timed out after 2 minutes.
    ```
    Ref: https://github.com/curl/curl/actions/runs/27683923870/job/81877924590
    
    Follow-up to 50ff4f2927e3e319d39ba86bbcac3f57e5c89984 #21414
    
    Closes #22065

    Changed files

    • .github/workflows/linux.yml
  6. Change #271492

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 15:16:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 766969be39bbc9f0172ece496965fd2a6f30f06b

    Comments

    GHA: sync apt-get code between workflows/jobs
    - delete 3rd-party apt sources, where missing.
    - do `apt-get update`, where missing.
    
    Closes #22067

    Changed files

    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  7. Change #271493

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 15:16:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8b76773af5bb14338033df8d4cf179732233cd4

    Comments

    GHA/linux: give more time for `apt-get install`
    3 minutes (was: 2).
    
    IIn the hope it fixes timeouts, assuming the Ubuntu mirrors are only
    somewhat slower sometimes (and not completely stalled).
    
    Closes #22068

    Changed files

    • .github/workflows/linux.yml
  8. Change #271494

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 15:16:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 174cafb3e6075e7c82d270dfe7a0011809422178

    Comments

    cmake: simplify `LINK_ONLY` imported target extraction
    Suggested-by: Kai Pastor
    Ref: https://github.com/curl/curl/pull/21654#discussion_r3425296606
    Follow-up to 3c597ced16e1f3aa7bfe08609add0feaf5c8d90d #21654
    
    Closes #22063

    Changed files

    • CMake/Macros.cmake
  9. Change #271507

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 16:29:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a36e979284219a0a15c758178053afecebc0af1b

    Comments

    GHA/macos: enable krb5 in an autotools job
    Cherry-picked from #22052
    
    Closes #22069

    Changed files

    • .github/workflows/macos.yml
  10. Change #271515

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 18:04:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6db0ba2a381648a27e90dd9151ea2c255f869534

    Comments

    cmake/FindGSS: drop "MIT Unknown" version value, related tidy ups
    After this patch the `GSS_VERSION` value is left empty in all cases when
    there is known version number (potentially on Windows).
    
    Also:
    - sync `GSS_FOUND` comment with other Find modules.
    - sync `GSS_VERSION` comment with other Find modules, drop the promise
      of returning "unknown", which was not true and also not done by other
      Find modules.
    - tidy up Windows-registry-based MIT `GSS_VERSION` detection, by
      guarding the whole block for `WIN32`.
    - drop fallback version value `MIT Unknown` used for MIT.
    - fix vertical alignment in comment block.
    
    Changing CMake log output like so (in affected config):
    ```
    -- Found GSS: MIT (found version "MIT Unknown")
    ```
    ->
    ```
    -- Found GSS: MIT
    ```
    
    Spotted by Copilot
    Bug: https://github.com/curl/curl/pull/22052#discussion_r3429273238
    Follow-up to 558814e16d84aa202c5ccc0c8108a9d728e77a58
    
    Closes #22071

    Changed files

    • CMake/FindGSS.cmake
  11. Change #271518

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 18:38:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e1366945251ae3107194acb970ec4e40b1da5682

    Comments

    cmake/FindGSS: drop CMake <3.16 compatibility logic
    Redundant since bumping minimum to 3.18.
    
    Follow-up to 89043ba90689418a115e967633e261139b48ce23 #20407
    Follow-up to 1f112242323848d0ebfc88ae97b139d18e7987f6 #18950
    
    Closes #22072

    Changed files

    • CMake/FindGSS.cmake