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

atlantis 0.27.1 #160584

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/a/atlantis.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Atlantis < Formula
desc "Terraform Pull Request Automation tool"
homepage "https://www.runatlantis.io/"
url "https://github.com/runatlantis/atlantis/archive/refs/tags/v0.27.0.tar.gz"
sha256 "5f25e528710dc16f49d6596e2c37229caaa32bdefbc9795742dd12a800f4dd2d"
url "https://github.com/runatlantis/atlantis/archive/refs/tags/v0.27.1.tar.gz"
sha256 "3bd89fcbfd8061583b5ea1eba7d23a2706faf8646840e7a44323cc40bbfb6daa"
license "Apache-2.0"
head "https://github.com/runatlantis/atlantis.git", branch: "main"

Expand All @@ -29,7 +29,7 @@
system "go", "build", *std_go_args(ldflags: "-s -w")
end

test do

Check failure on line 32 in Formula/a/atlantis.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew test --verbose atlantis` failed on macOS Ventura (13)!

/usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/bin/bundle clean ==> Testing atlantis ==> /usr/local/Cellar/atlantis/0.27.1/bin/atlantis version atlantis dev (commit: none) (build date: unknown) ==> sleep 5 {"level":"info","ts":"2024-01-22T00:58:15.468Z","caller":"server/server.go:447","msg":"Utilizing BoltDB","json":{}} Killing child processes... Error: atlantis: failed An exception occurred within a child process: Minitest::Assertion: Expected /HTTP\/1.1 200 OK/m to match "* Trying 127.0.0.1:49245...\n* connect to 127.0.0.1 port 49245 failed: Connection refused\n* Trying [::1]:49245...\n* connect to ::1 port 49245 failed: Connection refused\n* Failed to connect to localhost port 49245 after 9 ms: Couldn't connect to server\n* Closing connection 0\ncurl: (7) Failed to connect to localhost port 49245 after 9 ms: Couldn't connect to server\n\n". /usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/minitest-5.21.2/lib/minitest/assertions.rb:183:in `assert' /usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/minitest-5.21.2/lib/minitest/assertions.rb:297:in `assert_match' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/a/atlantis.rb:34:in `block in <class:Atlantis>' /usr/local/Homebrew/Library/Homebrew/formula.rb:2503:in `block (3 levels) in run_test' /usr/local/Homebrew/Library/Homebrew/extend/kernel.rb:493:in `with_env' /usr/local/Homebrew/Library/Homebrew/formula.rb:2502:in `block (2 levels) in run_test' /usr/local/Homebrew/Library/Homebrew/formula.rb:1058:in `with_logging' /usr/local/Homebrew/Library/Homebrew/formula.rb:2501: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:2795:in `mktemp' /usr/local/Homebrew/Library/Homebrew/formula.rb:2495: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/"atlantis", "version"
port = free_port
loglevel = "info"
Expand Down
Loading