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

runtime/race: TestRace failures in RaceWaitGroupWrongAdd #64038

Open
bcmills opened this issue Nov 9, 2023 · 4 comments
Open

runtime/race: TestRace failures in RaceWaitGroupWrongAdd #64038

bcmills opened this issue Nov 9, 2023 · 4 comments
Labels
arch-s390x Issues solely affecting the s390x architecture. compiler/runtime Issues related to the Go compiler and/or runtime. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. RaceDetector
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Nov 9, 2023

#!watchflakes
post <- pkg == "runtime/race" && `RaceWaitGroupWrongAdd\s+FAILED`

Examples:

@bcmills bcmills added RaceDetector 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 Nov 9, 2023
@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/race" && `RaceWaitGroupWrongAdd\s+FAILED`
2023-10-07 12:31 linux-s390x-ibm-race go@f711892a runtime/race.TestRace (log)
NoRaceAtomicAddInt64                     .
RaceAtomicAddInt64                       .
NoRaceAtomicAddInt32                     .
NoRaceAtomicLoadAddInt32                 .
NoRaceAtomicLoadStoreInt32               .
NoRaceAtomicStoreCASInt32                .
NoRaceAtomicCASLoadInt32                 .
NoRaceAtomicCASCASInt32                  .
NoRaceAtomicCASCASInt32_2                .
NoRaceAtomicLoadInt64                    .
...
NoRaceWaitGroupPanicRecover2             .
NoRaceWaitGroupTransitive                .
NoRaceWaitGroupReuse                     .
NoRaceWaitGroupReuse2                    .
RaceWaitGroupReuse                       .
NoRaceWaitGroupConcurrentAdd             .

Passed 353 of 354 tests (99.72%, 0+, 1-)
0 expected failures (0 has not fail)
--- FAIL: TestRace (10.03s)
2023-10-18 19:51 linux-s390x-ibm-race go@d1cb2483 runtime/race.TestRace (log)
NoRaceAtomicAddInt64                     .
RaceAtomicAddInt64                       .
NoRaceAtomicAddInt32                     .
NoRaceAtomicLoadAddInt32                 .
NoRaceAtomicLoadStoreInt32               .
NoRaceAtomicStoreCASInt32                .
NoRaceAtomicCASLoadInt32                 .
NoRaceAtomicCASCASInt32                  .
NoRaceAtomicCASCASInt32_2                .
NoRaceAtomicLoadInt64                    .
...
NoRaceWaitGroupPanicRecover2             .
NoRaceWaitGroupTransitive                .
NoRaceWaitGroupReuse                     .
NoRaceWaitGroupReuse2                    .
RaceWaitGroupReuse                       .
NoRaceWaitGroupConcurrentAdd             .

Passed 353 of 354 tests (99.72%, 0+, 1-)
0 expected failures (0 has not fail)
--- FAIL: TestRace (12.90s)

watchflakes

@bcmills
Copy link
Contributor Author

bcmills commented Nov 21, 2023

(attn @golang/s390x)

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/race" && `RaceWaitGroupWrongAdd\s+FAILED`
2023-11-21 02:06 linux-s390x-ibm-race go@dc094f9c runtime/race.TestRace (log)
NoRaceAtomicAddInt64                     .
RaceAtomicAddInt64                       .
NoRaceAtomicAddInt32                     .
NoRaceAtomicLoadAddInt32                 .
NoRaceAtomicLoadStoreInt32               .
NoRaceAtomicStoreCASInt32                .
NoRaceAtomicCASLoadInt32                 .
NoRaceAtomicCASCASInt32                  .
NoRaceAtomicCASCASInt32_2                .
NoRaceAtomicLoadInt64                    .
...
NoRaceWaitGroupPanicRecover2             .
NoRaceWaitGroupTransitive                .
NoRaceWaitGroupReuse                     .
NoRaceWaitGroupReuse2                    .
RaceWaitGroupReuse                       .
NoRaceWaitGroupConcurrentAdd             .

Passed 353 of 354 tests (99.72%, 0+, 1-)
0 expected failures (0 has not fail)
--- FAIL: TestRace (14.90s)

watchflakes

@mknyszek mknyszek added arch-s390x Issues solely affecting the s390x architecture. help wanted labels Nov 22, 2023
@mknyszek mknyszek added this to the Backlog milestone Nov 22, 2023
@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/race" && `RaceWaitGroupWrongAdd\s+FAILED`
2024-03-01 01:25 linux-s390x-ibm-race go@4d923e3f runtime/race.TestRace (log)
NoRaceAtomicAddInt64                     .
RaceAtomicAddInt64                       .
NoRaceAtomicAddInt32                     .
NoRaceAtomicLoadAddInt32                 .
NoRaceAtomicLoadStoreInt32               .
NoRaceAtomicStoreCASInt32                .
NoRaceAtomicCASLoadInt32                 .
NoRaceAtomicCASCASInt32                  .
NoRaceAtomicCASCASInt32_2                .
NoRaceAtomicLoadInt64                    .
...
NoRaceWaitGroupPanicRecover2             .
NoRaceWaitGroupTransitive                .
NoRaceWaitGroupReuse                     .
NoRaceWaitGroupReuse2                    .
RaceWaitGroupReuse                       .
NoRaceWaitGroupConcurrentAdd             .

Passed 353 of 354 tests (99.72%, 0+, 1-)
0 expected failures (0 has not fail)
--- FAIL: TestRace (18.12s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-s390x Issues solely affecting the s390x architecture. compiler/runtime Issues related to the Go compiler and/or runtime. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. RaceDetector
Projects
Status: No status
Development

No branches or pull requests

3 participants