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