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

Issue 659908 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug

Blocked on:
issue 662180



Sign in to add a comment

Bisect cannot parse some telemetry runs' output.

Project Member Reported by robert...@chromium.org, Oct 27 2016

Issue description

A very uninformative exception is raised sometimes when compare_samples try to read a file via xhr synchronously, see

https://build.chromium.org/p/tryserver.chromium.perf/builders/staging_win_perf_bisect/builds/20/steps/Re-testing%20reference%20range.Compare%20samples/logs/stdio

This seems to happen in Windows, but without a more explicit exception we cannot be sure as to the cause.

In case the log is purged the traceback for the exception in question is:

Traceback (most recent call last):
  File "C:\b\c\b\staging_win_perf_bisect\catapult\tracing\bin\compare_samples", line 54, in <module>
    sys.exit(Main(sys.argv))
  File "C:\b\c\b\staging_win_perf_bisect\catapult\tracing\bin\compare_samples", line 48, in Main
    args.format
  File "C:\b\c\b\staging_win_perf_bisect\catapult\tracing\tracing\metrics\compare_samples.py", line 54, in CompareSamples
    metric
  File "C:\b\c\b\staging_win_perf_bisect\catapult\third_party\vinn\vinn\_vinn.py", line 186, in RunFile
    return _RunFileWithD8(temp_boostrap_file, js_args, v8_args, stdout, stdin)
  File "C:\b\c\b\staging_win_perf_bisect\catapult\third_party\vinn\vinn\_vinn.py", line 265, in _RunFileWithD8
    'Exception raised when executing %s:\n%s' % (js_file_path, out))
RuntimeError: Exception raised when executing c:\users\chrome~1\appdata\local\temp\tmptm7exf\_tmp_boostrap.js:
/tracing/base/xhr.html:123: Error loading file
    return read(filename);
 
Cc: nednguyen@chromium.org
+nednguyen, seen this with vinn before?
Yes, this usually mean the file does not exist.
Cc: dtu@chromium.org
This might be related to: 

https://build.chromium.org/p/tryserver.chromium.perf/builders/staging_win_perf_bisect/builds/21/steps/Gathering%20reference%20values.Performance%20Test%201%20of%205/logs/stderr

That says:
"Confused: 6 files were deleted from c:\users\chrome~1\appdata\local\temp during the test run"

I wonder if I should be using a different dir for telemetry output in windows.

+Dave, do you have any insight on this?

The snippet of code that sets this path I believe is (from bisect_tester/perf_test):

109     temp_dir = api.m.path.mkdtemp('perf-test-output')
110     if use_chartjson or use_valueset:  # pragma: no cover
111       command = _set_output_dir(command, str(temp_dir))
112       chartjson_path = temp_dir.join('results-chart.json')
113       valueset_path = temp_dir.join('results-valueset.json')

Project Member

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

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/6ee3f90629f66bdd7118abbb14b91a670789ca00

commit 6ee3f90629f66bdd7118abbb14b91a670789ca00
Author: catapult-deps-roller <catapult-deps-roller@chromium.org>
Date: Fri Oct 28 01:34:46 2016

Roll src/third_party/catapult/ 3cb41d3b3..7e668f7a7 (1 commit).

https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/3cb41d3b39dc..7e668f7a7030

$ git log 3cb41d3b3..7e668f7a7 --date=short --no-merges --format='%ad %ae %s'
2016-10-27 robertocn Throw custom error when compare_samples_cmdline unable to read file.

BUG= 659908 

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, see:
http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls

CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel
TBR=catapult-sheriff@chromium.org

