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

Builder curl-ares-solaris10-sparc Build #3606

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision27936d411a1e842a1bdd08db96e6600501de24f4
Got Revision27936d411a1e842a1bdd08db96e6600501de24f4
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 8 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 3606 Build
codebase Build
got_revision 27936d411a1e842a1bdd08db96e6600501de24f4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 27936d411a1e842a1bdd08db96e6600501de24f4 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 May 14 20:33:47 2026
EndFri May 15 08:34:12 2026
Elapsed12 hrs, 24 secs

All Changes:

:

  1. Change #267115

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 May 2026 14:26:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db5d8886738ca8a335898c497ae4808f65ea7781

    Comments

    GHA: explicitly `brew update` before `brew install` with Linuxbrew
    Fixing:
    ```
    ==> Installing openssl@3 dependency: ca-certificates
    ==> Pouring ca-certificates--2026-05-14.all.bottle.tar.gz
    Error: undefined method '[]' for nil
    /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/utils/bottles.rb:127:in 'Utils::Bottles.load_tab'
    /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula_installer.rb:1507:in 'FormulaInstaller#pour'
    [...]
    /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.rb:114:in '<main>'
    You have disabled automatic updates and have not updated today.
    Do not report this issue until you've run `brew update` and tried again.
    Error: Process completed with exit code 1.
    ```
    Ref: https://github.com/curl/curl/actions/runs/25859030402/job/75984082148?pr=21607
    
    Dropping `HOMEBREW_NO_AUTO_UPDATE=1` was not enough to fix it.
    
    Closes #21608

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/linux.yml
  2. Change #267126

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 May 2026 16:33:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1a69c3a9c03667895b6ce7aaff8d60c82f9f7fb6

    Comments

    cmake: unfold a line

    Changed files

    • lib/CMakeLists.txt
  3. Change #267137

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 May 2026 18:35:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 27936d411a1e842a1bdd08db96e6600501de24f4

    Comments

    lib: make `__STDC_VERSION__` literals `L` (where missing)

    Changed files

    • lib/curl_setup.h
    • lib/curl_sha512_256.c