New issue
Advanced search Search tips

Issue 898545 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner: ----
Closed: Oct 24
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

grunt-chrome-pfq failed as Host did not return from reboot

Project Member Reported by malaykeshav@chromium.org, Oct 24

Issue description

Build:
https://cros-goldeneye.corp.google.com/chromeos/healthmonitoring/buildDetails?buildbucketId=8931817360348079872

Failing Autotest:
provision ABORT: Getting 'lid_open' :: Timeout waiting for response., Getting 'pwr_button' :: Timeout waiting for response., Host did not return from reboot

https://luci-logdog.appspot.com/logs/chromeos/buildbucket/cr-buildbucket.appspot.com/8931817360348079872/+/steps/HWTest__bvt-arc_/0/stdout

Logs:
10/23 23:42:58.144 ERROR|            repair:0354| Failed: pwr_button control is normal
Traceback (most recent call last):
  File "/usr/local/autotest/client/common_lib/hosts/repair.py", line 351, in _verify_host
    self.verify(host)
  File "/usr/local/autotest/server/hosts/servo_repair.py", line 233, in verify
    button = host.get_servo().get('pwr_button')
  File "/usr/local/autotest/server/cros/servo/servo.py", line 560, in get
    raise error.TestFail(err_msg)
TestFail: Getting 'pwr_button' :: Timeout waiting for response.
10/23 23:43:01.276 ERROR|            repair:0354| Failed: lid_open control is normal
Traceback (most recent call last):
  File "/usr/local/autotest/client/common_lib/hosts/repair.py", line 351, in _verify_host
    self.verify(host)
  File "/usr/local/autotest/server/hosts/servo_repair.py", line 249, in verify
    lid_open = host.get_servo().get('lid_open')
  File "/usr/local/autotest/server/cros/servo/servo.py", line 560, in get
    raise error.TestFail(err_msg)
TestFail: Getting 'lid_open' :: Timeout waiting for response.
10/23 23:43:01.278 ERROR|        servo_host:0865| servo verify failed for chromeos6-row6-rack15-labstation2
Traceback (most recent call last):
  File "/usr/local/autotest/server/hosts/servo_host.py", line 863, in create_servo_host
    newhost.verify()
  File "/usr/local/autotest/server/hosts/servo_host.py", line 608, in verify
    self._repair_strategy.verify(self, silent)
  File "/usr/local/autotest/client/common_lib/hosts/repair.py", line 756, in verify
    self._verify_root._verify_host(host, silent)
  File "/usr/local/autotest/client/common_lib/hosts/repair.py", line 348, in _verify_host
    self._verify_dependencies(host, silent)
  File "/usr/local/autotest/client/common_lib/hosts/repair.py", line 226, in _verify_dependencies
    self._verify_list(host, self._dependency_list, silent)
  File "/usr/local/autotest/client/common_lib/hosts/repair.py", line 216, in _verify_list
    raise AutoservVerifyDependencyError(self, failures)
AutoservVerifyDependencyError: Getting 'lid_open' :: Timeout waiting for response.
Getting 'pwr_button' :: Timeout waiting for response.

10/24 00:04:17.089 ERROR|       autoupdater:1015| Failure from build after update.
Traceback (most recent call last):
  File "/usr/local/autotest/server/cros/autoupdater.py", line 1011, in run_update
    self._complete_update(expected_kernel)
  File "/usr/local/autotest/server/cros/autoupdater.py", line 950, in _complete_update
    self.host.reboot(timeout=self.host.REBOOT_TIMEOUT)
  File "/usr/local/autotest/server/hosts/cros_host.py", line 1051, in reboot
    super(CrosHost, self).reboot(**dargs)
  File "/usr/local/autotest/server/hosts/remote.py", line 169, in reboot
    self.log_op(self.OP_REBOOT, reboot)
  File "/usr/local/autotest/client/common_lib/hosts/base_classes.py", line 556, in log_op
    self.job.run_op(op, op_func, self.get_kernel_ver)
  File "/usr/local/autotest/server/server_job.py", line 964, in run_op
    op_func()
  File "/usr/local/autotest/server/hosts/remote.py", line 165, in reboot
    **dargs)
  File "/usr/local/autotest/server/hosts/remote.py", line 243, in wait_for_restart
    self.log_op(self.OP_REBOOT, op_func)
  File "/usr/local/autotest/client/common_lib/hosts/base_classes.py", line 560, in log_op
    op_func()
  File "/usr/local/autotest/server/hosts/remote.py", line 242, in op_func
    super(RemoteHost, self).wait_for_restart(timeout=timeout, **dargs)
  File "/usr/local/autotest/client/common_lib/hosts/base_classes.py", line 310, in wait_for_restart
    raise error.AutoservRebootError("Host did not return from reboot")
AutoservRebootError: Host did not return from reboot


 
Mergedinto: 894746
Status: Duplicate (was: Untriaged)

Sign in to add a comment