Automatically closing tree for "Failure reason,compile,steps" on "Browser Side Navigation Linux"
https://ci.chromium.org/buildbot/chromium.fyi/Browser%20Side%20Navigation%20Linux/48578
Revision: 34cc115e11150dcf1a330c075a8abfc108868ace, bee75214fd4f6cb093c07473b1a4ff538396442d, 5e47405dd58ef2b73ec96fd61ef374291d221d1a, c75c3661a3a1e277204063d6607d302bff8c5554, 964b05fbfc15b1aadb7de1485470bf5c2d867d16, a523cf48c629d7327cde4a5f36098f47ad50a696, 8322b0b5429b545a4533be255e51725d06e719a2
Blame list: afdo-chromi...@skia-buildbots.google.com.iam.gserviceaccount.com,chromeos-...@chromium.org,dmaz...@chromium.org,p...@chromium.org,roc...@chromium.org,skia-chromi...@skia-buildbots.google.com.iam.gserviceaccount.com,z...@chromium.org
| Build 48578 |
|
running steps via annotated script preamble stdio |
|
update_scripts stdio gclient_json depot_tools: 083eb25f9acbe034db94a1bd5c1659125b6ebf98 build: 805cc9544d332e89468a045c31434f69a7c6276d |
|
LUCI Migration stdio |
|
LogDog Bootstrap stdio |
|
setup_build<br>running recipe: "chromium" stdout run_recipe |
|
makedirs checkout path stdout |
|
bot_update<br>[45GB/245GB used (18%)] stdout json.output |
|
ensure_goma stdio |
|
ensure_goma.ensure_installed stdout json.output |
|
swarming.py --version<br>0.11 stdout |
|
gclient runhooks stdout |
|
get compile targets for scripts stdout json.output |
|
read test spec (chromium.fyi.json)<br>path: /mnt/data/b/c/builder/Browser_Side_Navigation_Linux/src/testing/buildbot/chromium.fyi.json stdout json.output |
|
generate_build_files stdout |
|
preprocess_for_goma stdio |
|
preprocess_for_goma.goma cache directory stdout |
|
preprocess_for_goma.start_goma stdout cloudtail |
|
preprocess_for_goma.start cloudtail stdout |
|
compile stdout json.output[ninja_info] raw_io.output[failure_summary] |
|
postprocess_for_goma stdio |
|
postprocess_for_goma.goma_jsonstatus stdout json.output |
|
postprocess_for_goma.goma_stat stdout |
|
postprocess_for_goma.stop_goma stdout |
|
postprocess_for_goma.upload_log stdout json.output ninja_log compiler_proxy_log |
|
postprocess_for_goma.stop cloudtail stdout |
|
Failure reason stdio reason |
Changed by: z...@chromium.org
Changed at: Sat 19 May 2018 14:39:27
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: 34cc115e11150dcf1a330c075a8abfc108868ace
Changed files:
Redo GL/ES driver version detection. The motivation is we fail to process ARM Mali drivers. I scanned through gpuinfo.org and tested against almost all GL_VERSION patterns. BUG=839609,839618 TEST=gl_unittests,gpu_unittests R=pi...@chromium.org,k...@chromium.org Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I65d8cc09b5547d40812a6f7ae8aa204416d28705 Reviewed-on: https://chromium-review.googlesource.com/1065191 Commit-Queue: Zhenyao Mo <z...@chromium.org> Reviewed-by: Kenneth Russell <k...@chromium.org> Reviewed-by: Antoine Labour <pi...@chromium.org> Cr-Commit-Position: refs/heads/master@{#560159}Properties:
Changed by: afdo-chromi...@skia-buildbots.google.com.iam.gserviceaccount.com
Changed at: Sat 19 May 2018 14:39:32
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: bee75214fd4f6cb093c07473b1a4ff538396442d
Changed files:
Roll AFDO from 68.0.3434.2_rc-r1 to 68.0.3435.0_rc-r1 This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gb...@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md I ...skip... contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=gb...@chromium.org Change-Id: Id024b74f8bcb81abd3fe7f39970bab5837ec4cfc Reviewed-on: https://chromium-review.googlesource.com/1066285 Reviewed-by: afdo-chromium-autoroll <afdo-chromi...@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: afdo-chromium-autoroll <afdo-chromi...@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560160}Properties:
Changed by: chromeos-...@chromium.org
Changed at: Sat 19 May 2018 14:40:32
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: 5e47405dd58ef2b73ec96fd61ef374291d221d1a
Changed files:
Automated Commit: LKGM 10694.0.0 for chromeos. BUG=762641 TBR=osh...@chromium.org Change-Id: I17f3d7036eb9226608928d1e9bcbabf5ca7ce66a Reviewed-on: https://chromium-review.googlesource.com/1067031 Reviewed-by: ChromeOS Commit Bot <chromeos-...@chromium.org> Commit-Queue: ChromeOS Commit Bot <chromeos-...@chromium.org> Cr-Commit-Position: refs/heads/master@{#560161}Properties:
Changed by: p...@chromium.org
Changed at: Sat 19 May 2018 14:40:35
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: c75c3661a3a1e277204063d6607d302bff8c5554
Changed files:
[RLS] Remove paint properties from LocalFrameView This patch removes the paint properties for LocalFrameView as they are stored on the LayoutView now. Bug: 823365 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I7d138e6435d7af9fc2344853a2fd41c0294c09e4 Reviewed-on: https://chromium-review.googlesource.com/1066709 Commit-Queue: Philip Rogers <p...@chromium.org> Reviewed-by: Steve Kobes <sko...@chromium.org> Reviewed-by: Daniel Cheng <dch...@chromium.org> Cr-Commit-Position: refs/heads/master@{#560162}Properties:
Changed by: skia-chromi...@skia-buildbots.google.com.iam.gserviceaccount.com
Changed at: Sat 19 May 2018 14:41:38
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: 964b05fbfc15b1aadb7de1485470bf5c2d867d16
Changed files:
Roll src/third_party/skia/ ba5b5f517..da816f070 (1 commit) https://skia.googlesource.com/skia.git/+log/ba5b5f517168..da816f070842 $ git log ba5b5f517..da816f070 --date=short --no-merges --format='%ad %ae %s' 2018-05-19 angle-skia-autoroll Roll third_party/externals/angle2/ 8688bf46f..a9ab0f37c (4 commits) Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/m ...skip... sts_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=he...@chromium.org Change-Id: I2d1438e086aa2d05bfe0509008c0968414cb1d02 Reviewed-on: https://chromium-review.googlesource.com/1066976 Reviewed-by: skia-chromium-autoroll <skia-chromi...@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromi...@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560163}Properties:
Changed by: roc...@chromium.org
Changed at: Sat 19 May 2018 14:41:41
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: a523cf48c629d7327cde4a5f36098f47ad50a696
Changed files:
Mojo: Invitation API This is a public C API replacement for the EDK invitation API, i.e. Incoming/OutgoingBrokerClientInvitation et al. Here the new C calls are introduced and covered by unit tests. See the associated bug and the bugs it's blocking for more context and follow-up work. Bug: 844231 Change-Id: Iffa2e5b08eefbe3476430eb420efe2f52f4ad195 Reviewed-on: https://chromium-review.googlesource.com/1066807 Commit-Queue: Ken Rockot <roc...@chromium.org> Reviewed-by: Jay Civelli <jciv...@chromium.org> Cr-Commit-Position: refs/heads/master@{#560164}Properties:
Changed by: dmaz...@chromium.org
Changed at: Sat 19 May 2018 14:42:42
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: 8322b0b5429b545a4533be255e51725d06e719a2
Changed files:
Avoid serializing the same accessibility node twice in the same message. Bug: 651614 TBR=ale...@chromium.org Change-Id: I77ef290a193bd3dbb3dafdf0de5670a7deec6c86 Reviewed-on: https://chromium-review.googlesource.com/1063007 Commit-Queue: Dominic Mazzoni <dmaz...@chromium.org> Reviewed-by: David Tseng <dts...@chromium.org> Cr-Commit-Position: refs/heads/master@{#560165}Properties: