setsockopt06 and writev03 from ubuntu_ltp_syscalls timeout on N/O
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-kernel-tests |
In Progress
|
Undecided
|
Po-Hsu Lin |
Bug Description
While testing the LTP update with HEAD set to 20e346e7380 "testcases: add module signature enforcement check".
The setsockopt06 and writev03 test from ubuntu_ltp_syscalls will timeout with this version:
START ubuntu_
Persistent state client.
Persistent state client.
Waiting for pid 176409 for 900 seconds
System python is too old, crash handling disabled
Timer expired (900 sec.), nuking pid 176409
ERROR ubuntu_
START ubuntu_
Persistent state client.
Persistent state client.
Waiting for pid 194535 for 900 seconds
System python is too old, crash handling disabled
Timer expired (900 sec.), nuking pid 194535
ERROR ubuntu_
Bisect indicates this might be the cause:
2da30df24 lib: multiply the max_runtime if detect slow kconfigs
And we do have CONFIG_LATENCYTOP defined in our kernel.
Interesting finding is if you run these two tests directly, they will pass without any issue.
So it appears this is the autotest timeout kicks in.