New issue
Advanced search Search tips

Issue 763132 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

VMTests failing repeatedly on incremental builders.

Project Member Reported by dgarr...@chromium.org, Sep 7 2017

Issue description

Chell 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.
 
Labels: -Pri-3 Pri-2
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.
Status: Fixed (was: Untriaged)
The builder has "fixed itself"

Sign in to add a comment