You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that if the -loghash is not used, but the commit hash is specified directly with -hash then the command line -builder argument is used correctly and the /?mode=failures endpoint is not consulted.
bradfitz
changed the title
golang.org/x/build/cmd/retrybuilds: ignores -builder argument when -loghash is specified
x/build/cmd/retrybuilds: ignores -builder argument when -loghash is specified
Aug 17, 2018
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Jul 25, 2024
For each of the following invocations:
Dashboard responds with:
The reason for the authentication failure is that the https://build.golang.org/?mode=failures&branch=release-branch.go1.11 endpoint used internally by the
failures()
function returns an old-style builder name (freebsd-arm-paulzhol instead of host-freebsd-arm-paulzhol):While the correct builder name is needed to verify the key:
https://github.com/golang/build/blob/ef878539c7d7b3c385a0670fa85bad3878fcc879/app/appengine/handler.go#L1020-L1024
Note that if the
-loghash
is not used, but the commit hash is specified directly with-hash
then the command line-builder
argument is used correctly and the/?mode=failures
endpoint is not consulted./cc @bradfitz
The text was updated successfully, but these errors were encountered: