On Sun, Jul 15, 2018 at 3:43 PM Eyal Shenitzky <eshenitz@redhat.com> wrote:Did someone encounter this failure?0.00s teardown tests/pywatch_test.py::TestPyWatch::test_kill_ grandkids =================================== FAILURES ============================== ===== ______________________ TestPyWatch.test_timeout_backtrace ______________________ self = <pywatch_test.TestPyWatch object at 0x7f0f730219d0> @pytest.mark.xfail(on_fedora(), reason="py-bt is broken on Fedora 27") def test_timeout_backtrace(self): script = ''' import time def outer(): inner() def inner(): time.sleep(10) outer() ''' rc, out, err = exec_cmd(['./py-watch', '0.1', 'python', '-c', script]) > assert b'in inner ()' in out E AssertionError: assert 'in inner ()' in '=========================================================== ==\n= Watched process timed out ... Terminating watched process =\n=========================== ============================== ====\n' pywatch_test.py:68: AssertionError ------------------------------ Captured log call ------------------------------- cmdutils.py 151 DEBUG ./py-watch 0.1 python -c ' import time def outer(): inner() def inner(): time.sleep(10) outer() ' (cwd None) cmdutils.py 159 DEBUG FAILED: <err> = 'Missing separate debuginfo for /home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/.tox/lib-py27/bin/ python2.7\nTry: yum --enablerepo=\'*debug*\' install /usr/lib/debug/.build-id/db/ 43afedf61f35fbdf896c13894b501c b8bf1dad.debug\nUndefined command: "py-bt". Try "help".\n'; <rc> = 143 This used to work on el7. Does it fail in a consistent way now?Moving the discussion to devel, this is not storage specific.Nir