Go Reproducible Build Report
As of Go 1.21, Go's binary toolchain downloads served by go.dev/dl/ can be reproduced and verified by anyone, on any platform, using golang.org/x/build/cmd/gorebuild. For more details, see the blog post “Perfectly Reproducible, Verified Go Toolchains.”
This page is updated daily with the results of running gorebuild in an Ubuntu VM,
using this script:
apt-get update && apt-get -y install software-properties-common && add-apt-repository universe && apt-get -y install golang-go msitools && go run golang.org/x/build/cmd/gorebuild@latest -p=4
The installation of msitools lets gorebuild
check the contents of the Windows MSI installation file.
The -p=4 means to run up to four builds in parallel.
Built with Go version go1.24.11, linux-amd64.
Rebuild started at 2025-12-06 00:02:28 UTC.
Rebuild finished at 2025-12-06 01:17:53 UTC.
Elapsed time: 1h15m25s.
Releases
✅ go1.25.5
Log
00:06:45 downloaded https://go.googlesource.com/go/+archive/refs/tags/go1.25.5.tar.gz 01:17:53 PASS
✅ go1.25.5.aix-ppc64.tar.gz
00:06:45 start go1.25.5.aix-ppc64.tar.gz 00:06:47 running ./make.bash env=[GOOS=aix GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-aix-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:10:03 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, aix/ppc64. Packaging archives for aix/ppc64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 89d3300aeb8a4935 go1.25.5.aix-ppc64.tar.gz distpack: 2c93c39f0c00ef5a v0.0.1-go1.25.5.aix-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.aix-ppc64.mod distpack: 5b96c589fb5e88f7 v0.0.1-go1.25.5.aix-ppc64.info --- Installed Go for aix/ppc64 in /tmp/gorebuild-2995504646/repro-go1.25.5-aix-ppc64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-aix-ppc64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-aix-ppc64/bin to your PATH. 00:10:04 downloaded https://go.dev/dl/go1.25.5.aix-ppc64.tar.gz 00:10:04 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ go1.25.5.darwin-amd64.pkg
00:10:02 downloaded https://go.dev/dl/go1.25.5.darwin-amd64.pkg 00:10:05 PASS: verified content against posted tgz
✅ go1.25.5.darwin-amd64.tar.gz
00:06:45 start go1.25.5.darwin-amd64.tar.gz 00:06:47 running ./make.bash env=[GOOS=darwin GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-darwin-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:09:59 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, darwin/amd64. Packaging archives for darwin/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: f44f68207384f55e go1.25.5.darwin-amd64.tar.gz distpack: 182374d4252e48bb v0.0.1-go1.25.5.darwin-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.darwin-amd64.mod distpack: 2226725fa7d6eca6 v0.0.1-go1.25.5.darwin-amd64.info --- Installed Go for darwin/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-darwin-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-darwin-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-darwin-amd64/bin to your PATH. 00:09:59 downloaded https://go.dev/dl/go1.25.5.darwin-amd64.tar.gz 00:10:02 verified match after stripping signatures from executables 00:10:02 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ go1.25.5.darwin-arm64.pkg
00:10:00 downloaded https://go.dev/dl/go1.25.5.darwin-arm64.pkg 00:10:03 PASS: verified content against posted tgz
✅ go1.25.5.darwin-arm64.tar.gz
00:06:45 start go1.25.5.darwin-arm64.tar.gz 00:06:47 running ./make.bash env=[GOOS=darwin GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-darwin-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:09:57 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, darwin/arm64. Packaging archives for darwin/arm64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: a7e6091d59184451 go1.25.5.darwin-arm64.tar.gz distpack: 04cf05b0cb7152a9 v0.0.1-go1.25.5.darwin-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.darwin-arm64.mod distpack: 96a4f71e768a8bff v0.0.1-go1.25.5.darwin-arm64.info --- Installed Go for darwin/arm64 in /tmp/gorebuild-2995504646/repro-go1.25.5-darwin-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-darwin-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-darwin-arm64/bin to your PATH. 00:09:57 downloaded https://go.dev/dl/go1.25.5.darwin-arm64.tar.gz 00:10:00 verified match after stripping signatures from executables 00:10:00 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ go1.25.5.dragonfly-amd64.tar.gz
00:06:45 start go1.25.5.dragonfly-amd64.tar.gz 00:06:47 running ./make.bash env=[GOOS=dragonfly GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-dragonfly-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:10:00 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, dragonfly/amd64. Packaging archives for dragonfly/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 51478a265f45b68c go1.25.5.dragonfly-amd64.tar.gz distpack: fbd08f338be830d6 v0.0.1-go1.25.5.dragonfly-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.dragonfly-amd64.mod distpack: 4368ffee35b68443 v0.0.1-go1.25.5.dragonfly-amd64.info --- Installed Go for dragonfly/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-dragonfly-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-dragonfly-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-dragonfly-amd64/bin to your PATH. 00:10:01 downloaded https://go.dev/dl/go1.25.5.dragonfly-amd64.tar.gz 00:10:02 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ go1.25.5.freebsd-386.tar.gz
00:10:06 start go1.25.5.freebsd-386.tar.gz 00:10:08 running ./make.bash env=[GOOS=freebsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:13:44 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/386. Packaging archives for freebsd/386. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: f8ff9fa5309fbbbd go1.25.5.freebsd-386.tar.gz distpack: 38811d357f925107 v0.0.1-go1.25.5.freebsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.freebsd-386.mod distpack: ebd7eb02b9383f6d v0.0.1-go1.25.5.freebsd-386.info --- Installed Go for freebsd/386 in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-386/bin to your PATH. 00:13:49 downloaded https://go.dev/dl/go1.25.5.freebsd-386.tar.gz 00:13:49 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ go1.25.5.freebsd-amd64.tar.gz
00:10:08 start go1.25.5.freebsd-amd64.tar.gz 00:10:10 running ./make.bash env=[GOOS=freebsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:13:56 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/amd64. Packaging archives for freebsd/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: a2d2b2aeb218bd64 go1.25.5.freebsd-amd64.tar.gz distpack: 75c072e55751b179 v0.0.1-go1.25.5.freebsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.freebsd-amd64.mod distpack: f4880549b6e30e42 v0.0.1-go1.25.5.freebsd-amd64.info --- Installed Go for freebsd/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-amd64/bin to your PATH. 00:14:04 downloaded https://go.dev/dl/go1.25.5.freebsd-amd64.tar.gz 00:14:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ go1.25.5.freebsd-arm.tar.gz
00:10:08 start go1.25.5.freebsd-arm.tar.gz 00:10:10 running ./make.bash env=[GOOS=freebsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:13:47 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/arm. Packaging archives for freebsd/arm. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: b83a5cb1695c7185 go1.25.5.freebsd-arm.tar.gz distpack: e9fafb3dd2999f1a v0.0.1-go1.25.5.freebsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.freebsd-arm.mod distpack: e0197209fc5c38a1 v0.0.1-go1.25.5.freebsd-arm.info --- Installed Go for freebsd/arm in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-arm/bin to your PATH. 00:13:51 downloaded https://go.dev/dl/go1.25.5.freebsd-arm.tar.gz 00:13:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ go1.25.5.freebsd-arm64.tar.gz
00:10:11 start go1.25.5.freebsd-arm64.tar.gz 00:10:13 running ./make.bash env=[GOOS=freebsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:13:54 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/arm64. Packaging archives for freebsd/arm64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 938fc0204f853c24 go1.25.5.freebsd-arm64.tar.gz distpack: ec2586fc1203d292 v0.0.1-go1.25.5.freebsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.freebsd-arm64.mod distpack: ba11e86a264a5081 v0.0.1-go1.25.5.freebsd-arm64.info --- Installed Go for freebsd/arm64 in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-arm64/bin to your PATH. 00:14:04 downloaded https://go.dev/dl/go1.25.5.freebsd-arm64.tar.gz 00:14:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ go1.25.5.freebsd-riscv64.tar.gz
00:14:07 start go1.25.5.freebsd-riscv64.tar.gz 00:14:09 running ./make.bash env=[GOOS=freebsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:17:12 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/riscv64. Packaging archives for freebsd/riscv64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 7b0cc61246cf6fc9 go1.25.5.freebsd-riscv64.tar.gz distpack: 129c7021d782a339 v0.0.1-go1.25.5.freebsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.freebsd-riscv64.mod distpack: ae5439f5b7212e6b v0.0.1-go1.25.5.freebsd-riscv64.info --- Installed Go for freebsd/riscv64 in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-riscv64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-riscv64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-freebsd-riscv64/bin to your PATH. 00:17:14 downloaded https://go.dev/dl/go1.25.5.freebsd-riscv64.tar.gz 00:17:14 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ go1.25.5.illumos-amd64.tar.gz
00:14:15 start go1.25.5.illumos-amd64.tar.gz 00:14:17 running ./make.bash env=[GOOS=illumos GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-illumos-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:17:20 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, illumos/amd64. Packaging archives for illumos/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: ea5cafcf995ef4a8 go1.25.5.illumos-amd64.tar.gz distpack: b485d07c961a5040 v0.0.1-go1.25.5.illumos-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.illumos-amd64.mod distpack: 80312d2ffafe25a6 v0.0.1-go1.25.5.illumos-amd64.info --- Installed Go for illumos/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-illumos-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-illumos-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-illumos-amd64/bin to your PATH. 00:17:23 downloaded https://go.dev/dl/go1.25.5.illumos-amd64.tar.gz 00:17:23 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ go1.25.5.linux-386.tar.gz
00:14:22 start go1.25.5.linux-386.tar.gz 00:14:24 running ./make.bash env=[GOOS=linux GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:17:21 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/386. Packaging archives for linux/386. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: db908a86e888574e go1.25.5.linux-386.tar.gz distpack: f59163e35c59bd81 v0.0.1-go1.25.5.linux-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-386.mod distpack: 10a995d7d7f95419 v0.0.1-go1.25.5.linux-386.info --- Installed Go for linux/386 in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-386/bin to your PATH. 00:17:22 downloaded https://go.dev/dl/go1.25.5.linux-386.tar.gz 00:17:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ go1.25.5.linux-amd64.tar.gz
00:14:26 start go1.25.5.linux-amd64.tar.gz 00:14:28 running ./make.bash env=[GOOS=linux GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:17:10 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/amd64. Packaging archives for linux/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 9e9b755d63b36acf go1.25.5.linux-amd64.tar.gz distpack: 8cea6783dab64d68 v0.0.1-go1.25.5.linux-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-amd64.mod distpack: 2c7a74308d9d81ae v0.0.1-go1.25.5.linux-amd64.info --- Installed Go for linux/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-amd64/bin to your PATH. 00:17:11 downloaded https://go.dev/dl/go1.25.5.linux-amd64.tar.gz 00:17:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ go1.25.5.linux-arm64.tar.gz
00:17:12 start go1.25.5.linux-arm64.tar.gz 00:17:14 running ./make.bash env=[GOOS=linux GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:20:20 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/arm64. Packaging archives for linux/arm64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: b00b694903d126c5 go1.25.5.linux-arm64.tar.gz distpack: c82020fb8b9ac2e8 v0.0.1-go1.25.5.linux-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-arm64.mod distpack: ed712dc7b74ed156 v0.0.1-go1.25.5.linux-arm64.info --- Installed Go for linux/arm64 in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-arm64/bin to your PATH. 00:20:21 downloaded https://go.dev/dl/go1.25.5.linux-arm64.tar.gz 00:20:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ go1.25.5.linux-armv6l.tar.gz
00:17:17 start go1.25.5.linux-armv6l.tar.gz 00:17:19 running ./make.bash env=[GOOS=linux GOARCH=arm GOARM=6] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:20:19 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/arm. Packaging archives for linux/arm. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 0b27e3dec8d04899 go1.25.5.linux-arm.tar.gz distpack: b7bff315680f42c6 v0.0.1-go1.25.5.linux-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-arm.mod distpack: a4c276dd4c5cbc68 v0.0.1-go1.25.5.linux-arm.info --- Installed Go for linux/arm in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-arm/bin to your PATH. 00:20:22 downloaded https://go.dev/dl/go1.25.5.linux-armv6l.tar.gz 00:20:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ go1.25.5.linux-loong64.tar.gz
00:17:25 start go1.25.5.linux-loong64.tar.gz 00:17:27 running ./make.bash env=[GOOS=linux GOARCH=loong64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-loong64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:20:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/loong64. Packaging archives for linux/loong64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 0be2f27172a85de1 go1.25.5.linux-loong64.tar.gz distpack: 3cde46665adc70f2 v0.0.1-go1.25.5.linux-loong64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-loong64.mod distpack: 120fe39eadec5051 v0.0.1-go1.25.5.linux-loong64.info --- Installed Go for linux/loong64 in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-loong64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-loong64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-loong64/bin to your PATH. 00:20:35 downloaded https://go.dev/dl/go1.25.5.linux-loong64.tar.gz 00:20:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ go1.25.5.linux-mips.tar.gz
00:17:26 start go1.25.5.linux-mips.tar.gz 00:17:28 running ./make.bash env=[GOOS=linux GOARCH=mips] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:20:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips. Packaging archives for linux/mips. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 0e7c387a6914c81b go1.25.5.linux-mips.tar.gz distpack: a4bb5c7e411aed86 v0.0.1-go1.25.5.linux-mips.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-mips.mod distpack: 0b41218ee1d22ecd v0.0.1-go1.25.5.linux-mips.info --- Installed Go for linux/mips in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips/bin to your PATH. 00:20:37 downloaded https://go.dev/dl/go1.25.5.linux-mips.tar.gz 00:20:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ go1.25.5.linux-mips64.tar.gz
00:20:22 start go1.25.5.linux-mips64.tar.gz 00:20:24 running ./make.bash env=[GOOS=linux GOARCH=mips64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:24:04 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips64. Packaging archives for linux/mips64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 32ef8f4c4896c1e8 go1.25.5.linux-mips64.tar.gz distpack: 4c16ee5dbedcb394 v0.0.1-go1.25.5.linux-mips64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-mips64.mod distpack: 7add3891d4ce129a v0.0.1-go1.25.5.linux-mips64.info --- Installed Go for linux/mips64 in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips64/bin to your PATH. 00:24:05 downloaded https://go.dev/dl/go1.25.5.linux-mips64.tar.gz 00:24:05 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ go1.25.5.linux-mips64le.tar.gz
00:20:25 start go1.25.5.linux-mips64le.tar.gz 00:20:27 running ./make.bash env=[GOOS=linux GOARCH=mips64le] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips64le GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:23:57 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips64le. Packaging archives for linux/mips64le. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 437dc493b3ce97a6 go1.25.5.linux-mips64le.tar.gz distpack: 6b43c6c65b77236c v0.0.1-go1.25.5.linux-mips64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-mips64le.mod distpack: 7bbc40e9f7a29043 v0.0.1-go1.25.5.linux-mips64le.info --- Installed Go for linux/mips64le in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips64le Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips64le/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mips64le/bin to your PATH. 00:23:58 downloaded https://go.dev/dl/go1.25.5.linux-mips64le.tar.gz 00:23:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ go1.25.5.linux-mipsle.tar.gz
00:20:38 start go1.25.5.linux-mipsle.tar.gz 00:20:40 running ./make.bash env=[GOOS=linux GOARCH=mipsle] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-mipsle GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:24:06 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mipsle. Packaging archives for linux/mipsle. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 675cd3e0cb7d9131 go1.25.5.linux-mipsle.tar.gz distpack: f9322f5fa7f79fec v0.0.1-go1.25.5.linux-mipsle.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-mipsle.mod distpack: b1a3f61ccaeca4fe v0.0.1-go1.25.5.linux-mipsle.info --- Installed Go for linux/mipsle in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mipsle Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mipsle/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-mipsle/bin to your PATH. 00:24:09 downloaded https://go.dev/dl/go1.25.5.linux-mipsle.tar.gz 00:24:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ go1.25.5.linux-ppc64.tar.gz
00:20:40 start go1.25.5.linux-ppc64.tar.gz 00:20:43 running ./make.bash env=[GOOS=linux GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:24:19 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/ppc64. Packaging archives for linux/ppc64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: a2159b254b025a81 go1.25.5.linux-ppc64.tar.gz distpack: bb7c5fc622a8e2fe v0.0.1-go1.25.5.linux-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-ppc64.mod distpack: ff2101ee509996da v0.0.1-go1.25.5.linux-ppc64.info --- Installed Go for linux/ppc64 in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-ppc64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-ppc64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-ppc64/bin to your PATH. 00:24:21 downloaded https://go.dev/dl/go1.25.5.linux-ppc64.tar.gz 00:24:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ go1.25.5.linux-ppc64le.tar.gz
00:24:01 start go1.25.5.linux-ppc64le.tar.gz 00:24:04 running ./make.bash env=[GOOS=linux GOARCH=ppc64le] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-ppc64le GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:27:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/ppc64le. Packaging archives for linux/ppc64le. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: f0904b647b5b8561 go1.25.5.linux-ppc64le.tar.gz distpack: 6cd885ed3b8d4431 v0.0.1-go1.25.5.linux-ppc64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-ppc64le.mod distpack: 416de9f82207b28d v0.0.1-go1.25.5.linux-ppc64le.info --- Installed Go for linux/ppc64le in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-ppc64le Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-ppc64le/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-ppc64le/bin to your PATH. 00:27:12 downloaded https://go.dev/dl/go1.25.5.linux-ppc64le.tar.gz 00:27:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ go1.25.5.linux-riscv64.tar.gz
00:24:08 start go1.25.5.linux-riscv64.tar.gz 00:24:11 running ./make.bash env=[GOOS=linux GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:27:18 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/riscv64. Packaging archives for linux/riscv64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 05de84b319bc91b9 go1.25.5.linux-riscv64.tar.gz distpack: 113494ceda33ccee v0.0.1-go1.25.5.linux-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-riscv64.mod distpack: d879cc3342e36756 v0.0.1-go1.25.5.linux-riscv64.info --- Installed Go for linux/riscv64 in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-riscv64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-riscv64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-riscv64/bin to your PATH. 00:27:19 downloaded https://go.dev/dl/go1.25.5.linux-riscv64.tar.gz 00:27:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ go1.25.5.linux-s390x.tar.gz
00:24:12 start go1.25.5.linux-s390x.tar.gz 00:24:14 running ./make.bash env=[GOOS=linux GOARCH=s390x] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-linux-s390x GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:27:23 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/s390x. Packaging archives for linux/s390x. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: a5d0a72b0dfd57f9 go1.25.5.linux-s390x.tar.gz distpack: 59a4527c7dbc38a3 v0.0.1-go1.25.5.linux-s390x.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.linux-s390x.mod distpack: 2652882d2a27e31e v0.0.1-go1.25.5.linux-s390x.info --- Installed Go for linux/s390x in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-s390x Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-linux-s390x/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-linux-s390x/bin to your PATH. 00:27:24 downloaded https://go.dev/dl/go1.25.5.linux-s390x.tar.gz 00:27:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ go1.25.5.netbsd-386.tar.gz
00:24:24 start go1.25.5.netbsd-386.tar.gz 00:24:26 running ./make.bash env=[GOOS=netbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:27:22 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/386. Packaging archives for netbsd/386. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 57e79e72d1110954 go1.25.5.netbsd-386.tar.gz distpack: e49803202b821fa2 v0.0.1-go1.25.5.netbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.netbsd-386.mod distpack: 44070aaefeacfcfc v0.0.1-go1.25.5.netbsd-386.info --- Installed Go for netbsd/386 in /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-386/bin to your PATH. 00:27:23 downloaded https://go.dev/dl/go1.25.5.netbsd-386.tar.gz 00:27:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ go1.25.5.netbsd-amd64.tar.gz
00:27:15 start go1.25.5.netbsd-amd64.tar.gz 00:27:17 running ./make.bash env=[GOOS=netbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:30:24 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/amd64. Packaging archives for netbsd/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: d6062fa06c33613b go1.25.5.netbsd-amd64.tar.gz distpack: 0a0801fbc7dd267c v0.0.1-go1.25.5.netbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.netbsd-amd64.mod distpack: 6acc1309c0efd526 v0.0.1-go1.25.5.netbsd-amd64.info --- Installed Go for netbsd/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-amd64/bin to your PATH. 00:30:24 downloaded https://go.dev/dl/go1.25.5.netbsd-amd64.tar.gz 00:30:24 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ go1.25.5.netbsd-arm.tar.gz
00:27:22 start go1.25.5.netbsd-arm.tar.gz 00:27:24 running ./make.bash env=[GOOS=netbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:30:21 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/arm. Packaging archives for netbsd/arm. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 457d844df4aa6cd5 go1.25.5.netbsd-arm.tar.gz distpack: 35cc5f4d75d5c43a v0.0.1-go1.25.5.netbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.netbsd-arm.mod distpack: 240a1f6d6c369dda v0.0.1-go1.25.5.netbsd-arm.info --- Installed Go for netbsd/arm in /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-arm/bin to your PATH. 00:30:23 downloaded https://go.dev/dl/go1.25.5.netbsd-arm.tar.gz 00:30:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ go1.25.5.netbsd-arm64.tar.gz
00:27:27 start go1.25.5.netbsd-arm64.tar.gz 00:27:29 running ./make.bash env=[GOOS=netbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:30:34 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/arm64. Packaging archives for netbsd/arm64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 5030511891f670db go1.25.5.netbsd-arm64.tar.gz distpack: 3aeb3c610cf0a2a0 v0.0.1-go1.25.5.netbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.netbsd-arm64.mod distpack: 591325ba081e8aa1 v0.0.1-go1.25.5.netbsd-arm64.info --- Installed Go for netbsd/arm64 in /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-netbsd-arm64/bin to your PATH. 00:30:35 downloaded https://go.dev/dl/go1.25.5.netbsd-arm64.tar.gz 00:30:35 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ go1.25.5.openbsd-386.tar.gz
00:27:27 start go1.25.5.openbsd-386.tar.gz 00:27:29 running ./make.bash env=[GOOS=openbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:30:27 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/386. Packaging archives for openbsd/386. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 27cba5feeedfb08d go1.25.5.openbsd-386.tar.gz distpack: 8604a5377628e61b v0.0.1-go1.25.5.openbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.openbsd-386.mod distpack: d1be6e90564eda94 v0.0.1-go1.25.5.openbsd-386.info --- Installed Go for openbsd/386 in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-386/bin to your PATH. 00:30:29 downloaded https://go.dev/dl/go1.25.5.openbsd-386.tar.gz 00:30:29 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ go1.25.5.openbsd-amd64.tar.gz
00:30:27 start go1.25.5.openbsd-amd64.tar.gz 00:30:29 running ./make.bash env=[GOOS=openbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:33:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/amd64. Packaging archives for openbsd/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: c873e93f6bd125a2 go1.25.5.openbsd-amd64.tar.gz distpack: 2337c3049934f6e5 v0.0.1-go1.25.5.openbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.openbsd-amd64.mod distpack: ebbe3bbc71d63ea9 v0.0.1-go1.25.5.openbsd-amd64.info --- Installed Go for openbsd/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-amd64/bin to your PATH. 00:33:41 downloaded https://go.dev/dl/go1.25.5.openbsd-amd64.tar.gz 00:33:41 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ go1.25.5.openbsd-arm.tar.gz
00:30:27 start go1.25.5.openbsd-arm.tar.gz 00:30:29 running ./make.bash env=[GOOS=openbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:33:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/arm. Packaging archives for openbsd/arm. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: e5a8cc469c66248b go1.25.5.openbsd-arm.tar.gz distpack: d8973dd96627e67f v0.0.1-go1.25.5.openbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.openbsd-arm.mod distpack: a0558f060b4d6e2d v0.0.1-go1.25.5.openbsd-arm.info --- Installed Go for openbsd/arm in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-arm/bin to your PATH. 00:33:34 downloaded https://go.dev/dl/go1.25.5.openbsd-arm.tar.gz 00:33:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ go1.25.5.openbsd-arm64.tar.gz
00:30:32 start go1.25.5.openbsd-arm64.tar.gz 00:30:35 running ./make.bash env=[GOOS=openbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:33:44 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/arm64. Packaging archives for openbsd/arm64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: cdd655fa0e15bc83 go1.25.5.openbsd-arm64.tar.gz distpack: d3c6dfebc1e95682 v0.0.1-go1.25.5.openbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.openbsd-arm64.mod distpack: 4ac22ba3526cae46 v0.0.1-go1.25.5.openbsd-arm64.info --- Installed Go for openbsd/arm64 in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-arm64/bin to your PATH. 00:33:45 downloaded https://go.dev/dl/go1.25.5.openbsd-arm64.tar.gz 00:33:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ go1.25.5.openbsd-ppc64.tar.gz
00:30:39 start go1.25.5.openbsd-ppc64.tar.gz 00:30:41 running ./make.bash env=[GOOS=openbsd GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:33:55 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/ppc64. Packaging archives for openbsd/ppc64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: a149370fda34ce27 go1.25.5.openbsd-ppc64.tar.gz distpack: a6e4b34593ae8ac7 v0.0.1-go1.25.5.openbsd-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.openbsd-ppc64.mod distpack: 89529f2a6627cd55 v0.0.1-go1.25.5.openbsd-ppc64.info --- Installed Go for openbsd/ppc64 in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-ppc64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-ppc64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-ppc64/bin to your PATH. 00:33:56 downloaded https://go.dev/dl/go1.25.5.openbsd-ppc64.tar.gz 00:33:56 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ go1.25.5.openbsd-riscv64.tar.gz
00:33:37 start go1.25.5.openbsd-riscv64.tar.gz 00:33:38 running ./make.bash env=[GOOS=openbsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:37:27 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/riscv64. Packaging archives for openbsd/riscv64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: be96cf8460011088 go1.25.5.openbsd-riscv64.tar.gz distpack: 08b37f83ba9497c4 v0.0.1-go1.25.5.openbsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.openbsd-riscv64.mod distpack: 7d7612468e02bef5 v0.0.1-go1.25.5.openbsd-riscv64.info --- Installed Go for openbsd/riscv64 in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-riscv64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-riscv64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-openbsd-riscv64/bin to your PATH. 00:37:29 downloaded https://go.dev/dl/go1.25.5.openbsd-riscv64.tar.gz 00:37:29 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ go1.25.5.plan9-386.tar.gz
00:33:44 start go1.25.5.plan9-386.tar.gz 00:33:47 running ./make.bash env=[GOOS=plan9 GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-plan9-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:37:27 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/386. Packaging archives for plan9/386. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: a3926108324c4b16 go1.25.5.plan9-386.tar.gz distpack: 65b649886f544aa6 v0.0.1-go1.25.5.plan9-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.plan9-386.mod distpack: 794601ee83a2a9f9 v0.0.1-go1.25.5.plan9-386.info --- Installed Go for plan9/386 in /tmp/gorebuild-2995504646/repro-go1.25.5-plan9-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-plan9-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-plan9-386/bin to your PATH. 00:37:28 downloaded https://go.dev/dl/go1.25.5.plan9-386.tar.gz 00:37:28 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ go1.25.5.plan9-amd64.tar.gz
00:33:48 start go1.25.5.plan9-amd64.tar.gz 00:33:49 running ./make.bash env=[GOOS=plan9 GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-plan9-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:37:35 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/amd64. Packaging archives for plan9/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: f171e529236b850e go1.25.5.plan9-amd64.tar.gz distpack: 60894e7f6b0a3d82 v0.0.1-go1.25.5.plan9-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.plan9-amd64.mod distpack: 1b4fa12acc34bd1c v0.0.1-go1.25.5.plan9-amd64.info --- Installed Go for plan9/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-plan9-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-plan9-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-plan9-amd64/bin to your PATH. 00:37:38 downloaded https://go.dev/dl/go1.25.5.plan9-amd64.tar.gz 00:37:38 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ go1.25.5.plan9-arm.tar.gz
00:33:59 start go1.25.5.plan9-arm.tar.gz 00:34:01 running ./make.bash env=[GOOS=plan9 GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-plan9-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:37:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/arm. Packaging archives for plan9/arm. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: aaf285e49f397170 go1.25.5.plan9-arm.tar.gz distpack: 95ea57fb2216e88a v0.0.1-go1.25.5.plan9-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.plan9-arm.mod distpack: 0d7335cbee8606f0 v0.0.1-go1.25.5.plan9-arm.info --- Installed Go for plan9/arm in /tmp/gorebuild-2995504646/repro-go1.25.5-plan9-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-plan9-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-plan9-arm/bin to your PATH. 00:37:41 downloaded https://go.dev/dl/go1.25.5.plan9-arm.tar.gz 00:37:41 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ go1.25.5.solaris-amd64.tar.gz
00:37:30 start go1.25.5.solaris-amd64.tar.gz 00:37:32 running ./make.bash env=[GOOS=solaris GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-solaris-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:40:42 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, solaris/amd64. Packaging archives for solaris/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: fb61c56ca80a2e1e go1.25.5.solaris-amd64.tar.gz distpack: 27cc918b0c240baa v0.0.1-go1.25.5.solaris-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.solaris-amd64.mod distpack: 74999353f1442dfb v0.0.1-go1.25.5.solaris-amd64.info --- Installed Go for solaris/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-solaris-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-solaris-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-solaris-amd64/bin to your PATH. 00:40:44 downloaded https://go.dev/dl/go1.25.5.solaris-amd64.tar.gz 00:40:44 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ go1.25.5.src.tar.gz
00:10:02 downloaded https://go.dev/dl/go1.25.5.src.tar.gz 00:10:02 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"] 00:10:03 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"] 00:10:04 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"] 00:10:05 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"] 00:13:49 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"] 00:13:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"] 00:14:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"] 00:14:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"] 00:17:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"] 00:17:14 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"] 00:17:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"] 00:17:23 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"] 00:20:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"] 00:20:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"] 00:20:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"] 00:20:38 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"] 00:23:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"] 00:24:05 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"] 00:24:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"] 00:24:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"] 00:27:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"] 00:27:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"] 00:27:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"] 00:27:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"] 00:30:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"] 00:30:24 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"] 00:30:29 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"] 00:30:35 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"] 00:33:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"] 00:33:42 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"] 00:33:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"] 00:33:56 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"] 00:37:28 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"] 00:37:29 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"] 00:37:38 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"] 00:37:41 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"] 00:40:40 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"] 00:40:44 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"] 00:40:52 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"] 00:40:52 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.25.5.windows-386.msi
00:40:43 downloaded https://go.dev/dl/go1.25.5.windows-386.msi 00:40:47 PASS: verified content against posted zip
✅ go1.25.5.windows-386.zip
00:37:32 start go1.25.5.windows-386.zip 00:37:34 running ./make.bash env=[GOOS=windows GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-windows-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:40:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/386. Packaging archives for windows/386. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: a593393ea7715ffd go1.25.5.windows-386.zip distpack: bc79c917a6c99973 v0.0.1-go1.25.5.windows-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.windows-386.mod distpack: 2e1cb17990d7c6a4 v0.0.1-go1.25.5.windows-386.info --- Installed Go for windows/386 in /tmp/gorebuild-2995504646/repro-go1.25.5-windows-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-windows-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-windows-386/bin to your PATH. 00:40:42 downloaded https://go.dev/dl/go1.25.5.windows-386.zip 00:40:42 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ go1.25.5.windows-amd64.msi
00:40:54 downloaded https://go.dev/dl/go1.25.5.windows-amd64.msi 00:40:59 PASS: verified content against posted zip
✅ go1.25.5.windows-amd64.zip
00:37:41 start go1.25.5.windows-amd64.zip 00:37:43 running ./make.bash env=[GOOS=windows GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-windows-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:40:52 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/amd64. Packaging archives for windows/amd64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: ae756cce1cb80c81 go1.25.5.windows-amd64.zip distpack: 831418f25c4bf789 v0.0.1-go1.25.5.windows-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.windows-amd64.mod distpack: 839634562f2ba8dc v0.0.1-go1.25.5.windows-amd64.info --- Installed Go for windows/amd64 in /tmp/gorebuild-2995504646/repro-go1.25.5-windows-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-windows-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-windows-amd64/bin to your PATH. 00:40:53 downloaded https://go.dev/dl/go1.25.5.windows-amd64.zip 00:40:53 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.25.5.windows-arm64.msi
00:40:55 downloaded https://go.dev/dl/go1.25.5.windows-arm64.msi 00:40:59 PASS: verified content against posted zip
✅ go1.25.5.windows-arm64.zip
00:37:44 start go1.25.5.windows-arm64.zip 00:37:45 running ./make.bash env=[GOOS=windows GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.25.5-windows-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:40:52 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/arm64. Packaging archives for windows/arm64. distpack: 22a5fd0a91efcd28 go1.25.5.src.tar.gz distpack: 55a94a423a6b8f3a go1.25.5.windows-arm64.zip distpack: 3e11bb9b5adf2d53 v0.0.1-go1.25.5.windows-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.5.windows-arm64.mod distpack: 234807bab32e81e9 v0.0.1-go1.25.5.windows-arm64.info --- Installed Go for windows/arm64 in /tmp/gorebuild-2995504646/repro-go1.25.5-windows-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.25.5-windows-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.25.5-windows-arm64/bin to your PATH. 00:40:53 downloaded https://go.dev/dl/go1.25.5.windows-arm64.zip 00:40:53 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.aix-ppc64.info
00:10:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.aix-ppc64.info 00:10:04 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.5.aix-ppc64.mod
00:10:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.aix-ppc64.mod 00:10:05 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.5.aix-ppc64.zip
00:10:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.aix-ppc64.zip 00:10:07 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.5.darwin-amd64.info
00:10:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.darwin-amd64.info 00:10:05 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.darwin-amd64.mod
00:10:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.darwin-amd64.mod 00:10:05 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.darwin-amd64.zip
00:10:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.darwin-amd64.zip 00:10:10 verified match after stripping signatures from executables 00:10:10 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.darwin-arm64.info
00:10:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.darwin-arm64.info 00:10:03 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.darwin-arm64.mod
00:10:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.darwin-arm64.mod 00:10:03 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.darwin-arm64.zip
00:10:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.darwin-arm64.zip 00:10:07 verified match after stripping signatures from executables 00:10:07 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.dragonfly-amd64.info
00:10:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.dragonfly-amd64.info 00:10:02 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.dragonfly-amd64.mod
00:10:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.dragonfly-amd64.mod 00:10:02 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.dragonfly-amd64.zip
00:10:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.dragonfly-amd64.zip 00:10:05 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.freebsd-386.info
00:13:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-386.info 00:13:49 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.5.freebsd-386.mod
00:13:50 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-386.mod 00:13:50 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.5.freebsd-386.zip
00:14:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-386.zip 00:14:14 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.5.freebsd-amd64.info
00:14:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-amd64.info 00:14:05 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.freebsd-amd64.mod
00:14:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-amd64.mod 00:14:05 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.freebsd-amd64.zip
00:14:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-amd64.zip 00:14:25 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.freebsd-arm.info
00:13:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-arm.info 00:13:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.freebsd-arm.mod
00:13:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-arm.mod 00:13:52 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.freebsd-arm.zip
00:14:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-arm.zip 00:14:07 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.freebsd-arm64.info
00:14:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-arm64.info 00:14:05 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.freebsd-arm64.mod
00:14:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-arm64.mod 00:14:06 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.freebsd-arm64.zip
00:14:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-arm64.zip 00:14:21 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.freebsd-riscv64.info
00:17:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-riscv64.info 00:17:14 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.5.freebsd-riscv64.mod
00:17:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-riscv64.mod 00:17:14 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.5.freebsd-riscv64.zip
00:17:16 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.freebsd-riscv64.zip 00:17:16 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.5.illumos-amd64.info
00:17:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.illumos-amd64.info 00:17:23 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.illumos-amd64.mod
00:17:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.illumos-amd64.mod 00:17:23 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.illumos-amd64.zip
00:17:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.illumos-amd64.zip 00:17:25 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.linux-386.info
00:17:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-386.info 00:17:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.5.linux-386.mod
00:17:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-386.mod 00:17:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.5.linux-386.zip
00:17:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-386.zip 00:17:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.5.linux-amd64.info
00:17:11 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-amd64.info 00:17:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.linux-amd64.mod
00:17:11 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-amd64.mod 00:17:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.linux-amd64.zip
00:17:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-amd64.zip 00:17:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.linux-arm.info
00:20:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-arm.info 00:20:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.5.linux-arm.mod
00:20:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-arm.mod 00:20:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.5.linux-arm.zip
00:20:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-arm.zip 00:20:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.5.linux-arm64.info
00:20:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-arm64.info 00:20:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.linux-arm64.mod
00:20:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-arm64.mod 00:20:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.linux-arm64.zip
00:20:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-arm64.zip 00:20:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.linux-loong64.info
00:20:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-loong64.info 00:20:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.5.linux-loong64.mod
00:20:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-loong64.mod 00:20:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.5.linux-loong64.zip
00:20:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-loong64.zip 00:20:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.5.linux-mips.info
00:20:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mips.info 00:20:38 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.5.linux-mips.mod
00:20:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mips.mod 00:20:38 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.5.linux-mips.zip
00:20:40 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mips.zip 00:20:40 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.5.linux-mips64.info
00:24:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mips64.info 00:24:05 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.5.linux-mips64.mod
00:24:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mips64.mod 00:24:05 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.5.linux-mips64.zip
00:24:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mips64.zip 00:24:07 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.5.linux-mips64le.info
00:23:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mips64le.info 00:23:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.5.linux-mips64le.mod
00:23:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mips64le.mod 00:23:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.5.linux-mips64le.zip
00:24:00 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mips64le.zip 00:24:00 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.5.linux-mipsle.info
00:24:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mipsle.info 00:24:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.5.linux-mipsle.mod
00:24:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mipsle.mod 00:24:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.5.linux-mipsle.zip
00:24:11 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-mipsle.zip 00:24:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.5.linux-ppc64.info
00:24:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-ppc64.info 00:24:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.5.linux-ppc64.mod
00:24:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-ppc64.mod 00:24:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.5.linux-ppc64.zip
00:24:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-ppc64.zip 00:24:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.5.linux-ppc64le.info
00:27:13 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-ppc64le.info 00:27:13 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.5.linux-ppc64le.mod
00:27:13 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-ppc64le.mod 00:27:13 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.5.linux-ppc64le.zip
00:27:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-ppc64le.zip 00:27:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.5.linux-riscv64.info
00:27:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-riscv64.info 00:27:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.5.linux-riscv64.mod
00:27:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-riscv64.mod 00:27:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.5.linux-riscv64.zip
00:27:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-riscv64.zip 00:27:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.5.linux-s390x.info
00:27:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-s390x.info 00:27:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.5.linux-s390x.mod
00:27:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-s390x.mod 00:27:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.5.linux-s390x.zip
00:27:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.linux-s390x.zip 00:27:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.5.netbsd-386.info
00:27:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-386.info 00:27:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.5.netbsd-386.mod
00:27:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-386.mod 00:27:24 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.5.netbsd-386.zip
00:27:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-386.zip 00:27:26 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.5.netbsd-amd64.info
00:30:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-amd64.info 00:30:24 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.netbsd-amd64.mod
00:30:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-amd64.mod 00:30:25 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.netbsd-amd64.zip
00:30:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-amd64.zip 00:30:27 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.netbsd-arm.info
00:30:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-arm.info 00:30:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.netbsd-arm.mod
00:30:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-arm.mod 00:30:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.netbsd-arm.zip
00:30:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-arm.zip 00:30:26 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.netbsd-arm64.info
00:30:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-arm64.info 00:30:35 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.netbsd-arm64.mod
00:30:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-arm64.mod 00:30:35 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.netbsd-arm64.zip
00:30:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.netbsd-arm64.zip 00:30:38 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.openbsd-386.info
00:30:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-386.info 00:30:29 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.5.openbsd-386.mod
00:30:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-386.mod 00:30:30 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.5.openbsd-386.zip
00:30:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-386.zip 00:30:32 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.5.openbsd-amd64.info
00:33:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-amd64.info 00:33:42 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.openbsd-amd64.mod
00:33:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-amd64.mod 00:33:42 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.openbsd-amd64.zip
00:33:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-amd64.zip 00:33:44 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.openbsd-arm.info
00:33:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-arm.info 00:33:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.openbsd-arm.mod
00:33:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-arm.mod 00:33:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.openbsd-arm.zip
00:33:36 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-arm.zip 00:33:36 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.openbsd-arm64.info
00:33:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-arm64.info 00:33:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.openbsd-arm64.mod
00:33:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-arm64.mod 00:33:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.openbsd-arm64.zip
00:33:47 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-arm64.zip 00:33:47 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.openbsd-ppc64.info
00:33:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-ppc64.info 00:33:56 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.5.openbsd-ppc64.mod
00:33:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-ppc64.mod 00:33:56 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.5.openbsd-ppc64.zip
00:33:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-ppc64.zip 00:33:58 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.5.openbsd-riscv64.info
00:37:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-riscv64.info 00:37:29 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.5.openbsd-riscv64.mod
00:37:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-riscv64.mod 00:37:30 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.5.openbsd-riscv64.zip
00:37:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.openbsd-riscv64.zip 00:37:32 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.5.plan9-386.info
00:37:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.plan9-386.info 00:37:28 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.5.plan9-386.mod
00:37:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.plan9-386.mod 00:37:28 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.5.plan9-386.zip
00:37:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.plan9-386.zip 00:37:30 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.5.plan9-amd64.info
00:37:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.plan9-amd64.info 00:37:38 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.plan9-amd64.mod
00:37:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.plan9-amd64.mod 00:37:38 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.plan9-amd64.zip
00:37:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.plan9-amd64.zip 00:37:41 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.plan9-arm.info
00:37:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.plan9-arm.info 00:37:41 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.plan9-arm.mod
00:37:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.plan9-arm.mod 00:37:41 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.plan9-arm.zip
00:37:43 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.plan9-arm.zip 00:37:43 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.5.solaris-amd64.info
00:40:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.solaris-amd64.info 00:40:45 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.solaris-amd64.mod
00:40:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.solaris-amd64.mod 00:40:45 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.solaris-amd64.zip
00:40:47 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.solaris-amd64.zip 00:40:47 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.windows-386.info
00:40:47 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.windows-386.info 00:40:47 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.5.windows-386.mod
00:40:47 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.windows-386.mod 00:40:47 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.5.windows-386.zip
00:40:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.windows-386.zip 00:40:49 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.5.windows-amd64.info
00:40:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.windows-amd64.info 00:40:59 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.windows-amd64.mod
00:40:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.windows-amd64.mod 00:40:59 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.windows-amd64.zip
00:41:00 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.windows-amd64.zip 00:41:00 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.5.windows-arm64.info
00:40:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.windows-arm64.info 00:40:59 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.windows-arm64.mod
00:40:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.windows-arm64.mod 00:40:59 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.5.windows-arm64.zip
00:41:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.5.windows-arm64.zip 00:41:01 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ go1.24.11
Log
00:40:57 downloaded https://go.googlesource.com/go/+archive/refs/tags/go1.24.11.tar.gz 01:17:53 PASS
✅ go1.24.11.aix-ppc64.tar.gz
00:40:57 start go1.24.11.aix-ppc64.tar.gz 00:40:58 running ./make.bash env=[GOOS=aix GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-aix-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:44:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, aix/ppc64. Packaging archives for aix/ppc64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 45513664b53269d4 go1.24.11.aix-ppc64.tar.gz distpack: b6b7e4eeb1935361 v0.0.1-go1.24.11.aix-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.aix-ppc64.mod distpack: 17d42d600689032f v0.0.1-go1.24.11.aix-ppc64.info --- Installed Go for aix/ppc64 in /tmp/gorebuild-2995504646/repro-go1.24.11-aix-ppc64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-aix-ppc64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-aix-ppc64/bin to your PATH. 00:44:34 downloaded https://go.dev/dl/go1.24.11.aix-ppc64.tar.gz 00:44:34 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ go1.24.11.darwin-amd64.pkg
00:44:30 downloaded https://go.dev/dl/go1.24.11.darwin-amd64.pkg 00:44:33 PASS: verified content against posted tgz
✅ go1.24.11.darwin-amd64.tar.gz
00:40:57 start go1.24.11.darwin-amd64.tar.gz 00:40:58 running ./make.bash env=[GOOS=darwin GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-darwin-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:44:24 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, darwin/amd64. Packaging archives for darwin/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 008188826f332a16 go1.24.11.darwin-amd64.tar.gz distpack: 12f63683c2c43248 v0.0.1-go1.24.11.darwin-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.darwin-amd64.mod distpack: 77565dec722a8cd6 v0.0.1-go1.24.11.darwin-amd64.info --- Installed Go for darwin/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-darwin-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-darwin-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-darwin-amd64/bin to your PATH. 00:44:25 downloaded https://go.dev/dl/go1.24.11.darwin-amd64.tar.gz 00:44:29 verified match after stripping signatures from executables 00:44:29 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ go1.24.11.darwin-arm64.pkg
00:44:32 downloaded https://go.dev/dl/go1.24.11.darwin-arm64.pkg 00:44:36 PASS: verified content against posted tgz
✅ go1.24.11.darwin-arm64.tar.gz
00:41:01 start go1.24.11.darwin-arm64.tar.gz 00:41:03 running ./make.bash env=[GOOS=darwin GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-darwin-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:44:26 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, darwin/arm64. Packaging archives for darwin/arm64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 388585ff33893889 go1.24.11.darwin-arm64.tar.gz distpack: 836f4eb063b11c7f v0.0.1-go1.24.11.darwin-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.darwin-arm64.mod distpack: 673838f4f30b0131 v0.0.1-go1.24.11.darwin-arm64.info --- Installed Go for darwin/arm64 in /tmp/gorebuild-2995504646/repro-go1.24.11-darwin-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-darwin-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-darwin-arm64/bin to your PATH. 00:44:26 downloaded https://go.dev/dl/go1.24.11.darwin-arm64.tar.gz 00:44:30 verified match after stripping signatures from executables 00:44:30 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ go1.24.11.dragonfly-amd64.tar.gz
00:41:02 start go1.24.11.dragonfly-amd64.tar.gz 00:41:05 running ./make.bash env=[GOOS=dragonfly GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-dragonfly-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:44:34 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, dragonfly/amd64. Packaging archives for dragonfly/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 20b0c49a64e5d636 go1.24.11.dragonfly-amd64.tar.gz distpack: cedbcc886a9dba4e v0.0.1-go1.24.11.dragonfly-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.dragonfly-amd64.mod distpack: 89c011655d12ac53 v0.0.1-go1.24.11.dragonfly-amd64.info --- Installed Go for dragonfly/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-dragonfly-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-dragonfly-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-dragonfly-amd64/bin to your PATH. 00:44:36 downloaded https://go.dev/dl/go1.24.11.dragonfly-amd64.tar.gz 00:44:36 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ go1.24.11.freebsd-386.tar.gz
00:44:37 start go1.24.11.freebsd-386.tar.gz 00:44:39 running ./make.bash env=[GOOS=freebsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:48:21 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/386. Packaging archives for freebsd/386. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 99229da13fd74d5c go1.24.11.freebsd-386.tar.gz distpack: 93f10bece88241a9 v0.0.1-go1.24.11.freebsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.freebsd-386.mod distpack: 62e8ce112f976660 v0.0.1-go1.24.11.freebsd-386.info --- Installed Go for freebsd/386 in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-386/bin to your PATH. 00:48:22 downloaded https://go.dev/dl/go1.24.11.freebsd-386.tar.gz 00:48:22 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ go1.24.11.freebsd-amd64.tar.gz
00:44:39 start go1.24.11.freebsd-amd64.tar.gz 00:44:41 running ./make.bash env=[GOOS=freebsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:48:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/amd64. Packaging archives for freebsd/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: de6fdd4eefa06dbb go1.24.11.freebsd-amd64.tar.gz distpack: 7926076ff364173d v0.0.1-go1.24.11.freebsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.freebsd-amd64.mod distpack: 128daa58f1ce9dc2 v0.0.1-go1.24.11.freebsd-amd64.info --- Installed Go for freebsd/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-amd64/bin to your PATH. 00:48:41 downloaded https://go.dev/dl/go1.24.11.freebsd-amd64.tar.gz 00:48:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ go1.24.11.freebsd-arm.tar.gz
00:44:39 start go1.24.11.freebsd-arm.tar.gz 00:44:41 running ./make.bash env=[GOOS=freebsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:48:25 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/arm. Packaging archives for freebsd/arm. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: fd7a01515c09ad19 go1.24.11.freebsd-arm.tar.gz distpack: 9923a3aa10261d85 v0.0.1-go1.24.11.freebsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.freebsd-arm.mod distpack: c5c8ae5cf3f4be42 v0.0.1-go1.24.11.freebsd-arm.info --- Installed Go for freebsd/arm in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-arm/bin to your PATH. 00:48:27 downloaded https://go.dev/dl/go1.24.11.freebsd-arm.tar.gz 00:48:27 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ go1.24.11.freebsd-arm64.tar.gz
00:44:42 start go1.24.11.freebsd-arm64.tar.gz 00:44:44 running ./make.bash env=[GOOS=freebsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:48:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/arm64. Packaging archives for freebsd/arm64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: eead4408b8855722 go1.24.11.freebsd-arm64.tar.gz distpack: a3181caefe4789b4 v0.0.1-go1.24.11.freebsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.freebsd-arm64.mod distpack: e35e6e9e235dd2ca v0.0.1-go1.24.11.freebsd-arm64.info --- Installed Go for freebsd/arm64 in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-arm64/bin to your PATH. 00:48:41 downloaded https://go.dev/dl/go1.24.11.freebsd-arm64.tar.gz 00:48:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ go1.24.11.freebsd-riscv64.tar.gz
00:48:26 start go1.24.11.freebsd-riscv64.tar.gz 00:48:27 running ./make.bash env=[GOOS=freebsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:51:49 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/riscv64. Packaging archives for freebsd/riscv64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 3c192d96d57c6330 go1.24.11.freebsd-riscv64.tar.gz distpack: ab706129a92fed50 v0.0.1-go1.24.11.freebsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.freebsd-riscv64.mod distpack: c004c76c44cf1824 v0.0.1-go1.24.11.freebsd-riscv64.info --- Installed Go for freebsd/riscv64 in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-riscv64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-riscv64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-freebsd-riscv64/bin to your PATH. 00:51:51 downloaded https://go.dev/dl/go1.24.11.freebsd-riscv64.tar.gz 00:51:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ go1.24.11.illumos-amd64.tar.gz
00:48:30 start go1.24.11.illumos-amd64.tar.gz 00:48:33 running ./make.bash env=[GOOS=illumos GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-illumos-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:51:56 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, illumos/amd64. Packaging archives for illumos/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 52985c554c3078eb go1.24.11.illumos-amd64.tar.gz distpack: c5aea7c2a8899fa0 v0.0.1-go1.24.11.illumos-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.illumos-amd64.mod distpack: da64fb3c477ad1d7 v0.0.1-go1.24.11.illumos-amd64.info --- Installed Go for illumos/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-illumos-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-illumos-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-illumos-amd64/bin to your PATH. 00:51:57 downloaded https://go.dev/dl/go1.24.11.illumos-amd64.tar.gz 00:51:57 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ go1.24.11.linux-386.tar.gz
00:48:44 start go1.24.11.linux-386.tar.gz 00:48:47 running ./make.bash env=[GOOS=linux GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:51:54 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/386. Packaging archives for linux/386. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: bb702d0b67759724 go1.24.11.linux-386.tar.gz distpack: 91329a5defda61ff v0.0.1-go1.24.11.linux-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-386.mod distpack: c78688588f6ea482 v0.0.1-go1.24.11.linux-386.info --- Installed Go for linux/386 in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-386/bin to your PATH. 00:51:55 downloaded https://go.dev/dl/go1.24.11.linux-386.tar.gz 00:51:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ go1.24.11.linux-amd64.tar.gz
00:48:45 start go1.24.11.linux-amd64.tar.gz 00:48:47 running ./make.bash env=[GOOS=linux GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:51:51 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/amd64. Packaging archives for linux/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: bceca00afaac856b go1.24.11.linux-amd64.tar.gz distpack: 8a9685c09d449928 v0.0.1-go1.24.11.linux-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-amd64.mod distpack: e7d9037728a9841f v0.0.1-go1.24.11.linux-amd64.info --- Installed Go for linux/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-amd64/bin to your PATH. 00:51:52 downloaded https://go.dev/dl/go1.24.11.linux-amd64.tar.gz 00:51:52 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ go1.24.11.linux-arm64.tar.gz
00:51:54 start go1.24.11.linux-arm64.tar.gz 00:51:56 running ./make.bash env=[GOOS=linux GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:55:23 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/arm64. Packaging archives for linux/arm64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: beaf0f51cbe0bd71 go1.24.11.linux-arm64.tar.gz distpack: fea266f9ca8f290c v0.0.1-go1.24.11.linux-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-arm64.mod distpack: 5e1db4cf4cf6fdc7 v0.0.1-go1.24.11.linux-arm64.info --- Installed Go for linux/arm64 in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-arm64/bin to your PATH. 00:55:23 downloaded https://go.dev/dl/go1.24.11.linux-arm64.tar.gz 00:55:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ go1.24.11.linux-armv6l.tar.gz
00:51:54 start go1.24.11.linux-armv6l.tar.gz 00:51:56 running ./make.bash env=[GOOS=linux GOARCH=arm GOARM=6] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:55:13 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/arm. Packaging archives for linux/arm. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 24d712a7e8ea2f42 go1.24.11.linux-arm.tar.gz distpack: f2949dd06649d9ee v0.0.1-go1.24.11.linux-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-arm.mod distpack: 3caae5fa60102692 v0.0.1-go1.24.11.linux-arm.info --- Installed Go for linux/arm in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-arm/bin to your PATH. 00:55:14 downloaded https://go.dev/dl/go1.24.11.linux-armv6l.tar.gz 00:55:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ go1.24.11.linux-loong64.tar.gz
00:51:59 start go1.24.11.linux-loong64.tar.gz 00:52:01 running ./make.bash env=[GOOS=linux GOARCH=loong64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-loong64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:55:29 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/loong64. Packaging archives for linux/loong64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 45c3cbec9e30071e go1.24.11.linux-loong64.tar.gz distpack: 0ac0c380d127b5d3 v0.0.1-go1.24.11.linux-loong64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-loong64.mod distpack: 73d855fe633c7678 v0.0.1-go1.24.11.linux-loong64.info --- Installed Go for linux/loong64 in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-loong64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-loong64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-loong64/bin to your PATH. 00:55:31 downloaded https://go.dev/dl/go1.24.11.linux-loong64.tar.gz 00:55:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ go1.24.11.linux-mips.tar.gz
00:52:01 start go1.24.11.linux-mips.tar.gz 00:52:03 running ./make.bash env=[GOOS=linux GOARCH=mips] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:55:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips. Packaging archives for linux/mips. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: c006942d74a348af go1.24.11.linux-mips.tar.gz distpack: 5cf4e841db58fa35 v0.0.1-go1.24.11.linux-mips.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-mips.mod distpack: 8549f495821eedae v0.0.1-go1.24.11.linux-mips.info --- Installed Go for linux/mips in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips/bin to your PATH. 00:55:35 downloaded https://go.dev/dl/go1.24.11.linux-mips.tar.gz 00:55:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ go1.24.11.linux-mips64.tar.gz
00:55:18 start go1.24.11.linux-mips64.tar.gz 00:55:20 running ./make.bash env=[GOOS=linux GOARCH=mips64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:59:16 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips64. Packaging archives for linux/mips64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: d054e2fb0873ac1d go1.24.11.linux-mips64.tar.gz distpack: 79b98bc635e2042b v0.0.1-go1.24.11.linux-mips64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-mips64.mod distpack: 7b52f77c56d98829 v0.0.1-go1.24.11.linux-mips64.info --- Installed Go for linux/mips64 in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips64/bin to your PATH. 00:59:17 downloaded https://go.dev/dl/go1.24.11.linux-mips64.tar.gz 00:59:17 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ go1.24.11.linux-mips64le.tar.gz
00:55:27 start go1.24.11.linux-mips64le.tar.gz 00:55:29 running ./make.bash env=[GOOS=linux GOARCH=mips64le] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips64le GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:59:08 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips64le. Packaging archives for linux/mips64le. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: c0274255613b85e2 go1.24.11.linux-mips64le.tar.gz distpack: bb9e86e0ff9d15a1 v0.0.1-go1.24.11.linux-mips64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-mips64le.mod distpack: d15f75e71aa58199 v0.0.1-go1.24.11.linux-mips64le.info --- Installed Go for linux/mips64le in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips64le Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips64le/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mips64le/bin to your PATH. 00:59:09 downloaded https://go.dev/dl/go1.24.11.linux-mips64le.tar.gz 00:59:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ go1.24.11.linux-mipsle.tar.gz
00:55:34 start go1.24.11.linux-mipsle.tar.gz 00:55:37 running ./make.bash env=[GOOS=linux GOARCH=mipsle] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-mipsle GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:59:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mipsle. Packaging archives for linux/mipsle. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 5c787fc3ac04c4eb go1.24.11.linux-mipsle.tar.gz distpack: b04b64f79ed8a599 v0.0.1-go1.24.11.linux-mipsle.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-mipsle.mod distpack: 20e468ff5b0cec72 v0.0.1-go1.24.11.linux-mipsle.info --- Installed Go for linux/mipsle in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mipsle Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mipsle/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-mipsle/bin to your PATH. 00:59:03 downloaded https://go.dev/dl/go1.24.11.linux-mipsle.tar.gz 00:59:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ go1.24.11.linux-ppc64.tar.gz
00:55:39 start go1.24.11.linux-ppc64.tar.gz 00:55:41 running ./make.bash env=[GOOS=linux GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 00:59:27 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/ppc64. Packaging archives for linux/ppc64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 3fceb9492469f215 go1.24.11.linux-ppc64.tar.gz distpack: 342434c5c5638257 v0.0.1-go1.24.11.linux-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-ppc64.mod distpack: 5d8b410b8c3b89fa v0.0.1-go1.24.11.linux-ppc64.info --- Installed Go for linux/ppc64 in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-ppc64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-ppc64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-ppc64/bin to your PATH. 00:59:28 downloaded https://go.dev/dl/go1.24.11.linux-ppc64.tar.gz 00:59:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ go1.24.11.linux-ppc64le.tar.gz
00:59:07 start go1.24.11.linux-ppc64le.tar.gz 00:59:10 running ./make.bash env=[GOOS=linux GOARCH=ppc64le] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-ppc64le GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:02:48 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/ppc64le. Packaging archives for linux/ppc64le. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: f770d0c5d7e7e2ed go1.24.11.linux-ppc64le.tar.gz distpack: 825d6b93811c4cba v0.0.1-go1.24.11.linux-ppc64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-ppc64le.mod distpack: 8db8d821e403ab93 v0.0.1-go1.24.11.linux-ppc64le.info --- Installed Go for linux/ppc64le in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-ppc64le Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-ppc64le/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-ppc64le/bin to your PATH. 01:02:49 downloaded https://go.dev/dl/go1.24.11.linux-ppc64le.tar.gz 01:02:49 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ go1.24.11.linux-riscv64.tar.gz
00:59:13 start go1.24.11.linux-riscv64.tar.gz 00:59:16 running ./make.bash env=[GOOS=linux GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:02:53 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/riscv64. Packaging archives for linux/riscv64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 9db9ba8e6b60f366 go1.24.11.linux-riscv64.tar.gz distpack: 97b1f97bc69eb208 v0.0.1-go1.24.11.linux-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-riscv64.mod distpack: 6db50e69852ff3db v0.0.1-go1.24.11.linux-riscv64.info --- Installed Go for linux/riscv64 in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-riscv64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-riscv64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-riscv64/bin to your PATH. 01:02:55 downloaded https://go.dev/dl/go1.24.11.linux-riscv64.tar.gz 01:02:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ go1.24.11.linux-s390x.tar.gz
00:59:21 start go1.24.11.linux-s390x.tar.gz 00:59:24 running ./make.bash env=[GOOS=linux GOARCH=s390x] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-linux-s390x GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:03:08 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/s390x. Packaging archives for linux/s390x. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 5955ddda3445b2cb go1.24.11.linux-s390x.tar.gz distpack: 68435c86914a0633 v0.0.1-go1.24.11.linux-s390x.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.linux-s390x.mod distpack: 8811bb6a870a5010 v0.0.1-go1.24.11.linux-s390x.info --- Installed Go for linux/s390x in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-s390x Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-linux-s390x/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-linux-s390x/bin to your PATH. 01:03:09 downloaded https://go.dev/dl/go1.24.11.linux-s390x.tar.gz 01:03:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ go1.24.11.netbsd-386.tar.gz
00:59:32 start go1.24.11.netbsd-386.tar.gz 00:59:35 running ./make.bash env=[GOOS=netbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:02:53 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/386. Packaging archives for netbsd/386. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 804344f1051f2d00 go1.24.11.netbsd-386.tar.gz distpack: 1c8f6876e6f6805a v0.0.1-go1.24.11.netbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.netbsd-386.mod distpack: 2825c47e99f58818 v0.0.1-go1.24.11.netbsd-386.info --- Installed Go for netbsd/386 in /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-386/bin to your PATH. 01:02:55 downloaded https://go.dev/dl/go1.24.11.netbsd-386.tar.gz 01:02:55 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ go1.24.11.netbsd-amd64.tar.gz
01:02:52 start go1.24.11.netbsd-amd64.tar.gz 01:02:54 running ./make.bash env=[GOOS=netbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:06:20 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/amd64. Packaging archives for netbsd/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: d79e74c466c25ae5 go1.24.11.netbsd-amd64.tar.gz distpack: 555fcb6dc18f7698 v0.0.1-go1.24.11.netbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.netbsd-amd64.mod distpack: 00fd4b6458aa6421 v0.0.1-go1.24.11.netbsd-amd64.info --- Installed Go for netbsd/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-amd64/bin to your PATH. 01:06:22 downloaded https://go.dev/dl/go1.24.11.netbsd-amd64.tar.gz 01:06:22 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ go1.24.11.netbsd-arm.tar.gz
01:02:58 start go1.24.11.netbsd-arm.tar.gz 01:03:00 running ./make.bash env=[GOOS=netbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:06:14 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/arm. Packaging archives for netbsd/arm. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: c031fccb5d1c7723 go1.24.11.netbsd-arm.tar.gz distpack: 86378ffac699869a v0.0.1-go1.24.11.netbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.netbsd-arm.mod distpack: b09e43ff985b3355 v0.0.1-go1.24.11.netbsd-arm.info --- Installed Go for netbsd/arm in /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-arm/bin to your PATH. 01:06:15 downloaded https://go.dev/dl/go1.24.11.netbsd-arm.tar.gz 01:06:15 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ go1.24.11.netbsd-arm64.tar.gz
01:02:58 start go1.24.11.netbsd-arm64.tar.gz 01:03:00 running ./make.bash env=[GOOS=netbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:06:23 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/arm64. Packaging archives for netbsd/arm64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 3ad222d8c6e4a913 go1.24.11.netbsd-arm64.tar.gz distpack: 0b3c2d895bd39c9a v0.0.1-go1.24.11.netbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.netbsd-arm64.mod distpack: f7214d89dd857921 v0.0.1-go1.24.11.netbsd-arm64.info --- Installed Go for netbsd/arm64 in /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-netbsd-arm64/bin to your PATH. 01:06:27 downloaded https://go.dev/dl/go1.24.11.netbsd-arm64.tar.gz 01:06:27 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ go1.24.11.openbsd-386.tar.gz
01:03:12 start go1.24.11.openbsd-386.tar.gz 01:03:14 running ./make.bash env=[GOOS=openbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:06:25 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/386. Packaging archives for openbsd/386. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: f43e20c857403ae5 go1.24.11.openbsd-386.tar.gz distpack: 3a40decd914936b7 v0.0.1-go1.24.11.openbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.openbsd-386.mod distpack: f1eb39900d1360d5 v0.0.1-go1.24.11.openbsd-386.info --- Installed Go for openbsd/386 in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-386/bin to your PATH. 01:06:26 downloaded https://go.dev/dl/go1.24.11.openbsd-386.tar.gz 01:06:26 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ go1.24.11.openbsd-amd64.tar.gz
01:06:20 start go1.24.11.openbsd-amd64.tar.gz 01:06:22 running ./make.bash env=[GOOS=openbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:09:48 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/amd64. Packaging archives for openbsd/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: a15b059d170ab7fa go1.24.11.openbsd-amd64.tar.gz distpack: 7acbbf4ccb87c6d1 v0.0.1-go1.24.11.openbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.openbsd-amd64.mod distpack: 8dc4c73b09d65737 v0.0.1-go1.24.11.openbsd-amd64.info --- Installed Go for openbsd/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-amd64/bin to your PATH. 01:09:52 downloaded https://go.dev/dl/go1.24.11.openbsd-amd64.tar.gz 01:09:52 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ go1.24.11.openbsd-arm.tar.gz
01:06:26 start go1.24.11.openbsd-arm.tar.gz 01:06:28 running ./make.bash env=[GOOS=openbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:09:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/arm. Packaging archives for openbsd/arm. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 41961a46c9661390 go1.24.11.openbsd-arm.tar.gz distpack: 244263c38c11487e v0.0.1-go1.24.11.openbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.openbsd-arm.mod distpack: 1640aca3716e9e10 v0.0.1-go1.24.11.openbsd-arm.info --- Installed Go for openbsd/arm in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-arm/bin to your PATH. 01:09:44 downloaded https://go.dev/dl/go1.24.11.openbsd-arm.tar.gz 01:09:44 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ go1.24.11.openbsd-arm64.tar.gz
01:06:30 start go1.24.11.openbsd-arm64.tar.gz 01:06:32 running ./make.bash env=[GOOS=openbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:09:55 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/arm64. Packaging archives for openbsd/arm64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: bb25b24233a79f4b go1.24.11.openbsd-arm64.tar.gz distpack: 6855a313be745a3a v0.0.1-go1.24.11.openbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.openbsd-arm64.mod distpack: 3cd165d79ee34afa v0.0.1-go1.24.11.openbsd-arm64.info --- Installed Go for openbsd/arm64 in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-arm64/bin to your PATH. 01:09:57 downloaded https://go.dev/dl/go1.24.11.openbsd-arm64.tar.gz 01:09:57 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ go1.24.11.openbsd-ppc64.tar.gz
01:06:31 start go1.24.11.openbsd-ppc64.tar.gz 01:06:33 running ./make.bash env=[GOOS=openbsd GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:10:07 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/ppc64. Packaging archives for openbsd/ppc64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: fa83fc7399dc6cbd go1.24.11.openbsd-ppc64.tar.gz distpack: 3e172b14214a2ad3 v0.0.1-go1.24.11.openbsd-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.openbsd-ppc64.mod distpack: 6406f22a0e0c0140 v0.0.1-go1.24.11.openbsd-ppc64.info --- Installed Go for openbsd/ppc64 in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-ppc64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-ppc64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-ppc64/bin to your PATH. 01:10:08 downloaded https://go.dev/dl/go1.24.11.openbsd-ppc64.tar.gz 01:10:08 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ go1.24.11.openbsd-riscv64.tar.gz
01:09:47 start go1.24.11.openbsd-riscv64.tar.gz 01:09:49 running ./make.bash env=[GOOS=openbsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:13:57 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/riscv64. Packaging archives for openbsd/riscv64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: a62488fbc56b2d33 go1.24.11.openbsd-riscv64.tar.gz distpack: 801ecc90affe0934 v0.0.1-go1.24.11.openbsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.openbsd-riscv64.mod distpack: 9bb572ce20bb251d v0.0.1-go1.24.11.openbsd-riscv64.info --- Installed Go for openbsd/riscv64 in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-riscv64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-riscv64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-openbsd-riscv64/bin to your PATH. 01:13:59 downloaded https://go.dev/dl/go1.24.11.openbsd-riscv64.tar.gz 01:13:59 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ go1.24.11.plan9-386.tar.gz
01:09:56 start go1.24.11.plan9-386.tar.gz 01:09:58 running ./make.bash env=[GOOS=plan9 GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-plan9-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:13:54 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/386. Packaging archives for plan9/386. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 6e260b5e70852612 go1.24.11.plan9-386.tar.gz distpack: a2d1a8504cfefa0f v0.0.1-go1.24.11.plan9-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.plan9-386.mod distpack: 63173e4ebf975bda v0.0.1-go1.24.11.plan9-386.info --- Installed Go for plan9/386 in /tmp/gorebuild-2995504646/repro-go1.24.11-plan9-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-plan9-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-plan9-386/bin to your PATH. 01:13:55 downloaded https://go.dev/dl/go1.24.11.plan9-386.tar.gz 01:13:55 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ go1.24.11.plan9-amd64.tar.gz
01:10:00 start go1.24.11.plan9-amd64.tar.gz 01:10:03 running ./make.bash env=[GOOS=plan9 GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-plan9-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:14:06 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/amd64. Packaging archives for plan9/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 2959658c6867109e go1.24.11.plan9-amd64.tar.gz distpack: 6a80193c02ec5f28 v0.0.1-go1.24.11.plan9-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.plan9-amd64.mod distpack: e1d053809c523a4b v0.0.1-go1.24.11.plan9-amd64.info --- Installed Go for plan9/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-plan9-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-plan9-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-plan9-amd64/bin to your PATH. 01:14:07 downloaded https://go.dev/dl/go1.24.11.plan9-amd64.tar.gz 01:14:07 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ go1.24.11.plan9-arm.tar.gz
01:10:12 start go1.24.11.plan9-arm.tar.gz 01:10:15 running ./make.bash env=[GOOS=plan9 GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-plan9-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:14:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/arm. Packaging archives for plan9/arm. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: e546632e520ba84e go1.24.11.plan9-arm.tar.gz distpack: e54e685a5586e8d3 v0.0.1-go1.24.11.plan9-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.plan9-arm.mod distpack: 0817dade81bef7b1 v0.0.1-go1.24.11.plan9-arm.info --- Installed Go for plan9/arm in /tmp/gorebuild-2995504646/repro-go1.24.11-plan9-arm Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-plan9-arm/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-plan9-arm/bin to your PATH. 01:14:06 downloaded https://go.dev/dl/go1.24.11.plan9-arm.tar.gz 01:14:06 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ go1.24.11.solaris-amd64.tar.gz
01:13:59 start go1.24.11.solaris-amd64.tar.gz 01:14:00 running ./make.bash env=[GOOS=solaris GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-solaris-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:17:31 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, solaris/amd64. Packaging archives for solaris/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 13c11b81e8ae61bc go1.24.11.solaris-amd64.tar.gz distpack: 56d03407520f867f v0.0.1-go1.24.11.solaris-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.solaris-amd64.mod distpack: 519a32664abd5785 v0.0.1-go1.24.11.solaris-amd64.info --- Installed Go for solaris/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-solaris-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-solaris-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-solaris-amd64/bin to your PATH. 01:17:32 downloaded https://go.dev/dl/go1.24.11.solaris-amd64.tar.gz 01:17:32 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ go1.24.11.src.tar.gz
00:44:33 downloaded https://go.dev/dl/go1.24.11.src.tar.gz 00:44:33 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"] 00:44:34 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"] 00:44:36 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"] 00:44:36 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"] 00:48:22 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"] 00:48:27 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"] 00:48:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"] 00:48:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"] 00:51:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"] 00:51:52 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"] 00:51:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"] 00:51:57 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"] 00:55:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"] 00:55:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"] 00:55:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"] 00:55:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"] 00:59:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"] 00:59:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"] 00:59:17 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"] 00:59:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"] 01:02:49 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"] 01:02:55 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"] 01:02:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"] 01:03:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"] 01:06:15 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"] 01:06:22 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"] 01:06:26 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"] 01:06:27 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"] 01:09:44 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"] 01:09:52 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"] 01:09:57 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"] 01:10:08 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"] 01:13:55 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"] 01:13:59 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"] 01:14:06 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"] 01:14:07 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"] 01:17:25 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"] 01:17:32 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"] 01:17:36 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"] 01:17:41 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.24.11.windows-386.msi
01:17:32 downloaded https://go.dev/dl/go1.24.11.windows-386.msi 01:17:37 PASS: verified content against posted zip
✅ go1.24.11.windows-386.zip
01:14:02 start go1.24.11.windows-386.zip 01:14:04 running ./make.bash env=[GOOS=windows GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-windows-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:17:25 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/386. Packaging archives for windows/386. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: ecf6d24b20964acf go1.24.11.windows-386.zip distpack: 5dcdd546a826ba7e v0.0.1-go1.24.11.windows-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.windows-386.mod distpack: 184d05009adc1211 v0.0.1-go1.24.11.windows-386.info --- Installed Go for windows/386 in /tmp/gorebuild-2995504646/repro-go1.24.11-windows-386 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-windows-386/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-windows-386/bin to your PATH. 01:17:28 downloaded https://go.dev/dl/go1.24.11.windows-386.zip 01:17:28 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ go1.24.11.windows-amd64.msi
01:17:45 downloaded https://go.dev/dl/go1.24.11.windows-amd64.msi 01:17:51 PASS: verified content against posted zip
✅ go1.24.11.windows-amd64.zip
01:14:10 start go1.24.11.windows-amd64.zip 01:14:12 running ./make.bash env=[GOOS=windows GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-windows-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:17:41 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/amd64. Packaging archives for windows/amd64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 39f6267b6bb2a1c0 go1.24.11.windows-amd64.zip distpack: 24905ab224527b23 v0.0.1-go1.24.11.windows-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.windows-amd64.mod distpack: 567a5e368c153934 v0.0.1-go1.24.11.windows-amd64.info --- Installed Go for windows/amd64 in /tmp/gorebuild-2995504646/repro-go1.24.11-windows-amd64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-windows-amd64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-windows-amd64/bin to your PATH. 01:17:43 downloaded https://go.dev/dl/go1.24.11.windows-amd64.zip 01:17:43 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.24.11.windows-arm64.msi
01:17:41 downloaded https://go.dev/dl/go1.24.11.windows-arm64.msi 01:17:46 PASS: verified content against posted zip
✅ go1.24.11.windows-arm64.zip
01:14:11 start go1.24.11.windows-arm64.zip 01:14:13 running ./make.bash env=[GOOS=windows GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2995504646/repro-go1.24.11-windows-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.22 01:17:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/arm64. Packaging archives for windows/arm64. distpack: ffdf97766a4c4b13 go1.24.11.src.tar.gz distpack: 1bafb42190b67fba go1.24.11.windows-arm64.zip distpack: 67d92851ba48f8f7 v0.0.1-go1.24.11.windows-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.11.windows-arm64.mod distpack: b2709cb906c99998 v0.0.1-go1.24.11.windows-arm64.info --- Installed Go for windows/arm64 in /tmp/gorebuild-2995504646/repro-go1.24.11-windows-arm64 Installed commands in /tmp/gorebuild-2995504646/repro-go1.24.11-windows-arm64/bin *** You need to add /tmp/gorebuild-2995504646/repro-go1.24.11-windows-arm64/bin to your PATH. 01:17:38 downloaded https://go.dev/dl/go1.24.11.windows-arm64.zip 01:17:38 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.aix-ppc64.info
00:44:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.aix-ppc64.info 00:44:34 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.11.aix-ppc64.mod
00:44:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.aix-ppc64.mod 00:44:34 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.11.aix-ppc64.zip
00:44:36 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.aix-ppc64.zip 00:44:37 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.11.darwin-amd64.info
00:44:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.darwin-amd64.info 00:44:33 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.darwin-amd64.mod
00:44:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.darwin-amd64.mod 00:44:34 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.darwin-amd64.zip
00:44:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.darwin-amd64.zip 00:44:39 verified match after stripping signatures from executables 00:44:39 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.darwin-arm64.info
00:44:36 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.darwin-arm64.info 00:44:36 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.darwin-arm64.mod
00:44:36 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.darwin-arm64.mod 00:44:36 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.darwin-arm64.zip
00:44:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.darwin-arm64.zip 00:44:41 verified match after stripping signatures from executables 00:44:41 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.dragonfly-amd64.info
00:44:36 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.dragonfly-amd64.info 00:44:36 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.dragonfly-amd64.mod
00:44:36 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.dragonfly-amd64.mod 00:44:36 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.dragonfly-amd64.zip
00:44:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.dragonfly-amd64.zip 00:44:38 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.freebsd-386.info
00:48:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-386.info 00:48:22 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.11.freebsd-386.mod
00:48:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-386.mod 00:48:23 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.11.freebsd-386.zip
00:48:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-386.zip 00:48:25 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.11.freebsd-amd64.info
00:48:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-amd64.info 00:48:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.freebsd-amd64.mod
00:48:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-amd64.mod 00:48:42 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.freebsd-amd64.zip
00:48:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-amd64.zip 00:48:44 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.freebsd-arm.info
00:48:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-arm.info 00:48:27 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.freebsd-arm.mod
00:48:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-arm.mod 00:48:27 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.freebsd-arm.zip
00:48:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-arm.zip 00:48:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.freebsd-arm64.info
00:48:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-arm64.info 00:48:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.freebsd-arm64.mod
00:48:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-arm64.mod 00:48:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.freebsd-arm64.zip
00:48:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-arm64.zip 00:48:44 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.freebsd-riscv64.info
00:51:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-riscv64.info 00:51:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.11.freebsd-riscv64.mod
00:51:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-riscv64.mod 00:51:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.11.freebsd-riscv64.zip
00:51:54 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.freebsd-riscv64.zip 00:51:54 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.11.illumos-amd64.info
00:51:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.illumos-amd64.info 00:51:58 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.illumos-amd64.mod
00:51:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.illumos-amd64.mod 00:51:58 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.illumos-amd64.zip
00:52:00 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.illumos-amd64.zip 00:52:00 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.linux-386.info
00:51:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-386.info 00:51:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.11.linux-386.mod
00:51:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-386.mod 00:51:56 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.11.linux-386.zip
00:51:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-386.zip 00:51:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.11.linux-amd64.info
00:51:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-amd64.info 00:51:52 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.linux-amd64.mod
00:51:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-amd64.mod 00:51:52 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.linux-amd64.zip
00:51:53 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-amd64.zip 00:51:53 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.linux-arm.info
00:55:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-arm.info 00:55:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.11.linux-arm.mod
00:55:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-arm.mod 00:55:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.11.linux-arm.zip
00:55:17 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-arm.zip 00:55:17 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.11.linux-arm64.info
00:55:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-arm64.info 00:55:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.linux-arm64.mod
00:55:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-arm64.mod 00:55:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.linux-arm64.zip
00:55:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-arm64.zip 00:55:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.linux-loong64.info
00:55:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-loong64.info 00:55:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.11.linux-loong64.mod
00:55:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-loong64.mod 00:55:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.11.linux-loong64.zip
00:55:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-loong64.zip 00:55:34 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.11.linux-mips.info
00:55:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mips.info 00:55:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.11.linux-mips.mod
00:55:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mips.mod 00:55:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.11.linux-mips.zip
00:55:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mips.zip 00:55:38 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.11.linux-mips64.info
00:59:18 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mips64.info 00:59:18 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.11.linux-mips64.mod
00:59:18 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mips64.mod 00:59:18 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.11.linux-mips64.zip
00:59:20 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mips64.zip 00:59:20 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.11.linux-mips64le.info
00:59:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mips64le.info 00:59:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.11.linux-mips64le.mod
00:59:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mips64le.mod 00:59:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.11.linux-mips64le.zip
00:59:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mips64le.zip 00:59:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.11.linux-mipsle.info
00:59:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mipsle.info 00:59:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.11.linux-mipsle.mod
00:59:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mipsle.mod 00:59:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.11.linux-mipsle.zip
00:59:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-mipsle.zip 00:59:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.11.linux-ppc64.info
00:59:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-ppc64.info 00:59:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.11.linux-ppc64.mod
00:59:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-ppc64.mod 00:59:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.11.linux-ppc64.zip
00:59:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-ppc64.zip 00:59:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.11.linux-ppc64le.info
01:02:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-ppc64le.info 01:02:49 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.11.linux-ppc64le.mod
01:02:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-ppc64le.mod 01:02:49 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.11.linux-ppc64le.zip
01:02:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-ppc64le.zip 01:02:52 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.11.linux-riscv64.info
01:02:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-riscv64.info 01:02:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.11.linux-riscv64.mod
01:02:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-riscv64.mod 01:02:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.11.linux-riscv64.zip
01:02:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-riscv64.zip 01:02:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.11.linux-s390x.info
01:03:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-s390x.info 01:03:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.11.linux-s390x.mod
01:03:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-s390x.mod 01:03:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.11.linux-s390x.zip
01:03:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.linux-s390x.zip 01:03:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.11.netbsd-386.info
01:02:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-386.info 01:02:55 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.11.netbsd-386.mod
01:02:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-386.mod 01:02:55 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.11.netbsd-386.zip
01:02:57 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-386.zip 01:02:57 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.11.netbsd-amd64.info
01:06:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-amd64.info 01:06:22 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.netbsd-amd64.mod
01:06:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-amd64.mod 01:06:22 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.netbsd-amd64.zip
01:06:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-amd64.zip 01:06:25 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.netbsd-arm.info
01:06:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-arm.info 01:06:15 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.netbsd-arm.mod
01:06:16 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-arm.mod 01:06:16 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.netbsd-arm.zip
01:06:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-arm.zip 01:06:19 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.netbsd-arm64.info
01:06:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-arm64.info 01:06:27 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.netbsd-arm64.mod
01:06:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-arm64.mod 01:06:27 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.netbsd-arm64.zip
01:06:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.netbsd-arm64.zip 01:06:30 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.openbsd-386.info
01:06:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-386.info 01:06:26 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.11.openbsd-386.mod
01:06:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-386.mod 01:06:26 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.11.openbsd-386.zip
01:06:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-386.zip 01:06:29 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.11.openbsd-amd64.info
01:09:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-amd64.info 01:09:52 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.openbsd-amd64.mod
01:09:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-amd64.mod 01:09:52 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.openbsd-amd64.zip
01:09:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-amd64.zip 01:09:56 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.openbsd-arm.info
01:09:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-arm.info 01:09:44 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.openbsd-arm.mod
01:09:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-arm.mod 01:09:44 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.openbsd-arm.zip
01:09:47 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-arm.zip 01:09:47 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.openbsd-arm64.info
01:09:57 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-arm64.info 01:09:57 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.openbsd-arm64.mod
01:09:57 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-arm64.mod 01:09:57 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.openbsd-arm64.zip
01:09:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-arm64.zip 01:09:59 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.openbsd-ppc64.info
01:10:08 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-ppc64.info 01:10:08 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.11.openbsd-ppc64.mod
01:10:08 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-ppc64.mod 01:10:08 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.11.openbsd-ppc64.zip
01:10:11 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-ppc64.zip 01:10:11 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.11.openbsd-riscv64.info
01:13:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-riscv64.info 01:13:59 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.11.openbsd-riscv64.mod
01:13:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-riscv64.mod 01:13:59 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.11.openbsd-riscv64.zip
01:14:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.openbsd-riscv64.zip 01:14:02 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.11.plan9-386.info
01:13:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.plan9-386.info 01:13:55 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.11.plan9-386.mod
01:13:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.plan9-386.mod 01:13:55 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.11.plan9-386.zip
01:13:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.plan9-386.zip 01:13:58 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.11.plan9-amd64.info
01:14:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.plan9-amd64.info 01:14:07 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.plan9-amd64.mod
01:14:08 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.plan9-amd64.mod 01:14:08 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.plan9-amd64.zip
01:14:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.plan9-amd64.zip 01:14:10 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.plan9-arm.info
01:14:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.plan9-arm.info 01:14:06 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.plan9-arm.mod
01:14:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.plan9-arm.mod 01:14:06 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.plan9-arm.zip
01:14:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.plan9-arm.zip 01:14:09 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.11.solaris-amd64.info
01:17:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.solaris-amd64.info 01:17:32 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.solaris-amd64.mod
01:17:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.solaris-amd64.mod 01:17:32 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.solaris-amd64.zip
01:17:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.solaris-amd64.zip 01:17:35 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.windows-386.info
01:17:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.windows-386.info 01:17:37 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.11.windows-386.mod
01:17:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.windows-386.mod 01:17:37 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.11.windows-386.zip
01:17:40 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.windows-386.zip 01:17:40 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.11.windows-amd64.info
01:17:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.windows-amd64.info 01:17:51 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.windows-amd64.mod
01:17:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.windows-amd64.mod 01:17:51 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.windows-amd64.zip
01:17:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.windows-amd64.zip 01:17:52 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.11.windows-arm64.info
01:17:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.windows-arm64.info 01:17:46 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.windows-arm64.mod
01:17:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.windows-arm64.mod 01:17:46 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.11.windows-arm64.zip
01:17:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.11.windows-arm64.zip 01:17:49 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
Bootstraps
Bootstrap go1.22
00:02:38 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.22.tar.gz 00:05:33 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-2995504646/bootstrap-go1.22 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.20 00:06:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.20. (go1.20.14 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.20. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/amd64. --- Installed Go for linux/amd64 in /tmp/gorebuild-2995504646/bootstrap-go1.22 Installed commands in /tmp/gorebuild-2995504646/bootstrap-go1.22/bin *** You need to add /tmp/gorebuild-2995504646/bootstrap-go1.22/bin to your PATH.
Bootstrap go1.20
00:02:47 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.20.tar.gz 00:04:35 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-2995504646/bootstrap-go1.20 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.17 00:05:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.17. (go1.17.13 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.17. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/amd64. --- Installed Go for linux/amd64 in /tmp/gorebuild-2995504646/bootstrap-go1.20 Installed commands in /tmp/gorebuild-2995504646/bootstrap-go1.20/bin
Bootstrap go1.17
00:02:56 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.17.tar.gz 00:03:17 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-2995504646/bootstrap-go1.17 GOROOT_BOOTSTRAP=/tmp/gorebuild-2995504646/bootstrap-go1.4 00:04:35 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2995504646/bootstrap-go1.4. (go1.4-bootstrap-20170531 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2995504646/bootstrap-go1.4. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/amd64. --- Installed Go for linux/amd64 in /tmp/gorebuild-2995504646/bootstrap-go1.17 Installed commands in /tmp/gorebuild-2995504646/bootstrap-go1.17/bin
Bootstrap go1.4
00:03:00 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.4.tar.gz 00:03:00 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-2995504646/bootstrap-go1.4 GOROOT_BOOTSTRAP= 00:03:17 ./make.bash completed: # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 /tmp/gorebuild-2995504646/bootstrap-go1.4/src/lib9/fmt/vsmprint.c: In function 'fmtStrFlush': /tmp/gorebuild-2995504646/bootstrap-go1.4/src/lib9/fmt/vsmprint.c:39:17: warning: pointer 's' may be used after 'realloc' [-Wuse-after-free] 39 | free(s); | ^~~~~~~ /tmp/gorebuild-2995504646/bootstrap-go1.4/src/lib9/fmt/vsmprint.c:34:20: note: call to 'realloc' here 34 | f->start = realloc(s, (size_t)n); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/gorebuild-2995504646/bootstrap-go1.4/src/lib9/fmt/vsmprint.c:43:49: warning: pointer 's' may be used after 'realloc' [-Wuse-after-free] 43 | f->to = (char*)f->start + ((char*)f->to - s); | ~~~~~~~~~~~~~~^~~~ /tmp/gorebuild-2995504646/bootstrap-go1.4/src/lib9/fmt/vsmprint.c:34:20: note: call to 'realloc' here 34 | f->start = realloc(s, (size_t)n); | ^~~~~~~~~~~~~~~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics libbio liblink cmd/cc /tmp/gorebuild-2995504646/bootstrap-go1.4/src/cmd/cc/scon.c: In function 'acom2': /tmp/gorebuild-2995504646/bootstrap-go1.4/src/cmd/cc/scon.c:424:12: warning: 'trm[0].mult' may be used uninitialized [-Wmaybe-uninitialized] 424 | c1 = trm[0].mult; | ~~~^~~~~~~~~~~~~ /tmp/gorebuild-2995504646/bootstrap-go1.4/src/cmd/cc/scon.c:399:14: note: 'trm' declared here 399 | Term trm[NTERM]; | ^~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go # Building packages and commands for linux/amd64. runtime errors sync/atomic unicode unicode/utf8 math sort encoding unicode/utf16 container/list crypto/subtle container/ring image/color runtime/race sync container/heap image/color/palette io syscall hash crypto/cipher hash/crc32 crypto/hmac hash/adler32 hash/crc64 hash/fnv bytes strings bufio text/tabwriter path html time internal/syscall compress/bzip2 strconv math/rand math/cmplx reflect regexp/syntax crypto os encoding/base64 net/url crypto/aes crypto/rc4 encoding/ascii85 encoding/base32 image crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 encoding/pem image/draw image/jpeg path/filepath net os/signal regexp io/ioutil os/exec fmt encoding/binary cmd/pprof/internal/svg crypto/des index/suffixarray cmd/internal/goobj cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm debug/dwarf debug/gosym debug/plan9obj flag log go/token encoding/json encoding/xml text/template/parse compress/flate math/big encoding/hex mime net/http/internal runtime/pprof cmd/pprof/internal/tempfile archive/tar compress/lzw database/sql/driver encoding/csv encoding/gob os/user runtime/debug text/scanner cmd/pack testing/iotest go/scanner testing/quick image/gif database/sql go/ast testing compress/gzip archive/zip compress/zlib image/png cmd/pprof/internal/profile debug/elf debug/macho debug/pe text/template crypto/elliptic encoding/asn1 crypto/rand crypto/dsa crypto/rsa net/textproto log/syslog go/parser go/printer cmd/internal/objfile crypto/ecdsa crypto/x509/pkix mime/multipart net/mail crypto/x509 go/doc html/template cmd/pprof/internal/plugin cmd/pprof/internal/symbolz cmd/pprof/internal/symbolizer cmd/addr2line cmd/nm cmd/objdump cmd/cgo go/format cmd/gofmt cmd/fix cmd/yacc crypto/tls go/build cmd/pprof/internal/report cmd/pprof/internal/commands cmd/pprof/internal/driver net/http net/smtp cmd/go cmd/pprof/internal/fetch expvar net/http/cgi net/http/cookiejar net/http/httptest net/http/httputil net/http/pprof net/rpc cmd/pprof net/http/fcgi net/rpc/jsonrpc --- Installed Go for linux/amd64 in /tmp/gorebuild-2995504646/bootstrap-go1.4 Installed commands in /tmp/gorebuild-2995504646/bootstrap-go1.4/bin