Comment 0 for bug 2060335

Revision history for this message
Chris Peterson (cpete) wrote :

autopkgtests fail, only on arm64, with the following output:

689s TI:22:39:23 Handling SIGTERM
689s .
689s ======================================================================
689s ERROR: test_daemon_restart (__main__.Tests.test_daemon_restart)
689s ----------------------------------------------------------------------
689s Traceback (most recent call last):
689s File "/usr/lib/python3.12/shutil.py", line 785, in rmtree
689s _rmtree_safe_fd(fd, path, onexc)
689s File "/usr/lib/python3.12/shutil.py", line 717, in _rmtree_safe_fd
689s onexc(os.unlink, fullname, err)
689s File "/usr/lib/python3.12/shutil.py", line 715, in _rmtree_safe_fd
689s os.unlink(entry.name, dir_fd=topfd)
689s FileNotFoundError: [Errno 2] No such file or directory: 'history-time-full-G935_Gaming_Headset.dat.KL0SL2'
689s
689s ======================================================================
689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
689s ----------------------------------------------------------------------
689s Traceback (most recent call last):
689s File "/usr/libexec/upower/integration-test.py", line 2558, in test_daemon_restart
689s self.stop_daemon()
689s File "/usr/libexec/upower/integration-test.py", line 239, in stop_daemon
689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
689s AssertionError: -15 != 0
689s
689s ======================================================================
689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
689s ----------------------------------------------------------------------
689s Traceback (most recent call last):
689s File "/usr/libexec/upower/integration-test.py", line 173, in tearDown
689s self.stop_daemon()
689s File "/usr/libexec/upower/integration-test.py", line 239, in stop_daemon
689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
689s AssertionError: -15 != 0
689s
689s ----------------------------------------------------------------------
689s Ran 66 tests in 194.378s
689s
689s FAILED (failures=2, errors=1)