Builder vm-kernel-reload-linux-debug-x64 Build 2674
Results:
Success
Trigger Info:
Project | dart |
Revision | d9944433af2fa90899a1787d48f7e64eb2f129e8 |
Got Revision | d9944433af2fa90899a1787d48f7e64eb2f129e8 |
Execution:
- Source: Task 426a2d5cbaa3b410
- Bot: trusty-dart-68765ebb-us-central1-b-tz26
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 50 secs ) upload testing fileset vm-kernelswarming fileset hash: 139826a7dc2717d3dcab5bc165f445661730e449
-
- - no logs -
-
- - no logs -
-
( 5 mins 34 secs ) vm tests_shard_1Run on OS: 'Linux'Pending time: 0:01:26.218066Shard duration: 0:07:43.951669
-
( 5 mins 44 secs ) vm tests_shard_2Run on OS: 'Linux'Pending time: 0:01:28.284723Shard duration: 0:13:20.279625
-
( 1 secs ) vm tests_shard_3Run on OS: 'Linux'Pending time: 0:01:28.317133Shard duration: 0:06:59.044504
-
( 1 secs ) vm tests_shard_4Run on OS: 'Linux'Pending time: 0:01:40.930918Shard duration: 0:07:10.317215
-
( 1 secs ) vm tests_shard_5Run on OS: 'Linux'Pending time: 0:01:44.381070Shard duration: 0:06:41.904620
-
( 1 secs ) vm tests_shard_6Run on OS: 'Linux'Pending time: 0:01:55.702381Shard duration: 0:04:09.127498
-
( 1 secs ) vm tests_shard_7Run on OS: 'Linux'Pending time: 0:02:08.939655Shard duration: 0:05:04.012180
-
( 1 secs ) vm tests_shard_8Run on OS: 'Linux'Pending time: 0:02:18.200428Shard duration: 0:05:24.187130
-
( 1 secs ) vm tests_shard_9Run on OS: 'Linux'Pending time: 0:02:39.613522Shard duration: 0:04:44.606249
-
- - 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 | "trusty-dart-68765ebb-us-central1-b-tz26" | 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": 1547553197918885, "id": "8924266573897941696", "project": "dart", "tags": ["builder:vm-kernel-reload-linux-debug-x64", "buildset:commit/git/d9944433af2fa90899a1787d48f7e64eb2f129e8", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/d9944433af2fa90899a1787d48f7e64eb2f129e8", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089696636216174416", "scheduler_job_id:dart/vm-kernel-reload-linux-debug-x64", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "vm-kernel-reload-linux-debug-x64" | setup_build |
buildnumber | 2674 | 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 | "d9944433af2fa90899a1787d48f7e64eb2f129e8" | setup_build |
got_revision | "d9944433af2fa90899a1787d48f7e64eb2f129e8" | bot_update |
Blamelist:
- Kevin Millikin (kmillikinohnoyoudont@google.com)
Timing:
Create | Tuesday, 15-Jan-19 11:53:17 UTC |
Start | Tuesday, 15-Jan-19 11:54:48 UTC |
End | Tuesday, 15-Jan-19 12:14:09 UTC |
Pending | 1 mins 30 secs |
Execution | 19 mins 20 secs |
All Changes:
-
[Kernel] Clean up error reporting in constant evaluation
Changed by Kevin Millikin - kmillikinohnoyoudont@google.com Changed at Tuesday, 15-Jan-19 11:34:42 UTC Repository https://dart.googlesource.com/sdk Branch Revision d9944433af2fa90899a1787d48f7e64eb2f129e8 Comments
[Kernel] Clean up error reporting in constant evaluation Make the constant evaluator take an explicit error reporter so we have to opt in to using the "simple" one that reports errors in an ad hoc way. This is the start of a change to use Fasta-controlled error messages throughout and eventually get rid of the simple error handler, and to continue constant evaluation after the first constant error. Change-Id: If6b1801edab6063754b642cf4a603abf9d63103a Reviewed-on: https://dart-review.googlesource.com/c/89501 Commit-Queue: Kevin Millikin <kmillikin@google.com> Auto-Submit: Kevin Millikin <kmillikin@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com> Reviewed-by: Aske Simon Christensen <askesc@google.com>
Changed files
- pkg/dev_compiler/lib/src/kernel/constants.dart
- pkg/front_end/lib/src/fasta/kernel/kernel_target.dart
- pkg/kernel/bin/transform.dart
- pkg/kernel/lib/transformations/constants.dart
- pkg/vm/lib/bytecode/gen_bytecode.dart
- pkg/vm/lib/constants_error_reporter.dart
- pkg/vm/lib/kernel_front_end.dart