Builder Jumbo Linux x64 Build 30756
Results:
Success
Trigger Info:
Project | chromium |
Revision | 8b53ddaf9d7da2e5278d02a550791cd297789602 |
Got Revision | 8b53ddaf9d7da2e5278d02a550791cd297789602 |
Execution:
- Source: Task 4297d74bf5265a10
- Bot: swarm1859-c4
- Recipe: chromium
Steps and Logfiles:
Show:-
- - no logs -
-
( 1 secs ) read test spec (chromium.fyi.json)path: /b/swarming/w/ir/cache/builder/src/testing/buildbot/chromium.fyi.json
-
( 428 ms ) lookup GN argsis_component_build = falseis_debug = falsejumbo_file_merge_limit = 50strip_absolute_paths_from_debug_symbols = truesymbol_level = 0use_goma = trueuse_jumbo_build = truegoma_dir = "/b/swarming/w/ir/cache/goma/client"
-
- - 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 | "swarm1859-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": 1548319309667971, "id": "8923463247505194128", "project": "chromium", "tags": ["builder:Jumbo Linux x64", "buildset:commit/git/8b53ddaf9d7da2e5278d02a550791cd297789602", "buildset:commit/gitiles/chromium.googlesource.com/chromium/src/+/8b53ddaf9d7da2e5278d02a550791cd297789602", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9088893309564564864", "scheduler_job_id:chromium/Jumbo Linux x64", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "Jumbo Linux x64" | setup_build |
buildnumber | 30756 | 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 | "8b53ddaf9d7da2e5278d02a550791cd297789602" | setup_build |
got_angle_revision | "47ca1b2fa3990e51a2ced20f7a7d3589a5477ad1" | bot_update |
got_buildtools_revision | "2f02e1f363b1af2715536f38e239853f04ec1497" | bot_update |
got_dawn_revision | "c0f31e73e481f32d308cb6232e75e6d860d97063" | bot_update |
got_nacl_revision | "ff15c51d20785fa51c0ef03ccb480b87299acbeb" | bot_update |
got_revision | "8b53ddaf9d7da2e5278d02a550791cd297789602" | bot_update |
got_revision_cp | "refs/heads/master@{#625563}" | bot_update |
got_swarming_client_revision | "0e3e1c4dc4e79f25a5b58fcbc135dc93183c0c54" | bot_update |
got_v8_revision | "9df9418edf64d6a080ba569ef43cd5ca0171a820" | bot_update |
got_v8_revision_cp | "refs/heads/7.3.492@{#2}" | bot_update |
got_webrtc_revision | "b0397d69a93a909fc0b29ffdb9236bab1e1b2db7" | bot_update |
got_webrtc_revision_cp | "refs/heads/master@{#26368}" | bot_update |
Blamelist:
- Mike Dougherty (michaeldoohnoyoudont@chromium.org)
- Wez (wezohnoyoudont@chromium.org)
- Lei Zhang (thestigohnoyoudont@chromium.org)
- chromium-autoroll (chromium-autorollohnoyoudont@skia-public.iam.gserviceaccount.com)
Timing:
Create | Thursday, 24-Jan-19 08:41:49 UTC |
Start | Thursday, 24-Jan-19 08:41:51 UTC |
End | Thursday, 24-Jan-19 08:48:56 UTC |
Pending | 2 secs |
Execution | 7 mins 4 secs |
All Changes:
-
Clear chrome://inspect logs for closed tabs.
Changed by Mike Dougherty - michaeldoohnoyoudont@chromium.org Changed at Thursday, 24-Jan-19 08:40:28 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 8b53ddaf9d7da2e5278d02a550791cd297789602 Comments
Clear chrome://inspect logs for closed tabs. It may be unexpected that urls and logs remain on the chrome://inspect page after the associated tab has been closed. This change removes that information on tab closure which should more closely resemble user expectations. Bug: 922243 Change-Id: Ia0740decb41e7ea004bb31f4cbc0bd7aa144d79d Reviewed-on: https://chromium-review.googlesource.com/c/1433138 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#625563}
Changed files
- ios/chrome/app/resources/inspect/inspect.js
- ios/chrome/browser/ui/webui/inspect/inspect_ui.mm
- ios/chrome/browser/ui/webui/inspect/inspect_ui_egtest.mm
-
[Fuchsia] Remove stale entries from content_unittests filter.
Changed by Wez - wezohnoyoudont@chromium.org Changed at Thursday, 24-Jan-19 08:38:52 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision d94e9386463943a140422e40fca32abd2c6cde9c Comments
[Fuchsia] Remove stale entries from content_unittests filter. These tests have moved into components_unittests, so remove them from the content_unittests filter file. Bug: 759853 Change-Id: I3630c2157d83ebc19092b715b408b72bb3d8963e Reviewed-on: https://chromium-review.googlesource.com/c/1424160 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#625562}
Changed files
- testing/buildbot/filters/fuchsia.content_unittests.filter
-
Call PrinterQuery::StopWorker() on the right thread.
Changed by Lei Zhang - thestigohnoyoudont@chromium.org Changed at Thursday, 24-Jan-19 08:38:48 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision bac6a6cd27a8ba1f1e974d8a954f188b225c1ff0 Comments
Call PrinterQuery::StopWorker() on the right thread. PrinterQuery mostly lives on the IO thread and most StopWorker() callers are on the IO thread. The one place that calls StopWorker() from the UI thread is PrintViewManagerBase::OnPrintSettingsDone(). Change it to use PostTask() to call StopWorker() on the IO thread. Change-Id: I7e4fbfe39260836eaa5cda3db6e044e4c10490bf Reviewed-on: https://chromium-review.googlesource.com/c/1432477 Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#625561}
Changed files
- chrome/browser/printing/print_view_manager_base.cc
-
Roll src/third_party/skia a6ab2bdd8cd3..094ab18b457e (1 commits)
Changed by chromium-autoroll - chromium-autorollohnoyoudont@skia-public.iam.gserviceaccount.com Changed at Thursday, 24-Jan-19 08:35:48 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision e48fac60f1f88cb64f22718e78800937ace89a17 Comments
Roll src/third_party/skia a6ab2bdd8cd3..094ab18b457e (1 commits) https://skia.googlesource.com/skia.git/+log/a6ab2bdd8cd3..094ab18b457e git log a6ab2bdd8cd3..094ab18b457e --date=short --no-merges --format='%ad %ae %s' 2019-01-24 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset Created with: gclient setdep -r src/third_party/skia@094ab18b457e The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=djsollen@chromium.org Change-Id: I8288d4d215601f277f5efa2dbc148b866ee674dd Reviewed-on: https://chromium-review.googlesource.com/c/1433437 Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#625560}
Changed files
- DEPS