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