VMTests failing repeatedly on incremental builders. |
||
Issue descriptionChell and Lakitu incremental builders are failing VMTests repeatedly with what looks like a generic error (may/may not be affecting other builders). https://luci-milo.appspot.com/buildbot/chromeos/chell-incremental/1229 ====================================================================== FAIL: SimpleTestVerify (crostestutils.au_test_harness.au_test.AUTest) Test that only verifies the target image. ---------------------------------------------------------------------- Traceback (most recent call last): File "/b/c/cbuild/repository/src/platform/crostestutils/lib/../../crostestutils/au_test_harness/au_test.py", line 232, in SimpleTestVerify self.assertTrue(self.worker.VerifyImage(self)) AssertionError: False is not true ---------------------------------------------------------------------- This looks vaguely related to things pprabhu@ has been working on, passing off for a first look.
,
Sep 8 2017
This looks like it has nothing to do with the VM itself:
Traceback (most recent call last):
File "/build/chell/usr/local/build/autotest/site_utils/test_that.py", line 19, in <module>
from autotest_lib.client.common_lib import error, logging_manager
ImportError: No module named autotest_lib.client.common_lib
So, it's possible that test_that died before doing anything, and we ended up blaming the VM and snapshotting it and the whole deal.
,
Sep 8 2017
The builder has "fixed itself" |
||
►
Sign in to add a comment |
||
Comment 1 by dgarr...@chromium.org
, Sep 7 2017