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.7, linux-amd64.
Rebuild started at 2025-09-17 00:02:35 UTC.
Rebuild finished at 2025-09-17 01:18:45 UTC.
Elapsed time: 1h16m10s.
Releases
✅ go1.25.1
Log
00:06:46 downloaded https://go.googlesource.com/go/+archive/refs/tags/go1.25.1.tar.gz 01:18:45 PASS
✅ go1.25.1.aix-ppc64.tar.gz
00:06:46 start go1.25.1.aix-ppc64.tar.gz 00:06:48 running ./make.bash env=[GOOS=aix GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-aix-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:10:04 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 45ab4290adbd6ee9 go1.25.1.aix-ppc64.tar.gz distpack: 31194d828d2da5e2 v0.0.1-go1.25.1.aix-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.aix-ppc64.mod distpack: ed5776a97cf23b47 v0.0.1-go1.25.1.aix-ppc64.info --- Installed Go for aix/ppc64 in /tmp/gorebuild-2109648260/repro-go1.25.1-aix-ppc64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-aix-ppc64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-aix-ppc64/bin to your PATH. 00:10:07 downloaded https://go.dev/dl/go1.25.1.aix-ppc64.tar.gz 00:10:07 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ go1.25.1.darwin-amd64.pkg
00:10:06 downloaded https://go.dev/dl/go1.25.1.darwin-amd64.pkg 00:10:09 PASS: verified content against posted tgz
✅ go1.25.1.darwin-amd64.tar.gz
00:06:46 start go1.25.1.darwin-amd64.tar.gz 00:06:48 running ./make.bash env=[GOOS=darwin GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-darwin-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:09:58 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 08d1c5c0bff455d9 go1.25.1.darwin-amd64.tar.gz distpack: ea007a9e9150079a v0.0.1-go1.25.1.darwin-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.darwin-amd64.mod distpack: a31e3b4a89b1917e v0.0.1-go1.25.1.darwin-amd64.info --- Installed Go for darwin/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-darwin-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-darwin-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-darwin-amd64/bin to your PATH. 00:10:01 downloaded https://go.dev/dl/go1.25.1.darwin-amd64.tar.gz 00:10:03 verified match after stripping signatures from executables 00:10:03 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ go1.25.1.darwin-arm64.pkg
00:10:03 downloaded https://go.dev/dl/go1.25.1.darwin-arm64.pkg 00:10:05 PASS: verified content against posted tgz
✅ go1.25.1.darwin-arm64.tar.gz
00:06:46 start go1.25.1.darwin-arm64.tar.gz 00:06:48 running ./make.bash env=[GOOS=darwin GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-darwin-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:09:56 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: e5ea9c972d0c7d72 go1.25.1.darwin-arm64.tar.gz distpack: 8c7166f7846b5ae1 v0.0.1-go1.25.1.darwin-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.darwin-arm64.mod distpack: ae8455a790988a94 v0.0.1-go1.25.1.darwin-arm64.info --- Installed Go for darwin/arm64 in /tmp/gorebuild-2109648260/repro-go1.25.1-darwin-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-darwin-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-darwin-arm64/bin to your PATH. 00:09:58 downloaded https://go.dev/dl/go1.25.1.darwin-arm64.tar.gz 00:10:01 verified match after stripping signatures from executables 00:10:01 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ go1.25.1.dragonfly-amd64.tar.gz
00:06:46 start go1.25.1.dragonfly-amd64.tar.gz 00:06:48 running ./make.bash env=[GOOS=dragonfly GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-dragonfly-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:10:00 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 2e3c1549bed31247 go1.25.1.dragonfly-amd64.tar.gz distpack: c05c73f509a21649 v0.0.1-go1.25.1.dragonfly-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.dragonfly-amd64.mod distpack: 298771b55444f27f v0.0.1-go1.25.1.dragonfly-amd64.info --- Installed Go for dragonfly/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-dragonfly-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-dragonfly-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-dragonfly-amd64/bin to your PATH. 00:10:02 downloaded https://go.dev/dl/go1.25.1.dragonfly-amd64.tar.gz 00:10:03 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ go1.25.1.freebsd-386.tar.gz
00:10:07 start go1.25.1.freebsd-386.tar.gz 00:10:09 running ./make.bash env=[GOOS=freebsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:13:55 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: dc0198dd4ec520e1 go1.25.1.freebsd-386.tar.gz distpack: 96e584e7a778de0d v0.0.1-go1.25.1.freebsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-386.mod distpack: 9ac85542d299a5a5 v0.0.1-go1.25.1.freebsd-386.info --- Installed Go for freebsd/386 in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-386/bin to your PATH. 00:13:57 downloaded https://go.dev/dl/go1.25.1.freebsd-386.tar.gz 00:13:57 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ go1.25.1.freebsd-amd64.tar.gz
00:10:11 start go1.25.1.freebsd-amd64.tar.gz 00:10:13 running ./make.bash env=[GOOS=freebsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:14:07 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: c4f1a7e7b258406e go1.25.1.freebsd-amd64.tar.gz distpack: ff3451ce9252754e v0.0.1-go1.25.1.freebsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-amd64.mod distpack: fd3de9954611fe07 v0.0.1-go1.25.1.freebsd-amd64.info --- Installed Go for freebsd/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-amd64/bin to your PATH. 00:14:09 downloaded https://go.dev/dl/go1.25.1.freebsd-amd64.tar.gz 00:14:10 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ go1.25.1.freebsd-arm.tar.gz
00:10:12 start go1.25.1.freebsd-arm.tar.gz 00:10:14 running ./make.bash env=[GOOS=freebsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:13:59 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 7772fc5ff71ed392 go1.25.1.freebsd-arm.tar.gz distpack: 7e7564b6c64618c5 v0.0.1-go1.25.1.freebsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-arm.mod distpack: cff9cafc557f0f56 v0.0.1-go1.25.1.freebsd-arm.info --- Installed Go for freebsd/arm in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-arm/bin to your PATH. 00:14:01 downloaded https://go.dev/dl/go1.25.1.freebsd-arm.tar.gz 00:14:01 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ go1.25.1.freebsd-arm64.tar.gz
00:10:16 start go1.25.1.freebsd-arm64.tar.gz 00:10:18 running ./make.bash env=[GOOS=freebsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:14:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 5bb011d5d5b6218b go1.25.1.freebsd-arm64.tar.gz distpack: aa3d4ed76aa00a0d v0.0.1-go1.25.1.freebsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-arm64.mod distpack: cb47fc649513f4a1 v0.0.1-go1.25.1.freebsd-arm64.info --- Installed Go for freebsd/arm64 in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-arm64/bin to your PATH. 00:14:13 downloaded https://go.dev/dl/go1.25.1.freebsd-arm64.tar.gz 00:14:13 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ go1.25.1.freebsd-riscv64.tar.gz
00:14:01 start go1.25.1.freebsd-riscv64.tar.gz 00:14:03 running ./make.bash env=[GOOS=freebsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:17:06 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: ccac716240cb049b go1.25.1.freebsd-riscv64.tar.gz distpack: 6bce85feab847966 v0.0.1-go1.25.1.freebsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-riscv64.mod distpack: db31745c26845ea3 v0.0.1-go1.25.1.freebsd-riscv64.info --- Installed Go for freebsd/riscv64 in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-riscv64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-riscv64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-freebsd-riscv64/bin to your PATH. 00:17:08 downloaded https://go.dev/dl/go1.25.1.freebsd-riscv64.tar.gz 00:17:08 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ go1.25.1.illumos-amd64.tar.gz
00:14:05 start go1.25.1.illumos-amd64.tar.gz 00:14:08 running ./make.bash env=[GOOS=illumos GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-illumos-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:17:12 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: cc53910ffb9fcfdd go1.25.1.illumos-amd64.tar.gz distpack: 183bab28925b8c17 v0.0.1-go1.25.1.illumos-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.illumos-amd64.mod distpack: e088bd4ae48056b6 v0.0.1-go1.25.1.illumos-amd64.info --- Installed Go for illumos/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-illumos-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-illumos-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-illumos-amd64/bin to your PATH. 00:17:15 downloaded https://go.dev/dl/go1.25.1.illumos-amd64.tar.gz 00:17:15 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ go1.25.1.linux-386.tar.gz
00:14:14 start go1.25.1.linux-386.tar.gz 00:14:16 running ./make.bash env=[GOOS=linux GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:17:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: d03cdcbc9bd8baf5 go1.25.1.linux-386.tar.gz distpack: 882da82e2391381c v0.0.1-go1.25.1.linux-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-386.mod distpack: d9738bb66268b3ba v0.0.1-go1.25.1.linux-386.info --- Installed Go for linux/386 in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-386/bin to your PATH. 00:17:14 downloaded https://go.dev/dl/go1.25.1.linux-386.tar.gz 00:17:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ go1.25.1.linux-amd64.tar.gz
00:14:17 start go1.25.1.linux-amd64.tar.gz 00:14:19 running ./make.bash env=[GOOS=linux GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:17:03 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 7716a0d940a0f6ae go1.25.1.linux-amd64.tar.gz distpack: a0a2abaa154a0a20 v0.0.1-go1.25.1.linux-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-amd64.mod distpack: 55b3a03a1939e0f4 v0.0.1-go1.25.1.linux-amd64.info --- Installed Go for linux/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-amd64/bin to your PATH. 00:17:03 downloaded https://go.dev/dl/go1.25.1.linux-amd64.tar.gz 00:17:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ go1.25.1.linux-arm64.tar.gz
00:17:04 start go1.25.1.linux-arm64.tar.gz 00:17:06 running ./make.bash env=[GOOS=linux GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:20:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 65a3e34fb2126f55 go1.25.1.linux-arm64.tar.gz distpack: 45102815a084064f v0.0.1-go1.25.1.linux-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-arm64.mod distpack: cdef26d6cfc9c13f v0.0.1-go1.25.1.linux-arm64.info --- Installed Go for linux/arm64 in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-arm64/bin to your PATH. 00:20:12 downloaded https://go.dev/dl/go1.25.1.linux-arm64.tar.gz 00:20:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ go1.25.1.linux-armv6l.tar.gz
00:17:12 start go1.25.1.linux-armv6l.tar.gz 00:17:14 running ./make.bash env=[GOOS=linux GOARCH=arm GOARM=6] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:20:12 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: eb949be683e82a99 go1.25.1.linux-arm.tar.gz distpack: 8314130e3c6a74ac v0.0.1-go1.25.1.linux-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-arm.mod distpack: 1e3ad6cc28301d9e v0.0.1-go1.25.1.linux-arm.info --- Installed Go for linux/arm in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-arm/bin to your PATH. 00:20:14 downloaded https://go.dev/dl/go1.25.1.linux-armv6l.tar.gz 00:20:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ go1.25.1.linux-loong64.tar.gz
00:17:19 start go1.25.1.linux-loong64.tar.gz 00:17:21 running ./make.bash env=[GOOS=linux GOARCH=loong64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-loong64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:20:26 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: efe809f923bcedab go1.25.1.linux-loong64.tar.gz distpack: 5ad54cf95c3aa98d v0.0.1-go1.25.1.linux-loong64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-loong64.mod distpack: 7367edcee7ff5f2f v0.0.1-go1.25.1.linux-loong64.info --- Installed Go for linux/loong64 in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-loong64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-loong64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-loong64/bin to your PATH. 00:20:28 downloaded https://go.dev/dl/go1.25.1.linux-loong64.tar.gz 00:20:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ go1.25.1.linux-mips.tar.gz
00:17:20 start go1.25.1.linux-mips.tar.gz 00:17:22 running ./make.bash env=[GOOS=linux GOARCH=mips] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:20:30 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: c0de33679f6ed689 go1.25.1.linux-mips.tar.gz distpack: 680ff9bbe5bd34d4 v0.0.1-go1.25.1.linux-mips.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-mips.mod distpack: a3a36c0ff2365726 v0.0.1-go1.25.1.linux-mips.info --- Installed Go for linux/mips in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips/bin to your PATH. 00:20:32 downloaded https://go.dev/dl/go1.25.1.linux-mips.tar.gz 00:20:32 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ go1.25.1.linux-mips64.tar.gz
00:20:15 start go1.25.1.linux-mips64.tar.gz 00:20:17 running ./make.bash env=[GOOS=linux GOARCH=mips64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:23:44 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: c270f7b0c0bdfbcd go1.25.1.linux-mips64.tar.gz distpack: 26c7c21b5a89b99c v0.0.1-go1.25.1.linux-mips64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-mips64.mod distpack: 10743f40f9a0e55b v0.0.1-go1.25.1.linux-mips64.info --- Installed Go for linux/mips64 in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips64/bin to your PATH. 00:23:46 downloaded https://go.dev/dl/go1.25.1.linux-mips64.tar.gz 00:23:46 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ go1.25.1.linux-mips64le.tar.gz
00:20:18 start go1.25.1.linux-mips64le.tar.gz 00:20:20 running ./make.bash env=[GOOS=linux GOARCH=mips64le] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips64le GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:23:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 80be871ba9c944f3 go1.25.1.linux-mips64le.tar.gz distpack: ea918be561bf2b9c v0.0.1-go1.25.1.linux-mips64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-mips64le.mod distpack: 48f28607686396e1 v0.0.1-go1.25.1.linux-mips64le.info --- Installed Go for linux/mips64le in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips64le Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips64le/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mips64le/bin to your PATH. 00:23:40 downloaded https://go.dev/dl/go1.25.1.linux-mips64le.tar.gz 00:23:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ go1.25.1.linux-mipsle.tar.gz
00:20:32 start go1.25.1.linux-mipsle.tar.gz 00:20:34 running ./make.bash env=[GOOS=linux GOARCH=mipsle] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-mipsle GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:23:45 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 9f09defa9bb22ebf go1.25.1.linux-mipsle.tar.gz distpack: b2a1005c7e7d80ea v0.0.1-go1.25.1.linux-mipsle.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-mipsle.mod distpack: 9f1cba74ac481a39 v0.0.1-go1.25.1.linux-mipsle.info --- Installed Go for linux/mipsle in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mipsle Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mipsle/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-mipsle/bin to your PATH. 00:23:47 downloaded https://go.dev/dl/go1.25.1.linux-mipsle.tar.gz 00:23:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ go1.25.1.linux-ppc64.tar.gz
00:20:36 start go1.25.1.linux-ppc64.tar.gz 00:20:38 running ./make.bash env=[GOOS=linux GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:23:58 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 2c76b7d278c1d43a go1.25.1.linux-ppc64.tar.gz distpack: 6ee5482168e025d3 v0.0.1-go1.25.1.linux-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-ppc64.mod distpack: 82c587ae6b2179f5 v0.0.1-go1.25.1.linux-ppc64.info --- Installed Go for linux/ppc64 in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-ppc64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-ppc64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-ppc64/bin to your PATH. 00:24:00 downloaded https://go.dev/dl/go1.25.1.linux-ppc64.tar.gz 00:24:00 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ go1.25.1.linux-ppc64le.tar.gz
00:23:45 start go1.25.1.linux-ppc64le.tar.gz 00:23:47 running ./make.bash env=[GOOS=linux GOARCH=ppc64le] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-ppc64le GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:27:17 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 8b0c8d3ee5b1b5c2 go1.25.1.linux-ppc64le.tar.gz distpack: 5ae70a69863117e7 v0.0.1-go1.25.1.linux-ppc64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-ppc64le.mod distpack: 8871466441eec1c7 v0.0.1-go1.25.1.linux-ppc64le.info --- Installed Go for linux/ppc64le in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-ppc64le Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-ppc64le/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-ppc64le/bin to your PATH. 00:27:19 downloaded https://go.dev/dl/go1.25.1.linux-ppc64le.tar.gz 00:27:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ go1.25.1.linux-riscv64.tar.gz
00:23:50 start go1.25.1.linux-riscv64.tar.gz 00:23:53 running ./make.bash env=[GOOS=linux GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:27:20 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 22fe934a9d0c9c57 go1.25.1.linux-riscv64.tar.gz distpack: b4143eb7df1e5b36 v0.0.1-go1.25.1.linux-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-riscv64.mod distpack: 22c5766aa3b729a6 v0.0.1-go1.25.1.linux-riscv64.info --- Installed Go for linux/riscv64 in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-riscv64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-riscv64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-riscv64/bin to your PATH. 00:27:23 downloaded https://go.dev/dl/go1.25.1.linux-riscv64.tar.gz 00:27:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ go1.25.1.linux-s390x.tar.gz
00:23:51 start go1.25.1.linux-s390x.tar.gz 00:23:54 running ./make.bash env=[GOOS=linux GOARCH=s390x] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-linux-s390x GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:27:25 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 9cfe517ba423f59f go1.25.1.linux-s390x.tar.gz distpack: a733d87cdc746105 v0.0.1-go1.25.1.linux-s390x.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-s390x.mod distpack: 6d12ea85f9fe8818 v0.0.1-go1.25.1.linux-s390x.info --- Installed Go for linux/s390x in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-s390x Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-linux-s390x/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-linux-s390x/bin to your PATH. 00:27:27 downloaded https://go.dev/dl/go1.25.1.linux-s390x.tar.gz 00:27:27 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ go1.25.1.netbsd-386.tar.gz
00:24:04 start go1.25.1.netbsd-386.tar.gz 00:24:07 running ./make.bash env=[GOOS=netbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:27:20 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 6af8a08353e76205 go1.25.1.netbsd-386.tar.gz distpack: 8999e15ba9c622ae v0.0.1-go1.25.1.netbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.netbsd-386.mod distpack: 3faf8262faa32807 v0.0.1-go1.25.1.netbsd-386.info --- Installed Go for netbsd/386 in /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-386/bin to your PATH. 00:27:22 downloaded https://go.dev/dl/go1.25.1.netbsd-386.tar.gz 00:27:22 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ go1.25.1.netbsd-amd64.tar.gz
00:27:22 start go1.25.1.netbsd-amd64.tar.gz 00:27:24 running ./make.bash env=[GOOS=netbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:30:38 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: e5d534ff362edb1b go1.25.1.netbsd-amd64.tar.gz distpack: 4f3d901440516e4f v0.0.1-go1.25.1.netbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.netbsd-amd64.mod distpack: a738cb7b829b88e9 v0.0.1-go1.25.1.netbsd-amd64.info --- Installed Go for netbsd/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-amd64/bin to your PATH. 00:30:41 downloaded https://go.dev/dl/go1.25.1.netbsd-amd64.tar.gz 00:30:41 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ go1.25.1.netbsd-arm.tar.gz
00:27:26 start go1.25.1.netbsd-arm.tar.gz 00:27:28 running ./make.bash env=[GOOS=netbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:30:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 88bcf39254fdcea6 go1.25.1.netbsd-arm.tar.gz distpack: e855119c6a63e8f5 v0.0.1-go1.25.1.netbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.netbsd-arm.mod distpack: 2a6540151af74eaa v0.0.1-go1.25.1.netbsd-arm.info --- Installed Go for netbsd/arm in /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-arm/bin to your PATH. 00:30:39 downloaded https://go.dev/dl/go1.25.1.netbsd-arm.tar.gz 00:30:39 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ go1.25.1.netbsd-arm64.tar.gz
00:27:26 start go1.25.1.netbsd-arm64.tar.gz 00:27:28 running ./make.bash env=[GOOS=netbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:30:41 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: d7c2eabe1d04ee47 go1.25.1.netbsd-arm64.tar.gz distpack: 94299907101dc838 v0.0.1-go1.25.1.netbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.netbsd-arm64.mod distpack: e7c8435251ce7c51 v0.0.1-go1.25.1.netbsd-arm64.info --- Installed Go for netbsd/arm64 in /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-netbsd-arm64/bin to your PATH. 00:30:45 downloaded https://go.dev/dl/go1.25.1.netbsd-arm64.tar.gz 00:30:45 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ go1.25.1.openbsd-386.tar.gz
00:27:31 start go1.25.1.openbsd-386.tar.gz 00:27:33 running ./make.bash env=[GOOS=openbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:30:39 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 14a2845977eb4dde go1.25.1.openbsd-386.tar.gz distpack: acf3e48109b3d151 v0.0.1-go1.25.1.openbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-386.mod distpack: 362d7302375be31e v0.0.1-go1.25.1.openbsd-386.info --- Installed Go for openbsd/386 in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-386/bin to your PATH. 00:30:42 downloaded https://go.dev/dl/go1.25.1.openbsd-386.tar.gz 00:30:42 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ go1.25.1.openbsd-amd64.tar.gz
00:30:42 start go1.25.1.openbsd-amd64.tar.gz 00:30:44 running ./make.bash env=[GOOS=openbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:33:51 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: d27ac54b38a13a09 go1.25.1.openbsd-amd64.tar.gz distpack: bf7707ccdb0a2c34 v0.0.1-go1.25.1.openbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-amd64.mod distpack: 2377c4aef0617d11 v0.0.1-go1.25.1.openbsd-amd64.info --- Installed Go for openbsd/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-amd64/bin to your PATH. 00:33:53 downloaded https://go.dev/dl/go1.25.1.openbsd-amd64.tar.gz 00:33:53 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ go1.25.1.openbsd-arm.tar.gz
00:30:45 start go1.25.1.openbsd-arm.tar.gz 00:30:47 running ./make.bash env=[GOOS=openbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:33:46 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 0f4ab5f02500afa4 go1.25.1.openbsd-arm.tar.gz distpack: 401f5b92bcc8dc0e v0.0.1-go1.25.1.openbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-arm.mod distpack: ba0ccc792122dfc7 v0.0.1-go1.25.1.openbsd-arm.info --- Installed Go for openbsd/arm in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-arm/bin to your PATH. 00:33:49 downloaded https://go.dev/dl/go1.25.1.openbsd-arm.tar.gz 00:33:49 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ go1.25.1.openbsd-arm64.tar.gz
00:30:45 start go1.25.1.openbsd-arm64.tar.gz 00:30:47 running ./make.bash env=[GOOS=openbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:33:53 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: d46c3bd156843656 go1.25.1.openbsd-arm64.tar.gz distpack: 5fa0dcb1ba08cddd v0.0.1-go1.25.1.openbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-arm64.mod distpack: 9ccc0673cd911c64 v0.0.1-go1.25.1.openbsd-arm64.info --- Installed Go for openbsd/arm64 in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-arm64/bin to your PATH. 00:33:55 downloaded https://go.dev/dl/go1.25.1.openbsd-arm64.tar.gz 00:33:55 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ go1.25.1.openbsd-ppc64.tar.gz
00:30:49 start go1.25.1.openbsd-ppc64.tar.gz 00:30:51 running ./make.bash env=[GOOS=openbsd GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:34:00 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: c550514c67f22e40 go1.25.1.openbsd-ppc64.tar.gz distpack: a60c80275c78e79c v0.0.1-go1.25.1.openbsd-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-ppc64.mod distpack: db0925bbfe590809 v0.0.1-go1.25.1.openbsd-ppc64.info --- Installed Go for openbsd/ppc64 in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-ppc64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-ppc64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-ppc64/bin to your PATH. 00:34:03 downloaded https://go.dev/dl/go1.25.1.openbsd-ppc64.tar.gz 00:34:03 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ go1.25.1.openbsd-riscv64.tar.gz
00:33:52 start go1.25.1.openbsd-riscv64.tar.gz 00:33:54 running ./make.bash env=[GOOS=openbsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:37:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 8a09a8714a2556eb go1.25.1.openbsd-riscv64.tar.gz distpack: 9867feaabff1cf56 v0.0.1-go1.25.1.openbsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-riscv64.mod distpack: 2eaf6dcd8a102f9a v0.0.1-go1.25.1.openbsd-riscv64.info --- Installed Go for openbsd/riscv64 in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-riscv64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-riscv64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-openbsd-riscv64/bin to your PATH. 00:37:38 downloaded https://go.dev/dl/go1.25.1.openbsd-riscv64.tar.gz 00:37:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ go1.25.1.plan9-386.tar.gz
00:33:57 start go1.25.1.plan9-386.tar.gz 00:33:59 running ./make.bash env=[GOOS=plan9 GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-plan9-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:37:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: b0e1fefaf0c7abd7 go1.25.1.plan9-386.tar.gz distpack: f1de14bbbcab5265 v0.0.1-go1.25.1.plan9-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.plan9-386.mod distpack: 820dbe5e914084ea v0.0.1-go1.25.1.plan9-386.info --- Installed Go for plan9/386 in /tmp/gorebuild-2109648260/repro-go1.25.1-plan9-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-plan9-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-plan9-386/bin to your PATH. 00:37:36 downloaded https://go.dev/dl/go1.25.1.plan9-386.tar.gz 00:37:36 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ go1.25.1.plan9-amd64.tar.gz
00:33:59 start go1.25.1.plan9-amd64.tar.gz 00:34:02 running ./make.bash env=[GOOS=plan9 GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-plan9-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:37:41 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: e94732c94f149690 go1.25.1.plan9-amd64.tar.gz distpack: 021cda0a36fa9f4f v0.0.1-go1.25.1.plan9-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.plan9-amd64.mod distpack: e04ad3e2052122d6 v0.0.1-go1.25.1.plan9-amd64.info --- Installed Go for plan9/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-plan9-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-plan9-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-plan9-amd64/bin to your PATH. 00:37:44 downloaded https://go.dev/dl/go1.25.1.plan9-amd64.tar.gz 00:37:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ go1.25.1.plan9-arm.tar.gz
00:34:06 start go1.25.1.plan9-arm.tar.gz 00:34:09 running ./make.bash env=[GOOS=plan9 GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-plan9-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:37:45 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 7eb80e9de1e817d9 go1.25.1.plan9-arm.tar.gz distpack: 29f2ca4973ce563a v0.0.1-go1.25.1.plan9-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.plan9-arm.mod distpack: 1db1bdfdae2d490a v0.0.1-go1.25.1.plan9-arm.info --- Installed Go for plan9/arm in /tmp/gorebuild-2109648260/repro-go1.25.1-plan9-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-plan9-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-plan9-arm/bin to your PATH. 00:37:47 downloaded https://go.dev/dl/go1.25.1.plan9-arm.tar.gz 00:37:47 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ go1.25.1.solaris-amd64.tar.gz
00:37:39 start go1.25.1.solaris-amd64.tar.gz 00:37:41 running ./make.bash env=[GOOS=solaris GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-solaris-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:40:51 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 1261dfad7c4953c0 go1.25.1.solaris-amd64.tar.gz distpack: 8f4f4c9294201eb2 v0.0.1-go1.25.1.solaris-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.solaris-amd64.mod distpack: d263acff53274cd7 v0.0.1-go1.25.1.solaris-amd64.info --- Installed Go for solaris/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-solaris-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-solaris-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-solaris-amd64/bin to your PATH. 00:40:54 downloaded https://go.dev/dl/go1.25.1.solaris-amd64.tar.gz 00:40:54 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ go1.25.1.src.tar.gz
00:10:03 downloaded https://go.dev/dl/go1.25.1.src.tar.gz 00:10:03 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"] 00:10:05 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"] 00:10:07 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"] 00:10:09 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"] 00:13:57 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"] 00:14:01 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"] 00:14:10 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"] 00:14:14 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"] 00:17:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"] 00:17:08 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"] 00:17:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"] 00:17:15 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"] 00:20:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"] 00:20:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"] 00:20:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"] 00:20:32 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"] 00:23:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"] 00:23:46 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"] 00:23:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"] 00:24:00 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"] 00:27:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"] 00:27:22 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"] 00:27:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"] 00:27:27 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"] 00:30:39 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"] 00:30:41 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"] 00:30:42 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"] 00:30:45 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"] 00:33:49 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"] 00:33:53 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"] 00:33:55 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"] 00:34:03 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"] 00:37:36 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"] 00:37:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"] 00:37:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"] 00:37:47 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"] 00:40:50 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"] 00:40:54 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"] 00:40:59 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"] 00:40:59 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ go1.25.1.windows-386.msi
00:40:55 downloaded https://go.dev/dl/go1.25.1.windows-386.msi 00:41:00 PASS: verified content against posted zip
✅ go1.25.1.windows-386.zip
00:37:42 start go1.25.1.windows-386.zip 00:37:43 running ./make.bash env=[GOOS=windows GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-windows-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:40:50 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: be13d5479b8c7543 go1.25.1.windows-386.zip distpack: 25f119201173b1dd v0.0.1-go1.25.1.windows-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.windows-386.mod distpack: e6894c91f2240178 v0.0.1-go1.25.1.windows-386.info --- Installed Go for windows/386 in /tmp/gorebuild-2109648260/repro-go1.25.1-windows-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-windows-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-windows-386/bin to your PATH. 00:40:53 downloaded https://go.dev/dl/go1.25.1.windows-386.zip 00:40:53 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ go1.25.1.windows-amd64.msi
00:41:03 downloaded https://go.dev/dl/go1.25.1.windows-amd64.msi 00:41:08 PASS: verified content against posted zip
✅ go1.25.1.windows-amd64.zip
00:37:48 start go1.25.1.windows-amd64.zip 00:37:51 running ./make.bash env=[GOOS=windows GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-windows-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:40:59 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 4a974de310e7ee1d go1.25.1.windows-amd64.zip distpack: 43be7859ea353a7e v0.0.1-go1.25.1.windows-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.windows-amd64.mod distpack: 985a054ff0af9887 v0.0.1-go1.25.1.windows-amd64.info --- Installed Go for windows/amd64 in /tmp/gorebuild-2109648260/repro-go1.25.1-windows-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-windows-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-windows-amd64/bin to your PATH. 00:41:01 downloaded https://go.dev/dl/go1.25.1.windows-amd64.zip 00:41:01 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.25.1.windows-arm64.msi
00:41:05 downloaded https://go.dev/dl/go1.25.1.windows-arm64.msi 00:41:09 PASS: verified content against posted zip
✅ go1.25.1.windows-arm64.zip
00:37:51 start go1.25.1.windows-arm64.zip 00:37:53 running ./make.bash env=[GOOS=windows GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.25.1-windows-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:40:59 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 04bc3c078e9e904c go1.25.1.windows-arm64.zip distpack: e72eea3abf340572 v0.0.1-go1.25.1.windows-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.windows-arm64.mod distpack: 24398168f19ed559 v0.0.1-go1.25.1.windows-arm64.info --- Installed Go for windows/arm64 in /tmp/gorebuild-2109648260/repro-go1.25.1-windows-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.25.1-windows-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.25.1-windows-arm64/bin to your PATH. 00:41:02 downloaded https://go.dev/dl/go1.25.1.windows-arm64.zip 00:41:02 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.aix-ppc64.info
00:10:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.aix-ppc64.info 00:10:07 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.aix-ppc64.mod
00:10:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.aix-ppc64.mod 00:10:07 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.aix-ppc64.zip
00:10:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.aix-ppc64.zip 00:10:10 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.darwin-amd64.info
00:10:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-amd64.info 00:10:09 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.darwin-amd64.mod
00:10:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-amd64.mod 00:10:09 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.darwin-amd64.zip
00:10:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-amd64.zip 00:10:15 verified match after stripping signatures from executables 00:10:15 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.darwin-arm64.info
00:10:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-arm64.info 00:10:05 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.darwin-arm64.mod
00:10:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-arm64.mod 00:10:05 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.darwin-arm64.zip
00:10:08 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-arm64.zip 00:10:11 verified match after stripping signatures from executables 00:10:11 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.dragonfly-amd64.info
00:10:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.dragonfly-amd64.info 00:10:03 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.dragonfly-amd64.mod
00:10:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.dragonfly-amd64.mod 00:10:03 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.dragonfly-amd64.zip
00:10:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.dragonfly-amd64.zip 00:10:07 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-386.info
00:13:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-386.info 00:13:58 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.freebsd-386.mod
00:13:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-386.mod 00:13:58 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.freebsd-386.zip
00:14:00 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-386.zip 00:14:00 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.freebsd-amd64.info
00:14:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-amd64.info 00:14:10 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-amd64.mod
00:14:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-amd64.mod 00:14:10 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-amd64.zip
00:14:13 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-amd64.zip 00:14:13 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-arm.info
00:14:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm.info 00:14:02 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.freebsd-arm.mod
00:14:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm.mod 00:14:02 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.freebsd-arm.zip
00:14:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm.zip 00:14:05 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.freebsd-arm64.info
00:14:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm64.info 00:14:14 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.freebsd-arm64.mod
00:14:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm64.mod 00:14:14 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.freebsd-arm64.zip
00:14:16 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm64.zip 00:14:16 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.freebsd-riscv64.info
00:17:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-riscv64.info 00:17:09 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.freebsd-riscv64.mod
00:17:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-riscv64.mod 00:17:09 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.freebsd-riscv64.zip
00:17:11 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-riscv64.zip 00:17:11 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.illumos-amd64.info
00:17:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.illumos-amd64.info 00:17:15 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.illumos-amd64.mod
00:17:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.illumos-amd64.mod 00:17:15 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.illumos-amd64.zip
00:17:18 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.illumos-amd64.zip 00:17:18 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-386.info
00:17:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-386.info 00:17:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.1.linux-386.mod
00:17:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-386.mod 00:17:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.1.linux-386.zip
00:17:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-386.zip 00:17:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.1.linux-amd64.info
00:17:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-amd64.info 00:17:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-amd64.mod
00:17:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-amd64.mod 00:17:04 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-amd64.zip
00:17:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-amd64.zip 00:17:04 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-arm.info
00:20:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm.info 00:20:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.1.linux-arm.mod
00:20:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm.mod 00:20:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.1.linux-arm.zip
00:20:17 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm.zip 00:20:17 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.1.linux-arm64.info
00:20:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm64.info 00:20:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.linux-arm64.mod
00:20:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm64.mod 00:20:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.linux-arm64.zip
00:20:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm64.zip 00:20:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.linux-loong64.info
00:20:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-loong64.info 00:20:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.1.linux-loong64.mod
00:20:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-loong64.mod 00:20:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.1.linux-loong64.zip
00:20:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-loong64.zip 00:20:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.1.linux-mips.info
00:20:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips.info 00:20:32 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.1.linux-mips.mod
00:20:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips.mod 00:20:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.1.linux-mips.zip
00:20:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips.zip 00:20:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.1.linux-mips64.info
00:23:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64.info 00:23:46 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.1.linux-mips64.mod
00:23:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64.mod 00:23:46 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.1.linux-mips64.zip
00:23:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64.zip 00:23:49 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.1.linux-mips64le.info
00:23:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64le.info 00:23:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.1.linux-mips64le.mod
00:23:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64le.mod 00:23:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.1.linux-mips64le.zip
00:23:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64le.zip 00:23:44 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.1.linux-mipsle.info
00:23:47 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mipsle.info 00:23:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.1.linux-mipsle.mod
00:23:48 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mipsle.mod 00:23:48 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.1.linux-mipsle.zip
00:23:50 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mipsle.zip 00:23:50 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.1.linux-ppc64.info
00:24:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64.info 00:24:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.linux-ppc64.mod
00:24:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64.mod 00:24:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.linux-ppc64.zip
00:24:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64.zip 00:24:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.linux-ppc64le.info
00:27:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64le.info 00:27:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.1.linux-ppc64le.mod
00:27:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64le.mod 00:27:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.1.linux-ppc64le.zip
00:27:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64le.zip 00:27:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.1.linux-riscv64.info
00:27:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-riscv64.info 00:27:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.linux-riscv64.mod
00:27:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-riscv64.mod 00:27:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.linux-riscv64.zip
00:27:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-riscv64.zip 00:27:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.linux-s390x.info
00:27:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-s390x.info 00:27:27 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.1.linux-s390x.mod
00:27:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-s390x.mod 00:27:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.1.linux-s390x.zip
00:27:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-s390x.zip 00:27:30 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.1.netbsd-386.info
00:27:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-386.info 00:27:22 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.netbsd-386.mod
00:27:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-386.mod 00:27:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.netbsd-386.zip
00:27:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-386.zip 00:27:25 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.netbsd-amd64.info
00:30:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-amd64.info 00:30:41 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.netbsd-amd64.mod
00:30:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-amd64.mod 00:30:41 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.netbsd-amd64.zip
00:30:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-amd64.zip 00:30:44 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.netbsd-arm.info
00:30:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm.info 00:30:39 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.netbsd-arm.mod
00:30:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm.mod 00:30:39 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.netbsd-arm.zip
00:30:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm.zip 00:30:42 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.netbsd-arm64.info
00:30:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm64.info 00:30:46 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.netbsd-arm64.mod
00:30:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm64.mod 00:30:46 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.netbsd-arm64.zip
00:30:48 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm64.zip 00:30:48 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-386.info
00:30:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-386.info 00:30:42 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.openbsd-386.mod
00:30:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-386.mod 00:30:42 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.openbsd-386.zip
00:30:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-386.zip 00:30:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.openbsd-amd64.info
00:33:53 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-amd64.info 00:33:53 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.openbsd-amd64.mod
00:33:53 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-amd64.mod 00:33:53 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.openbsd-amd64.zip
00:33:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-amd64.zip 00:33:56 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.openbsd-arm.info
00:33:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm.info 00:33:49 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.openbsd-arm.mod
00:33:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm.mod 00:33:49 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.openbsd-arm.zip
00:33:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm.zip 00:33:52 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.openbsd-arm64.info
00:33:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm64.info 00:33:56 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-arm64.mod
00:33:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm64.mod 00:33:56 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-arm64.zip
00:33:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm64.zip 00:33:58 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-ppc64.info
00:34:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-ppc64.info 00:34:03 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.openbsd-ppc64.mod
00:34:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-ppc64.mod 00:34:03 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.openbsd-ppc64.zip
00:34:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-ppc64.zip 00:34:06 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.openbsd-riscv64.info
00:37:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-riscv64.info 00:37:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.openbsd-riscv64.mod
00:37:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-riscv64.mod 00:37:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.openbsd-riscv64.zip
00:37:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-riscv64.zip 00:37:41 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.plan9-386.info
00:37:36 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-386.info 00:37:36 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.1.plan9-386.mod
00:37:36 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-386.mod 00:37:36 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.1.plan9-386.zip
00:37:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-386.zip 00:37:39 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.1.plan9-amd64.info
00:37:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-amd64.info 00:37:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.plan9-amd64.mod
00:37:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-amd64.mod 00:37:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.plan9-amd64.zip
00:37:47 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-amd64.zip 00:37:47 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.plan9-arm.info
00:37:47 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-arm.info 00:37:47 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.plan9-arm.mod
00:37:47 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-arm.mod 00:37:47 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.plan9-arm.zip
00:37:50 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-arm.zip 00:37:50 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.solaris-amd64.info
00:40:54 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.solaris-amd64.info 00:40:54 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.solaris-amd64.mod
00:40:54 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.solaris-amd64.mod 00:40:54 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.solaris-amd64.zip
00:40:57 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.solaris-amd64.zip 00:40:57 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-386.info
00:41:00 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-386.info 00:41:00 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.1.windows-386.mod
00:41:00 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-386.mod 00:41:00 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.1.windows-386.zip
00:41:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-386.zip 00:41:03 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.1.windows-amd64.info
00:41:08 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-amd64.info 00:41:08 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-amd64.mod
00:41:08 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-amd64.mod 00:41:08 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-amd64.zip
00:41:11 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-amd64.zip 00:41:11 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-arm64.info
00:41:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-arm64.info 00:41:09 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.windows-arm64.mod
00:41:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-arm64.mod 00:41:10 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.windows-arm64.zip
00:41:13 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-arm64.zip 00:41:13 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ go1.24.7
Log
00:41:06 downloaded https://go.googlesource.com/go/+archive/refs/tags/go1.24.7.tar.gz 01:18:45 PASS
✅ go1.24.7.aix-ppc64.tar.gz
00:41:06 start go1.24.7.aix-ppc64.tar.gz 00:41:08 running ./make.bash env=[GOOS=aix GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-aix-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:44:43 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 6fa3c4bd59d43bb5 go1.24.7.aix-ppc64.tar.gz distpack: 4de28d58f39ee465 v0.0.1-go1.24.7.aix-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.aix-ppc64.mod distpack: 6f8b22e6f0d0731a v0.0.1-go1.24.7.aix-ppc64.info --- Installed Go for aix/ppc64 in /tmp/gorebuild-2109648260/repro-go1.24.7-aix-ppc64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-aix-ppc64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-aix-ppc64/bin to your PATH. 00:44:47 downloaded https://go.dev/dl/go1.24.7.aix-ppc64.tar.gz 00:44:47 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ go1.24.7.darwin-amd64.pkg
00:44:45 downloaded https://go.dev/dl/go1.24.7.darwin-amd64.pkg 00:44:48 PASS: verified content against posted tgz
✅ go1.24.7.darwin-amd64.tar.gz
00:41:06 start go1.24.7.darwin-amd64.tar.gz 00:41:08 running ./make.bash env=[GOOS=darwin GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-darwin-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:44:34 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 60e0e230003223ec go1.24.7.darwin-amd64.tar.gz distpack: 21b87e219ab03e58 v0.0.1-go1.24.7.darwin-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.darwin-amd64.mod distpack: fad85af22f2c0cbf v0.0.1-go1.24.7.darwin-amd64.info --- Installed Go for darwin/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-darwin-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-darwin-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-darwin-amd64/bin to your PATH. 00:44:38 downloaded https://go.dev/dl/go1.24.7.darwin-amd64.tar.gz 00:44:41 verified match after stripping signatures from executables 00:44:41 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ go1.24.7.darwin-arm64.pkg
00:44:46 downloaded https://go.dev/dl/go1.24.7.darwin-arm64.pkg 00:44:50 PASS: verified content against posted tgz
✅ go1.24.7.darwin-arm64.tar.gz
00:41:12 start go1.24.7.darwin-arm64.tar.gz 00:41:15 running ./make.bash env=[GOOS=darwin GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-darwin-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:44:37 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 3e802aff16c6e47a go1.24.7.darwin-arm64.tar.gz distpack: 319521c4f24f898b v0.0.1-go1.24.7.darwin-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.darwin-arm64.mod distpack: d974dac0d6a6de4e v0.0.1-go1.24.7.darwin-arm64.info --- Installed Go for darwin/arm64 in /tmp/gorebuild-2109648260/repro-go1.24.7-darwin-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-darwin-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-darwin-arm64/bin to your PATH. 00:44:40 downloaded https://go.dev/dl/go1.24.7.darwin-arm64.tar.gz 00:44:43 verified match after stripping signatures from executables 00:44:43 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ go1.24.7.dragonfly-amd64.tar.gz
00:41:14 start go1.24.7.dragonfly-amd64.tar.gz 00:41:16 running ./make.bash env=[GOOS=dragonfly GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-dragonfly-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:44:45 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 0d3963a4e6234b22 go1.24.7.dragonfly-amd64.tar.gz distpack: 3d108e87542710a6 v0.0.1-go1.24.7.dragonfly-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.dragonfly-amd64.mod distpack: ebbc4324be6446c4 v0.0.1-go1.24.7.dragonfly-amd64.info --- Installed Go for dragonfly/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-dragonfly-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-dragonfly-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-dragonfly-amd64/bin to your PATH. 00:44:49 downloaded https://go.dev/dl/go1.24.7.dragonfly-amd64.tar.gz 00:44:49 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ go1.24.7.freebsd-386.tar.gz
00:44:53 start go1.24.7.freebsd-386.tar.gz 00:44:54 running ./make.bash env=[GOOS=freebsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:48:27 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 46e3202334630b2a go1.24.7.freebsd-386.tar.gz distpack: eac7c265947e8b7d v0.0.1-go1.24.7.freebsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-386.mod distpack: 35047eeffb10c919 v0.0.1-go1.24.7.freebsd-386.info --- Installed Go for freebsd/386 in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-386/bin to your PATH. 00:48:30 downloaded https://go.dev/dl/go1.24.7.freebsd-386.tar.gz 00:48:30 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ go1.24.7.freebsd-amd64.tar.gz
00:44:53 start go1.24.7.freebsd-amd64.tar.gz 00:44:55 running ./make.bash env=[GOOS=freebsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:48:47 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: c12d93ec106560df go1.24.7.freebsd-amd64.tar.gz distpack: 01444ac6e3cff1cd v0.0.1-go1.24.7.freebsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-amd64.mod distpack: 08b5d835b66e325b v0.0.1-go1.24.7.freebsd-amd64.info --- Installed Go for freebsd/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-amd64/bin to your PATH. 00:48:50 downloaded https://go.dev/dl/go1.24.7.freebsd-amd64.tar.gz 00:48:50 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ go1.24.7.freebsd-arm.tar.gz
00:44:56 start go1.24.7.freebsd-arm.tar.gz 00:44:59 running ./make.bash env=[GOOS=freebsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:48:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 9d33d95dbe17b6e9 go1.24.7.freebsd-arm.tar.gz distpack: 4102d01841394d9f v0.0.1-go1.24.7.freebsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-arm.mod distpack: 2e044293f98e4d26 v0.0.1-go1.24.7.freebsd-arm.info --- Installed Go for freebsd/arm in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-arm/bin to your PATH. 00:48:39 downloaded https://go.dev/dl/go1.24.7.freebsd-arm.tar.gz 00:48:39 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ go1.24.7.freebsd-arm64.tar.gz
00:44:58 start go1.24.7.freebsd-arm64.tar.gz 00:45:01 running ./make.bash env=[GOOS=freebsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:48:50 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 2f07f6c3c4cc6df1 go1.24.7.freebsd-arm64.tar.gz distpack: 46dc39c941949f31 v0.0.1-go1.24.7.freebsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-arm64.mod distpack: a0d8ec979542848f v0.0.1-go1.24.7.freebsd-arm64.info --- Installed Go for freebsd/arm64 in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-arm64/bin to your PATH. 00:48:53 downloaded https://go.dev/dl/go1.24.7.freebsd-arm64.tar.gz 00:48:53 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ go1.24.7.freebsd-riscv64.tar.gz
00:48:35 start go1.24.7.freebsd-riscv64.tar.gz 00:48:37 running ./make.bash env=[GOOS=freebsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:52:03 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: d93b875d06126196 go1.24.7.freebsd-riscv64.tar.gz distpack: d231e8c5146c7ff6 v0.0.1-go1.24.7.freebsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-riscv64.mod distpack: f8f91e7fb6032f4f v0.0.1-go1.24.7.freebsd-riscv64.info --- Installed Go for freebsd/riscv64 in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-riscv64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-riscv64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-freebsd-riscv64/bin to your PATH. 00:52:06 downloaded https://go.dev/dl/go1.24.7.freebsd-riscv64.tar.gz 00:52:06 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ go1.24.7.illumos-amd64.tar.gz
00:48:44 start go1.24.7.illumos-amd64.tar.gz 00:48:47 running ./make.bash env=[GOOS=illumos GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-illumos-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:52:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e284d44b44c085d2 go1.24.7.illumos-amd64.tar.gz distpack: 15b962cd29d55959 v0.0.1-go1.24.7.illumos-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.illumos-amd64.mod distpack: 0dad574591b2a37c v0.0.1-go1.24.7.illumos-amd64.info --- Installed Go for illumos/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-illumos-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-illumos-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-illumos-amd64/bin to your PATH. 00:52:15 downloaded https://go.dev/dl/go1.24.7.illumos-amd64.tar.gz 00:52:15 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ go1.24.7.linux-386.tar.gz
00:48:55 start go1.24.7.linux-386.tar.gz 00:48:58 running ./make.bash env=[GOOS=linux GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:52:07 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 1bdf0441ff9c50cc go1.24.7.linux-386.tar.gz distpack: 616a5160c2f0d73e v0.0.1-go1.24.7.linux-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-386.mod distpack: 12ad4fafb519abba v0.0.1-go1.24.7.linux-386.info --- Installed Go for linux/386 in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-386/bin to your PATH. 00:52:10 downloaded https://go.dev/dl/go1.24.7.linux-386.tar.gz 00:52:10 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ go1.24.7.linux-amd64.tar.gz
00:48:57 start go1.24.7.linux-amd64.tar.gz 00:49:00 running ./make.bash env=[GOOS=linux GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:52:06 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: da18191ddb7db8a9 go1.24.7.linux-amd64.tar.gz distpack: 4c2a63c008dbb901 v0.0.1-go1.24.7.linux-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-amd64.mod distpack: 12947469e01d9b5f v0.0.1-go1.24.7.linux-amd64.info --- Installed Go for linux/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-amd64/bin to your PATH. 00:52:06 downloaded https://go.dev/dl/go1.24.7.linux-amd64.tar.gz 00:52:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ go1.24.7.linux-arm64.tar.gz
00:52:10 start go1.24.7.linux-arm64.tar.gz 00:52:12 running ./make.bash env=[GOOS=linux GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:55:37 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: fd2bccce882e2936 go1.24.7.linux-arm64.tar.gz distpack: 67d836d2f0e17ce5 v0.0.1-go1.24.7.linux-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-arm64.mod distpack: cb314e5daceb961f v0.0.1-go1.24.7.linux-arm64.info --- Installed Go for linux/arm64 in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-arm64/bin to your PATH. 00:55:39 downloaded https://go.dev/dl/go1.24.7.linux-arm64.tar.gz 00:55:39 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ go1.24.7.linux-armv6l.tar.gz
00:52:11 start go1.24.7.linux-armv6l.tar.gz 00:52:12 running ./make.bash env=[GOOS=linux GOARCH=arm GOARM=6] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:55:27 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: eaff4aace921075d go1.24.7.linux-arm.tar.gz distpack: 83c7e92aabc2aecb v0.0.1-go1.24.7.linux-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-arm.mod distpack: e35d64740d7846a0 v0.0.1-go1.24.7.linux-arm.info --- Installed Go for linux/arm in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-arm/bin to your PATH. 00:55:31 downloaded https://go.dev/dl/go1.24.7.linux-armv6l.tar.gz 00:55:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ go1.24.7.linux-loong64.tar.gz
00:52:14 start go1.24.7.linux-loong64.tar.gz 00:52:16 running ./make.bash env=[GOOS=linux GOARCH=loong64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-loong64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:55:41 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: a0a9c51e81667c5a go1.24.7.linux-loong64.tar.gz distpack: 31d045885b3b0a84 v0.0.1-go1.24.7.linux-loong64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-loong64.mod distpack: 50a6aed7e2aca7d0 v0.0.1-go1.24.7.linux-loong64.info --- Installed Go for linux/loong64 in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-loong64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-loong64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-loong64/bin to your PATH. 00:55:44 downloaded https://go.dev/dl/go1.24.7.linux-loong64.tar.gz 00:55:45 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ go1.24.7.linux-mips.tar.gz
00:52:20 start go1.24.7.linux-mips.tar.gz 00:52:21 running ./make.bash env=[GOOS=linux GOARCH=mips] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:55:48 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 7500c9ef7e94596a go1.24.7.linux-mips.tar.gz distpack: 9ab4cd51b427fab2 v0.0.1-go1.24.7.linux-mips.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-mips.mod distpack: e146dca5c0db83bf v0.0.1-go1.24.7.linux-mips.info --- Installed Go for linux/mips in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips/bin to your PATH. 00:55:51 downloaded https://go.dev/dl/go1.24.7.linux-mips.tar.gz 00:55:51 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ go1.24.7.linux-mips64.tar.gz
00:55:35 start go1.24.7.linux-mips64.tar.gz 00:55:36 running ./make.bash env=[GOOS=linux GOARCH=mips64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:59:23 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 679b9c0b7f5e4c0e go1.24.7.linux-mips64.tar.gz distpack: ec9eb5a9460eb8c7 v0.0.1-go1.24.7.linux-mips64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-mips64.mod distpack: 74f8ef08372d1aab v0.0.1-go1.24.7.linux-mips64.info --- Installed Go for linux/mips64 in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips64/bin to your PATH. 00:59:26 downloaded https://go.dev/dl/go1.24.7.linux-mips64.tar.gz 00:59:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ go1.24.7.linux-mips64le.tar.gz
00:55:44 start go1.24.7.linux-mips64le.tar.gz 00:55:46 running ./make.bash env=[GOOS=linux GOARCH=mips64le] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips64le GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:59:17 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 9adeb547af536796 go1.24.7.linux-mips64le.tar.gz distpack: 56f01ca684acbe88 v0.0.1-go1.24.7.linux-mips64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-mips64le.mod distpack: e7e7228310b3793e v0.0.1-go1.24.7.linux-mips64le.info --- Installed Go for linux/mips64le in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips64le Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips64le/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mips64le/bin to your PATH. 00:59:20 downloaded https://go.dev/dl/go1.24.7.linux-mips64le.tar.gz 00:59:20 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ go1.24.7.linux-mipsle.tar.gz
00:55:49 start go1.24.7.linux-mipsle.tar.gz 00:55:51 running ./make.bash env=[GOOS=linux GOARCH=mipsle] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-mipsle GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:59:10 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: f2af25297499728f go1.24.7.linux-mipsle.tar.gz distpack: 5f019095e9d5f567 v0.0.1-go1.24.7.linux-mipsle.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-mipsle.mod distpack: 5c00983bfa051086 v0.0.1-go1.24.7.linux-mipsle.info --- Installed Go for linux/mipsle in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mipsle Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mipsle/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-mipsle/bin to your PATH. 00:59:14 downloaded https://go.dev/dl/go1.24.7.linux-mipsle.tar.gz 00:59:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ go1.24.7.linux-ppc64.tar.gz
00:55:55 start go1.24.7.linux-ppc64.tar.gz 00:55:57 running ./make.bash env=[GOOS=linux GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 00:59:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: f98091791539e2f5 go1.24.7.linux-ppc64.tar.gz distpack: 9eb9f81151ba4a0a v0.0.1-go1.24.7.linux-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-ppc64.mod distpack: 00d19b50882e2084 v0.0.1-go1.24.7.linux-ppc64.info --- Installed Go for linux/ppc64 in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-ppc64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-ppc64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-ppc64/bin to your PATH. 00:59:37 downloaded https://go.dev/dl/go1.24.7.linux-ppc64.tar.gz 00:59:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ go1.24.7.linux-ppc64le.tar.gz
00:59:18 start go1.24.7.linux-ppc64le.tar.gz 00:59:21 running ./make.bash env=[GOOS=linux GOARCH=ppc64le] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-ppc64le GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:03:15 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e50462c5ad6ae760 go1.24.7.linux-ppc64le.tar.gz distpack: 36b93c90a774550d v0.0.1-go1.24.7.linux-ppc64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-ppc64le.mod distpack: be3aeac9281c91aa v0.0.1-go1.24.7.linux-ppc64le.info --- Installed Go for linux/ppc64le in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-ppc64le Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-ppc64le/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-ppc64le/bin to your PATH. 01:03:19 downloaded https://go.dev/dl/go1.24.7.linux-ppc64le.tar.gz 01:03:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ go1.24.7.linux-riscv64.tar.gz
00:59:24 start go1.24.7.linux-riscv64.tar.gz 00:59:27 running ./make.bash env=[GOOS=linux GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:03:20 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 520dfb39e01d32d3 go1.24.7.linux-riscv64.tar.gz distpack: 5098dae979372fb5 v0.0.1-go1.24.7.linux-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-riscv64.mod distpack: 173e950137e79560 v0.0.1-go1.24.7.linux-riscv64.info --- Installed Go for linux/riscv64 in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-riscv64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-riscv64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-riscv64/bin to your PATH. 01:03:24 downloaded https://go.dev/dl/go1.24.7.linux-riscv64.tar.gz 01:03:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ go1.24.7.linux-s390x.tar.gz
00:59:31 start go1.24.7.linux-s390x.tar.gz 00:59:33 running ./make.bash env=[GOOS=linux GOARCH=s390x] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-linux-s390x GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:03:29 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 48caa1c5011f625b go1.24.7.linux-s390x.tar.gz distpack: 73c8280893e33a97 v0.0.1-go1.24.7.linux-s390x.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-s390x.mod distpack: 8b736119ec1bcfe7 v0.0.1-go1.24.7.linux-s390x.info --- Installed Go for linux/s390x in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-s390x Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-linux-s390x/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-linux-s390x/bin to your PATH. 01:03:33 downloaded https://go.dev/dl/go1.24.7.linux-s390x.tar.gz 01:03:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ go1.24.7.netbsd-386.tar.gz
00:59:41 start go1.24.7.netbsd-386.tar.gz 00:59:44 running ./make.bash env=[GOOS=netbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:03:18 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 8321f2a38a58d51e go1.24.7.netbsd-386.tar.gz distpack: 1776b45b86cbf8dd v0.0.1-go1.24.7.netbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.netbsd-386.mod distpack: 4f08159b450b713f v0.0.1-go1.24.7.netbsd-386.info --- Installed Go for netbsd/386 in /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-386/bin to your PATH. 01:03:21 downloaded https://go.dev/dl/go1.24.7.netbsd-386.tar.gz 01:03:21 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ go1.24.7.netbsd-amd64.tar.gz
01:03:23 start go1.24.7.netbsd-amd64.tar.gz 01:03:25 running ./make.bash env=[GOOS=netbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:06:57 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: f3c6f0c7bd3e431d go1.24.7.netbsd-amd64.tar.gz distpack: 9da25695ec59c729 v0.0.1-go1.24.7.netbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.netbsd-amd64.mod distpack: 073f44ac70a0d4e0 v0.0.1-go1.24.7.netbsd-amd64.info --- Installed Go for netbsd/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-amd64/bin to your PATH. 01:07:01 downloaded https://go.dev/dl/go1.24.7.netbsd-amd64.tar.gz 01:07:01 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ go1.24.7.netbsd-arm.tar.gz
01:03:26 start go1.24.7.netbsd-arm.tar.gz 01:03:28 running ./make.bash env=[GOOS=netbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:06:48 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e7ba35209a279e2b go1.24.7.netbsd-arm.tar.gz distpack: 8725b4315a02d540 v0.0.1-go1.24.7.netbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.netbsd-arm.mod distpack: 1b1aa9ff46b8032b v0.0.1-go1.24.7.netbsd-arm.info --- Installed Go for netbsd/arm in /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-arm/bin to your PATH. 01:06:52 downloaded https://go.dev/dl/go1.24.7.netbsd-arm.tar.gz 01:06:52 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ go1.24.7.netbsd-arm64.tar.gz
01:03:28 start go1.24.7.netbsd-arm64.tar.gz 01:03:30 running ./make.bash env=[GOOS=netbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:07:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: fdce5e5d64970f65 go1.24.7.netbsd-arm64.tar.gz distpack: 694a18000cf765ad v0.0.1-go1.24.7.netbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.netbsd-arm64.mod distpack: 479144f91b2fc5c8 v0.0.1-go1.24.7.netbsd-arm64.info --- Installed Go for netbsd/arm64 in /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-netbsd-arm64/bin to your PATH. 01:07:05 downloaded https://go.dev/dl/go1.24.7.netbsd-arm64.tar.gz 01:07:05 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ go1.24.7.openbsd-386.tar.gz
01:03:38 start go1.24.7.openbsd-386.tar.gz 01:03:40 running ./make.bash env=[GOOS=openbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:07:00 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: b4da8cdefd2feb6d go1.24.7.openbsd-386.tar.gz distpack: 9cd21977001dba75 v0.0.1-go1.24.7.openbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-386.mod distpack: 8aff44fc0d5d4989 v0.0.1-go1.24.7.openbsd-386.info --- Installed Go for openbsd/386 in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-386/bin to your PATH. 01:07:03 downloaded https://go.dev/dl/go1.24.7.openbsd-386.tar.gz 01:07:03 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ go1.24.7.openbsd-amd64.tar.gz
01:06:56 start go1.24.7.openbsd-amd64.tar.gz 01:06:58 running ./make.bash env=[GOOS=openbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:10:37 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 215e433d5bfc6000 go1.24.7.openbsd-amd64.tar.gz distpack: 76b0510906439cad v0.0.1-go1.24.7.openbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-amd64.mod distpack: 6b27fc108cb96102 v0.0.1-go1.24.7.openbsd-amd64.info --- Installed Go for openbsd/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-amd64/bin to your PATH. 01:10:41 downloaded https://go.dev/dl/go1.24.7.openbsd-amd64.tar.gz 01:10:41 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ go1.24.7.openbsd-arm.tar.gz
01:07:06 start go1.24.7.openbsd-arm.tar.gz 01:07:09 running ./make.bash env=[GOOS=openbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:10:31 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: b6203695b36aeb58 go1.24.7.openbsd-arm.tar.gz distpack: 7f8fdbf477190803 v0.0.1-go1.24.7.openbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-arm.mod distpack: cf61772f93b61fa4 v0.0.1-go1.24.7.openbsd-arm.info --- Installed Go for openbsd/arm in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-arm/bin to your PATH. 01:10:34 downloaded https://go.dev/dl/go1.24.7.openbsd-arm.tar.gz 01:10:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ go1.24.7.openbsd-arm64.tar.gz
01:07:08 start go1.24.7.openbsd-arm64.tar.gz 01:07:10 running ./make.bash env=[GOOS=openbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:10:42 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: ffd4253b59ebf71a go1.24.7.openbsd-arm64.tar.gz distpack: f26056eafbc6ed0f v0.0.1-go1.24.7.openbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-arm64.mod distpack: e21f7ea0b2fca453 v0.0.1-go1.24.7.openbsd-arm64.info --- Installed Go for openbsd/arm64 in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-arm64/bin to your PATH. 01:10:45 downloaded https://go.dev/dl/go1.24.7.openbsd-arm64.tar.gz 01:10:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ go1.24.7.openbsd-ppc64.tar.gz
01:07:10 start go1.24.7.openbsd-ppc64.tar.gz 01:07:12 running ./make.bash env=[GOOS=openbsd GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:10:52 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e73192976944ccfb go1.24.7.openbsd-ppc64.tar.gz distpack: bbe0071c930fd78a v0.0.1-go1.24.7.openbsd-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-ppc64.mod distpack: e2a82d11bd6c1137 v0.0.1-go1.24.7.openbsd-ppc64.info --- Installed Go for openbsd/ppc64 in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-ppc64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-ppc64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-ppc64/bin to your PATH. 01:10:55 downloaded https://go.dev/dl/go1.24.7.openbsd-ppc64.tar.gz 01:10:55 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ go1.24.7.openbsd-riscv64.tar.gz
01:10:38 start go1.24.7.openbsd-riscv64.tar.gz 01:10:40 running ./make.bash env=[GOOS=openbsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:14:46 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e6ccc915da85e6cd go1.24.7.openbsd-riscv64.tar.gz distpack: 2d4a62d10ca0fde2 v0.0.1-go1.24.7.openbsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-riscv64.mod distpack: 37d317b617e4d8dd v0.0.1-go1.24.7.openbsd-riscv64.info --- Installed Go for openbsd/riscv64 in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-riscv64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-riscv64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-openbsd-riscv64/bin to your PATH. 01:14:50 downloaded https://go.dev/dl/go1.24.7.openbsd-riscv64.tar.gz 01:14:50 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ go1.24.7.plan9-386.tar.gz
01:10:46 start go1.24.7.plan9-386.tar.gz 01:10:47 running ./make.bash env=[GOOS=plan9 GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-plan9-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:14:42 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: ada3d4ca2fb46fee go1.24.7.plan9-386.tar.gz distpack: e8f5410c511351d3 v0.0.1-go1.24.7.plan9-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.plan9-386.mod distpack: e36181ef027ae5b4 v0.0.1-go1.24.7.plan9-386.info --- Installed Go for plan9/386 in /tmp/gorebuild-2109648260/repro-go1.24.7-plan9-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-plan9-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-plan9-386/bin to your PATH. 01:14:45 downloaded https://go.dev/dl/go1.24.7.plan9-386.tar.gz 01:14:45 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ go1.24.7.plan9-amd64.tar.gz
01:10:49 start go1.24.7.plan9-amd64.tar.gz 01:10:51 running ./make.bash env=[GOOS=plan9 GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-plan9-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:14:56 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 9d9a7cb0e0d3d97d go1.24.7.plan9-amd64.tar.gz distpack: 94d39d1ab2535a42 v0.0.1-go1.24.7.plan9-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.plan9-amd64.mod distpack: d864699131bf4ef0 v0.0.1-go1.24.7.plan9-amd64.info --- Installed Go for plan9/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-plan9-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-plan9-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-plan9-amd64/bin to your PATH. 01:14:59 downloaded https://go.dev/dl/go1.24.7.plan9-amd64.tar.gz 01:14:59 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ go1.24.7.plan9-arm.tar.gz
01:11:00 start go1.24.7.plan9-arm.tar.gz 01:11:03 running ./make.bash env=[GOOS=plan9 GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-plan9-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:14:53 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: bf4170b85c4018fa go1.24.7.plan9-arm.tar.gz distpack: 67c55efb5575786c v0.0.1-go1.24.7.plan9-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.plan9-arm.mod distpack: 1526d7910b0e73b1 v0.0.1-go1.24.7.plan9-arm.info --- Installed Go for plan9/arm in /tmp/gorebuild-2109648260/repro-go1.24.7-plan9-arm Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-plan9-arm/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-plan9-arm/bin to your PATH. 01:14:56 downloaded https://go.dev/dl/go1.24.7.plan9-arm.tar.gz 01:14:56 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ go1.24.7.solaris-amd64.tar.gz
01:14:50 start go1.24.7.solaris-amd64.tar.gz 01:14:52 running ./make.bash env=[GOOS=solaris GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-solaris-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:18:18 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 0df731b6a3fedf07 go1.24.7.solaris-amd64.tar.gz distpack: 5e019863bdd9fbbb v0.0.1-go1.24.7.solaris-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.solaris-amd64.mod distpack: fb56066496aa0350 v0.0.1-go1.24.7.solaris-amd64.info --- Installed Go for solaris/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-solaris-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-solaris-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-solaris-amd64/bin to your PATH. 01:18:21 downloaded https://go.dev/dl/go1.24.7.solaris-amd64.tar.gz 01:18:21 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ go1.24.7.src.tar.gz
00:44:48 downloaded https://go.dev/dl/go1.24.7.src.tar.gz 00:44:48 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"] 00:44:48 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"] 00:44:49 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"] 00:44:50 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"] 00:48:30 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"] 00:48:39 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"] 00:48:50 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"] 00:48:53 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"] 00:52:06 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"] 00:52:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"] 00:52:10 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"] 00:52:15 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"] 00:55:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"] 00:55:39 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"] 00:55:45 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"] 00:55:51 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"] 00:59:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"] 00:59:20 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"] 00:59:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"] 00:59:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"] 01:03:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"] 01:03:21 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"] 01:03:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"] 01:03:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"] 01:06:52 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"] 01:07:01 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"] 01:07:03 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"] 01:07:05 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"] 01:10:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"] 01:10:41 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"] 01:10:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"] 01:10:55 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"] 01:14:45 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"] 01:14:50 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"] 01:14:56 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"] 01:14:59 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"] 01:18:15 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"] 01:18:21 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"] 01:18:26 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"] 01:18:30 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.24.7.windows-386.msi
01:18:21 downloaded https://go.dev/dl/go1.24.7.windows-386.msi 01:18:27 PASS: verified content against posted zip
✅ go1.24.7.windows-386.zip
01:14:54 start go1.24.7.windows-386.zip 01:14:56 running ./make.bash env=[GOOS=windows GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-windows-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:18:15 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: c4a1e3cb7278c298 go1.24.7.windows-386.zip distpack: 42ca1aab3d5b6a4b v0.0.1-go1.24.7.windows-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.windows-386.mod distpack: 7b658514b337323b v0.0.1-go1.24.7.windows-386.info --- Installed Go for windows/386 in /tmp/gorebuild-2109648260/repro-go1.24.7-windows-386 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-windows-386/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-windows-386/bin to your PATH. 01:18:19 downloaded https://go.dev/dl/go1.24.7.windows-386.zip 01:18:19 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ go1.24.7.windows-amd64.msi
01:18:35 downloaded https://go.dev/dl/go1.24.7.windows-amd64.msi 01:18:40 PASS: verified content against posted zip
✅ go1.24.7.windows-amd64.zip
01:15:00 start go1.24.7.windows-amd64.zip 01:15:02 running ./make.bash env=[GOOS=windows GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-windows-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:18:30 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 453873081af26fc7 go1.24.7.windows-amd64.zip distpack: 615b342308b2ce49 v0.0.1-go1.24.7.windows-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.windows-amd64.mod distpack: 41d91663fd4f649f v0.0.1-go1.24.7.windows-amd64.info --- Installed Go for windows/amd64 in /tmp/gorebuild-2109648260/repro-go1.24.7-windows-amd64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-windows-amd64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-windows-amd64/bin to your PATH. 01:18:32 downloaded https://go.dev/dl/go1.24.7.windows-amd64.zip 01:18:32 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.24.7.windows-arm64.msi
01:18:32 downloaded https://go.dev/dl/go1.24.7.windows-arm64.msi 01:18:38 PASS: verified content against posted zip
✅ go1.24.7.windows-arm64.zip
01:15:03 start go1.24.7.windows-arm64.zip 01:15:05 running ./make.bash env=[GOOS=windows GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-2109648260/repro-go1.24.7-windows-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.22 01:18:26 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 879513669d41df98 go1.24.7.windows-arm64.zip distpack: 1af40315f47bc81f v0.0.1-go1.24.7.windows-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.windows-arm64.mod distpack: c269a417d224d543 v0.0.1-go1.24.7.windows-arm64.info --- Installed Go for windows/arm64 in /tmp/gorebuild-2109648260/repro-go1.24.7-windows-arm64 Installed commands in /tmp/gorebuild-2109648260/repro-go1.24.7-windows-arm64/bin *** You need to add /tmp/gorebuild-2109648260/repro-go1.24.7-windows-arm64/bin to your PATH. 01:18:30 downloaded https://go.dev/dl/go1.24.7.windows-arm64.zip 01:18:30 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.aix-ppc64.info
00:44:48 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.aix-ppc64.info 00:44:48 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.aix-ppc64.mod
00:44:48 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.aix-ppc64.mod 00:44:48 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.aix-ppc64.zip
00:44:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.aix-ppc64.zip 00:44:52 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.darwin-amd64.info
00:44:48 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-amd64.info 00:44:48 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.darwin-amd64.mod
00:44:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-amd64.mod 00:44:49 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.darwin-amd64.zip
00:44:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-amd64.zip 00:44:56 verified match after stripping signatures from executables 00:44:56 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.darwin-arm64.info
00:44:50 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-arm64.info 00:44:50 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.darwin-arm64.mod
00:44:50 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-arm64.mod 00:44:50 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.darwin-arm64.zip
00:44:54 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-arm64.zip 00:44:57 verified match after stripping signatures from executables 00:44:57 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.dragonfly-amd64.info
00:44:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.dragonfly-amd64.info 00:44:49 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.dragonfly-amd64.mod
00:44:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.dragonfly-amd64.mod 00:44:49 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.dragonfly-amd64.zip
00:44:53 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.dragonfly-amd64.zip 00:44:53 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-386.info
00:48:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-386.info 00:48:30 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.freebsd-386.mod
00:48:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-386.mod 00:48:31 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.freebsd-386.zip
00:48:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-386.zip 00:48:34 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.freebsd-amd64.info
00:48:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-amd64.info 00:48:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-amd64.mod
00:48:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-amd64.mod 00:48:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-amd64.zip
00:48:54 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-amd64.zip 00:48:54 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-arm.info
00:48:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm.info 00:48:39 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.freebsd-arm.mod
00:48:40 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm.mod 00:48:40 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.freebsd-arm.zip
00:48:43 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm.zip 00:48:43 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.freebsd-arm64.info
00:48:53 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm64.info 00:48:53 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.freebsd-arm64.mod
00:48:53 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm64.mod 00:48:53 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.freebsd-arm64.zip
00:48:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm64.zip 00:48:56 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.freebsd-riscv64.info
00:52:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-riscv64.info 00:52:06 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.freebsd-riscv64.mod
00:52:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-riscv64.mod 00:52:06 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.freebsd-riscv64.zip
00:52:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-riscv64.zip 00:52:10 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.illumos-amd64.info
00:52:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.illumos-amd64.info 00:52:15 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.illumos-amd64.mod
00:52:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.illumos-amd64.mod 00:52:15 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.illumos-amd64.zip
00:52:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.illumos-amd64.zip 00:52:19 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-386.info
00:52:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-386.info 00:52:10 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.7.linux-386.mod
00:52:11 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-386.mod 00:52:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.7.linux-386.zip
00:52:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-386.zip 00:52:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.7.linux-amd64.info
00:52:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-amd64.info 00:52:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-amd64.mod
00:52:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-amd64.mod 00:52:07 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-amd64.zip
00:52:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-amd64.zip 00:52:10 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-arm.info
00:55:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm.info 00:55:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.7.linux-arm.mod
00:55:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm.mod 00:55:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.7.linux-arm.zip
00:55:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm.zip 00:55:34 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.7.linux-arm64.info
00:55:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm64.info 00:55:39 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.linux-arm64.mod
00:55:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm64.mod 00:55:39 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.linux-arm64.zip
00:55:43 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm64.zip 00:55:43 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.linux-loong64.info
00:55:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-loong64.info 00:55:45 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.7.linux-loong64.mod
00:55:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-loong64.mod 00:55:45 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.7.linux-loong64.zip
00:55:48 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-loong64.zip 00:55:49 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.7.linux-mips.info
00:55:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips.info 00:55:51 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.7.linux-mips.mod
00:55:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips.mod 00:55:51 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.7.linux-mips.zip
00:55:54 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips.zip 00:55:54 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.7.linux-mips64.info
00:59:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64.info 00:59:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.7.linux-mips64.mod
00:59:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64.mod 00:59:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.7.linux-mips64.zip
00:59:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64.zip 00:59:30 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.7.linux-mips64le.info
00:59:20 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64le.info 00:59:20 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.7.linux-mips64le.mod
00:59:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64le.mod 00:59:21 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.7.linux-mips64le.zip
00:59:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64le.zip 00:59:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.7.linux-mipsle.info
00:59:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mipsle.info 00:59:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.7.linux-mipsle.mod
00:59:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mipsle.mod 00:59:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.7.linux-mipsle.zip
00:59:17 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mipsle.zip 00:59:18 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.7.linux-ppc64.info
00:59:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64.info 00:59:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.linux-ppc64.mod
00:59:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64.mod 00:59:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.linux-ppc64.zip
00:59:40 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64.zip 00:59:40 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.linux-ppc64le.info
01:03:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64le.info 01:03:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.7.linux-ppc64le.mod
01:03:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64le.mod 01:03:19 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.7.linux-ppc64le.zip
01:03:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64le.zip 01:03:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.7.linux-riscv64.info
01:03:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-riscv64.info 01:03:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.linux-riscv64.mod
01:03:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-riscv64.mod 01:03:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.linux-riscv64.zip
01:03:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-riscv64.zip 01:03:28 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.linux-s390x.info
01:03:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-s390x.info 01:03:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.7.linux-s390x.mod
01:03:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-s390x.mod 01:03:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.7.linux-s390x.zip
01:03:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-s390x.zip 01:03:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.7.netbsd-386.info
01:03:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-386.info 01:03:22 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.netbsd-386.mod
01:03:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-386.mod 01:03:22 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.netbsd-386.zip
01:03:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-386.zip 01:03:25 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.netbsd-amd64.info
01:07:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-amd64.info 01:07:01 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.netbsd-amd64.mod
01:07:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-amd64.mod 01:07:01 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.netbsd-amd64.zip
01:07:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-amd64.zip 01:07:05 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.netbsd-arm.info
01:06:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm.info 01:06:52 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.netbsd-arm.mod
01:06:52 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm.mod 01:06:52 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.netbsd-arm.zip
01:06:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm.zip 01:06:55 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.netbsd-arm64.info
01:07:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm64.info 01:07:05 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.netbsd-arm64.mod
01:07:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm64.mod 01:07:05 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.netbsd-arm64.zip
01:07:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm64.zip 01:07:09 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-386.info
01:07:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-386.info 01:07:03 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.openbsd-386.mod
01:07:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-386.mod 01:07:03 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.openbsd-386.zip
01:07:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-386.zip 01:07:07 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.openbsd-amd64.info
01:10:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-amd64.info 01:10:41 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.openbsd-amd64.mod
01:10:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-amd64.mod 01:10:41 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.openbsd-amd64.zip
01:10:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-amd64.zip 01:10:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.openbsd-arm.info
01:10:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm.info 01:10:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.openbsd-arm.mod
01:10:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm.mod 01:10:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.openbsd-arm.zip
01:10:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm.zip 01:10:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.openbsd-arm64.info
01:10:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm64.info 01:10:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-arm64.mod
01:10:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm64.mod 01:10:46 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-arm64.zip
01:10:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm64.zip 01:10:49 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-ppc64.info
01:10:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-ppc64.info 01:10:55 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.openbsd-ppc64.mod
01:10:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-ppc64.mod 01:10:55 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.openbsd-ppc64.zip
01:10:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-ppc64.zip 01:10:59 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.openbsd-riscv64.info
01:14:50 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-riscv64.info 01:14:50 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.openbsd-riscv64.mod
01:14:50 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-riscv64.mod 01:14:50 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.openbsd-riscv64.zip
01:14:53 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-riscv64.zip 01:14:53 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.plan9-386.info
01:14:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-386.info 01:14:46 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.7.plan9-386.mod
01:14:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-386.mod 01:14:46 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.7.plan9-386.zip
01:14:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-386.zip 01:14:49 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.7.plan9-amd64.info
01:14:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-amd64.info 01:14:59 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.plan9-amd64.mod
01:14:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-amd64.mod 01:14:59 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.plan9-amd64.zip
01:15:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-amd64.zip 01:15:02 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.plan9-arm.info
01:14:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-arm.info 01:14:56 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.plan9-arm.mod
01:14:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-arm.mod 01:14:56 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.plan9-arm.zip
01:14:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-arm.zip 01:14:59 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.solaris-amd64.info
01:18:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.solaris-amd64.info 01:18:21 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.solaris-amd64.mod
01:18:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.solaris-amd64.mod 01:18:21 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.solaris-amd64.zip
01:18:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.solaris-amd64.zip 01:18:25 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-386.info
01:18:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-386.info 01:18:27 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.7.windows-386.mod
01:18:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-386.mod 01:18:27 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.7.windows-386.zip
01:18:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-386.zip 01:18:31 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.7.windows-amd64.info
01:18:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-amd64.info 01:18:41 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-amd64.mod
01:18:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-amd64.mod 01:18:41 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-amd64.zip
01:18:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-amd64.zip 01:18:44 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-arm64.info
01:18:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-arm64.info 01:18:38 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.windows-arm64.mod
01:18:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-arm64.mod 01:18:38 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.windows-arm64.zip
01:18:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-arm64.zip 01:18:42 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
Bootstraps
Bootstrap go1.22
00:02:44 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.22.tar.gz 00:05:36 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-2109648260/bootstrap-go1.22 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.20 00:06:39 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.20. (go1.20.14 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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-2109648260/bootstrap-go1.22 Installed commands in /tmp/gorebuild-2109648260/bootstrap-go1.22/bin *** You need to add /tmp/gorebuild-2109648260/bootstrap-go1.22/bin to your PATH.
Bootstrap go1.20
00:02:52 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.20.tar.gz 00:04:37 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-2109648260/bootstrap-go1.20 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.17 00:05:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.17. (go1.17.13 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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-2109648260/bootstrap-go1.20 Installed commands in /tmp/gorebuild-2109648260/bootstrap-go1.20/bin
Bootstrap go1.17
00:02:59 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.17.tar.gz 00:03:19 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-2109648260/bootstrap-go1.17 GOROOT_BOOTSTRAP=/tmp/gorebuild-2109648260/bootstrap-go1.4 00:04:37 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-2109648260/bootstrap-go1.4. (go1.4-bootstrap-20170531 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-2109648260/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-2109648260/bootstrap-go1.17 Installed commands in /tmp/gorebuild-2109648260/bootstrap-go1.17/bin
Bootstrap go1.4
00:03:02 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.4.tar.gz 00:03:02 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-2109648260/bootstrap-go1.4 GOROOT_BOOTSTRAP= 00:03:19 ./make.bash completed: # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 /tmp/gorebuild-2109648260/bootstrap-go1.4/src/lib9/fmt/vsmprint.c: In function 'fmtStrFlush': /tmp/gorebuild-2109648260/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-2109648260/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-2109648260/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-2109648260/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-2109648260/bootstrap-go1.4/src/cmd/cc/scon.c: In function 'acom2': /tmp/gorebuild-2109648260/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-2109648260/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 sync runtime/race 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 encoding/base64 net/url crypto/aes crypto/rc4 encoding/ascii85 encoding/base32 image os 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 crypto/des cmd/pprof/internal/svg 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 image/gif testing/quick database/sql testing go/ast debug/elf debug/macho debug/pe compress/gzip archive/zip compress/zlib text/template image/png crypto/elliptic encoding/asn1 crypto/rand crypto/dsa cmd/pprof/internal/profile crypto/rsa crypto/x509/pkix net/textproto log/syslog cmd/internal/objfile crypto/ecdsa go/parser go/printer crypto/x509 go/doc html/template mime/multipart net/mail cmd/addr2line cmd/nm cmd/objdump cmd/pprof/internal/plugin cmd/pprof/internal/symbolz cmd/pprof/internal/symbolizer go/build cmd/cgo go/format cmd/gofmt crypto/tls cmd/fix cmd/yacc 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-2109648260/bootstrap-go1.4 Installed commands in /tmp/gorebuild-2109648260/bootstrap-go1.4/bin