New issue
Advanced search Search tips

Issue 658319 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug

Blocking:
issue 658320
issue 623989



Sign in to add a comment

Ensure bisect uses devil's adb

Project Member Reported by jbroman@chromium.org, Oct 21 2016

Issue description

I've been trying to see what the perf impact on Android of a change would be, like this:

tools/perf/run_benchmark trybot android-nexus6 blink_perf.bindings --story-filter=structured-clone --page-repeat=20 --also-run-disabled-tests

But while this works for linux, on Android bots it can't seem to find the browser it just compiled (either android-nexus6 or android-one). I see this in the failure output:

/usr/bin/python /b/c/b/android_nexus6_perf_bisect/src/tools/perf/run_benchmark --browser=android-chromium blink_perf.bindings --story-filter=structured-clone --page-repeat=20 --also-run-disabled-tests --verbose --reset-results --upload-results --results-label=Patch
CRITICAL:root:(TimeoutThread-1-for-MainThread) Exception on _RunAdbCmd(<class 'devil.android.sdk.adb_wrapper.AdbWrapper'>, ['devices'], retries=2, timeout=30), attempt 1 of 3: AdbCommandFailedError('adb devices: failed with exit status 1 and output:\n- ** daemon still not running\n- error: cannot connect to daemon: Connection refused\n- error: cannot connect to daemon: Connection refused\n- List of devices attached\n- adb server is out of date.  killing...\n- * daemon started successfully *\n',)
CRITICAL:root:(TimeoutThread-1-for-MainThread) Exception on _RunAdbCmd(<class 'devil.android.sdk.adb_wrapper.AdbWrapper'>, ['devices'], retries=2, timeout=30), attempt 1 of 3: AdbCommandFailedError("adb devices: failed with exit status 1 and output:\n- cannot bind 'tcp:5037': Address already in use\n- ADB server didn't ACK\n- * failed to start daemon *\n- error: \n- error: \n- List of devices attached\n- adb server is out of date.  killing...\n",)
CRITICAL:root:(TimeoutThread-2-for-MainThread) Exception on _RunAdbCmd(<class 'devil.android.sdk.adb_wrapper.AdbWrapper'>, ['devices'], retries=2, timeout=30), attempt 2 of 3: AdbCommandFailedError("adb devices: failed with exit status 1 and output:\n- cannot bind 'tcp:5037': Address already in use\n- ADB server didn't ACK\n- * failed to start daemon *\n- error: \n- error: \n- List of devices attached\n- adb server is out of date.  killing...\n",)
CRITICAL:root:(TimeoutThread-1-for-MainThread) Exception on _RunAdbCmd(<class 'devil.android.sdk.adb_wrapper.AdbWrapper'>, ['devices'], retries=2, timeout=30), attempt 1 of 3: AdbCommandFailedError('adb devices: failed with exit status 1 and output:\n- ** daemon still not running\n- error: cannot connect to daemon: Connection refused\n- error: cannot connect to daemon: Connection refused\n- List of devices attached\n- adb server is out of date.  killing...\n- * daemon started successfully *\n',)
CRITICAL:root:(TimeoutThread-1-for-MainThread) Exception on _RunAdbCmd(<class 'devil.android.sdk.adb_wrapper.AdbWrapper'>, ['devices'], retries=2, timeout=30), attempt 1 of 3: AdbCommandFailedError("adb devices: failed with exit status 1 and output:\n- cannot bind 'tcp:5037': Address already in use\n- ADB server didn't ACK\n- * failed to start daemon *\n- error: \n- error: \n- List of devices attached\n- adb server is out of date.  killing...\n",)
CRITICAL:root:(TimeoutThread-2-for-MainThread) Exception on _RunAdbCmd(<class 'devil.android.sdk.adb_wrapper.AdbWrapper'>, ['devices'], retries=2, timeout=30), attempt 2 of 3: AdbCommandFailedError("adb devices: failed with exit status 1 and output:\n- cannot bind 'tcp:5037': Address already in use\n- ADB server didn't ACK\n- * failed to start daemon *\n- error: \n- error: \n- List of devices attached\n- adb server is out of date.  killing...\n",)
INFO:devil.utils.cmd_helper:[host]> /b/c/b/android_nexus6_perf_bisect/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb devices
CRITICAL:root:(TimeoutThread-1-for-MainThread) Exception on _RunAdbCmd(<class 'devil.android.sdk.adb_wrapper.AdbWrapper'>, ['devices'], retries=2, timeout=30), attempt 1 of 3: AdbCommandFailedError("adb devices: failed with exit status 1 and output:\n- cannot bind 'tcp:5037': Address already in use\n- ADB server didn't ACK\n- * failed to start daemon *\n- error: \n- error: \n- List of devices attached\n- adb server is out of date.  killing...\n",)
INFO:devil.utils.cmd_helper:[host]> /b/c/b/android_nexus6_perf_bisect/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb devices
CRITICAL:root:(TimeoutThread-2-for-MainThread) Exception on _RunAdbCmd(<class 'devil.android.sdk.adb_wrapper.AdbWrapper'>, ['devices'], retries=2, timeout=30), attempt 2 of 3: AdbCommandFailedError("adb devices: failed with exit status 1 and output:\n- cannot bind 'tcp:5037': Address already in use\n- ADB server didn't ACK\n- * failed to start daemon *\n- error: \n- error: \n- List of devices attached\n- adb server is out of date.  killing...\n",)
INFO:devil.utils.cmd_helper:[host]> /b/c/b/android_nexus6_perf_bisect/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb devices
INFO:devil.utils.cmd_helper:[host]> /b/c/b/android_nexus6_perf_bisect/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb kill-server
Cannot find browser of type android-chromium. To list out all available browsers, rerun your command with --browser=list

https://build.chromium.org/p/tryserver.chromium.perf/builders/android_one_perf_bisect/builds/1750
https://build.chromium.org/p/tryserver.chromium.perf/builders/android_nexus6_perf_bisect/builds/2684
 
Owner: jbudorick@chromium.org
John: could this be related to your work recently?
#1: this is almost certainly related to the SDK roll & mismatching adb usage.
Blocking: 623989 658320
Labels: -Pri-3 Pri-1
Status: Started (was: Untriaged)
Summary: Ensure bisect uses devil's adb (was: "Cannot find browser of type android-chromium." while using perf trybots)
Some of the setup steps were using chromium's adb, then the benchmarks used devil's. The two versions didn't match -> adb death -> failure to run adb devices.
Project Member

Comment 4 by bugdroid1@chromium.org, Oct 25 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/33e2abcab21069fe1d76295652337888f76a8405

commit 33e2abcab21069fe1d76295652337888f76a8405
Author: jbudorick <jbudorick@chromium.org>
Date: Tue Oct 25 21:49:00 2016

[android bisect] use devil's version of adb in bisect.

BUG= 658319 

Review-Url: https://codereview.chromium.org/2447633003

[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipe_modules/chromium_android/api.py
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_device.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_no_device.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect.py
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_cq.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/33e2abcab21069fe1d76295652337888f76a8405/scripts/slave/recipes/bisection/a
Project Member

Comment 5 by bugdroid1@chromium.org, Oct 27 2016

Status: Fixed (was: Started)

Sign in to add a comment