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-06 00:02:32 UTC.
Rebuild finished at 2025-09-06 01:38:46 UTC.
Elapsed time: 1h36m14s.
Releases
✅ go1.25.1
Log
00:07:44 downloaded https://go.googlesource.com/go/+archive/refs/tags/go1.25.1.tar.gz 01:38:46 PASS
✅ go1.25.1.aix-ppc64.tar.gz
00:07:44 start go1.25.1.aix-ppc64.tar.gz 00:07:46 running ./make.bash env=[GOOS=aix GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-aix-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:12:28 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-aix-ppc64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-aix-ppc64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-aix-ppc64/bin to your PATH. 00:12:29 downloaded https://go.dev/dl/go1.25.1.aix-ppc64.tar.gz 00:12:30 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ go1.25.1.darwin-amd64.pkg
00:12:26 downloaded https://go.dev/dl/go1.25.1.darwin-amd64.pkg 00:12:32 PASS: verified content against posted tgz
✅ go1.25.1.darwin-amd64.tar.gz
00:07:44 start go1.25.1.darwin-amd64.tar.gz 00:07:46 running ./make.bash env=[GOOS=darwin GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-darwin-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:12:19 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-darwin-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-darwin-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-darwin-amd64/bin to your PATH. 00:12:20 downloaded https://go.dev/dl/go1.25.1.darwin-amd64.tar.gz 00:12:25 verified match after stripping signatures from executables 00:12:25 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ go1.25.1.darwin-arm64.pkg
00:12:24 downloaded https://go.dev/dl/go1.25.1.darwin-arm64.pkg 00:12:30 PASS: verified content against posted tgz
✅ go1.25.1.darwin-arm64.tar.gz
00:07:44 start go1.25.1.darwin-arm64.tar.gz 00:07:46 running ./make.bash env=[GOOS=darwin GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-darwin-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:12:17 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-darwin-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-darwin-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-darwin-arm64/bin to your PATH. 00:12:18 downloaded https://go.dev/dl/go1.25.1.darwin-arm64.tar.gz 00:12:24 verified match after stripping signatures from executables 00:12:24 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ go1.25.1.dragonfly-amd64.tar.gz
00:07:44 start go1.25.1.dragonfly-amd64.tar.gz 00:07:46 running ./make.bash env=[GOOS=dragonfly GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-dragonfly-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:12:22 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-dragonfly-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-dragonfly-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-dragonfly-amd64/bin to your PATH. 00:12:22 downloaded https://go.dev/dl/go1.25.1.dragonfly-amd64.tar.gz 00:12:23 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ go1.25.1.freebsd-386.tar.gz
00:12:27 start go1.25.1.freebsd-386.tar.gz 00:12:29 running ./make.bash env=[GOOS=freebsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:16:18 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-freebsd-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-386/bin to your PATH. 00:16:18 downloaded https://go.dev/dl/go1.25.1.freebsd-386.tar.gz 00:16:19 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ go1.25.1.freebsd-amd64.tar.gz
00:12:32 start go1.25.1.freebsd-amd64.tar.gz 00:12:34 running ./make.bash env=[GOOS=freebsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:16:34 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-freebsd-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-amd64/bin to your PATH. 00:16:37 downloaded https://go.dev/dl/go1.25.1.freebsd-amd64.tar.gz 00:16:37 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ go1.25.1.freebsd-arm.tar.gz
00:12:37 start go1.25.1.freebsd-arm.tar.gz 00:12:39 running ./make.bash env=[GOOS=freebsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:16:28 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-freebsd-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-arm/bin to your PATH. 00:16:29 downloaded https://go.dev/dl/go1.25.1.freebsd-arm.tar.gz 00:16:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ go1.25.1.freebsd-arm64.tar.gz
00:12:39 start go1.25.1.freebsd-arm64.tar.gz 00:12:42 running ./make.bash env=[GOOS=freebsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:16:38 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-freebsd-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-arm64/bin to your PATH. 00:16:39 downloaded https://go.dev/dl/go1.25.1.freebsd-arm64.tar.gz 00:16:39 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ go1.25.1.freebsd-riscv64.tar.gz
00:16:20 start go1.25.1.freebsd-riscv64.tar.gz 00:16:22 running ./make.bash env=[GOOS=freebsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:20:15 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-freebsd-riscv64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-riscv64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-freebsd-riscv64/bin to your PATH. 00:20:16 downloaded https://go.dev/dl/go1.25.1.freebsd-riscv64.tar.gz 00:20:16 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ go1.25.1.illumos-amd64.tar.gz
00:16:31 start go1.25.1.illumos-amd64.tar.gz 00:16:32 running ./make.bash env=[GOOS=illumos GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-illumos-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:20:28 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-illumos-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-illumos-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-illumos-amd64/bin to your PATH. 00:20:28 downloaded https://go.dev/dl/go1.25.1.illumos-amd64.tar.gz 00:20:29 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ go1.25.1.linux-386.tar.gz
00:16:39 start go1.25.1.linux-386.tar.gz 00:16:41 running ./make.bash env=[GOOS=linux GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:20:25 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-386/bin to your PATH. 00:20:25 downloaded https://go.dev/dl/go1.25.1.linux-386.tar.gz 00:20:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ go1.25.1.linux-amd64.tar.gz
00:16:40 start go1.25.1.linux-amd64.tar.gz 00:16:42 running ./make.bash env=[GOOS=linux GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:20:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-amd64/bin to your PATH. 00:20:11 downloaded https://go.dev/dl/go1.25.1.linux-amd64.tar.gz 00:20:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ go1.25.1.linux-arm64.tar.gz
00:20:13 start go1.25.1.linux-arm64.tar.gz 00:20:15 running ./make.bash env=[GOOS=linux GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:25:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-arm64/bin to your PATH. 00:25:02 downloaded https://go.dev/dl/go1.25.1.linux-arm64.tar.gz 00:25:02 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ go1.25.1.linux-armv6l.tar.gz
00:20:18 start go1.25.1.linux-armv6l.tar.gz 00:20:20 running ./make.bash env=[GOOS=linux GOARCH=arm GOARM=6] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:24:57 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-arm/bin to your PATH. 00:24:58 downloaded https://go.dev/dl/go1.25.1.linux-armv6l.tar.gz 00:24:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ go1.25.1.linux-loong64.tar.gz
00:20:27 start go1.25.1.linux-loong64.tar.gz 00:20:29 running ./make.bash env=[GOOS=linux GOARCH=loong64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-loong64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:25:15 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-loong64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-loong64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-loong64/bin to your PATH. 00:25:16 downloaded https://go.dev/dl/go1.25.1.linux-loong64.tar.gz 00:25:16 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ go1.25.1.linux-mips.tar.gz
00:20:30 start go1.25.1.linux-mips.tar.gz 00:20:32 running ./make.bash env=[GOOS=linux GOARCH=mips] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-mips GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:25:24 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-mips Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-mips/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-mips/bin to your PATH. 00:25:25 downloaded https://go.dev/dl/go1.25.1.linux-mips.tar.gz 00:25:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ go1.25.1.linux-mips64.tar.gz
00:25:00 start go1.25.1.linux-mips64.tar.gz 00:25:01 running ./make.bash env=[GOOS=linux GOARCH=mips64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-mips64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:29:16 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-mips64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-mips64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-mips64/bin to your PATH. 00:29:17 downloaded https://go.dev/dl/go1.25.1.linux-mips64.tar.gz 00:29:17 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ go1.25.1.linux-mips64le.tar.gz
00:25:04 start go1.25.1.linux-mips64le.tar.gz 00:25:06 running ./make.bash env=[GOOS=linux GOARCH=mips64le] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-mips64le GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:29:08 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-mips64le Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-mips64le/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-mips64le/bin to your PATH. 00:29:09 downloaded https://go.dev/dl/go1.25.1.linux-mips64le.tar.gz 00:29:10 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ go1.25.1.linux-mipsle.tar.gz
00:25:17 start go1.25.1.linux-mipsle.tar.gz 00:25:19 running ./make.bash env=[GOOS=linux GOARCH=mipsle] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-mipsle GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:29:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-mipsle Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-mipsle/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-mipsle/bin to your PATH. 00:29:12 downloaded https://go.dev/dl/go1.25.1.linux-mipsle.tar.gz 00:29:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ go1.25.1.linux-ppc64.tar.gz
00:25:27 start go1.25.1.linux-ppc64.tar.gz 00:25:29 running ./make.bash env=[GOOS=linux GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:29:32 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-ppc64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-ppc64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-ppc64/bin to your PATH. 00:29:33 downloaded https://go.dev/dl/go1.25.1.linux-ppc64.tar.gz 00:29:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ go1.25.1.linux-ppc64le.tar.gz
00:29:11 start go1.25.1.linux-ppc64le.tar.gz 00:29:13 running ./make.bash env=[GOOS=linux GOARCH=ppc64le] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-ppc64le GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:33:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-ppc64le Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-ppc64le/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-ppc64le/bin to your PATH. 00:33:11 downloaded https://go.dev/dl/go1.25.1.linux-ppc64le.tar.gz 00:33:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ go1.25.1.linux-riscv64.tar.gz
00:29:13 start go1.25.1.linux-riscv64.tar.gz 00:29:15 running ./make.bash env=[GOOS=linux GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:33:13 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-riscv64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-riscv64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-riscv64/bin to your PATH. 00:33:14 downloaded https://go.dev/dl/go1.25.1.linux-riscv64.tar.gz 00:33:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ go1.25.1.linux-s390x.tar.gz
00:29:19 start go1.25.1.linux-s390x.tar.gz 00:29:21 running ./make.bash env=[GOOS=linux GOARCH=s390x] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-linux-s390x GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:33:30 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-linux-s390x Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-linux-s390x/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-linux-s390x/bin to your PATH. 00:33:31 downloaded https://go.dev/dl/go1.25.1.linux-s390x.tar.gz 00:33:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ go1.25.1.netbsd-386.tar.gz
00:29:34 start go1.25.1.netbsd-386.tar.gz 00:29:37 running ./make.bash env=[GOOS=netbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:33:27 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-netbsd-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-386/bin to your PATH. 00:33:28 downloaded https://go.dev/dl/go1.25.1.netbsd-386.tar.gz 00:33:28 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ go1.25.1.netbsd-amd64.tar.gz
00:33:13 start go1.25.1.netbsd-amd64.tar.gz 00:33:15 running ./make.bash env=[GOOS=netbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:38:08 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-netbsd-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-amd64/bin to your PATH. 00:38:08 downloaded https://go.dev/dl/go1.25.1.netbsd-amd64.tar.gz 00:38:08 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ go1.25.1.netbsd-arm.tar.gz
00:33:16 start go1.25.1.netbsd-arm.tar.gz 00:33:19 running ./make.bash env=[GOOS=netbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:37:59 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-netbsd-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-arm/bin to your PATH. 00:38:00 downloaded https://go.dev/dl/go1.25.1.netbsd-arm.tar.gz 00:38:01 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ go1.25.1.netbsd-arm64.tar.gz
00:33:30 start go1.25.1.netbsd-arm64.tar.gz 00:33:34 running ./make.bash env=[GOOS=netbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:38:15 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-netbsd-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-netbsd-arm64/bin to your PATH. 00:38:16 downloaded https://go.dev/dl/go1.25.1.netbsd-arm64.tar.gz 00:38:16 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ go1.25.1.openbsd-386.tar.gz
00:33:33 start go1.25.1.openbsd-386.tar.gz 00:33:37 running ./make.bash env=[GOOS=openbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:38:08 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-openbsd-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-386/bin to your PATH. 00:38:09 downloaded https://go.dev/dl/go1.25.1.openbsd-386.tar.gz 00:38:09 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ go1.25.1.openbsd-amd64.tar.gz
00:38:02 start go1.25.1.openbsd-amd64.tar.gz 00:38:04 running ./make.bash env=[GOOS=openbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:42:03 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-openbsd-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-amd64/bin to your PATH. 00:42:04 downloaded https://go.dev/dl/go1.25.1.openbsd-amd64.tar.gz 00:42:04 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ go1.25.1.openbsd-arm.tar.gz
00:38:10 start go1.25.1.openbsd-arm.tar.gz 00:38:12 running ./make.bash env=[GOOS=openbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:42:00 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-openbsd-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-arm/bin to your PATH. 00:42:01 downloaded https://go.dev/dl/go1.25.1.openbsd-arm.tar.gz 00:42:02 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ go1.25.1.openbsd-arm64.tar.gz
00:38:11 start go1.25.1.openbsd-arm64.tar.gz 00:38:13 running ./make.bash env=[GOOS=openbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:42:09 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-openbsd-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-arm64/bin to your PATH. 00:42:10 downloaded https://go.dev/dl/go1.25.1.openbsd-arm64.tar.gz 00:42:10 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ go1.25.1.openbsd-ppc64.tar.gz
00:38:17 start go1.25.1.openbsd-ppc64.tar.gz 00:38:21 running ./make.bash env=[GOOS=openbsd GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:42:24 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-openbsd-ppc64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-ppc64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-ppc64/bin to your PATH. 00:42:25 downloaded https://go.dev/dl/go1.25.1.openbsd-ppc64.tar.gz 00:42:25 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ go1.25.1.openbsd-riscv64.tar.gz
00:42:03 start go1.25.1.openbsd-riscv64.tar.gz 00:42:05 running ./make.bash env=[GOOS=openbsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:46:25 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-openbsd-riscv64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-riscv64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-openbsd-riscv64/bin to your PATH. 00:46:25 downloaded https://go.dev/dl/go1.25.1.openbsd-riscv64.tar.gz 00:46:26 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ go1.25.1.plan9-386.tar.gz
00:42:06 start go1.25.1.plan9-386.tar.gz 00:42:08 running ./make.bash env=[GOOS=plan9 GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-plan9-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:46:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-plan9-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-plan9-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-plan9-386/bin to your PATH. 00:46:12 downloaded https://go.dev/dl/go1.25.1.plan9-386.tar.gz 00:46:12 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ go1.25.1.plan9-amd64.tar.gz
00:42:12 start go1.25.1.plan9-amd64.tar.gz 00:42:14 running ./make.bash env=[GOOS=plan9 GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-plan9-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:46:32 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-plan9-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-plan9-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-plan9-amd64/bin to your PATH. 00:46:33 downloaded https://go.dev/dl/go1.25.1.plan9-amd64.tar.gz 00:46:33 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ go1.25.1.plan9-arm.tar.gz
00:42:27 start go1.25.1.plan9-arm.tar.gz 00:42:29 running ./make.bash env=[GOOS=plan9 GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-plan9-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:46:43 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-plan9-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-plan9-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-plan9-arm/bin to your PATH. 00:46:44 downloaded https://go.dev/dl/go1.25.1.plan9-arm.tar.gz 00:46:45 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ go1.25.1.solaris-amd64.tar.gz
00:46:14 start go1.25.1.solaris-amd64.tar.gz 00:46:18 running ./make.bash env=[GOOS=solaris GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-solaris-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:50:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-solaris-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-solaris-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-solaris-amd64/bin to your PATH. 00:50:33 downloaded https://go.dev/dl/go1.25.1.solaris-amd64.tar.gz 00:50:34 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ go1.25.1.src.tar.gz
00:12:23 downloaded https://go.dev/dl/go1.25.1.src.tar.gz 00:12:23 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"] 00:12:30 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"] 00:12:30 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"] 00:12:32 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"] 00:16:19 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"] 00:16:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"] 00:16:37 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"] 00:16:39 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"] 00:20:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"] 00:20:16 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"] 00:20:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"] 00:20:29 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"] 00:24:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"] 00:25:02 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"] 00:25:16 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"] 00:25:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"] 00:29:10 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"] 00:29:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"] 00:29:17 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"] 00:29:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"] 00:33:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"] 00:33:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"] 00:33:28 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"] 00:33:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"] 00:38:01 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"] 00:38:09 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"] 00:38:09 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"] 00:38:16 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"] 00:42:02 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"] 00:42:04 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"] 00:42:10 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"] 00:42:25 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"] 00:46:12 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"] 00:46:26 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"] 00:46:33 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"] 00:46:45 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"] 00:50:33 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"] 00:50:34 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"] 00:50:44 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"] 00:50:46 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ go1.25.1.windows-386.msi
00:50:35 downloaded https://go.dev/dl/go1.25.1.windows-386.msi 00:50:42 PASS: verified content against posted zip
✅ go1.25.1.windows-386.zip
00:46:28 start go1.25.1.windows-386.zip 00:46:32 running ./make.bash env=[GOOS=windows GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-windows-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:50:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-windows-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-windows-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-windows-386/bin to your PATH. 00:50:34 downloaded https://go.dev/dl/go1.25.1.windows-386.zip 00:50:35 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ go1.25.1.windows-amd64.msi
00:50:48 downloaded https://go.dev/dl/go1.25.1.windows-amd64.msi 00:50:56 PASS: verified content against posted zip
✅ go1.25.1.windows-amd64.zip
00:46:35 start go1.25.1.windows-amd64.zip 00:46:39 running ./make.bash env=[GOOS=windows GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-windows-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:50:44 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-windows-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-windows-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-windows-amd64/bin to your PATH. 00:50:48 downloaded https://go.dev/dl/go1.25.1.windows-amd64.zip 00:50:48 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.25.1.windows-arm64.msi
00:50:47 downloaded https://go.dev/dl/go1.25.1.windows-arm64.msi 00:50:55 PASS: verified content against posted zip
✅ go1.25.1.windows-arm64.zip
00:46:47 start go1.25.1.windows-arm64.zip 00:46:51 running ./make.bash env=[GOOS=windows GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.25.1-windows-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:50:46 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.25.1-windows-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.25.1-windows-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.25.1-windows-arm64/bin to your PATH. 00:50:47 downloaded https://go.dev/dl/go1.25.1.windows-arm64.zip 00:50:47 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.aix-ppc64.info
00:12:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.aix-ppc64.info 00:12:30 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.aix-ppc64.mod
00:12:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.aix-ppc64.mod 00:12:30 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.aix-ppc64.zip
00:12:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.aix-ppc64.zip 00:12:31 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.darwin-amd64.info
00:12:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-amd64.info 00:12:32 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.darwin-amd64.mod
00:12:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-amd64.mod 00:12:32 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.darwin-amd64.zip
00:12:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-amd64.zip 00:12:38 verified match after stripping signatures from executables 00:12:38 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.darwin-arm64.info
00:12:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-arm64.info 00:12:30 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.darwin-arm64.mod
00:12:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-arm64.mod 00:12:30 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.darwin-arm64.zip
00:12:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-arm64.zip 00:12:36 verified match after stripping signatures from executables 00:12:36 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.dragonfly-amd64.info
00:12:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.dragonfly-amd64.info 00:12:23 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.dragonfly-amd64.mod
00:12:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.dragonfly-amd64.mod 00:12:23 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.dragonfly-amd64.zip
00:12:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.dragonfly-amd64.zip 00:12:26 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-386.info
00:16:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-386.info 00:16:19 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.freebsd-386.mod
00:16:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-386.mod 00:16:19 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.freebsd-386.zip
00:16:19 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-386.zip 00:16:19 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.freebsd-amd64.info
00:16:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-amd64.info 00:16:37 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-amd64.mod
00:16:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-amd64.mod 00:16:38 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-amd64.zip
00:16:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-amd64.zip 00:16:38 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-arm.info
00:16:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm.info 00:16:30 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.freebsd-arm.mod
00:16:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm.mod 00:16:30 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.freebsd-arm.zip
00:16:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm.zip 00:16:30 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.freebsd-arm64.info
00:16:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm64.info 00:16:39 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.freebsd-arm64.mod
00:16:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm64.mod 00:16:39 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.freebsd-arm64.zip
00:16:40 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm64.zip 00:16:40 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.freebsd-riscv64.info
00:20:16 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-riscv64.info 00:20:16 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.freebsd-riscv64.mod
00:20:16 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-riscv64.mod 00:20:16 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.freebsd-riscv64.zip
00:20:17 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-riscv64.zip 00:20:17 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.illumos-amd64.info
00:20:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.illumos-amd64.info 00:20:29 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.illumos-amd64.mod
00:20:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.illumos-amd64.mod 00:20:29 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.illumos-amd64.zip
00:20:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.illumos-amd64.zip 00:20:30 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-386.info
00:20:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-386.info 00:20:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.1.linux-386.mod
00:20:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-386.mod 00:20:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.1.linux-386.zip
00:20:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-386.zip 00:20:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.1.linux-amd64.info
00:20:11 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-amd64.info 00:20:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-amd64.mod
00:20:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-amd64.mod 00:20:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-amd64.zip
00:20:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-amd64.zip 00:20:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-arm.info
00:24:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm.info 00:24:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.1.linux-arm.mod
00:24:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm.mod 00:24:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.1.linux-arm.zip
00:24:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm.zip 00:24:59 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.1.linux-arm64.info
00:25:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm64.info 00:25:02 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.linux-arm64.mod
00:25:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm64.mod 00:25:02 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.linux-arm64.zip
00:25:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm64.zip 00:25:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.linux-loong64.info
00:25:16 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-loong64.info 00:25:16 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.1.linux-loong64.mod
00:25:16 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-loong64.mod 00:25:16 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.1.linux-loong64.zip
00:25:17 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-loong64.zip 00:25:17 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.1.linux-mips.info
00:25:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips.info 00:25:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.1.linux-mips.mod
00:25:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips.mod 00:25:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.1.linux-mips.zip
00:25:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips.zip 00:25:26 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.1.linux-mips64.info
00:29:17 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64.info 00:29:17 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.1.linux-mips64.mod
00:29:17 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64.mod 00:29:17 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.1.linux-mips64.zip
00:29:18 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64.zip 00:29:18 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.1.linux-mips64le.info
00:29:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64le.info 00:29:10 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.1.linux-mips64le.mod
00:29:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64le.mod 00:29:10 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.1.linux-mips64le.zip
00:29:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64le.zip 00:29:11 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.1.linux-mipsle.info
00:29:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mipsle.info 00:29:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.1.linux-mipsle.mod
00:29:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mipsle.mod 00:29:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.1.linux-mipsle.zip
00:29:13 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mipsle.zip 00:29:13 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.1.linux-ppc64.info
00:29:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64.info 00:29:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.linux-ppc64.mod
00:29:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64.mod 00:29:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.linux-ppc64.zip
00:29:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64.zip 00:29:34 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.linux-ppc64le.info
00:33:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64le.info 00:33:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.1.linux-ppc64le.mod
00:33:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64le.mod 00:33:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.1.linux-ppc64le.zip
00:33:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64le.zip 00:33:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.1.linux-riscv64.info
00:33:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-riscv64.info 00:33:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.linux-riscv64.mod
00:33:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-riscv64.mod 00:33:14 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.linux-riscv64.zip
00:33:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-riscv64.zip 00:33:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.linux-s390x.info
00:33:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-s390x.info 00:33:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.1.linux-s390x.mod
00:33:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-s390x.mod 00:33:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.1.linux-s390x.zip
00:33:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-s390x.zip 00:33:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.1.netbsd-386.info
00:33:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-386.info 00:33:28 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.netbsd-386.mod
00:33:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-386.mod 00:33:28 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.netbsd-386.zip
00:33:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-386.zip 00:33:30 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.netbsd-amd64.info
00:38:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-amd64.info 00:38:09 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.netbsd-amd64.mod
00:38:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-amd64.mod 00:38:09 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.netbsd-amd64.zip
00:38:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-amd64.zip 00:38:10 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.netbsd-arm.info
00:38:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm.info 00:38:01 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.netbsd-arm.mod
00:38:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm.mod 00:38:01 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.netbsd-arm.zip
00:38:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm.zip 00:38:02 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.netbsd-arm64.info
00:38:16 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm64.info 00:38:16 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.netbsd-arm64.mod
00:38:16 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm64.mod 00:38:16 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.netbsd-arm64.zip
00:38:17 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm64.zip 00:38:17 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-386.info
00:38:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-386.info 00:38:09 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.openbsd-386.mod
00:38:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-386.mod 00:38:10 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.openbsd-386.zip
00:38:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-386.zip 00:38:10 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.openbsd-amd64.info
00:42:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-amd64.info 00:42:04 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.openbsd-amd64.mod
00:42:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-amd64.mod 00:42:04 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.openbsd-amd64.zip
00:42:05 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-amd64.zip 00:42:05 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.openbsd-arm.info
00:42:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm.info 00:42:02 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.openbsd-arm.mod
00:42:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm.mod 00:42:02 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.openbsd-arm.zip
00:42:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm.zip 00:42:03 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.openbsd-arm64.info
00:42:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm64.info 00:42:10 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-arm64.mod
00:42:10 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm64.mod 00:42:10 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-arm64.zip
00:42:11 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm64.zip 00:42:11 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-ppc64.info
00:42:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-ppc64.info 00:42:25 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.openbsd-ppc64.mod
00:42:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-ppc64.mod 00:42:25 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.openbsd-ppc64.zip
00:42:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-ppc64.zip 00:42:26 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.openbsd-riscv64.info
00:46:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-riscv64.info 00:46:26 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.openbsd-riscv64.mod
00:46:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-riscv64.mod 00:46:26 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.openbsd-riscv64.zip
00:46:27 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-riscv64.zip 00:46:27 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.plan9-386.info
00:46:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-386.info 00:46:12 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.1.plan9-386.mod
00:46:12 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-386.mod 00:46:12 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.1.plan9-386.zip
00:46:13 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-386.zip 00:46:14 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.1.plan9-amd64.info
00:46:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-amd64.info 00:46:33 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.plan9-amd64.mod
00:46:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-amd64.mod 00:46:33 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.plan9-amd64.zip
00:46:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-amd64.zip 00:46:35 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.plan9-arm.info
00:46:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-arm.info 00:46:45 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.plan9-arm.mod
00:46:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-arm.mod 00:46:45 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.plan9-arm.zip
00:46:46 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-arm.zip 00:46:46 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.solaris-amd64.info
00:50:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.solaris-amd64.info 00:50:34 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.solaris-amd64.mod
00:50:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.solaris-amd64.mod 00:50:34 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.solaris-amd64.zip
00:50:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.solaris-amd64.zip 00:50:35 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-386.info
00:50:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-386.info 00:50:42 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.1.windows-386.mod
00:50:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-386.mod 00:50:42 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.1.windows-386.zip
00:50:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-386.zip 00:50:44 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.1.windows-amd64.info
00:50:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-amd64.info 00:50:56 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-amd64.mod
00:50:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-amd64.mod 00:50:56 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-amd64.zip
00:50:57 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-amd64.zip 00:50:57 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-arm64.info
00:50:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-arm64.info 00:50:56 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.windows-arm64.mod
00:50:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-arm64.mod 00:50:56 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.windows-arm64.zip
00:50:59 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-arm64.zip 00:50:59 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ go1.24.7
Log
00:50:42 downloaded https://go.googlesource.com/go/+archive/refs/tags/go1.24.7.tar.gz 01:38:46 PASS
✅ go1.24.7.aix-ppc64.tar.gz
00:50:42 start go1.24.7.aix-ppc64.tar.gz 00:50:43 running ./make.bash env=[GOOS=aix GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-aix-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:55:19 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-aix-ppc64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-aix-ppc64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-aix-ppc64/bin to your PATH. 00:55:20 downloaded https://go.dev/dl/go1.24.7.aix-ppc64.tar.gz 00:55:20 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ go1.24.7.darwin-amd64.pkg
00:55:17 downloaded https://go.dev/dl/go1.24.7.darwin-amd64.pkg 00:55:24 PASS: verified content against posted tgz
✅ go1.24.7.darwin-amd64.tar.gz
00:50:44 start go1.24.7.darwin-amd64.tar.gz 00:50:46 running ./make.bash env=[GOOS=darwin GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-darwin-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:55:08 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-darwin-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-darwin-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-darwin-amd64/bin to your PATH. 00:55:10 downloaded https://go.dev/dl/go1.24.7.darwin-amd64.tar.gz 00:55:17 verified match after stripping signatures from executables 00:55:17 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ go1.24.7.darwin-arm64.pkg
00:55:25 downloaded https://go.dev/dl/go1.24.7.darwin-arm64.pkg 00:55:33 PASS: verified content against posted tgz
✅ go1.24.7.darwin-arm64.tar.gz
00:50:58 start go1.24.7.darwin-arm64.tar.gz 00:51:00 running ./make.bash env=[GOOS=darwin GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-darwin-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:55:17 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-darwin-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-darwin-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-darwin-arm64/bin to your PATH. 00:55:18 downloaded https://go.dev/dl/go1.24.7.darwin-arm64.tar.gz 00:55:25 verified match after stripping signatures from executables 00:55:25 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ go1.24.7.dragonfly-amd64.tar.gz
00:51:00 start go1.24.7.dragonfly-amd64.tar.gz 00:51:02 running ./make.bash env=[GOOS=dragonfly GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-dragonfly-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 00:55:27 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-dragonfly-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-dragonfly-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-dragonfly-amd64/bin to your PATH. 00:55:27 downloaded https://go.dev/dl/go1.24.7.dragonfly-amd64.tar.gz 00:55:28 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ go1.24.7.freebsd-386.tar.gz
00:55:22 start go1.24.7.freebsd-386.tar.gz 00:55:24 running ./make.bash env=[GOOS=freebsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:00:28 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-freebsd-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-386/bin to your PATH. 01:00:29 downloaded https://go.dev/dl/go1.24.7.freebsd-386.tar.gz 01:00:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ go1.24.7.freebsd-amd64.tar.gz
00:55:29 start go1.24.7.freebsd-amd64.tar.gz 00:55:31 running ./make.bash env=[GOOS=freebsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:00:56 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-freebsd-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-amd64/bin to your PATH. 01:00:57 downloaded https://go.dev/dl/go1.24.7.freebsd-amd64.tar.gz 01:00:57 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ go1.24.7.freebsd-arm.tar.gz
00:55:34 start go1.24.7.freebsd-arm.tar.gz 00:55:36 running ./make.bash env=[GOOS=freebsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:00:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-freebsd-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-arm/bin to your PATH. 01:00:41 downloaded https://go.dev/dl/go1.24.7.freebsd-arm.tar.gz 01:00:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ go1.24.7.freebsd-arm64.tar.gz
00:55:41 start go1.24.7.freebsd-arm64.tar.gz 00:55:44 running ./make.bash env=[GOOS=freebsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:01:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-freebsd-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-arm64/bin to your PATH. 01:01:03 downloaded https://go.dev/dl/go1.24.7.freebsd-arm64.tar.gz 01:01:03 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ go1.24.7.freebsd-riscv64.tar.gz
01:00:31 start go1.24.7.freebsd-riscv64.tar.gz 01:00:33 running ./make.bash env=[GOOS=freebsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:04:48 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-freebsd-riscv64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-riscv64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-freebsd-riscv64/bin to your PATH. 01:04:49 downloaded https://go.dev/dl/go1.24.7.freebsd-riscv64.tar.gz 01:04:49 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ go1.24.7.illumos-amd64.tar.gz
01:00:43 start go1.24.7.illumos-amd64.tar.gz 01:00:44 running ./make.bash env=[GOOS=illumos GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-illumos-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:05:04 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-illumos-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-illumos-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-illumos-amd64/bin to your PATH. 01:05:05 downloaded https://go.dev/dl/go1.24.7.illumos-amd64.tar.gz 01:05:05 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ go1.24.7.linux-386.tar.gz
01:00:59 start go1.24.7.linux-386.tar.gz 01:01:01 running ./make.bash env=[GOOS=linux GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:05:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-386/bin to your PATH. 01:05:03 downloaded https://go.dev/dl/go1.24.7.linux-386.tar.gz 01:05:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ go1.24.7.linux-amd64.tar.gz
01:01:05 start go1.24.7.linux-amd64.tar.gz 01:01:08 running ./make.bash env=[GOOS=linux GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:05:05 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-amd64/bin to your PATH. 01:05:06 downloaded https://go.dev/dl/go1.24.7.linux-amd64.tar.gz 01:05:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ go1.24.7.linux-arm64.tar.gz
01:04:51 start go1.24.7.linux-arm64.tar.gz 01:04:53 running ./make.bash env=[GOOS=linux GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:09:20 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-arm64/bin to your PATH. 01:09:21 downloaded https://go.dev/dl/go1.24.7.linux-arm64.tar.gz 01:09:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ go1.24.7.linux-armv6l.tar.gz
01:05:05 start go1.24.7.linux-armv6l.tar.gz 01:05:08 running ./make.bash env=[GOOS=linux GOARCH=arm GOARM=6] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:09:23 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-arm/bin to your PATH. 01:09:24 downloaded https://go.dev/dl/go1.24.7.linux-armv6l.tar.gz 01:09:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ go1.24.7.linux-loong64.tar.gz
01:05:07 start go1.24.7.linux-loong64.tar.gz 01:05:09 running ./make.bash env=[GOOS=linux GOARCH=loong64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-loong64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:09:52 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-loong64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-loong64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-loong64/bin to your PATH. 01:09:53 downloaded https://go.dev/dl/go1.24.7.linux-loong64.tar.gz 01:09:53 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ go1.24.7.linux-mips.tar.gz
01:05:08 start go1.24.7.linux-mips.tar.gz 01:05:10 running ./make.bash env=[GOOS=linux GOARCH=mips] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-mips GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:10:04 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-mips Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-mips/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-mips/bin to your PATH. 01:10:05 downloaded https://go.dev/dl/go1.24.7.linux-mips.tar.gz 01:10:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ go1.24.7.linux-mips64.tar.gz
01:09:25 start go1.24.7.linux-mips64.tar.gz 01:09:29 running ./make.bash env=[GOOS=linux GOARCH=mips64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-mips64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:14:56 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-mips64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-mips64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-mips64/bin to your PATH. 01:14:57 downloaded https://go.dev/dl/go1.24.7.linux-mips64.tar.gz 01:14:57 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ go1.24.7.linux-mips64le.tar.gz
01:09:27 start go1.24.7.linux-mips64le.tar.gz 01:09:31 running ./make.bash env=[GOOS=linux GOARCH=mips64le] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-mips64le GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:14:32 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-mips64le Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-mips64le/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-mips64le/bin to your PATH. 01:14:33 downloaded https://go.dev/dl/go1.24.7.linux-mips64le.tar.gz 01:14:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ go1.24.7.linux-mipsle.tar.gz
01:09:56 start go1.24.7.linux-mipsle.tar.gz 01:10:00 running ./make.bash env=[GOOS=linux GOARCH=mipsle] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-mipsle GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:14:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-mipsle Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-mipsle/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-mipsle/bin to your PATH. 01:14:34 downloaded https://go.dev/dl/go1.24.7.linux-mipsle.tar.gz 01:14:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ go1.24.7.linux-ppc64.tar.gz
01:10:09 start go1.24.7.linux-ppc64.tar.gz 01:10:14 running ./make.bash env=[GOOS=linux GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:15:00 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-ppc64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-ppc64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-ppc64/bin to your PATH. 01:15:00 downloaded https://go.dev/dl/go1.24.7.linux-ppc64.tar.gz 01:15:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ go1.24.7.linux-ppc64le.tar.gz
01:14:35 start go1.24.7.linux-ppc64le.tar.gz 01:14:37 running ./make.bash env=[GOOS=linux GOARCH=ppc64le] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-ppc64le GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:18:59 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-ppc64le Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-ppc64le/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-ppc64le/bin to your PATH. 01:19:00 downloaded https://go.dev/dl/go1.24.7.linux-ppc64le.tar.gz 01:19:00 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ go1.24.7.linux-riscv64.tar.gz
01:14:36 start go1.24.7.linux-riscv64.tar.gz 01:14:38 running ./make.bash env=[GOOS=linux GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:19:00 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-riscv64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-riscv64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-riscv64/bin to your PATH. 01:19:00 downloaded https://go.dev/dl/go1.24.7.linux-riscv64.tar.gz 01:19:00 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ go1.24.7.linux-s390x.tar.gz
01:14:59 start go1.24.7.linux-s390x.tar.gz 01:15:01 running ./make.bash env=[GOOS=linux GOARCH=s390x] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-linux-s390x GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:19:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-linux-s390x Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-linux-s390x/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-linux-s390x/bin to your PATH. 01:19:37 downloaded https://go.dev/dl/go1.24.7.linux-s390x.tar.gz 01:19:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ go1.24.7.netbsd-386.tar.gz
01:15:02 start go1.24.7.netbsd-386.tar.gz 01:15:05 running ./make.bash env=[GOOS=netbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:19:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-netbsd-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-386/bin to your PATH. 01:19:12 downloaded https://go.dev/dl/go1.24.7.netbsd-386.tar.gz 01:19:13 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ go1.24.7.netbsd-amd64.tar.gz
01:19:01 start go1.24.7.netbsd-amd64.tar.gz 01:19:03 running ./make.bash env=[GOOS=netbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:24:21 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-netbsd-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-amd64/bin to your PATH. 01:24:22 downloaded https://go.dev/dl/go1.24.7.netbsd-amd64.tar.gz 01:24:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ go1.24.7.netbsd-arm.tar.gz
01:19:03 start go1.24.7.netbsd-arm.tar.gz 01:19:04 running ./make.bash env=[GOOS=netbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:24:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-netbsd-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-arm/bin to your PATH. 01:24:06 downloaded https://go.dev/dl/go1.24.7.netbsd-arm.tar.gz 01:24:06 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ go1.24.7.netbsd-arm64.tar.gz
01:19:15 start go1.24.7.netbsd-arm64.tar.gz 01:19:17 running ./make.bash env=[GOOS=netbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:24:29 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-netbsd-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-netbsd-arm64/bin to your PATH. 01:24:29 downloaded https://go.dev/dl/go1.24.7.netbsd-arm64.tar.gz 01:24:30 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ go1.24.7.openbsd-386.tar.gz
01:19:39 start go1.24.7.openbsd-386.tar.gz 01:19:42 running ./make.bash env=[GOOS=openbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:24:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-openbsd-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-386/bin to your PATH. 01:24:37 downloaded https://go.dev/dl/go1.24.7.openbsd-386.tar.gz 01:24:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ go1.24.7.openbsd-amd64.tar.gz
01:24:07 start go1.24.7.openbsd-amd64.tar.gz 01:24:09 running ./make.bash env=[GOOS=openbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:28:29 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-openbsd-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-amd64/bin to your PATH. 01:28:31 downloaded https://go.dev/dl/go1.24.7.openbsd-amd64.tar.gz 01:28:31 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ go1.24.7.openbsd-arm.tar.gz
01:24:24 start go1.24.7.openbsd-arm.tar.gz 01:24:26 running ./make.bash env=[GOOS=openbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:28:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-openbsd-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-arm/bin to your PATH. 01:28:33 downloaded https://go.dev/dl/go1.24.7.openbsd-arm.tar.gz 01:28:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ go1.24.7.openbsd-arm64.tar.gz
01:24:32 start go1.24.7.openbsd-arm64.tar.gz 01:24:34 running ./make.bash env=[GOOS=openbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:28:53 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-openbsd-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-arm64/bin to your PATH. 01:28:54 downloaded https://go.dev/dl/go1.24.7.openbsd-arm64.tar.gz 01:28:54 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ go1.24.7.openbsd-ppc64.tar.gz
01:24:42 start go1.24.7.openbsd-ppc64.tar.gz 01:24:45 running ./make.bash env=[GOOS=openbsd GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:29:13 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-openbsd-ppc64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-ppc64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-ppc64/bin to your PATH. 01:29:14 downloaded https://go.dev/dl/go1.24.7.openbsd-ppc64.tar.gz 01:29:14 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ go1.24.7.openbsd-riscv64.tar.gz
01:28:33 start go1.24.7.openbsd-riscv64.tar.gz 01:28:35 running ./make.bash env=[GOOS=openbsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:33:05 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-openbsd-riscv64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-riscv64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-openbsd-riscv64/bin to your PATH. 01:33:06 downloaded https://go.dev/dl/go1.24.7.openbsd-riscv64.tar.gz 01:33:07 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ go1.24.7.plan9-386.tar.gz
01:28:35 start go1.24.7.plan9-386.tar.gz 01:28:37 running ./make.bash env=[GOOS=plan9 GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-plan9-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:32:48 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-plan9-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-plan9-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-plan9-386/bin to your PATH. 01:32:49 downloaded https://go.dev/dl/go1.24.7.plan9-386.tar.gz 01:32:49 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ go1.24.7.plan9-amd64.tar.gz
01:28:57 start go1.24.7.plan9-amd64.tar.gz 01:28:59 running ./make.bash env=[GOOS=plan9 GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-plan9-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:33:37 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-plan9-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-plan9-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-plan9-amd64/bin to your PATH. 01:33:38 downloaded https://go.dev/dl/go1.24.7.plan9-amd64.tar.gz 01:33:39 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ go1.24.7.plan9-arm.tar.gz
01:29:16 start go1.24.7.plan9-arm.tar.gz 01:29:18 running ./make.bash env=[GOOS=plan9 GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-plan9-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:33:42 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-plan9-arm Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-plan9-arm/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-plan9-arm/bin to your PATH. 01:33:44 downloaded https://go.dev/dl/go1.24.7.plan9-arm.tar.gz 01:33:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ go1.24.7.solaris-amd64.tar.gz
01:32:52 start go1.24.7.solaris-amd64.tar.gz 01:32:54 running ./make.bash env=[GOOS=solaris GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-solaris-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:37:59 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-solaris-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-solaris-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-solaris-amd64/bin to your PATH. 01:38:01 downloaded https://go.dev/dl/go1.24.7.solaris-amd64.tar.gz 01:38:01 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ go1.24.7.src.tar.gz
00:55:20 downloaded https://go.dev/dl/go1.24.7.src.tar.gz 00:55:20 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"] 00:55:24 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"] 00:55:28 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"] 00:55:33 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"] 01:00:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"] 01:00:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"] 01:00:57 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"] 01:01:03 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"] 01:04:49 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"] 01:05:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"] 01:05:05 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"] 01:05:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"] 01:09:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"] 01:09:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"] 01:09:53 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"] 01:10:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"] 01:14:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"] 01:14:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"] 01:14:57 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"] 01:15:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"] 01:19:00 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"] 01:19:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"] 01:19:13 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"] 01:19:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"] 01:24:06 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"] 01:24:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"] 01:24:30 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"] 01:24:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"] 01:28:31 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"] 01:28:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"] 01:28:54 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"] 01:29:15 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"] 01:32:49 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"] 01:33:07 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"] 01:33:39 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"] 01:33:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"] 01:38:01 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"] 01:38:05 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"] 01:38:30 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"] 01:38:33 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.24.7.windows-386.msi
01:38:07 downloaded https://go.dev/dl/go1.24.7.windows-386.msi 01:38:15 PASS: verified content against posted zip
✅ go1.24.7.windows-386.zip
01:33:10 start go1.24.7.windows-386.zip 01:33:14 running ./make.bash env=[GOOS=windows GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-windows-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:38:05 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-windows-386 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-windows-386/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-windows-386/bin to your PATH. 01:38:06 downloaded https://go.dev/dl/go1.24.7.windows-386.zip 01:38:06 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ go1.24.7.windows-amd64.msi
01:38:35 downloaded https://go.dev/dl/go1.24.7.windows-amd64.msi 01:38:44 PASS: verified content against posted zip
✅ go1.24.7.windows-amd64.zip
01:33:43 start go1.24.7.windows-amd64.zip 01:33:48 running ./make.bash env=[GOOS=windows GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-windows-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:38:33 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-windows-amd64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-windows-amd64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-windows-amd64/bin to your PATH. 01:38:34 downloaded https://go.dev/dl/go1.24.7.windows-amd64.zip 01:38:34 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.24.7.windows-arm64.msi
01:38:32 downloaded https://go.dev/dl/go1.24.7.windows-arm64.msi 01:38:40 PASS: verified content against posted zip
✅ go1.24.7.windows-arm64.zip
01:33:47 start go1.24.7.windows-arm64.zip 01:33:51 running ./make.bash env=[GOOS=windows GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-4039302062/repro-go1.24.7-windows-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.22 01:38:30 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/repro-go1.24.7-windows-arm64 Installed commands in /tmp/gorebuild-4039302062/repro-go1.24.7-windows-arm64/bin *** You need to add /tmp/gorebuild-4039302062/repro-go1.24.7-windows-arm64/bin to your PATH. 01:38:31 downloaded https://go.dev/dl/go1.24.7.windows-arm64.zip 01:38:31 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.aix-ppc64.info
00:55:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.aix-ppc64.info 00:55:21 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.aix-ppc64.mod
00:55:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.aix-ppc64.mod 00:55:21 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.aix-ppc64.zip
00:55:21 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.aix-ppc64.zip 00:55:21 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.darwin-amd64.info
00:55:24 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-amd64.info 00:55:24 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.darwin-amd64.mod
00:55:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-amd64.mod 00:55:25 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.darwin-amd64.zip
00:55:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-amd64.zip 00:55:33 verified match after stripping signatures from executables 00:55:33 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.darwin-arm64.info
00:55:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-arm64.info 00:55:33 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.darwin-arm64.mod
00:55:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-arm64.mod 00:55:33 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.darwin-arm64.zip
00:55:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-arm64.zip 00:55:41 verified match after stripping signatures from executables 00:55:41 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.dragonfly-amd64.info
00:55:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.dragonfly-amd64.info 00:55:28 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.dragonfly-amd64.mod
00:55:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.dragonfly-amd64.mod 00:55:28 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.dragonfly-amd64.zip
00:55:28 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.dragonfly-amd64.zip 00:55:29 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-386.info
01:00:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-386.info 01:00:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.freebsd-386.mod
01:00:29 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-386.mod 01:00:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.freebsd-386.zip
01:00:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-386.zip 01:00:31 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.freebsd-amd64.info
01:00:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-amd64.info 01:00:58 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-amd64.mod
01:00:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-amd64.mod 01:00:58 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-amd64.zip
01:00:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-amd64.zip 01:00:59 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-arm.info
01:00:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm.info 01:00:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.freebsd-arm.mod
01:00:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm.mod 01:00:41 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.freebsd-arm.zip
01:00:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm.zip 01:00:42 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.freebsd-arm64.info
01:01:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm64.info 01:01:03 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.freebsd-arm64.mod
01:01:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm64.mod 01:01:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.freebsd-arm64.zip
01:01:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm64.zip 01:01:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.freebsd-riscv64.info
01:04:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-riscv64.info 01:04:49 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.freebsd-riscv64.mod
01:04:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-riscv64.mod 01:04:49 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.freebsd-riscv64.zip
01:04:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-riscv64.zip 01:04:51 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.illumos-amd64.info
01:05:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.illumos-amd64.info 01:05:06 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.illumos-amd64.mod
01:05:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.illumos-amd64.mod 01:05:06 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.illumos-amd64.zip
01:05:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.illumos-amd64.zip 01:05:07 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-386.info
01:05:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-386.info 01:05:03 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.7.linux-386.mod
01:05:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-386.mod 01:05:04 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.7.linux-386.zip
01:05:04 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-386.zip 01:05:05 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.7.linux-amd64.info
01:05:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-amd64.info 01:05:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-amd64.mod
01:05:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-amd64.mod 01:05:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-amd64.zip
01:05:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-amd64.zip 01:05:08 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-arm.info
01:09:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm.info 01:09:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.7.linux-arm.mod
01:09:25 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm.mod 01:09:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.7.linux-arm.zip
01:09:26 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm.zip 01:09:27 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.7.linux-arm64.info
01:09:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm64.info 01:09:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.linux-arm64.mod
01:09:22 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm64.mod 01:09:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.linux-arm64.zip
01:09:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm64.zip 01:09:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.linux-loong64.info
01:09:53 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-loong64.info 01:09:53 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.7.linux-loong64.mod
01:09:54 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-loong64.mod 01:09:54 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.7.linux-loong64.zip
01:09:55 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-loong64.zip 01:09:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.7.linux-mips.info
01:10:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips.info 01:10:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.7.linux-mips.mod
01:10:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips.mod 01:10:06 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.7.linux-mips.zip
01:10:08 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips.zip 01:10:08 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.7.linux-mips64.info
01:14:57 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64.info 01:14:57 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.7.linux-mips64.mod
01:14:57 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64.mod 01:14:57 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.7.linux-mips64.zip
01:14:58 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64.zip 01:14:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.7.linux-mips64le.info
01:14:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64le.info 01:14:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.7.linux-mips64le.mod
01:14:33 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64le.mod 01:14:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.7.linux-mips64le.zip
01:14:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64le.zip 01:14:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.7.linux-mipsle.info
01:14:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mipsle.info 01:14:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.7.linux-mipsle.mod
01:14:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mipsle.mod 01:14:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.7.linux-mipsle.zip
01:14:36 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mipsle.zip 01:14:36 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.7.linux-ppc64.info
01:15:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64.info 01:15:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.linux-ppc64.mod
01:15:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64.mod 01:15:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.linux-ppc64.zip
01:15:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64.zip 01:15:02 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.linux-ppc64le.info
01:19:00 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64le.info 01:19:00 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.7.linux-ppc64le.mod
01:19:00 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64le.mod 01:19:00 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.7.linux-ppc64le.zip
01:19:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64le.zip 01:19:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.7.linux-riscv64.info
01:19:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-riscv64.info 01:19:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.linux-riscv64.mod
01:19:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-riscv64.mod 01:19:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.linux-riscv64.zip
01:19:02 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-riscv64.zip 01:19:02 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.linux-s390x.info
01:19:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-s390x.info 01:19:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.7.linux-s390x.mod
01:19:37 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-s390x.mod 01:19:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.7.linux-s390x.zip
01:19:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-s390x.zip 01:19:39 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.7.netbsd-386.info
01:19:13 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-386.info 01:19:13 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.netbsd-386.mod
01:19:13 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-386.mod 01:19:13 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.netbsd-386.zip
01:19:14 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-386.zip 01:19:14 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.netbsd-amd64.info
01:24:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-amd64.info 01:24:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.netbsd-amd64.mod
01:24:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-amd64.mod 01:24:23 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.netbsd-amd64.zip
01:24:23 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-amd64.zip 01:24:24 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.netbsd-arm.info
01:24:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm.info 01:24:06 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.netbsd-arm.mod
01:24:06 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm.mod 01:24:06 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.netbsd-arm.zip
01:24:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm.zip 01:24:07 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.netbsd-arm64.info
01:24:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm64.info 01:24:30 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.netbsd-arm64.mod
01:24:30 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm64.mod 01:24:30 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.netbsd-arm64.zip
01:24:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm64.zip 01:24:31 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-386.info
01:24:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-386.info 01:24:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.openbsd-386.mod
01:24:38 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-386.mod 01:24:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.openbsd-386.zip
01:24:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-386.zip 01:24:42 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.openbsd-amd64.info
01:28:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-amd64.info 01:28:31 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.openbsd-amd64.mod
01:28:31 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-amd64.mod 01:28:31 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.openbsd-amd64.zip
01:28:32 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-amd64.zip 01:28:32 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.openbsd-arm.info
01:28:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm.info 01:28:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.openbsd-arm.mod
01:28:34 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm.mod 01:28:34 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.openbsd-arm.zip
01:28:35 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm.zip 01:28:35 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.openbsd-arm64.info
01:28:54 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm64.info 01:28:54 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-arm64.mod
01:28:54 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm64.mod 01:28:54 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-arm64.zip
01:28:56 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm64.zip 01:28:56 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-ppc64.info
01:29:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-ppc64.info 01:29:15 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.openbsd-ppc64.mod
01:29:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-ppc64.mod 01:29:15 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.openbsd-ppc64.zip
01:29:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-ppc64.zip 01:29:15 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.openbsd-riscv64.info
01:33:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-riscv64.info 01:33:07 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.openbsd-riscv64.mod
01:33:07 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-riscv64.mod 01:33:07 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.openbsd-riscv64.zip
01:33:09 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-riscv64.zip 01:33:09 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.plan9-386.info
01:32:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-386.info 01:32:49 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.7.plan9-386.mod
01:32:49 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-386.mod 01:32:49 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.7.plan9-386.zip
01:32:51 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-386.zip 01:32:52 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.7.plan9-amd64.info
01:33:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-amd64.info 01:33:39 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.plan9-amd64.mod
01:33:39 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-amd64.mod 01:33:39 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.plan9-amd64.zip
01:33:42 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-amd64.zip 01:33:42 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.plan9-arm.info
01:33:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-arm.info 01:33:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.plan9-arm.mod
01:33:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-arm.mod 01:33:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.plan9-arm.zip
01:33:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-arm.zip 01:33:46 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.solaris-amd64.info
01:38:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.solaris-amd64.info 01:38:01 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.solaris-amd64.mod
01:38:01 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.solaris-amd64.mod 01:38:01 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.solaris-amd64.zip
01:38:03 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.solaris-amd64.zip 01:38:03 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-386.info
01:38:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-386.info 01:38:15 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.7.windows-386.mod
01:38:15 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-386.mod 01:38:15 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.7.windows-386.zip
01:38:17 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-386.zip 01:38:17 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.7.windows-amd64.info
01:38:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-amd64.info 01:38:44 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-amd64.mod
01:38:44 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-amd64.mod 01:38:44 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-amd64.zip
01:38:45 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-amd64.zip 01:38:45 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-arm64.info
01:38:40 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-arm64.info 01:38:40 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.windows-arm64.mod
01:38:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-arm64.mod 01:38:41 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.windows-arm64.zip
01:38:41 downloaded https://go.dev/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-arm64.zip 01:38:41 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
Bootstraps
Bootstrap go1.22
00:02:41 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.22.tar.gz 00:06:21 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-4039302062/bootstrap-go1.22 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.20 00:07:38 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.20. (go1.20.14 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/bootstrap-go1.22 Installed commands in /tmp/gorebuild-4039302062/bootstrap-go1.22/bin *** You need to add /tmp/gorebuild-4039302062/bootstrap-go1.22/bin to your PATH.
Bootstrap go1.20
00:02:49 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.20.tar.gz 00:05:11 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-4039302062/bootstrap-go1.20 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.17 00:06:21 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.17. (go1.17.13 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/bootstrap-go1.20 Installed commands in /tmp/gorebuild-4039302062/bootstrap-go1.20/bin
Bootstrap go1.17
00:02:57 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.17.tar.gz 00:03:24 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-4039302062/bootstrap-go1.17 GOROOT_BOOTSTRAP=/tmp/gorebuild-4039302062/bootstrap-go1.4 00:05:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-4039302062/bootstrap-go1.4. (go1.4-bootstrap-20170531 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-4039302062/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-4039302062/bootstrap-go1.17 Installed commands in /tmp/gorebuild-4039302062/bootstrap-go1.17/bin
Bootstrap go1.4
00:03:01 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-4039302062/bootstrap-go1.4 GOROOT_BOOTSTRAP= 00:03:24 ./make.bash completed: # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 /tmp/gorebuild-4039302062/bootstrap-go1.4/src/lib9/fmt/vsmprint.c: In function 'fmtStrFlush': /tmp/gorebuild-4039302062/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-4039302062/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-4039302062/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-4039302062/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-4039302062/bootstrap-go1.4/src/cmd/cc/scon.c: In function 'acom2': /tmp/gorebuild-4039302062/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-4039302062/bootstrap-go1.4/src/cmd/cc/scon.c:399:14: note: 'trm' declared here 399 | Term trm[NTERM]; | ^~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go # Building packages and commands for linux/amd64. runtime errors sync/atomic unicode unicode/utf8 math sort encoding unicode/utf16 container/list crypto/subtle container/ring image/color runtime/race sync image/color/palette container/heap 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 crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 os encoding/pem image/draw image/jpeg path/filepath net os/signal regexp io/ioutil os/exec fmt encoding/binary cmd/pprof/internal/svg crypto/des index/suffixarray cmd/internal/goobj cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm debug/dwarf debug/gosym debug/plan9obj flag log go/token encoding/json encoding/xml text/template/parse compress/flate math/big encoding/hex mime net/http/internal runtime/pprof cmd/pprof/internal/tempfile archive/tar compress/lzw database/sql/driver encoding/csv encoding/gob os/user runtime/debug text/scanner cmd/pack testing/iotest go/scanner image/gif database/sql testing/quick testing go/ast debug/elf debug/macho debug/pe compress/gzip archive/zip compress/zlib text/template image/png cmd/pprof/internal/profile crypto/elliptic encoding/asn1 crypto/rand crypto/dsa go/parser go/printer crypto/rsa net/textproto log/syslog go/doc html/template crypto/x509/pkix crypto/ecdsa cmd/internal/objfile crypto/x509 mime/multipart net/mail cmd/pprof/internal/plugin cmd/pprof/internal/symbolz cmd/pprof/internal/symbolizer cmd/cgo go/format cmd/gofmt go/build cmd/addr2line cmd/nm cmd/objdump cmd/fix cmd/yacc cmd/pprof/internal/report crypto/tls 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-4039302062/bootstrap-go1.4 Installed commands in /tmp/gorebuild-4039302062/bootstrap-go1.4/bin