-
Notifications
You must be signed in to change notification settings - Fork 0
/
output-06-21
769 lines (769 loc) · 32.9 KB
/
output-06-21
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
time: 0.001; rss: 53MB parsing
time: 0.000; rss: 53MB recursion limit
time: 0.000; rss: 53MB crate injection
time: 0.000; rss: 53MB plugin loading
time: 0.000; rss: 53MB plugin registration
time: 0.003; rss: 52MB parsing
time: 0.000; rss: 52MB recursion limit
time: 0.000; rss: 52MB crate injection
time: 0.000; rss: 52MB plugin loading
time: 0.000; rss: 52MB plugin registration
time: 0.006; rss: 56MB parsing
time: 0.000; rss: 56MB recursion limit
time: 0.000; rss: 56MB crate injection
time: 0.000; rss: 56MB plugin loading
time: 0.000; rss: 56MB plugin registration
time: 0.003; rss: 52MB parsing
time: 0.000; rss: 52MB recursion limit
time: 0.000; rss: 52MB crate injection
time: 0.000; rss: 52MB plugin loading
time: 0.000; rss: 52MB plugin registration
time: 0.013; rss: 54MB parsing
time: 0.000; rss: 54MB recursion limit
time: 0.000; rss: 54MB crate injection
time: 0.000; rss: 54MB plugin loading
time: 0.000; rss: 54MB plugin registration
time: 0.013; rss: 70MB expansion
time: 0.000; rss: 70MB maybe building test harness
time: 0.000; rss: 70MB maybe creating a macro crate
time: 0.000; rss: 70MB checking for inline asm in case the target doesn't support it
time: 0.001; rss: 70MB early lint checks
time: 0.000; rss: 70MB AST validation
time: 0.000; rss: 70MB name resolution
time: 0.000; rss: 70MB complete gated feature checking
time: 0.000; rss: 70MB lowering ast -> hir
time: 0.000; rss: 70MB indexing hir
time: 0.000; rss: 70MB attribute checking
time: 0.000; rss: 70MB language item collection
time: 0.000; rss: 70MB lifetime resolution
time: 0.000; rss: 70MB looking for entry point
time: 0.000; rss: 70MB looking for plugin registrar
time: 0.000; rss: 70MB loop checking
time: 0.000; rss: 70MB static item recursion checking
time: 0.001; rss: 70MB compute_incremental_hashes_map
time: 0.000; rss: 70MB load_dep_graph
time: 0.000; rss: 70MB stability index
time: 0.000; rss: 70MB stability checking
time: 0.000; rss: 70MB type collecting
time: 0.000; rss: 70MB impl wf inference
time: 0.000; rss: 70MB coherence checking
time: 0.000; rss: 70MB variance testing
time: 0.001; rss: 74MB wf checking
time: 0.029; rss: 79MB expansion
time: 0.000; rss: 79MB maybe building test harness
time: 0.000; rss: 79MB maybe creating a macro crate
time: 0.000; rss: 79MB checking for inline asm in case the target doesn't support it
time: 0.001; rss: 79MB early lint checks
time: 0.000; rss: 79MB AST validation
time: 0.003; rss: 83MB name resolution
time: 0.010; rss: 76MB item-types checking
time: 0.000; rss: 83MB complete gated feature checking
time: 0.001; rss: 83MB lowering ast -> hir
time: 0.000; rss: 83MB indexing hir
time: 0.000; rss: 83MB attribute checking
time: 0.000; rss: 83MB language item collection
time: 0.000; rss: 83MB lifetime resolution
time: 0.000; rss: 83MB looking for entry point
time: 0.000; rss: 83MB looking for plugin registrar
time: 0.000; rss: 83MB loop checking
time: 0.000; rss: 83MB static item recursion checking
time: 0.035; rss: 81MB expansion
time: 0.000; rss: 81MB maybe building test harness
time: 0.000; rss: 81MB maybe creating a macro crate
time: 0.000; rss: 81MB checking for inline asm in case the target doesn't support it
time: 0.001; rss: 83MB compute_incremental_hashes_map
time: 0.000; rss: 83MB load_dep_graph
time: 0.000; rss: 83MB stability index
time: 0.001; rss: 81MB early lint checks
time: 0.000; rss: 81MB AST validation
time: 0.000; rss: 83MB stability checking
time: 0.005; rss: 80MB item-bodies checking
time: 0.001; rss: 85MB type collecting
time: 0.000; rss: 89MB impl wf inference
time: 0.000; rss: 89MB coherence checking
time: 0.000; rss: 89MB variance testing
time: 0.041; rss: 61MB parsing
time: 0.000; rss: 61MB recursion limit
time: 0.000; rss: 61MB crate injection
time: 0.000; rss: 61MB plugin loading
time: 0.000; rss: 61MB plugin registration
time: 0.003; rss: 86MB name resolution
time: 0.003; rss: 89MB wf checking
time: 0.001; rss: 86MB complete gated feature checking
time: 0.001; rss: 89MB item-types checking
time: 0.002; rss: 86MB lowering ast -> hir
time: 0.000; rss: 86MB indexing hir
time: 0.006; rss: 82MB const checking
time: 0.000; rss: 86MB attribute checking
time: 0.000; rss: 82MB privacy checking
time: 0.000; rss: 82MB intrinsic checking
time: 0.000; rss: 82MB effect checking
time: 0.000; rss: 86MB language item collection
time: 0.000; rss: 82MB match checking
time: 0.000; rss: 82MB liveness checking
time: 0.000; rss: 86MB lifetime resolution
time: 0.000; rss: 86MB looking for entry point
time: 0.000; rss: 86MB looking for plugin registrar
time: 0.000; rss: 86MB loop checking
time: 0.000; rss: 86MB static item recursion checking
time: 0.002; rss: 86MB compute_incremental_hashes_map
time: 0.000; rss: 86MB load_dep_graph
time: 0.000; rss: 86MB stability index
time: 0.000; rss: 86MB stability checking
time: 0.006; rss: 82MB borrow checking
time: 0.000; rss: 82MB reachability checking
time: 0.000; rss: 82MB death checking
time: 0.000; rss: 82MB unused lib feature checking
time: 0.004; rss: 90MB type collecting
time: 0.000; rss: 90MB impl wf inference
time: 0.044; rss: 79MB expansion
time: 0.000; rss: 79MB maybe building test harness
time: 0.000; rss: 79MB maybe creating a macro crate
time: 0.000; rss: 79MB checking for inline asm in case the target doesn't support it
time: 0.003; rss: 82MB lint checking
time: 0.000; rss: 82MB resolving dependency formats
time: 0.001; rss: 79MB early lint checks
time: 0.000; rss: 79MB AST validation
time: 0.002; rss: 82MB write metadata
time: 0.002; rss: 82MB translation item collection
time: 0.000; rss: 82MB codegen unit partitioning
time: 0.004; rss: 86MB name resolution
time: 0.000; rss: 86MB complete gated feature checking
time: 0.002; rss: 86MB lowering ast -> hir
time: 0.001; rss: 86MB indexing hir
time: 0.000; rss: 86MB attribute checking
time: 0.000; rss: 86MB language item collection
time: 0.000; rss: 86MB lifetime resolution
time: 0.000; rss: 86MB looking for entry point
time: 0.000; rss: 86MB looking for plugin registrar
time: 0.000; rss: 86MB loop checking
time: 0.000; rss: 86MB static item recursion checking
time: 0.002; rss: 90MB compute_incremental_hashes_map
time: 0.000; rss: 90MB load_dep_graph
time: 0.000; rss: 90MB stability index
time: 0.001; rss: 90MB stability checking
time: 0.003; rss: 90MB type collecting
time: 0.000; rss: 90MB impl wf inference
time: 0.021; rss: 104MB coherence checking
time: 0.000; rss: 104MB variance testing
time: 0.000; rss: 88MB internalize symbols
time: 0.026; rss: 88MB translation
time: 0.000; rss: 88MB assert dep graph
time: 0.000; rss: 88MB serialize dep graph
time: 0.066; rss: 85MB expansion
time: 0.000; rss: 85MB maybe building test harness
time: 0.001; rss: 85MB maybe creating a macro crate
time: 0.000; rss: 85MB checking for inline asm in case the target doesn't support it
time: 0.004; rss: 91MB llvm function passes [0]
time: 0.003; rss: 90MB early lint checks
time: 0.000; rss: 90MB AST validation
time: 0.016; rss: 104MB wf checking
time: 0.005; rss: 104MB item-types checking
time: 0.023; rss: 105MB coherence checking
time: 0.000; rss: 105MB variance testing
time: 0.011; rss: 92MB name resolution
time: 0.005; rss: 105MB wf checking
time: 0.003; rss: 105MB item-types checking
time: 0.004; rss: 92MB complete gated feature checking
time: 0.020; rss: 92MB llvm module passes [0]
time: 0.007; rss: 94MB lowering ast -> hir
time: 0.002; rss: 94MB indexing hir
time: 0.000; rss: 94MB attribute checking
time: 0.070; rss: 106MB item-bodies checking
time: 0.000; rss: 93MB language item collection
time: 0.002; rss: 93MB lifetime resolution
time: 0.000; rss: 93MB looking for entry point
time: 0.000; rss: 93MB looking for plugin registrar
time: 0.004; rss: 106MB const checking
time: 0.001; rss: 93MB loop checking
time: 0.000; rss: 93MB static item recursion checking
time: 0.000; rss: 106MB privacy checking
time: 0.000; rss: 106MB intrinsic checking
time: 0.010; rss: 96MB codegen passes [0]
time: 0.000; rss: 106MB effect checking
time: 0.000; rss: 106MB match checking
time: 0.001; rss: 96MB codegen passes [0]
time: 0.037; rss: 96MB LLVM passes
time: 0.000; rss: 96MB serialize work products
time: 0.000; rss: 106MB liveness checking
time: 0.001; rss: 96MB linking
time: 0.008; rss: 94MB compute_incremental_hashes_map
time: 0.000; rss: 94MB load_dep_graph
time: 0.001; rss: 94MB stability index
time: 0.003; rss: 94MB stability checking
time: 0.006; rss: 98MB type collecting
time: 0.001; rss: 98MB impl wf inference
time: 0.012; rss: 109MB coherence checking
time: 0.000; rss: 109MB variance testing
time: 0.006; rss: 55MB parsing
time: 0.000; rss: 55MB recursion limit
time: 0.000; rss: 55MB crate injection
time: 0.000; rss: 55MB plugin loading
time: 0.000; rss: 55MB plugin registration
time: 0.044; rss: 115MB borrow checking
time: 0.000; rss: 115MB reachability checking
time: 0.000; rss: 115MB death checking
time: 0.000; rss: 115MB unused lib feature checking
time: 0.072; rss: 111MB item-bodies checking
time: 0.004; rss: 115MB lint checking
time: 0.000; rss: 115MB resolving dependency formats
time: 0.007; rss: 113MB const checking
time: 0.001; rss: 113MB privacy checking
time: 0.000; rss: 113MB intrinsic checking
time: 0.006; rss: 116MB write metadata
time: 0.000; rss: 113MB effect checking
time: 0.000; rss: 116MB translation item collection
time: 0.000; rss: 116MB codegen unit partitioning
time: 0.001; rss: 113MB match checking
time: 0.000; rss: 113MB liveness checking
time: 0.077; rss: 111MB item-bodies checking
time: 0.004; rss: 111MB const checking
time: 0.001; rss: 111MB privacy checking
time: 0.000; rss: 111MB intrinsic checking
time: 0.000; rss: 111MB effect checking
time: 0.001; rss: 111MB match checking
time: 0.000; rss: 111MB liveness checking
time: 0.027; rss: 81MB expansion
time: 0.000; rss: 81MB maybe building test harness
time: 0.000; rss: 81MB maybe creating a macro crate
time: 0.000; rss: 81MB checking for inline asm in case the target doesn't support it
time: 0.000; rss: 81MB early lint checks
time: 0.000; rss: 81MB AST validation
time: 0.002; rss: 85MB name resolution
time: 0.003; rss: 85MB complete gated feature checking
time: 0.001; rss: 85MB lowering ast -> hir
time: 0.000; rss: 85MB indexing hir
time: 0.000; rss: 85MB attribute checking
time: 0.000; rss: 85MB language item collection
time: 0.000; rss: 85MB lifetime resolution
time: 0.000; rss: 85MB looking for entry point
time: 0.000; rss: 85MB looking for plugin registrar
time: 0.000; rss: 85MB loop checking
time: 0.000; rss: 85MB static item recursion checking
time: 0.001; rss: 85MB compute_incremental_hashes_map
time: 0.000; rss: 85MB load_dep_graph
time: 0.000; rss: 85MB stability index
time: 0.000; rss: 85MB stability checking
time: 0.001; rss: 85MB type collecting
time: 0.000; rss: 85MB impl wf inference
time: 0.017; rss: 115MB borrow checking
time: 0.000; rss: 115MB reachability checking
time: 0.000; rss: 115MB death checking
time: 0.000; rss: 115MB unused lib feature checking
time: 0.029; rss: 113MB borrow checking
time: 0.000; rss: 113MB reachability checking
time: 0.000; rss: 113MB death checking
time: 0.000; rss: 113MB unused lib feature checking
time: 0.005; rss: 115MB lint checking
time: 0.000; rss: 115MB resolving dependency formats
time: 0.017; rss: 104MB coherence checking
time: 0.000; rss: 104MB variance testing
time: 0.009; rss: 119MB write metadata
time: 0.002; rss: 104MB wf checking
time: 0.013; rss: 115MB lint checking
time: 0.000; rss: 115MB resolving dependency formats
time: 0.001; rss: 104MB item-types checking
time: 0.004; rss: 119MB translation item collection
time: 0.000; rss: 119MB codegen unit partitioning
time: 0.000; rss: 123MB internalize symbols
time: 0.059; rss: 123MB translation
time: 0.000; rss: 123MB assert dep graph
time: 0.000; rss: 123MB serialize dep graph
time: 0.008; rss: 115MB write metadata
time: 0.000; rss: 121MB llvm function passes [0]
time: 0.000; rss: 121MB llvm module passes [0]
time: 0.080; rss: 116MB wf checking
time: 0.001; rss: 122MB codegen passes [0]
time: 0.001; rss: 122MB codegen passes [0]
time: 0.005; rss: 122MB LLVM passes
time: 0.000; rss: 122MB serialize work products
time: 0.001; rss: 122MB linking
time: 0.025; rss: 111MB item-bodies checking
time: 0.016; rss: 118MB item-types checking
time: 0.003; rss: 111MB const checking
time: 0.000; rss: 111MB privacy checking
time: 0.000; rss: 111MB intrinsic checking
time: 0.000; rss: 111MB effect checking
time: 0.000; rss: 111MB match checking
time: 0.000; rss: 111MB liveness checking
time: 0.022; rss: 117MB translation item collection
time: 0.001; rss: 117MB codegen unit partitioning
time: 0.009; rss: 113MB borrow checking
time: 0.000; rss: 113MB reachability checking
time: 0.000; rss: 113MB death checking
time: 0.000; rss: 113MB unused lib feature checking
time: 0.003; rss: 113MB lint checking
time: 0.000; rss: 113MB resolving dependency formats
time: 0.009; rss: 113MB write metadata
time: 0.000; rss: 127MB internalize symbols
time: 0.066; rss: 127MB translation
time: 0.000; rss: 127MB assert dep graph
time: 0.000; rss: 127MB serialize dep graph
time: 0.010; rss: 117MB translation item collection
time: 0.000; rss: 117MB codegen unit partitioning
time: 0.004; rss: 129MB llvm function passes [0]
time: 0.024; rss: 130MB llvm module passes [0]
time: 0.015; rss: 132MB codegen passes [0]
time: 0.001; rss: 132MB codegen passes [0]
time: 0.046; rss: 132MB LLVM passes
time: 0.000; rss: 132MB serialize work products
time: 0.001; rss: 134MB linking
time: 0.295; rss: 113MB expansion
time: 0.000; rss: 113MB maybe building test harness
time: 0.002; rss: 113MB maybe creating a macro crate
time: 0.000; rss: 113MB checking for inline asm in case the target doesn't support it
time: 0.001; rss: 134MB internalize symbols
time: 0.125; rss: 134MB translation
time: 0.000; rss: 134MB assert dep graph
time: 0.000; rss: 134MB serialize dep graph
time: 0.000; rss: 127MB internalize symbols
time: 0.086; rss: 127MB translation
time: 0.000; rss: 127MB assert dep graph
time: 0.000; rss: 127MB serialize dep graph
time: 0.012; rss: 113MB early lint checks
time: 0.002; rss: 113MB AST validation
time: 0.012; rss: 130MB llvm function passes [0]
time: 0.031; rss: 131MB llvm function passes [0]
time: 0.053; rss: 123MB name resolution
time: 0.166; rss: 128MB item-bodies checking
time: 0.014; rss: 123MB complete gated feature checking
time: 0.015; rss: 128MB const checking
time: 0.004; rss: 128MB privacy checking
time: 0.001; rss: 128MB intrinsic checking
time: 0.001; rss: 128MB effect checking
time: 0.002; rss: 128MB match checking
time: 0.002; rss: 130MB liveness checking
time: 0.037; rss: 138MB lowering ast -> hir
time: 0.011; rss: 137MB indexing hir
time: 0.003; rss: 137MB attribute checking
time: 0.002; rss: 128MB language item collection
time: 0.138; rss: 130MB llvm module passes [0]
time: 0.011; rss: 128MB lifetime resolution
time: 0.000; rss: 128MB looking for entry point
time: 0.000; rss: 128MB looking for plugin registrar
time: 0.003; rss: 128MB loop checking
time: 0.001; rss: 128MB static item recursion checking
time: 0.082; rss: 136MB borrow checking
time: 0.002; rss: 136MB reachability checking
time: 0.002; rss: 136MB death checking
time: 0.000; rss: 136MB unused lib feature checking
time: 0.033; rss: 135MB codegen passes [0]
time: 0.001; rss: 135MB codegen passes [0]
time: 0.186; rss: 135MB LLVM passes
time: 0.000; rss: 135MB serialize work products
time: 0.002; rss: 135MB linking
time: 0.036; rss: 129MB compute_incremental_hashes_map
time: 0.000; rss: 129MB load_dep_graph
time: 0.003; rss: 129MB stability index
time: 0.012; rss: 130MB stability checking
time: 0.034; rss: 136MB lint checking
time: 0.000; rss: 136MB resolving dependency formats
time: 0.035; rss: 138MB write metadata
time: 0.044; rss: 136MB type collecting
time: 0.002; rss: 136MB impl wf inference
time: 0.028; rss: 146MB translation item collection
time: 0.027; rss: 146MB coherence checking
time: 0.000; rss: 146MB variance testing
time: 0.001; rss: 148MB codegen unit partitioning
time: 0.001; rss: 157MB internalize symbols
time: 0.137; rss: 157MB translation
time: 0.000; rss: 157MB assert dep graph
time: 0.000; rss: 157MB serialize dep graph
time: 0.016; rss: 138MB llvm function passes [0]
time: 0.363; rss: 132MB llvm module passes [0]
time: 0.148; rss: 140MB llvm module passes [0]
time: 0.165; rss: 138MB codegen passes [0]
time: 0.001; rss: 138MB codegen passes [0]
time: 0.567; rss: 138MB LLVM passes
time: 0.000; rss: 138MB serialize work products
time: 0.052; rss: 144MB codegen passes [0]
time: 0.004; rss: 137MB linking
time: 0.001; rss: 144MB codegen passes [0]
time: 0.220; rss: 144MB LLVM passes
time: 0.000; rss: 144MB serialize work products
time: 0.002; rss: 144MB linking
time: 0.015; rss: 54MB parsing
time: 0.000; rss: 54MB recursion limit
time: 0.000; rss: 54MB crate injection
time: 0.000; rss: 54MB plugin loading
time: 0.000; rss: 54MB plugin registration
time: 0.154; rss: 90MB expansion
time: 0.000; rss: 90MB maybe building test harness
time: 0.001; rss: 90MB maybe creating a macro crate
time: 0.000; rss: 90MB checking for inline asm in case the target doesn't support it
time: 0.006; rss: 90MB early lint checks
time: 0.001; rss: 90MB AST validation
time: 0.020; rss: 98MB name resolution
time: 0.004; rss: 98MB complete gated feature checking
time: 0.013; rss: 104MB lowering ast -> hir
time: 0.004; rss: 105MB indexing hir
time: 0.001; rss: 105MB attribute checking
time: 0.000; rss: 104MB language item collection
time: 0.003; rss: 104MB lifetime resolution
time: 0.000; rss: 104MB looking for entry point
time: 0.000; rss: 104MB looking for plugin registrar
time: 0.001; rss: 104MB loop checking
time: 0.000; rss: 104MB static item recursion checking
time: 0.014; rss: 106MB compute_incremental_hashes_map
time: 0.000; rss: 106MB load_dep_graph
time: 0.001; rss: 106MB stability index
time: 0.002; rss: 106MB stability checking
time: 0.007; rss: 108MB type collecting
time: 0.000; rss: 108MB impl wf inference
time: 0.024; rss: 122MB coherence checking
time: 0.000; rss: 122MB variance testing
time: 0.042; rss: 124MB wf checking
time: 0.014; rss: 127MB item-types checking
time: 0.792; rss: 154MB wf checking
time: 0.206; rss: 154MB item-types checking
time: 0.575; rss: 140MB item-bodies checking
time: 0.042; rss: 142MB const checking
time: 0.006; rss: 142MB privacy checking
time: 0.001; rss: 142MB intrinsic checking
time: 0.001; rss: 142MB effect checking
time: 0.015; rss: 142MB match checking
time: 0.005; rss: 142MB liveness checking
time: 0.281; rss: 166MB borrow checking
time: 0.002; rss: 166MB reachability checking
time: 0.004; rss: 166MB death checking
time: 0.000; rss: 166MB unused lib feature checking
time: 0.062; rss: 166MB lint checking
time: 0.000; rss: 166MB resolving dependency formats
time: 0.038; rss: 168MB write metadata
time: 0.163; rss: 176MB translation item collection
time: 0.006; rss: 178MB codegen unit partitioning
time: 0.004; rss: 215MB internalize symbols
time: 0.753; rss: 215MB translation
time: 0.000; rss: 215MB assert dep graph
time: 0.000; rss: 215MB serialize dep graph
time: 0.516; rss: 173MB llvm function passes [0]
time: 2.791; rss: 176MB item-bodies checking
time: 0.103; rss: 180MB const checking
time: 0.026; rss: 180MB privacy checking
time: 0.004; rss: 180MB intrinsic checking
time: 0.004; rss: 180MB effect checking
time: 0.025; rss: 180MB match checking
time: 0.012; rss: 182MB liveness checking
time: 0.845; rss: 234MB borrow checking
time: 0.006; rss: 234MB reachability checking
time: 0.011; rss: 234MB death checking
time: 0.000; rss: 234MB unused lib feature checking
time: 0.161; rss: 234MB lint checking
time: 0.000; rss: 234MB resolving dependency formats
time: 0.597; rss: 254MB write metadata
time: 0.021; rss: 254MB translation item collection
time: 0.001; rss: 254MB codegen unit partitioning
time: 0.001; rss: 254MB internalize symbols
time: 0.727; rss: 254MB translation
time: 0.000; rss: 254MB assert dep graph
time: 0.000; rss: 254MB serialize dep graph
time: 0.034; rss: 149MB llvm function passes [0]
time: 0.349; rss: 151MB llvm module passes [0]
time: 0.183; rss: 153MB codegen passes [0]
time: 0.001; rss: 153MB codegen passes [0]
time: 0.573; rss: 153MB LLVM passes
time: 0.000; rss: 153MB serialize work products
time: 0.009; rss: 153MB linking
time: 0.031; rss: 58MB parsing
time: 0.000; rss: 58MB recursion limit
time: 0.000; rss: 58MB crate injection
time: 0.000; rss: 58MB plugin loading
time: 0.000; rss: 58MB plugin registration
time: 0.101; rss: 98MB expansion
time: 0.000; rss: 98MB maybe building test harness
time: 0.001; rss: 98MB maybe creating a macro crate
time: 0.000; rss: 98MB checking for inline asm in case the target doesn't support it
time: 0.004; rss: 98MB early lint checks
time: 0.001; rss: 98MB AST validation
time: 0.020; rss: 106MB name resolution
time: 0.009; rss: 106MB complete gated feature checking
time: 0.011; rss: 111MB lowering ast -> hir
time: 0.003; rss: 111MB indexing hir
time: 0.001; rss: 111MB attribute checking
time: 0.000; rss: 109MB language item collection
time: 0.003; rss: 110MB lifetime resolution
time: 0.000; rss: 110MB looking for entry point
time: 0.000; rss: 110MB looking for plugin registrar
time: 0.001; rss: 110MB loop checking
time: 0.001; rss: 110MB static item recursion checking
time: 0.012; rss: 110MB compute_incremental_hashes_map
time: 0.000; rss: 110MB load_dep_graph
time: 0.001; rss: 110MB stability index
time: 0.004; rss: 111MB stability checking
time: 0.014; rss: 115MB type collecting
time: 0.001; rss: 115MB impl wf inference
time: 0.029; rss: 131MB coherence checking
time: 0.000; rss: 131MB variance testing
time: 0.081; rss: 134MB wf checking
time: 0.059; rss: 136MB item-types checking
time: 0.461; rss: 147MB item-bodies checking
time: 0.035; rss: 149MB const checking
time: 0.006; rss: 149MB privacy checking
time: 0.001; rss: 149MB intrinsic checking
time: 0.002; rss: 149MB effect checking
time: 0.008; rss: 149MB match checking
time: 0.003; rss: 149MB liveness checking
time: 0.205; rss: 162MB borrow checking
time: 0.002; rss: 162MB reachability checking
time: 0.004; rss: 162MB death checking
time: 0.000; rss: 162MB unused lib feature checking
time: 0.055; rss: 162MB lint checking
time: 0.000; rss: 162MB resolving dependency formats
time: 0.091; rss: 169MB write metadata
time: 0.083; rss: 178MB translation item collection
time: 0.003; rss: 180MB codegen unit partitioning
time: 0.002; rss: 205MB internalize symbols
time: 0.535; rss: 205MB translation
time: 0.000; rss: 205MB assert dep graph
time: 0.000; rss: 205MB serialize dep graph
time: 0.310; rss: 172MB llvm function passes [0]
time: 7.585; rss: 178MB llvm module passes [0]
time: 4.717; rss: 178MB llvm module passes [0]
time: 2.629; rss: 181MB codegen passes [0]
time: 0.001; rss: 181MB codegen passes [0]
time: 10.788; rss: 181MB LLVM passes
time: 0.000; rss: 181MB serialize work products
time: 0.041; rss: 151MB linking
time: 0.007; rss: 54MB parsing
time: 0.000; rss: 54MB recursion limit
time: 0.000; rss: 54MB crate injection
time: 0.000; rss: 54MB plugin loading
time: 0.000; rss: 54MB plugin registration
time: 0.034; rss: 86MB expansion
time: 0.000; rss: 86MB maybe building test harness
time: 0.000; rss: 86MB maybe creating a macro crate
time: 0.000; rss: 86MB checking for inline asm in case the target doesn't support it
time: 0.001; rss: 86MB early lint checks
time: 0.000; rss: 86MB AST validation
time: 0.005; rss: 86MB name resolution
time: 0.000; rss: 86MB complete gated feature checking
time: 0.002; rss: 88MB lowering ast -> hir
time: 0.001; rss: 92MB indexing hir
time: 0.000; rss: 92MB attribute checking
time: 0.000; rss: 92MB language item collection
time: 0.000; rss: 92MB lifetime resolution
time: 0.000; rss: 92MB looking for entry point
time: 0.000; rss: 92MB looking for plugin registrar
time: 0.000; rss: 92MB loop checking
time: 0.000; rss: 92MB static item recursion checking
time: 0.002; rss: 92MB compute_incremental_hashes_map
time: 0.000; rss: 92MB load_dep_graph
time: 0.000; rss: 92MB stability index
time: 0.001; rss: 92MB stability checking
time: 0.005; rss: 101MB type collecting
time: 0.000; rss: 101MB impl wf inference
time: 0.017; rss: 111MB coherence checking
time: 0.000; rss: 111MB variance testing
time: 0.006; rss: 111MB wf checking
time: 0.003; rss: 111MB item-types checking
time: 0.120; rss: 115MB item-bodies checking
time: 0.013; rss: 115MB const checking
time: 0.001; rss: 115MB privacy checking
time: 0.000; rss: 115MB intrinsic checking
time: 0.000; rss: 115MB effect checking
time: 0.002; rss: 115MB match checking
time: 0.002; rss: 118MB liveness checking
time: 0.104; rss: 129MB borrow checking
time: 0.000; rss: 129MB reachability checking
time: 0.001; rss: 129MB death checking
time: 0.000; rss: 129MB unused lib feature checking
time: 0.012; rss: 129MB lint checking
time: 0.000; rss: 129MB resolving dependency formats
time: 0.005; rss: 130MB write metadata
time: 0.124; rss: 141MB translation item collection
time: 0.005; rss: 144MB codegen unit partitioning
time: 0.003; rss: 169MB internalize symbols
time: 0.542; rss: 169MB translation
time: 0.000; rss: 169MB assert dep graph
time: 0.000; rss: 169MB serialize dep graph
time: 1.324; rss: 180MB codegen passes [0]
time: 0.001; rss: 180MB codegen passes [0]
time: 6.386; rss: 180MB LLVM passes
time: 0.000; rss: 180MB serialize work products
time: 0.032; rss: 164MB linking
time: 0.315; rss: 158MB llvm function passes [0]
time: 8.339; rss: 164MB llvm module passes [0]
time: 1.230; rss: 169MB codegen passes [0]
time: 0.001; rss: 169MB codegen passes [0]
time: 9.919; rss: 169MB LLVM passes
time: 0.000; rss: 169MB serialize work products
time: 0.026; rss: 149MB linking
time: 0.009; rss: 54MB parsing
time: 0.000; rss: 54MB recursion limit
time: 0.000; rss: 54MB crate injection
time: 0.000; rss: 54MB plugin loading
time: 0.000; rss: 54MB plugin registration
time: 0.575; rss: 119MB expansion
time: 0.000; rss: 119MB maybe building test harness
time: 0.001; rss: 119MB maybe creating a macro crate
time: 0.000; rss: 119MB checking for inline asm in case the target doesn't support it
time: 0.004; rss: 119MB early lint checks
time: 0.000; rss: 119MB AST validation
time: 0.025; rss: 121MB name resolution
time: 0.001; rss: 121MB complete gated feature checking
time: 0.007; rss: 121MB lowering ast -> hir
time: 0.002; rss: 123MB indexing hir
time: 0.001; rss: 123MB attribute checking
time: 0.000; rss: 122MB language item collection
time: 0.001; rss: 122MB lifetime resolution
time: 0.000; rss: 122MB looking for entry point
time: 0.000; rss: 122MB looking for plugin registrar
time: 0.000; rss: 122MB loop checking
time: 0.000; rss: 122MB static item recursion checking
time: 0.008; rss: 122MB compute_incremental_hashes_map
time: 0.000; rss: 122MB load_dep_graph
time: 0.000; rss: 122MB stability index
time: 0.001; rss: 122MB stability checking
time: 0.006; rss: 133MB type collecting
time: 0.000; rss: 133MB impl wf inference
time: 0.001; rss: 133MB coherence checking
time: 0.000; rss: 133MB variance testing
time: 0.011; rss: 135MB wf checking
time: 0.004; rss: 135MB item-types checking
time: 0.540; rss: 160MB item-bodies checking
time: 0.041; rss: 162MB const checking
time: 0.002; rss: 162MB privacy checking
time: 0.001; rss: 162MB intrinsic checking
time: 0.001; rss: 162MB effect checking
time: 0.003; rss: 162MB match checking
time: 0.003; rss: 164MB liveness checking
time: 0.486; rss: 205MB borrow checking
time: 0.000; rss: 205MB reachability checking
time: 0.002; rss: 205MB death checking
time: 0.000; rss: 205MB unused lib feature checking
time: 0.038; rss: 206MB lint checking
time: 0.000; rss: 206MB resolving dependency formats
time: 0.022; rss: 207MB write metadata
time: 0.330; rss: 240MB translation item collection
time: 0.008; rss: 241MB codegen unit partitioning
time: 0.005; rss: 285MB internalize symbols
time: 1.296; rss: 285MB translation
time: 0.000; rss: 285MB assert dep graph
time: 0.000; rss: 285MB serialize dep graph
time: 1.018; rss: 220MB llvm function passes [0]
time: 15.021; rss: 239MB llvm module passes [0]
time: 6.274; rss: 236MB codegen passes [0]
time: 0.001; rss: 236MB codegen passes [0]
time: 22.318; rss: 236MB LLVM passes
time: 0.000; rss: 236MB serialize work products
time: 0.060; rss: 186MB running linker
time: 0.061; rss: 186MB linking
time: 0.014; rss: 54MB parsing
time: 0.000; rss: 54MB recursion limit
time: 0.000; rss: 54MB crate injection
time: 0.000; rss: 54MB plugin loading
time: 0.000; rss: 54MB plugin registration
time: 0.421; rss: 123MB expansion
time: 0.000; rss: 123MB maybe building test harness
time: 0.003; rss: 123MB maybe creating a macro crate
time: 0.000; rss: 123MB checking for inline asm in case the target doesn't support it
time: 0.020; rss: 123MB early lint checks
time: 0.004; rss: 123MB AST validation
time: 0.072; rss: 137MB name resolution
time: 0.014; rss: 137MB complete gated feature checking
time: 0.049; rss: 162MB lowering ast -> hir
time: 0.016; rss: 164MB indexing hir
time: 0.003; rss: 164MB attribute checking
time: 0.001; rss: 157MB language item collection
time: 0.010; rss: 157MB lifetime resolution
time: 0.000; rss: 157MB looking for entry point
time: 0.000; rss: 157MB looking for plugin registrar
time: 0.004; rss: 157MB loop checking
time: 0.001; rss: 157MB static item recursion checking
time: 0.048; rss: 159MB compute_incremental_hashes_map
time: 0.000; rss: 159MB load_dep_graph
time: 0.005; rss: 159MB stability index
time: 0.015; rss: 159MB stability checking
time: 0.040; rss: 172MB type collecting
time: 0.002; rss: 172MB impl wf inference
time: 0.026; rss: 178MB coherence checking
time: 0.000; rss: 178MB variance testing
time: 0.339; rss: 189MB wf checking
time: 0.113; rss: 191MB item-types checking
time: 2.780; rss: 216MB item-bodies checking
time: 0.167; rss: 225MB const checking
time: 0.027; rss: 225MB privacy checking
time: 0.006; rss: 225MB intrinsic checking
time: 0.006; rss: 225MB effect checking
time: 0.040; rss: 225MB match checking
time: 0.017; rss: 225MB liveness checking
time: 1.251; rss: 299MB borrow checking
time: 0.007; rss: 299MB reachability checking
time: 0.013; rss: 299MB death checking
time: 0.000; rss: 299MB unused lib feature checking
time: 0.207; rss: 299MB lint checking
time: 0.000; rss: 299MB resolving dependency formats
time: 0.565; rss: 308MB write metadata
time: 0.663; rss: 327MB translation item collection
time: 0.029; rss: 335MB codegen unit partitioning
time: 0.017; rss: 601MB internalize symbols
time: 5.098; rss: 601MB translation
time: 0.000; rss: 601MB assert dep graph
time: 0.000; rss: 601MB serialize dep graph
time: 5.723; rss: 499MB llvm function passes [0]
time: 385.102; rss: 475MB llvm module passes [0]
time: 22.069; rss: 462MB codegen passes [0]
time: 0.001; rss: 462MB codegen passes [0]
time: 413.558; rss: 462MB LLVM passes
time: 0.000; rss: 462MB serialize work products
time: 0.510; rss: 185MB linking
time: 0.000; rss: 57MB parsing
time: 0.000; rss: 57MB recursion limit
time: 0.000; rss: 57MB crate injection
time: 0.000; rss: 57MB plugin loading
time: 0.000; rss: 57MB plugin registration
time: 0.037; rss: 91MB expansion
time: 0.000; rss: 91MB maybe building test harness
time: 0.000; rss: 91MB maybe creating a macro crate
time: 0.000; rss: 91MB checking for inline asm in case the target doesn't support it
time: 0.000; rss: 91MB early lint checks
time: 0.000; rss: 91MB AST validation
time: 0.001; rss: 91MB name resolution
time: 0.000; rss: 91MB complete gated feature checking
time: 0.000; rss: 91MB lowering ast -> hir
time: 0.000; rss: 91MB indexing hir
time: 0.000; rss: 91MB attribute checking
time: 0.000; rss: 91MB language item collection
time: 0.000; rss: 91MB lifetime resolution
time: 0.000; rss: 91MB looking for entry point
time: 0.000; rss: 91MB looking for plugin registrar
time: 0.000; rss: 91MB loop checking
time: 0.000; rss: 91MB static item recursion checking
time: 0.000; rss: 103MB compute_incremental_hashes_map
time: 0.000; rss: 103MB load_dep_graph
time: 0.000; rss: 103MB stability index
time: 0.000; rss: 103MB stability checking
time: 0.000; rss: 103MB type collecting
time: 0.000; rss: 103MB impl wf inference
time: 0.000; rss: 103MB coherence checking
time: 0.000; rss: 103MB variance testing
time: 0.000; rss: 103MB wf checking
time: 0.000; rss: 103MB item-types checking
time: 0.001; rss: 103MB item-bodies checking
time: 0.004; rss: 116MB const checking
time: 0.000; rss: 116MB privacy checking
time: 0.000; rss: 116MB intrinsic checking
time: 0.000; rss: 116MB effect checking
time: 0.000; rss: 116MB match checking
time: 0.000; rss: 116MB liveness checking
time: 0.000; rss: 116MB borrow checking
time: 0.000; rss: 116MB reachability checking
time: 0.000; rss: 116MB death checking
time: 0.000; rss: 116MB unused lib feature checking
time: 0.000; rss: 116MB lint checking
time: 0.000; rss: 116MB resolving dependency formats
time: 0.000; rss: 116MB write metadata
time: 0.000; rss: 116MB translation item collection
time: 0.000; rss: 116MB codegen unit partitioning
time: 0.000; rss: 155MB internalize symbols
time: 0.083; rss: 155MB translation
time: 0.000; rss: 155MB assert dep graph
time: 0.010; rss: 155MB serialize dep graph
time: 0.001; rss: 144MB llvm function passes [0]
time: 0.002; rss: 144MB llvm module passes [0]
time: 0.004; rss: 147MB codegen passes [0]
time: 0.001; rss: 147MB codegen passes [0]
time: 0.009; rss: 147MB LLVM passes
time: 0.000; rss: 147MB serialize work products
time: 0.176; rss: 147MB running linker
time: 0.177; rss: 150MB linking