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_import failure on darwin-amd64-nocgo #35285

Open
bcmills opened this issue Oct 31, 2019 · 0 comments
Open

cmd/go: TestScript/mod_import failure on darwin-amd64-nocgo #35285

bcmills opened this issue Oct 31, 2019 · 0 comments
Labels
help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Oct 31, 2019

darwin-amd64-nocgo (https://build.golang.org/log/b64b26f0f1ea99d0a15dbe847285ee310af7fae9):

go test proxy running at GOPROXY=http://127.0.0.1:57008/mod
go proxy: no archive rsc.io v1.1.0: file does not exist
go proxy: no archive rsc.io v1.5.2: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.5.1: file does not exist
go proxy: no archive example.com/newcycle v1.0.0: file does not exist
go proxy: no archive rsc.io v1.5.2: file does not exist
--- FAIL: TestScript (0.01s)
    --- FAIL: TestScript/mod_import (0.79s)
        script_test.go:192: 
            # latest rsc.io/quote should be v1.5.2 not v1.5.3-pre1 (0.648s)
            > go list
            [stdout]
            x
            > go list -m all
            [stdout]
            x
            > stdout 'rsc.io/quote v1.5.2'
            FAIL: testdata/script/mod_import.txt:6: no match for `(?m)rsc.io/quote v1.5.2` found in stdout
            
FAIL
FAIL	cmd/go	251.813s

I'm not sure what to make of this, but the file does not exist error suggest perhaps filesystem flakiness.
(There is precedent for the filesystem being flaky in #33041.)

CC @jayconrod

@bcmills bcmills added help wanted OS-Darwin NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Oct 31, 2019
@bcmills bcmills added this to the Backlog milestone Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Projects
None yet
Development

No branches or pull requests

1 participant