Builder vm-kernel-win-product-x64
Build 1702
Results:
Success
Trigger Info:
Project | dart |
Revision | b6b4836d1de40ef709ca9dcf47c3be9e18eaf0b8 |
Got Revision | b6b4836d1de40ef709ca9dcf47c3be9e18eaf0b8 |
Execution:
- Source: Task 4295c7e6017aec10
- Bot: win10-dart-fedce810-us-central1-c-b18h
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 1 mins 55 secs ) upload testing fileset vm-kernelswarming fileset hash: 69c464d9ebff3f996077f5b03a367715caa974ce
-
- - no logs -
-
- - no logs -
-
( 26 mins 16 secs ) vm tests_shard_1 on WindowsRun on OS: 'Windows'Pending time: 0:23:22.452812Shard duration: 0:04:19.066179
-
( 36 secs ) vm tests_shard_2 on WindowsRun on OS: 'Windows'Pending time: 0:24:02.459683Shard duration: 0:04:21.901349
-
( 8 mins 7 secs ) vm tests_shard_3 on WindowsRun on OS: 'Windows'Pending time: 0:24:10.768196Shard duration: 0:12:11.843099
-
( 2 secs ) vm tests_shard_4 on WindowsRun on OS: 'Windows'Pending time: 0:24:40.650690Shard duration: 0:04:09.728920
-
( 2 secs ) vm tests_shard_5 on WindowsRun on OS: 'Windows'Pending time: 0:25:43.929897Shard duration: 0:03:17.962457
-
( 3 secs ) vm tests_shard_6 on WindowsRun on OS: 'Windows'Pending time: 0:26:07.893439Shard duration: 0:03:45.065042
-
( 2 secs ) vm tests_shard_7 on WindowsRun on OS: 'Windows'Pending time: 0:26:25.892741Shard duration: 0:03:29.262849
-
( 2 secs ) vm tests_shard_8 on WindowsRun on OS: 'Windows'Pending time: 0:27:13.720183Shard duration: 0:04:22.649244
-
( 3 secs ) vm tests_shard_9 on WindowsRun on OS: 'Windows'Pending time: 0:27:18.278371Shard duration: 0:03:08.817911
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "C:\\b\\s\\w\\ir\\cache", "temp_dir": "C:\\b\\s\\w\\ir\\tmp\\rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "win10-dart-fedce810-us-central1-c-b18h" | 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": 1548284746729349, "id": "8923499489371868272", "project": "dart", "tags": ["builder:vm-kernel-win-product-x64", "buildset:commit/git/b6b4836d1de40ef709ca9dcf47c3be9e18eaf0b8", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/b6b4836d1de40ef709ca9dcf47c3be9e18eaf0b8", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9088929551710488192", "scheduler_job_id:dart/vm-kernel-win-product-x64", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "vm-kernel-win-product-x64" | setup_build |
buildnumber | 1702 | 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 | "b6b4836d1de40ef709ca9dcf47c3be9e18eaf0b8" | setup_build |
got_revision | "b6b4836d1de40ef709ca9dcf47c3be9e18eaf0b8" | bot_update |
Blamelist:
- Ryan Macnak (rmacnakohnoyoudont@google.com)
- Aart Bik (ajcbikohnoyoudont@google.com)
Timing:
Create | Wednesday, 23-Jan-19 23:05:46 UTC |
Start | Wednesday, 23-Jan-19 23:12:17 UTC |
End | Wednesday, 23-Jan-19 23:57:48 UTC |
Pending | 6 mins 31 secs |
Execution | 45 mins 30 secs |
All Changes:
-
[vm] Reference type test stubs through Code; use the type as the owner of a type test stub.
Changed by Ryan Macnak - rmacnakohnoyoudont@google.com Changed at Wednesday, 23-Jan-19 22:59:47 UTC Repository https://dart.googlesource.com/sdk Branch Revision b6b4836d1de40ef709ca9dcf47c3be9e18eaf0b8 Comments
[vm] Reference type test stubs through Code; use the type as the owner of a type test stub. Directly referencing VM isolate instructions from an isolate snapshot causes the instructions to be copied into the isolate's image page because instructions do not use the indirection of the ref array. Duplicating the instructions caused TypeTestingStubFinder::LookupByAddresss to be unable to identity the duplicate copies of the VM isolate type testing stubs. Fixes identity of StubCode::*TypeTest broken by duplication in snapshot. Fixes generating AppJIT snapshots after loading from AppJIT snapshots. Fixes attribution of ticks for type test stubs in the AOT profiler. Change-Id: I9879a85bd548e694ee36e14f795898582ccdddb0 Reviewed-on: https://dart-review.googlesource.com/c/90501 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com> Reviewed-by: Zach Anderson <zra@google.com>
Changed files
- runtime/vm/clustered_snapshot.cc
- runtime/vm/clustered_snapshot.h
- runtime/vm/compiler/aot/precompiler.cc
- runtime/vm/image_snapshot.cc
- runtime/vm/object.cc
- runtime/vm/object.h
- runtime/vm/object_service.cc
- runtime/vm/object_store.h
- runtime/vm/raw_object.h
- runtime/vm/raw_object_fields.cc
- runtime/vm/raw_object_snapshot.cc
- runtime/vm/snapshot.cc
- runtime/vm/type_testing_stubs.cc
- runtime/vm/type_testing_stubs.h
-
[dart/vm] Annotate _ByteDataView to reduce code size
Changed by Aart Bik - ajcbikohnoyoudont@google.com Changed at Wednesday, 23-Jan-19 22:48:37 UTC Repository https://dart.googlesource.com/sdk Branch Revision a1b7fad86a19f87bb5f176fd0941992e927e7936 Comments
[dart/vm] Annotate _ByteDataView to reduce code size Rationale: Slava's excellent code size difference tools enables very fine-grained analysis of the impact of changes. This CL improves Flutter Gallery size by 18984 bytes. +------------------------------------------------------+-----------------------------------------+--------------+ | Library | Method | Diff (Bytes) | +------------------------------------------------------+-----------------------------------------+--------------+ | package:flutter/src/painting/decoration_image.dart | paintImage | +936 | | dart:ui | Paint.toString | +592 | | package:flutter/src/material/tab_indicator.dart | _UnderlinePainter.paint | +552 | | package:flutter/src/material/progress_indicator.dart | _CircularProgressIndicatorPainter.paint | +308 | | package:flutter/src/services/message_codecs.dart | StandardMessageCodec.readValueOfType | +172 | | package:flutter/src/services/message_codecs.dart | StandardMessageCodec.readValue | +60 | | package:flutter/src/services/message_codecs.dart | StandardMethodCodec.decodeEnvelope | +56 | | package:flutter/src/services/message_codecs.dart | StandardMethodCodec.decodeMethodCall | +56 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | package:flutter/src/widgets/semantics_debugger.dart | _paint | -484 | | dart:ui | Paint.maskFilter= | -568 | | dart:ui | Paint.colorFilter= | -572 | | package:flutter/src/painting/borders.dart | paintBorder | -656 | | dart:ui | _unpackPointerDataPacket | -744 | | dart:ui | Paint.isAntiAlias= | -808 | | dart:ui | Paint.strokeCap= | -812 | | dart:ui | Paint.filterQuality= | -812 | | dart:ui | Paint.isAntiAlias | -972 | | dart:ui | Paint.invertColors | -976 | +------------------------------------------------------+-----------------------------------------+--------------+ Total change -18984 bytes. https://github.com/dart-lang/sdk/issues/35323 Change-Id: Iceeb820ed506794e1ac3e7c17f8f116a22bca742 Reviewed-on: https://dart-review.googlesource.com/c/90861 Reviewed-by: Vyacheslav Egorov <vegorov@google.com> Commit-Queue: Aart Bik <ajcbik@google.com>
Changed files
- runtime/lib/typed_data_patch.dart