canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #07508
[Bug 2110483] [NEW] plucky: ubuntu_kernel_selftests:user-build build failure
Public bug reported:
ubuntu_kernel_selftests:user-build has a build failure for plucky
(6.14.0-9.9 - 6.14.0-17.17) regardless of architecture / instance type.
22:13:32 INFO | START ubuntu_kernel_selftests.user-build ubuntu_kernel_selftests.user-build timeout=5400 timestamp=1746137612 localtime=May 01 22:13:32
22:13:32 DEBUG| Persistent state client._record_indent now set to 2
22:13:32 DEBUG| Persistent state client.unexpected_reboot now set to ('ubuntu_kernel_selftests.user-build', 'ubuntu_kernel_selftests.user-build')
22:13:32 DEBUG| Waiting for pid 13550 for 5400 seconds
22:13:32 WARNI| System python is too old, crash handling disabled
22:13:32 DEBUG| Running 'make -C linux/tools/testing/selftests TARGETS=user'
22:13:32 DEBUG| [stdout] make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests'
22:13:32 DEBUG| [stdout] make[1]: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/user'
22:13:32 DEBUG| [stdout] make[1]: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/user'
22:13:32 ERROR| [stderr] make[1]: *** No targets specified and no makefile found. Stop.
22:13:32 ERROR| [stderr] make: *** [Makefile:200: all] Error 2
22:13:32 DEBUG| [stdout] make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests'
22:13:32 ERROR| Exception escaping from test:
Traceback (most recent call last):
File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec
_call_test_function(self.execute, *p_args, **p_dargs)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
postprocess_profiled_run, args, dargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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_kernel_selftests/ubuntu_kernel_selftests.py", line 178, in run_once
utils.system_output(cmd, retain_output=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/autotest/client/shared/utils.py", line 1265, in system_output
out = run(command, timeout=timeout, ignore_status=ignore_status,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
verbose=verbose, args=args).stdout
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/autotest/client/shared/utils.py", line 916, in run
raise error.CmdError(command, bg_job.result,
"Command returned non-zero exit status")
autotest.client.shared.error.CmdError: Command failed, rc=2, Command returned non-zero exit status
* Command:
make -C linux/tools/testing/selftests TARGETS=user
Exit status: 2
Duration: 0.006112813949584961
** Affects: ubuntu-kernel-tests
Importance: Undecided
Status: New
--
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/2110483
Title:
plucky: ubuntu_kernel_selftests:user-build build failure
Status in ubuntu-kernel-tests:
New
Bug description:
ubuntu_kernel_selftests:user-build has a build failure for plucky
(6.14.0-9.9 - 6.14.0-17.17) regardless of architecture / instance
type.
22:13:32 INFO | START ubuntu_kernel_selftests.user-build ubuntu_kernel_selftests.user-build timeout=5400 timestamp=1746137612 localtime=May 01 22:13:32
22:13:32 DEBUG| Persistent state client._record_indent now set to 2
22:13:32 DEBUG| Persistent state client.unexpected_reboot now set to ('ubuntu_kernel_selftests.user-build', 'ubuntu_kernel_selftests.user-build')
22:13:32 DEBUG| Waiting for pid 13550 for 5400 seconds
22:13:32 WARNI| System python is too old, crash handling disabled
22:13:32 DEBUG| Running 'make -C linux/tools/testing/selftests TARGETS=user'
22:13:32 DEBUG| [stdout] make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests'
22:13:32 DEBUG| [stdout] make[1]: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/user'
22:13:32 DEBUG| [stdout] make[1]: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/user'
22:13:32 ERROR| [stderr] make[1]: *** No targets specified and no makefile found. Stop.
22:13:32 ERROR| [stderr] make: *** [Makefile:200: all] Error 2
22:13:32 DEBUG| [stdout] make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests'
22:13:32 ERROR| Exception escaping from test:
Traceback (most recent call last):
File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec
_call_test_function(self.execute, *p_args, **p_dargs)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
postprocess_profiled_run, args, dargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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_kernel_selftests/ubuntu_kernel_selftests.py", line 178, in run_once
utils.system_output(cmd, retain_output=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/autotest/client/shared/utils.py", line 1265, in system_output
out = run(command, timeout=timeout, ignore_status=ignore_status,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
verbose=verbose, args=args).stdout
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/autotest/client/shared/utils.py", line 916, in run
raise error.CmdError(command, bg_job.result,
"Command returned non-zero exit status")
autotest.client.shared.error.CmdError: Command failed, rc=2, Command returned non-zero exit status
* Command:
make -C linux/tools/testing/selftests TARGETS=user
Exit status: 2
Duration: 0.006112813949584961
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2110483/+subscriptions