Bug 1249506
Summary: | 3 upstream tests failed | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Tomas Pelka <tpelka> | |
Component: | gstreamer1-plugins-base | Assignee: | Wim Taymans <wtaymans> | |
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 7.2 | CC: | vrutkovs, wtaymans | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | ppc64 | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1265905 (view as bug list) | Environment: | ||
Last Closed: | 2015-11-19 07:05:45 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1265905 |
Description
Tomas Pelka
2015-08-03 08:13:33 UTC
For ppc64le there are only 2 failures: FAIL: elements/videoscale FAIL: libs/libsabi Log at http://beaker-archive.app.eng.bos.redhat.com/beaker-logs/2015/07/10343/1034320/2118751/32903947/TESTOUT.log On x86_64 there is just on failure: FAIL: elements/adder http://lab-02.rhts.eng.bos.redhat.com/beaker/logs/tasks/32983+/32983869/TESTOUT.log s390x results - 3 failures: FAIL: elements/adder FAIL: elements/playbin-complex FAIL: elements/videoscale Is it possible to give a login to the machine with the problem to further debug this? It looks like a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1234325 - it should be reopened elements/adder and elements/playbin-complex are cause by endiannes bug in the unit test. I have a fix for those. elements/videoscale causes a segfault in the ORC emulation code. There are really 2 problems: 1) should not segfault, I think I have an idea what might be wrong, it's not setting up the parameters for the emulated function correctly on big endian 2) it should really use the backup function (which works fine) running the test with ORC_CODE=backup like this makes it work (run in tests/check): ORC_CODE=backup make elements/videoscale.check We should probably fix 2) for rhel7.2, it's not a complicated fix and would in practice avoid hitting bug 1). for 1) I would need some more testing. I added new ORC and gstreamer1-plugins-base to the errata with fixes for all the issues. gstreamer1-plugins-base-1.4.5-2.el7 on s390x: # TOTAL: 64 # PASS: 64 ------------ ppc64: # TOTAL: 64 # PASS: 63 # SKIP: 0 # XFAIL: 0 # FAIL: 1 FAIL: libs/libsabi full log at http://lab-02.rhts.eng.brq.redhat.com/beaker/logs/tasks/34570+/34570474/gstreamer1-plugins-base.log ----------- ppc64le # TOTAL: 64 # PASS: 63 # SKIP: 0 # XFAIL: 0 # FAIL: 1 FAIL: libs/libsabi full log at http://lab-02.rhts.eng.bos.redhat.com/beaker/logs/tasks/34570+/34570478/gstreamer1-plugins-base.log I guess anothter issue, right? I'm going to file the FAIL: libs/libsabi as separated bug. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-2221.html |