Skip to content
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
2 changes: 1 addition & 1 deletion Formula/f/flow-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c81c31f08d4d45834be1a873db8b17488bacdf7dd41340ba165964a72a00e8d"
end

depends_on "go@1.25" => :build
depends_on "go" => :build

conflicts_with "flow", because: "both install `flow` binaries"

def install

Check failure on line 27 in Formula/f/flow-cli.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew install --verbose --formula --build-bottle flow-cli` failed on Linux arm64!

go: downloading github.com/minio/sha256-simd v1.0.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/wlynxg/anet v0.0.5 go: downloading github.com/pion/logging v0.2.2 go: downloading github.com/pion/transport/v2 v2.2.10 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x7e8b2c] goroutine 1 [running]: math/big.(*Int).Sign(...) math/big/int.go:48 crypto/ecdsa.pointFromAffine({0x32330b0?, 0x511a650?}, 0x0, 0x0) crypto/ecdsa/ecdsa.go:607 +0x3c crypto/ecdsa.privateKeyToFIPS[...](0x2e190c6158c0, 0x2e190bd74630) crypto/ecdsa/ecdsa.go:575 +0x38 crypto/ecdsa.privateKeyBytes[...](0x7e6e04?, 0x2e190c7b5ae8?) crypto/ecdsa/ecdsa.go:301 +0x20 crypto/ecdsa.(*PrivateKey).Bytes(0x2e190bd74630) crypto/ecdsa/ecdsa.go:290 +0x288 crypto/ecdsa.(*PrivateKey).ECDH(0x2e190bd74630) crypto/ecdsa/ecdsa.go:190 +0x38 github.com/onflow/crypto.goecdsaPrivateKey({0x32330b0, 0x511a650}, 0x2e190c4df4a0) github.com/onflow/crypto@v0.25.4/ecdsa.go:228 +0x188 github.com/onflow/crypto.(*ecdsaAlgo).rawDecodePrivateKey(0x2e190ba98d80, {0x2e190b760f20, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/ecdsa.go:306 +0x128 github.com/onflow/crypto.(*ecdsaAlgo).decodePrivateKey(0x2e190b760f20?, {0x2e190b760f20?, 0x5e13f7cf415f4ab4?, 0x2c88fbd?}) github.com/onflow/crypto@v0.25.4/ecdsa.go:320 +0x20 github.com/onflow/crypto.DecodePrivateKey(0x2c88fbd?, {0x2e190b760f20, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/sign.go:156 +0xbc github.com/onflow/flow-go/utils/unittest.init.0() github.com/onflow/flow-go@v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec/utils/unittest/execution_state.go:60 +0xa4 ::error::Failure while executing; `\{\"SHELL\"\ =\>\ \"bash\"\} /home/linuxbrew/.linuxbrew/Cellar/flow-cli/2.17.1/bin/flow completion bash` exited with 2. Here's the output:%0A

Check failure on line 27 in Formula/f/flow-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle flow-cli` failed on macOS Sequoia (15) on Apple Silicon!

go: downloading github.com/pion/logging v0.2.2 go: downloading github.com/pion/transport/v2 v2.2.10 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/emicklei/dot v1.6.2 go: downloading github.com/minio/sha256-simd v1.0.1 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x102d6f2fc] goroutine 1 [running]: math/big.(*Int).Sign(...) math/big/int.go:48 crypto/ecdsa.pointFromAffine({0x1075c0190?, 0x1078ea830?}, 0x0, 0x0) crypto/ecdsa/ecdsa.go:607 +0x3c crypto/ecdsa.privateKeyToFIPS[...](0xbeac8a8d800, 0xbeac9100d80) crypto/ecdsa/ecdsa.go:575 +0x38 crypto/ecdsa.privateKeyBytes[...](0x102d6d5d4?, 0xbeac86fbae8?) crypto/ecdsa/ecdsa.go:301 +0x20 crypto/ecdsa.(*PrivateKey).Bytes(0xbeac9100d80) crypto/ecdsa/ecdsa.go:290 +0x288 crypto/ecdsa.(*PrivateKey).ECDH(0xbeac9100d80) crypto/ecdsa/ecdsa.go:190 +0x38 github.com/onflow/crypto.goecdsaPrivateKey({0x1075c0190, 0x1078ea830}, 0xbeac850c520) github.com/onflow/crypto@v0.25.4/ecdsa.go:228 +0x188 github.com/onflow/crypto.(*ecdsaAlgo).rawDecodePrivateKey(0xbeac8a28408, {0xbeac909dc40, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/ecdsa.go:306 +0x128 github.com/onflow/crypto.(*ecdsaAlgo).decodePrivateKey(0xbeac909dc40?, {0xbeac909dc40?, 0x5e13f7cf415f4ab4?, 0x10499d3f1?}) github.com/onflow/crypto@v0.25.4/ecdsa.go:320 +0x20 github.com/onflow/crypto.DecodePrivateKey(0x10499d3f1?, {0xbeac909dc40, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/sign.go:156 +0xbc github.com/onflow/flow-go/utils/unittest.init.0() github.com/onflow/flow-go@v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec/utils/unittest/execution_state.go:60 +0xa4 ::error::Failure while executing; `\{\"SHELL\"\ =\>\ \"bash\"\} /opt/homebrew/Cellar/flow-cli/2.17.1/bin/flow completion bash` exited with 2. Here's the output:%0A

Check failure on line 27 in Formula/f/flow-cli.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew install --verbose --formula --build-bottle flow-cli` failed on Linux x86_64!

go: downloading github.com/pion/logging v0.2.2 go: downloading github.com/pion/transport/v2 v2.2.10 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/emicklei/dot v1.6.2 go: downloading github.com/minio/sha256-simd v1.0.1 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x8748b9] goroutine 1 [running]: math/big.(*Int).Sign(...) math/big/int.go:48 crypto/ecdsa.pointFromAffine({0x37c2290?, 0x5749650?}, 0x0, 0x0) crypto/ecdsa/ecdsa.go:607 +0x39 crypto/ecdsa.privateKeyToFIPS[...](0x378a0d628b40, 0x378a0d0872c0) crypto/ecdsa/ecdsa.go:575 +0x4c crypto/ecdsa.privateKeyBytes[...](0x872bbc?, 0x378a0ce23b20?) crypto/ecdsa/ecdsa.go:301 +0x16 crypto/ecdsa.(*PrivateKey).Bytes(0x378a0d0872c0) crypto/ecdsa/ecdsa.go:290 +0x23c crypto/ecdsa.(*PrivateKey).ECDH(0x378a0d0872c0) crypto/ecdsa/ecdsa.go:190 +0x3f github.com/onflow/crypto.goecdsaPrivateKey({0x37c2290, 0x5749650}, 0x378a0d2899c0) github.com/onflow/crypto@v0.25.4/ecdsa.go:228 +0x1db github.com/onflow/crypto.(*ecdsaAlgo).rawDecodePrivateKey(0x378a0cc6aff0, {0x378a0d2aef60, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/ecdsa.go:306 +0x18c github.com/onflow/crypto.(*ecdsaAlgo).decodePrivateKey(0xa86fb6feb8ebf307?, {0x378a0d2aef60?, 0x321556e?, 0x378a0ce23e18?}) github.com/onflow/crypto@v0.25.4/ecdsa.go:320 +0x18 github.com/onflow/crypto.DecodePrivateKey(0x321556e?, {0x378a0d2aef60, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/sign.go:156 +0xb6 github.com/onflow/flow-go/utils/unittest.init.0() github.com/onflow/flow-go@v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec/utils/unittest/execution_state.go:60 +0xb8 ::error::Failure while executing; `\{\"SHELL\"\ =\>\ \"bash\"\} /home/linuxbrew/.linuxbrew/Cellar/flow-cli/2.17.1/bin/flow completion bash` exited with 2. Here's the output:%0A

Check failure on line 27 in Formula/f/flow-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle flow-cli` failed on macOS Sonoma (14) on Apple Silicon!

go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/go-logfmt/logfmt v0.6.0 go: downloading github.com/wlynxg/anet v0.0.5 go: downloading github.com/pion/logging v0.2.2 go: downloading github.com/pion/transport/v2 v2.2.10 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x102b8b37c] goroutine 1 [running]: math/big.(*Int).Sign(...) math/big/int.go:48 crypto/ecdsa.pointFromAffine({0x1073dc190?, 0x107485270?}, 0x0, 0x0) crypto/ecdsa/ecdsa.go:607 +0x3c crypto/ecdsa.privateKeyToFIPS[...](0x54843576b980, 0x54843580f020) crypto/ecdsa/ecdsa.go:575 +0x38 crypto/ecdsa.privateKeyBytes[...](0x102b89654?, 0x548435e69ae8?) crypto/ecdsa/ecdsa.go:301 +0x20 crypto/ecdsa.(*PrivateKey).Bytes(0x54843580f020) crypto/ecdsa/ecdsa.go:290 +0x288 crypto/ecdsa.(*PrivateKey).ECDH(0x54843580f020) crypto/ecdsa/ecdsa.go:190 +0x38 github.com/onflow/crypto.goecdsaPrivateKey({0x1073dc190, 0x107485270}, 0x548434b70c20) github.com/onflow/crypto@v0.25.4/ecdsa.go:228 +0x188 github.com/onflow/crypto.(*ecdsaAlgo).rawDecodePrivateKey(0x548434be6bb8, {0x548435817080, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/ecdsa.go:306 +0x128 github.com/onflow/crypto.(*ecdsaAlgo).decodePrivateKey(0x548435817080?, {0x548435817080?, 0x5e13f7cf415f4ab4?, 0x1047bb7d1?}) github.com/onflow/crypto@v0.25.4/ecdsa.go:320 +0x20 github.com/onflow/crypto.DecodePrivateKey(0x1047bb7d1?, {0x548435817080, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/sign.go:156 +0xbc github.com/onflow/flow-go/utils/unittest.init.0() github.com/onflow/flow-go@v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec/utils/unittest/execution_state.go:60 +0xa4 ::error::Failure while executing; `\{\"SHELL\"\ =\>\ \"bash\"\} /opt/homebrew/Cellar/flow-cli/2.17.1/bin/flow completion bash` exited with 2. Here's the output:%0A

Check failure on line 27 in Formula/f/flow-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 26-arm64

`brew install --verbose --formula --build-bottle flow-cli` failed on macOS Tahoe (26) on Apple Silicon!

go: downloading github.com/pion/logging v0.2.2 go: downloading github.com/pion/transport/v2 v2.2.10 go: downloading github.com/emicklei/dot v1.6.2 go: downloading github.com/minio/sha256-simd v1.0.1 go: downloading gopkg.in/yaml.v2 v2.4.0 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x10492f2fc] goroutine 1 [running]: math/big.(*Int).Sign(...) math/big/int.go:48 crypto/ecdsa.pointFromAffine({0x109180190?, 0x1094aa830?}, 0x0, 0x0) crypto/ecdsa/ecdsa.go:607 +0x3c crypto/ecdsa.privateKeyToFIPS[...](0x6b98bc4c5a40, 0x6b98bc50f230) crypto/ecdsa/ecdsa.go:575 +0x38 crypto/ecdsa.privateKeyBytes[...](0x10492d5d4?, 0x6b98bcf95ae8?) crypto/ecdsa/ecdsa.go:301 +0x20 crypto/ecdsa.(*PrivateKey).Bytes(0x6b98bc50f230) crypto/ecdsa/ecdsa.go:290 +0x288 crypto/ecdsa.(*PrivateKey).ECDH(0x6b98bc50f230) crypto/ecdsa/ecdsa.go:190 +0x38 github.com/onflow/crypto.goecdsaPrivateKey({0x109180190, 0x1094aa830}, 0x6b98bc512f40) github.com/onflow/crypto@v0.25.4/ecdsa.go:228 +0x188 github.com/onflow/crypto.(*ecdsaAlgo).rawDecodePrivateKey(0x6b98bb81d3c8, {0x6b98bc519080, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/ecdsa.go:306 +0x128 github.com/onflow/crypto.(*ecdsaAlgo).decodePrivateKey(0x6b98bc519080?, {0x6b98bc519080?, 0x5e13f7cf415f4ab4?, 0x10655cd11?}) github.com/onflow/crypto@v0.25.4/ecdsa.go:320 +0x20 github.com/onflow/crypto.DecodePrivateKey(0x10655cd11?, {0x6b98bc519080, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/sign.go:156 +0xbc github.com/onflow/flow-go/utils/unittest.init.0() github.com/onflow/flow-go@v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec/utils/unittest/execution_state.go:60 +0xa4 ::error::Failure while executing; `\{\"SHELL\"\ =\>\ \"bash\"\} /opt/homebrew/Cellar/flow-cli/2.17.1/bin/flow completion bash` exited with 2. Here's the output:%0A

Check failure on line 27 in Formula/f/flow-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew install --verbose --formula --build-bottle flow-cli` failed on macOS Sonoma (14)!

go: downloading github.com/pion/logging v0.2.2 go: downloading github.com/pion/transport/v2 v2.2.10 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/emicklei/dot v1.6.2 go: downloading github.com/minio/sha256-simd v1.0.1 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x1012734b9] goroutine 1 [running]: math/big.(*Int).Sign(...) math/big/int.go:48 crypto/ecdsa.pointFromAffine({0x106080450?, 0x106129280?}, 0x0, 0x0) crypto/ecdsa/ecdsa.go:607 +0x39 crypto/ecdsa.privateKeyToFIPS[...](0x9edab164d40, 0x9edab14bc80) crypto/ecdsa/ecdsa.go:575 +0x4c crypto/ecdsa.privateKeyBytes[...](0x1012717bc?, 0x9edaad17b20?) crypto/ecdsa/ecdsa.go:301 +0x16 crypto/ecdsa.(*PrivateKey).Bytes(0x9edab14bc80) crypto/ecdsa/ecdsa.go:290 +0x23c crypto/ecdsa.(*PrivateKey).ECDH(0x9edab14bc80) crypto/ecdsa/ecdsa.go:190 +0x3f github.com/onflow/crypto.goecdsaPrivateKey({0x106080450, 0x106129280}, 0x9edaa5c73e0) github.com/onflow/crypto@v0.25.4/ecdsa.go:228 +0x1db github.com/onflow/crypto.(*ecdsaAlgo).rawDecodePrivateKey(0x9edaa6b0780, {0x9edaa1f38a0, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/ecdsa.go:306 +0x18c github.com/onflow/crypto.(*ecdsaAlgo).decodePrivateKey(0xa86fb6feb8ebf307?, {0x9edaa1f38a0?, 0x1033ae5b1?, 0x9edaad17e18?}) github.com/onflow/crypto@v0.25.4/ecdsa.go:320 +0x18 github.com/onflow/crypto.DecodePrivateKey(0x1033ae5b1?, {0x9edaa1f38a0, 0x20, 0x20}) github.com/onflow/crypto@v0.25.4/sign.go:156 +0xb6 github.com/onflow/flow-go/utils/unittest.init.0() github.com/onflow/flow-go@v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec/utils/unittest/execution_state.go:60 +0xb8 ::error::Failure while executing; `\{\"SHELL\"\ =\>\ \"bash\"\} /usr/local/Cellar/flow-cli/2.17.1/bin/flow completion bash` exited with 2. Here's the output:%0A
system "make", "cmd/flow/flow", "VERSION=v#{version}"
bin.install "cmd/flow/flow"

Expand Down
Loading