-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/net/bpf: failures about BPF packet outputs not matching #55235
Comments
Found new matching flaky dashboard failures for:
2022-09-09 16:43 linux-s390x-ibm net@bea034e7 go@7c87012f golang.org/x/net/bpf.TestVMALUOpAdd (log)
|
Found new dashboard test flakes for:
2022-09-20 18:38 linux-s390x-ibm net@bf014ff8 go@bcd44b61 x/net/bpf.TestVMLoadConstantOK (log)
|
Found new dashboard test flakes for:
2022-10-04 15:45 linux-ppc64-buildlet net@8021a294 go@89566448 x/net/bpf.TestVMALUOpShiftLeft (log)
|
Found new dashboard test flakes for:
2022-10-14 08:14 linux-s390x-ibm net@f15817d1 go@89566448 x/net/bpf.TestVMALUOpAdd (log)
|
Found new dashboard test flakes for:
2022-10-17 15:22 linux-s390x-ibm net@f25eb7ec go@947091d3 x/net/bpf.TestVMALUOpAdd (log)
|
Found new dashboard test flakes for:
2022-10-20 15:09 linux-s390x-ibm net@da05058a go@4b5558ef x/net/bpf.TestVMALUOpAdd (log)
|
Found new dashboard test flakes for:
2022-11-07 21:06 linux-mips-rtrk net@a2d827a3 go@ea4631cc x/net/bpf.TestVMJumpIfXGreaterThan (log)
|
Found new dashboard test flakes for:
2023-01-26 21:33 linux-s390x-ibm net@296f09aa go@dfd2ddd6 x/net/bpf.TestVMStoreScratchLoadScratchMultipleValues (log)
|
Found new dashboard test flakes for:
2023-04-07 18:10 linux-s390x-ibm net@3d5a8ee7 go@66cac9e1 x/net/bpf.TestVMALUOpOr (log)
|
Found new dashboard test flakes for:
2023-04-17 17:44 linux-s390x-ibm net@eb1572ce go@fd786a55 x/net/bpf.TestVMLoadMemShiftLoadIndirectOK (log)
|
Found new dashboard test flakes for:
2023-04-17 17:44 linux-s390x-ibm net@eb1572ce go@130a7f8e x/net/bpf.TestVMALUOpAdd (log)
|
Found new dashboard test flakes for:
2023-04-19 19:08 linux-s390x-ibm net@938ff153 go@e23322e2 x/net/bpf.TestVMALUOpMul (log)
|
Found new dashboard test flakes for:
2023-04-19 19:08 linux-s390x-ibm net@938ff153 go@715d53c0 x/net/bpf.TestVMJumpIfGreaterOrEqual (log)
|
Found new dashboard test flakes for:
2023-05-04 16:26 linux-s390x-ibm net@daac0cec go@8d5065ce x/net/bpf.TestVMALUOpXor (log)
|
Found new dashboard test flakes for:
2023-05-16 21:31 linux-s390x-ibm net@3b31286d go@099f5a98 x/net/bpf.TestVMALUOpAdd (log)
|
The vast majority of these failures are on |
(attn @danderson @mdlayher for |
Found new dashboard test flakes for:
2023-05-18 16:34 linux-s390x-ibm net@abee42a2 go@8f1031df x/net/bpf.TestVMALUOpAdd (log)
|
Found new dashboard test flakes for:
2023-05-19 22:58 linux-s390x-ibm net@056145cf go@b950cc8f x/net/bpf.TestVMALUOpAdd (log)
|
Found new dashboard test flakes for:
2023-06-01 14:35 linux-s390x-ibm net@10cf3880 go@38e2376f x/net/bpf.TestVMALUOpAdd (log)
|
Change https://go.dev/cl/501155 mentions this issue: |
When I wrote these tests, I assumed the native endianness for the machine was little endian. Explicitly check this so that the emulated BPF VM tests can run on s390x, but we avoid test flakes related to endianness. Updates golang/go#55235. Change-Id: I9be430dfe7f97503af7a620ed80dcbacb66d73cc Reviewed-on: https://go-review.googlesource.com/c/net/+/501155 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Matt Layher <mdlayher@gmail.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
Change https://go.dev/cl/501615 mentions this issue: |
An update is needed to pull in CL 494856, to allow the bpf test to build on js and wasip1 after the test changes in CL 501155. Updates golang/go#55235. Updates golang/go#57237. Change-Id: Iff48bad97453932065c27b0c8b4a3706ddcf659a Reviewed-on: https://go-review.googlesource.com/c/net/+/501615 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Bryan Mills <bcmills@google.com> Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Matt Layher <mdlayher@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Bug automatically created to track these flakes.
— watchflakes
The text was updated successfully, but these errors were encountered: