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

Issue 636168 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Apr 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 616183



Sign in to add a comment

Deprecate objdump in favor for sancov tool for coverage, add support for Windows, Mac, Android

Project Member Reported by infe...@chromium.org, Aug 10 2016

Issue description

See title.

Also, reference CL that will land soon.
https://reviews.llvm.org/D23321 (Windows)
https://reviews.llvm.org/D23338 (Mac)
Linux it works.
Evgenii, will this work on Android, can you check ?
 
Android requires shared library support in sancov, Mike has been working on it very recently. The version of sancov in the current chromium toolchain most likely does not work for android.

Comment 2 by aarya@google.com, Aug 10 2016

Owner: aizatsky@chromium.org
Summary: Deprecate objdump in favor for sancov tool for coverage, add support for Windows, Mac, Android (was: Deprecate objdump in favor for sancov tool for coverage, add support for Windows, Mac)
Mike, i am keeping this assigned to you till Android CL lands, can you add a link ?
Project Member

Comment 3 by bugdroid1@chromium.org, Aug 15 2016

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

commit 30e298a68779beb7b16ea49b156b37b8ffcc9a04
Author: ochang <ochang@chromium.org>
Date: Mon Aug 15 21:41:38 2016

clang: Include sancov binary in prebuilt archive.

This tool is used for processing sanitizer coverage data
dumped by Chrome. We need this to be included in archives
built for CF.

BUG= 636168 

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

[modify] https://crrev.com/30e298a68779beb7b16ea49b156b37b8ffcc9a04/tools/clang/scripts/package.py

Project Member

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

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

commit fcac5b2bfcde27d33f34960c44066b976ee2006e
Author: ochang <ochang@chromium.org>
Date: Thu Oct 06 19:16:15 2016

Make clusterfuzz_archive include llvm-symbolizer and sancov.

BUG= 636168 

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

