Builder vm-kernel-mac-debug-x64
Build 168
Results:
Success
Trigger Info:
Project | dart |
Revision | 2a39f63c2a62b83277e87df3595b5250e1287926 |
Got Revision | 2a39f63c2a62b83277e87df3595b5250e1287926 |
Execution:
- Source: Task 419ef4c1a5e5ee10
- Bot: vm385-m9
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 1 mins 47 secs ) upload testing fileset vm-kernelswarming fileset hash: 393b172214232e3a3f647e4b24e4d845ecdf0d63
-
- - no logs -
-
- - no logs -
-
( 2 secs ) vm tests_shard_10Run on OS: 'Mac'Pending time: 0:01:13.666067Shard duration: 0:04:42.448242
-
( 2 secs ) vm co19 tests_shard_1Run on OS: 'Mac'Pending time: 0:01:41.081061Shard duration: 0:10:20.387090
-
( 2 secs ) vm co19 tests_shard_2Run on OS: 'Mac'Pending time: 0:01:51.770455Shard duration: 0:10:52.277448
-
( 2 secs ) vm co19 tests_shard_3Run on OS: 'Mac'Pending time: 0:02:14.378490Shard duration: 0:10:41.770314
-
( 5 mins 44 secs ) vm co19 tests_shard_4Run on OS: 'Mac'Pending time: 0:02:40.225151Shard duration: 0:22:19.277166
-
( 3 secs ) vm co19 tests_shard_5Run on OS: 'Mac'Pending time: 0:02:40.267558Shard duration: 0:10:56.105369
-
( 3 secs ) vm co19 tests_shard_6Run on OS: 'Mac'Pending time: 0:02:53.204245Shard duration: 0:11:08.774422
-
( 3 secs ) vm co19 tests_shard_7Run on OS: 'Mac'Pending time: 0:02:52.693529Shard duration: 0:11:32.732150
-
( 2 secs ) vm co19 tests_shard_8Run on OS: 'Mac'Pending time: 0:03:20.037657Shard duration: 0:08:22.370917
-
( 2 secs ) vm co19 tests_shard_9Run on OS: 'Mac'Pending time: 0:03:30.732078Shard duration: 0:09:12.424919
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "vm385-m9" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.dart.ci.sandbox", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1544143713673686, "id": "8927841677249480208", "project": "dart", "tags": ["builder:vm-kernel-mac-debug-x64", "buildset:commit/git/2a39f63c2a62b83277e87df3595b5250e1287926", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/2a39f63c2a62b83277e87df3595b5250e1287926", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9093271739345454352", "scheduler_job_id:dart/vm-kernel-mac-debug-x64", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "vm-kernel-mac-debug-x64" | setup_build |
buildnumber | 168 | setup_build |
clobber | "true" | setup_build |
mastername | "client.dart" | setup_build |
path_config | "generic" | setup_build |
recipe | "dart/neo" | setup_build |
repository | "https://dart.googlesource.com/sdk/" | setup_build |
revision | "2a39f63c2a62b83277e87df3595b5250e1287926" | setup_build |
got_revision | "2a39f63c2a62b83277e87df3595b5250e1287926" | bot_update |
Blamelist:
- Sigmund Cherem (sigmundohnoyoudont@google.com)
Timing:
Create | Friday, 07-Dec-18 00:48:33 UTC |
Start | Friday, 07-Dec-18 00:48:36 UTC |
End | Friday, 07-Dec-18 01:23:32 UTC |
Pending | 2 secs |
Execution | 34 mins 56 secs |
All Changes:
-
Record deferred accesses in kernel world impacts and use it for splitting only
Changed by Sigmund Cherem - sigmundohnoyoudont@google.com Changed at Thursday, 06-Dec-18 23:20:38 UTC Repository https://dart.googlesource.com/sdk Branch Revision 2a39f63c2a62b83277e87df3595b5250e1287926 Comments
Record deferred accesses in kernel world impacts and use it for splitting only under a flag. This reapplies commit 70e1517d985e234ffcb1df637dc650eb1cd1386c, but adds a flag to gradually migrate users before enabling it by default. Patchset 1 matches the old CL Change-Id: Iaf7ee3dec8d4aa658f0b4334549b507e5a610a68 Reviewed-on: https://dart-review.googlesource.com/c/86444 Reviewed-by: Stephen Adams <sra@google.com> Commit-Queue: Sigmund Cherem <sigmund@google.com>
Changed files
- CHANGELOG.md
- pkg/compiler/lib/src/commandline_options.dart
- pkg/compiler/lib/src/compiler.dart
- pkg/compiler/lib/src/dart2js.dart
- pkg/compiler/lib/src/deferred_load.dart
- pkg/compiler/lib/src/ir/util.dart
- pkg/compiler/lib/src/kernel/deferred_load.dart
- pkg/compiler/lib/src/kernel/element_map_impl.dart
- pkg/compiler/lib/src/kernel/kernel_impact.dart
- pkg/compiler/lib/src/options.dart
- pkg/compiler/lib/src/universe/use.dart
- tests/compiler/dart2js/deferred_loading/data/static_separate.dart
- tests/compiler/dart2js/deferred_loading/libs/deferred_overlapping_lib1.dart
- tests/compiler/dart2js/deferred_loading/libs/deferred_overlapping_lib3.dart
- tests/compiler/dart2js/model/enqueuer_test.dart