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

Issue 799794 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

enterprise_CFM_HuddlyMonitor fails due to "No module named dbus"

Project Member Reported by mzhuo@chromium.org, Jan 7 2018

Issue description

R64-10176.39.0
Guado running meeting mode

What steps will reproduce the problem?
(1) run script enterprise_CFM_HuddlyMonitor	
(2) script fails due to "No module named dbus"

log can be found at https://stainless.corp.google.com/search?exclude_retried=true&first_date=20180102&master_builder_name=&builder_name_number=&shard=&exclude_acts=true&builder_name=&master_builder_name_number=&owner=&retry=&exclude_cts=true&exclude_non_production=true&hostname=&board=&test=%5Eenterprise_CFM_HuddlyMonitor%24&exclude_not_run=false&build=%5ER64%5C-10176%5C.39%5C.0%24&status=FAIL&status=ERROR&status=ABORT&reason=&waterfall=&suite=%5Ebluestreak%24&last_date=20180105&exclude_non_release=true&exclude_au=true&view=list

No module named dbus
  Traceback (most recent call last):
    File "/usr/local/autotest/server/server_job.py", line 958, in group_func
      test.runtest(self, url, tag, args, dargs)
    File "/usr/local/autotest/server/test.py", line 302, in runtest
      *logging_args)
    File "/usr/local/autotest/client/common_lib/test.py", line 894, in runtest
      exec ('import %s' % modulename, local_namespace, global_namespace)
    File "<string>", line 1, in <module>
    File "/usr/local/autotest/server/site_tests/enterprise_CFM_HuddlyMonitor/enterprise_CFM_HuddlyMonitor.py", line 8, in <module>
      from autotest_lib.client.common_lib.cros import dbus_send
    File "/usr/local/autotest/client/common_lib/cros/dbus_send.py", line 6, in <module>
      import dbus
  ImportError: No module named dbus
 

Comment 1 by mzhuo@chromium.org, Jan 7 2018

Labels: meeting-rooms-sheriff

Comment 2 by tovep@chromium.org, Jan 12 2018

Owner: egemih@chromium.org

Comment 3 by egemih@chromium.org, Jan 14 2018

Status: WontFix (was: Untriaged)
This test is disabled on M65, so we won't see this issue anymore. I have plans to run this test on chromeos Labs, where dbus can be imported. Closing this bug as WontFix for now.

Comment 4 by egemih@chromium.org, Jan 14 2018

Issue 781734 has been merged into this issue.

Sign in to add a comment