icmp.sh from selftests.net fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-kernel-tests |
New
|
Undecided
|
Unassigned | ||
linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Impish |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
icmp.sh from selftests.net is a relatively new testcase which started to be run on impish (5.13) kernels only in the latest builds after commit "ca3676f94b8f kselftests/net: add missed icmp.sh test to Makefile".
With impish:linux-riscv kernel version 5.13.0-1011.12 the testcase fails with the following error:
19:41:38 DEBUG| Running 'make run_tests -C net TEST_PROGS=icmp.sh TEST_GEN_PROGS='' TEST_CUSTOM_
19:41:38 DEBUG| [stdout] make: Entering directory '/home/
19:41:38 DEBUG| [stdout] make --no-builtin-rules ARCH=riscv -C ../../../.. headers_install
19:41:38 DEBUG| [stdout] make[1]: Entering directory '/home/
19:41:46 DEBUG| [stdout] INSTALL ./usr/include
19:41:47 DEBUG| [stdout] make[1]: Leaving directory '/home/
19:41:47 DEBUG| [stdout] TAP version 13
19:41:47 DEBUG| [stdout] 1..1
19:41:48 DEBUG| [stdout] # selftests: net: icmp.sh
19:41:49 DEBUG| [stdout] # FAIL - got ICMP response from , should be 192.0.0.8
19:41:52 DEBUG| [stdout] not ok 1 selftests: net: icmp.sh # exit=1
Changed in linux (Ubuntu Impish): | |
status: | New → Confirmed |
Changed in linux (Ubuntu): | |
status: | New → Confirmed |
tags: | added: 5.13 impish net riscv64 ubuntu-kernel-selftests |
tags: | added: 5.19 jammy |
tags: | added: sru-20230102 |
summary: |
- impish:linux: icmp.sh from selftests.net fails + icmp.sh from selftests.net fails |
This seems to be a flaky test, it has also failed with impish:linux 5.13.0-32.35 after completing successfully during the previous test run.