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: Linux distribution too old on some builders #52091

Open
cherrymui opened this issue Mar 31, 2022 · 3 comments
Open

x/build: Linux distribution too old on some builders #52091

cherrymui opened this issue Mar 31, 2022 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@cherrymui
Copy link
Member

At least on some builders (e.g. linux-arm64-aws, linux-ppc64le-buildlet), it currently has Debian buster, which seems currently "oldstable". It seems still supported, but it causes apt-get update command to fail. This is inconvenient for gomote uses, also causes cmd/racebuild script to fail.

A workaround is apt-get --allow-releaseinfo-change update. But I'm not sure if it is a good idea for long term.

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Mar 31, 2022
@gopherbot gopherbot added this to the Unreleased milestone Mar 31, 2022
@gopherbot
Copy link

Change https://go.dev/cl/397475 mentions this issue: cmd/racebuild: work around old Linux distribution on builders

@cherrymui cherrymui added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 5, 2022
@cagedmantis
Copy link
Contributor

Have all of these been updated to bullseye (or a current version of Ubuntu)?

@gopherbot
Copy link

Change https://go.dev/cl/421254 mentions this issue: cmd/racebuild: pass --allow-releaseinfo-change to apt-get update

gopherbot pushed a commit to golang/build that referenced this issue Jan 12, 2023
Pass "--allow-releaseinfo-change" when running apt-get update
on linux builders, so as to avoid problems with slightly-out-of-date
builders.

Updates golang/go#52091.

Change-Id: Iccf45f9291c1325b0da17637628acfa46aebe573
Reviewed-on: https://go-review.googlesource.com/c/build/+/421254
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants