← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Bug 2057953] [NEW] ubuntu_ltp_stable connector testcase failure on r5.metal

 

Public bug reported:

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'

** 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/2057953

Title:
  ubuntu_ltp_stable connector testcase failure on r5.metal

Status in ubuntu-kernel-tests:
  New

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



Follow ups