[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipe_modules/archive/api.py
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component_svn_with_git.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_mac.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_CF.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Release.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Release_Media.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASan_Debug__32_bit_x86_with_V8_ARM_.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASan_Release_Media__32_bit_x86_with_V8_ARM_.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASan_Release__32_bit_x86_with_V8_ARM_.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ChromiumOS_ASAN_Release.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_MSAN_Release__chained_origins_.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_MSAN_Release__no_origins_.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Mac_ASAN_Debug.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Mac_ASAN_Release.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Mac_ASAN_Release_Media.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_TSAN_Debug.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_TSAN_Release.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_UBSan_Release.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_UBSan_vptr_Release.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Coverage.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN__symbolized_.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium_afl.expected/full_chromium_fyi_Afl_Upload_Linux_ASan.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan_Debug.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN___debug_builder.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_arm64___debug_builder.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_no_inline___release_builder.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_ASAN_arm___debug_builder.json
[modify] https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_ASAN_mipsel___debug_builder.json

Project Member

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

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

commit 71336407232c0945b26d646ec6317cccb1e024cd
Author: recipe-roller <recipe-roller@chromium.org>
Date: Thu Oct 06 19:35:06 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e Make clusterfuzz_archive include llvm-symbolizer and sancov. (ochang@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG= 636168 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2396173002
Cr-Commit-Position: refs/heads/master@{#423630}

[modify] https://crrev.com/71336407232c0945b26d646ec6317cccb1e024cd/infra/config/recipes.cfg

Project Member

Comment 6 by bugdroid1@chromium.org, Oct 6 2016

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

commit b7471e459ab71ea93e9ccb2b3133bc1a1f44808c
Author: recipe-roller <recipe-roller@chromium.org>
Date: Thu Oct 06 19:42:47 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e Make clusterfuzz_archive include llvm-symbolizer and sancov. (ochang@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG= 636168 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2401533003

[modify] https://crrev.com/b7471e459ab71ea93e9ccb2b3133bc1a1f44808c/infra/config/recipes.cfg

Looks like it had broken LKGR builds:

Traceback (most recent call last):
  File "/tmp/tmp8B0w1e.py", line 4, in <module>
    shutil.copy(sys.argv[1], sys.argv[2])
  File "/usr/lib/python2.7/shutil.py", line 117, in copy
    copyfile(src, dst)
  File "/usr/lib/python2.7/shutil.py", line 69, in copyfile
    raise Error("`%s` and `%s` are the same file" % (src, dst))
shutil.Error: `/b/c/b/ASAN_Release/src/third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer` and `/b/c/b/ASAN_Release/src/out/Release/llvm-symbolizer` are the same file
step returned non-zero exit code: 1
@@@STEP_FAILURE@@@

Cc: tandrii@chromium.org serg...@chromium.org
Though I don't understand why this error happens:

we do:

    for tool in llvm_tools_to_copy:
      self.m.file.copy('Copy ' + tool,
                       self.m.path.join(llvm_bin_dir, tool + ext), build_dir)




which is:

  def copy(self, name, source, dest, step_test_data=None, **kwargs):
    """Copy a file."""
    return self.m.python.inline(
        name,
        """
        import shutil
        import sys
        shutil.copy(sys.argv[1], sys.argv[2])
        """,
        args=[source, dest],
        add_python_log=False,
        step_test_data=step_test_data,
        **kwargs
    )



and shutil.copy says that it overwrites files by default:


shutil.copy(src, dst) - https://docs.python.org/2/library/shutil.html :
Copy the file src to the file or directory dst. If dst is a directory, a file with the same basename as src is created (or overwritten) in the directory specified. Permission bits are copied. src and dst are path names given as strings.

Shutil source:

def _samefile(src, dst):
    # Macintosh, Unix.
    if hasattr(os.path, 'samefile'):
        try:
            return os.path.samefile(src, dst)
        except OSError:
            return False

    # All other platforms: check for same pathname.
    return (os.path.normcase(os.path.abspath(src)) ≡
            os.path.normcase(os.path.abspath(dst)))

def copyfile(src, dst):
    """Copy data from src to dst"""
    if _samefile(src, dst):
        raise Error("`%s` and `%s` are the same file" % (src, dst))
    ...


But why? :(
Anyways, fix: https://codereview.chromium.org/2400963002/#ps1
Project Member

Comment 10 by bugdroid1@chromium.org, Oct 7 2016

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

commit 57b34f50596d6d4813de992ca854e2284fb5f90f
Author: tandrii <tandrii@chromium.org>
Date: Fri Oct 07 08:57:04 2016

Fix file.copy recipe_module to not fail if files are already equal.

TBR=mmoroz@chromium.org
BUG= 636168 

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

[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component_svn_with_git.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_mac.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_commit_already_in_logs.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_test_failure.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/device_file_format_mismatch.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/device_flags_builder_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/json_results_file_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/no_cache_builder_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/no_strict_mode_tester_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/resource_size_builder_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_failures.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_tester_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_failing_host_info.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_recovery.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_status.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_offline_devices.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_recovery.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_status.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tester_with_step_warning.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/timestamp_as_point_id_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/tombstones_m53.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_output.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_platform.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_class_failure.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_method_failure.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/file/api.py
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/file/example.expected/file_io.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Coverage.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Debug.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Official.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_fyi_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus6_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus7_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus9_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_one_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_cq.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_cq.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_fyi_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus6_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus7_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus9_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_cq.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_device.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_no_device.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_fyi_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus6_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus7_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus9_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_one_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_cq.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_fyi_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus6_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus7_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus9_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_one_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_s5_perf_bisect.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_s5_perf_cq.json
[modify] https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f/scripts/slave/recipes/bisection/android_bisect.
Project Member

Comment 11 by bugdroid1@chromium.org, Oct 7 2016

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

commit 1cd0ad6a13ec82f5670d274d98322388e9b80e3c
Author: tandrii <tandrii@chromium.org>
Date: Fri Oct 07 09:11:10 2016

Revert "Fix file.copy recipe_module to not fail if files are already equal."

This reverts commit 57b34f50596d6d4813de992ca854e2284fb5f90f landed at
https://codereview.chromium.org/2400963002/#ps2

> Fix file.copy recipe_module to not fail if files are already equal.
Reason: didn't actually work when destination is a directory.

TBR=mmoroz@chromium.org
NOTRY=True
NOPRESUBMIT=True
BUG= 636168 

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

[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component_svn_with_git.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_mac.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_commit_already_in_logs.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_test_failure.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/device_file_format_mismatch.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/device_flags_builder_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/json_results_file_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/no_cache_builder_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/no_strict_mode_tester_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/resource_size_builder_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/result_details_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_failures.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/telemetry_browser_tests_tester_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_failing_host_info.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_recovery.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_no_devices_during_status.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_offline_devices.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_recovery.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_failure_during_status.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tester_with_step_warning.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/timestamp_as_point_id_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/tombstones_m53.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_output.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_platform.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_class_failure.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexpected_method_failure.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/file/api.py
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/file/example.expected/file_io.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Coverage.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Debug.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Official.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_fyi_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus6_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus7_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus9_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_one_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_cq.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_cq.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_fyi_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus6_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus7_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus9_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_cq.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_device.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_no_device.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_fyi_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus6_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus7_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus9_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_one_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_cq.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_fyi_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus5_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus6_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus7_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus9_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_one_perf_bisect.json
[modify] https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_s5_perf_bise
tl;dr shutil is doing things right, I was wrong.

_samefile is not actually stupid - it checks that src and dst point to the same actual inode (ie symlink or hardlink). Thus, something is wrong with either
a) chromium recipe
b) output folder is a symlink of another output folder.
Project Member

Comment 13 by bugdroid1@chromium.org, Oct 7 2016

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

commit bc610ee33494f7a16c71feda0475089109515547
Author: recipe-roller <recipe-roller@chromium.org>
Date: Fri Oct 07 09:41:47 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f Fix file.copy recipe_module to not fail if files are already equal. (tandrii@chromium.org)
  https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c Revert "Fix file.copy recipe_module to not fail if files are already equal." (tandrii@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG= 636168 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2400863004
Cr-Commit-Position: refs/heads/master@{#423826}

[modify] https://crrev.com/bc610ee33494f7a16c71feda0475089109515547/infra/config/recipes.cfg

Project Member

Comment 14 by bugdroid1@chromium.org, Oct 7 2016

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

commit dbb9217e98b774ae713c45ba0e0395ac87717d3b
Author: mmoroz <mmoroz@chromium.org>
Date: Fri Oct 07 11:57:00 2016

Revert of Make clusterfuzz_archive include llvm-symbolizer and sancov. (patchset #4 id:60001 of https://codereview.chromium.org/2393293002/ )

Reason for revert:
Revert due to broken LKGR build.

Original issue's description:
> Make clusterfuzz_archive include llvm-symbolizer and sancov.
>
> BUG= 636168 
>
> Committed: https://chromium.googlesource.com/chromium/tools/build/+/fcac5b2bfcde27d33f34960c44066b976ee2006e

TBR=thakis@chromium.org,inferno@chromium.org,ochang@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG= 636168 

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

[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipe_modules/archive/api.py
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component_svn_with_git.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_mac.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_CF.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Release.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Release_Media.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASan_Debug__32_bit_x86_with_V8_ARM_.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASan_Release_Media__32_bit_x86_with_V8_ARM_.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASan_Release__32_bit_x86_with_V8_ARM_.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ChromiumOS_ASAN_Release.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_MSAN_Release__chained_origins_.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_MSAN_Release__no_origins_.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Mac_ASAN_Debug.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Mac_ASAN_Release.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Mac_ASAN_Release_Media.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_TSAN_Debug.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_TSAN_Release.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_UBSan_Release.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_UBSan_vptr_Release.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Coverage.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN__symbolized_.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium_afl.expected/full_chromium_fyi_Afl_Upload_Linux_ASan.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan_Debug.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN___debug_builder.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_arm64___debug_builder.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_no_inline___release_builder.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_ASAN_arm___debug_builder.json
[modify] https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_ASAN_mipsel___debug_builder.json

Thanks tandrii@

While revert CL was without LGTM, I tried to do something like this: https://codereview.chromium.org/2399353002/

but got an error from `scripts/slave/unittests/recipe_simulation_test.py train`.

Asked infra-dev@ about that.
c#15 is for PS#2 of the https://codereview.chromium.org/2399353002/#ps20001

The last patchset seems to be working, though I'm not sure if it's safe to run on the bots. It is just a suggestion how to fix the problem.
Project Member

Comment 17 by bugdroid1@chromium.org, Oct 7 2016

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

commit 1017ec5ea38f8a5a6ca334efdaaf874586a13469
Author: recipe-roller <recipe-roller@chromium.org>
Date: Fri Oct 07 14:24:35 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/2fc026e842c926cc8187bdab134c79732030a7e7 V8: Add missing archives for auto-bisect (machenbach@chromium.org)
  https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b Revert of Make clusterfuzz_archive include llvm-symbolizer and sancov. (patchset #4 id:60001 of https://codereview.chromium.org/2393293002/ ) (mmoroz@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG= 636168 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2398753004
Cr-Commit-Position: refs/heads/master@{#423852}

[modify] https://crrev.com/1017ec5ea38f8a5a6ca334efdaaf874586a13469/infra/config/recipes.cfg

Project Member

Comment 18 by bugdroid1@chromium.org, Oct 7 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/0f84adf4ae5c4a501be8ff1dfd8b4f189a010b44

commit 0f84adf4ae5c4a501be8ff1dfd8b4f189a010b44
Author: recipe-roller <recipe-roller@chromium.org>
Date: Fri Oct 07 18:14:19 2016

Roll recipe dependencies (nontrivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

Please review the expectation changes, and LGTM as normal. The recipe roller
will *NOT* CQ the change itself, so you must CQ the change manually.

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f Fix file.copy recipe_module to not fail if files are already equal. (tandrii@chromium.org)

R=tandrii@chromium.org
BUG= 636168 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2396313002

[modify] https://crrev.com/0f84adf4ae5c4a501be8ff1dfd8b4f189a010b44/infra/config/recipes.cfg
[modify] https://crrev.com/0f84adf4ae5c4a501be8ff1dfd8b4f189a010b44/recipes/recipes/depot_tools_builder.expected/basic.json
[modify] https://crrev.com/0f84adf4ae5c4a501be8ff1dfd8b4f189a010b44/recipes/recipes/depot_tools_builder.expected/identical_normal_bleeding_edge_git_versions.json
[modify] https://crrev.com/0f84adf4ae5c4a501be8ff1dfd8b4f189a010b44/recipes/recipes/infra_continuous.expected/infra-64.json
[modify] https://crrev.com/0f84adf4ae5c4a501be8ff1dfd8b4f189a010b44/recipes/recipes/infra_continuous.expected/infra-cross-compile.json

Project Member

Comment 19 by bugdroid1@chromium.org, Oct 7 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/15bdbdea549c7447f60d88ab68840f23b5a014cf

commit 15bdbdea549c7447f60d88ab68840f23b5a014cf
Author: recipe-roller <recipe-roller@chromium.org>
Date: Fri Oct 07 19:20:54 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/e10b31caeb97375c3514ae3c9f1a92e28d97b71e analyze: send results to event_mon (phajdan.jr@chromium.org)
  https://crrev.com/2fc026e842c926cc8187bdab134c79732030a7e7 V8: Add missing archives for auto-bisect (machenbach@chromium.org)
  https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b Revert of Make clusterfuzz_archive include llvm-symbolizer and sancov. (patchset #4 id:60001 of https://codereview.chromium.org/2393293002/ ) (mmoroz@chromium.org)
  https://crrev.com/52556b8cab59ecb29590679b280b1b7692662132 filter: temporarily disable analyze_report (phajdan.jr@chromium.org)
  https://crrev.com/c0d67a2a033e30ccda7f37b1cc6dccb33cc6e203 Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/c8926bbb8345c443eb411f398767d40bed584ad6 WebRTC: Move Android bots with devices to the perf waterfall. (ehmaldonado@chromium.org)
depot_tools:
  https://crrev.com/f7b29d4a6dd3fa9777f68423fedcc1a6154014bf Refactor git cl try. (tandrii@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG=651536, 583318 , 636168 , 599931 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2407463002

[modify] https://crrev.com/15bdbdea549c7447f60d88ab68840f23b5a014cf/infra/config/recipes.cfg

Cc: -serg...@chromium.org
Project Member

Comment 21 by bugdroid1@chromium.org, Oct 10 2016

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

commit ee05772fa6c4f8fe0c62121acaf1f82fb7c02e89
Author: recipe-roller <recipe-roller@chromium.org>
Date: Mon Oct 10 16:06:17 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/7baad31fc4293485a824d4ef6ef7361adc2979a1 Add json test results format support for SwarmingIsolatedScriptTest (nednguyen@google.com)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG= 649762 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2403043002
Cr-Commit-Position: refs/heads/master@{#424161}

[modify] https://crrev.com/ee05772fa6c4f8fe0c62121acaf1f82fb7c02e89/infra/config/recipes.cfg

Project Member

Comment 22 by bugdroid1@chromium.org, Oct 10 2016

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

commit 4787f3796e775e16728736731e810f4ec1d18f86
Author: recipe-roller <recipe-roller@chromium.org>
Date: Mon Oct 10 16:31:57 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/19e0e9207c2835c2adefe0ca74a0e582601c9c47 Increasing swaming sharding of arm64 gcstress testers. (bradnelson@chromium.org)
  https://crrev.com/da6fd0010ab28c51ce38c95a2752a6c99738c08e Reland: Make clusterfuzz_archive include llvm-symbolizer and sancov. (ochang@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG= 636168 , v8:5451 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2403073002
Cr-Commit-Position: refs/heads/master@{#424167}

[modify] https://crrev.com/4787f3796e775e16728736731e810f4ec1d18f86/infra/config/recipes.cfg

Project Member

Comment 23 by bugdroid1@chromium.org, Oct 10 2016

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

commit e645249d8fb1686c8a25de84d11288d9946f2497
Author: recipe-roller <recipe-roller@chromium.org>
Date: Mon Oct 10 16:52:00 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/19e0e9207c2835c2adefe0ca74a0e582601c9c47 Increasing swaming sharding of arm64 gcstress testers. (bradnelson@chromium.org)
  https://crrev.com/da6fd0010ab28c51ce38c95a2752a6c99738c08e Reland: Make clusterfuzz_archive include llvm-symbolizer and sancov. (ochang@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG= 636168 , v8:5451 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2402383002

[modify] https://crrev.com/e645249d8fb1686c8a25de84d11288d9946f2497/infra/config/recipes.cfg

Project Member

Comment 26 by bugdroid1@chromium.org, Oct 11 2016

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

commit 6ac7002fbf8d3d963b24ec1533298376479e6bb4
Author: recipe-roller <recipe-roller@chromium.org>
Date: Tue Oct 11 18:21:59 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/09614db3b313f9ef469a60a6bc01d66b3b5bb9ef Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/d75a2a6c28a5a5d52e4f68033e3a204c15f1ecd9 archive recipe_module: Add missing dependency (ochang@chromium.org)
depot_tools:
  https://crrev.com/b3a24c3fd5159972f58063967a9c07ef724ff97b Remove SVN and File support from gclient (agable@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG=641588, 636168 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2407403002
Cr-Commit-Position: refs/heads/master@{#424492}

[modify] https://crrev.com/6ac7002fbf8d3d963b24ec1533298376479e6bb4/infra/config/recipes.cfg

Project Member

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

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/1d32e20123d31b0b2b53a236e6ed1b3b88ece2a1

commit 1d32e20123d31b0b2b53a236e6ed1b3b88ece2a1
Author: recipe-roller <recipe-roller@chromium.org>
Date: Tue Oct 11 18:51:50 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/09614db3b313f9ef469a60a6bc01d66b3b5bb9ef Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/d75a2a6c28a5a5d52e4f68033e3a204c15f1ecd9 archive recipe_module: Add missing dependency (ochang@chromium.org)
depot_tools:
  https://crrev.com/b3a24c3fd5159972f58063967a9c07ef724ff97b Remove SVN and File support from gclient (agable@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG=641588, 636168 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2405283002

[modify] https://crrev.com/1d32e20123d31b0b2b53a236e6ed1b3b88ece2a1/infra/config/recipes.cfg

Project Member

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

Project Member

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

Labels: merge-merged-2840
The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/71336407232c0945b26d646ec6317cccb1e024cd

commit 71336407232c0945b26d646ec6317cccb1e024cd
Author: recipe-roller <recipe-roller@chromium.org>
Date: Thu Oct 06 19:35:06 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/fcac5b2bfcde27d33f34960c44066b976ee2006e Make clusterfuzz_archive include llvm-symbolizer and sancov. (ochang@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG= 636168 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2396173002
Cr-Commit-Position: refs/heads/master@{#423630}

[modify] https://crrev.com/71336407232c0945b26d646ec6317cccb1e024cd/infra/config/recipes.cfg

Comment 30 by dimu@google.com, Nov 4 2016

Labels: -merge-merged-2840
[Automated comment] removing mislabelled merge-merged-2840
Status: Fixed (was: Untriaged)
Looks like this has been resolved a while ago.

Sign in to add a comment