canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #04263
[Bug 2068703] [NEW] ubuntu_performance_multipass failed with TypeError on Noble
Public bug reported:
It looks like a python compatibility issue, test failed on Noble with:
START ubuntu_performance_multipass.multipassboot ubuntu_performance_multipass.multipassboot timeout=1800 timestamp=1716332312 localtime=May 21 22:58:32
Persistent state client._record_indent now set to 2
Persistent state client.unexpected_reboot now set to ('ubuntu_performance_multipass.multipassboot', 'ubuntu_performance_multipass.multipassboot')
Waiting for pid 6564 for 1800 seconds
System python is too old, crash handling disabled
Running 'multipass list'
[stdout] Name State IPv4 Image
[stdout] test0xenial Running 10.71.127.110 Ubuntu 16.04 LTS
Running 'multipass exec test0xenial -- uname -r'
[stdout] 4.4.0-210-generic
Running 'multipass exec test0xenial -- systemd-analyze'
[stdout] Startup finished in 3.604s (kernel) + 33.197s (userspace) = 36.801s
Exception escaping from test:
Traceback (most recent call last):
File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function
return func(*args, **dargs)
^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute
self._call_run_once(constraints, profile_only,
File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once
self.run_once(*args, **dargs)
File "/home/ubuntu/autotest/client/tests/ubuntu_performance_multipass/ubuntu_performance_multipass.py", line 228, in run_once
keys = keys + result.keys()
~~~~~^~~~~~~~~~~~~~~
TypeError: can only concatenate list (not "dict_keys") to list
** Affects: ubuntu-kernel-tests
Importance: Undecided
Status: New
** Tags: 6.8 noble ubuntu-performance-multipass
--
You received this bug notification because you are a member of Canonical
Platform QA Team, which is subscribed to ubuntu-kernel-tests.
https://bugs.launchpad.net/bugs/2068703
Title:
ubuntu_performance_multipass failed with TypeError on Noble
Status in ubuntu-kernel-tests:
New
Bug description:
It looks like a python compatibility issue, test failed on Noble with:
START ubuntu_performance_multipass.multipassboot ubuntu_performance_multipass.multipassboot timeout=1800 timestamp=1716332312 localtime=May 21 22:58:32
Persistent state client._record_indent now set to 2
Persistent state client.unexpected_reboot now set to ('ubuntu_performance_multipass.multipassboot', 'ubuntu_performance_multipass.multipassboot')
Waiting for pid 6564 for 1800 seconds
System python is too old, crash handling disabled
Running 'multipass list'
[stdout] Name State IPv4 Image
[stdout] test0xenial Running 10.71.127.110 Ubuntu 16.04 LTS
Running 'multipass exec test0xenial -- uname -r'
[stdout] 4.4.0-210-generic
Running 'multipass exec test0xenial -- systemd-analyze'
[stdout] Startup finished in 3.604s (kernel) + 33.197s (userspace) = 36.801s
Exception escaping from test:
Traceback (most recent call last):
File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function
return func(*args, **dargs)
^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute
self._call_run_once(constraints, profile_only,
File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once
self.run_once(*args, **dargs)
File "/home/ubuntu/autotest/client/tests/ubuntu_performance_multipass/ubuntu_performance_multipass.py", line 228, in run_once
keys = keys + result.keys()
~~~~~^~~~~~~~~~~~~~~
TypeError: can only concatenate list (not "dict_keys") to list
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2068703/+subscriptions
Follow ups