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/internal/moddeps: TestAllDependencies/std(quick) failures #68829

Closed
gopherbot opened this issue Aug 10, 2024 · 2 comments
Closed

cmd/internal/moddeps: TestAllDependencies/std(quick) failures #68829

gopherbot opened this issue Aug 10, 2024 · 2 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
Contributor

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/std(quick)"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestAllDependencies/std(quick)
    moddeps_test.go:53: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:65: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go list -mod=vendor -deps ./...: exit status 2
        SIGSEGV: segmentation violation
        PC=0x56860 m=2 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f38000a80 m=2 mp=0x3f38064708 [idle]:
        runtime.preemptone(0x3f38000a80?)
        	runtime/proc.go:6297 +0x38 fp=0x3f3807ff28 sp=0x3f3807ff10 pc=0x56860
        runtime.preemptall()
...
        a7  0xd334d	s2  0x3f3807fed0
        s3  0x3f38064708	s4  0x3f38070000
        s5  0x3f381241b0	s6  0xffffffff
        s7  0xb3e308	s8  0x3f38041788
        s9  0x3f3807fdc8	s10 0x6c8be8
        s11 0x3f38000a80	t3  0x26d8e46b79bcbc
        t4  0xffffffffffffffff	t5  0x12e2047818b3
        t6  0x0	pc  0x56860
    moddeps_test.go:66: (Run 'go mod vendor' in /home/swarming/.swarming/w/ir/x/w/goroot/src to ensure that dependencies have been vendored.)
--- FAIL: TestAllDependencies/std(quick) (4.85s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/std(quick)"
2024-08-09 19:50 gotip-linux-riscv64 go@1443a3ea cmd/internal/moddeps.TestAllDependencies/std(quick) (log)
=== RUN   TestAllDependencies/std(quick)
    moddeps_test.go:53: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:65: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go list -mod=vendor -deps ./...: exit status 2
        SIGSEGV: segmentation violation
        PC=0x56860 m=2 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f38000a80 m=2 mp=0x3f38064708 [idle]:
        runtime.preemptone(0x3f38000a80?)
        	runtime/proc.go:6297 +0x38 fp=0x3f3807ff28 sp=0x3f3807ff10 pc=0x56860
        runtime.preemptall()
...
        a7  0xd334d	s2  0x3f3807fed0
        s3  0x3f38064708	s4  0x3f38070000
        s5  0x3f381241b0	s6  0xffffffff
        s7  0xb3e308	s8  0x3f38041788
        s9  0x3f3807fdc8	s10 0x6c8be8
        s11 0x3f38000a80	t3  0x26d8e46b79bcbc
        t4  0xffffffffffffffff	t5  0x12e2047818b3
        t6  0x0	pc  0x56860
    moddeps_test.go:66: (Run 'go mod vendor' in /home/swarming/.swarming/w/ir/x/w/goroot/src to ensure that dependencies have been vendored.)
--- FAIL: TestAllDependencies/std(quick) (4.85s)

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 Aug 10, 2024
@mengzhuo
Copy link
Contributor

Related to #68862 , closed

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
Archived in project
Development

No branches or pull requests

2 participants