New issue
Advanced search Search tips

Issue 696780 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Repair failure: Legacy host verification checks

Project Member Reported by ayatane@chromium.org, Feb 27 2017

Issue description

Build: https://luci-milo.appspot.com/buildbot/chromeos/daisy_skate-paladin/9101
Board: https://luci-milo.appspot.com/buildbot/chromeos/daisy_skate-paladin/9101
Test results: https://pantheon.corp.google.com/storage/browser/chromeos-autotest-results/103397064-chromeos-test/chromeos4-row9-rack8-host3/

Debug output: 

02/25 08:00:21.451 ERROR|            repair:0332| Failed: Legacy host verification checks
Traceback (most recent call last):
  File "/usr/local/autotest/client/common_lib/hosts/repair.py", line 329, in _verify_host
    self.verify(host)
  File "/usr/local/autotest/server/hosts/repair.py", line 55, in verify
    host.verify_software()
  File "/usr/local/autotest/server/hosts/cros_host.py", line 1430, in verify_software
    board = self.get_board().replace(ds_constants.BOARD_PREFIX, '')
  File "/usr/local/autotest/server/hosts/cros_host.py", line 1870, in get_board
    run_method=self.run)
  File "/usr/local/autotest/client/bin/site_utils.py", line 412, in parse_cmd_output
    cmd_result = run_method(command, stdout_tee=None, stderr_tee=None)
  File "/usr/local/autotest/server/hosts/ssh_host.py", line 295, in run
    ssh_failure_retry_ok)
  File "/usr/local/autotest/server/hosts/ssh_host.py", line 252, in _run
    raise error.AutoservRunError("command execution error", result)
AutoservRunError: command execution error
* Command: 
    /usr/bin/ssh -a -x    -o ControlPath=/tmp/_autotmp_cxwSB8ssh-
    master/socket -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
    -o BatchMode=yes -o ConnectTimeout=30 -o ServerAliveInterval=900 -o
    ServerAliveCountMax=3 -o ConnectionAttempts=4 -o Protocol=2 -l root -p 22
    chromeos4-row9-rack8-host3 "export LIBC_FATAL_STDERR_=1; if type
    \"logger\" > /dev/null 2>&1; then logger -tag \"autotest\"
    \"server[stack::verify_software|get_board|parse_cmd_output] -> ssh_run(cat
    /etc/lsb-release)\";fi; cat /etc/lsb-release"
Exit status: 255
Duration: 900.29836297

status.log:

START	----	provision	timestamp=1488036809	localtime=Feb 25 07:33:29	
	GOOD	----	verify.ssh	timestamp=1488036813	localtime=Feb 25 07:33:33	
	GOOD	----	verify.update	timestamp=1488036816	localtime=Feb 25 07:33:36	
	GOOD	----	verify.brd_config	timestamp=1488036816	localtime=Feb 25 07:33:36	
	GOOD	----	verify.ser_config	timestamp=1488036817	localtime=Feb 25 07:33:37	
	GOOD	----	verify.job	timestamp=1488036817	localtime=Feb 25 07:33:37	
	FAIL	----	verify.servod	timestamp=1488036849	localtime=Feb 25 07:34:09	Servo initialize timed out.
	START	provision_AutoUpdate	provision_AutoUpdate	timestamp=1488036849	localtime=Feb 25 07:34:09	
		START	----	----	timestamp=1488036867	localtime=Feb 25 07:34:27	
			GOOD	----	sysinfo.before	timestamp=1488036867	localtime=Feb 25 07:34:27	
		END GOOD	----	----	timestamp=1488036867	localtime=Feb 25 07:34:27	
		GOOD	provision_AutoUpdate	provision_AutoUpdate	timestamp=1488037504	localtime=Feb 25 07:45:04	completed successfully
	END GOOD	provision_AutoUpdate	provision_AutoUpdate	timestamp=1488037504	localtime=Feb 25 07:45:04	
	GOOD	----	verify.ssh	timestamp=1488037505	localtime=Feb 25 07:45:05	
	GOOD	----	verify.power	timestamp=1488037505	localtime=Feb 25 07:45:05	
	GOOD	----	verify.ext4	timestamp=1488037511	localtime=Feb 25 07:45:11	
	GOOD	----	verify.writable	timestamp=1488037512	localtime=Feb 25 07:45:12	
	GOOD	----	verify.tpm	timestamp=1488037513	localtime=Feb 25 07:45:13	
	GOOD	----	verify.good_au	timestamp=1488037518	localtime=Feb 25 07:45:18	
	GOOD	----	verify.fwstatus	timestamp=1488037518	localtime=Feb 25 07:45:18	
	GOOD	----	verify.rwfw	timestamp=1488037519	localtime=Feb 25 07:45:19	
	GOOD	----	verify.python	timestamp=1488037519	localtime=Feb 25 07:45:19	
	FAIL	----	verify.cros	timestamp=1488038421	localtime=Feb 25 08:00:21	command execution error
  * Command: 
      /usr/bin/ssh -a -x    -o ControlPath=/tmp/_autotmp_cxwSB8ssh-
      master/socket -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
      -o BatchMode=yes -o ConnectTimeout=30 -o ServerAliveInterval=900 -o
      ServerAliveCountMax=3 -o ConnectionAttempts=4 -o Protocol=2 -l root -p 22
      chromeos4-row9-rack8-host3 "export LIBC_FATAL_STDERR_=1; if type
      \"logger\" > /dev/null 2>&1; then logger -tag \"autotest\"
      \"server[stack::verify_software|get_board|parse_cmd_output] -> ssh_run(cat
      /etc/lsb-release)\";fi; cat /etc/lsb-release"
  Exit status: 255
  Duration: 900.29836297
END FAIL	----	provision	timestamp=1488038421	localtime=Feb 25 08:00:21	
INFO	----	----	timestamp=1488038421	job_abort_reason=	localtime=Feb 25 08:00:21	

 

Comment 1 by aut...@google.com, Mar 1 2017

Owner: xixuan@chromium.org
+ deputy
Status: WontFix (was: Untriaged)
Looks like 'cat /etc/lsb-release' fails to execute. Mark as wontfix. If it happened again, we can reopen it.

Sign in to add a comment