Review-Url: https://codereview.chromium.org/2452303005
Cr-Commit-Position: refs/heads/master@{#428232}

[modify] https://crrev.com/6ee3f90629f66bdd7118abbb14b91a670789ca00/DEPS

Blockedon: 662180
Project Member

Comment 6 by bugdroid1@chromium.org, Nov 4 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/cf5be51c5cc38e305a1ddeeeaa8d27c90a759dc6

commit cf5be51c5cc38e305a1ddeeeaa8d27c90a759dc6
Author: catapult-deps-roller <catapult-deps-roller@chromium.org>
Date: Fri Nov 04 14:04:18 2016

Roll src/third_party/catapult/ 78c33463e..cf667b580 (13 commits).

https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/78c33463ef76..cf667b5801ab

$ git log 78c33463e..cf667b580 --date=short --no-merges --format='%ad %ae %s'
2016-11-03 oysteine Fixed Closure errors
2016-11-03 benjhayden Make results_renderer.py warn instead of throw on bad json.
2016-11-03 charliea Refactor the CPU tracing agent to make future Windows support easier
2016-11-03 sullivan Add some documentation about common values in chartjson
2016-11-03 aiolos Rename ChartAxis to ChartSeriesYAxis
2016-11-03 robertocn Make the error thrown by xhr.getSync more explicit.
2016-11-03 charliea [style guide] Remove section about BUG labels now that presubmit exists
2016-11-03 jbudorick Revert of [telemetry] Always use a dynamic device port on android. (RELAND) (patchset #3 id:40001 of https://codereview.chromium.org/2467803005/ )
2016-11-03 jbudorick [devil] Let testKillServer tolerate more than one live adb process.
2016-11-03 benjhayden Overview line charts in histogram-set-table.
2016-11-03 benjhayden Refactor estimated_input_latency to use collectLoadingMetricsForRenderer instead of loadingMetric().
2016-11-03 jbudorick [devil] Fix Forwarder.DevicePortForHostPort when no mapping is set up.
2016-11-03 jbudorick [telemetry] Always use a dynamic device port on android. (RELAND)

BUG= 659908 ,661433,661433,661433

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, see:
http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls

CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel
TBR=catapult-sheriff@chromium.org

Review-Url: https://codereview.chromium.org/2473403002
Cr-Commit-Position: refs/heads/master@{#429880}

[modify] https://crrev.com/cf5be51c5cc38e305a1ddeeeaa8d27c90a759dc6/DEPS

Project Member

Comment 7 by bugdroid1@chromium.org, Nov 5 2016

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

commit 9c0d9a92ba7ed98478e66f750778c789ddc12768
Author: robertocn <robertocn@chromium.org>
Date: Sat Nov 05 02:07:02 2016

Creating named directory for bisect test runs.

Since the files output from the perf test runs are expected to live for
the life of the bisect, we are creating them now under a directory
called 'bisect_results' directly under 'slave_build'.

R=vadimsh@chromium.org
BUG= 659908 

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

[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/api.py
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_reference_range.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_revision.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/auto_bisect_staging/example.py
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipe_modules/bisect_tester_staging/perf_test.py
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_cq.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_fyi_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus6_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus7_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus9_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_s5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_s5_perf_cq.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/failure_in_ref_range.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_s5_perf_cq.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/android_bisect_staging.py
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric_valueset.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_revisions.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/deps_perf_tryjob.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/perf_tryjob_failed_test.json
[modify] https://crrev.com/9c0d9a92ba7ed98478e66f750778c789ddc12768/scripts/slave/recipes/bisection/desktop_bisect_staging.py

Project Member

Comment 8 by bugdroid1@chromium.org, Nov 7 2016

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

commit d40d63f733e7d495c2f466a854eab057346cba8d
Author: robertocn <robertocn@chromium.org>
Date: Mon Nov 07 21:55:17 2016

Create copies of the benchmark output for catapult to read.

This experimental change is hoped to help by ensuring that the file
handle is closed before invoking compare_samples from the catapult repo.

R=nednguyen@chromium.org
BUG= 659908 

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

[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/api.py
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_revision.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/d40d63f733e7d495c2f466a854eab057346cba8d/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json

Status: Fixed (was: Started)
A sample bisect where this is no longer occurring: https://bugs.chromium.org/p/chromium/issues/detail?id=663884#c6
Components: Speed>Bisection

Sign in to add a comment