New issue
Advanced search Search tips

Issue 835691 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DepsCache entry is short

Project Member Reported by shinyak@chromium.org, Apr 23 2018

Issue description

The default entry size is 35000, however, it is short these days.
From the current main waterfall,
 
Android: hit=33613 updated=10 missed=0     total=33623
Linux:   hit=35037 updated=11 missed=9977  total=45025
Mac:     hit=35015 updated=14 missed=7808  total=42837
Win:     hit=35006 updated=23 missed=18345 total=53374
Win x64: hit=35005 updated=18 missed=7865  total=37888

So we need 55000 at least. Maybe better to have 60000 by default?

Currently DepsCache entries are loaded in non main thread, using
larger entries won't cause goma-start up problem.
The only risky thing I come up with is to exceed the total .proto size. If it exceeds 128MB, we discard it.
However, though goma canary's localoutputcache builder have 70000 entries, the total size fits in 128MB. So, it should be ok.



 
Project Member

Comment 1 by bugdroid1@chromium.org, Apr 23 2018

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

commit e01723d8f80c0e8dec98b60e22f8491fd3e13d80
Author: Shinya Kawanaka <shinyak@google.com>
Date: Mon Apr 23 05:33:21 2018

Use larger depscache entries (70000) by default

The default depscache entry size (35000) is now too small to cover
builders.

From the current main waterfall,
 Android: hit=33613 updated=10 missed=0     total=33623
 Linux:   hit=35037 updated=11 missed=9977  total=45025
 Mac:     hit=35015 updated=14 missed=7808  total=42837
 Win:     hit=35006 updated=23 missed=18345 total=53374
 Win x64: hit=35005 updated=18 missed=7865  total=37888

So, we have to have 55000 at least.

Since goma canary builders are using 70000 and we don't have any
problem for long, I believe it is OK to use 70000 by default.

Recipe-Nontrivial-Roll: build_limited_scripts_slave
Bug:  835691 
Change-Id: I0c2554e4b706d057c1e3008a25634a84b9e5f067
Reviewed-on: https://chromium-review.googlesource.com/1023491
Commit-Queue: Shinya Kawanaka <shinyak@chromium.org>
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>

[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic__dbg_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/test.expected/flaky_tests.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/test.expected/remove_culprits_for_flaky_failures.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win32_release__clang_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/wasm_llvm.expected/linux.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_debug.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/failure_tryserver.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_baremetal.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/win_no_v8.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_compile_fail.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/dart/examples/example.expected/basic-missing-name.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Linux_deterministic__dbg_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/dart/examples/example.expected/basic-timeout.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_experimental.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/goma/examples/full.expected/win.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/win_xfa_asan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/linux_tests.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_interrupted.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/dart/sdk_swarming.expected/dart-sdk-linux-be.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux32.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_test_compile_target_overidden.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/dart/vm_kernel_swarming.expected/vm-kernel-mac-release-x64-be.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__beta_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_middle_of_a_sub_range.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_arm64_release.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_rel.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic_fail.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/dart/examples/example.expected/analyzer-linux-release-be.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_isolate_only.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__large_tests_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/staging.expected/one_fails.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_swarming_tests.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__arm_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_ubsan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/cronet/examples/full.expected/gn_test.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets_from_parameter.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/dart/examples/example.expected/basic-failure.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x64.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_release.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/chromium/tests/compile.expected/official.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gcc_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_trybot.expected/invalid_results.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure_goma_build_error.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/mac_xfa_rel.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__failing_archive.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_pass.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_clang.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/chromium/tests/compile.expected/goma_custom_jobs.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_last_sub_range.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_trybot.expected/dont_deapply_patch.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/ios/try.expected/gn.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_debug_forced.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_release.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_msan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/linux.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_clang_rel.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_gn_upload.expected/full_luci_infra_internal_prod_gn_builder_linux.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/test.expected/record_infra_failure.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/flake.expected/record_infra_failure.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/linux_xfa_jumbo.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_with_revision.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder_Perf.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/linux_asan_lsan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/goma/examples/full.expected/mac.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/mac_xfa_jumbo.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_tsan2.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/test.expected/findit_tests_multiple_culprits.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_build.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/flake.expected/use_build_parameter_for_tests.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/dart/examples/example.expected/basic-win-stable.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux_with_revision.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/flutter/engine.expected/mac.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Mac_10_6.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/chromium/tests/compile.expected/codesearch.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/test.expected/findit_steps_multiple_culprits.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/android.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/chromium_tests/tests/api/trybot_steps.expected/basic.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_builder.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_at_first_revision_of_a_sub_range.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm64_rel.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux_fail.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_debug__clang_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android64_x64_debug.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/goma/examples/full.expected/linux_compile_failed.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_arm_dbg.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/linux_xfa_rel.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android_fail.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_asan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_win_with_revision.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_translation_unit_fail.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_release.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_custom_name.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder_Perf.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__pass.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_generate_compile_database_fail.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux32_debug.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_android.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/chromium_android/examples/full.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_pass.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/pdfium.expected/linux_xfa.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/ios/try.expected/goma_compilation_failure.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipe_modules/dart/examples/example.expected/basic-win.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_trybot.expected/dynamic_swarmed_isolated_script_test_failure_no_result_json.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_as_first_revision_of_entire_range.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__fail.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_test.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_mac__beta_.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_android_more_configs.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/webrtc/chromium_ios.expected/basic_goma_build.json
[modify] https://crrev.com/e01723d8f80c0e8dec98b60e22f8491fd3e13d80/scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.json
[modify] https://crrev.com/e01723d8f80c
Project Member

Comment 2 by bugdroid1@chromium.org, Apr 23 2018

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/goma/client/+/b2f955cddd14335bef057f38e47180f8551c8619

commit b2f955cddd14335bef057f38e47180f8551c8619
Author: Shinya Kawanaka <shinyak@google.com>
Date: Mon Apr 23 09:46:01 2018

Status: Fixed (was: Untriaged)

Sign in to add a comment