Builder vm-kernel-reload-mac-debug-simdbc64
Build 572
Results:
Success
Trigger Info:
Project | dart |
Revision | 2a39f63c2a62b83277e87df3595b5250e1287926 |
Got Revision | 2a39f63c2a62b83277e87df3595b5250e1287926 |
Execution:
- Source: Task 419edba1e1896010
- Bot: vm20-m9
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 1 mins 59 secs ) upload testing fileset vm-kernelswarming fileset hash: da5993d7f0897a866a5b4f925d34a2e44af4da79
-
- - no logs -
-
- - 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 | "vm20-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": 1544142067769139, "id": "8927843403105080176", "project": "dart", "tags": ["builder:vm-kernel-reload-mac-debug-simdbc64", "buildset:commit/git/2a39f63c2a62b83277e87df3595b5250e1287926", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/2a39f63c2a62b83277e87df3595b5250e1287926", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9093273465156607920", "scheduler_job_id:dart/vm-kernel-reload-mac-debug-simdbc64", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "vm-kernel-reload-mac-debug-simdbc64" | setup_build |
buildnumber | 572 | 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:21:07 UTC |
Start | Friday, 07-Dec-18 00:41:41 UTC |
End | Friday, 07-Dec-18 01:16:09 UTC |
Pending | 20 mins 33 secs |
Execution | 34 mins 28 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