Go 可复现构建报告
从 Go 1.21 开始,通过 go.dev/dl/ 提供的 Go 二进制工具链下载文件,任何人都可以使用 golang.org/x/build/cmd/gorebuild 在任何平台上进行复现和验证。更多详情,请参阅博客文章“完全可复现、经过验证的 Go 工具链”。
此页面每天更新一次,显示在 Ubuntu 虚拟机中运行 gorebuild
的结果,使用的脚本如下:
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
安装 msitools
允许 gorebuild
检查 Windows MSI 安装文件的内容。-p=4
表示最多同时进行四次构建。
使用 Go 版本 go1.24.7,linux-amd64 构建。
重建开始于 2025-09-04 00:03:54 UTC。
重建完成于 2025-09-04 01:50:03 UTC。
耗时:1小时46分钟8秒。
发布
✅ go1.25.1
日志
00:09:33 downloaded https://go.googlesource.com/go/+archive/refs/tags/go1.25.1.tar.gz 01:50:03 PASS
✅ go1.25.1.aix-ppc64.tar.gz
00:09:33 start go1.25.1.aix-ppc64.tar.gz 00:09:35 running ./make.bash env=[GOOS=aix GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-aix-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:14:48 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, aix/ppc64. Packaging archives for aix/ppc64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 45ab4290adbd6ee9 go1.25.1.aix-ppc64.tar.gz distpack: 31194d828d2da5e2 v0.0.1-go1.25.1.aix-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.aix-ppc64.mod distpack: ed5776a97cf23b47 v0.0.1-go1.25.1.aix-ppc64.info --- Installed Go for aix/ppc64 in /tmp/gorebuild-22544804/repro-go1.25.1-aix-ppc64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-aix-ppc64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-aix-ppc64/bin to your PATH. 00:14:50 downloaded https://go-lang.org.cn/dl/go1.25.1.aix-ppc64.tar.gz 00:14:51 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ go1.25.1.darwin-amd64.pkg
00:14:51 downloaded https://go-lang.org.cn/dl/go1.25.1.darwin-amd64.pkg 00:14:56 PASS: verified content against posted tgz
✅ go1.25.1.darwin-amd64.tar.gz
00:09:33 start go1.25.1.darwin-amd64.tar.gz 00:09:35 running ./make.bash env=[GOOS=darwin GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-darwin-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:14:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, darwin/amd64. Packaging archives for darwin/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 08d1c5c0bff455d9 go1.25.1.darwin-amd64.tar.gz distpack: ea007a9e9150079a v0.0.1-go1.25.1.darwin-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.darwin-amd64.mod distpack: a31e3b4a89b1917e v0.0.1-go1.25.1.darwin-amd64.info --- Installed Go for darwin/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-darwin-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-darwin-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-darwin-amd64/bin to your PATH. 00:14:42 downloaded https://go-lang.org.cn/dl/go1.25.1.darwin-amd64.tar.gz 00:14:48 verified match after stripping signatures from executables 00:14:48 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ go1.25.1.darwin-arm64.pkg
00:14:49 downloaded https://go-lang.org.cn/dl/go1.25.1.darwin-arm64.pkg 00:14:54 PASS: verified content against posted tgz
✅ go1.25.1.darwin-arm64.tar.gz
00:09:33 start go1.25.1.darwin-arm64.tar.gz 00:09:35 running ./make.bash env=[GOOS=darwin GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-darwin-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:14:39 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, darwin/arm64. Packaging archives for darwin/arm64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: e5ea9c972d0c7d72 go1.25.1.darwin-arm64.tar.gz distpack: 8c7166f7846b5ae1 v0.0.1-go1.25.1.darwin-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.darwin-arm64.mod distpack: ae8455a790988a94 v0.0.1-go1.25.1.darwin-arm64.info --- Installed Go for darwin/arm64 in /tmp/gorebuild-22544804/repro-go1.25.1-darwin-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-darwin-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-darwin-arm64/bin to your PATH. 00:14:41 downloaded https://go-lang.org.cn/dl/go1.25.1.darwin-arm64.tar.gz 00:14:46 verified match after stripping signatures from executables 00:14:46 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ go1.25.1.dragonfly-amd64.tar.gz
00:09:33 start go1.25.1.dragonfly-amd64.tar.gz 00:09:35 running ./make.bash env=[GOOS=dragonfly GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-dragonfly-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:14:41 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, dragonfly/amd64. Packaging archives for dragonfly/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 2e3c1549bed31247 go1.25.1.dragonfly-amd64.tar.gz distpack: c05c73f509a21649 v0.0.1-go1.25.1.dragonfly-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.dragonfly-amd64.mod distpack: 298771b55444f27f v0.0.1-go1.25.1.dragonfly-amd64.info --- Installed Go for dragonfly/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-dragonfly-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-dragonfly-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-dragonfly-amd64/bin to your PATH. 00:14:44 downloaded https://go-lang.org.cn/dl/go1.25.1.dragonfly-amd64.tar.gz 00:14:44 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ go1.25.1.freebsd-386.tar.gz
00:14:52 start go1.25.1.freebsd-386.tar.gz 00:14:54 running ./make.bash env=[GOOS=freebsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-freebsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:19:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/386. Packaging archives for freebsd/386. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: dc0198dd4ec520e1 go1.25.1.freebsd-386.tar.gz distpack: 96e584e7a778de0d v0.0.1-go1.25.1.freebsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-386.mod distpack: 9ac85542d299a5a5 v0.0.1-go1.25.1.freebsd-386.info --- Installed Go for freebsd/386 in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-386/bin to your PATH. 00:19:04 downloaded https://go-lang.org.cn/dl/go1.25.1.freebsd-386.tar.gz 00:19:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ go1.25.1.freebsd-amd64.tar.gz
00:14:57 start go1.25.1.freebsd-amd64.tar.gz 00:14:59 running ./make.bash env=[GOOS=freebsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-freebsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:19:17 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/amd64. Packaging archives for freebsd/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: c4f1a7e7b258406e go1.25.1.freebsd-amd64.tar.gz distpack: ff3451ce9252754e v0.0.1-go1.25.1.freebsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-amd64.mod distpack: fd3de9954611fe07 v0.0.1-go1.25.1.freebsd-amd64.info --- Installed Go for freebsd/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-amd64/bin to your PATH. 00:19:20 downloaded https://go-lang.org.cn/dl/go1.25.1.freebsd-amd64.tar.gz 00:19:20 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ go1.25.1.freebsd-arm.tar.gz
00:15:07 start go1.25.1.freebsd-arm.tar.gz 00:15:10 running ./make.bash env=[GOOS=freebsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-freebsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:19:16 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/arm. Packaging archives for freebsd/arm. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 7772fc5ff71ed392 go1.25.1.freebsd-arm.tar.gz distpack: 7e7564b6c64618c5 v0.0.1-go1.25.1.freebsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-arm.mod distpack: cff9cafc557f0f56 v0.0.1-go1.25.1.freebsd-arm.info --- Installed Go for freebsd/arm in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-arm/bin to your PATH. 00:19:18 downloaded https://go-lang.org.cn/dl/go1.25.1.freebsd-arm.tar.gz 00:19:19 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ go1.25.1.freebsd-arm64.tar.gz
00:15:09 start go1.25.1.freebsd-arm64.tar.gz 00:15:11 running ./make.bash env=[GOOS=freebsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-freebsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:19:26 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/arm64. Packaging archives for freebsd/arm64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 5bb011d5d5b6218b go1.25.1.freebsd-arm64.tar.gz distpack: aa3d4ed76aa00a0d v0.0.1-go1.25.1.freebsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-arm64.mod distpack: cb47fc649513f4a1 v0.0.1-go1.25.1.freebsd-arm64.info --- Installed Go for freebsd/arm64 in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-arm64/bin to your PATH. 00:19:28 downloaded https://go-lang.org.cn/dl/go1.25.1.freebsd-arm64.tar.gz 00:19:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ go1.25.1.freebsd-riscv64.tar.gz
00:19:10 start go1.25.1.freebsd-riscv64.tar.gz 00:19:12 running ./make.bash env=[GOOS=freebsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-freebsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:23:26 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/riscv64. Packaging archives for freebsd/riscv64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: ccac716240cb049b go1.25.1.freebsd-riscv64.tar.gz distpack: 6bce85feab847966 v0.0.1-go1.25.1.freebsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.freebsd-riscv64.mod distpack: db31745c26845ea3 v0.0.1-go1.25.1.freebsd-riscv64.info --- Installed Go for freebsd/riscv64 in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-riscv64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-riscv64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-freebsd-riscv64/bin to your PATH. 00:23:28 downloaded https://go-lang.org.cn/dl/go1.25.1.freebsd-riscv64.tar.gz 00:23:28 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ go1.25.1.illumos-amd64.tar.gz
00:19:23 start go1.25.1.illumos-amd64.tar.gz 00:19:25 running ./make.bash env=[GOOS=illumos GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-illumos-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:23:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, illumos/amd64. Packaging archives for illumos/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: cc53910ffb9fcfdd go1.25.1.illumos-amd64.tar.gz distpack: 183bab28925b8c17 v0.0.1-go1.25.1.illumos-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.illumos-amd64.mod distpack: e088bd4ae48056b6 v0.0.1-go1.25.1.illumos-amd64.info --- Installed Go for illumos/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-illumos-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-illumos-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-illumos-amd64/bin to your PATH. 00:23:42 downloaded https://go-lang.org.cn/dl/go1.25.1.illumos-amd64.tar.gz 00:23:43 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ go1.25.1.linux-386.tar.gz
00:19:26 start go1.25.1.linux-386.tar.gz 00:19:29 running ./make.bash env=[GOOS=linux GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:23:31 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/386. Packaging archives for linux/386. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: d03cdcbc9bd8baf5 go1.25.1.linux-386.tar.gz distpack: 882da82e2391381c v0.0.1-go1.25.1.linux-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-386.mod distpack: d9738bb66268b3ba v0.0.1-go1.25.1.linux-386.info --- Installed Go for linux/386 in /tmp/gorebuild-22544804/repro-go1.25.1-linux-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-386/bin to your PATH. 00:23:33 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-386.tar.gz 00:23:34 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ go1.25.1.linux-amd64.tar.gz
00:19:35 start go1.25.1.linux-amd64.tar.gz 00:19:38 running ./make.bash env=[GOOS=linux GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:23:22 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/amd64. Packaging archives for linux/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 7716a0d940a0f6ae go1.25.1.linux-amd64.tar.gz distpack: a0a2abaa154a0a20 v0.0.1-go1.25.1.linux-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-amd64.mod distpack: 55b3a03a1939e0f4 v0.0.1-go1.25.1.linux-amd64.info --- Installed Go for linux/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-linux-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-amd64/bin to your PATH. 00:23:23 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-amd64.tar.gz 00:23:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ go1.25.1.linux-arm64.tar.gz
00:23:25 start go1.25.1.linux-arm64.tar.gz 00:23:27 running ./make.bash env=[GOOS=linux GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:28:37 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/arm64. Packaging archives for linux/arm64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 65a3e34fb2126f55 go1.25.1.linux-arm64.tar.gz distpack: 45102815a084064f v0.0.1-go1.25.1.linux-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-arm64.mod distpack: cdef26d6cfc9c13f v0.0.1-go1.25.1.linux-arm64.info --- Installed Go for linux/arm64 in /tmp/gorebuild-22544804/repro-go1.25.1-linux-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-arm64/bin to your PATH. 00:28:40 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-arm64.tar.gz 00:28:40 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ go1.25.1.linux-armv6l.tar.gz
00:23:36 start go1.25.1.linux-armv6l.tar.gz 00:23:38 running ./make.bash env=[GOOS=linux GOARCH=arm GOARM=6] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:28:38 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/arm. Packaging archives for linux/arm. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: eb949be683e82a99 go1.25.1.linux-arm.tar.gz distpack: 8314130e3c6a74ac v0.0.1-go1.25.1.linux-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-arm.mod distpack: 1e3ad6cc28301d9e v0.0.1-go1.25.1.linux-arm.info --- Installed Go for linux/arm in /tmp/gorebuild-22544804/repro-go1.25.1-linux-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-arm/bin to your PATH. 00:28:40 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-armv6l.tar.gz 00:28:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ go1.25.1.linux-loong64.tar.gz
00:23:41 start go1.25.1.linux-loong64.tar.gz 00:23:43 running ./make.bash env=[GOOS=linux GOARCH=loong64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-loong64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:28:52 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/loong64. Packaging archives for linux/loong64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: efe809f923bcedab go1.25.1.linux-loong64.tar.gz distpack: 5ad54cf95c3aa98d v0.0.1-go1.25.1.linux-loong64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-loong64.mod distpack: 7367edcee7ff5f2f v0.0.1-go1.25.1.linux-loong64.info --- Installed Go for linux/loong64 in /tmp/gorebuild-22544804/repro-go1.25.1-linux-loong64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-loong64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-loong64/bin to your PATH. 00:28:54 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-loong64.tar.gz 00:28:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ go1.25.1.linux-mips.tar.gz
00:23:50 start go1.25.1.linux-mips.tar.gz 00:23:55 running ./make.bash env=[GOOS=linux GOARCH=mips] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-mips GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:29:05 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips. Packaging archives for linux/mips. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: c0de33679f6ed689 go1.25.1.linux-mips.tar.gz distpack: 680ff9bbe5bd34d4 v0.0.1-go1.25.1.linux-mips.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-mips.mod distpack: a3a36c0ff2365726 v0.0.1-go1.25.1.linux-mips.info --- Installed Go for linux/mips in /tmp/gorebuild-22544804/repro-go1.25.1-linux-mips Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-mips/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-mips/bin to your PATH. 00:29:07 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-mips.tar.gz 00:29:08 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ go1.25.1.linux-mips64.tar.gz
00:28:44 start go1.25.1.linux-mips64.tar.gz 00:28:46 running ./make.bash env=[GOOS=linux GOARCH=mips64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-mips64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:33:29 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips64. Packaging archives for linux/mips64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: c270f7b0c0bdfbcd go1.25.1.linux-mips64.tar.gz distpack: 26c7c21b5a89b99c v0.0.1-go1.25.1.linux-mips64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-mips64.mod distpack: 10743f40f9a0e55b v0.0.1-go1.25.1.linux-mips64.info --- Installed Go for linux/mips64 in /tmp/gorebuild-22544804/repro-go1.25.1-linux-mips64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-mips64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-mips64/bin to your PATH. 00:33:31 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-mips64.tar.gz 00:33:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ go1.25.1.linux-mips64le.tar.gz
00:28:48 start go1.25.1.linux-mips64le.tar.gz 00:28:50 running ./make.bash env=[GOOS=linux GOARCH=mips64le] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-mips64le GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:33:19 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips64le. Packaging archives for linux/mips64le. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 80be871ba9c944f3 go1.25.1.linux-mips64le.tar.gz distpack: ea918be561bf2b9c v0.0.1-go1.25.1.linux-mips64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-mips64le.mod distpack: 48f28607686396e1 v0.0.1-go1.25.1.linux-mips64le.info --- Installed Go for linux/mips64le in /tmp/gorebuild-22544804/repro-go1.25.1-linux-mips64le Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-mips64le/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-mips64le/bin to your PATH. 00:33:21 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-mips64le.tar.gz 00:33:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ go1.25.1.linux-mipsle.tar.gz
00:29:01 start go1.25.1.linux-mipsle.tar.gz 00:29:03 running ./make.bash env=[GOOS=linux GOARCH=mipsle] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-mipsle GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:33:23 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mipsle. Packaging archives for linux/mipsle. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 9f09defa9bb22ebf go1.25.1.linux-mipsle.tar.gz distpack: b2a1005c7e7d80ea v0.0.1-go1.25.1.linux-mipsle.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-mipsle.mod distpack: 9f1cba74ac481a39 v0.0.1-go1.25.1.linux-mipsle.info --- Installed Go for linux/mipsle in /tmp/gorebuild-22544804/repro-go1.25.1-linux-mipsle Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-mipsle/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-mipsle/bin to your PATH. 00:33:25 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-mipsle.tar.gz 00:33:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ go1.25.1.linux-ppc64.tar.gz
00:29:14 start go1.25.1.linux-ppc64.tar.gz 00:29:16 running ./make.bash env=[GOOS=linux GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:33:45 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/ppc64. Packaging archives for linux/ppc64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 2c76b7d278c1d43a go1.25.1.linux-ppc64.tar.gz distpack: 6ee5482168e025d3 v0.0.1-go1.25.1.linux-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-ppc64.mod distpack: 82c587ae6b2179f5 v0.0.1-go1.25.1.linux-ppc64.info --- Installed Go for linux/ppc64 in /tmp/gorebuild-22544804/repro-go1.25.1-linux-ppc64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-ppc64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-ppc64/bin to your PATH. 00:33:47 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-ppc64.tar.gz 00:33:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ go1.25.1.linux-ppc64le.tar.gz
00:33:27 start go1.25.1.linux-ppc64le.tar.gz 00:33:29 running ./make.bash env=[GOOS=linux GOARCH=ppc64le] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-ppc64le GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:38:25 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/ppc64le. Packaging archives for linux/ppc64le. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 8b0c8d3ee5b1b5c2 go1.25.1.linux-ppc64le.tar.gz distpack: 5ae70a69863117e7 v0.0.1-go1.25.1.linux-ppc64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-ppc64le.mod distpack: 8871466441eec1c7 v0.0.1-go1.25.1.linux-ppc64le.info --- Installed Go for linux/ppc64le in /tmp/gorebuild-22544804/repro-go1.25.1-linux-ppc64le Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-ppc64le/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-ppc64le/bin to your PATH. 00:38:27 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-ppc64le.tar.gz 00:38:27 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ go1.25.1.linux-riscv64.tar.gz
00:33:31 start go1.25.1.linux-riscv64.tar.gz 00:33:33 running ./make.bash env=[GOOS=linux GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:38:31 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/riscv64. Packaging archives for linux/riscv64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 22fe934a9d0c9c57 go1.25.1.linux-riscv64.tar.gz distpack: b4143eb7df1e5b36 v0.0.1-go1.25.1.linux-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-riscv64.mod distpack: 22c5766aa3b729a6 v0.0.1-go1.25.1.linux-riscv64.info --- Installed Go for linux/riscv64 in /tmp/gorebuild-22544804/repro-go1.25.1-linux-riscv64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-riscv64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-riscv64/bin to your PATH. 00:38:33 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-riscv64.tar.gz 00:38:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ go1.25.1.linux-s390x.tar.gz
00:33:37 start go1.25.1.linux-s390x.tar.gz 00:33:40 running ./make.bash env=[GOOS=linux GOARCH=s390x] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-linux-s390x GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:38:45 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/s390x. Packaging archives for linux/s390x. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 9cfe517ba423f59f go1.25.1.linux-s390x.tar.gz distpack: a733d87cdc746105 v0.0.1-go1.25.1.linux-s390x.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.linux-s390x.mod distpack: 6d12ea85f9fe8818 v0.0.1-go1.25.1.linux-s390x.info --- Installed Go for linux/s390x in /tmp/gorebuild-22544804/repro-go1.25.1-linux-s390x Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-linux-s390x/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-linux-s390x/bin to your PATH. 00:38:47 downloaded https://go-lang.org.cn/dl/go1.25.1.linux-s390x.tar.gz 00:38:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ go1.25.1.netbsd-386.tar.gz
00:33:53 start go1.25.1.netbsd-386.tar.gz 00:33:55 running ./make.bash env=[GOOS=netbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-netbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:38:45 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/386. Packaging archives for netbsd/386. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 6af8a08353e76205 go1.25.1.netbsd-386.tar.gz distpack: 8999e15ba9c622ae v0.0.1-go1.25.1.netbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.netbsd-386.mod distpack: 3faf8262faa32807 v0.0.1-go1.25.1.netbsd-386.info --- Installed Go for netbsd/386 in /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-386/bin to your PATH. 00:38:47 downloaded https://go-lang.org.cn/dl/go1.25.1.netbsd-386.tar.gz 00:38:47 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ go1.25.1.netbsd-amd64.tar.gz
00:38:34 start go1.25.1.netbsd-amd64.tar.gz 00:38:36 running ./make.bash env=[GOOS=netbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-netbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:42:55 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/amd64. Packaging archives for netbsd/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: e5d534ff362edb1b go1.25.1.netbsd-amd64.tar.gz distpack: 4f3d901440516e4f v0.0.1-go1.25.1.netbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.netbsd-amd64.mod distpack: a738cb7b829b88e9 v0.0.1-go1.25.1.netbsd-amd64.info --- Installed Go for netbsd/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-amd64/bin to your PATH. 00:42:57 downloaded https://go-lang.org.cn/dl/go1.25.1.netbsd-amd64.tar.gz 00:42:57 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ go1.25.1.netbsd-arm.tar.gz
00:38:38 start go1.25.1.netbsd-arm.tar.gz 00:38:41 running ./make.bash env=[GOOS=netbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-netbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:42:48 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/arm. Packaging archives for netbsd/arm. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 88bcf39254fdcea6 go1.25.1.netbsd-arm.tar.gz distpack: e855119c6a63e8f5 v0.0.1-go1.25.1.netbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.netbsd-arm.mod distpack: 2a6540151af74eaa v0.0.1-go1.25.1.netbsd-arm.info --- Installed Go for netbsd/arm in /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-arm/bin to your PATH. 00:42:50 downloaded https://go-lang.org.cn/dl/go1.25.1.netbsd-arm.tar.gz 00:42:50 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ go1.25.1.netbsd-arm64.tar.gz
00:38:53 start go1.25.1.netbsd-arm64.tar.gz 00:38:55 running ./make.bash env=[GOOS=netbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-netbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:43:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/arm64. Packaging archives for netbsd/arm64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: d7c2eabe1d04ee47 go1.25.1.netbsd-arm64.tar.gz distpack: 94299907101dc838 v0.0.1-go1.25.1.netbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.netbsd-arm64.mod distpack: e7c8435251ce7c51 v0.0.1-go1.25.1.netbsd-arm64.info --- Installed Go for netbsd/arm64 in /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-netbsd-arm64/bin to your PATH. 00:43:13 downloaded https://go-lang.org.cn/dl/go1.25.1.netbsd-arm64.tar.gz 00:43:13 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ go1.25.1.openbsd-386.tar.gz
00:38:54 start go1.25.1.openbsd-386.tar.gz 00:38:56 running ./make.bash env=[GOOS=openbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-openbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:43:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/386. Packaging archives for openbsd/386. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 14a2845977eb4dde go1.25.1.openbsd-386.tar.gz distpack: acf3e48109b3d151 v0.0.1-go1.25.1.openbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-386.mod distpack: 362d7302375be31e v0.0.1-go1.25.1.openbsd-386.info --- Installed Go for openbsd/386 in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-386/bin to your PATH. 00:43:04 downloaded https://go-lang.org.cn/dl/go1.25.1.openbsd-386.tar.gz 00:43:04 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ go1.25.1.openbsd-amd64.tar.gz
00:42:56 start go1.25.1.openbsd-amd64.tar.gz 00:42:58 running ./make.bash env=[GOOS=openbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-openbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:47:15 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/amd64. Packaging archives for openbsd/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: d27ac54b38a13a09 go1.25.1.openbsd-amd64.tar.gz distpack: bf7707ccdb0a2c34 v0.0.1-go1.25.1.openbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-amd64.mod distpack: 2377c4aef0617d11 v0.0.1-go1.25.1.openbsd-amd64.info --- Installed Go for openbsd/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-amd64/bin to your PATH. 00:47:17 downloaded https://go-lang.org.cn/dl/go1.25.1.openbsd-amd64.tar.gz 00:47:17 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ go1.25.1.openbsd-arm.tar.gz
00:43:03 start go1.25.1.openbsd-arm.tar.gz 00:43:06 running ./make.bash env=[GOOS=openbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-openbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:47:10 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/arm. Packaging archives for openbsd/arm. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 0f4ab5f02500afa4 go1.25.1.openbsd-arm.tar.gz distpack: 401f5b92bcc8dc0e v0.0.1-go1.25.1.openbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-arm.mod distpack: ba0ccc792122dfc7 v0.0.1-go1.25.1.openbsd-arm.info --- Installed Go for openbsd/arm in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-arm/bin to your PATH. 00:47:12 downloaded https://go-lang.org.cn/dl/go1.25.1.openbsd-arm.tar.gz 00:47:12 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ go1.25.1.openbsd-arm64.tar.gz
00:43:08 start go1.25.1.openbsd-arm64.tar.gz 00:43:11 running ./make.bash env=[GOOS=openbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-openbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:47:22 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/arm64. Packaging archives for openbsd/arm64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: d46c3bd156843656 go1.25.1.openbsd-arm64.tar.gz distpack: 5fa0dcb1ba08cddd v0.0.1-go1.25.1.openbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-arm64.mod distpack: 9ccc0673cd911c64 v0.0.1-go1.25.1.openbsd-arm64.info --- Installed Go for openbsd/arm64 in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-arm64/bin to your PATH. 00:47:24 downloaded https://go-lang.org.cn/dl/go1.25.1.openbsd-arm64.tar.gz 00:47:24 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ go1.25.1.openbsd-ppc64.tar.gz
00:43:19 start go1.25.1.openbsd-ppc64.tar.gz 00:43:22 running ./make.bash env=[GOOS=openbsd GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-openbsd-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:47:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/ppc64. Packaging archives for openbsd/ppc64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: c550514c67f22e40 go1.25.1.openbsd-ppc64.tar.gz distpack: a60c80275c78e79c v0.0.1-go1.25.1.openbsd-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-ppc64.mod distpack: db0925bbfe590809 v0.0.1-go1.25.1.openbsd-ppc64.info --- Installed Go for openbsd/ppc64 in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-ppc64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-ppc64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-ppc64/bin to your PATH. 00:47:42 downloaded https://go-lang.org.cn/dl/go1.25.1.openbsd-ppc64.tar.gz 00:47:43 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ go1.25.1.openbsd-riscv64.tar.gz
00:47:16 start go1.25.1.openbsd-riscv64.tar.gz 00:47:18 running ./make.bash env=[GOOS=openbsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-openbsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:52:29 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/riscv64. Packaging archives for openbsd/riscv64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 8a09a8714a2556eb go1.25.1.openbsd-riscv64.tar.gz distpack: 9867feaabff1cf56 v0.0.1-go1.25.1.openbsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.openbsd-riscv64.mod distpack: 2eaf6dcd8a102f9a v0.0.1-go1.25.1.openbsd-riscv64.info --- Installed Go for openbsd/riscv64 in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-riscv64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-riscv64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-openbsd-riscv64/bin to your PATH. 00:52:32 downloaded https://go-lang.org.cn/dl/go1.25.1.openbsd-riscv64.tar.gz 00:52:32 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ go1.25.1.plan9-386.tar.gz
00:47:22 start go1.25.1.plan9-386.tar.gz 00:47:24 running ./make.bash env=[GOOS=plan9 GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-plan9-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:52:25 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/386. Packaging archives for plan9/386. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: b0e1fefaf0c7abd7 go1.25.1.plan9-386.tar.gz distpack: f1de14bbbcab5265 v0.0.1-go1.25.1.plan9-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.plan9-386.mod distpack: 820dbe5e914084ea v0.0.1-go1.25.1.plan9-386.info --- Installed Go for plan9/386 in /tmp/gorebuild-22544804/repro-go1.25.1-plan9-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-plan9-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-plan9-386/bin to your PATH. 00:52:28 downloaded https://go-lang.org.cn/dl/go1.25.1.plan9-386.tar.gz 00:52:28 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ go1.25.1.plan9-amd64.tar.gz
00:47:29 start go1.25.1.plan9-amd64.tar.gz 00:47:32 running ./make.bash env=[GOOS=plan9 GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-plan9-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:52:39 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/amd64. Packaging archives for plan9/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: e94732c94f149690 go1.25.1.plan9-amd64.tar.gz distpack: 021cda0a36fa9f4f v0.0.1-go1.25.1.plan9-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.plan9-amd64.mod distpack: e04ad3e2052122d6 v0.0.1-go1.25.1.plan9-amd64.info --- Installed Go for plan9/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-plan9-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-plan9-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-plan9-amd64/bin to your PATH. 00:52:41 downloaded https://go-lang.org.cn/dl/go1.25.1.plan9-amd64.tar.gz 00:52:42 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ go1.25.1.plan9-arm.tar.gz
00:47:49 start go1.25.1.plan9-arm.tar.gz 00:47:52 running ./make.bash env=[GOOS=plan9 GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-plan9-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:52:41 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/arm. Packaging archives for plan9/arm. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 7eb80e9de1e817d9 go1.25.1.plan9-arm.tar.gz distpack: 29f2ca4973ce563a v0.0.1-go1.25.1.plan9-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.plan9-arm.mod distpack: 1db1bdfdae2d490a v0.0.1-go1.25.1.plan9-arm.info --- Installed Go for plan9/arm in /tmp/gorebuild-22544804/repro-go1.25.1-plan9-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-plan9-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-plan9-arm/bin to your PATH. 00:52:44 downloaded https://go-lang.org.cn/dl/go1.25.1.plan9-arm.tar.gz 00:52:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ go1.25.1.solaris-amd64.tar.gz
00:52:33 start go1.25.1.solaris-amd64.tar.gz 00:52:35 running ./make.bash env=[GOOS=solaris GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-solaris-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:56:58 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, solaris/amd64. Packaging archives for solaris/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 1261dfad7c4953c0 go1.25.1.solaris-amd64.tar.gz distpack: 8f4f4c9294201eb2 v0.0.1-go1.25.1.solaris-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.solaris-amd64.mod distpack: d263acff53274cd7 v0.0.1-go1.25.1.solaris-amd64.info --- Installed Go for solaris/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-solaris-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-solaris-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-solaris-amd64/bin to your PATH. 00:57:00 downloaded https://go-lang.org.cn/dl/go1.25.1.solaris-amd64.tar.gz 00:57:00 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ go1.25.1.src.tar.gz
00:14:45 downloaded https://go-lang.org.cn/dl/go1.25.1.src.tar.gz 00:14:45 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"] 00:14:51 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"] 00:14:54 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"] 00:14:56 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"] 00:19:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"] 00:19:19 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"] 00:19:20 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"] 00:19:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"] 00:23:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"] 00:23:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"] 00:23:34 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"] 00:23:43 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"] 00:28:40 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"] 00:28:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"] 00:28:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"] 00:29:08 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"] 00:33:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"] 00:33:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"] 00:33:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"] 00:33:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"] 00:38:27 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"] 00:38:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"] 00:38:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"] 00:38:47 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"] 00:42:50 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"] 00:42:57 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"] 00:43:04 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"] 00:43:13 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"] 00:47:12 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"] 00:47:17 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"] 00:47:24 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"] 00:47:43 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"] 00:52:28 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"] 00:52:32 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"] 00:52:42 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"] 00:52:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"] 00:56:54 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"] 00:57:00 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"] 00:57:11 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"] 00:57:12 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.25.1.windows-386.msi
00:57:00 downloaded https://go-lang.org.cn/dl/go1.25.1.windows-386.msi 00:57:07 PASS: verified content against posted zip
✅ go1.25.1.windows-386.zip
00:52:36 start go1.25.1.windows-386.zip 00:52:38 running ./make.bash env=[GOOS=windows GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-windows-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:56:54 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/386. Packaging archives for windows/386. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: be13d5479b8c7543 go1.25.1.windows-386.zip distpack: 25f119201173b1dd v0.0.1-go1.25.1.windows-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.windows-386.mod distpack: e6894c91f2240178 v0.0.1-go1.25.1.windows-386.info --- Installed Go for windows/386 in /tmp/gorebuild-22544804/repro-go1.25.1-windows-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-windows-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-windows-386/bin to your PATH. 00:56:57 downloaded https://go-lang.org.cn/dl/go1.25.1.windows-386.zip 00:56:57 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ go1.25.1.windows-amd64.msi
00:57:17 downloaded https://go-lang.org.cn/dl/go1.25.1.windows-amd64.msi 00:57:27 PASS: verified content against posted zip
✅ go1.25.1.windows-amd64.zip
00:52:46 start go1.25.1.windows-amd64.zip 00:52:48 running ./make.bash env=[GOOS=windows GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-windows-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:57:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/amd64. Packaging archives for windows/amd64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 4a974de310e7ee1d go1.25.1.windows-amd64.zip distpack: 43be7859ea353a7e v0.0.1-go1.25.1.windows-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.windows-amd64.mod distpack: 985a054ff0af9887 v0.0.1-go1.25.1.windows-amd64.info --- Installed Go for windows/amd64 in /tmp/gorebuild-22544804/repro-go1.25.1-windows-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-windows-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-windows-amd64/bin to your PATH. 00:57:15 downloaded https://go-lang.org.cn/dl/go1.25.1.windows-amd64.zip 00:57:15 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.25.1.windows-arm64.msi
00:57:19 downloaded https://go-lang.org.cn/dl/go1.25.1.windows-arm64.msi 00:57:28 PASS: verified content against posted zip
✅ go1.25.1.windows-arm64.zip
00:52:50 start go1.25.1.windows-arm64.zip 00:52:52 running ./make.bash env=[GOOS=windows GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.25.1-windows-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 00:57:11 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/arm64. Packaging archives for windows/arm64. distpack: d010c109cee94d80 go1.25.1.src.tar.gz distpack: 04bc3c078e9e904c go1.25.1.windows-arm64.zip distpack: e72eea3abf340572 v0.0.1-go1.25.1.windows-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.25.1.windows-arm64.mod distpack: 24398168f19ed559 v0.0.1-go1.25.1.windows-arm64.info --- Installed Go for windows/arm64 in /tmp/gorebuild-22544804/repro-go1.25.1-windows-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.25.1-windows-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.25.1-windows-arm64/bin to your PATH. 00:57:16 downloaded https://go-lang.org.cn/dl/go1.25.1.windows-arm64.zip 00:57:16 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.aix-ppc64.info
00:14:51 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.aix-ppc64.info 00:14:51 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.aix-ppc64.mod
00:14:51 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.aix-ppc64.mod 00:14:51 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.aix-ppc64.zip
00:14:56 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.aix-ppc64.zip 00:14:56 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.darwin-amd64.info
00:14:56 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-amd64.info 00:14:56 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.darwin-amd64.mod
00:14:56 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-amd64.mod 00:14:56 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.darwin-amd64.zip
00:15:02 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-amd64.zip 00:15:08 verified match after stripping signatures from executables 00:15:08 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.darwin-arm64.info
00:14:54 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-arm64.info 00:14:54 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.darwin-arm64.mod
00:14:55 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-arm64.mod 00:14:55 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.darwin-arm64.zip
00:15:00 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.darwin-arm64.zip 00:15:06 verified match after stripping signatures from executables 00:15:06 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.dragonfly-amd64.info
00:14:45 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.dragonfly-amd64.info 00:14:45 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.dragonfly-amd64.mod
00:14:45 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.dragonfly-amd64.mod 00:14:45 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.dragonfly-amd64.zip
00:14:51 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.dragonfly-amd64.zip 00:14:51 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-386.info
00:19:04 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-386.info 00:19:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.freebsd-386.mod
00:19:04 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-386.mod 00:19:04 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.freebsd-386.zip
00:19:10 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-386.zip 00:19:10 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.freebsd-amd64.info
00:19:20 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-amd64.info 00:19:20 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-amd64.mod
00:19:20 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-amd64.mod 00:19:20 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-amd64.zip
00:19:25 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-amd64.zip 00:19:25 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.freebsd-arm.info
00:19:19 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm.info 00:19:19 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.freebsd-arm.mod
00:19:19 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm.mod 00:19:19 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.freebsd-arm.zip
00:19:22 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm.zip 00:19:22 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.freebsd-arm64.info
00:19:29 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm64.info 00:19:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.freebsd-arm64.mod
00:19:29 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm64.mod 00:19:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.freebsd-arm64.zip
00:19:34 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-arm64.zip 00:19:34 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.freebsd-riscv64.info
00:23:29 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-riscv64.info 00:23:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.freebsd-riscv64.mod
00:23:29 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-riscv64.mod 00:23:29 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.freebsd-riscv64.zip
00:23:35 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.freebsd-riscv64.zip 00:23:35 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.illumos-amd64.info
00:23:43 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.illumos-amd64.info 00:23:43 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.illumos-amd64.mod
00:23:43 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.illumos-amd64.mod 00:23:43 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.illumos-amd64.zip
00:23:49 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.illumos-amd64.zip 00:23:49 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-386.info
00:23:34 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-386.info 00:23:34 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.1.linux-386.mod
00:23:34 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-386.mod 00:23:34 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.1.linux-386.zip
00:23:40 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-386.zip 00:23:40 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.25.1.linux-amd64.info
00:23:23 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-amd64.info 00:23:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-amd64.mod
00:23:24 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-amd64.mod 00:23:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-amd64.zip
00:23:24 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-amd64.zip 00:23:24 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.linux-arm.info
00:28:41 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm.info 00:28:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.1.linux-arm.mod
00:28:41 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm.mod 00:28:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.1.linux-arm.zip
00:28:47 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm.zip 00:28:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.25.1.linux-arm64.info
00:28:40 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm64.info 00:28:40 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.linux-arm64.mod
00:28:40 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm64.mod 00:28:40 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.linux-arm64.zip
00:28:43 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-arm64.zip 00:28:43 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.linux-loong64.info
00:28:55 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-loong64.info 00:28:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.1.linux-loong64.mod
00:28:55 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-loong64.mod 00:28:55 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.1.linux-loong64.zip
00:29:00 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-loong64.zip 00:29:00 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.25.1.linux-mips.info
00:29:08 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips.info 00:29:08 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.1.linux-mips.mod
00:29:08 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips.mod 00:29:08 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.1.linux-mips.zip
00:29:13 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips.zip 00:29:13 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.25.1.linux-mips64.info
00:33:31 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64.info 00:33:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.1.linux-mips64.mod
00:33:31 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64.mod 00:33:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.1.linux-mips64.zip
00:33:36 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64.zip 00:33:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.25.1.linux-mips64le.info
00:33:22 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64le.info 00:33:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.1.linux-mips64le.mod
00:33:22 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64le.mod 00:33:22 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.1.linux-mips64le.zip
00:33:26 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mips64le.zip 00:33:27 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.25.1.linux-mipsle.info
00:33:25 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mipsle.info 00:33:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.1.linux-mipsle.mod
00:33:25 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mipsle.mod 00:33:25 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.1.linux-mipsle.zip
00:33:30 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-mipsle.zip 00:33:30 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.25.1.linux-ppc64.info
00:33:48 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64.info 00:33:48 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.linux-ppc64.mod
00:33:48 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64.mod 00:33:48 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.linux-ppc64.zip
00:33:52 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64.zip 00:33:52 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.linux-ppc64le.info
00:38:27 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64le.info 00:38:27 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.1.linux-ppc64le.mod
00:38:27 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64le.mod 00:38:27 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.1.linux-ppc64le.zip
00:38:33 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-ppc64le.zip 00:38:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.25.1.linux-riscv64.info
00:38:33 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-riscv64.info 00:38:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.linux-riscv64.mod
00:38:33 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-riscv64.mod 00:38:33 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.linux-riscv64.zip
00:38:38 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-riscv64.zip 00:38:38 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.linux-s390x.info
00:38:47 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-s390x.info 00:38:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.1.linux-s390x.mod
00:38:47 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-s390x.mod 00:38:47 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.1.linux-s390x.zip
00:38:52 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.linux-s390x.zip 00:38:52 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.25.1.netbsd-386.info
00:38:48 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-386.info 00:38:48 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.netbsd-386.mod
00:38:48 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-386.mod 00:38:48 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.netbsd-386.zip
00:38:53 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-386.zip 00:38:53 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.netbsd-amd64.info
00:42:57 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-amd64.info 00:42:57 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.netbsd-amd64.mod
00:42:57 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-amd64.mod 00:42:57 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.netbsd-amd64.zip
00:43:02 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-amd64.zip 00:43:02 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.netbsd-arm.info
00:42:50 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm.info 00:42:50 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.netbsd-arm.mod
00:42:50 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm.mod 00:42:50 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.netbsd-arm.zip
00:42:56 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm.zip 00:42:56 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.netbsd-arm64.info
00:43:13 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm64.info 00:43:13 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.netbsd-arm64.mod
00:43:14 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm64.mod 00:43:14 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.netbsd-arm64.zip
00:43:18 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.netbsd-arm64.zip 00:43:18 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-386.info
00:43:04 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-386.info 00:43:04 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.openbsd-386.mod
00:43:05 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-386.mod 00:43:05 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.openbsd-386.zip
00:43:08 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-386.zip 00:43:08 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.25.1.openbsd-amd64.info
00:47:18 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-amd64.info 00:47:18 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.openbsd-amd64.mod
00:47:18 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-amd64.mod 00:47:18 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.openbsd-amd64.zip
00:47:21 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-amd64.zip 00:47:21 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.openbsd-arm.info
00:47:12 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm.info 00:47:12 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.openbsd-arm.mod
00:47:13 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm.mod 00:47:13 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.openbsd-arm.zip
00:47:16 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm.zip 00:47:16 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.openbsd-arm64.info
00:47:24 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm64.info 00:47:24 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-arm64.mod
00:47:25 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm64.mod 00:47:25 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-arm64.zip
00:47:28 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-arm64.zip 00:47:29 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.openbsd-ppc64.info
00:47:43 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-ppc64.info 00:47:43 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.openbsd-ppc64.mod
00:47:43 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-ppc64.mod 00:47:43 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.openbsd-ppc64.zip
00:47:48 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-ppc64.zip 00:47:48 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.25.1.openbsd-riscv64.info
00:52:32 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-riscv64.info 00:52:32 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.openbsd-riscv64.mod
00:52:32 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-riscv64.mod 00:52:32 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.openbsd-riscv64.zip
00:52:35 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.openbsd-riscv64.zip 00:52:35 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.25.1.plan9-386.info
00:52:28 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-386.info 00:52:28 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.1.plan9-386.mod
00:52:28 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-386.mod 00:52:28 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.1.plan9-386.zip
00:52:33 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-386.zip 00:52:33 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.25.1.plan9-amd64.info
00:52:42 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-amd64.info 00:52:42 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.plan9-amd64.mod
00:52:42 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-amd64.mod 00:52:42 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.plan9-amd64.zip
00:52:45 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-amd64.zip 00:52:46 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.plan9-arm.info
00:52:44 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-arm.info 00:52:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.plan9-arm.mod
00:52:44 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-arm.mod 00:52:44 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.plan9-arm.zip
00:52:49 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.plan9-arm.zip 00:52:49 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.25.1.solaris-amd64.info
00:57:00 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.solaris-amd64.info 00:57:00 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.solaris-amd64.mod
00:57:01 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.solaris-amd64.mod 00:57:01 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.solaris-amd64.zip
00:57:06 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.solaris-amd64.zip 00:57:06 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-386.info
00:57:08 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-386.info 00:57:08 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.1.windows-386.mod
00:57:08 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-386.mod 00:57:08 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.1.windows-386.zip
00:57:13 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-386.zip 00:57:13 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.25.1.windows-amd64.info
00:57:27 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-amd64.info 00:57:27 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-amd64.mod
00:57:27 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-amd64.mod 00:57:27 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-amd64.zip
00:57:33 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-amd64.zip 00:57:33 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.25.1.windows-arm64.info
00:57:28 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-arm64.info 00:57:28 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.windows-arm64.mod
00:57:28 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-arm64.mod 00:57:28 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.25.1.windows-arm64.zip
00:57:33 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.25.1.windows-arm64.zip 00:57:33 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ go1.24.7
日志
00:57:13 downloaded https://go.googlesource.com/go/+archive/refs/tags/go1.24.7.tar.gz 01:50:03 PASS
✅ go1.24.7.aix-ppc64.tar.gz
00:57:13 start go1.24.7.aix-ppc64.tar.gz 00:57:16 running ./make.bash env=[GOOS=aix GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-aix-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:02:49 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, aix/ppc64. Packaging archives for aix/ppc64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 6fa3c4bd59d43bb5 go1.24.7.aix-ppc64.tar.gz distpack: 4de28d58f39ee465 v0.0.1-go1.24.7.aix-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.aix-ppc64.mod distpack: 6f8b22e6f0d0731a v0.0.1-go1.24.7.aix-ppc64.info --- Installed Go for aix/ppc64 in /tmp/gorebuild-22544804/repro-go1.24.7-aix-ppc64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-aix-ppc64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-aix-ppc64/bin to your PATH. 01:02:52 downloaded https://go-lang.org.cn/dl/go1.24.7.aix-ppc64.tar.gz 01:02:52 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ go1.24.7.darwin-amd64.pkg
01:02:50 downloaded https://go-lang.org.cn/dl/go1.24.7.darwin-amd64.pkg 01:02:57 PASS: verified content against posted tgz
✅ go1.24.7.darwin-amd64.tar.gz
00:57:14 start go1.24.7.darwin-amd64.tar.gz 00:57:16 running ./make.bash env=[GOOS=darwin GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-darwin-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:02:36 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, darwin/amd64. Packaging archives for darwin/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 60e0e230003223ec go1.24.7.darwin-amd64.tar.gz distpack: 21b87e219ab03e58 v0.0.1-go1.24.7.darwin-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.darwin-amd64.mod distpack: fad85af22f2c0cbf v0.0.1-go1.24.7.darwin-amd64.info --- Installed Go for darwin/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-darwin-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-darwin-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-darwin-amd64/bin to your PATH. 01:02:39 downloaded https://go-lang.org.cn/dl/go1.24.7.darwin-amd64.tar.gz 01:02:46 verified match after stripping signatures from executables 01:02:46 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ go1.24.7.darwin-arm64.pkg
01:03:04 downloaded https://go-lang.org.cn/dl/go1.24.7.darwin-arm64.pkg 01:03:11 PASS: verified content against posted tgz
✅ go1.24.7.darwin-arm64.tar.gz
00:57:33 start go1.24.7.darwin-arm64.tar.gz 00:57:36 running ./make.bash env=[GOOS=darwin GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-darwin-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:02:48 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, darwin/arm64. Packaging archives for darwin/arm64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 3e802aff16c6e47a go1.24.7.darwin-arm64.tar.gz distpack: 319521c4f24f898b v0.0.1-go1.24.7.darwin-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.darwin-arm64.mod distpack: d974dac0d6a6de4e v0.0.1-go1.24.7.darwin-arm64.info --- Installed Go for darwin/arm64 in /tmp/gorebuild-22544804/repro-go1.24.7-darwin-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-darwin-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-darwin-arm64/bin to your PATH. 01:02:51 downloaded https://go-lang.org.cn/dl/go1.24.7.darwin-arm64.tar.gz 01:02:58 verified match after stripping signatures from executables 01:02:58 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ go1.24.7.dragonfly-amd64.tar.gz
00:57:34 start go1.24.7.dragonfly-amd64.tar.gz 00:57:36 running ./make.bash env=[GOOS=dragonfly GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-dragonfly-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:02:59 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, dragonfly/amd64. Packaging archives for dragonfly/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 0d3963a4e6234b22 go1.24.7.dragonfly-amd64.tar.gz distpack: 3d108e87542710a6 v0.0.1-go1.24.7.dragonfly-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.dragonfly-amd64.mod distpack: ebbc4324be6446c4 v0.0.1-go1.24.7.dragonfly-amd64.info --- Installed Go for dragonfly/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-dragonfly-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-dragonfly-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-dragonfly-amd64/bin to your PATH. 01:03:01 downloaded https://go-lang.org.cn/dl/go1.24.7.dragonfly-amd64.tar.gz 01:03:02 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ go1.24.7.freebsd-386.tar.gz
01:03:01 start go1.24.7.freebsd-386.tar.gz 01:03:03 running ./make.bash env=[GOOS=freebsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-freebsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:07:31 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/386. Packaging archives for freebsd/386. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 46e3202334630b2a go1.24.7.freebsd-386.tar.gz distpack: eac7c265947e8b7d v0.0.1-go1.24.7.freebsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-386.mod distpack: 35047eeffb10c919 v0.0.1-go1.24.7.freebsd-386.info --- Installed Go for freebsd/386 in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-386/bin to your PATH. 01:07:34 downloaded https://go-lang.org.cn/dl/go1.24.7.freebsd-386.tar.gz 01:07:34 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ go1.24.7.freebsd-amd64.tar.gz
01:03:07 start go1.24.7.freebsd-amd64.tar.gz 01:03:10 running ./make.bash env=[GOOS=freebsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-freebsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:07:58 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/amd64. Packaging archives for freebsd/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: c12d93ec106560df go1.24.7.freebsd-amd64.tar.gz distpack: 01444ac6e3cff1cd v0.0.1-go1.24.7.freebsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-amd64.mod distpack: 08b5d835b66e325b v0.0.1-go1.24.7.freebsd-amd64.info --- Installed Go for freebsd/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-amd64/bin to your PATH. 01:08:01 downloaded https://go-lang.org.cn/dl/go1.24.7.freebsd-amd64.tar.gz 01:08:01 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ go1.24.7.freebsd-arm.tar.gz
01:03:12 start go1.24.7.freebsd-arm.tar.gz 01:03:15 running ./make.bash env=[GOOS=freebsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-freebsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:07:43 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/arm. Packaging archives for freebsd/arm. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 9d33d95dbe17b6e9 go1.24.7.freebsd-arm.tar.gz distpack: 4102d01841394d9f v0.0.1-go1.24.7.freebsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-arm.mod distpack: 2e044293f98e4d26 v0.0.1-go1.24.7.freebsd-arm.info --- Installed Go for freebsd/arm in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-arm/bin to your PATH. 01:07:46 downloaded https://go-lang.org.cn/dl/go1.24.7.freebsd-arm.tar.gz 01:07:46 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ go1.24.7.freebsd-arm64.tar.gz
01:03:25 start go1.24.7.freebsd-arm64.tar.gz 01:03:27 running ./make.bash env=[GOOS=freebsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-freebsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:08:09 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/arm64. Packaging archives for freebsd/arm64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 2f07f6c3c4cc6df1 go1.24.7.freebsd-arm64.tar.gz distpack: 46dc39c941949f31 v0.0.1-go1.24.7.freebsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-arm64.mod distpack: a0d8ec979542848f v0.0.1-go1.24.7.freebsd-arm64.info --- Installed Go for freebsd/arm64 in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-arm64/bin to your PATH. 01:08:12 downloaded https://go-lang.org.cn/dl/go1.24.7.freebsd-arm64.tar.gz 01:08:13 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ go1.24.7.freebsd-riscv64.tar.gz
01:07:42 start go1.24.7.freebsd-riscv64.tar.gz 01:07:44 running ./make.bash env=[GOOS=freebsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-freebsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:12:28 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, freebsd/riscv64. Packaging archives for freebsd/riscv64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: d93b875d06126196 go1.24.7.freebsd-riscv64.tar.gz distpack: d231e8c5146c7ff6 v0.0.1-go1.24.7.freebsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.freebsd-riscv64.mod distpack: f8f91e7fb6032f4f v0.0.1-go1.24.7.freebsd-riscv64.info --- Installed Go for freebsd/riscv64 in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-riscv64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-riscv64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-freebsd-riscv64/bin to your PATH. 01:12:31 downloaded https://go-lang.org.cn/dl/go1.24.7.freebsd-riscv64.tar.gz 01:12:31 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ go1.24.7.illumos-amd64.tar.gz
01:07:54 start go1.24.7.illumos-amd64.tar.gz 01:07:56 running ./make.bash env=[GOOS=illumos GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-illumos-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:12:52 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, illumos/amd64. Packaging archives for illumos/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e284d44b44c085d2 go1.24.7.illumos-amd64.tar.gz distpack: 15b962cd29d55959 v0.0.1-go1.24.7.illumos-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.illumos-amd64.mod distpack: 0dad574591b2a37c v0.0.1-go1.24.7.illumos-amd64.info --- Installed Go for illumos/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-illumos-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-illumos-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-illumos-amd64/bin to your PATH. 01:12:55 downloaded https://go-lang.org.cn/dl/go1.24.7.illumos-amd64.tar.gz 01:12:55 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ go1.24.7.linux-386.tar.gz
01:08:09 start go1.24.7.linux-386.tar.gz 01:08:11 running ./make.bash env=[GOOS=linux GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:12:40 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/386. Packaging archives for linux/386. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 1bdf0441ff9c50cc go1.24.7.linux-386.tar.gz distpack: 616a5160c2f0d73e v0.0.1-go1.24.7.linux-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-386.mod distpack: 12ad4fafb519abba v0.0.1-go1.24.7.linux-386.info --- Installed Go for linux/386 in /tmp/gorebuild-22544804/repro-go1.24.7-linux-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-386/bin to your PATH. 01:12:43 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-386.tar.gz 01:12:43 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ go1.24.7.linux-amd64.tar.gz
01:08:18 start go1.24.7.linux-amd64.tar.gz 01:08:21 running ./make.bash env=[GOOS=linux GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:12:50 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/amd64. Packaging archives for linux/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: da18191ddb7db8a9 go1.24.7.linux-amd64.tar.gz distpack: 4c2a63c008dbb901 v0.0.1-go1.24.7.linux-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-amd64.mod distpack: 12947469e01d9b5f v0.0.1-go1.24.7.linux-amd64.info --- Installed Go for linux/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-linux-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-amd64/bin to your PATH. 01:12:51 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-amd64.tar.gz 01:12:51 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ go1.24.7.linux-arm64.tar.gz
01:12:39 start go1.24.7.linux-arm64.tar.gz 01:12:43 running ./make.bash env=[GOOS=linux GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:18:09 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/arm64. Packaging archives for linux/arm64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: fd2bccce882e2936 go1.24.7.linux-arm64.tar.gz distpack: 67d836d2f0e17ce5 v0.0.1-go1.24.7.linux-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-arm64.mod distpack: cb314e5daceb961f v0.0.1-go1.24.7.linux-arm64.info --- Installed Go for linux/arm64 in /tmp/gorebuild-22544804/repro-go1.24.7-linux-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-arm64/bin to your PATH. 01:18:12 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-arm64.tar.gz 01:18:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ go1.24.7.linux-armv6l.tar.gz
01:12:51 start go1.24.7.linux-armv6l.tar.gz 01:12:55 running ./make.bash env=[GOOS=linux GOARCH=arm GOARM=6] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:18:04 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/arm. Packaging archives for linux/arm. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: eaff4aace921075d go1.24.7.linux-arm.tar.gz distpack: 83c7e92aabc2aecb v0.0.1-go1.24.7.linux-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-arm.mod distpack: e35d64740d7846a0 v0.0.1-go1.24.7.linux-arm.info --- Installed Go for linux/arm in /tmp/gorebuild-22544804/repro-go1.24.7-linux-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-arm/bin to your PATH. 01:18:06 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-armv6l.tar.gz 01:18:07 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ go1.24.7.linux-loong64.tar.gz
01:12:57 start go1.24.7.linux-loong64.tar.gz 01:13:01 running ./make.bash env=[GOOS=linux GOARCH=loong64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-loong64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:18:20 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/loong64. Packaging archives for linux/loong64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: a0a9c51e81667c5a go1.24.7.linux-loong64.tar.gz distpack: 31d045885b3b0a84 v0.0.1-go1.24.7.linux-loong64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-loong64.mod distpack: 50a6aed7e2aca7d0 v0.0.1-go1.24.7.linux-loong64.info --- Installed Go for linux/loong64 in /tmp/gorebuild-22544804/repro-go1.24.7-linux-loong64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-loong64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-loong64/bin to your PATH. 01:18:23 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-loong64.tar.gz 01:18:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ go1.24.7.linux-mips.tar.gz
01:13:03 start go1.24.7.linux-mips.tar.gz 01:13:07 running ./make.bash env=[GOOS=linux GOARCH=mips] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-mips GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:18:32 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips. Packaging archives for linux/mips. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 7500c9ef7e94596a go1.24.7.linux-mips.tar.gz distpack: 9ab4cd51b427fab2 v0.0.1-go1.24.7.linux-mips.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-mips.mod distpack: e146dca5c0db83bf v0.0.1-go1.24.7.linux-mips.info --- Installed Go for linux/mips in /tmp/gorebuild-22544804/repro-go1.24.7-linux-mips Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-mips/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-mips/bin to your PATH. 01:18:34 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-mips.tar.gz 01:18:34 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ go1.24.7.linux-mips64.tar.gz
01:18:15 start go1.24.7.linux-mips64.tar.gz 01:18:18 running ./make.bash env=[GOOS=linux GOARCH=mips64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-mips64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:23:28 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips64. Packaging archives for linux/mips64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 679b9c0b7f5e4c0e go1.24.7.linux-mips64.tar.gz distpack: ec9eb5a9460eb8c7 v0.0.1-go1.24.7.linux-mips64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-mips64.mod distpack: 74f8ef08372d1aab v0.0.1-go1.24.7.linux-mips64.info --- Installed Go for linux/mips64 in /tmp/gorebuild-22544804/repro-go1.24.7-linux-mips64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-mips64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-mips64/bin to your PATH. 01:23:31 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-mips64.tar.gz 01:23:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ go1.24.7.linux-mips64le.tar.gz
01:18:17 start go1.24.7.linux-mips64le.tar.gz 01:18:19 running ./make.bash env=[GOOS=linux GOARCH=mips64le] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-mips64le GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:23:06 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mips64le. Packaging archives for linux/mips64le. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 9adeb547af536796 go1.24.7.linux-mips64le.tar.gz distpack: 56f01ca684acbe88 v0.0.1-go1.24.7.linux-mips64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-mips64le.mod distpack: e7e7228310b3793e v0.0.1-go1.24.7.linux-mips64le.info --- Installed Go for linux/mips64le in /tmp/gorebuild-22544804/repro-go1.24.7-linux-mips64le Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-mips64le/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-mips64le/bin to your PATH. 01:23:09 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-mips64le.tar.gz 01:23:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ go1.24.7.linux-mipsle.tar.gz
01:18:31 start go1.24.7.linux-mipsle.tar.gz 01:18:34 running ./make.bash env=[GOOS=linux GOARCH=mipsle] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-mipsle GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:23:06 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/mipsle. Packaging archives for linux/mipsle. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: f2af25297499728f go1.24.7.linux-mipsle.tar.gz distpack: 5f019095e9d5f567 v0.0.1-go1.24.7.linux-mipsle.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-mipsle.mod distpack: 5c00983bfa051086 v0.0.1-go1.24.7.linux-mipsle.info --- Installed Go for linux/mipsle in /tmp/gorebuild-22544804/repro-go1.24.7-linux-mipsle Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-mipsle/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-mipsle/bin to your PATH. 01:23:08 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-mipsle.tar.gz 01:23:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ go1.24.7.linux-ppc64.tar.gz
01:18:42 start go1.24.7.linux-ppc64.tar.gz 01:18:45 running ./make.bash env=[GOOS=linux GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:23:34 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/ppc64. Packaging archives for linux/ppc64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: f98091791539e2f5 go1.24.7.linux-ppc64.tar.gz distpack: 9eb9f81151ba4a0a v0.0.1-go1.24.7.linux-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-ppc64.mod distpack: 00d19b50882e2084 v0.0.1-go1.24.7.linux-ppc64.info --- Installed Go for linux/ppc64 in /tmp/gorebuild-22544804/repro-go1.24.7-linux-ppc64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-ppc64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-ppc64/bin to your PATH. 01:23:36 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-ppc64.tar.gz 01:23:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ go1.24.7.linux-ppc64le.tar.gz
01:23:16 start go1.24.7.linux-ppc64le.tar.gz 01:23:18 running ./make.bash env=[GOOS=linux GOARCH=ppc64le] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-ppc64le GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:28:54 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/ppc64le. Packaging archives for linux/ppc64le. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e50462c5ad6ae760 go1.24.7.linux-ppc64le.tar.gz distpack: 36b93c90a774550d v0.0.1-go1.24.7.linux-ppc64le.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-ppc64le.mod distpack: be3aeac9281c91aa v0.0.1-go1.24.7.linux-ppc64le.info --- Installed Go for linux/ppc64le in /tmp/gorebuild-22544804/repro-go1.24.7-linux-ppc64le Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-ppc64le/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-ppc64le/bin to your PATH. 01:28:57 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-ppc64le.tar.gz 01:28:57 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ go1.24.7.linux-riscv64.tar.gz
01:23:17 start go1.24.7.linux-riscv64.tar.gz 01:23:19 running ./make.bash env=[GOOS=linux GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:28:58 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/riscv64. Packaging archives for linux/riscv64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 520dfb39e01d32d3 go1.24.7.linux-riscv64.tar.gz distpack: 5098dae979372fb5 v0.0.1-go1.24.7.linux-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-riscv64.mod distpack: 173e950137e79560 v0.0.1-go1.24.7.linux-riscv64.info --- Installed Go for linux/riscv64 in /tmp/gorebuild-22544804/repro-go1.24.7-linux-riscv64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-riscv64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-riscv64/bin to your PATH. 01:29:00 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-riscv64.tar.gz 01:29:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ go1.24.7.linux-s390x.tar.gz
01:23:36 start go1.24.7.linux-s390x.tar.gz 01:23:38 running ./make.bash env=[GOOS=linux GOARCH=s390x] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-linux-s390x GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:29:28 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, linux/s390x. Packaging archives for linux/s390x. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 48caa1c5011f625b go1.24.7.linux-s390x.tar.gz distpack: 73c8280893e33a97 v0.0.1-go1.24.7.linux-s390x.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.linux-s390x.mod distpack: 8b736119ec1bcfe7 v0.0.1-go1.24.7.linux-s390x.info --- Installed Go for linux/s390x in /tmp/gorebuild-22544804/repro-go1.24.7-linux-s390x Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-linux-s390x/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-linux-s390x/bin to your PATH. 01:29:31 downloaded https://go-lang.org.cn/dl/go1.24.7.linux-s390x.tar.gz 01:29:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ go1.24.7.netbsd-386.tar.gz
01:23:42 start go1.24.7.netbsd-386.tar.gz 01:23:45 running ./make.bash env=[GOOS=netbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-netbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:29:06 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/386. Packaging archives for netbsd/386. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 8321f2a38a58d51e go1.24.7.netbsd-386.tar.gz distpack: 1776b45b86cbf8dd v0.0.1-go1.24.7.netbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.netbsd-386.mod distpack: 4f08159b450b713f v0.0.1-go1.24.7.netbsd-386.info --- Installed Go for netbsd/386 in /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-386/bin to your PATH. 01:29:09 downloaded https://go-lang.org.cn/dl/go1.24.7.netbsd-386.tar.gz 01:29:09 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ go1.24.7.netbsd-amd64.tar.gz
01:29:05 start go1.24.7.netbsd-amd64.tar.gz 01:29:07 running ./make.bash env=[GOOS=netbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-netbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:33:55 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/amd64. Packaging archives for netbsd/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: f3c6f0c7bd3e431d go1.24.7.netbsd-amd64.tar.gz distpack: 9da25695ec59c729 v0.0.1-go1.24.7.netbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.netbsd-amd64.mod distpack: 073f44ac70a0d4e0 v0.0.1-go1.24.7.netbsd-amd64.info --- Installed Go for netbsd/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-amd64/bin to your PATH. 01:33:58 downloaded https://go-lang.org.cn/dl/go1.24.7.netbsd-amd64.tar.gz 01:33:58 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ go1.24.7.netbsd-arm.tar.gz
01:29:08 start go1.24.7.netbsd-arm.tar.gz 01:29:10 running ./make.bash env=[GOOS=netbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-netbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:33:39 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/arm. Packaging archives for netbsd/arm. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e7ba35209a279e2b go1.24.7.netbsd-arm.tar.gz distpack: 8725b4315a02d540 v0.0.1-go1.24.7.netbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.netbsd-arm.mod distpack: 1b1aa9ff46b8032b v0.0.1-go1.24.7.netbsd-arm.info --- Installed Go for netbsd/arm in /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-arm/bin to your PATH. 01:33:42 downloaded https://go-lang.org.cn/dl/go1.24.7.netbsd-arm.tar.gz 01:33:42 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ go1.24.7.netbsd-arm64.tar.gz
01:29:17 start go1.24.7.netbsd-arm64.tar.gz 01:29:19 running ./make.bash env=[GOOS=netbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-netbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:34:02 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, netbsd/arm64. Packaging archives for netbsd/arm64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: fdce5e5d64970f65 go1.24.7.netbsd-arm64.tar.gz distpack: 694a18000cf765ad v0.0.1-go1.24.7.netbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.netbsd-arm64.mod distpack: 479144f91b2fc5c8 v0.0.1-go1.24.7.netbsd-arm64.info --- Installed Go for netbsd/arm64 in /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-netbsd-arm64/bin to your PATH. 01:34:04 downloaded https://go-lang.org.cn/dl/go1.24.7.netbsd-arm64.tar.gz 01:34:05 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ go1.24.7.openbsd-386.tar.gz
01:29:36 start go1.24.7.openbsd-386.tar.gz 01:29:38 running ./make.bash env=[GOOS=openbsd GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-openbsd-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:34:04 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/386. Packaging archives for openbsd/386. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: b4da8cdefd2feb6d go1.24.7.openbsd-386.tar.gz distpack: 9cd21977001dba75 v0.0.1-go1.24.7.openbsd-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-386.mod distpack: 8aff44fc0d5d4989 v0.0.1-go1.24.7.openbsd-386.info --- Installed Go for openbsd/386 in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-386/bin to your PATH. 01:34:07 downloaded https://go-lang.org.cn/dl/go1.24.7.openbsd-386.tar.gz 01:34:07 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ go1.24.7.openbsd-amd64.tar.gz
01:33:47 start go1.24.7.openbsd-amd64.tar.gz 01:33:50 running ./make.bash env=[GOOS=openbsd GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-openbsd-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:39:14 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/amd64. Packaging archives for openbsd/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 215e433d5bfc6000 go1.24.7.openbsd-amd64.tar.gz distpack: 76b0510906439cad v0.0.1-go1.24.7.openbsd-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-amd64.mod distpack: 6b27fc108cb96102 v0.0.1-go1.24.7.openbsd-amd64.info --- Installed Go for openbsd/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-amd64/bin to your PATH. 01:39:17 downloaded https://go-lang.org.cn/dl/go1.24.7.openbsd-amd64.tar.gz 01:39:17 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ go1.24.7.openbsd-arm.tar.gz
01:34:06 start go1.24.7.openbsd-arm.tar.gz 01:34:08 running ./make.bash env=[GOOS=openbsd GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-openbsd-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:39:17 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/arm. Packaging archives for openbsd/arm. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: b6203695b36aeb58 go1.24.7.openbsd-arm.tar.gz distpack: 7f8fdbf477190803 v0.0.1-go1.24.7.openbsd-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-arm.mod distpack: cf61772f93b61fa4 v0.0.1-go1.24.7.openbsd-arm.info --- Installed Go for openbsd/arm in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-arm/bin to your PATH. 01:39:20 downloaded https://go-lang.org.cn/dl/go1.24.7.openbsd-arm.tar.gz 01:39:20 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ go1.24.7.openbsd-arm64.tar.gz
01:34:12 start go1.24.7.openbsd-arm64.tar.gz 01:34:14 running ./make.bash env=[GOOS=openbsd GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-openbsd-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:39:35 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/arm64. Packaging archives for openbsd/arm64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: ffd4253b59ebf71a go1.24.7.openbsd-arm64.tar.gz distpack: f26056eafbc6ed0f v0.0.1-go1.24.7.openbsd-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-arm64.mod distpack: e21f7ea0b2fca453 v0.0.1-go1.24.7.openbsd-arm64.info --- Installed Go for openbsd/arm64 in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-arm64/bin to your PATH. 01:39:37 downloaded https://go-lang.org.cn/dl/go1.24.7.openbsd-arm64.tar.gz 01:39:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ go1.24.7.openbsd-ppc64.tar.gz
01:34:12 start go1.24.7.openbsd-ppc64.tar.gz 01:34:14 running ./make.bash env=[GOOS=openbsd GOARCH=ppc64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-openbsd-ppc64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:39:49 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/ppc64. Packaging archives for openbsd/ppc64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e73192976944ccfb go1.24.7.openbsd-ppc64.tar.gz distpack: bbe0071c930fd78a v0.0.1-go1.24.7.openbsd-ppc64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-ppc64.mod distpack: e2a82d11bd6c1137 v0.0.1-go1.24.7.openbsd-ppc64.info --- Installed Go for openbsd/ppc64 in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-ppc64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-ppc64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-ppc64/bin to your PATH. 01:39:51 downloaded https://go-lang.org.cn/dl/go1.24.7.openbsd-ppc64.tar.gz 01:39:51 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ go1.24.7.openbsd-riscv64.tar.gz
01:39:25 start go1.24.7.openbsd-riscv64.tar.gz 01:39:27 running ./make.bash env=[GOOS=openbsd GOARCH=riscv64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-openbsd-riscv64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:44:09 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, openbsd/riscv64. Packaging archives for openbsd/riscv64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: e6ccc915da85e6cd go1.24.7.openbsd-riscv64.tar.gz distpack: 2d4a62d10ca0fde2 v0.0.1-go1.24.7.openbsd-riscv64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.openbsd-riscv64.mod distpack: 37d317b617e4d8dd v0.0.1-go1.24.7.openbsd-riscv64.info --- Installed Go for openbsd/riscv64 in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-riscv64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-riscv64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-openbsd-riscv64/bin to your PATH. 01:44:12 downloaded https://go-lang.org.cn/dl/go1.24.7.openbsd-riscv64.tar.gz 01:44:12 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ go1.24.7.plan9-386.tar.gz
01:39:28 start go1.24.7.plan9-386.tar.gz 01:39:30 running ./make.bash env=[GOOS=plan9 GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-plan9-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:43:53 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/386. Packaging archives for plan9/386. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: ada3d4ca2fb46fee go1.24.7.plan9-386.tar.gz distpack: e8f5410c511351d3 v0.0.1-go1.24.7.plan9-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.plan9-386.mod distpack: e36181ef027ae5b4 v0.0.1-go1.24.7.plan9-386.info --- Installed Go for plan9/386 in /tmp/gorebuild-22544804/repro-go1.24.7-plan9-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-plan9-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-plan9-386/bin to your PATH. 01:43:56 downloaded https://go-lang.org.cn/dl/go1.24.7.plan9-386.tar.gz 01:43:56 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ go1.24.7.plan9-amd64.tar.gz
01:39:45 start go1.24.7.plan9-amd64.tar.gz 01:39:47 running ./make.bash env=[GOOS=plan9 GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-plan9-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:44:22 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/amd64. Packaging archives for plan9/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 9d9a7cb0e0d3d97d go1.24.7.plan9-amd64.tar.gz distpack: 94d39d1ab2535a42 v0.0.1-go1.24.7.plan9-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.plan9-amd64.mod distpack: d864699131bf4ef0 v0.0.1-go1.24.7.plan9-amd64.info --- Installed Go for plan9/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-plan9-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-plan9-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-plan9-amd64/bin to your PATH. 01:44:25 downloaded https://go-lang.org.cn/dl/go1.24.7.plan9-amd64.tar.gz 01:44:25 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ go1.24.7.plan9-arm.tar.gz
01:39:59 start go1.24.7.plan9-arm.tar.gz 01:40:02 running ./make.bash env=[GOOS=plan9 GOARCH=arm] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-plan9-arm GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:44:20 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, plan9/arm. Packaging archives for plan9/arm. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: bf4170b85c4018fa go1.24.7.plan9-arm.tar.gz distpack: 67c55efb5575786c v0.0.1-go1.24.7.plan9-arm.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.plan9-arm.mod distpack: 1526d7910b0e73b1 v0.0.1-go1.24.7.plan9-arm.info --- Installed Go for plan9/arm in /tmp/gorebuild-22544804/repro-go1.24.7-plan9-arm Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-plan9-arm/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-plan9-arm/bin to your PATH. 01:44:23 downloaded https://go-lang.org.cn/dl/go1.24.7.plan9-arm.tar.gz 01:44:23 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ go1.24.7.solaris-amd64.tar.gz
01:44:03 start go1.24.7.solaris-amd64.tar.gz 01:44:05 running ./make.bash env=[GOOS=solaris GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-solaris-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:48:56 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, solaris/amd64. Packaging archives for solaris/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 0df731b6a3fedf07 go1.24.7.solaris-amd64.tar.gz distpack: 5e019863bdd9fbbb v0.0.1-go1.24.7.solaris-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.solaris-amd64.mod distpack: fb56066496aa0350 v0.0.1-go1.24.7.solaris-amd64.info --- Installed Go for solaris/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-solaris-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-solaris-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-solaris-amd64/bin to your PATH. 01:48:58 downloaded https://go-lang.org.cn/dl/go1.24.7.solaris-amd64.tar.gz 01:48:59 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ go1.24.7.src.tar.gz
01:02:53 downloaded https://go-lang.org.cn/dl/go1.24.7.src.tar.gz 01:02:53 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"] 01:02:57 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"] 01:03:02 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"] 01:03:11 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"] 01:07:34 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"] 01:07:46 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"] 01:08:01 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"] 01:08:13 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"] 01:12:31 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"] 01:12:43 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"] 01:12:51 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"] 01:12:55 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"] 01:18:07 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"] 01:18:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"] 01:18:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"] 01:18:34 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"] 01:23:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"] 01:23:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"] 01:23:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"] 01:23:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"] 01:28:57 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"] 01:29:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"] 01:29:09 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"] 01:29:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"] 01:33:42 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"] 01:33:58 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"] 01:34:05 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"] 01:34:07 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"] 01:39:17 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"] 01:39:20 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"] 01:39:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"] 01:39:51 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"] 01:43:56 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"] 01:44:12 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"] 01:44:23 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"] 01:44:25 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"] 01:48:59 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"] 01:49:04 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"] 01:49:24 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"] 01:49:31 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.24.7.windows-386.msi
01:49:17 downloaded https://go-lang.org.cn/dl/go1.24.7.windows-386.msi 01:49:32 PASS: verified content against posted zip
✅ go1.24.7.windows-386.zip
01:44:20 start go1.24.7.windows-386.zip 01:44:22 running ./make.bash env=[GOOS=windows GOARCH=386] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-windows-386 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:49:04 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/386. Packaging archives for windows/386. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: c4a1e3cb7278c298 go1.24.7.windows-386.zip distpack: 42ca1aab3d5b6a4b v0.0.1-go1.24.7.windows-386.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.windows-386.mod distpack: 7b658514b337323b v0.0.1-go1.24.7.windows-386.info --- Installed Go for windows/386 in /tmp/gorebuild-22544804/repro-go1.24.7-windows-386 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-windows-386/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-windows-386/bin to your PATH. 01:49:11 downloaded https://go-lang.org.cn/dl/go1.24.7.windows-386.zip 01:49:11 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ go1.24.7.windows-amd64.msi
01:49:38 downloaded https://go-lang.org.cn/dl/go1.24.7.windows-amd64.msi 01:49:54 PASS: verified content against posted zip
✅ go1.24.7.windows-amd64.zip
01:44:30 start go1.24.7.windows-amd64.zip 01:44:32 running ./make.bash env=[GOOS=windows GOARCH=amd64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-windows-amd64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:49:31 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/amd64. Packaging archives for windows/amd64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 453873081af26fc7 go1.24.7.windows-amd64.zip distpack: 615b342308b2ce49 v0.0.1-go1.24.7.windows-amd64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.windows-amd64.mod distpack: 41d91663fd4f649f v0.0.1-go1.24.7.windows-amd64.info --- Installed Go for windows/amd64 in /tmp/gorebuild-22544804/repro-go1.24.7-windows-amd64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-windows-amd64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-windows-amd64/bin to your PATH. 01:49:34 downloaded https://go-lang.org.cn/dl/go1.24.7.windows-amd64.zip 01:49:35 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ go1.24.7.windows-arm64.msi
01:49:37 downloaded https://go-lang.org.cn/dl/go1.24.7.windows-arm64.msi 01:49:53 PASS: verified content against posted zip
✅ go1.24.7.windows-arm64.zip
01:44:33 start go1.24.7.windows-arm64.zip 01:44:35 running ./make.bash env=[GOOS=windows GOARCH=arm64] args=[-distpack] GOROOT=/tmp/gorebuild-22544804/repro-go1.24.7-windows-arm64 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.22 01:49:24 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.22. (go1.22.12 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/bootstrap-go1.22. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building commands for host, linux/amd64. Building packages and commands for target, windows/arm64. Packaging archives for windows/arm64. distpack: 2a8f50db0f888036 go1.24.7.src.tar.gz distpack: 879513669d41df98 go1.24.7.windows-arm64.zip distpack: 1af40315f47bc81f v0.0.1-go1.24.7.windows-arm64.zip distpack: 58528cce1848ddf4 v0.0.1-go1.24.7.windows-arm64.mod distpack: c269a417d224d543 v0.0.1-go1.24.7.windows-arm64.info --- Installed Go for windows/arm64 in /tmp/gorebuild-22544804/repro-go1.24.7-windows-arm64 Installed commands in /tmp/gorebuild-22544804/repro-go1.24.7-windows-arm64/bin *** You need to add /tmp/gorebuild-22544804/repro-go1.24.7-windows-arm64/bin to your PATH. 01:49:30 downloaded https://go-lang.org.cn/dl/go1.24.7.windows-arm64.zip 01:49:31 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.aix-ppc64.info
01:02:54 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.aix-ppc64.info 01:02:54 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.aix-ppc64.mod
01:02:54 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.aix-ppc64.mod 01:02:54 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.aix-ppc64.zip
01:03:00 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.aix-ppc64.zip 01:03:01 PASS: rebuilt with ["GOOS=aix" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.darwin-amd64.info
01:02:57 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-amd64.info 01:02:57 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.darwin-amd64.mod
01:02:57 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-amd64.mod 01:02:57 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.darwin-amd64.zip
01:03:04 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-amd64.zip 01:03:12 verified match after stripping signatures from executables 01:03:12 PASS: rebuilt with ["GOOS=darwin" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.darwin-arm64.info
01:03:12 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-arm64.info 01:03:12 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.darwin-arm64.mod
01:03:12 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-arm64.mod 01:03:12 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.darwin-arm64.zip
01:03:16 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.darwin-arm64.zip 01:03:24 verified match after stripping signatures from executables 01:03:24 PASS: rebuilt with ["GOOS=darwin" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.dragonfly-amd64.info
01:03:02 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.dragonfly-amd64.info 01:03:02 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.dragonfly-amd64.mod
01:03:02 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.dragonfly-amd64.mod 01:03:02 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.dragonfly-amd64.zip
01:03:07 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.dragonfly-amd64.zip 01:03:07 PASS: rebuilt with ["GOOS=dragonfly" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-386.info
01:07:34 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-386.info 01:07:34 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.freebsd-386.mod
01:07:35 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-386.mod 01:07:35 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.freebsd-386.zip
01:07:42 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-386.zip 01:07:42 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.freebsd-amd64.info
01:08:01 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-amd64.info 01:08:01 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-amd64.mod
01:08:01 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-amd64.mod 01:08:01 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-amd64.zip
01:08:08 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-amd64.zip 01:08:08 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.freebsd-arm.info
01:07:46 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm.info 01:07:46 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.freebsd-arm.mod
01:07:46 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm.mod 01:07:46 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.freebsd-arm.zip
01:07:54 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm.zip 01:07:54 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.freebsd-arm64.info
01:08:13 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm64.info 01:08:13 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.freebsd-arm64.mod
01:08:13 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm64.mod 01:08:13 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.freebsd-arm64.zip
01:08:17 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-arm64.zip 01:08:17 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.freebsd-riscv64.info
01:12:31 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-riscv64.info 01:12:31 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.freebsd-riscv64.mod
01:12:31 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-riscv64.mod 01:12:31 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.freebsd-riscv64.zip
01:12:37 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.freebsd-riscv64.zip 01:12:38 PASS: rebuilt with ["GOOS=freebsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.illumos-amd64.info
01:12:56 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.illumos-amd64.info 01:12:56 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.illumos-amd64.mod
01:12:56 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.illumos-amd64.mod 01:12:56 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.illumos-amd64.zip
01:13:02 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.illumos-amd64.zip 01:13:02 PASS: rebuilt with ["GOOS=illumos" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-386.info
01:12:44 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-386.info 01:12:44 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.7.linux-386.mod
01:12:44 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-386.mod 01:12:44 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.7.linux-386.zip
01:12:50 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-386.zip 01:12:50 PASS: rebuilt with ["GOOS=linux" "GOARCH=386"]
✅ v0.0.1-go1.24.7.linux-amd64.info
01:12:51 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-amd64.info 01:12:51 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-amd64.mod
01:12:51 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-amd64.mod 01:12:51 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-amd64.zip
01:12:55 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-amd64.zip 01:12:56 PASS: rebuilt with ["GOOS=linux" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.linux-arm.info
01:18:07 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm.info 01:18:07 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.7.linux-arm.mod
01:18:07 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm.mod 01:18:07 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.7.linux-arm.zip
01:18:14 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm.zip 01:18:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm" "GOARM=6"]
✅ v0.0.1-go1.24.7.linux-arm64.info
01:18:12 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm64.info 01:18:12 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.linux-arm64.mod
01:18:13 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm64.mod 01:18:13 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.linux-arm64.zip
01:18:16 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-arm64.zip 01:18:16 PASS: rebuilt with ["GOOS=linux" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.linux-loong64.info
01:18:23 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-loong64.info 01:18:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.7.linux-loong64.mod
01:18:23 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-loong64.mod 01:18:23 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.7.linux-loong64.zip
01:18:30 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-loong64.zip 01:18:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=loong64"]
✅ v0.0.1-go1.24.7.linux-mips.info
01:18:35 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips.info 01:18:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.7.linux-mips.mod
01:18:35 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips.mod 01:18:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.7.linux-mips.zip
01:18:41 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips.zip 01:18:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips"]
✅ v0.0.1-go1.24.7.linux-mips64.info
01:23:31 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64.info 01:23:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.7.linux-mips64.mod
01:23:31 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64.mod 01:23:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.7.linux-mips64.zip
01:23:35 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64.zip 01:23:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64"]
✅ v0.0.1-go1.24.7.linux-mips64le.info
01:23:09 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64le.info 01:23:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.7.linux-mips64le.mod
01:23:09 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64le.mod 01:23:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.7.linux-mips64le.zip
01:23:16 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mips64le.zip 01:23:16 PASS: rebuilt with ["GOOS=linux" "GOARCH=mips64le"]
✅ v0.0.1-go1.24.7.linux-mipsle.info
01:23:09 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mipsle.info 01:23:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.7.linux-mipsle.mod
01:23:09 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mipsle.mod 01:23:09 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.7.linux-mipsle.zip
01:23:15 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-mipsle.zip 01:23:15 PASS: rebuilt with ["GOOS=linux" "GOARCH=mipsle"]
✅ v0.0.1-go1.24.7.linux-ppc64.info
01:23:37 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64.info 01:23:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.linux-ppc64.mod
01:23:37 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64.mod 01:23:37 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.linux-ppc64.zip
01:23:41 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64.zip 01:23:41 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.linux-ppc64le.info
01:28:57 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64le.info 01:28:57 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.7.linux-ppc64le.mod
01:28:58 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64le.mod 01:28:58 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.7.linux-ppc64le.zip
01:29:05 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-ppc64le.zip 01:29:05 PASS: rebuilt with ["GOOS=linux" "GOARCH=ppc64le"]
✅ v0.0.1-go1.24.7.linux-riscv64.info
01:29:01 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-riscv64.info 01:29:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.linux-riscv64.mod
01:29:01 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-riscv64.mod 01:29:01 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.linux-riscv64.zip
01:29:07 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-riscv64.zip 01:29:07 PASS: rebuilt with ["GOOS=linux" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.linux-s390x.info
01:29:31 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-s390x.info 01:29:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.7.linux-s390x.mod
01:29:31 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-s390x.mod 01:29:31 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.7.linux-s390x.zip
01:29:35 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.linux-s390x.zip 01:29:35 PASS: rebuilt with ["GOOS=linux" "GOARCH=s390x"]
✅ v0.0.1-go1.24.7.netbsd-386.info
01:29:09 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-386.info 01:29:09 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.netbsd-386.mod
01:29:10 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-386.mod 01:29:10 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.netbsd-386.zip
01:29:16 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-386.zip 01:29:16 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.netbsd-amd64.info
01:33:58 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-amd64.info 01:33:58 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.netbsd-amd64.mod
01:33:58 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-amd64.mod 01:33:58 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.netbsd-amd64.zip
01:34:05 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-amd64.zip 01:34:06 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.netbsd-arm.info
01:33:43 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm.info 01:33:43 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.netbsd-arm.mod
01:33:43 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm.mod 01:33:43 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.netbsd-arm.zip
01:33:47 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm.zip 01:33:47 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.netbsd-arm64.info
01:34:05 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm64.info 01:34:05 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.netbsd-arm64.mod
01:34:05 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm64.mod 01:34:05 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.netbsd-arm64.zip
01:34:11 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.netbsd-arm64.zip 01:34:11 PASS: rebuilt with ["GOOS=netbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-386.info
01:34:07 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-386.info 01:34:07 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.openbsd-386.mod
01:34:07 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-386.mod 01:34:07 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.openbsd-386.zip
01:34:11 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-386.zip 01:34:11 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=386"]
✅ v0.0.1-go1.24.7.openbsd-amd64.info
01:39:17 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-amd64.info 01:39:17 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.openbsd-amd64.mod
01:39:17 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-amd64.mod 01:39:17 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.openbsd-amd64.zip
01:39:24 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-amd64.zip 01:39:25 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.openbsd-arm.info
01:39:21 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm.info 01:39:21 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.openbsd-arm.mod
01:39:21 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm.mod 01:39:21 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.openbsd-arm.zip
01:39:27 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm.zip 01:39:27 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.openbsd-arm64.info
01:39:38 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm64.info 01:39:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-arm64.mod
01:39:38 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm64.mod 01:39:38 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-arm64.zip
01:39:44 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-arm64.zip 01:39:45 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.openbsd-ppc64.info
01:39:52 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-ppc64.info 01:39:52 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.openbsd-ppc64.mod
01:39:52 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-ppc64.mod 01:39:52 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.openbsd-ppc64.zip
01:39:58 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-ppc64.zip 01:39:59 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=ppc64"]
✅ v0.0.1-go1.24.7.openbsd-riscv64.info
01:44:12 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-riscv64.info 01:44:12 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.openbsd-riscv64.mod
01:44:12 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-riscv64.mod 01:44:12 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.openbsd-riscv64.zip
01:44:19 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.openbsd-riscv64.zip 01:44:19 PASS: rebuilt with ["GOOS=openbsd" "GOARCH=riscv64"]
✅ v0.0.1-go1.24.7.plan9-386.info
01:43:56 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-386.info 01:43:56 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.7.plan9-386.mod
01:43:56 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-386.mod 01:43:56 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.7.plan9-386.zip
01:44:02 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-386.zip 01:44:02 PASS: rebuilt with ["GOOS=plan9" "GOARCH=386"]
✅ v0.0.1-go1.24.7.plan9-amd64.info
01:44:26 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-amd64.info 01:44:26 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.plan9-amd64.mod
01:44:26 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-amd64.mod 01:44:26 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.plan9-amd64.zip
01:44:32 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-amd64.zip 01:44:32 PASS: rebuilt with ["GOOS=plan9" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.plan9-arm.info
01:44:23 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-arm.info 01:44:23 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.plan9-arm.mod
01:44:23 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-arm.mod 01:44:23 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.plan9-arm.zip
01:44:29 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.plan9-arm.zip 01:44:29 PASS: rebuilt with ["GOOS=plan9" "GOARCH=arm"]
✅ v0.0.1-go1.24.7.solaris-amd64.info
01:48:59 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.solaris-amd64.info 01:48:59 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.solaris-amd64.mod
01:48:59 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.solaris-amd64.mod 01:48:59 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.solaris-amd64.zip
01:49:05 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.solaris-amd64.zip 01:49:05 PASS: rebuilt with ["GOOS=solaris" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-386.info
01:49:32 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-386.info 01:49:32 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.7.windows-386.mod
01:49:32 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-386.mod 01:49:32 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.7.windows-386.zip
01:49:36 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-386.zip 01:49:36 PASS: rebuilt with ["GOOS=windows" "GOARCH=386"]
✅ v0.0.1-go1.24.7.windows-amd64.info
01:49:54 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-amd64.info 01:49:54 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-amd64.mod
01:49:54 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-amd64.mod 01:49:54 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-amd64.zip
01:50:01 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-amd64.zip 01:50:02 PASS: rebuilt with ["GOOS=windows" "GOARCH=amd64"]
✅ v0.0.1-go1.24.7.windows-arm64.info
01:49:53 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-arm64.info 01:49:53 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.windows-arm64.mod
01:49:54 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-arm64.mod 01:49:54 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
✅ v0.0.1-go1.24.7.windows-arm64.zip
01:50:01 downloaded https://go-lang.org.cn/dl/mod/golang.org/toolchain/@v/v0.0.1-go1.24.7.windows-arm64.zip 01:50:01 PASS: rebuilt with ["GOOS=windows" "GOARCH=arm64"]
引导程序
引导程序 go1.22
00:04:01 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.22.tar.gz 00:07:59 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-22544804/bootstrap-go1.22 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.20 00:09:24 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.20. (go1.20.14 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/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-22544804/bootstrap-go1.22 Installed commands in /tmp/gorebuild-22544804/bootstrap-go1.22/bin *** You need to add /tmp/gorebuild-22544804/bootstrap-go1.22/bin to your PATH.
引导程序 go1.20
00:04:10 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.20.tar.gz 00:06:42 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-22544804/bootstrap-go1.20 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.17 00:07:59 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.17. (go1.17.13 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/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-22544804/bootstrap-go1.20 Installed commands in /tmp/gorebuild-22544804/bootstrap-go1.20/bin
引导程序 go1.17
00:04:18 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.17.tar.gz 00:04:47 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-22544804/bootstrap-go1.17 GOROOT_BOOTSTRAP=/tmp/gorebuild-22544804/bootstrap-go1.4 00:06:42 ./make.bash completed: Building Go cmd/dist using /tmp/gorebuild-22544804/bootstrap-go1.4. (go1.4-bootstrap-20170531 linux/amd64) Building Go toolchain1 using /tmp/gorebuild-22544804/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-22544804/bootstrap-go1.17 Installed commands in /tmp/gorebuild-22544804/bootstrap-go1.17/bin
引导程序 go1.4
00:04:22 downloaded https://go.googlesource.com/go/+archive/refs/heads/release-branch.go1.4.tar.gz 00:04:22 running ./make.bash env=[] args=[] GOROOT=/tmp/gorebuild-22544804/bootstrap-go1.4 GOROOT_BOOTSTRAP= 00:04:47 ./make.bash completed: # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 /tmp/gorebuild-22544804/bootstrap-go1.4/src/lib9/fmt/vsmprint.c: In function 'fmtStrFlush': /tmp/gorebuild-22544804/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-22544804/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-22544804/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-22544804/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-22544804/bootstrap-go1.4/src/cmd/cc/scon.c: In function 'acom2': /tmp/gorebuild-22544804/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-22544804/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 cmd/pprof/internal/svg crypto/des index/suffixarray cmd/internal/goobj cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm debug/dwarf debug/gosym debug/plan9obj flag log go/token encoding/json encoding/xml text/template/parse compress/flate math/big encoding/hex mime net/http/internal runtime/pprof cmd/pprof/internal/tempfile archive/tar compress/lzw database/sql/driver encoding/csv encoding/gob os/user runtime/debug text/scanner cmd/pack testing/iotest go/scanner image/gif database/sql go/ast testing testing/quick debug/elf debug/macho debug/pe compress/gzip archive/zip compress/zlib image/png cmd/pprof/internal/profile text/template crypto/elliptic encoding/asn1 crypto/rand crypto/dsa crypto/rsa net/textproto log/syslog go/parser go/printer cmd/internal/objfile crypto/x509/pkix crypto/ecdsa go/doc html/template mime/multipart net/mail crypto/x509 cmd/pprof/internal/plugin cmd/pprof/internal/symbolz cmd/pprof/internal/symbolizer cmd/addr2line cmd/nm cmd/objdump cmd/cgo go/format cmd/gofmt go/build cmd/fix cmd/yacc cmd/pprof/internal/report crypto/tls cmd/pprof/internal/commands cmd/pprof/internal/driver net/http net/smtp cmd/go cmd/pprof/internal/fetch expvar net/http/cgi net/http/cookiejar net/http/httptest net/http/httputil net/http/pprof net/rpc cmd/pprof net/http/fcgi net/rpc/jsonrpc --- Installed Go for linux/amd64 in /tmp/gorebuild-22544804/bootstrap-go1.4 Installed commands in /tmp/gorebuild-22544804/bootstrap-go1.4/bin