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

cmd/go: TestNewReleaseRebuildsStalePackagesInGOPATH failing #64583

Closed
cagedmantis opened this issue Dec 6, 2023 · 1 comment
Closed

cmd/go: TestNewReleaseRebuildsStalePackagesInGOPATH failing #64583

cagedmantis opened this issue Dec 6, 2023 · 1 comment
Assignees
Labels
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. release-blocker Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@cagedmantis
Copy link
Contributor

cagedmantis commented Dec 6, 2023

Go version

tip

What operating system and processor architecture are you using (go env)?

Long test builders

What did you do?

Ran the long test builders.

What did you expect to see?

Passing tests

What did you see instead?

After the submission of go.dev/cl/516860, this failure started happening on the long test builders.

vcs-test.golang.org rerouted to http://127.0.0.1:50422
https://vcs-test.golang.org rerouted to https://127.0.0.1:50423
go test proxy running at GOPROXY=http://127.0.0.1:50424/mod
--- FAIL: TestNewReleaseRebuildsStalePackagesInGOPATH (13.54s)
    go_test.go:953: running testgo [install p1]
    go_test.go:953: standard error:
    go_test.go:953: ../../../../tmp/cmd-go-test-5767483697673610539/gotest11850510197277294159/goroot/src/runtime/rand.go:10:2: cannot find package "internal/chacha8rand" in any of:
        	/tmp/buildlet/tmp/cmd-go-test-5767483697673610539/gotest11850510197277294159/goroot/src/internal/chacha8rand (from $GOROOT)
        	/tmp/buildlet/tmp/cmd-go-test-5767483697673610539/gotest11850510197277294159/d1/src/internal/chacha8rand (from $GOPATH)
        
    go_test.go:953: go [install p1] failed unexpectedly in /tmp/buildlet/go/src/cmd/go: exit status 1
FAIL
FAIL	cmd/go	1824.812s

@golang/release @rsc @bcmills

@cagedmantis cagedmantis added NeedsFix The path to resolution is known, but the work has not been done. release-blocker labels Dec 6, 2023
@cagedmantis cagedmantis added this to the Go1.22 milestone Dec 6, 2023
@bcmills bcmills self-assigned this Dec 6, 2023
@bcmills bcmills added the FixPending Issues that have a fix which has not yet been reviewed or submitted. label Dec 6, 2023
@gopherbot
Copy link

Change https://go.dev/cl/547995 mentions this issue: cmd/go: avoid hard-coding runtime dependencies in TestNewReleaseRebuildsStalePackagesInGOPATH

@bcmills bcmills added the Testing An issue that has been verified to require only test changes, not just a test failure. label Dec 6, 2023
ezz-no pushed a commit to ezz-no/go-ezzno that referenced this issue Feb 18, 2024
…ldsStalePackagesInGOPATH

Fixes golang#64583.

Change-Id: Idbe50fe77f6030f2402ac436abe6710cb1183730
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest,gotip-windows-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/547995
Reviewed-by: Russ Cox <rsc@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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. release-blocker Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
Development

No branches or pull requests

3 participants