Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: plan9 arm builder failed #49142

Closed
cuonglm opened this issue Oct 25, 2021 · 1 comment
Closed

x/build: plan9 arm builder failed #49142

cuonglm opened this issue Oct 25, 2021 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Plan9
Milestone

Comments

@cuonglm
Copy link
Member

cuonglm commented Oct 25, 2021

https://build.golang.org/log/b612441c65daaac63868cfa88ef392fd9f2fc815

go: not found
/boot/workdir/go/bin/go: '/boot/workdir/go/bin' does not exist
WARNING: /sys/lib/go1.16/bin/go does not exist, found /bin/go from env
rc (make.rc): null list in concatenation

build failed: make script failed: exit status: 'make.rc 183: error'

cc @golang/release

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Oct 25, 2021
@gopherbot gopherbot added this to the Unreleased milestone Oct 25, 2021
@dmitshur
Copy link
Contributor

CC @0intro via builder owners.

There's a similarity to CL 354752. CC @bcmills.

It looks like it's been fixed recently (thank you!). The most recent plan9-arm build logs, such as https://build.golang.org/log/4b1a35038d21724217f2669393fbfa36bbe1fede, include:

"GOROOT_BOOTSTRAP=/boot/workdir/go1.4" [...] "GOROOT_BOOTSTRAP=/sys/lib/go1.17"
[...]
Building Go cmd/dist using /sys/lib/go1.17

So it looks like the builder was updated to use 1.17 as the bootstrap version (the duplicate "GOROOT_BOOTSTRAP=/boot/workdir/go1.4" environment entry is being shadowed by a later GOROOT_BOOTSTRAP entry).

@dmitshur dmitshur added the NeedsFix The path to resolution is known, but the work has not been done. label Oct 25, 2021
@rsc rsc unassigned 0intro Jun 23, 2022
@golang golang locked and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Plan9
Projects
None yet
Development

No branches or pull requests

4 participants