New issue
Advanced search Search tips

Issue 905577 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[71] [daisy] managed-capabilities.yaml is not installed

Project Member Reported by lnishan@google.com, Nov 15

Issue description

Chrome OS Version: 11151.29.0
Board: daisy
Failed test: video_JpegDecodeAccelerator

Test history: 
https://stainless.corp.google.com/search?view=matrix&row=build&col=board&first_date=2018-10-19&last_date=2018-11-15&test=video_JpegDecodeAccelerator&build=R71&board=daisy&status=GOOD&status=WARN&status=FAIL&status=ERROR&exclude_cts=false&exclude_not_run=false&exclude_non_release=true&exclude_au=true&exclude_acts=true&exclude_retried=true&exclude_non_production=false

Logs: https://stainless.corp.google.com/browse/chromeos-autotest-results/256711947-chromeos-test/chromeos2-row4-rack8-host21/

  File "/usr/local/autotest/cros/video/device_capability.py", line 63, in __get_autotest_capability
    raise error.TestFail("%s is not installed" % managed_cap_fpath)
TestFail: /usr/local/etc/autotest-capability/managed-capabilities.yaml is not installed

This test has never been (and probably should've been) run on daisy.
 
Hmm, daisy's file system has been weird..
I have no idea how we can improve this...
Also occurs on daisy_skate on 11151.38.0

11/19 05:00:45.520 WARNI|              test:0606| The test failed with the following exception
Traceback (most recent call last):
  File "/usr/local/autotest/common_lib/test.py", line 600, in _exec
    _call_test_function(self.execute, *p_args, **p_dargs)
  File "/usr/local/autotest/common_lib/test.py", line 800, in _call_test_function
    return func(*args, **dargs)
  File "/usr/local/autotest/common_lib/test.py", line 464, in execute
    postprocess_profiled_run, args, dargs)
  File "/usr/local/autotest/common_lib/test.py", line 371, in _call_run_once
    self.run_once(*args, **dargs)
  File "/usr/local/autotest/tests/camera_V4L2/camera_V4L2.py", line 31, in run_once
    device_capability.DeviceCapability().ensure_capability(capability)
  File "/usr/local/autotest/cros/video/device_capability.py", line 25, in __init__
    self.capabilities = self.__get_autotest_capability(settings_path)
  File "/usr/local/autotest/cros/video/device_capability.py", line 63, in __get_autotest_capability
    raise error.TestFail("%s is not installed" % managed_cap_fpath)
TestFail: /usr/local/etc/autotest-capability/managed-capabilities.yaml is not installed
managed-capabilities.yaml must be always in test image. This issue must be the file system wrongness in daisy.
I don't know how to fix this..
Isn't this a dup of  issue 901249  by any chance? It sounds like perhaps for slower devices it takes some time for some mount operations to complete?

Sign in to add a comment