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: TestVersionControlErrorMessageIncludesCorrectDirectory is flaky #37326

Closed
bcmills opened this issue Feb 20, 2020 · 1 comment
Closed
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Feb 20, 2020

--- FAIL: TestVersionControlErrorMessageIncludesCorrectDirectory (0.02s)
    go_test.go:1109: running testgo [get -u foo]
    go_test.go:1109: standard error:
    go_test.go:1109: unrecognized import path "foo": import path does not begin with hostname
        
    go_test.go:1109: testgo failed as expected: exit status 1
    go_test.go:1116: go get -u error does not mention shadow/root1/src/foo
    go_test.go:1116: pattern testdata/shadow/root1/src/foo not found in standard error
go test proxy running at GOPROXY=http://127.0.0.1:42765/mod
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.1.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
FAIL	cmd/go	61.524s

2020-02-19T23:28:35-8fa2b6d/aix-ppc64
2020-02-19T23:28:35-8fa2b6d/darwin-386-10_14
2020-02-19T23:28:35-8fa2b6d/darwin-amd64-10_11
2020-02-19T23:28:35-8fa2b6d/darwin-amd64-10_12
2020-02-19T23:28:35-8fa2b6d/darwin-amd64-10_14
2020-02-19T23:28:35-8fa2b6d/darwin-amd64-10_15
2020-02-19T23:28:35-8fa2b6d/darwin-amd64-nocgo
2020-02-19T23:28:35-8fa2b6d/dragonfly-amd64
2020-02-19T23:28:35-8fa2b6d/freebsd-386-11_2
2020-02-19T23:28:35-8fa2b6d/freebsd-386-12_0
2020-02-19T23:28:35-8fa2b6d/freebsd-amd64-11_2
2020-02-19T23:28:35-8fa2b6d/freebsd-amd64-12_0
2020-02-19T23:28:35-8fa2b6d/freebsd-arm64-dmgk
2020-02-19T23:28:35-8fa2b6d/illumos-amd64
2020-02-19T23:28:35-8fa2b6d/linux-386
2020-02-19T23:28:35-8fa2b6d/linux-386-387
2020-02-19T23:28:35-8fa2b6d/linux-386-clang
2020-02-19T23:28:35-8fa2b6d/linux-386-longtest
2020-02-19T23:28:35-8fa2b6d/linux-386-sid
2020-02-19T23:28:35-8fa2b6d/linux-amd64
2020-02-19T23:28:35-8fa2b6d/linux-amd64-clang
2020-02-19T23:28:35-8fa2b6d/linux-amd64-fedora
2020-02-19T23:28:35-8fa2b6d/linux-amd64-jessie
2020-02-19T23:28:35-8fa2b6d/linux-amd64-longtest
2020-02-19T23:28:35-8fa2b6d/linux-amd64-nocgo
2020-02-19T23:28:35-8fa2b6d/linux-amd64-sid
2020-02-19T23:28:35-8fa2b6d/linux-arm64-packet
2020-02-19T23:28:35-8fa2b6d/linux-ppc64-buildlet
2020-02-19T23:28:35-8fa2b6d/linux-ppc64le-buildlet
2020-02-19T23:28:35-8fa2b6d/linux-ppc64le-power9osu
2020-02-19T23:28:35-8fa2b6d/linux-s390x-ibm
2020-02-19T23:28:35-8fa2b6d/netbsd-amd64-8_0
2020-02-19T23:28:35-8fa2b6d/openbsd-386-62
2020-02-19T23:28:35-8fa2b6d/openbsd-386-64
2020-02-19T23:28:35-8fa2b6d/openbsd-amd64-62
2020-02-19T23:28:35-8fa2b6d/openbsd-amd64-64
2020-02-19T23:28:35-8fa2b6d/solaris-amd64-oraclerel
2020-02-19T23:28:35-8fa2b6d/windows-386-2008
2020-02-19T23:28:35-8fa2b6d/windows-amd64-2008
2020-02-19T23:28:35-8fa2b6d/windows-amd64-2012
2020-02-19T23:28:35-8fa2b6d/windows-amd64-2016
2020-02-19T23:28:35-8fa2b6d/windows-amd64-longtest

@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker labels Feb 20, 2020
@bcmills bcmills added this to the Go1.15 milestone Feb 20, 2020
@bcmills
Copy link
Contributor Author

bcmills commented Feb 20, 2020

Never mind, this was a consistent failure and is fixed.

@bcmills bcmills closed this as completed Feb 20, 2020
@golang golang locked and limited conversation to collaborators Feb 19, 2021
@rsc rsc unassigned matloob Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants