Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: reth-0.2.0-beta.4 #38

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/reth.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Reth < Formula

Check warning on line 1 in Formula/reth.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew linkage --test paradigmxyz/brew/reth` failed on macOS Ventura (13)!

Broken dependencies: /usr/local/opt/llvm/lib/libunwind.1.dylib (llvm)
desc "Fast implementation of the Ethereum protocol in Rust"
homepage "https://github.com/paradigmxyz/reth"
url "https://github.com/paradigmxyz/reth.git",
tag: "v0.2.0-beta.3",
revision: "56d688b9392eb34e07f239c556febfd6394e729d"
tag: "v0.2.0-beta.4",
revision: "c04dbe6e9bd05be5da3a5d541adbf76166c14a08"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/paradigmxyz/reth.git", branch: "main"

Expand All @@ -27,7 +27,7 @@
end
end

test do

Check warning on line 30 in Formula/reth.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew test --verbose paradigmxyz/brew/reth` failed on macOS Ventura (13)!

/usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/bin/bundle clean ==> Testing paradigmxyz/brew/reth ==> /usr/local/Cellar/reth/0.2.0-beta.4/bin/reth --help dyld[46656]: Library not loaded: /usr/local/opt/llvm/lib/libunwind.1.dylib Referenced from: <258CF0B9-552B-30D6-A174-00589B2E3517> /usr/local/Cellar/reth/0.2.0-beta.4/bin/reth Reason: tried: '/usr/local/opt/llvm/lib/libunwind.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/llvm/lib/libunwind.1.dylib' (no such file), '/usr/local/opt/llvm/lib/libunwind.1.dylib' (no such file), '/usr/local/lib/libunwind.1.dylib' (no such file), '/usr/lib/libunwind.1.dylib' (no such file, not in dyld cache) Error: paradigmxyz/brew/reth: failed An exception occurred within a child process: BuildError: Failed executing: /usr/local/Cellar/reth/0.2.0-beta.4/bin/reth --help /usr/local/Homebrew/Library/Homebrew/formula.rb:2833:in `block in system' /usr/local/Homebrew/Library/Homebrew/formula.rb:2769:in `open' /usr/local/Homebrew/Library/Homebrew/formula.rb:2769:in `system' /usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11305/lib/types/private/methods/call_validation.rb:270:in `bind_call' /usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11305/lib/types/private/methods/call_validation.rb:270:in `validate_call' /usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11305/lib/types/private/methods/_methods.rb:277:in `block in _on_method_added' /usr/local/Homebrew/Library/Taps/paradigmxyz/homebrew-brew/Formula/reth.rb:31:in `block in <class:Reth>' /usr/local/Homebrew/Library/Homebrew/formula.rb:2599:in `block (3 levels) in run_test' /usr/local/Homebrew/Library/Homebrew/extend/kernel.rb:495:in `with_env' /usr/local/Homebrew/Library/Homebrew/formula.rb:2598:in `block (2 levels) in run_test' /usr/local/Homebrew/Library/Homebrew/formula.rb:1064:in `with_logging' /usr/local/Homebrew/Library/Homebrew/formula.rb:2597:in `block in run_test' /usr/local/Homebrew/Library/Homebrew/mktemp.rb:75:in `block in run' /usr/local/Homebrew/Library/Homebrew/mktemp.rb:75:in `chdir' /usr/local/Homebrew/Library/Homebrew/mktemp.rb:75:in `run' /usr/local/Homebrew/Library/Homebrew/formula.rb:2884:in `mktemp' /usr/local/Homebrew/Library/Homebrew/formula.rb:2591:in `run_test' /usr/local/Homebrew/Library/Homebrew/test.rb:46:in `block in <main>' /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:107:in `block in timeout' /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:36:in `block in catch' /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:36:in `catch' /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:36:in `catch' /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:123:in `timeout' /usr/local/Homebrew/Library/Homebrew/test.rb:50:in `<main>'
system "#{bin}/reth", "--help"
end
end
Loading