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

misc/cgo/testsanitizers: TestTSAN failures #59435

Closed
gopherbot opened this issue Apr 4, 2023 · 2 comments
Closed

misc/cgo/testsanitizers: TestTSAN failures #59435

gopherbot opened this issue Apr 4, 2023 · 2 comments
Labels
FrozenDueToAge 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
post <- pkg == "misc/cgo/testsanitizers" && test == "TestTSAN"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTSAN (17.47s)
    --- FAIL: TestTSAN/tsan3 (3.22s)
        tsan_test.go:53: /workdir/tmp/TestTSAN2105713469/tsan3 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x791050fae000-0x791051400000
    --- FAIL: TestTSAN/tsan2 (3.24s)
        tsan_test.go:53: /workdir/tmp/TestTSAN963233402/tsan2 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7112eccae000-0x7112ed100000
    --- FAIL: TestTSAN/tsan7 (3.28s)
        tsan_test.go:53: /workdir/tmp/TestTSAN2366296326/tsan7 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7e0e066ae000-0x7e0e06b00000
    --- FAIL: TestTSAN/tsan10 (3.29s)
        tsan_test.go:53: /workdir/tmp/TestTSAN369148858/tsan10 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7a666c4ae000-0x7a666c900000
    --- FAIL: TestTSAN/tsan12 (3.29s)
        tsan_test.go:53: /workdir/tmp/TestTSAN3898283356/tsan12 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7574c4eae000-0x7574c5300000
    --- FAIL: TestTSAN/tsan (3.31s)
        tsan_test.go:53: /workdir/tmp/TestTSAN1461363845/tsan exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7935cc6ae000-0x7935ccb00000
    --- FAIL: TestTSAN/tsan11 (3.40s)
...
            FATAL: ThreadSanitizer: unexpected memory mapping 0x75b118aae000-0x75b118f00000
    --- FAIL: TestTSAN/tsan4 (3.48s)
        tsan_test.go:53: /workdir/tmp/TestTSAN2140067290/tsan4 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x78a5249ae000-0x78a524e00000
    --- FAIL: TestTSAN/tsan9 (3.53s)
        tsan_test.go:53: /workdir/tmp/TestTSAN2078292977/tsan9 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7d1a9b1ae000-0x7d1a9b600000
    --- FAIL: TestTSAN/tsan5 (3.58s)
        tsan_test.go:53: /workdir/tmp/TestTSAN434673123/tsan5 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x710d8cfae000-0x710d8d400000

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 Apr 4, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/testsanitizers" && test == "TestTSAN"
2023-04-04 16:42 linux-amd64-clang go@d6759e7a misc/cgo/testsanitizers.TestTSAN (log)
--- FAIL: TestTSAN (17.47s)
    --- FAIL: TestTSAN/tsan3 (3.22s)
        tsan_test.go:53: /workdir/tmp/TestTSAN2105713469/tsan3 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x791050fae000-0x791051400000
    --- FAIL: TestTSAN/tsan2 (3.24s)
        tsan_test.go:53: /workdir/tmp/TestTSAN963233402/tsan2 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7112eccae000-0x7112ed100000
    --- FAIL: TestTSAN/tsan7 (3.28s)
        tsan_test.go:53: /workdir/tmp/TestTSAN2366296326/tsan7 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7e0e066ae000-0x7e0e06b00000
    --- FAIL: TestTSAN/tsan10 (3.29s)
        tsan_test.go:53: /workdir/tmp/TestTSAN369148858/tsan10 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7a666c4ae000-0x7a666c900000
    --- FAIL: TestTSAN/tsan12 (3.29s)
        tsan_test.go:53: /workdir/tmp/TestTSAN3898283356/tsan12 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7574c4eae000-0x7574c5300000
    --- FAIL: TestTSAN/tsan (3.31s)
        tsan_test.go:53: /workdir/tmp/TestTSAN1461363845/tsan exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7935cc6ae000-0x7935ccb00000
    --- FAIL: TestTSAN/tsan11 (3.40s)
...
            FATAL: ThreadSanitizer: unexpected memory mapping 0x75b118aae000-0x75b118f00000
    --- FAIL: TestTSAN/tsan4 (3.48s)
        tsan_test.go:53: /workdir/tmp/TestTSAN2140067290/tsan4 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x78a5249ae000-0x78a524e00000
    --- FAIL: TestTSAN/tsan9 (3.53s)
        tsan_test.go:53: /workdir/tmp/TestTSAN2078292977/tsan9 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x7d1a9b1ae000-0x7d1a9b600000
    --- FAIL: TestTSAN/tsan5 (3.58s)
        tsan_test.go:53: /workdir/tmp/TestTSAN434673123/tsan5 exited with exit status 66
            FATAL: ThreadSanitizer: unexpected memory mapping 0x710d8cfae000-0x710d8d400000

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Apr 4, 2023

Duplicate of #59418

@bcmills bcmills marked this as a duplicate of #59418 Apr 4, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Apr 4, 2023
@bcmills bcmills removed this from Test Flakes Apr 4, 2023
@golang golang locked and limited conversation to collaborators Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants