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: weird builder failure #39282

Closed
randall77 opened this issue May 27, 2020 · 6 comments
Closed

x/build: weird builder failure #39282

randall77 opened this issue May 27, 2020 · 6 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@randall77
Copy link
Contributor

This slowbots builder (linux-arm-scaleway) is failing in a very strange mode. Something about "unexpected stale targets".
The same builder on the dashboard seems to be working, though.

https://farmer.golang.org/try?commit=3716ec78
https://storage.googleapis.com/go-build-log/3716ec78/linux-arm_a8d0de94.log

An older trybot run from that same CL, same problem:

https://storage.googleapis.com/go-build-log/a945aa5b/linux-arm_79ba9160.log

The CL in question should not make the bot fail in this way. It should maybe cause a test to fail, but the build is failing much earlier than the test that could/should fail.

@golang/osp-team
@shawn-xdji

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label May 27, 2020
@gopherbot gopherbot added this to the Unreleased milestone May 27, 2020
@andybons
Copy link
Member

Similar message to #22709 but not necessarily the same underlying cause.

@andybons
Copy link
Member

@rsc also.

@bcmills
Copy link
Contributor

bcmills commented May 27, 2020

Seems very closely related to #35740 and #33598.

@cherrymui
Copy link
Member

I think this is #35628 .

@cherrymui
Copy link
Member

(This is because in try-bot mode the linux-arm builder is doing some cross-compile-then-copy-files-over thing, unlike the regular builder runs.)

@randall77
Copy link
Contributor Author

I concur with Cherry, looks like #35628. Closing as dup.

@golang golang locked and limited conversation to collaborators May 27, 2021
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
Projects
None yet
Development

No branches or pull requests

5 participants