Description of problem: liburing regression failed because of send-zerocopy.t Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Running test statx.t /dev/sde 0 sec [0] Running test statx.t /dev/sdf 0 sec [0] Running test statx.t /dev/sdh 0 sec [0] Running test statx.t /home/test.tar 0 sec [0] Running test sq-full-cpp.t 0 sec [0] Running test sq-full-cpp.t /dev/sda 0 sec [0] Running test sq-full-cpp.t /dev/sdb 0 sec [0] Running test sq-full-cpp.t /dev/sdc 0 sec [0] Running test sq-full-cpp.t /dev/sdd 0 sec [0] Running test sq-full-cpp.t /dev/sde 0 sec [0] Running test sq-full-cpp.t /dev/sdf 0 sec [0] Running test sq-full-cpp.t /dev/sdh 0 sec [0] Running test sq-full-cpp.t /home/test.tar 0 sec [0] Tests failed (1): <send-zerocopy.t> make[2]: Leaving directory '/home/uring/test' make[1]: Leaving directory '/home/uring' ar: creating liburing.a ar: creating liburing-ffi.a IORING_FEAT_REG_REG_RING not available in kernel queue init failed: -9 queue init failed: -9 queue init failed: -9 socket: Address family not supported by protocol sock prep failed 1 make[2]: *** [Makefile:253: runtests] Error 1 make[1]: *** [Makefile:21: runtests] Error 2
The output looks jumbled. -9 is EBADF, but I'm not sure which test logged that message. I'm also not sure if that's related to the error or not. There's also no mention of what kernel was tested, or the version of liburing. Can you still reproduce this problem on the latest kernel? If so, can you provide information on your reproduction steps? Thanks!
Hi, Sorry, I forget add beaker job here. but now can not hit the bug anymore.