Builder Linux x64 Goma Canary (clobber) Build 20595
Results:
Success
Trigger Info:
Project | chromium |
Revision | 5806d65535351c927454bb79ce4bc1030af0d30b |
Got Revision | 5806d65535351c927454bb79ce4bc1030af0d30b |
Execution:
- Source: Task 428dd274e6408a10
- Bot: swarm2391-c4
- Recipe: chromium
Steps and Logfiles:
Show:-
( 340 ms ) report buildersrunning builder/tester 'Linux x64 Goma Canary (clobber)' on master 'chromium.fyi'
-
- - no logs -
-
( 1 secs ) read test spec (chromium.fyi.json)path: /b/swarming/w/ir/cache/builder/src/testing/buildbot/chromium.fyi.json
-
( 709 ms ) lookup GN argsis_component_build = falseis_debug = falsestrip_absolute_paths_from_debug_symbols = trueuse_goma = truegoma_dir = "/b/swarming/w/ir/cache/goma/client"
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$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 | "swarm2391-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": 1548151219780358, "id": "8923639502526007552", "project": "chromium", "tags": ["builder:Linux x64 Goma Canary (clobber)", "buildset:commit/git/5806d65535351c927454bb79ce4bc1030af0d30b", "buildset:commit/gitiles/chromium.googlesource.com/chromium/src/+/5806d65535351c927454bb79ce4bc1030af0d30b", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089069564863589104", "scheduler_job_id:chromium/Linux x64 Goma Canary (clobber)", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "Linux x64 Goma Canary (clobber)" | setup_build |
buildnumber | 20595 | setup_build |
mastername | "chromium.fyi" | setup_build |
path_config | "generic" | setup_build |
recipe | "chromium" | setup_build |
repository | "https://chromium.googlesource.com/chromium/src.git" | setup_build |
revision | "5806d65535351c927454bb79ce4bc1030af0d30b" | setup_build |
got_angle_revision | "c81e7bfeb5580726f995776ed04fc4517d6d9c27" | bot_update |
got_buildtools_revision | "2f02e1f363b1af2715536f38e239853f04ec1497" | bot_update |
got_dawn_revision | "c0f31e73e481f32d308cb6232e75e6d860d97063" | bot_update |
got_nacl_revision | "ff15c51d20785fa51c0ef03ccb480b87299acbeb" | bot_update |
got_revision | "5806d65535351c927454bb79ce4bc1030af0d30b" | bot_update |
got_revision_cp | "refs/heads/master@{#624752}" | bot_update |
got_swarming_client_revision | "0e3e1c4dc4e79f25a5b58fcbc135dc93183c0c54" | bot_update |
got_v8_revision | "7b7a1521956e0f499a6b0170e3a421c109a2288e" | bot_update |
got_v8_revision_cp | "refs/heads/7.3.471@{#1}" | bot_update |
got_webrtc_revision | "74ba99062c48b278675cfe52643719202296fddc" | bot_update |
got_webrtc_revision_cp | "refs/heads/master@{#26298}" | bot_update |
isolate_server | "https://isolateserver.appspot.com" | isolate tests |
swarm_hashes_refs/heads/master(at){#624752}_without_patch | {"base_unittests": "93b7efffeb780a97bd133687aa5bffb9b872831f", "content_unittests": "ccd6274be89c0558cd73f0d30e4dd4557aa12e32"} | isolate tests |
swarm_hashes | {"base_unittests": "93b7efffeb780a97bd133687aa5bffb9b872831f", "content_unittests": "ccd6274be89c0558cd73f0d30e4dd4557aa12e32"} | find isolated tests |
Blamelist:
- A Olsen (olsenohnoyoudont@chromium.org)
- Tanja Gornak (melandoryohnoyoudont@chromium.org)
Timing:
Create | Tuesday, 22-Jan-19 10:00:19 UTC |
Start | Tuesday, 22-Jan-19 10:00:24 UTC |
End | Tuesday, 22-Jan-19 10:23:00 UTC |
Pending | 4 secs |
Execution | 22 mins 35 secs |
All Changes:
-
Wire up StatsReportingController, don't use CrosSettings::Set
Changed by A Olsen - olsenohnoyoudont@chromium.org Changed at Tuesday, 22-Jan-19 09:58:20 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 5806d65535351c927454bb79ce4bc1030af0d30b Comments
Wire up StatsReportingController, don't use CrosSettings::Set StatsReportingController is used instead of CrosSettings::Set. CrosSettings::Set is discouraged due to mostly-unneeded complexity, and the way it always gives the callers owner-like privileges - see the bug. This is the last use of CrosSettings::Set. After this change, CrosSettings::Set and DeviceSettingsProvider::Set can be removed. Hopefully, this will mean CrosSettings and DeviceSettingsProvider have less dependencies, which is why I am doing this. StatsReportingController needs to be called when ownership is taken. The existing code which handles this scenario is in DeviceSettingsProvider, so the call to OnOwnershipTaken is made from there. Because StatsReportingController is taking over some of DeviceSettingsProviders functionality, it now makes less sense for the existing code to be there - but this, along with the new call, can be moved in a later CL. Bug: 433840 Change-Id: I5ae99235e2f746f464b61dfdc13dd0d650bde6bb Reviewed-on: https://chromium-review.googlesource.com/c/1402765 Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by: Dominic Battré <battre@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Mattias Nissler <mnissler@chromium.org> Reviewed-by: Lutz Justen <ljusten@chromium.org> Commit-Queue: A Olsen <olsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#624752}
Changed files
- chrome/browser/chrome_browser_main.cc
- chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc
- chrome/browser/chromeos/arc/intent_helper/arc_settings_service_unittest.cc
- chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.cc
- chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.h
- chrome/browser/chromeos/arc/optin/arc_terms_of_service_default_negotiator_unittest.cc
- chrome/browser/chromeos/login/wizard_controller.cc
- chrome/browser/chromeos/settings/cros_settings.h
- chrome/browser/chromeos/settings/device_settings_provider.cc
- chrome/browser/chromeos/settings/stats_reporting_controller.cc
- chrome/browser/chromeos/settings/stats_reporting_controller.h
- chrome/browser/chromeos/settings/stats_reporting_controller_unittest.cc
- chrome/browser/metrics/chrome_metrics_services_manager_client.cc
- chrome/browser/metrics/chrome_metrics_services_manager_client.h
- chrome/browser/prefs/browser_prefs.cc
-
[Tango->FCM] Add unittests, which verify that failed subscription requests are retried
Changed by Tanja Gornak - melandoryohnoyoudont@chromium.org Changed at Tuesday, 22-Jan-19 09:56:00 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision f02a2b780c207e538eadda309f79de0b36db9f70 Comments
[Tango->FCM] Add unittests, which verify that failed subscription requests are retried When the subscription request has failed, PerUserTopicRegistrationManager re-schedules it. This CL adds unittests to verify that the request is rescheduled. Bug: 801985, 878446 Change-Id: I98e5f34c7b83902a7bb5f63089a7405e81db5e8d Reviewed-on: https://chromium-review.googlesource.com/c/1424841 Commit-Queue: Tatiana Gornak <melandory@chromium.org> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#624751}
Changed files
- components/invalidation/impl/per_user_topic_registration_manager.h
- components/invalidation/impl/per_user_topic_registration_manager_unittest.cc