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 1780068 - sigign.test fails on rhel-8.2 s390x
Summary: sigign.test fails on rhel-8.2 s390x
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: strace
Version: 8.2
Hardware: s390x
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: Eugene Syromiatnikov
QA Contact: Edjunior Barbosa Machado
URL:
Whiteboard:
Depends On: 1793984
Blocks: 1873552
TreeView+ depends on / blocked
 
Reported: 2019-12-05 10:56 UTC by Edjunior Barbosa Machado
Modified: 2020-12-20 06:55 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1873552 (view as bug list)
Environment:
Last Closed: 2020-02-21 00:10:17 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Edjunior Barbosa Machado 2019-12-05 10:56:38 UTC
Description of problem:

sigign.test from strace internal testsuite fails on rhel-8.2 s390x. From tests/test-suite.log:

(...)
FAIL: sigign
============

+++ exited with 1 +++
sigign.test: failed test: ../set_sigign 1 4 /usr/bin/strace -enone ../check_sigign 1 4 failed with code 1
(...)

This failure wasn't seen in other rhel-8 supported arches.

Version-Release number of selected component (if applicable):
strace-4.24-6.el8

How reproducible:
100%

Steps to Reproduce:

As normal user:
1. rpm -ivh strace-4.24-6.el8.src.rpm
2. rpmbuild -bc ~/rpmbuild/SPECS/strace.spec
3. cd ~/rpmbuild/BUILD/strace-4.24/
4. chmod u+x tests/*.test tests-m32/*.test tests-mx32/*.test
5. make -k check STRACE=/usr/bin/strace TIMEOUT_DURATION=1500

Actual results:
(...)
PASS: restart_syscall.test
PASS: sigblock.test
FAIL: sigign.test
PASS: strace-C.test
PASS: strace-E.test
(...)
============================================================================                                                                                                                                         
Testsuite summary for strace 4.24                                                                                                                                                                                    
============================================================================                                                                                                                                         
# TOTAL: 605                                                                                                                                                                                                         
# PASS:  521                                                                                                                                                                                                         
# SKIP:  83                                                                                                                                                                                                          
# XFAIL: 0                                                                                                                                                                                                           
# FAIL:  1                                                                                                                                                                                                           
# XPASS: 0                                                                                                                                                                                                           
# ERROR: 0                                                                                                                                                                                                           
============================================================================                                                                                                                                         
(...)

Expected results:
No unexpected failures

Additional info:
RHEL-8.2.0-20191203.0

Comment 1 Edjunior Barbosa Machado 2019-12-06 10:45:57 UTC
This failure is not reproducible on s390x running RHEL-8.1.1-20191205.n.1 (kernel 4.18.0-147.0.3.el8_1.s390x).

Comment 2 Eugene Syromiatnikov 2020-01-22 12:43:36 UTC
As outlined in bug 1793984, the root issue is withing openssl package, which is now pulled in due to appearance of debuginfod package (elfutils-debuginfod-client, specifically) in the RHEL 8.2.0 compose.

I think this bug can be marked as SanityOnly and re-checked once the bug 1793984 is resolved.

Comment 3 Eugene Syromiatnikov 2020-02-13 13:21:50 UTC
It seems that openssl-1.1.1c-13.el8 is now available, it's probably worth re-run the test once the package reach compose.

Comment 4 Edjunior Barbosa Machado 2020-02-13 16:47:10 UTC
(In reply to Eugene Syromiatnikov from comment #3)
> It seems that openssl-1.1.1c-13.el8 is now available, it's probably worth
> re-run the test once the package reach compose.

Just verified that sigign.test no longer fails with strace-4.24-9.el8 and openssl-1.1.1c-13.el8 on RHEL-8.2.0-20200211.n.0:

https://beaker.engineering.redhat.com/recipes/7900427#task106100660


Note You need to log in before you can comment on or make changes to this bug.