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

Issue 628712 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Jul 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

test_push returns suite failed but suite is actually running

Project Member Reported by shuqianz@chromium.org, Jul 15 2016

Issue description

7-15-2016 [11:39:32] Submitted create_suite_job rpc
07-15-2016 [11:39:33] Created suite job: http://chromeos-autotest.hot/afe/#tab_id=view_job&object_id=22708
@@@STEP_LINK@Link to suite@http://chromeos-autotest.hot/afe/#tab_id=view_job&object_id=22708@@@
Suite job   [ FAILED ]
Suite job     FAIL:             500 Internal Server Error          #powered_by {         margin-top: 20px;         border-top: 2px solid black;         font-style: italic;     }      #traceback {         color: red;     }                    500 Internal Server Error         The server encountered an unexpected condition which prevented it from fulfilling the request.         Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 656, in respond     response.body = self.handler()   File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 188, in __call__     self.body = self.oldhandler(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 34, in __call__     return self.callable(*self.args, **self.kwargs)   File "/home/chromeos-test/chromiumos/src/platform/dev/devserver.py", line 669, in is_staged     response = str(dl.IsStaged(factory))   File "/home/chromeos-test/chromiumos/src/platform/dev/downloader.py", line 211, in IsStaged     raise DownloaderException(exceptions) DownloaderException: Could not find au_control.tar.bz2 in Google Storage at gs://chromeos-image-archive/gandof-release/R54-8586.0.0           Powered by CherryPy 3.2.2

Suite timings:
Downloads started at 2016-07-15 11:39:16
Payload downloads ended at 2016-07-15 11:39:22
Suite started at 2016-07-15 11:39:24
Artifact downloads ended (at latest) at None
Testing started at None
Testing ended at None


Links to test logs:
Suite job   http://chromeos-autotest.hot/tko/retrieve_logs.cgi?job=/results/22701-chromeos-test/
......
Test for pushing to prod failed:

Results of 1 test(s) do not match expected values:
SERVER_JOB Expected: [GOOD], Actual: [FAIL]


12 test(s) are missing from the results:
dummy_Pass.*
dummy_Fail.Fail$
dummy_Fail.NAError$
provision_AutoUpdate.double
login_LoginSuccess.*
dummy_Fail.Crash$
dummy_Fail.RetryFail$
dummy_Fail.RetrySuccess
dummy_Fail.Error$
dummy_Fail.Warn$
dummy_Fail.dependency$
platform_InstallTestImage_SERVER_JOB$


INFO:googleapiclient.discovery:URL being requested: POST https://www.googleapis.com/gmail/v1/users/me/messages/send?alt=json
DEBUG:root:Email sent: 155efdb818508de9
Traceback (most recent call last):
  File "/usr/local/autotest/site_utils/test_push.py", line 501, in <module>
    sys.exit(main())
  File "/usr/local/autotest/site_utils/test_push.py", line 468, in main
    check_queue(queue)
  File "/usr/local/autotest/site_utils/test_push.py", line 429, in check_queue
    raise exc_info[0](exc_info[1])
__main__.TestPushException: Results of 1 test(s) do not match expected values:
SERVER_JOB Expected: [GOOD], Actual: [FAIL]


12 test(s) are missing from the results:
dummy_Pass.*
dummy_Fail.Fail$
dummy_Fail.NAError$
provision_AutoUpdate.double
login_LoginSuccess.*
dummy_Fail.Crash$
dummy_Fail.RetryFail$
dummy_Fail.RetrySuccess
dummy_Fail.Error$
dummy_Fail.Warn$
dummy_Fail.dependency$
platform_InstallTestImage_SERVER_JOB$


It shows suite fails immediately after creating the suite job and send email saying it fails, but actually the job is running on the afe.

 

Comment 1 by dshi@chromium.org, Jul 19 2016

Status: WontFix (was: Untriaged)
That suite job failed due to missing artifacts:
DownloaderException: Could not find au_control.tar.bz2 in Google Storage at gs://chromeos-image-archive/gandof-release/R54-8586.0.0

That's why the hostless job failed but some tests may still run.

Sign in to add a comment