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

context: TestAllocs failures [consistent failure] #72087

Open
gopherbot opened this issue Mar 4, 2025 · 11 comments
Open

context: TestAllocs failures [consistent failure] #72087

gopherbot opened this issue Mar 4, 2025 · 11 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 == "context" && test == "TestAllocs"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (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 Mar 4, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-03 20:32 gotip-linux-arm64-asan-clang15 go@0a0e6af3 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)
2025-03-03 21:41 gotip-linux-arm64-asan-clang15 go@7e81bcf3 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)
2025-03-04 01:00 gotip-linux-arm64-asan-clang15 go@47fd73a5 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.01s)
2025-03-04 01:01 gotip-linux-arm64-asan-clang15 go@2ce1fb42 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-03 20:32 gotip-linux-amd64-asan-clang15 go@0a0e6af3 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.02s)
2025-03-04 01:00 gotip-linux-amd64-asan-clang15 go@47fd73a5 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.01s)
2025-03-04 01:01 gotip-linux-amd64-asan-clang15 go@2ce1fb42 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.01s)
2025-03-04 06:12 gotip-linux-amd64-asan-clang15 go@3b9d10cc context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.02s)
2025-03-04 06:12 gotip-linux-arm64-asan-clang15 go@3b9d10cc context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-04 11:02 gotip-linux-amd64-asan-clang15 go@82791889 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.04s)
2025-03-04 11:02 gotip-linux-arm64-asan-clang15 go@82791889 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)
2025-03-04 11:10 gotip-linux-amd64-asan-clang15 go@4f45b2b7 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.07s)
2025-03-04 11:10 gotip-linux-arm64-asan-clang15 go@4f45b2b7 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-04 12:48 gotip-linux-arm64-asan-clang15 go@bef2bb80 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-04 12:48 gotip-linux-amd64-asan-clang15 go@4c0a47a8 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.01s)
2025-03-04 12:48 gotip-linux-arm64-asan-clang15 go@4c0a47a8 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)
2025-03-04 12:48 gotip-linux-amd64-asan-clang15 go@bef2bb80 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.03s)
2025-03-04 12:56 gotip-linux-amd64-asan-clang15 go@7181118a context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.03s)
2025-03-04 12:56 gotip-linux-arm64-asan-clang15 go@7181118a context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)
2025-03-04 12:59 gotip-linux-amd64-asan-clang15 go@a053e790 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)
2025-03-04 12:59 gotip-linux-arm64-asan-clang15 go@a053e790 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)
2025-03-04 13:00 gotip-linux-amd64-asan-clang15 go@32fdcd7c context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.05s)
2025-03-04 13:00 gotip-linux-arm64-asan-clang15 go@32fdcd7c context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.01s)
2025-03-04 13:02 gotip-linux-amd64-asan-clang15 go@fd8938c7 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.05s)
2025-03-04 13:02 gotip-linux-arm64-asan-clang15 go@fd8938c7 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-04 16:58 gotip-linux-amd64-asan-clang15 go@ba3c57fc context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.07s)
2025-03-04 16:58 gotip-linux-arm64-asan-clang15 go@ba3c57fc context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-04 18:31 gotip-linux-amd64-asan-clang15 go@f95941de context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.03s)
2025-03-04 18:31 gotip-linux-arm64-asan-clang15 go@f95941de context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-04 19:22 gotip-linux-amd64-asan-clang15 go@52eaed66 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.05s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-04 20:43 gotip-linux-amd64-asan-clang15 go@0cfc6414 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.04s)
2025-03-04 20:43 gotip-linux-arm64-asan-clang15 go@0cfc6414 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.03s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "context" && test == "TestAllocs"
2025-03-04 21:19 gotip-linux-amd64-asan-clang15 go@3705a6f1 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.00s)
2025-03-04 21:19 gotip-linux-arm64-asan-clang15 go@3705a6f1 context.TestAllocs (log)
=== RUN   TestAllocs
    x_test.go:330: WithCancel(bg) allocs = 7.000000 want 5
    x_test.go:330: WithTimeout(bg, 5*time.Millisecond) allocs = 10.000000 want 8
--- FAIL: TestAllocs (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/654835 mentions this issue: context: skip TestAllocs when using ASAN

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