go 1.25.0, go@1.24 1.24.6 (new formula)#226636
Merged
BrewTestBot merged 12 commits intomainfrom Aug 13, 2025
Merged
Conversation
d913486 to
d862731
Compare
Member
|
looks like linux arm dependency builds did not get triggered. |
kezhenxu94
pushed a commit
to apache/skywalking-eyes
that referenced
this pull request
Jun 14, 2025
The build error with Go 1.25 manifests as: go1.25rc1 build ./... # golang.org/x/tools/internal/tokeninternal ../../../go/pkg/mod/golang.org/x/tools@v0.21.1-0.20240508182429-e35e4ccd0d2d/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) updated via go get -u golang.org/x/tools go mod tidy Related: * Go proposal: golang/go#73205 * Upstream x/tools fix: https://go-review.googlesource.com/c/tools/+/675955 * Problem found in Homebrew/homebrew-core#226636
This was referenced Jun 14, 2025
Merged
This was referenced Jun 15, 2025
mhilton
pushed a commit
to influxdata/flux
that referenced
this pull request
Jun 16, 2025
…lity (#5543) Build with Go 1.25 fails with: go generate -tags '' ./libflux/go/libflux env GO111MODULE=on go build -tags '' ./... go: downloading github.com/dave/jennifer v1.2.0 go: downloading golang.org/x/mod v0.18.0 # golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.22.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) make: *** [build] Error 1 Bumped via: go1.25rc1 get -u golang.org/x/tools go: upgraded golang.org/x/crypto v0.36.0 => v0.39.0 go: upgraded golang.org/x/mod v0.24.0 => v0.25.0 go: upgraded golang.org/x/net v0.38.0 => v0.41.0 go: upgraded golang.org/x/sync v0.12.0 => v0.15.0 go: upgraded golang.org/x/sys v0.31.0 => v0.33.0 go: upgraded golang.org/x/term v0.30.0 => v0.32.0 go: upgraded golang.org/x/text v0.23.0 => v0.26.0 go: upgraded golang.org/x/tools v0.30.0 => v0.34.0 go1.25rc1 mod tidy Related: * Go proposal: golang/go#73205 * Upstream `golang.org/x/tools` fix: https://go-review.googlesource.com/c/tools/+/675955 / golang/tools@2815c8b * Problem found in Homebrew/homebrew-core#226636
stefanb
added a commit
to stefanb/legitify
that referenced
this pull request
Jun 19, 2025
The build error with Go 1.25 manifests as: go1.25rc1 build ./... # golang.org/x/tools/internal/tokeninternal ../../../go/pkg/mod/golang.org/x/tools@v0.13.0/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64) go1.25rc1 get -u golang.org/x/tools go: upgraded go 1.19 => 1.23.0 go: upgraded golang.org/x/crypto v0.21.0 => v0.39.0 go: upgraded golang.org/x/mod v0.12.0 => v0.25.0 go: upgraded golang.org/x/net v0.23.0 => v0.41.0 go: upgraded golang.org/x/sync v0.3.0 => v0.15.0 go: upgraded golang.org/x/sys v0.20.0 => v0.33.0 go: upgraded golang.org/x/term v0.18.0 => v0.32.0 go: upgraded golang.org/x/text v0.14.0 => v0.26.0 go: upgraded golang.org/x/tools v0.13.0 => v0.34.0 go1.25rc1 mod tidy Related: * Go proposal: golang/go#73205 * Upstream `golang.org/x/tools` fix: https://go-review.googlesource.com/c/tools/+/675955 / golang/tools@2815c8b * Problem found in Homebrew/homebrew-core#226636
This was referenced Jun 19, 2025
hailaz
added a commit
to gogf/gf
that referenced
this pull request
Jun 20, 2025
…4313) chore: bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility ``` # golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.21.1-0.20240508182429-e35e4ccd0d2d/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) ``` relates to Homebrew/homebrew-core#226636
This was referenced Aug 13, 2025
6 tasks
Merged
stefanb
added a commit
that referenced
this pull request
Aug 31, 2025
Use "go" again after * gogf/gf#4313 was released * in https://github.com/gogf/gf/releases/tag/v2.9.1 * #235137 * cc #226636
This was referenced Sep 4, 2025
72 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Announcements:
cmd/go: unexpected command execution in untrusted VCS repositories CVE-2025-4674 golang/go#74380
database/sql: incorrect results returned from Rows.Scan (CVE-2025-47907) [1.25 backport] golang/go#74834
Release notes:
Go 1.25 milestone:
(release blockers, commits, PRs)
Go release dashboard: https://dev.golang.org/release
Downloads: https://go.dev/dl/
Related/similar previous:
Builds:
Problematic dependants formulae:
Due to Go 1.25 changes
Needs specific support for Go 1.25 upstream
Go linker patches aren't available for go1.25 or later yetWait for release > v0.14.2
Go 1.25 is not supported burrowers/garble#968
garble: test with
go@1.24#234067garble 0.15.0 #235694
Formula revision bump needed (in this PR)
package requires newer Go version go1.25 (application built with go1.24) -: This application uses version go1.24 of the source-processing packages but runs version go1.25 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go.]the Go language version (go1.24) used to build golangci-lint is lower than the targeted Go version (1.25)Loading packages failed, possibly due to a mismatch between the Go version used to build govulncheck and the Go version on PATH. Consider rebuilding govulncheck with the current Go version.==> /opt/homebrew/Cellar/llgo/0.11.5/bin/llgo run . -: # os /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/exec.go:58:18: undefined: runtime.Cleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/exec.go:137:22: undefined: runtime.AddCleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/file_unix.go:66:22: undefined: runtime.Cleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/file_unix.go:226:22: undefined: runtime.AddCleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/root_openat.go:29:18: undefined: runtime.Cleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/root_unix.go:59:27: undefined: runtime.AddCleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/exec.go:58:18: undefined: runtime.Cleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/file_unix.go:66:22: undefined: runtime.Cleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/root_openat.go:29:18: undefined: runtime.Cleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/exec.go:137:22: undefined: runtime.AddCleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/file_unix.go:226:22: undefined: runtime.AddCleanup /opt/homebrew/Cellar/go/1.25rc2/libexec/src/os/root_unix.go:59:27: undefined: runtime.AddCleanup -: This application uses version go1.24 of the source-processing packages but runs version go1.25 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go. cannot build SSA for package os cannot build SSA for package fmt /private/tmp/llgo-test-20250709-52224-xuw5y6/hello.go:1:1: package requires newer Go version go1.25 (application built with go1.24) -: This application uses version go1.24 of the source-processing packages but runs version go1.25 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go. cannot build SSA for package hello panic: cannot build SSA for packagesTest failed even with revision bump.
llgo brew release with go1.25 fail goplus/llgo#1221
[WIP] llgo 0.12.0 pretest with go 1.25 test #234045
llgo:lock Go dependency to go@1.24 #234050
module requires at least go1.25rc1, but Staticcheck was built with go1.24.4Needs golang.org/x/tools bump to >= v0.34.0
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.22.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)build(deps): Bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility influxdata/flux#5543
Pending release > v0.196.1
flux 0.197.0 #228137
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.21.1-0.20240508182429-e35e4ccd0d2d/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)chore: bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility gogf/gf#4313
Pending release > v2.9.0
gf: pin go to go@1.24 #233414
gf: unpin go@1.24 #235698
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.17.0/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64)chore: bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility segmentio/golines#167
golines: pin go to go@1.24 #233415
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.30.1-0.20250221230316-5055f70f240c/internal/tokeninternal/tokeninternal.go:33:9: invalid array length -delta * delta (constant -256 of type int64)Regular update in golang/tools@06818cb for x/tools/gopls: release version v0.19.0 golang/go#73965
gopls 0.19.0 #227092
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.24.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)Bump golang.org/x/tools from 0.33.0 to 0.34.0 gotestyourself/gotestsum#501
gotestsum 1.12.3 #227332
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.13.0/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64)fix: Update golang.org/x/tools to v0.34.0 for Go 1.25 compatibility Legit-Labs/legitify#350
legitify: pin go to go@1.24 #233417
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.21.1-0.20240508182429-e35e4ccd0d2d/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)Update golang.org/x/tools to v0.34.0 for Go 1.25 compatibility apache/skywalking-eyes#201
Pending release > v0.7.0
license-eye: pin go to go@1.24 #233418
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.14.0/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64)service-weaver: deprecate #226921
Needs github.com/bytedance/sonic bump to >= v1.14.0
# github.com/bytedance/sonic/internal/rt /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/sonic@v1.13.2/internal/rt/stubs.go:33:22: undefined: GoMapIterator /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/sonic@v1.13.2/internal/rt/stubs.go:36:54: undefined: GoMapIteratorfeat: support go1.25 bytedance/sonic#808 available in v1.14.0-rc1
Support for Go 1.25 ignite/cli#4752
fix(deps): Support Go 1.25 by upgrading github.com/bytedance/sonic to v1.14.0 ignite/cli#4781
Pending release > v29.2.0
https://github.com/ignite/cli/releases/tag/v29.3.0
ignite 29.3.0 #233196
# github.com/bytedance/sonic/internal/rt /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/sonic@v1.13.3/internal/rt/stubs.go:33:22: undefined: GoMapIterator /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/sonic@v1.13.3/internal/rt/stubs.go:36:54: undefined: GoMapIteratorFails to build with Go 1.25 mark3labs/mcphost#121
Support Go 1.25 by upgrading github.com/bytedance/sonic to v1.14.0 mark3labs/mcphost#122
mcphost 0.28.1 #232988
# github.com/bytedance/sonic/internal/rt /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/sonic@v1.13.3/internal/rt/stubs.go:33:22: undefined: GoMapIterator /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/sonic@v1.13.3/internal/rt/stubs.go:36:54: undefined: GoMapIteratorfeat: support go1.25 bytedance/sonic#808 available in v1.14.0-rc1
[BUG] fails to build with Go 1.25 projectdiscovery/nuclei#6335
Bump github.com/bytedance/sonic to v1.14.0 for Go 1.25 compatibility projectdiscovery/nuclei#6348
Pending release > v3.4.7
nuclei: pin go to go@1.24 #233413
Needs github.com/cockroachdb/swiss upgrade after cockroachdb/swiss@d6e517c
# github.com/cockroachdb/swiss /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:286:7: undefined: hashFn /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:337:14: undefined: getRuntimeHasher /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:338:22: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:600:23: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:649:19: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:670:20: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/options.go:30:14: undefined: hashFnEnable Go 1.25 support cockroachdb/swiss#48 & Enable support for Go 1.25 cockroachdb/swiss#49
go.mod: update github.com/cockroachdb/swiss to support Go 1.25 cockroachdb/pebble#4954
upgrade to pebble v2.0.6 ipfs/go-ds-pebble#54
chore: Upgrade github.com/cockroachdb/pebble/v2 to v2.0.6 for Go 1.25 support ipfs/kubo#10850
Pending release > v0.35.0
https://github.com/ipfs/kubo/releases/tag/v0.36.0
ipfs 0.36.0 #230022
# github.com/cockroachdb/swiss /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:286:7: undefined: hashFn /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:337:14: undefined: getRuntimeHasher /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:338:22: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:600:23: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:649:19: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:670:20: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/options.go:30:14: undefined: hashFnEnable Go 1.25 support cockroachdb/swiss#48 & Enable support for Go 1.25 cockroachdb/swiss#49
go.mod: update github.com/cockroachdb/swiss to support Go 1.25 cockroachdb/pebble#4954
upgrade to pebble v2.0.6 ipfs/go-ds-pebble#54
chore: Upgrade github.com/ipfs/go-ds-pebble to v0.5.1 for Go 1.25 support ipfs/ipget#177
Upgrade to kubo v0.36.0 ipfs/ipget#178
https://github.com/ipfs/ipget/releases/tag/v0.11.3
ipget 0.11.3 #230027
# github.com/cockroachdb/swiss /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:286:7: undefined: hashFn /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:337:14: undefined: getRuntimeHasher /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:338:22: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:600:23: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:649:19: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:670:20: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/options.go:30:14: undefined: hashFnBump github.com/cockroachdb/pebble/v2 from 2.0.3 to 2.0.6 PlakarKorp/plakar#1312
Pending release > v1.0.2
plakar: pin go to go@1.24 #233412
Hash mismatches (label "checksum mismatch")
Expected: 4235de52b6068f9f3d2d04f3b43ca8d2de1d1e421ae3cfbcdbcef2629d9b8263 Actual: 605e87f4d566f14455f6c1e609eabd3fc2337a09d695fafc489011ce48b02035buildpulse-test-reporter: update checksum #231389
Expected: 79db2cdd7dfe55edefdb7dcdd1c4403fdc5cb9378385f23456d16a740cc6ec24 Actual: a684f627680eff51acec81f8eb3c4fa920c32b05afde0c040e9c51d1d2fe3067gnmic: update checksum #231390
Expected: 6377012d2899867b5a32f67b810d19cb44b6eb14a3caa8214cb969f69209a51b Actual: 4d8a04a3eabdeddce0ec1f77dddaa23dfe480150d9222e7dcebaccaff86b9c1fgo-blueprint 0.10.11 #229688
Expected: f57cc04582a84cc786ea1a9198ea2866fd269c2ab5a2df4ea6f9998394786186 Actual: 70fe4f955d19c92cef6249f5aa1fbb54a1c60fabf4674a4bfd2c0ce333efed57humanlog 0.8.7 #230575
Expected: df779a718a608d47fdf1f3cd44c314d1cbc8fac43c4f862d2d40e768fecf0bb0 Actual: c2d098797bb9bc0bcb75ac1461cd1c06a8306dd3375a6d221f17c2eed091fee6juicefs: update checksum #231393
Full fetch --build-from-source k9s output ✘ Formula k9s (0.50.9) Error: v0.50.9 tag should be ff62f621158b8d701279f9900437021bcfa369c2 but is actually ffdc7b70f044e1f26c2f6fbb93b5495e4ebdb1adk9s: v0.50.9 git revision update #232918
v0.50.9 tag was apparently moved derailed/k9s#3496
Expected: d498284ee6a523fd4b87d284693b313fea289b4a374f2c0d1b5023f2b18bf77a Actual: 08891e25bfac225ac90fd6ccc20ec5d8d0dff96222d86eaafeb976d85bb338f0ksops: update checksum #231395
Expected: 24c7728797fb614c0fd69fcd878b872835d889cf25e8a140898a107f282ff999 Actual: 05ab7c1dc46e0904013d6c70583c48597a5a9447aeaacfb059b3c187c8b8c633kubevpn 2.7.19 #227250
Expected: 1887e12a27b779d41111347bc5181573165cf6063bbcd622b50977d26c4e2a59 Actual: 27048e7dbad0841f146fdb3ddb9031ae959463fe76b3fb8944a19ed5253e6c56kumactl 2.11.1 #228084
Expected: f74b30f2d62e0ab002c104b075ffda8a9574a8597a73abc31bfa7b7e264d3517 Actual: 62c623ac6ff9507eff68d1a66d335fc8878065ff563639e493b3cc216145234amdz 2.2.2 #227043
Expected: 89be7e6cecd3620b73d257b710b9b2dbe04ce16bfd28adf4c656ed94968520ac Actual: ac50cb1fc211f1227e0a3e2da19375e9f6d60a5f06cea524169489213a4b6faemongodb-atlas-cli 1.44.0 #227619
Expected: 2773eb36c66cea85f4fb6aa5f0ffbf323046dae2b1ed5a37f18b487022f6414b Actual: 4f9ad5c5a315053489b45e9a734999b2524140af45429853428b07b49b0aa5e2ocm: update checksum #231396
Expected: e79f53c3227ac31c858fad061d8a000162cb5ecf8b446b90b574adde9e9ab455 Actual: ac8a20b8cf0c5c214eac43e9456fcf75c7482c3fba0f821382098bd5ea011a13percona-toolkit 3.7.0-2 #226606
Expected: 4352b72f94d22d3a29aa20b4793c19472ca3c1ba1c689676bb37f8c7a453ecf6 Actual: 6ce9b21640eec97c4003b378434dd0d78afc22ac5f4336233b3f003c6c4967c6rosa-cli 1.2.54 #227900
snap 2.71 #233505
Transient
API rate limit exceededYN0000: Failed with errors in 26m 5sERR_PNPM_FETCH_504 GET https://registry.npmjs.org/@storybook%2Faddon-docs: Gateway Timeout - 504The remote server failed to provide the requested resource ➤ YN0035: │ Response Code: 503 (Service Unavailable)fatal: not a git repository (or any of the parent directories): .git,npm error 503 Service Unavailablego: downloading modernc.org/sqlite v1.18.1 drivers/sqlboiler-sqlite3/driver/sqlite3.go:12:2: modernc.org/sqlite@v1.18.1: Get "https://proxy.golang.org/modernc.org/sqlite/@v/v1.18.1.zip": dial tcp 74.125.193.141:443: connect: operation timed outOther / Unknown / not yet categorized
config/config.go:14:2: unrecognized import path "code.rocketnine.space/tslocum/cview": parse https://code.rocketnine.space/tslocum/cview?go-get=1: no go-import meta tags (meta tag codeberg.org/tslocum/cview did not match import path code.rocketnine.space/tslocum/cview)Fix build error resulting from cview's move to codeberg makew0rld/amfora#360
Can we please have a new release makew0rld/amfora#358
Pending new release > v1.10.0
v1.11.0
amfora 1.11.0 #230013
go: github.com/canonical/candid@v1.4.3 requires launchpad.net/lpad@v0.0.0-20131113112110-000000000065: unrecognized import path "launchpad.net/lpad": GOVCS disallows using bzr for public launchpad.net/lpad; see 'go help vcs'charm: allow using bzr for Go module dependancy from launchpad #232793
✘ Formula dish (1.12) Error: Failed to download resource "dish (1.12)" Download failed: https://github.com/thevxn/dish/archive/refs/tags/v1.12.tar.gzApparently release git tag was renamed from 1.12 to 1.12.0
dish 1.12.0 #232839
fdroidcl: fix fragile test #232861
Unable to check for latest version: could not fetch releasesexternal/zlib/BUILD.bazel:31:11: Compiling zutil.c [for tool] failed: (Exit 1): cc_wrapper.sh failed: error executing CppCompile commandandgo: unknown GOEXPERIMENT coverageredesignibazel: update
rules_goin test #236088no space left on devicelevel=error errno="2, No such file or directory" tid=6587157 msg="CLAIM: cannot load cloud config '/opt/homebrew/var/lib/netdata/cloud.d/cloud.conf'. Running with internal defaults."Revision bump in abseil 20250512.1, protobuf 31.1, protobuf@29 29.5 #227169
netdata 2.6.3 #234540
131 is not a valid translation, please usequran ls-translations' to see available translations.`quran: update test #226912
runtime go1.25rc1 not found in compat.yamlentry was added
Pending release > v1.29.7
syncthing 1.30.0 #228723
rc2 build failed with
runtime go1.25rc2 not found in compat.yaml, but 1.25 should be ok 🤞flag provided but not defined: -enable-v2vitess: update test to use etcd v3 #226911
db could not be loaded: the eol database was built 17 weeks ago (max allowed age is 12 weeks)xeol: test EOL database status #236233
The sample EOL DB for homebrew testing is outdated xeol-io/xeol#568
??Pending release > v0.10.8
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?