Overview

Request 1146280 accepted

No description set
Loading...

Ana Guerrero's avatar

This is making at least python tests to fail, for example from python311:

[  710s] ----------------------------------------------------------------------
[  710s] Ran 359 tests in 76.082s
[  710s] 
[  710s] OK (skipped=32)
[  710s] Traceback (most recent call last):
[  710s]   File "/home/abuild/rpmbuild/BUILD/Python-3.9.18/Lib/multiprocessing/resource_tracker.py", line 201, in main
[  710s]     cache[rtype].remove(name)
[  710s] KeyError: '/psm_0fc23cde'
[  710s] 
[  710s] == Tests result: FAILURE ==
[  710s] 
[  710s] 401 tests OK.
[  710s] 
[  710s] 2 tests failed:
[  710s]     test_xml_etree test_xml_etree_c
[  710s] 
[  710s] 19 tests skipped:
[  710s]     test_devpoll test_ioctl test_kqueue test_msilib test_nis
[  710s]     test_ossaudiodev test_smtpnet test_socketserver test_startfile
[  710s]     test_tix test_tk test_ttk_guionly test_urllib2net test_urllibnet
[  710s]     test_winconsoleio test_winreg test_winsound test_xmlrpc_net
[  710s]     test_zipfile64
[  710s] 0:03:44 load avg: 1.44
[  710s] 0:03:44 load avg: 1.44 Re-running failed tests in verbose mode
[  710s] 0:03:44 load avg: 1.44 Re-running test_xml_etree in verbose mode (matching: test_simple_xml, test_simple_xml)
[  710s] test_simple_xml (test.test_xml_etree.XMLPullParserTest) ... 
[  710s] ======================================================================
[  710s] FAIL: test_simple_xml (test.test_xml_etree.XMLPullParserTest) (chunk_size=1)
[  710s] ----------------------------------------------------------------------
[  710s] Traceback (most recent call last):
[  710s]   File "/home/abuild/rpmbuild/BUILD/Python-3.9.18/Lib/test/test_xml_etree.py", line 1406, in test_simple_xml
[  710s]     self.assert_event_tags(parser, [('end', 'element')])
[  710s]   File "/home/abuild/rpmbuild/BUILD/Python-3.9.18/Lib/test/test_xml_etree.py", line 1391, in assert_event_tags
[  710s]     self.assertEqual([(action, elem.tag) for action, elem in events],
[  710s] AssertionError: Lists differ: [] != [('end', 'element')]
[  710s] 
[  710s] Second list contains 1 additional elements.
[  710s] First extra element 0:
[  710s] ('end', 'element')
[  710s] 
[  710s] - []
[  710s] + [('end', 'element')]
[  710s] 
[  710s] ======================================================================
[  710s] FAIL: test_simple_xml (test.test_xml_etree.XMLPullParserTest) (chunk_size=5)
[  710s] ----------------------------------------------------------------------
[  710s] Traceback (most recent call last):
[  710s]   File "/home/abuild/rpmbuild/BUILD/Python-3.9.18/Lib/test/test_xml_etree.py", line 1409, in test_simple_xml
[  710s]     self.assert_event_tags(parser, [
[  710s]   File "/home/abuild/rpmbuild/BUILD/Python-3.9.18/Lib/test/test_xml_etree.py", line 1391, in assert_event_tags
[  710s]     self.assertEqual([(action, elem.tag) for action, elem in events],
[  710s] AssertionError: Lists differ: [('end', 'element')] != [('end', 'element'), ('end', 'empty-element')]
[  710s] 
[  710s] Second list contains 1 additional elements.
[  710s] First extra element 1:
[  710s] ('end', 'empty-element')
[  710s] 
[  710s] - [('end', 'element')]
[  710s] + [('end', 'element'), ('end', 'empty-element')]
[  710s] 
[  710s] ----------------------------------------------------------------------
[  710s] Ran 1 test in 0.003s
[  710s] 
[  710s] FAILED (failures=2)
[  710s] test test_xml_etree failed
[  710s] 0:03:44 load avg: 1.44 Re-running test_xml_etree_c in verbose mode (matching: test_simple_xml, test_simple_xml)
[  710s] 
[  710s] ----------------------------------------------------------------------
[  710s] Ran 0 tests in 0.000s
[  710s] 
[  710s] OK
[  710s] 1 test failed again:
[  710s]     test_xml_etree
[  710s] 
[  710s] == Tests result: FAILURE then FAILURE ==
[  710s] 
[  710s] 401 tests OK.
[  710s] 
[  710s] 1 test failed:
[  710s]     test_xml_etree
[  710s] 
[  710s] 19 tests skipped:
[  710s]     test_devpoll test_ioctl test_kqueue test_msilib test_nis
[  710s]     test_ossaudiodev test_smtpnet test_socketserver test_startfile
[  710s]     test_tix test_tk test_ttk_guionly test_urllib2net test_urllibnet
[  710s]     test_winconsoleio test_winreg test_winsound test_xmlrpc_net
[  710s]     test_zipfile64
[  710s] 
[  710s] 2 re-run tests:
[  710s]     test_xml_etree test_xml_etree_c
[  710s] 
[  710s] 1 test run no tests:
[  710s]     test_xml_etree_c
[  710s] 
[  710s] Total duration: 3 min 44 sec
[  710s] Tests result: FAILURE then FAILURE
[  710s] make: *** [Makefile:1216: test] Error 2
[  710s] error: Bad exit status from /var/tmp/rpm-tmp.vaYvU3 (%check)
[  710s] 

Ana Guerrero's avatar

And python-lxml:

[  366s] TESTED VERSION: 5.1.0
[  366s]     Python:           sys.version_info(major=3, minor=9, micro=18, releaselevel='final', serial=0)
[  366s]     lxml.etree:       (5, 1, 0, 0)
[  366s]     libxml used:      (2, 11, 6)
[  366s]     libxml compiled:  (2, 11, 6)
[  366s]     libxslt used:     (1, 1, 39)
[  366s]     libxslt compiled: (1, 1, 39)
[  366s]     FS encoding:      utf-8
[  366s]     Default encoding: utf-8
[  366s]     Max Unicode:      1114111
[  366s]     PyUCS4 encoding:  UCS-4LE
[  366s] 
[  371s] ======================================================================
[  371s] FAIL: test_simple_xml (lxml.tests.test_elementtree.ElementTreePullTestCase)
[  371s] ----------------------------------------------------------------------
[  371s] Traceback (most recent call last):
[  371s]   File "/usr/lib64/python3.9/unittest/case.py", line 59, in testPartExecutor
[  371s]     yield
[  371s]   File "/usr/lib64/python3.9/unittest/case.py", line 592, in run
[  371s]     self._callTestMethod(testMethod)
[  371s]   File "/usr/lib64/python3.9/unittest/case.py", line 550, in _callTestMethod
[  371s]     method()
[  371s]   File "/home/abuild/rpmbuild/BUILD/lxml-5.1.0/src/lxml/tests/test_elementtree.py", line 4398, in test_simple_xml
[  371s]     self.assert_event_tags(parser, [('end', 'element')])
[  371s]   File "/home/abuild/rpmbuild/BUILD/lxml-5.1.0/src/lxml/tests/test_elementtree.py", line 4383, in assert_event_tags
[  371s]     self.assertEqual([(action, elem.tag) for action, elem in events],
[  371s]   File "/usr/lib64/python3.9/unittest/case.py", line 837, in assertEqual
[  371s]     assertion_func(first, second, msg=msg)
[  371s]   File "/usr/lib64/python3.9/unittest/case.py", line 1043, in assertListEqual
[  371s]     self.assertSequenceEqual(list1, list2, msg, seq_type=list)
[  371s]   File "/usr/lib64/python3.9/unittest/case.py", line 1025, in assertSequenceEqual
[  371s]     self.fail(msg)
[  371s]   File "/usr/lib64/python3.9/unittest/case.py", line 676, in fail
[  371s]     raise self.failureException(msg)
[  371s] AssertionError: Lists differ: [] != [('end', 'element')]
[  371s] 
[  371s] Second list contains 1 additional elements.
[  371s] First extra element 0:
[  371s] ('end', 'element')
[  371s] 
[  371s] - []
[  371s] + [('end', 'element')]
[  371s] 
[  371s] ----------------------------------------------------------------------
[  371s] Ran 1950 tests in 5.572s
[  371s] 
[  371s] FAILED (failures=1)
[  372s] error: Bad exit status from /var/tmp/rpm-tmp.FBILvl (%check)
[  372s] 
[  372s] RPM build errors:
[  372s]     Bad exit status from /var/tmp/rpm-tmp.FBILvl (%check)
[  372s] ### VM INTERACTION START ###
[  372s] [  368.125856][    T1] sysrq: Power Off
[  372s] [  368.126713][   T10] reboot: Power down
[  372s] ### VM INTERACTION END ###

David Anes's avatar
author source maintainer

Thanks to notify us Ana. I already requested help from python maintainers.


Ana Guerrero's avatar

waiting xml fixes


Request History
David Anes's avatar

david.anes created request


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Marcus Rueckert's avatar

darix accepted review

Accepted review for by_group opensuse-review-team request 1146280 from user factory-auto


Saul Goodman's avatar

licensedigger accepted review

The legal review is accepted preliminary. The package may require actions later on.


Ana Guerrero's avatar

anag+factory set openSUSE:Factory:Staging:C as a staging project

Being evaluated by staging project "openSUSE:Factory:Staging:C"


Ana Guerrero's avatar

anag+factory accepted review

Picked "openSUSE:Factory:Staging:C"


Ana Guerrero's avatar

anag+factory added factory-staging as a reviewer

Being evaluated by group "factory-staging"


Ana Guerrero's avatar

anag+factory accepted review

Unstaged from project "openSUSE:Factory:Staging:C"


Ana Guerrero's avatar

anag+factory set openSUSE:Factory:Staging:N as a staging project

Being evaluated by staging project "openSUSE:Factory:Staging:N"


Ana Guerrero's avatar

anag+factory accepted review

Picked "openSUSE:Factory:Staging:N"


Ana Guerrero's avatar

anag+factory accepted review

Staging Project openSUSE:Factory:Staging:N got accepted.


Ana Guerrero's avatar

anag+factory approved review

Staging Project openSUSE:Factory:Staging:N got accepted.


Ana Guerrero's avatar

anag+factory accepted request

Staging Project openSUSE:Factory:Staging:N got accepted.

openSUSE Build Service is sponsored by