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_invalid_version failures on linux-386-longtest due to missing ancestor tags #52796

Closed
bcmills opened this issue May 9, 2022 · 2 comments
Assignees
Labels
FrozenDueToAge modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented May 9, 2022

--- FAIL: TestScript (0.01s)
    --- FAIL: TestScript/mod_invalid_version (163.83s)
        script_test.go:260: 
            # Regression test for golang.org/issue/27173: if the user (or go.mod file)
            # requests a pseudo-version that does not match both the module path and commit
            # metadata, reject it with a helpful error message.
…
            > go mod edit -require github.com/pierrec/lz4@473cd7ce01a1
            > go list -m github.com/pierrec/lz4
            [stdout]
            github.com/pierrec/lz4 v0.0.0-20190131084431-473cd7ce01a1
            > stdout 'github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1'
            FAIL: testdata/script/mod_invalid_version.txt:186: no match for `(?m)github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1` found in stdout
            
FAIL
FAIL	cmd/go	228.485s

greplogs -l -e 'github\.com/pierrec/lz4 v0\.0\.0-20190131084431-473cd7ce01a1'
2022-05-07T10:56:06-a131fd1/linux-386-longtest
2022-05-06T17:41:30-091e913/linux-386-longtest
2022-04-18T12:04:50-91b9915/linux-386-longtest
2022-04-15T19:02:54-df08c9a/linux-386-longtest
2021-09-07T21:39:06-dcf3545/linux-386-longtest
2020-04-23T13:46:00-708ac9a/linux-386-longtest

I suspect that either cmd/go or git is missing an error check somewhere on the command that fetches the ancestor tags.

@bcmills bcmills added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. modules labels May 9, 2022
@bcmills bcmills self-assigned this May 9, 2022
@bcmills bcmills modified the milestones: Go1.20, Go1.19 May 9, 2022
@bcmills
Copy link
Contributor Author

bcmills commented May 9, 2022

Given the test timing, this is probably another failure mode of #52545. (It should have a better failure mode, though!)

@bcmills bcmills modified the milestones: Go1.19, Go1.20 May 13, 2022
@bcmills
Copy link
Contributor Author

bcmills commented Sep 6, 2022

Duplicate of #53935

@bcmills bcmills marked this as a duplicate of #53935 Sep 6, 2022
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Sep 6, 2022
@golang golang locked and limited conversation to collaborators Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge modules 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

2 participants