Enforce finalized sorbet methods #31314
Annotations
11 errors and 10 warnings
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/unlink_spec.rb#L9
Homebrew::Cmd::UnlinkCmd unlinks a Formula
Failure/Error: raise "You cannot override Formula#brew in class #{name}"
RuntimeError:
An exception occurred within a child process:
RuntimeError: You cannot override Formula#brew in class Formula
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cleanup_spec.rb#L182
Homebrew::Cleanup ::cleanup_formula
Failure/Error:
f.brew do
f.install
end
RuntimeError:
You cannot override Formula#brew in class Formula
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/dev-cmd/test_spec.rb#L10
Homebrew::DevCmd::Test tests a given Formula
Failure/Error: raise "You cannot override Formula#brew in class #{name}"
RuntimeError:
An exception occurred within a child process:
RuntimeError: You cannot override Formula#brew in class Formula
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/autoremove_spec.rb#L29
Homebrew::Cmd::Autoremove integration test only removes unused dependencies
Failure/Error: raise "You cannot override Formula#brew in class #{name}"
RuntimeError:
An exception occurred within a child process:
RuntimeError: You cannot override Formula#brew in class Formula
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/upgrade_spec.rb#L9
Homebrew::Cmd::UpgradeCmd upgrades a Formula and cleans up old versions
Failure/Error: expect { brew "upgrade" }.to be_a_success
expected #<Proc:0x00007efc9f3046a0 /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/upgrade_spec.rb:13> to be a success
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/patching_spec.rb#L246
patching patch_dsl_with_homebrew_prefix
Failure/Error:
formula.brew do
formula.patch
s = File.read("libexec/NOOP")
expect(s).not_to include("NOOP"), "libexec/NOOP was not patched as expected"
expect(s).not_to include("@@HOMEBREW_PREFIX@@"), "libexec/NOOP was not patched as expected"
expect(s).to include(HOMEBREW_PREFIX.to_s), "libexec/NOOP was not patched as expected"
end
RuntimeError:
You cannot override Formula#brew in class Formula
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/dev-cmd/unpack_spec.rb#L9
Homebrew::DevCmd::Unpack unpacks a given Formula's archive
Failure/Error:
expect { brew "unpack", "testball", "--destdir=#{path}" }
.to be_a_success
expected #<Proc:0x00007efc9eec8960 /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/dev-cmd/unpack_spec.rb:13> to be a success
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/uninstall_spec.rb#L9
Homebrew::Cmd::UninstallCmd uninstalls a given Formula
Failure/Error: raise "You cannot override Formula#brew in class #{name}"
RuntimeError:
An exception occurred within a child process:
RuntimeError: You cannot override Formula#brew in class Formula
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/install_spec.rb#L29
Homebrew::Cmd::InstallCmd can install keg-only Formulae
Failure/Error:
expect { brew "install", "testball1" }
.to output(%r{#{HOMEBREW_CELLAR}/testball1/1\.0}o).to_stdout
.and not_to_output.to_stderr
.and be_a_success
expected block to output /\/tmp\/homebrew-tests-20241122-3789-v39pbv\/cellar\/testball1\/1\.0/ to stdout, but output "==> Fetching testball1\n==> Downloading file:///home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/fixtures/tarballs/testball-0.1-linux.tbz\n"
...and:
expected block to not output to stderr, but output "Error: An exception occurred within a child process:\n RuntimeError: You cannot override Formula#brew in class Formula\n"
...and:
expected #<Proc:0x00007f3be76227b0 /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/install_spec.rb:36> to be a success
Diff for (output /\/tmp\/homebrew-tests-20241122-3789-v39pbv\/cellar\/te...):
@@ -1,2 +1,3 @@
-/\/tmp\/homebrew-tests-20241122-3789-v39pbv\/cellar\/testball1\/1\.0/
+==> Fetching testball1
+==> Downloading file:///home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/fixtures/tarballs/testball-0.1-linux.tbz
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/install_spec.rb#L19
Homebrew::Cmd::InstallCmd installs formulae with options
Failure/Error:
expect { brew "install", "testball1", "--with-foo" }
.to output(%r{#{HOMEBREW_CELLAR}/testball1/0\.1}o).to_stdout
.and not_to_output.to_stderr
.and be_a_success
expected block to output /\/tmp\/homebrew-tests-20241122-3789-v39pbv\/cellar\/testball1\/0\.1/ to stdout, but output "==> Fetching testball1\n==> Downloading file:///home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/fixtures/tarballs/testball-0.1-linux.tbz\n"
...and:
expected block to not output to stderr, but output "Error: An exception occurred within a child process:\n RuntimeError: You cannot override Formula#brew in class Formula\n"
...and:
expected #<Proc:0x00007f3be73230f0 /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/cmd/install_spec.rb:22> to be a success
Diff for (output /\/tmp\/homebrew-tests-20241122-3789-v39pbv\/cellar\/te...):
@@ -1,2 +1,3 @@
-/\/tmp\/homebrew-tests-20241122-3789-v39pbv\/cellar\/testball1\/0\.1/
+==> Fetching testball1
+==> Downloading file:///home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/fixtures/tarballs/testball-0.1-linux.tbz
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos git formula exists
Skipped: Requires homebrew/core to be tapped.
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos xz formula exists
Skipped: Requires homebrew/core to be tapped.
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos php formula exists
Skipped: Requires homebrew/core to be tapped.
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos less formula exists
Skipped: Requires homebrew/core to be tapped.
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos zsh formula exists
Skipped: Requires homebrew/core to be tapped.
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos gzip formula exists
Skipped: Requires homebrew/core to be tapped.
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos bash formula exists
Skipped: Requires homebrew/core to be tapped.
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos vim formula exists
Skipped: Requires homebrew/core to be tapped.
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos python formula exists
Skipped: Requires homebrew/core to be tapped.
|
Run brew tests:
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos expect formula exists
Skipped: Requires homebrew/core to be tapped.
|
Loading