Builder fuchsia-x64-cast Build 11650
Results:
Success
Trigger Info:
Project | chromium |
Revision | 39ad795db408d6b8e093c2c5b351a21e573f6800 |
Got Revision | 39ad795db408d6b8e093c2c5b351a21e573f6800 |
Execution:
- Source: Task 4292a39ef3724810
- Bot: swarm974-c4
- Recipe: chromium
Steps and Logfiles:
Show:-
- - no logs -
-
( 581 ms ) read test spec (chromium.linux.json)path: /b/swarming/w/ir/cache/builder/src/testing/buildbot/chromium.linux.json
-
( 445 ms ) lookup GN argsis_chromecast = trueis_component_build = falseis_debug = falsestrip_absolute_paths_from_debug_symbols = truesymbol_level = 0target_os = "fuchsia"use_goma = truegoma_dir = "/b/swarming/w/ir/cache/goma/client"
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$build/goma | {"jobs": 500} | setup_build |
$recipe_engine/path | {"cache_dir": "/b/swarming/w/ir/cache", "temp_dir": "/b/swarming/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "swarm974-c4" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.chromium.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1548232037885431, "id": "8923554758600881392", "project": "chromium", "tags": ["builder:fuchsia-x64-cast", "buildset:commit/git/39ad795db408d6b8e093c2c5b351a21e573f6800", "buildset:commit/gitiles/chromium.googlesource.com/chromium/src/+/39ad795db408d6b8e093c2c5b351a21e573f6800", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9088984820947869760", "scheduler_job_id:chromium/fuchsia-x64-cast", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "fuchsia-x64-cast" | setup_build |
buildnumber | 11650 | setup_build |
mastername | "chromium.linux" | setup_build |
path_config | "generic" | setup_build |
recipe | "chromium" | setup_build |
repository | "https://chromium.googlesource.com/chromium/src.git" | setup_build |
revision | "39ad795db408d6b8e093c2c5b351a21e573f6800" | setup_build |
got_angle_revision | "5313c8a89964f536bff2c7f7943499f9c52e5664" | bot_update |
got_buildtools_revision | "2f02e1f363b1af2715536f38e239853f04ec1497" | bot_update |
got_dawn_revision | "c0f31e73e481f32d308cb6232e75e6d860d97063" | bot_update |
got_nacl_revision | "ff15c51d20785fa51c0ef03ccb480b87299acbeb" | bot_update |
got_revision | "39ad795db408d6b8e093c2c5b351a21e573f6800" | bot_update |
got_revision_cp | "refs/heads/master@{#625132}" | bot_update |
got_swarming_client_revision | "0e3e1c4dc4e79f25a5b58fcbc135dc93183c0c54" | bot_update |
got_v8_revision | "2307cc4b68d51f1071113d8ca92a5267e1feadc0" | bot_update |
got_v8_revision_cp | "refs/heads/7.3.486@{#1}" | bot_update |
got_webrtc_revision | "71b5a7df7794bbc4103296fcd8bd740acebdc901" | bot_update |
got_webrtc_revision_cp | "refs/heads/master@{#26351}" | bot_update |
Blamelist:
- Yuki Shiino (yukishiinoohnoyoudont@chromium.org)
- Sylvain Defresne (sdefresneohnoyoudont@chromium.org)
Timing:
Create | Wednesday, 23-Jan-19 08:27:17 UTC |
Start | Wednesday, 23-Jan-19 08:27:18 UTC |
End | Wednesday, 23-Jan-19 08:31:48 UTC |
Pending | 974 ms |
Execution | 4 mins 29 secs |
All Changes:
-
v8binding: Rename confusing argument names (first_frame, calling_window)
Changed by Yuki Shiino - yukishiinoohnoyoudont@chromium.org Changed at Wednesday, 23-Jan-19 08:25:57 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 39ad795db408d6b8e093c2c5b351a21e573f6800 Comments
v8binding: Rename confusing argument names (first_frame, calling_window) This is a follow-up of https://crrev.com/c/1421418 . This patch renames |first_frame| to |entered_window_frame|, and also renames |calling_window| to |incumbent_window|, |entered_window|, or |accessing_window| depending on what it actually is. Change-Id: Ifbfc7c36d6a1b3bfe69387438928c488937d0a35 Reviewed-on: https://chromium-review.googlesource.com/c/1426254 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#625132}
Changed files
- third_party/blink/renderer/core/dom/document.cc
- third_party/blink/renderer/core/dom/document.h
- third_party/blink/renderer/core/frame/dom_window.cc
- third_party/blink/renderer/core/frame/dom_window.h
- third_party/blink/renderer/core/page/create_window.cc
- third_party/blink/renderer/core/page/create_window.h
-
Convert from base::{LazyInstance,Singleton} to base::NoDestructor
Changed by Sylvain Defresne - sdefresneohnoyoudont@chromium.org Changed at Wednesday, 23-Jan-19 08:24:24 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision db975fbbf40817da48934a6fe7a25301ca0f7ebb Comments
Convert from base::{LazyInstance,Singleton} to base::NoDestructor The class base::NoDestructor is a simpler way to define a static global value (aka a singleton) than base::{LazyInstance,Singleton} and is the recommended pattern to use. The changes were automated using a custom one-shot script, then fine tuned by hand (to remove unnecessary classes, ...). This fixes usages in src/ios/web_view/internal/sync. This CL was uploaded by git cl split. Bug: none Change-Id: I8c335cf791dbdd57860c7a45bc62fc456a3adbce Reviewed-on: https://chromium-review.googlesource.com/c/1426680 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#625131}
Changed files
- ios/web_view/internal/sync/web_view_gcm_profile_service_factory.h
- ios/web_view/internal/sync/web_view_gcm_profile_service_factory.mm
- ios/web_view/internal/sync/web_view_model_type_store_service_factory.h
- ios/web_view/internal/sync/web_view_model_type_store_service_factory.mm
- ios/web_view/internal/sync/web_view_profile_invalidation_provider_factory.h
- ios/web_view/internal/sync/web_view_profile_invalidation_provider_factory.mm
- ios/web_view/internal/sync/web_view_profile_sync_service_factory.h
- ios/web_view/internal/sync/web_view_profile_sync_service_factory.mm