Builder vm-kernel-reload-linux-debug-x64 Build 2652
Results:
Success
Trigger Info:
Project | dart |
Revision | 32eea5439043134b6e2862683c63c509bf66eb1c |
Got Revision | 32eea5439043134b6e2862683c63c509bf66eb1c |
Execution:
- Source: Task 4265c0048e146b10
- Bot: trusty-dart-68765ebb-us-central1-b-95vk
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 48 secs ) upload testing fileset vm-kernelswarming fileset hash: 4f65d83ef7fe3ccbb5d30c9048ab42b2dae957e7
-
- - no logs -
-
- - no logs -
-
( 8 mins 3 secs ) vm tests_shard_1Run on OS: 'Linux'Pending time: 0:04:04.548169Shard duration: 0:07:22.269048
-
( 1 secs ) vm tests_shard_2Run on OS: 'Linux'Pending time: 0:04:07.242315Shard duration: 0:04:11.303451
-
( 1 secs ) vm tests_shard_3Run on OS: 'Linux'Pending time: 0:04:07.522458Shard duration: 0:06:30.891308
-
( 1 secs ) vm tests_shard_4Run on OS: 'Linux'Pending time: 0:04:22.193103Shard duration: 0:07:07.629763
-
( 1 secs ) vm tests_shard_5Run on OS: 'Linux'Pending time: 0:04:40.474666Shard duration: 0:06:41.985749
-
( 2 secs ) vm tests_shard_6Run on OS: 'Linux'Pending time: 0:05:08.753855Shard duration: 0:03:56.825991
-
( 1 secs ) vm tests_shard_7Run on OS: 'Linux'Pending time: 0:05:16.526730Shard duration: 0:04:54.872908
-
( 1 secs ) vm tests_shard_8Run on OS: 'Linux'Pending time: 0:05:19.380387Shard duration: 0:05:14.728333
-
( 1 secs ) vm tests_shard_9Run on OS: 'Linux'Pending time: 0:05:31.405762Shard duration: 0:04:23.586390
-
- - 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-95vk" | 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": 1547478924114146, "id": "8924344455626728128", "project": "dart", "tags": ["builder:vm-kernel-reload-linux-debug-x64", "buildset:commit/git/32eea5439043134b6e2862683c63c509bf66eb1c", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/32eea5439043134b6e2862683c63c509bf66eb1c", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089774517836205984", "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 | 2652 | 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 | "32eea5439043134b6e2862683c63c509bf66eb1c" | setup_build |
got_revision | "32eea5439043134b6e2862683c63c509bf66eb1c" | bot_update |
Blamelist:
- Danny Tuppeny (dantupohnoyoudont@google.com)
- Danny Tuppeny (dantupohnoyoudont@google.com)
Timing:
Create | Monday, 14-Jan-19 15:15:24 UTC |
Start | Monday, 14-Jan-19 15:15:53 UTC |
End | Monday, 14-Jan-19 15:31:24 UTC |
Pending | 29 secs |
Execution | 15 mins 30 secs |
All Changes:
-
Extract rename element logic to allow sharing with LSP server
Changed by Danny Tuppeny - dantupohnoyoudont@google.com Changed at Monday, 14-Jan-19 15:05:13 UTC Repository https://dart.googlesource.com/sdk Branch Revision 32eea5439043134b6e2862683c63c509bf66eb1c Comments
Extract rename element logic to allow sharing with LSP server Change-Id: I3569af7e960c294078ffa5e026ad2e1c2371c6e3 Reviewed-on: https://dart-review.googlesource.com/c/89281 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Danny Tuppeny <dantup@google.com>
Changed files
- pkg/analysis_server/lib/src/edit/edit_domain.dart
- pkg/analysis_server/lib/src/services/refactoring/refactoring.dart
-
Extract inline interfaces from `results` definitions in LSP spec
Changed by Danny Tuppeny - dantupohnoyoudont@google.com Changed at Monday, 14-Jan-19 15:04:13 UTC Repository https://dart.googlesource.com/sdk Branch Revision 4f160558b3ee5ab42aed30df4225188a0523ee0e Comments
Extract inline interfaces from `results` definitions in LSP spec Change-Id: I8661c7af628f0e3125db0613149bbcbc9f27bbe6 Reviewed-on: https://dart-review.googlesource.com/c/89301 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Danny Tuppeny <dantup@google.com>
Changed files
- pkg/analysis_server/lib/lsp_protocol/protocol_generated.dart
- pkg/analysis_server/test/tool/lsp_spec/typescript_test.dart
- pkg/analysis_server/tool/lsp_spec/generate_all.dart
- pkg/analysis_server/tool/lsp_spec/typescript_parser.dart