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

Builder curl-threaded-solaris11-i386 Build #5077

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondb5d8886738ca8a335898c497ae4808f65ea7781
Got Revisiondb5d8886738ca8a335898c497ae4808f65ea7781
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu May 14 14:32:56 2026
EndThu May 14 15:44:54 2026
Elapsed1 hrs, 11 mins, 57 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