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

Issue 880573 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Sep 4
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

staging blocker: failure in servo repair

Project Member Reported by pprabhu@chromium.org, Sep 4

Issue description

Traceback (most recent call last):
  File "/usr/local/autotest/server/control_segments/repair", line 20, in repair
    try_servo_repair=True)
  File "/usr/local/autotest/server/hosts/factory.py", line 271, in create_target_machine
    return create_host(machine, **kwargs)
  File "/usr/local/autotest/server/hosts/factory.py", line 230, in create_host
    host_instance = custom_host_class(hostname, **args)
  File "/usr/local/autotest/server/hosts/base_classes.py", line 60, in __init__
    super(Host, self).__init__(*args, **dargs)
  File "/usr/local/autotest/client/common_lib/hosts/base_classes.py", line 69, in __init__
    self._initialize(*args, **dargs)
  File "/usr/local/autotest/server/hosts/cros_host.py", line 287, in _initialize
    try_servo_repair=try_servo_repair)
  File "/usr/local/autotest/server/hosts/servo_host.py", line 829, in create_servo_host
    servo_args_override = _get_servo_args_for_host(dut)
  File "/usr/local/autotest/server/hosts/servo_host.py", line 749, in _get_servo_args_for_host
    if server_utils.host_is_in_lab_zone(servo_host):
AttributeError: 'module' object has no attribute 'host_is_in_lab_zone'
https://chromium-swarm-dev.appspot.com/task?id=3fbf4ea0f19c1010&refresh=10
 
Cc: namyoon@chromium.org mruthven@chromium.org
Issue 880563 has been merged into this issue.
Status: Fixed (was: Started)
Fix chumped.
Project Member

Comment 6 by bugdroid1@chromium.org, Sep 5

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

commit 7ddf6004856bd760e3ead3115ade384993486b4e
Author: Prathmesh Prabhu <pprabhu@chromium.org>
Date: Tue Sep 04 23:52:29 2018

autotest: Fix server_utils / utils mixup

BUG= chromium:880573 
TEST=None

Change-Id: Ida812fe003db570470206702175df8cab2eb550e
Reviewed-on: https://chromium-review.googlesource.com/1204837
Tested-by: Prathmesh Prabhu <pprabhu@chromium.org>
Trybot-Ready: Prathmesh Prabhu <pprabhu@chromium.org>
Reviewed-by: Allen Li <ayatane@chromium.org>

[modify] https://crrev.com/7ddf6004856bd760e3ead3115ade384993486b4e/server/hosts/servo_host.py

Sign in to add a comment