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

x/sys/unix: TestMmap failures #58707

Closed
gopherbot opened this issue Feb 24, 2023 · 3 comments
Closed

x/sys/unix: TestMmap failures #58707

gopherbot opened this issue Feb 24, 2023 · 3 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/sys/unix" && test == "TestMmap"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 24, 2023
@gopherbot gopherbot added this to the Unreleased milestone Feb 24, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/sys/unix" && test == "TestMmap"
2023-02-22 19:20 netbsd-arm-bsiegert sys@cc0b67d7 go@f07fafac x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied
2023-02-22 19:20 netbsd-arm-bsiegert sys@cc0b67d7 go@e7cfcda6 x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied
2023-02-23 15:22 netbsd-386-9_3 sys@972870e3 go@51675327 x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied
2023-02-23 15:22 netbsd-386-9_3 sys@972870e3 go@c0ac33c0 x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied
2023-02-23 15:22 netbsd-amd64-9_3 sys@972870e3 go@51675327 x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied
2023-02-23 15:22 netbsd-amd64-9_3 sys@972870e3 go@c0ac33c0 x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied
2023-02-23 15:22 netbsd-arm-bsiegert sys@972870e3 go@4c5d6ede x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied
2023-02-23 15:22 netbsd-arm64-bsiegert sys@972870e3 go@51675327 x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied
2023-02-23 15:22 netbsd-arm64-bsiegert sys@972870e3 go@c0ac33c0 x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied

watchflakes

@cherrymui
Copy link
Member

Dup of #58660. Fixed.

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/sys/unix" && test == "TestMmap"
2023-02-23 15:22 netbsd-arm-bsiegert sys@972870e3 go@c0ac33c0 x/sys/unix.TestMmap (log)
--- FAIL: TestMmap (0.00s)
    mmap_unix_test.go:23: Mprotect: permission denied

watchflakes

@golang golang locked and limited conversation to collaborators Mar 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants