Skip bottle relocation on Apple Silicon with default prefix #34179
Annotations
11 errors and 10 warnings
|
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/utils/bottles/bottles_spec.rb#L106
Utils::Bottles#skip_relocation_for_apple_silicon? returns false for custom prefix on Apple Silicon
Failure/Error: allow(keg).to receive(:mach_o_files).and_return([])
the Keg class does not implement the instance method: mach_o_files
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/utils/bottles/bottles_spec.rb#L98
Utils::Bottles#skip_relocation_for_apple_silicon? returns false for Intel Mac
Failure/Error: allow(keg).to receive(:mach_o_files).and_return([])
the Keg class does not implement the instance method: mach_o_files
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/utils/bottles/bottles_spec.rb#L82
Utils::Bottles#skip_relocation_for_apple_silicon? returns false for Apple Silicon with default prefix when binaries need relocation
Failure/Error: allow(keg).to receive(:mach_o_files).and_return([])
the Keg class does not implement the instance method: mach_o_files
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/utils/bottles/bottles_spec.rb#L64
Utils::Bottles#skip_relocation_for_apple_silicon? returns true for Apple Silicon with default prefix when enabled by env var
Failure/Error: allow(keg).to receive(:mach_o_files).and_return([])
the Keg class does not implement the instance method: mach_o_files
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/utils/bottles/bottles_spec.rb#L73
Utils::Bottles#skip_relocation_for_apple_silicon? returns true for Apple Silicon with default prefix when no binaries need relocation
Failure/Error: allow(keg).to receive(:mach_o_files).and_return([])
the Keg class does not implement the instance method: mach_o_files
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/utils/bottles/bottles_spec.rb#L143
Utils::Bottles#binaries_need_relocation? returns false when no paths need relocation
Failure/Error: let(:mach_o_file) { instance_double(MachO::MachOFile) }
NameError:
uninitialized constant MachO
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/utils/bottles/bottles_spec.rb#L120
Utils::Bottles#binaries_need_relocation? returns true when dylib has /usr/local path
Failure/Error: let(:mach_o_file) { instance_double(MachO::MachOFile) }
NameError:
uninitialized constant MachO
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/utils/bottles/bottles_spec.rb#L132
Utils::Bottles#binaries_need_relocation? returns true when linked libraries have /usr/local path
Failure/Error: let(:mach_o_file) { instance_double(MachO::MachOFile) }
NameError:
uninitialized constant MachO
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/caveats_spec.rb#L184
Caveats#caveats when f.keg_only is not nil gives command to be run when f.sbin is a directory
Failure/Error: expect(caveats).to include(f.opt_sbin.to_s)
expected "" to include "/tmp/homebrew-tests-20250331-4236-7oim6g/prefix/opt/formula_name/sbin"
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/caveats_spec.rb#L179
Caveats#caveats when f.keg_only is not nil gives command to be run when f.bin is a directory
Failure/Error: expect(caveats).to include(f.opt_bin.to_s)
expected "" to include "/tmp/homebrew-tests-20250331-4236-7oim6g/prefix/opt/formula_name/bin"
|
|
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.
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos rsync formula exists
Skipped: Requires homebrew/core to be tapped.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos groff formula exists
Skipped: Requires homebrew/core to be tapped.
|
|
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.
|
|
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/support/helper/spec/shared_examples/formulae_exist.rb#L5
RuboCop::Cop::FormulaAudit::UsesFromMacos openssl formula exists
Skipped: Requires homebrew/core to be tapped.
|
The logs for this run have expired and are no longer available.
Loading