Bisect - Fails to run cc_perftests |
||||
Issue descriptionhttps://build.chromium.org/p/tryserver.chromium.perf/builders/android_nexus6_perf_bisect/builds/2761 /usr/bin/python /b/c/b/android_nexus6_perf_bisect/src/build/android/test_runner.py gtest --release -s cc_perftests --verbose I 0.002s Main command: /b/c/b/android_nexus6_perf_bisect/src/build/android/test_runner.py gtest --release -s cc_perftests --verbose C 0.003s Main Could not find apk or executable for cc_perftests E 0.003s Main Unrecognized error occurred. Traceback (most recent call last): File "/b/c/b/android_nexus6_perf_bisect/src/build/android/test_runner.py", line 946, in main return RunTestsCommand(args) File "/b/c/b/android_nexus6_perf_bisect/src/build/android/test_runner.py", line 766, in RunTestsCommand return RunTestsInPlatformMode(args) File "/b/c/b/android_nexus6_perf_bisect/src/build/android/test_runner.py", line 812, in RunTestsInPlatformMode with test_instance_factory.CreateTestInstance(args, infra_error) as test: File "/b/c/b/android_nexus6_perf_bisect/src/build/android/pylib/base/test_instance_factory.py", line 16, in CreateTestInstance args, isolator.Isolator(), error_func) File "/b/c/b/android_nexus6_perf_bisect/src/build/android/pylib/gtest/gtest_test_instance.py", line 219, in __init__ error_func('Could not find apk or executable for %s' % self._suite) File "/b/c/b/android_nexus6_perf_bisect/src/build/android/test_runner.py", line 806, in infra_error sys.exit(constants.INFRA_EXIT_CODE) SystemExit: 87
,
Dec 21 2016
,
Dec 21 2016
,
Dec 22 2016
It looks like it can't find the cc_perftests executable. I am not sure how this works for bisect, we got these errors in the swarming world when the builder wasn't building the right binaries and including them in the isolate.
,
Dec 22 2016
The bisect should be building cc_perftests on android, although we should confirm that to be sure. It builds the same thing as the perf builders, and downloads those same binaries that are used by the perf waterfall. Poking around a tiny bit in the recipe, I see the bisect attempt to install a few apk's but no mention of any of the perf test related ones. https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/auto_bisect/api.py?q=auto_bisect/api&sq=package:chromium&l=306
,
Feb 3 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by simonhatch@chromium.org
, Nov 28 2016