New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 864371 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jul 18
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

moblab | Unhandled AttributeError: 'module' object has no attribute 'UpstartServiceNotRunning'

Project Member Reported by akes...@chromium.org, Jul 17

Issue description

Build in question: https://luci-milo.appspot.com/buildbot/chromiumos/moblab-generic-vm-paladin/2111

Test log: https://storage.cloud.google.com/chromeos-image-archive/moblab-generic-vm-paladin/R69-10883.0.0-rc2/moblab_vm_test_results/results-1-moblab_DummyServerNoSspSuite/moblab_RunSuite/debug/moblab_RunSuite.DEBUG?_ga=2.145839604.-1759900242.1529526301

snippet:

07/16 19:37:51.450 WARNI|              test:0637| The test failed with the following exception
Traceback (most recent call last):
  File "/build/moblab-generic-vm/usr/local/build/autotest/client/common_lib/test.py", line 598, in _exec
    _cherry_pick_call(self.initialize, *args, **dargs)
  File "/build/moblab-generic-vm/usr/local/build/autotest/client/common_lib/test.py", line 746, in _cherry_pick_call
    return func(*p_args, **p_dargs)
  File "/build/moblab-generic-vm/usr/local/build/autotest/server/cros/moblab_test.py", line 50, in initialize
    timeout_m=int(services_init_timeout_m))
  File "/build/moblab-generic-vm/usr/local/build/autotest/server/hosts/moblab_host.py", line 246, in verify_moblab_services
    raise error.UpstartServiceNotRunning(service)
AttributeError: 'module' object has no attribute 'UpstartServiceNotRunning'


None of the CLs in this run seem directly implicated in this strange message. (though they may have indirectly triggered it if they caused an upstart service to fail?)
 
Owner: akes...@chromium.org
Status: Started (was: Untriaged)
https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1139896
Cc: mattmallett@chromium.org
 Issue 864577  has been merged into this issue.
Project Member

Comment 3 by bugdroid1@chromium.org, Jul 18

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/third_party/autotest/+/211f62aa204647e80f20ed7ffc9cc077b182886b

commit 211f62aa204647e80f20ed7ffc9cc077b182886b
Author: Aviv Keshet <akeshet@chromium.org>
Date: Wed Jul 18 04:53:18 2018

autotest: moblab_host: fix broken reference to UpstartServiceNotRunning

BUG= chromium:864371 
TEST=None

Change-Id: Id21411f9199db237f17d48e5ef1a600a034d52b8
Reviewed-on: https://chromium-review.googlesource.com/1139896
Commit-Ready: Aviv Keshet <akeshet@chromium.org>
Tested-by: Aviv Keshet <akeshet@chromium.org>
Reviewed-by: Prathmesh Prabhu <pprabhu@chromium.org>
Reviewed-by: Keith Haddow <haddowk@chromium.org>

[modify] https://crrev.com/211f62aa204647e80f20ed7ffc9cc077b182886b/server/hosts/moblab_host.py

Status: Fixed (was: Started)

Sign in to add a comment