x/build/cmd/gomote: linux-loong64 gomote creation fails with "HTTP Error 403: Forbidden" #72869
Labels
arch-loong64
Issues solely affecting the loongson architecture.
Builders
x/build issues (builders, bots, dashboards)
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Create a gotip-linux-loong64 gomote results in an error. Filing this as a tracking issue.
A swarming task is successfully created, but the task fails. https://chromium-swarm.appspot.com/task?id=6fadfc2f6a116710 is an example of a failed swarming task. It fails with "HTTP Error 403: Forbidden".
The task attempts to fetch the latest version of the buildlet.linux-loong64 binary from a GCS bucket (https://storage.googleapis.com/go-builder-data) using the script visible here:
https://cs.opensource.google/go/x/build/+/master:internal/gomote/swarming.go;l=1024-1053;drc=3ff389173c43ad07048563029b575ab7ec0df5da
But it appears that requests results in the 403 response, even though that file is set to be publicly readable:
CC @golang/loong64, @golang/release.
The text was updated successfully, but these errors were encountered: