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

Issue 779265 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Nov 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

Base container fails to download

Project Member Reported by hadd...@google.com, Oct 27 2017

Issue description

Experiencing issues like:

ERROR:root:[stderr] wget: unable to resolve host address 'storage.googleapis.com'
WARNING:root:<class 'autotest_lib.client.common_lib.error.CmdError'>(Command <sudo wget -nv http://storage.googleapis.com/abci-ssp/autotest-containers/base_05.tar.xz -O /usr/local/autotest/containers/base_05.tar.xz> failed, rc=4, Command returned non-zero exit status
* Command:
    sudo wget -nv http://storage.googleapis.com/abci-ssp/autotest-
    containers/base_05.tar.xz -O /usr/local/autotest/containers/base_05.tar.xz
Exit status: 4
Duration: 0.0101099014282

stderr:
wget: unable to resolve host address 'storage.googleapis.com')
WARNING:root:Retrying in 801.584481 seconds...
DEBUG:root:Running 'sudo wget -nv http://storage.googleapis.com/abci-ssp/autotest-containers/base_05.tar.xz -O /usr/local/autotest/containers/base_05.tar.xz'
ERROR:root:[stderr] 2017-10-27 16:00:09 URL:http://storage.googleapis.com/abci-ssp/autotest-containers/base_05.tar.xz [346568904/346568904] -> "/usr/local/autotest/containers/base_05.tar.xz" [1]
DEBUG:root:Running 'sudo tar -xvf /usr/local/autotest/containers/base_05.tar.xz -C /usr/local/autotest/containers'
Please describe issue you are experiencing with Moblab device.

However on retrying the command things worked as expected.
 
Cc: dshi@google.com
Labels: -Pri-3 OS-Chrome Pri-1
Owner: haddowk@chromium.org
Status: Assigned (was: Untriaged)

Comment 3 by dshi@chromium.org, Oct 28 2017

That seems to be some network issue (dns?) on the moblab?
Its just a network blip I think, I see this in the lab and in a local setup I have.  The problem is that the retries are very slow ( 800 seconds ) and when running moblab_test.py we basically quit out before the second attempt happens.

My quit monitor_db if base image is not downloaded has exacerbated the issue.

Looks like there is already a change in https://chromium-review.googlesource.com/714530 going to CP back to the branches to see if it solves why all the builders are red
Status: WontFix (was: Assigned)

Sign in to add a comment