I can confirm that this is still visible on some AWS instances because of an out-dated autotest-client-test repo on AWS builder.
With the repo up-to-date this should not happen anymore. Also the failed tests seems to be all green now. I will close this bug and remove the hint. Thanks! ** Changed in: ubuntu-kernel-tests Assignee: (unassigned) => Po-Hsu Lin (cypressyew) ** Changed in: ubuntu-kernel-tests Status: New => Fix Released -- 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/2057953 Title: ubuntu_ltp_stable connector testcase failure on r5.metal Status in ubuntu-kernel-tests: Fix Released Bug description: This was found with b:aws-fips version 4.15.0-2105.111 on the s2024.02.05 cycle, with the r5.metal instance. This did not happen with other instances. It seems like the test did not get compiled somehow. Notice that for the other successful runs, we have the following line in the output: install -m 00644 "/home/ubuntu/autotest/client/tmp/ubuntu_ltp_stable/src/ltp/runtest/connectors" /opt/ltp/runtest/connectors` which is nonexistent this time. Then when the test is run, we get the following output: 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 830, in _call_test_function raise error.UnhandledTestFail(e) UnhandledTestFail: Unhandled IOError: [Errno 2] No such file or directory: '/opt/ltp/runtest/connectors' 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 291, in execute 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_ltp_stable/ubuntu_ltp_stable.py", line 119, in run_once with open(fn , 'r') as f: IOError: [Errno 2] No such file or directory: '/opt/ltp/runtest/connectors' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2057953/+subscriptions -- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp