Comment 73 for bug 1752378

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

I'm getting a timeout in util_file_create/TEST2:
(...)
util_file_create/TEST0: SETUP (check/pmem/debug)
util_file_create/TEST0: PASS [00.068 s]
util_file_create/TEST0: SETUP (check/pmem/nondebug)
util_file_create/TEST0: PASS [00.062 s]
util_file_create/TEST1: SETUP (check/pmem/debug)
util_file_create/TEST1: PASS [00.054 s]
util_file_create/TEST1: SETUP (check/pmem/nondebug)
util_file_create/TEST1: PASS [00.050 s]
util_file_create/TEST2: SETUP (check/pmem/debug)
RUNTESTS: stopping: util_file_create/TEST2 timed out, TEST=check FS=any BUILD=debug
Makefile:472: recipe for target 'check' failed

That test results in stuck processes:
30263 pts/0 R 22:28 ./util_file_create 0x4000 0x7FFFFFFFFFFFFFFF:/tmp//test_util_file_create2😘⠝⠧⠍⠇ɗPMDKӜ⥺🙋/testfile
13054 pts/0 R 4:25 ./util_file_create 0x4000 0x7FFFFFFFFFFFFFFF:/tmp//test_util_file_create2😘⠝⠧⠍⠇ɗPMDKӜ⥺🙋/testfile

They are very busy doing this:
pwrite64(7, "\0", 1, 798772768766) = 1
pwrite64(7, "\0", 1, 798772772862) = 1
pwrite64(7, "\0", 1, 798772776958) = 1
pwrite64(7, "\0", 1, 798772781054) = 1
pwrite64(7, "\0", 1, 798772785150) = 1
pwrite64(7, "\0", 1, 798772789246) = 1
pwrite64(7, "\0", 1, 798772793342) = 1
pwrite64(7, "\0", 1, 798772797438) = 1
pwrite64(7, "\0", 1, 798772801534) = 1

I'll try in a VM next (that run was in a lxd container).