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

awsdac 0.21.3 #175896

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/awsdac.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Awsdac < Formula
desc "CLI tool for drawing AWS architecture"
homepage "https://github.com/awslabs/diagram-as-code"
url "https://github.com/awslabs/diagram-as-code/archive/refs/tags/v0.21.2.tar.gz"
sha256 "cef4fe205423158de2db250a0356ebab8942747116d58bf487231d66ef3a4d84"
url "https://github.com/awslabs/diagram-as-code/archive/refs/tags/v0.21.3.tar.gz"
sha256 "fe126647562da6d7224f39c2bc9ac2a9312e991abd70cf8cc245c8489034a5e7"
license "Apache-2.0"
head "https://github.com/awslabs/diagram-as-code.git", branch: "main"

Expand All @@ -22,7 +22,7 @@
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/awsdac"
end

test do

Check failure on line 25 in Formula/a/awsdac.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew test --verbose awsdac` failed on Linux!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.3/bin/bundle clean ==> Testing awsdac ==> /home/linuxbrew/.linuxbrew/Cellar/awsdac/0.21.3/bin/awsdac test.yaml panic: Specified fonts are not installed. goroutine 1 [running]: github.com/awslabs/diagram-as-code/internal/types.(*Resource).prepareFontFace(0xc0000dc0e0, 0x0, 0x0?) github.com/awslabs/diagram-as-code/internal/types/resource.go:181 +0x26d github.com/awslabs/diagram-as-code/internal/types.(*Resource).Scale(0xc0000dc0e0, 0x0) github.com/awslabs/diagram-as-code/internal/types/resource.go:228 +0xbf github.com/awslabs/diagram-as-code/internal/ctl.createDiagram(0xc00003fae8, 0xc00003a510) github.com/awslabs/diagram-as-code/internal/ctl/create.go:73 +0xaf github.com/awslabs/diagram-as-code/internal/ctl.CreateDiagramFromDacFile({0x7fff34e0915f, 0x9}, 0xc00003a510) github.com/awslabs/diagram-as-code/internal/ctl/dacfile.go:68 +0x4c5 main.main.func1(0xc0000fc300?, {0xc00003a580?, 0x4?, 0x87cf87?}) github.com/awslabs/diagram-as-code/cmd/awsdac/main.go:45 +0x10a github.com/spf13/cobra.(*Command).execute(0xc0000fe308, {0xc000024070, 0x1, 0x1}) github.com/spf13/[email protected]/command.go:987 +0xab1 github.com/spf13/cobra.(*Command).ExecuteC(0xc0000fe308) github.com/spf13/[email protected]/command.go:1115 +0x3ff github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/[email protected]/command.go:1039 main.main() github.com/awslabs/diagram-as-code/cmd/awsdac/main.go:56 +0x294 Error: awsdac: failed ::error::awsdac: failed An exception occurred within a child process: Minitest::Assertion: Expected: 0 Actual: 2 /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/minitest-5.24.1/lib/minitest/assertions.rb:183:in `assert' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/minitest-5.24.1/lib/minitest/assertions.rb:223:in `assert_equal' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula_assertions.rb:25:in `shell_output' /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/a/awsdac.rb:27:in `block in <class:Awsdac>' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2783:in `block (3 levels) in run_test' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/extend/kernel.rb:528:in `with_env' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2782:in `block (2 levels) in run_test' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:1188:in `with_logging' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2781:in `block in run_test' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/mktemp.rb:75:in `block in run' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/mktemp.rb:75:in `chdir' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/mktemp.rb:75:in `run' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:3092:in `mktemp' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/formula.rb:2775: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.3.3/lib/ruby/3.3.0/timeout.rb:186:in `block in timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.3/lib/ruby/3.3.0/timeout.rb:41:in `handle_timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.3/lib/ruby/3.3.0/timeout.rb:195:in `timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:50:in `<main>'
(testpath/"test.yaml").write <<~EOS
Diagram:
Resources:
Expand Down
Loading