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: TestScript/mod_pseudo_cache and TestScript/mod_invalid_version fail #54102

Closed
cherrymui opened this issue Jul 27, 2022 · 2 comments
Closed
Labels
FrozenDueToAge GoCommand cmd/go 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

2022-07-25T20:44:49-24dc27a/linux-amd64-longtest
2022-07-22T17:25:27-12e00f6/linux-amd64-longtest

go test proxy running at GOPROXY=http://127.0.0.1:44511/mod
--- FAIL: TestScript (0.01s)
    --- FAIL: TestScript/mod_pseudo_cache (10.17s)
        script_test.go:259: 
            # Regression test for golang.org/issue/27171: after resolving an older
            # pseudo-version of a commit, future resolution of that commit by hash should
            # choose the highest appropriate pseudo-version instead of the cached one. (10.171s)
            > go mod download -json golang.org/x/text@v0.0.0-20171215141712-a1b916ed6726
            [stdout]
            {
            	"Path": "golang.org/x/text",
            	"Version": "v0.0.0-20171215141712-a1b916ed6726",
            	"Error": "golang.org/x/text@v0.0.0-20171215141712-a1b916ed6726: unrecognized import path \"golang.org/x/text\": reading https://golang.org/x/text?go-get=1: 500 Internal Server Error"
            }
            [exit status 1]
            FAIL: testdata/script/mod_pseudo_cache.txt:12: unexpected command failure
            
FAIL
FAIL	cmd/go	168.289s

Possibly network flakiness on go.googlesource.com ?
cc @bcmills

@cherrymui cherrymui added the GoCommand cmd/go label Jul 27, 2022
@cherrymui cherrymui added this to the Backlog milestone Jul 27, 2022
@cherrymui cherrymui added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 27, 2022
@bcmills
Copy link
Contributor

bcmills commented Jul 28, 2022

2022-07-25T20:44:49-24dc27a/linux-amd64-longtest

That looks like a bug in the go.googlesource.com server; possibly another symptom of #52490?

2022-07-22T17:25:27-12e00f6/linux-amd64-longtest

That exactly matches #52851.

@bcmills
Copy link
Contributor

bcmills commented Jul 28, 2022

(Closing as a semi-duplicate of the aforementioned issues.)

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jul 28, 2022
@golang golang locked and limited conversation to collaborators Jul 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge GoCommand cmd/go 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