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/internal/modfetch: TestCodeRepoVersions failures #55288

Closed
gopherbot opened this issue Sep 20, 2022 · 10 comments
Closed

cmd/go/internal/modfetch: TestCodeRepoVersions failures #55288

gopherbot opened this issue Sep 20, 2022 · 10 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "cmd/go/internal/modfetch" && test == "TestCodeRepoVersions"

Bug automatically created to collect these failures.

Example log:

--- FAIL: TestCodeRepoVersions (0.00s)
    --- FAIL: TestCodeRepoVersions/parallel (0.00s)
        --- FAIL: TestCodeRepoVersions/parallel/swtch.com_testmod (0.00s)
            coderepo_test.go:824: Versions(""): unrecognized import path "swtch.com/testmod": https fetch: Get "https://swtch.com/testmod?go-get=1": read tcp 10.128.3.108:55424->216.239.36.21:443: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 20, 2022
@gopherbot
Copy link
Author

Found new matching dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go/internal/modfetch" && test == "TestCodeRepoVersions"
2022-08-08 14:12 windows-amd64-longtest go@dcd10375 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.00s)
    --- FAIL: TestCodeRepoVersions/parallel (0.00s)
        --- FAIL: TestCodeRepoVersions/parallel/swtch.com_testmod (0.00s)
            coderepo_test.go:824: Versions(""): unrecognized import path "swtch.com/testmod": https fetch: Get "https://swtch.com/testmod?go-get=1": read tcp 10.128.3.108:55424->216.239.36.21:443: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 21, 2022

Duplicate of #49954

@bcmills bcmills marked this as a duplicate of #49954 Sep 21, 2022
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go/internal/modfetch" && test == "TestCodeRepoVersions"
2022-09-23 15:03 linux-amd64-longtest go@65deb9c3 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.00s)
    --- FAIL: TestCodeRepoVersions/parallel (0.00s)
        --- FAIL: TestCodeRepoVersions/parallel/swtch.com_testmod (0.00s)
            coderepo_test.go:832: Versions(""): unrecognized import path "swtch.com/testmod": reading https://swtch.com/testmod?go-get=1: 500 Internal Server Error

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 23, 2022

That's a new failure mode of #49954; updated the regexp there.

@gopherbot gopherbot reopened this Feb 9, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go/internal/modfetch" && test == "TestCodeRepoVersions"
2023-01-30 17:13 linux-amd64-longtest go@01a5a83c cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.23s)
    --- FAIL: TestCodeRepoVersions/parallel (0.00s)
        --- FAIL: TestCodeRepoVersions/parallel/gopkg.in_natefinch_lumberjack.v2 (0.00s)
            coderepo_test.go:827: Versions(""):
                have &{0xc0002a8580 [v2.0.0 v2.2.0]}
                want [v2.0.0]
2023-02-09 18:52 linux-amd64-longtest go@b7880cf6 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.29s)
    --- FAIL: TestCodeRepoVersions/parallel (0.00s)
        --- FAIL: TestCodeRepoVersions/parallel/gopkg.in_natefinch_lumberjack.v2 (0.00s)
            coderepo_test.go:827: Versions(""):
                have &{0xc000320f80 [v2.0.0 v2.2.0 v2.2.1]}
                want [v2.0.0]

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go/internal/modfetch" && test == "TestCodeRepoVersions"
2023-01-30 17:13 linux-386-longtest go@01a5a83c cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.28s)
    --- FAIL: TestCodeRepoVersions/parallel (0.00s)
        --- FAIL: TestCodeRepoVersions/parallel/gopkg.in_natefinch_lumberjack.v2 (0.00s)
            coderepo_test.go:827: Versions(""):
                have &{0xa517640 [v2.0.0 v2.2.0]}
                want [v2.0.0]
2023-02-09 18:52 linux-386-longtest go@b7880cf6 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.21s)
    --- FAIL: TestCodeRepoVersions/parallel (0.00s)
        --- FAIL: TestCodeRepoVersions/parallel/gopkg.in_natefinch_lumberjack.v2 (0.00s)
            coderepo_test.go:827: Versions(""):
                have &{0x8ca0d80 [v2.0.0 v2.2.0 v2.2.1]}
                want [v2.0.0]

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Feb 9, 2023

Duplicate of #58445

@bcmills bcmills marked this as a duplicate of #58445 Feb 9, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go/internal/modfetch" && test == "TestCodeRepoVersions"
2023-01-30 17:13 linux-amd64-longtest-race go@01a5a83c cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.25s)
    --- FAIL: TestCodeRepoVersions/parallel (0.00s)
        --- FAIL: TestCodeRepoVersions/parallel/gopkg.in_natefinch_lumberjack.v2 (0.00s)
            coderepo_test.go:827: Versions(""):
                have &{0xc00095e200 [v2.0.0 v2.2.0]}
                want [v2.0.0]
2023-02-09 18:52 linux-amd64-longtest-race go@b7880cf6 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.23s)
    --- FAIL: TestCodeRepoVersions/parallel (0.00s)
        --- FAIL: TestCodeRepoVersions/parallel/gopkg.in_natefinch_lumberjack.v2 (0.00s)
            coderepo_test.go:827: Versions(""):
                have &{0xc0006f0c80 [v2.0.0 v2.2.0 v2.2.1]}
                want [v2.0.0]

watchflakes

@gopherbot gopherbot reopened this May 10, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go/internal/modfetch" && test == "TestCodeRepoVersions"
2023-05-10 14:36 linux-amd64-longtest go@46847c63 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40375
https://vcs-test.golang.org rerouted to https://127.0.0.1:38347
panic: test timed out after 15m0s
running tests:
	TestCodeRepoVersions (14m27s)
	TestCodeRepoVersions/parallel (14m27s)
	TestCodeRepoVersions/parallel/swtch.com_testmod (14m27s)

runtime.gopark(0xc000079e00?, 0x40dec5?, 0x50?, 0x36?, 0x18?)
	/workdir/go/src/runtime/proc.go:387 +0xce fp=0xc000079d98 sp=0xc000079d78 pc=0x43ae4e
runtime.chanrecv(0xc00030a3f0, 0xc000079e7f, 0x1)
	/workdir/go/src/runtime/chan.go:583 +0x3cd fp=0xc000079e10 sp=0xc000079d98 pc=0x40752d
runtime.chanrecv1(0xb43700?, 0x7b0de0?)
	/workdir/go/src/runtime/chan.go:442 +0x12 fp=0xc000079e38 sp=0xc000079e10 pc=0x407152
testing.(*T).Run(0xc0002bd1e0, {0x839a87?, 0x83ea2f?}, 0x876e48)
	/workdir/go/src/testing/testing.go:1649 +0x3c8 fp=0xc000079ef8 sp=0xc000079e38 pc=0x501548
cmd/go/internal/modfetch.TestCodeRepoVersions(0xc0002bd1e0)
	/workdir/go/src/cmd/go/internal/modfetch/coderepo_test.go:825 +0xe5 fp=0xc000079f70 sp=0xc000079ef8 pc=0x7812e5
testing.tRunner(0xc0002bd1e0, 0x876c98)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented May 10, 2023

Different failure mode. I'm going to remove this issue from the Test Flakes project to get watchflakes to file a new issue for the new failure modes.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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