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

Issue 729190 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Guado moblab run_suite callde with --board=None

Project Member Reported by pho...@chromium.org, Jun 2 2017

Issue description

06/01 15:59:47.869 DEBUG|          ssh_host:0284| Running (ssh) 'su - moblab -c '/usr/local/autotest/site_utils/run_suite.py --pool='' --board=None --build=None-release/R57-9202.66.0 --suite_name=dummy_server''


This causes a 500 error in the devserver when retrieving from google storage:

06/01 15:59:56.705 ERROR|             utils:0298| [stderr] Error Message: StageControlFileFailure: Failed to stage None-release/R57-9202.66.0 on 192.168.231.1: 
06/01 15:59:56.711 ERROR|             utils:0298| [stderr]   File "/usr/lib64/python2.7/site-packages/cherrypy/_cprequest.py", line 656, in respond
06/01 15:59:56.711 ERROR|             utils:0298| [stderr]     response.body = self.handler()
06/01 15:59:56.712 ERROR|             utils:0298| [stderr]   File "/usr/lib64/python2.7/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
06/01 15:59:56.712 ERROR|             utils:0298| [stderr]     self.body = self.oldhandler(*args, **kwargs)
06/01 15:59:56.712 ERROR|             utils:0298| [stderr]   File "/usr/lib64/python2.7/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
06/01 15:59:56.712 ERROR|             utils:0298| [stderr]     return self.callable(*self.args, **self.kwargs)
06/01 15:59:56.713 ERROR|             utils:0298| [stderr]   File "/usr/lib/devserver/devserver.py", line 792, in is_staged
06/01 15:59:56.713 ERROR|             utils:0298| [stderr]     response = str(dl.IsStaged(factory))
06/01 15:59:56.713 ERROR|             utils:0298| [stderr]   File "/usr/lib/devserver/downloader.py", line 216, in IsStaged
06/01 15:59:56.714 ERROR|             utils:0298| [stderr]     raise DownloaderException(exceptions)
06/01 15:59:56.714 ERROR|             utils:0298| [stderr] DownloaderException: Could not find test_suites.tar.bz2 in Google Storage at gs://chromeos-image-archive/None-release/R57-9202.66.0

See more logs at: https://pantheon.corp.google.com/storage/browser/chromeos-autotest-results/120865888-chromeos-test/chromeos2-row2-rack8-host1/debug/

 
What initially requests this test suite? Does it come from a build?

Comment 2 by sbasi@chromium.org, Jun 5 2017

Cc: hadd...@chromium.com
The board type comes from the DUTs on the MobLab so in this case it determined there to be a None type board....

https://chromium.googlesource.com/chromiumos/third_party/autotest/+/master/server/site_tests/moblab_RunSuite/moblab_RunSuite.py#36

So the MobLab's DUT had None set as its platform in the database.

Is this from a CQ run, maybe someone had a bad CL for atest and/or the DB, or the image on the DUT is returning inaccurate information about its platform type?

Comment 3 by aut...@google.com, Jun 7 2017

Labels: cq-annot
Owner: dgarr...@chromium.org
+ current deputy to keep an eye on this week
Status: WontFix (was: Untriaged)
We didn't see any more of this, and I don't think it was happening any more.

Sign in to add a comment