veyron_mickey-release:1470 failed |
|||
Issue descriptionveyron_mickey-release:1470 failed Builders failed on: - veyron_mickey-release: https://luci-milo.appspot.com/buildbot/chromeos/veyron_mickey-release/1470 Autotest instance created: cautotest 09-06-2017 [20:59:49] Created suite job: http://cautotest.corp.google.com/afe/#tab_id=view_job&object_id=140294179 09-06-2017 [21:06:00] Suite job is finished. 09-06-2017 [21:06:00] Start collecting test results and dump them to json. 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 1315, in list_suite_controls kwargs['suite_name']).splitlines()] File "/home/chromeos-test/chromiumos/src/platform/dev/common_util.py", line 189, in GetControlFileListForSuite return '\n'.join(ast.literal_eval(fd.read())[suite_name]) File "/usr/lib/python2.7/ast.py", line 49, in literal_eval node_or_string = parse(node_or_string, mode='eval') File "/usr/lib/python2.7/ast.py", line 37, in parse return compile(source, filename, mode, PyCF_ONLY_AST) File "unknown", line 0 ^ SyntaxError: unexpected EOF while parsing Powered by CherryPy 3.2.2
,
Sep 7 2017
The Suite job failed because of an error from some devserver. I'm not sure what happened, but the failure happened before any DUT could be assigned work (in fact, it's likely that the failure prevented any DUT from being assigned work).
,
Sep 12 2017
Build artifacts are here:
https://pantheon.corp.google.com/storage/browser/chromeos-image-archive/veyron_mickey-release/R63-9918.0.0
If you download the file test_suites.tar.bz2, and extract from it
"autotest/test_suites/suite_to_control_file_map", you'll find that the
extracted file is empty. The file is supposed to contain a quarter
MByte JSON blob.
AFAICT, that file is supposed to be created during build_packages by
the "autotest-all" ebuild. So, something presumably went wrong there.
However, looking in the build's "BuildPackages" stage, nothing is
reported.
As best I can tell, it means these lines in pkg_postinst in the ebuild
failed silently:
python -B "${root_autotest_dir}/site_utils/control_file_preprocessor.py" \
-a "${root_autotest_dir}" \
-o "${root_autotest_dir}/test_suites/${SUITE_TO_CONTROL_MAP}"
To make progress, someone would have to go instrument the code so that
it won't fail silently. That's likely to be easier said than done,
since the source of the failure isn't known.
However, none of this is likely worth doing unless there's some prospect
for a recurrence. So, unless this problem becomes frequent enough to
warrant debug: P3 and no owner.
,
Sep 14 2017
,
Jun 8 2018
Hi, this bug has not been updated recently. Please acknowledge the bug and provide status within two weeks (6/22/2018), or the bug will be archived. Thank you. |
|||
►
Sign in to add a comment |
|||
Comment 1 by yamaguchi@chromium.org
, Sep 7 2017Owner: jrbarnette@chromium.org