Update maintainers. #26899
tests.yml
on: pull_request
syntax
1m 4s
tap syntax
6m 16s
formula audit
6m 33s
cask audit
2m 25s
vendored gems
50s
docker
4m 38s
Matrix: test-default-formula
Matrix: tests
Matrix: update-test
Annotations
1 error
tests (online):
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/install_spec.rb#L76
Homebrew::Cmd::InstallCmd installs formulae with debug symbols
Failure/Error:
expect { brew "install", "testball1", "--debug-symbols", "--build-from-source" }
.to output(%r{#{HOMEBREW_CELLAR}/testball1/0\.1}o).to_stdout
.and not_to_output.to_stderr
.and be_a_success
expected block to not output to stderr, but output "/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/simplecov-0.22.0/lib/simplecov/lines_classifier.rb:36:in `foreach': No such file or directory @ rb_sysopen - /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/cmd/rbcmd.rb (Errno::ENOENT)\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/simplecov-0.22.0/lib/simplecov/lines_classifier.rb:36:in `each'\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/simplecov-0.22.0/lib/simplecov/lines_classifier.rb:36:in `map'\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/simplecov-0.22.0/lib/simplecov/lines_classifier.rb:36:in `classify'\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/simplecov-0.22.0/lib/simplecov/simulate_coverage.rb:22:in `call'\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.simplecov:43:in `block (3 levels) in <top (required)>'\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.simplecov:41:in `each'\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.simplecov:41:in `block (2 levels) in <top (required)>'\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/simplecov-0.22.0/lib/simplecov.rb:189:in `run_exit_tasks!'\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/simplecov-0.22.0/lib/simplecov.rb:179:in `at_exit_behavior'\n\tfrom /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/simplecov-0.22.0/lib/simplecov/defaults.rb:30:in `block in <top (required)>'\n"
...and:
expected #<Proc:0x00007fec6446ad40 /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/install_spec.rb:79> to be a success
|