Skip to content

Instantly share code, notes, and snippets.

@yoohaemin
Last active August 7, 2019 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoohaemin/b3e8795a05bc7b1b4b8bf7624d601398 to your computer and use it in GitHub Desktop.
Save yoohaemin/b3e8795a05bc7b1b4b8bf7624d601398 to your computer and use it in GitHub Desktop.
scalac 2.12.9 regression
[info] Compiling 80 Scala sources to /home/haemin/projects/work_project/target/scala-2.12/classes ...
[info] Enabling statistics, measuring overhead = 16.7539ns to 34.1212ns per timer
[info] *** Cumulative statistics at phase parser
[info] #created tree nodes : 44370
[info] *** Cumulative statistics at phase typer
[info] time spent typechecking : 1 spans, ()15734.573ms
[info] time spent in lubs : 291 spans, ()28.896ms (0.2%) aggregate, 24.116ms (0.2%) specific
[info] time spent in <:< : 668319 spans, ()3342.185ms (21.2%) aggregate, 3078.037ms (19.6%) specific
[info] time spent in findmember : 406067 spans, ()896.681ms (5.7%) aggregate, 836.234ms (5.3%) specific
[info] time spent in findmembers : 0 spans, ()0.0ms (0.0%) aggregate, 0.0ms (0.0%) specific
[info] time spent in asSeenFrom : 1013128 spans, ()989.246ms (6.3%) aggregate, 931.385ms (5.9%) specific
[info] time spent in baseTypeSeq : 29663 spans, ()458.605ms (2.9%) aggregate, 200.603ms (1.3%) specific
[info] time spent in baseClasses : 9724 spans, ()233.72ms (1.5%) aggregate, 110.152ms (0.7%) specific
[info] time classfilereading : 1360 spans, ()530.676ms (3.4%)
[info] time spent in failed : 720 spans, ()204.977ms (1.3%)
[info] failed apply : 4 spans, ()11.351ms (0.1%)
[info] failed op= : 0 spans, ()0.0ms (0.0%)
[info] time spent ref scanning : 0 spans, ()0.0ms (0.0%)
[info] time spent in implicits : 5048 spans, ()8890.917ms (56.5%)
[info] successful in scope : 1564 spans, ()3865.554ms (24.6%)
[info] failed in scope : 3484 spans, ()2957.94ms (18.8%)
[info] successful of type : 2491 spans, ()4741.278ms (30.1%)
[info] failed of type : 993 spans, ()1116.033ms (7.1%)
[info] assembling parts : 1766 spans, ()120.475ms (0.8%)
[info] matchesPT : 299213 spans, ()2502.711ms (15.9%)
[info] time spent in macroExpand : 2610 spans, ()8658.208ms (55.0%)
[info] time spent in scope population: 156556 spans, ()12.6ms
[info] #type symbols : 542858
[info] #typechecked selections : 41829
[info] #symbols : 1096336
[info] #sametype ops : 127894
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 291
[info] #raw type creations : 4646927
[info] of which in failed : 31344 (0.7%)
[info] of which in implicits : 4198058 (90.3%)
[info] #class symbols : 202968
[info] #base type seqs : 29982
[info] avg base type seq length : 6.9
[info] of which for compound types : 6124 (20.4%)
[info] of which for typerefs : 23539 (78.5%)
[info] #typechecked applications : 21517
[info] #unique types : 214582
[info] #subtype ops : 668319
[info] of which in failed : 4855 (0.7%)
[info] of which in implicit : 462899 (69.3%)
[info] #findMember ops : 406067
[info] of which not found : 224641 (55.3%)
[info] of which multiple overloaded: 2347 (0.6%)
[info] of which in failed : 1074 (0.3%)
[info] of which in implicit : 101458 (25.0%)
[info] time spent in scope lookup : 4981920 spans, ()335.425ms
[info] implicit cache accesses : 3024
[info] implicit cache hits : 1258 (41.6%)
[info] #macro expansions : 2610
[info] #all lubs/glbs : 21104
[info] #created tree nodes : 1650755
[info] #created scopes : 337280
[info] #typechecked identifiers : 48310
[info] #implicit searches : 5048
[info] #plausibly compatible : 4829 (95.7%)
[info] #matching : 4829 (95.7%)
[info] #typed : 4505 (89.2%)
[info] #found : 3748 (74.2%)
[info] #implicit improves tests : 3013 (59.7%)
[info] #implicit improves cached : 1091 (21.6%)
[info] #implicit inscope hits : 1564 (31.0%)
[info] #implicit oftype hits : 2491 (49.3%)
[info] *** Cumulative statistics at phase patmat
[info] time spent in scope population: 166085 spans, ()14.061ms
[info] #type symbols : 1032908
[info] #typechecked selections : 796690
[info] #symbols : 1597499
[info] #sametype ops : 347500
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 291
[info] #raw type creations : 7378956
[info] of which in failed : 31344 (0.4%)
[info] of which in implicits : 4198058 (56.9%)
[info] #class symbols : 692758
[info] #base type seqs : 1004381
[info] avg base type seq length : 8.9
[info] of which for compound types : 493308 (49.1%)
[info] of which for typerefs : 510754 (50.9%)
[info] #typechecked applications : 27536
[info] #unique types : 163760
[info] #subtype ops : 4319998
[info] of which in failed : 4855 (0.1%)
[info] of which in implicit : 462899 (10.7%)
[info] #findMember ops : 908000
[info] of which not found : 227758 (25.1%)
[info] of which multiple overloaded: 2655 (0.3%)
[info] of which in failed : 1074 (0.1%)
[info] of which in implicit : 101458 (11.2%)
[info] time spent in scope lookup : 12949792 spans, ()654.565ms
[info] #all lubs/glbs : 21104
[info] #created tree nodes : 4621634
[info] #created scopes : 348722
[info] #typechecked identifiers : 53444
[info] time spent in patmat : 334 spans, ()17872.35ms
[info] of which DPLL : 688 spans, ()4030.361ms (22.6%)
[info] of which in CNF conversion : 0 spans, ()0.0ms (0.0%)
[info] of which variable equality : 688 spans, ()328.109ms (1.8%)
[info] of which in exhaustivity : 132 spans, ()83.164ms (0.5%)
[info] of which in unreachability : 278 spans, ()11281.514ms (63.1%)
[info] *** Cumulative statistics at phase erasure
[info] time spent in scope population: 228156 spans, ()24.064ms
[info] #type symbols : 1061488
[info] #typechecked selections : 866966
[info] #symbols : 1727577
[info] #sametype ops : 384167
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 394
[info] #raw type creations : 7744991
[info] of which in failed : 31344 (0.4%)
[info] of which in implicits : 4198058 (54.2%)
[info] #class symbols : 711817
[info] #base type seqs : 1014672
[info] avg base type seq length : 8.9
[info] of which for compound types : 497853 (49.1%)
[info] of which for typerefs : 516500 (50.9%)
[info] #typechecked applications : 87777
[info] #unique types : 124014
[info] #subtype ops : 4791129
[info] of which in failed : 4855 (0.1%)
[info] of which in implicit : 462899 (9.7%)
[info] #findMember ops : 933947
[info] of which not found : 242541 (26.0%)
[info] of which multiple overloaded: 3118 (0.3%)
[info] of which in failed : 1074 (0.1%)
[info] of which in implicit : 101458 (10.9%)
[info] time spent in scope lookup : 13125640 spans, ()666.115ms
[info] #all lubs/glbs : 21637
[info] #created tree nodes : 4894656
[info] #created scopes : 435582
[info] #typechecked identifiers : 106801
[info] *** Cumulative statistics at phase cleanup
[info] time spent in scope population: 228613 spans, ()24.144ms
[info] #type symbols : 1062044
[info] #typechecked selections : 867943
[info] #symbols : 1752687
[info] #sametype ops : 384487
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 395
[info] #raw type creations : 7778305
[info] of which in failed : 31344 (0.4%)
[info] of which in implicits : 4198058 (54.0%)
[info] #class symbols : 712209
[info] #base type seqs : 1015693
[info] avg base type seq length : 8.9
[info] of which for compound types : 498628 (49.1%)
[info] of which for typerefs : 516746 (50.9%)
[info] #typechecked applications : 88079
[info] #unique types : 126394
[info] #subtype ops : 4802929
[info] of which in failed : 4855 (0.1%)
[info] of which in implicit : 462899 (9.6%)
[info] #findMember ops : 937775
[info] of which not found : 242733 (25.9%)
[info] of which multiple overloaded: 3151 (0.3%)
[info] of which in failed : 1074 (0.1%)
[info] of which in implicit : 101458 (10.8%)
[info] time spent in scope lookup : 13157110 spans, ()669.065ms
[info] #all lubs/glbs : 21638
[info] #created tree nodes : 5010038
[info] #created scopes : 437368
[info] #typechecked identifiers : 107584
[info] *** Cumulative statistics at phase jvm
[info] time spent in scope population: 228631 spans, ()24.2ms
[info] #type symbols : 1065683
[info] #typechecked selections : 868284
[info] #symbols : 1769712
[info] #sametype ops : 391811
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 395
[info] #raw type creations : 7807112
[info] of which in failed : 31344 (0.4%)
[info] of which in implicits : 4198058 (53.8%)
[info] #class symbols : 715703
[info] #base type seqs : 1017872
[info] avg base type seq length : 8.9
[info] of which for compound types : 499905 (49.1%)
[info] of which for typerefs : 517648 (50.9%)
[info] #typechecked applications : 91183
[info] #unique types : 106641
[info] #subtype ops : 4812696
[info] of which in failed : 4855 (0.1%)
[info] of which in implicit : 462899 (9.6%)
[info] #findMember ops : 945631
[info] of which not found : 243224 (25.7%)
[info] of which multiple overloaded: 3258 (0.3%)
[info] of which in failed : 1074 (0.1%)
[info] of which in implicit : 101458 (10.7%)
[info] time spent in scope lookup : 13187021 spans, ()672.293ms
[info] time in backend : 1 spans, ()1411.472ms
[info] bcode initialization : 1 spans, ()0.789ms (0.1%)
[info] code generation : 80 spans, ()577.803ms (40.9%)
[info] intra-method optimizations : 542 spans, ()224.665ms (15.9%)
[info] classfile writing : 575 spans, ()34.363ms (2.4%)
[info] #all lubs/glbs : 21638
[info] #created tree nodes : 5047191
[info] #created scopes : 442349
[info] #typechecked identifiers : 110186
[info] *** Cumulative timers for phases
[info] #total compile time : 1 spans, ()45036.656ms
[info] parser : 1 spans, ()184.357ms (0.4%)
[info] bm4-parser : 1 spans, ()188.237ms (0.4%)
[info] bm4-parser2 : 1 spans, ()90.522ms (0.2%)
[info] kind-projector : 1 spans, ()65.318ms (0.1%)
[info] namer : 1 spans, ()102.118ms (0.2%)
[info] packageobjects : 1 spans, ()6.333ms (0.0%)
[info] typer : 1 spans, ()15734.578ms (34.9%)
[info] bm4-typer : 1 spans, ()1136.082ms (2.5%)
[info] wartremover-traverser : 1 spans, ()2936.259ms (6.5%)
[info] patmat : 1 spans, ()18089.147ms (40.2%)
[info] superaccessors : 1 spans, ()48.036ms (0.1%)
[info] extmethods : 1 spans, ()9.935ms (0.0%)
[info] pickler : 1 spans, ()18.885ms (0.0%)
[info] xsbt-api : 1 spans, ()344.455ms (0.8%)
[info] xsbt-dependency : 1 spans, ()187.534ms (0.4%)
[info] refchecks : 1 spans, ()539.536ms (1.2%)
[info] uncurry : 1 spans, ()801.809ms (1.8%)
[info] fields : 1 spans, ()329.072ms (0.7%)
[info] tailcalls : 1 spans, ()67.297ms (0.1%)
[info] specialize : 1 spans, ()262.866ms (0.6%)
[info] explicitouter : 1 spans, ()120.883ms (0.3%)
[info] erasure : 1 spans, ()1403.443ms (3.1%)
[info] posterasure : 1 spans, ()94.615ms (0.2%)
[info] lambdalift : 1 spans, ()265.838ms (0.6%)
[info] constructors : 1 spans, ()94.244ms (0.2%)
[info] flatten : 1 spans, ()64.787ms (0.1%)
[info] mixin : 1 spans, ()84.848ms (0.2%)
[info] cleanup : 1 spans, ()60.416ms (0.1%)
[info] delambdafy : 1 spans, ()222.757ms (0.5%)
[info] jvm : 1 spans, ()1411.476ms (3.1%)
[info] xsbt-analyzer : 1 spans, ()6.145ms (0.0%)
[info] Done compiling.
[success] Total time: 46 s, completed Aug 7, 2019, 11:30:03 AM
[info] Compiling 80 Scala sources to /home/haemin/projects/work_project/target/scala-2.12/classes ...
[info] Enabling statistics, measuring overhead = 16.8847ns to 36.1717ns per timer
[info] *** Cumulative statistics at phase parser
[info] #created tree nodes : 44364
[info] *** Cumulative statistics at phase typer
[info] time spent typechecking : 1 spans, ()12703.521ms
[info] time spent in lubs : 291 spans, ()17.548ms (0.1%) aggregate, 13.42ms (0.1%) specific
[info] time spent in <:< : 665262 spans, ()2821.264ms (22.2%) aggregate, 2575.359ms (20.3%) specific
[info] time spent in findmember : 327205 spans, ()722.072ms (5.7%) aggregate, 673.039ms (5.3%) specific
[info] time spent in findmembers : 0 spans, ()0.0ms (0.0%) aggregate, 0.0ms (0.0%) specific
[info] time spent in asSeenFrom : 857725 spans, ()554.563ms (4.4%) aggregate, 504.051ms (4.0%) specific
[info] time spent in baseTypeSeq : 29690 spans, ()425.818ms (3.4%) aggregate, 194.288ms (1.5%) specific
[info] time spent in baseClasses : 9615 spans, ()152.454ms (1.2%) aggregate, 67.773ms (0.5%) specific
[info] time classfilereading : 1253 spans, ()247.806ms (2.0%)
[info] time spent in failed : 720 spans, ()167.883ms (1.3%)
[info] failed apply : 4 spans, ()9.702ms (0.1%)
[info] failed op= : 0 spans, ()0.0ms (0.0%)
[info] time spent ref scanning : 0 spans, ()0.0ms (0.0%)
[info] time spent in implicits : 5048 spans, ()6964.881ms (54.8%)
[info] successful in scope : 1564 spans, ()3066.961ms (24.1%)
[info] failed in scope : 3484 spans, ()2180.28ms (17.2%)
[info] successful of type : 2491 spans, ()3759.16ms (29.6%)
[info] failed of type : 993 spans, ()885.463ms (7.0%)
[info] assembling parts : 1766 spans, ()104.341ms (0.8%)
[info] matchesPT : 299216 spans, ()2028.122ms (16.0%)
[info] time spent in macroExpand : 2604 spans, ()7185.549ms (56.6%)
[info] time spent in scope population: 111366 spans, ()11.38ms
[info] #type symbols : 396583
[info] #typechecked selections : 41201
[info] #symbols : 939259
[info] #sametype ops : 128011
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 291
[info] #raw type creations : 2088711
[info] of which in failed : 14657 (0.7%)
[info] of which in implicits : 1657506 (79.4%)
[info] #class symbols : 151461
[info] #base type seqs : 30012
[info] avg base type seq length : 6.9
[info] of which for compound types : 6134 (20.4%)
[info] of which for typerefs : 23556 (78.5%)
[info] #typechecked applications : 21511
[info] #unique types : 107959
[info] #subtype ops : 665262
[info] of which in failed : 4855 (0.7%)
[info] of which in implicit : 462640 (69.5%)
[info] #findMember ops : 327205
[info] of which not found : 190103 (58.1%)
[info] of which multiple overloaded: 2347 (0.7%)
[info] of which in failed : 1068 (0.3%)
[info] of which in implicit : 93040 (28.4%)
[info] time spent in scope lookup : 4390763 spans, ()238.594ms
[info] implicit cache accesses : 3024
[info] implicit cache hits : 1258 (41.6%)
[info] #macro expansions : 2604
[info] #all lubs/glbs : 21104
[info] #created tree nodes : 1614998
[info] #created scopes : 240619
[info] #typechecked identifiers : 42664
[info] #implicit searches : 5048
[info] #plausibly compatible : 4829 (95.7%)
[info] #matching : 4829 (95.7%)
[info] #typed : 4505 (89.2%)
[info] #found : 3748 (74.2%)
[info] #implicit improves tests : 3013 (59.7%)
[info] #implicit improves cached : 1091 (21.6%)
[info] #implicit inscope hits : 1564 (31.0%)
[info] #implicit oftype hits : 2491 (49.3%)
[info] *** Cumulative statistics at phase patmat
[info] time spent in scope population: 121229 spans, ()12.867ms
[info] #type symbols : 886633
[info] #typechecked selections : 796959
[info] #symbols : 1440422
[info] #sametype ops : 347608
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 291
[info] #raw type creations : 4820595
[info] of which in failed : 14657 (0.3%)
[info] of which in implicits : 1657506 (34.4%)
[info] #class symbols : 641251
[info] #base type seqs : 1004411
[info] avg base type seq length : 8.9
[info] of which for compound types : 493318 (49.1%)
[info] of which for typerefs : 510771 (50.9%)
[info] #typechecked applications : 27530
[info] #unique types : 92746
[info] #subtype ops : 4332180
[info] of which in failed : 4855 (0.1%)
[info] of which in implicit : 462640 (10.7%)
[info] #findMember ops : 832490
[info] of which not found : 193220 (23.2%)
[info] of which multiple overloaded: 2655 (0.3%)
[info] of which in failed : 1068 (0.1%)
[info] of which in implicit : 93040 (11.2%)
[info] time spent in scope lookup : 12378747 spans, ()481.191ms
[info] #all lubs/glbs : 21104
[info] #created tree nodes : 4596340
[info] #created scopes : 252393
[info] #typechecked identifiers : 48444
[info] time spent in patmat : 334 spans, ()17792.807ms
[info] of which DPLL : 688 spans, ()3687.104ms (20.7%)
[info] of which in CNF conversion : 0 spans, ()0.0ms (0.0%)
[info] of which variable equality : 688 spans, ()337.535ms (1.9%)
[info] of which in exhaustivity : 132 spans, ()85.37ms (0.5%)
[info] of which in unreachability : 278 spans, ()11206.129ms (63.0%)
[info] *** Cumulative statistics at phase erasure
[info] time spent in scope population: 183968 spans, ()21.317ms
[info] #type symbols : 915636
[info] #typechecked selections : 868132
[info] #symbols : 1570327
[info] #sametype ops : 384273
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 394
[info] #raw type creations : 5185062
[info] of which in failed : 14657 (0.3%)
[info] of which in implicits : 1657506 (32.0%)
[info] #class symbols : 660834
[info] #base type seqs : 1014702
[info] avg base type seq length : 8.9
[info] of which for compound types : 497863 (49.1%)
[info] of which for typerefs : 516517 (50.9%)
[info] #typechecked applications : 89314
[info] #unique types : 114024
[info] #subtype ops : 4813010
[info] of which in failed : 4855 (0.1%)
[info] of which in implicit : 462640 (9.6%)
[info] #findMember ops : 856413
[info] of which not found : 207903 (24.3%)
[info] of which multiple overloaded: 3118 (0.4%)
[info] of which in failed : 1068 (0.1%)
[info] of which in implicit : 93040 (10.9%)
[info] time spent in scope lookup : 12554798 spans, ()490.082ms
[info] #all lubs/glbs : 21637
[info] #created tree nodes : 4866343
[info] #created scopes : 339410
[info] #typechecked identifiers : 102447
[info] *** Cumulative statistics at phase cleanup
[info] time spent in scope population: 184425 spans, ()21.378ms
[info] #type symbols : 916027
[info] #typechecked selections : 869109
[info] #symbols : 1594276
[info] #sametype ops : 384593
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 395
[info] #raw type creations : 5217204
[info] of which in failed : 14657 (0.3%)
[info] of which in implicits : 1657506 (31.8%)
[info] #class symbols : 661170
[info] #base type seqs : 1015723
[info] avg base type seq length : 8.9
[info] of which for compound types : 498638 (49.1%)
[info] of which for typerefs : 516763 (50.9%)
[info] #typechecked applications : 89616
[info] #unique types : 116105
[info] #subtype ops : 4824808
[info] of which in failed : 4855 (0.1%)
[info] of which in implicit : 462640 (9.6%)
[info] #findMember ops : 857234
[info] of which not found : 208045 (24.3%)
[info] of which multiple overloaded: 3151 (0.4%)
[info] of which in failed : 1068 (0.1%)
[info] of which in implicit : 93040 (10.9%)
[info] time spent in scope lookup : 12583094 spans, ()492.157ms
[info] #all lubs/glbs : 21638
[info] #created tree nodes : 4978445
[info] #created scopes : 341176
[info] #typechecked identifiers : 103230
[info] *** Cumulative statistics at phase jvm
[info] time spent in scope population: 184446 spans, ()21.404ms
[info] #type symbols : 919525
[info] #typechecked selections : 869450
[info] #symbols : 1610479
[info] #sametype ops : 391917
[info] implicits instantiated for pruning: 5169
[info] immediate mismatches : 1147 (22.2%)
[info] instantiated mismatches : 46 (0.9%)
[info] #toplevel lubs/glbs : 395
[info] #raw type creations : 5245313
[info] of which in failed : 14657 (0.3%)
[info] of which in implicits : 1657506 (31.6%)
[info] #class symbols : 664668
[info] #base type seqs : 1017904
[info] avg base type seq length : 8.9
[info] of which for compound types : 499915 (49.1%)
[info] of which for typerefs : 517667 (50.9%)
[info] #typechecked applications : 92720
[info] #unique types : 109305
[info] #subtype ops : 4834575
[info] of which in failed : 4855 (0.1%)
[info] of which in implicit : 462640 (9.6%)
[info] #findMember ops : 862496
[info] of which not found : 208466 (24.2%)
[info] of which multiple overloaded: 3258 (0.4%)
[info] of which in failed : 1068 (0.1%)
[info] of which in implicit : 93040 (10.8%)
[info] time spent in scope lookup : 12610525 spans, ()494.7ms
[info] time in backend : 1 spans, ()197014.952ms
[info] bcode initialization : 1 spans, ()0.938ms (0.0%)
[info] code generation : 80 spans, ()505.166ms (0.3%)
[info] intra-method optimizations : 542 spans, ()141234.7ms (71.7%)
[info] classfile writing : 575 spans, ()35.31ms (0.0%)
[info] #all lubs/glbs : 21638
[info] #created tree nodes : 5013496
[info] #created scopes : 346145
[info] #typechecked identifiers : 105832
[info] *** Cumulative timers for phases
[info] #total compile time : 1 spans, ()234707.568ms
[info] parser : 1 spans, ()125.37ms (0.1%)
[info] bm4-parser : 1 spans, ()142.195ms (0.1%)
[info] bm4-parser2 : 1 spans, ()76.715ms (0.0%)
[info] kind-projector : 1 spans, ()71.622ms (0.0%)
[info] namer : 1 spans, ()87.927ms (0.0%)
[info] packageobjects : 1 spans, ()5.83ms (0.0%)
[info] typer : 1 spans, ()12703.526ms (5.4%)
[info] bm4-typer : 1 spans, ()303.629ms (0.1%)
[info] wartremover-traverser : 1 spans, ()1648.865ms (0.7%)
[info] patmat : 1 spans, ()18080.434ms (7.7%)
[info] superaccessors : 1 spans, ()41.51ms (0.0%)
[info] extmethods : 1 spans, ()7.909ms (0.0%)
[info] pickler : 1 spans, ()12.685ms (0.0%)
[info] xsbt-api : 1 spans, ()275.383ms (0.1%)
[info] xsbt-dependency : 1 spans, ()191.581ms (0.1%)
[info] refchecks : 1 spans, ()468.026ms (0.2%)
[info] uncurry : 1 spans, ()725.929ms (0.3%)
[info] fields : 1 spans, ()277.714ms (0.1%)
[info] tailcalls : 1 spans, ()64.11ms (0.0%)
[info] specialize : 1 spans, ()212.542ms (0.1%)
[info] explicitouter : 1 spans, ()111.625ms (0.0%)
[info] erasure : 1 spans, ()1305.632ms (0.6%)
[info] posterasure : 1 spans, ()86.083ms (0.0%)
[info] lambdalift : 1 spans, ()210.471ms (0.1%)
[info] constructors : 1 spans, ()60.424ms (0.0%)
[info] flatten : 1 spans, ()57.927ms (0.0%)
[info] mixin : 1 spans, ()68.764ms (0.0%)
[info] cleanup : 1 spans, ()33.625ms (0.0%)
[info] delambdafy : 1 spans, ()159.672ms (0.1%)
[info] jvm : 1 spans, ()197014.957ms (83.9%)
[info] xsbt-analyzer : 1 spans, ()5.499ms (0.0%)
[info] Done compiling.
[success] Total time: 236 s (03:56), completed Aug 7, 2019, 10:56:04 AM
java.lang.Thread.State: RUNNABLE
at scala.tools.asm.tree.analysis.BasicInterpreter.merge(BasicInterpreter.java:50)
at scala.tools.asm.tree.analysis.Frame.merge(Frame.java:682)
at scala.tools.asm.tree.analysis.Analyzer.merge(Analyzer.java:541)
at scala.tools.asm.tree.analysis.Analyzer.analyze(Analyzer.java:194)
at scala.tools.nsc.backend.jvm.analysis.BackendUtils$AsmAnalyzer.<init>(BackendUtils.scala:99)
at scala.tools.nsc.backend.jvm.opt.LocalOpt.removeUnreachableCodeImpl(LocalOpt.scala:509)
at scala.tools.nsc.backend.jvm.opt.LocalOpt.removalRound$2(LocalOpt.scala:294)
at scala.tools.nsc.backend.jvm.opt.LocalOpt.methodOptimizations(LocalOpt.scala:371)
at scala.tools.nsc.backend.jvm.opt.LocalOpt.$anonfun$methodOptimizations$1(LocalOpt.scala:209)
at scala.tools.nsc.backend.jvm.opt.LocalOpt.$anonfun$methodOptimizations$1$adapted(LocalOpt.scala:208)
at scala.tools.nsc.backend.jvm.opt.LocalOpt$$Lambda$9834/2028482416.apply(Unknown Source)
at scala.collection.TraversableOnce.$anonfun$foldLeft$1(TraversableOnce.scala:160)
at scala.collection.TraversableOnce.$anonfun$foldLeft$1$adapted(TraversableOnce.scala:160)
at scala.collection.TraversableOnce$$Lambda$6102/739110530.apply(Unknown Source)
at scala.collection.Iterator.foreach(Iterator.scala:941)
at scala.collection.Iterator.foreach$(Iterator.scala:941)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1429)
at scala.collection.IterableLike.foreach(IterableLike.scala:74)
at scala.collection.IterableLike.foreach$(IterableLike.scala:73)
at scala.collection.AbstractIterable.foreach(Iterable.scala:56)
at scala.collection.TraversableOnce.foldLeft(TraversableOnce.scala:160)
at scala.collection.TraversableOnce.foldLeft$(TraversableOnce.scala:158)
at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:108)
at scala.tools.nsc.backend.jvm.opt.LocalOpt.methodOptimizations(LocalOpt.scala:208)
at scala.tools.nsc.backend.jvm.PostProcessor.$anonfun$localOptimizations$1(PostProcessor.scala:130)
at scala.tools.nsc.backend.jvm.PostProcessor.localOptimizations(PostProcessor.scala:130)
at scala.tools.nsc.backend.jvm.PostProcessor.sendToDisk(PostProcessor.scala:64)
at scala.tools.nsc.backend.jvm.GeneratedClassHandler$WritingClassHandler.$anonfun$postProcessUnit$3(GeneratedClassHandler.scala:123)
at scala.tools.nsc.backend.jvm.GeneratedClassHandler$WritingClassHandler.$anonfun$postProcessUnit$2(GeneratedClassHandler.scala:123)
at scala.tools.nsc.backend.jvm.GeneratedClassHandler$WritingClassHandler$$Lambda$9831/96304192.apply$mcV$sp(Unknown Source)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
at scala.tools.nsc.backend.jvm.PostProcessorFrontendAccess$PostProcessorFrontendAccessImpl.withThreadLocalReporter(PostProcessorFrontendAccess.scala:225)
at scala.tools.nsc.backend.jvm.GeneratedClassHandler$WritingClassHandler.$anonfun$postProcessUnit$1(GeneratedClassHandler.scala:122)
at scala.tools.nsc.backend.jvm.GeneratedClassHandler$WritingClassHandler$$Lambda$9827/1937612226.apply$mcV$sp(Unknown Source)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)
at scala.tools.nsc.backend.jvm.GeneratedClassHandler$WritingClassHandler$$Lambda$9828/584980810.apply(Unknown Source)
at scala.util.Success.$anonfun$map$1(Try.scala:255)
at scala.util.Success.map(Try.scala:213)
at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
at scala.concurrent.Future$$Lambda$9829/1641000809.apply(Unknown Source)
at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33)
at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)
at scala.concurrent.impl.Promise$$Lambda$9830/1569136312.apply(Unknown Source)
at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)
at scala.tools.nsc.backend.jvm.GeneratedClassHandler$SyncWritingClassHandler$$anonfun$$lessinit$greater$1.execute(GeneratedClassHandler.scala:177)
at scala.concurrent.impl.ExecutionContextImpl.execute(ExecutionContextImpl.scala:24)
at scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:72)
at scala.concurrent.impl.Promise$KeptPromise$Kept.onComplete(Promise.scala:372)
at scala.concurrent.impl.Promise$KeptPromise$Kept.onComplete$(Promise.scala:371)
at scala.concurrent.impl.Promise$KeptPromise$Successful.onComplete(Promise.scala:379)
at scala.concurrent.impl.Promise.transform(Promise.scala:33)
at scala.concurrent.impl.Promise.transform$(Promise.scala:31)
at scala.concurrent.impl.Promise$KeptPromise$Successful.transform(Promise.scala:379)
at scala.concurrent.Future.map(Future.scala:292)
at scala.concurrent.Future.map$(Future.scala:292)
at scala.concurrent.impl.Promise$KeptPromise$Successful.map(Promise.scala:379)
at scala.tools.nsc.backend.jvm.GeneratedClassHandler$WritingClassHandler.postProcessUnit(GeneratedClassHandler.scala:118)
at scala.tools.nsc.backend.jvm.GeneratedClassHandler$WritingClassHandler.process(GeneratedClassHandler.scala:111)
at scala.tools.nsc.backend.jvm.CodeGen.genUnit(CodeGen.scala:73)
at scala.tools.nsc.backend.jvm.GenBCode$BCodePhase.apply(GenBCode.scala:74)
at scala.tools.nsc.Global$GlobalPhase.applyPhase(Global.scala:453)
at scala.tools.nsc.Global$GlobalPhase.run(Global.scala:399)
at scala.tools.nsc.backend.jvm.GenBCode$BCodePhase.super$run(GenBCode.scala:80)
at scala.tools.nsc.backend.jvm.GenBCode$BCodePhase.$anonfun$run$1(GenBCode.scala:80)
at scala.tools.nsc.backend.jvm.GenBCode$BCodePhase.run(GenBCode.scala:78)
at scala.tools.nsc.Global$Run.compileUnitsInternal(Global.scala:1503)
at scala.tools.nsc.Global$Run.compileUnits(Global.scala:1487)
at scala.tools.nsc.Global$Run.compileSources(Global.scala:1480)
at scala.tools.nsc.Global$Run.compile(Global.scala:1606)
at xsbt.CachedCompiler0.run(CompilerInterface.scala:153)
at xsbt.CachedCompiler0.run(CompilerInterface.scala:125)
- locked <0x0000000751724a28> (a xsbt.CachedCompiler0)
at xsbt.CompilerInterface.run(CompilerInterface.scala:39)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sbt.internal.inc.AnalyzingCompiler.call(AnalyzingCompiler.scala:248)
at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:122)
at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:95)
at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:91)
at sbt.internal.inc.MixedAnalyzingCompiler$$Lambda$6007/1594024941.apply$mcV$sp(Unknown Source)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:186)
at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$3(MixedAnalyzingCompiler.scala:82)
at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$3$adapted(MixedAnalyzingCompiler.scala:77)
at sbt.internal.inc.MixedAnalyzingCompiler$$Lambda$5999/1967200309.apply(Unknown Source)
at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:215)
at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:77)
at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:146)
at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:343)
at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:343)
at sbt.internal.inc.IncrementalCompilerImpl$$Lambda$2627/219744803.apply(Unknown Source)
at sbt.internal.inc.Incremental$.doCompile(Incremental.scala:120)
at sbt.internal.inc.Incremental$.$anonfun$compile$4(Incremental.scala:100)
at sbt.internal.inc.Incremental$$$Lambda$2665/920442860.apply(Unknown Source)
at sbt.internal.inc.IncrementalCommon.recompileClasses(IncrementalCommon.scala:180)
at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:98)
at sbt.internal.inc.Incremental$.$anonfun$compile$3(Incremental.scala:102)
at sbt.internal.inc.Incremental$$$Lambda$2658/1199610239.apply(Unknown Source)
at sbt.internal.inc.Incremental$.manageClassfiles(Incremental.scala:155)
at sbt.internal.inc.Incremental$.compile(Incremental.scala:92)
at sbt.internal.inc.IncrementalCompile$.apply(Compile.scala:75)
at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:348)
at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:301)
at sbt.internal.inc.IncrementalCompilerImpl$$Lambda$2550/1847428948.apply(Unknown Source)
at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:168)
at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:248)
at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:74)
at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:1679)
at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:1652)
at sbt.Defaults$$$Lambda$1472/605787935.apply(Unknown Source)
at scala.Function1.$anonfun$compose$1(Function1.scala:49)
at scala.Function1$$Lambda$892/94500728.apply(Unknown Source)
at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:62)
at sbt.internal.util.$tilde$greater$$Lambda$2218/960161696.apply(Unknown Source)
at sbt.std.Transform$$anon$4.work(Transform.scala:67)
at sbt.Execute.$anonfun$submit$2(Execute.scala:280)
at sbt.Execute$$Lambda$2235/1767300771.apply(Unknown Source)
at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:19)
at sbt.Execute.work(Execute.scala:289)
at sbt.Execute.$anonfun$submit$1(Execute.scala:280)
at sbt.Execute$$Lambda$2226/2043975568.apply(Unknown Source)
at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:178)
at sbt.ConcurrentRestrictions$$anon$4$$Lambda$2233/1401595967.apply(Unknown Source)
at sbt.CompletionService$$anon$2.call(CompletionService.scala:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Locked ownable synchronizers:
- <0x00000007333a5298> (a java.util.concurrent.ThreadPoolExecutor$Worker)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment