enguarde-release: PaygenTestDev failed with kFilesystemVerifierError before update_stateful |
|||
Issue descriptionBuilder: enguarde-release Build: https://chromegw.corp.google.com/i/chromeos/builders/enguarde-release/builds/1332 Observation: It seems to be a different issue from crbug.com/730141 where update_stateful error came later. In build #1332, PaygenTestDev failed with ErrorCode::kFilesystemVerifierError(47) before update_stateful, and the autoupdater raise an exception about failing to complete the update command. But I am not sure about if this is related to crbug.com/730141 , so assigned to gwendal@ for now. Logs from https://pantheon.corp.google.com/storage/browser/chromeos-autotest-results/122412878-chromeos-test/chromeos4-row10-rack2-host21/: 06/09 07:32:50.651 DEBUG| ssh_host:0286| Running (ssh) '/usr/bin/update_engine_client --update --omaha_url=http://100.115.219.133:60622/update' 06/09 07:32:50.860 ERROR| utils:0298| [stderr] [0609/073250:INFO:update_engine_client.cc(471)] Forcing an update by setting app_version to ForcedUpdate. 06/09 07:32:50.861 ERROR| utils:0298| [stderr] [0609/073250:INFO:update_engine_client.cc(473)] Initiating update check and install. 06/09 07:32:50.861 ERROR| utils:0298| [stderr] [0609/073250:INFO:update_engine_client.cc(502)] Waiting for update to complete. 06/09 07:47:30.339 ERROR| utils:0298| [stderr] [0609/074730:ERROR:update_engine_client.cc(217)] Update failed, current operation is UPDATE_STATUS_IDLE, last error code is ErrorCode::kFilesystemVerifierError(47) 06/09 07:47:30.341 DEBUG| autoupdater:0175| exception in update handler: command execution error * Command: /usr/bin/ssh -a -x -o ControlPath=/tmp/_autotmp_S5aVTOssh- 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-row10-rack2-host21 "export LIBC_FATAL_STDERR_=1; if type \"logger\" > /dev/null 2>&1; then logger -tag \"autotest\" \"server[stack::GenericRetry|_base_update_handler_no_retry|wrapper] -> ssh_run(/usr/bin/update_engine_client --update --omaha_url=http://100.115.219.133:60622/update)\";fi; /usr/bin/update_engine_client --update --omaha_url=http://100.115.219.133:60622/update" Exit status: 1 Duration: 879.60787487 stderr: [0609/073250:INFO:update_engine_client.cc(471)] Forcing an update by setting app_version to ForcedUpdate. [0609/073250:INFO:update_engine_client.cc(473)] Initiating update check and install. [0609/073250:INFO:update_engine_client.cc(502)] Waiting for update to complete. [0609/074730:ERROR:update_engine_client.cc(217)] Update failed, current operation is UPDATE_STATUS_IDLE, last error code is ErrorCode::kFilesystemVerifierError(47) 06/09 07:47:30.343 DEBUG| retry_util:0133| ending retries with error: <class 'autotest_lib.client.common_lib.error.AutoservRunError'>(command execution error * Command: /usr/bin/ssh -a -x -o ControlPath=/tmp/_autotmp_S5aVTOssh- 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-row10-rack2-host21 "export LIBC_FATAL_STDERR_=1; if type \"logger\" > /dev/null 2>&1; then logger -tag \"autotest\" \"server[stack::GenericRetry|_base_update_handler_no_retry|wrapper] -> ssh_run(/usr/bin/update_engine_client --update --omaha_url=http://100.115.219.133:60622/update)\";fi; /usr/bin/update_engine_client --update --omaha_url=http://100.115.219.133:60622/update" Exit status: 1 Duration: 879.60787487
,
Jun 10 2017
I've locked the device. Looking at it's history, it has a lot of provision failures, but sees occasional success.
,
Jun 10 2017
b/62496539 covers getting the hardware swapped out.
,
Jun 10 2017
Marking this fixed in favor of the other bug.
,
Jan 22 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by gwendal@chromium.org
, Jun 9 2017Owner: ----