Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

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: CLOSED INSUFFICIENT_DATA QA Contact: guazhang <guazhang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.3Flags: pm-rhel: mirror+
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: 2023-08-21 15:35:49 UTC 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.

Comment 3 Jeff Moyer 2023-08-21 15:35:49 UTC
OK, let's close this out.  We can re-open or file a new bug if the error comes up again.