Bug 2153464

Summary: Package can't be build on rhel9 based system
Product: [Fedora] Fedora EPEL Reporter: Tuomo Soini <tis>
Component: rust-nixAssignee: Michel Lind <michel>
Status: CLOSED ERRATA QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel9CC: decathorpe, michel, rust-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rust-nix-0.26.2-1.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-24 01:01:39 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 Tuomo Soini 2022-12-14 16:22:06 UTC
Description of problem:

Package can't be build on rhel9 machine because one test fails when build system runs with rhel9 kernel.

failing test is test_fcntl::linux_android::test_fallocate

Fix is simple:

-%cargo_test -- -- --skip sys::test_socket::test_af_alg_cipher --skip src/sys/socket/mod.rs
+%cargo_test -- -- --skip sys::test_socket::test_af_alg_cipher --skip src/sys/socket/mod.rs --skip test_fcntl::linux_android::test_fallocate

Comment 1 Michel Lind 2023-01-18 20:57:54 UTC
Yeah, this is actually failing on Rawhide too now, seems like the sandboxing code used in mock/koji has changed. I've updated the package in Rawhide, will mark the EPEL 9 build as fixing this when I get to it later today.

Comment 2 Fedora Update System 2023-01-18 22:43:49 UTC
FEDORA-EPEL-2023-fb06804da3 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-fb06804da3

Comment 3 Fedora Update System 2023-01-19 11:26:14 UTC
FEDORA-EPEL-2023-fb06804da3 has been pushed to the Fedora EPEL 9 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-fb06804da3

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2023-01-24 01:01:39 UTC
FEDORA-EPEL-2023-fb06804da3 has been pushed to the Fedora EPEL 9 stable repository.
If problem still persists, please make note of it in this bug report.