Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 committed Apr 29, 2024
1 parent b4880ab commit bd5fcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/lavinmq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def install
end

service do
run [opt_bin / "lavinmq", "-D", "/opt/homebrew/var/lavinmq"]
run [opt_bin/"lavinmq", "-D", "/opt/homebrew/var/lavinmq"]
end

test do

Check warning on line 22 in Formula/lavinmq.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

`brew test --verbose cloudamqp/cloudamqp/lavinmq` failed on Linux!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/bin/bundle clean ==> Testing cloudamqp/cloudamqp/lavinmq ==> /home/linuxbrew/.linuxbrew/Cellar/lavinmq/1.2.11/bin/lavinmq --version /home/linuxbrew/.linuxbrew/Cellar/lavinmq/1.2.11/bin/lavinmq: error while loading shared libraries: libevent-2.1.so.7: cannot open shared object file: No such file or directory Error: cloudamqp/cloudamqp/lavinmq: failed An exception occurred within a child process: BuildError: Failed executing: /home/linuxbrew/.linuxbrew/Cellar/lavinmq/1.2.11/bin/lavinmq --version /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2881:in `block in system' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2817:in `open' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2817:in `system' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11361/lib/types/private/methods/call_validation.rb:270:in `bind_call' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11361/lib/types/private/methods/call_validation.rb:270:in `validate_call' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11361/lib/types/private/methods/_methods.rb:277:in `block in _on_method_added' /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/cloudamqp/homebrew-cloudamqp/Formula/lavinmq.rb:28:in `block in <class:Lavinmq>' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2652:in `block (3 levels) in run_test' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/extend/kernel.rb:514:in `with_env' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2651:in `block (2 levels) in run_test' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:1131:in `with_logging' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2650:in `block in run_test' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/mktemp.rb:76:in `block in run' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/mktemp.rb:76:in `chdir' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/mktemp.rb:76:in `run' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2932:in `mktemp' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2644:in `run_test' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:46:in `block in <main>' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:107:in `block in timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:36:in `block in catch' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:36:in `catch' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:36:in `catch' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:123:in `timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:50:in `<main>'

Check warning on line 22 in Formula/lavinmq.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

`brew test --verbose cloudamqp/cloudamqp/lavinmq` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/bin/bundle clean ==> Testing cloudamqp/cloudamqp/lavinmq ==> /opt/homebrew/Cellar/lavinmq/1.2.11/bin/lavinmq --version dyld[20772]: Library not loaded: /opt/homebrew/opt/lz4/lib/liblz4.1.dylib Referenced from: <6E6CFDE7-BB52-3B83-8707-AADE01708981> /opt/homebrew/Cellar/lavinmq/1.2.11/bin/lavinmq Reason: tried: '/opt/homebrew/opt/lz4/lib/liblz4.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/lz4/lib/liblz4.1.dylib' (no such file), '/opt/homebrew/opt/lz4/lib/liblz4.1.dylib' (no such file) Error: cloudamqp/cloudamqp/lavinmq: failed An exception occurred within a child process: BuildError: Failed executing: /opt/homebrew/Cellar/lavinmq/1.2.11/bin/lavinmq --version /opt/homebrew/Library/Homebrew/formula.rb:2881:in `block in system' /opt/homebrew/Library/Homebrew/formula.rb:2817:in `open' /opt/homebrew/Library/Homebrew/formula.rb:2817:in `system' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11361/lib/types/private/methods/call_validation.rb:270:in `bind_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11361/lib/types/private/methods/call_validation.rb:270:in `validate_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11361/lib/types/private/methods/_methods.rb:277:in `block in _on_method_added' /opt/homebrew/Library/Taps/cloudamqp/homebrew-cloudamqp/Formula/lavinmq.rb:28:in `block in <class:Lavinmq>' /opt/homebrew/Library/Homebrew/formula.rb:2652:in `block (3 levels) in run_test' /opt/homebrew/Library/Homebrew/extend/kernel.rb:514:in `with_env' /opt/homebrew/Library/Homebrew/formula.rb:2651:in `block (2 levels) in run_test' /opt/homebrew/Library/Homebrew/formula.rb:1131:in `with_logging' /opt/homebrew/Library/Homebrew/formula.rb:2650:in `block in run_test' /opt/homebrew/Library/Homebrew/mktemp.rb:76:in `block in run' /opt/homebrew/Library/Homebrew/mktemp.rb:76:in `chdir' /opt/homebrew/Library/Homebrew/mktemp.rb:76:in `run' /opt/homebrew/Library/Homebrew/formula.rb:2932:in `mktemp' /opt/homebrew/Library/Homebrew/formula.rb:2644:in `run_test' /opt/homebrew/Library/Homebrew/test.rb:46:in `block in <main>' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:107:in `block in timeout' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:36:in `block in catch' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:36:in `catch' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:36:in `catch' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:123:in `timeout' /opt/homebrew/Library/Homebrew/test.rb:50:in `<main>'
Expand Down

0 comments on commit bd5fcea

Please sign in to comment.