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: TestMremapPtr failures #68217

Closed
gopherbot opened this issue Jun 27, 2024 · 2 comments
Closed

x/sys/unix: TestMremapPtr failures #68217

gopherbot opened this issue Jun 27, 2024 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestMremapPtr
    mremap_test.go:67: MremapPtr: cannot allocate memory
--- FAIL: TestMremapPtr (0.00s)

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 Jun 27, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/sys/unix" && test == "TestMremapPtr"
2024-06-25 00:37 x_sys-go1.21-netbsd-arm64 sys@daa23942 release-branch.go1.21@dfb00670 x/sys/unix.TestMremapPtr (log)
=== RUN   TestMremapPtr
    mremap_test.go:67: MremapPtr: cannot allocate memory
--- FAIL: TestMremapPtr (0.00s)
2024-06-25 00:37 x_sys-go1.22-netbsd-arm64 sys@daa23942 release-branch.go1.22@11b861e4 x/sys/unix.TestMremapPtr (log)
=== RUN   TestMremapPtr
    mremap_test.go:67: MremapPtr: cannot allocate memory
--- FAIL: TestMremapPtr (0.00s)
2024-06-25 00:37 x_sys-go1.23-netbsd-arm64 sys@daa23942 release-branch.go1.23@7dff7439 x/sys/unix.TestMremapPtr (log)
=== RUN   TestMremapPtr
    mremap_test.go:67: MremapPtr: cannot allocate memory
--- FAIL: TestMremapPtr (0.00s)
2024-06-25 00:37 x_sys-gotip-netbsd-arm64 sys@daa23942 go@b1fd0475 x/sys/unix.TestMremapPtr (log)
=== RUN   TestMremapPtr
    mremap_test.go:67: MremapPtr: cannot allocate memory
--- FAIL: TestMremapPtr (0.00s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jun 27, 2024
@gopherbot gopherbot added this to the Unreleased milestone Jun 27, 2024
@ianlancetaylor
Copy link
Member

I believe that these are reoccurrences of #68180 from before the fix was committed.

@ianlancetaylor ianlancetaylor closed this as not planned Won't fix, can't repro, duplicate, stale Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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