Bug 2214447

Summary: [RHEL9] liburing testing failed at send-zerocopy.t
Product: Red Hat Enterprise Linux 9 Reporter: guazhang <guazhang>
Component: liburingAssignee: Jeff Moyer <jmoyer>
Status: NEW --- QA Contact: guazhang <guazhang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.3   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description guazhang@redhat.com 2023-06-13 02:30:57 UTC
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

Comment 1 Jeff Moyer 2023-08-01 20:26:02 UTC
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!

Comment 2 guazhang@redhat.com 2023-08-02 00:46:57 UTC
Hi,

Sorry, I forget add beaker job here. but now can not hit the bug anymore.