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: TestTestCache failures #57374

Open
gopherbot opened this issue Dec 17, 2022 · 4 comments
Open

cmd/go: TestTestCache failures #57374

gopherbot opened this issue Dec 17, 2022 · 4 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" && test == "TestTestCache"

Issue created automatically to collect these failures.

Example (log):

vcs-test.golang.org rerouted to http://127.0.0.1:54187
https://vcs-test.golang.org rerouted to https://127.0.0.1:54188
go test proxy running at GOPROXY=http://127.0.0.1:54189/mod
panic: test timed out after 9m0s
running tests:
	TestTestCache (55s)

syscall.syscall(0x0?, 0xc000969a90?, 0xc00012b200?, 0x10c2a99?)
	/tmp/buildlet/go/src/runtime/sys_darwin.go:23 +0x7f fp=0xc000131538 sp=0xc0001314a8 pc=0x10bdb3f
syscall.closedir(0xc0001315a0?)
...
	/tmp/buildlet/go/src/runtime/panic.go:796 +0x88 fp=0xc000131c68 sp=0xc000131c58 pc=0x10884a8
runtime.Goexit()
	/tmp/buildlet/go/src/runtime/panic.go:540 +0x1bb fp=0xc000131ce8 sp=0xc000131c68 pc=0x1087a1b
testing.(*common).FailNow(0xc00031d6c0)
	/tmp/buildlet/go/src/testing/testing.go:979 +0x8a fp=0xc000131d40 sp=0xc000131ce8 pc=0x11ece2a
cmd/go_test.(*testgoData).run(0xc000340370, {0xc00022a420, 0x6, 0x6})
	/tmp/buildlet/go/src/cmd/go/go_test.go:516 +0x1be fp=0xc000131dd8 sp=0xc000131d40 pc=0x1a128fe
cmd/go_test.TestTestCache(0xc00031d6c0)
	/tmp/buildlet/go/src/cmd/go/go_test.go:2521 +0xc85 fp=0xc000131ea8 sp=0xc000131dd8 pc=0x1a2ac25
testing.tRunner(0xc00031d6c0, 0x1bd5448)

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 Dec 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go" && test == "TestTestCache"
2022-12-13 14:05 darwin-amd64-race go@61e2b8ec cmd/go.TestTestCache (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54187
https://vcs-test.golang.org rerouted to https://127.0.0.1:54188
go test proxy running at GOPROXY=http://127.0.0.1:54189/mod
panic: test timed out after 9m0s
running tests:
	TestTestCache (55s)

syscall.syscall(0x0?, 0xc000969a90?, 0xc00012b200?, 0x10c2a99?)
	/tmp/buildlet/go/src/runtime/sys_darwin.go:23 +0x7f fp=0xc000131538 sp=0xc0001314a8 pc=0x10bdb3f
syscall.closedir(0xc0001315a0?)
...
	/tmp/buildlet/go/src/runtime/panic.go:796 +0x88 fp=0xc000131c68 sp=0xc000131c58 pc=0x10884a8
runtime.Goexit()
	/tmp/buildlet/go/src/runtime/panic.go:540 +0x1bb fp=0xc000131ce8 sp=0xc000131c68 pc=0x1087a1b
testing.(*common).FailNow(0xc00031d6c0)
	/tmp/buildlet/go/src/testing/testing.go:979 +0x8a fp=0xc000131d40 sp=0xc000131ce8 pc=0x11ece2a
cmd/go_test.(*testgoData).run(0xc000340370, {0xc00022a420, 0x6, 0x6})
	/tmp/buildlet/go/src/cmd/go/go_test.go:516 +0x1be fp=0xc000131dd8 sp=0xc000131d40 pc=0x1a128fe
cmd/go_test.TestTestCache(0xc00031d6c0)
	/tmp/buildlet/go/src/cmd/go/go_test.go:2521 +0xc85 fp=0xc000131ea8 sp=0xc000131dd8 pc=0x1a2ac25
testing.tRunner(0xc00031d6c0, 0x1bd5448)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go" && test == "TestTestCache"
2023-01-18 19:33 darwin-amd64-race go@6fcbd036 cmd/go.TestTestCache (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54235
https://vcs-test.golang.org rerouted to https://127.0.0.1:54236
go test proxy running at GOPROXY=http://127.0.0.1:54237/mod
--- FAIL: TestTestCache (26.13s)
    go_test.go:2482: 

        INITIAL


    go_test.go:2490: running testgo [test -x -v -short t/...]
...
        r14    0xdfffffffffffffff
        r15    0x3606f00
        rip    0x101ce15
        rflags 0x10217
        cs     0x2b
        fs     0x0
        gs     0x0

    go_test.go:2490: go [test -x -v -short t/...] failed unexpectedly in /tmp/buildlet/go/src/cmd/go: exit status 2
2023/01/18 12:26:09 unexpected files left in tmpdir: [go-build3693440671]

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go" && test == "TestTestCache"
2023-03-01 22:03 darwin-amd64-race go@26eeaec8 cmd/go.TestTestCache (log)
vcs-test.golang.org rerouted to http://127.0.0.1:53989
https://vcs-test.golang.org rerouted to https://127.0.0.1:53990
go test proxy running at GOPROXY=http://127.0.0.1:53991/mod
--- FAIL: TestTestCache (27.53s)
    go_test.go:2482: 

        INITIAL


    go_test.go:2490: running testgo [test -x -v -short t/...]
...
        r14    0xc0001ec340
        r15    0x20f4900
        rip    0x10c2b78
        rflags 0x10206
        cs     0x2b
        fs     0x0
        gs     0x0

    go_test.go:2490: go [test -x -v -short t/...] failed unexpectedly in /tmp/buildlet/go/src/cmd/go: exit status 2
2023/03/01 18:15:40 unexpected files left in tmpdir: [go-build522406248]

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go" && test == "TestTestCache"
2023-03-01 18:01 darwin-amd64-race go@230765a1 cmd/go.TestTestCache (log)
--- FAIL: TestTestCache (49.37s)
    go_test.go:2482: 

        INITIAL


    go_test.go:2490: running testgo [test -x -v -short t/...]
    exec.go:146: test timed out while running command: /tmp/buildlet/tmp/cmd-go-test-2811279691/tmpdir910072097/testbin/go test -x -v -short t/...
    go_test.go:2490: standard error:
    go_test.go:2490: WORK=/tmp/buildlet/tmp/cmd-go-test-2811279691/go-build889014179
...
        r13    0x0
        r14    0x1320100013300
        r15    0x11f00
        rip    0x7ff812e313ea
        rflags 0x247
        cs     0x7
        fs     0x0
        gs     0x0

    go_test.go:2490: go [test -x -v -short t/...] failed unexpectedly in /tmp/buildlet/go/src/cmd/go: exit status 2

watchflakes

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
Status: No status
Development

No branches or pull requests

1 participant