This repository has been archived by the owner on Jun 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
everest-build-00ac8f67-24801.err
2513 lines (2449 loc) · 467 KB
/
everest-build-00ac8f67-24801.err
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
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Cloning into 'fstarlang_binaries'...
Checking out files: 76% (13/17) Checking out files: 82% (14/17) Checking out files: 88% (15/17) Checking out files: 94% (16/17) Checking out files: 100% (17/17) Checking out files: 100% (17/17), done.
Already on 'master'
Cloning into 'mitls-fstar'...
Checking out files: 67% (660/972) Checking out files: 68% (661/972) Checking out files: 69% (671/972) Checking out files: 70% (681/972) Checking out files: 71% (691/972) Checking out files: 72% (700/972) Checking out files: 73% (710/972) Checking out files: 74% (720/972) Checking out files: 75% (729/972) Checking out files: 76% (739/972) Checking out files: 77% (749/972) Checking out files: 78% (759/972) Checking out files: 79% (768/972) Checking out files: 80% (778/972) Checking out files: 81% (788/972) Checking out files: 82% (798/972) Checking out files: 83% (807/972) Checking out files: 84% (817/972) Checking out files: 85% (827/972) Checking out files: 86% (836/972) Checking out files: 87% (846/972) Checking out files: 88% (856/972) Checking out files: 89% (866/972) Checking out files: 90% (875/972) Checking out files: 91% (885/972) Checking out files: 92% (895/972) Checking out files: 93% (904/972) Checking out files: 94% (914/972) Checking out files: 95% (924/972) Checking out files: 96% (934/972) Checking out files: 97% (943/972) Checking out files: 98% (953/972) Checking out files: 99% (963/972) Checking out files: 100% (972/972) Checking out files: 100% (972/972), done.
Already on 'master'
Cloning into 'quackyducky'...
Already on 'master'
Cloning into 'vale'...
Already on 'master'
Cloning into 'FStar'...
Checking out files: 22% (729/3170) Checking out files: 23% (730/3170) Checking out files: 24% (761/3170) Checking out files: 25% (793/3170) Checking out files: 26% (825/3170) Checking out files: 27% (856/3170) Checking out files: 28% (888/3170) Checking out files: 29% (920/3170) Checking out files: 30% (951/3170) Checking out files: 31% (983/3170) Checking out files: 32% (1015/3170) Checking out files: 33% (1047/3170) Checking out files: 34% (1078/3170) Checking out files: 35% (1110/3170) Checking out files: 36% (1142/3170) Checking out files: 37% (1173/3170) Checking out files: 38% (1205/3170) Checking out files: 39% (1237/3170) Checking out files: 40% (1268/3170) Checking out files: 41% (1300/3170) Checking out files: 42% (1332/3170) Checking out files: 43% (1364/3170) Checking out files: 44% (1395/3170) Checking out files: 44% (1417/3170) Checking out files: 45% (1427/3170) Checking out files: 46% (1459/3170) Checking out files: 47% (1490/3170) Checking out files: 48% (1522/3170) Checking out files: 49% (1554/3170) Checking out files: 50% (1585/3170) Checking out files: 51% (1617/3170) Checking out files: 52% (1649/3170) Checking out files: 53% (1681/3170) Checking out files: 54% (1712/3170) Checking out files: 55% (1744/3170) Checking out files: 56% (1776/3170) Checking out files: 57% (1807/3170) Checking out files: 58% (1839/3170) Checking out files: 59% (1871/3170) Checking out files: 60% (1902/3170) Checking out files: 61% (1934/3170) Checking out files: 62% (1966/3170) Checking out files: 63% (1998/3170) Checking out files: 64% (2029/3170) Checking out files: 65% (2061/3170) Checking out files: 66% (2093/3170) Checking out files: 66% (2106/3170) Checking out files: 67% (2124/3170) Checking out files: 68% (2156/3170) Checking out files: 69% (2188/3170) Checking out files: 70% (2219/3170) Checking out files: 71% (2251/3170) Checking out files: 72% (2283/3170) Checking out files: 73% (2315/3170) Checking out files: 74% (2346/3170) Checking out files: 75% (2378/3170) Checking out files: 76% (2410/3170) Checking out files: 77% (2441/3170) Checking out files: 78% (2473/3170) Checking out files: 79% (2505/3170) Checking out files: 80% (2536/3170) Checking out files: 81% (2568/3170) Checking out files: 82% (2600/3170) Checking out files: 83% (2632/3170) Checking out files: 84% (2663/3170) Checking out files: 85% (2695/3170) Checking out files: 86% (2727/3170) Checking out files: 86% (2734/3170) Checking out files: 87% (2758/3170) Checking out files: 88% (2790/3170) Checking out files: 89% (2822/3170) Checking out files: 90% (2853/3170) Checking out files: 91% (2885/3170) Checking out files: 92% (2917/3170) Checking out files: 93% (2949/3170) Checking out files: 94% (2980/3170) Checking out files: 95% (3012/3170) Checking out files: 96% (3044/3170) Checking out files: 97% (3075/3170) Checking out files: 98% (3107/3170) Checking out files: 99% (3139/3170) Checking out files: 100% (3170/3170) Checking out files: 100% (3170/3170), done.
Already on 'master'
Cloning into 'MLCrypto'...
Submodule 'openssl' (https://github.com/openssl/openssl) registered for path 'openssl'
Cloning into '/cygdrive/c/build/agent2/_work/37/s/MLCrypto/openssl'...
Submodule 'boringssl' (https://boringssl.googlesource.com/boringssl) registered for path 'openssl/boringssl'
Submodule 'krb5' (https://github.com/krb5/krb5) registered for path 'openssl/krb5'
Submodule 'pyca.cryptography' (https://github.com/pyca/cryptography.git) registered for path 'openssl/pyca-cryptography'
Cloning into '/cygdrive/c/build/agent2/_work/37/s/MLCrypto/openssl/boringssl'...
Cloning into '/cygdrive/c/build/agent2/_work/37/s/MLCrypto/openssl/krb5'...
Cloning into '/cygdrive/c/build/agent2/_work/37/s/MLCrypto/openssl/pyca-cryptography'...
Already on 'master'
Cloning into 'hacl-star'...
Checking out files: 12% (667/5294) Checking out files: 13% (689/5294) Checking out files: 14% (742/5294) Checking out files: 15% (795/5294) Checking out files: 16% (848/5294) Checking out files: 17% (900/5294) Checking out files: 18% (953/5294) Checking out files: 19% (1006/5294) Checking out files: 20% (1059/5294) Checking out files: 21% (1112/5294) Checking out files: 22% (1165/5294) Checking out files: 23% (1218/5294) Checking out files: 24% (1271/5294) Checking out files: 25% (1324/5294) Checking out files: 25% (1344/5294) Checking out files: 26% (1377/5294) Checking out files: 27% (1430/5294) Checking out files: 28% (1483/5294) Checking out files: 29% (1536/5294) Checking out files: 30% (1589/5294) Checking out files: 31% (1642/5294) Checking out files: 32% (1695/5294) Checking out files: 33% (1748/5294) Checking out files: 34% (1800/5294) Checking out files: 35% (1853/5294) Checking out files: 36% (1906/5294) Checking out files: 37% (1959/5294) Checking out files: 38% (2012/5294) Checking out files: 38% (2047/5294) Checking out files: 39% (2065/5294) Checking out files: 40% (2118/5294) Checking out files: 41% (2171/5294) Checking out files: 42% (2224/5294) Checking out files: 43% (2277/5294) Checking out files: 44% (2330/5294) Checking out files: 45% (2383/5294) Checking out files: 46% (2436/5294) Checking out files: 47% (2489/5294) Checking out files: 48% (2542/5294) Checking out files: 49% (2595/5294) Checking out files: 50% (2647/5294) Checking out files: 51% (2700/5294) Checking out files: 52% (2753/5294) Checking out files: 52% (2782/5294) Checking out files: 53% (2806/5294) Checking out files: 54% (2859/5294) Checking out files: 55% (2912/5294) Checking out files: 56% (2965/5294) Checking out files: 57% (3018/5294) Checking out files: 58% (3071/5294) Checking out files: 59% (3124/5294) Checking out files: 60% (3177/5294) Checking out files: 61% (3230/5294) Checking out files: 62% (3283/5294) Checking out files: 63% (3336/5294) Checking out files: 64% (3389/5294) Checking out files: 65% (3442/5294) Checking out files: 66% (3495/5294) Checking out files: 66% (3507/5294) Checking out files: 67% (3547/5294) Checking out files: 68% (3600/5294) Checking out files: 69% (3653/5294) Checking out files: 70% (3706/5294) Checking out files: 71% (3759/5294) Checking out files: 72% (3812/5294) Checking out files: 73% (3865/5294) Checking out files: 74% (3918/5294) Checking out files: 75% (3971/5294) Checking out files: 76% (4024/5294) Checking out files: 77% (4077/5294) Checking out files: 78% (4130/5294) Checking out files: 79% (4183/5294) Checking out files: 79% (4205/5294) Checking out files: 80% (4236/5294) Checking out files: 81% (4289/5294) Checking out files: 82% (4342/5294) Checking out files: 83% (4395/5294) Checking out files: 84% (4447/5294) Checking out files: 85% (4500/5294) Checking out files: 86% (4553/5294) Checking out files: 87% (4606/5294) Checking out files: 88% (4659/5294) Checking out files: 89% (4712/5294) Checking out files: 90% (4765/5294) Checking out files: 91% (4818/5294) Checking out files: 92% (4871/5294) Checking out files: 92% (4897/5294) Checking out files: 93% (4924/5294) Checking out files: 94% (4977/5294) Checking out files: 95% (5030/5294) Checking out files: 96% (5083/5294) Checking out files: 97% (5136/5294) Checking out files: 98% (5189/5294) Checking out files: 99% (5242/5294) Checking out files: 100% (5294/5294) Checking out files: 100% (5294/5294), done.
Submodule 'other_providers/libsodium' (https://github.com/jedisct1/libsodium.git) registered for path 'other_providers/libsodium'
Submodule 'other_providers/openssl' (https://github.com/openssl/openssl.git) registered for path 'other_providers/openssl'
Submodule 'other_providers/vale' (https://github.com/project-everest/vale.git) registered for path 'other_providers/vale'
Cloning into '/cygdrive/c/build/agent2/_work/37/s/hacl-star/other_providers/libsodium'...
Cloning into '/cygdrive/c/build/agent2/_work/37/s/hacl-star/other_providers/openssl'...
Cloning into '/cygdrive/c/build/agent2/_work/37/s/hacl-star/other_providers/vale'...
Submodule 'boringssl' (https://boringssl.googlesource.com/boringssl) registered for path 'other_providers/openssl/boringssl'
Submodule 'krb5' (https://github.com/krb5/krb5) registered for path 'other_providers/openssl/krb5'
Submodule 'pyca.cryptography' (https://github.com/pyca/cryptography.git) registered for path 'other_providers/openssl/pyca-cryptography'
Cloning into '/cygdrive/c/build/agent2/_work/37/s/hacl-star/other_providers/openssl/boringssl'...
Cloning into '/cygdrive/c/build/agent2/_work/37/s/hacl-star/other_providers/openssl/krb5'...
Cloning into '/cygdrive/c/build/agent2/_work/37/s/hacl-star/other_providers/openssl/pyca-cryptography'...
warning: unable to rmdir 'other_providers/libsodium': Directory not empty
warning: unable to rmdir 'other_providers/vale': Directory not empty
Switched to a new branch 'fstar-master'
warning: unable to rmdir 'krb5': Directory not empty
Cloning into 'kremlin'...
Already on 'master'
Warning: you are using the standard library and/or the %inline keyword. We
recommend switching on --infer in order to avoid obscure type error messages.
FStar.List.Tot.Properties.fst(858,2-858,37): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.List.Tot.Properties.fst(856,12-856,18))
FStar.List.Tot.Properties.fst(858,2-858,37): (Warning 252) could not prove post-condition (see also FStar.List.Tot.Properties.fst(856,12-856,18))
FStar.List.Tot.Properties.fst(887,2-888,24): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.List.Tot.Properties.fst(886,12-886,18))
FStar.OrdSet.fst(48,16-48,18): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type Prims.eqtype; got type Type0 (see also prims.fst(27,22-27,29))
FStar.Monotonic.HyperStack.fst(373,4-373,33): (Warning 252) (Hint-replay failed): assertion failed (see also FStar.Monotonic.HyperStack.fst(38,12-41,66))
FStar.Monotonic.HyperStack.fst(373,4-373,33): (Warning 252) (Hint-replay failed): assertion failed (see also FStar.Monotonic.HyperStack.fst(38,12-41,66))
FStar.Seq.Properties.fst(478,2-481,29): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.Seq.Properties.fst(476,20-476,28))
FStar.Fin.fst(36,2-51,18): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.Fin.fst(33,41-33,68))
FStar.Fin.fst(36,2-51,18): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.Fin.fst(33,41-33,68))
LowStar.Monotonic.Buffer.fsti(1839,34-1839,45): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type Prims.nat; got type FStar.UInt.uint_t FStar.UInt32.n (see also prims.fst(408,17-408,23))
LowStar.Monotonic.Buffer.fsti(1851,41-1851,52): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type Prims.nat; got type FStar.UInt.uint_t FStar.UInt32.n (see also prims.fst(408,17-408,23))
FStar.Integers.fst(440,5-454,43): (Warning 252) (Hint-replay failed): Patterns are incomplete
FStar.ModifiesGen.fst(182,42-182,44): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fsti(167,45-167,50))
FStar.ModifiesGen.fst(501,35-501,37): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fsti(357,11-357,36))
FStar.ModifiesGen.fst(547,91-547,93): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fsti(415,11-415,67))
FStar.ModifiesGen.fst(551,78-551,80): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fsti(439,24-439,42))
FStar.ModifiesGen.fst(855,4-855,10): (Warning 252) (Hint-replay failed): assertion failed (see also FStar.ModifiesGen.fst(855,12-855,47))
FStar.ModifiesGen.fst(855,4-855,10): (Warning 252) assertion failed (see also FStar.ModifiesGen.fst(855,12-855,47))
FStar.ModifiesGen.fst(907,20-907,25): (Warning 252) (Hint-replay failed): assertion failed (see also FStar.ModifiesGen.fsti(599,15-599,55))
FStar.ModifiesGen.fst(923,55-923,57): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fsti(649,4-649,20))
FStar.ModifiesGen.fst(941,2-941,8): (Warning 252) (Hint-replay failed): assertion failed (see also FStar.ModifiesGen.fst(941,57-941,141))
FStar.ModifiesGen.fst(947,79-947,81): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fsti(726,11-726,45))
FStar.ModifiesGen.fst(949,72-949,74): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fsti(737,11-737,32))
FStar.ModifiesGen.fst(991,2-992,117): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fst(990,11-990,28))
FStar.ModifiesGen.fst(1230,20-1230,22): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fsti(503,34-503,59))
FStar.ModifiesGen.fst(1315,2-1315,8): (Warning 252) (Hint-replay failed): assertion failed (see also FStar.ModifiesGen.fst(1315,9-1315,48))
FStar.ModifiesGen.fst(1587,2-1597,39): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fst(1586,11-1586,84))
FStar.ModifiesGen.fst(1659,2-1659,8): (Warning 252) (Hint-replay failed): assertion failed (see also FStar.ModifiesGen.fst(1659,9-1659,40))
FStar.ModifiesGen.fst(1719,2-1727,39): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fst(1718,11-1718,42))
FStar.ModifiesGen.fst(1829,4-1829,21): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type aux:
FStar.Ghost.erased (FStar.GSet.set (FStar.ModifiesGen.aloc (c b)))
{ FStar.GSet.subset (FStar.ModifiesGen.aloc_domain (c b) regions live_addrs)
(FStar.Ghost.reveal aux) /\
FStar.GSet.subset (FStar.Ghost.reveal aux)
(FStar.ModifiesGen.aloc_domain (c b) regions (fun _ -> FStar.GSet.complement FStar.GSet.empty)
) }; got type FStar.Ghost.erased (FStar.GSet.set (FStar.ModifiesGen.aloc (c b))) (see also FStar.ModifiesGen.fst(30,8-30,71))
FStar.ModifiesGen.fst(1838,9-1838,119): (Warning 252) (Hint-replay failed): assertion failed
FStar.ModifiesGen.fst(1841,9-1841,121): (Warning 252) (Hint-replay failed): assertion failed
FStar.ModifiesGen.fst(1912,2-1918,167): (Warning 252) (Hint-replay failed): could not prove post-condition (see also FStar.ModifiesGen.fsti(1171,2-1171,78))
(Warning 252) (Hint-replay failed): could not prove post-condition
LowStar.Buffer.fst(62,23-62,34): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type Prims.nat; got type FStar.UInt.uint_t FStar.UInt32.n (see also prims.fst(408,17-408,23))
LowStar.Buffer.fst(68,30-68,41): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type Prims.nat; got type FStar.UInt.uint_t FStar.UInt32.n (see also prims.fst(408,17-408,23))
(Warning 252) (Hint-replay failed): could not prove post-condition
(Warning 252) (Hint-replay failed): could not prove post-condition
LowStar.Buffer.fst(62,23-62,34): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type Prims.nat; got type FStar.UInt.uint_t FStar.UInt32.n (see also prims.fst(408,17-408,23))
FStar.Buffer.fst(65,4-65,10): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type Prims.nat; got type FStar.UInt.uint_t FStar.UInt32.n (see also prims.fst(408,17-408,23))
FStar.Tactics.Typeclasses.fst(89,4-134,16): (Warning 252) (Hint-replay failed): Patterns are incomplete
FStar.Tactics.Typeclasses.fst(89,4-134,16): (Warning 252) (Hint-replay failed): Patterns are incomplete
LowStar.BufferCompat.fst(47,2-48,3): (Warning 252) (Hint-replay failed): could not prove post-condition (see also LowStar.BufferCompat.fst(18,37-18,51))
(Warning 252) (Hint-replay failed): could not prove post-condition
(Warning 252) (Hint-replay failed): could not prove post-condition
FStar.Reflection.Arith.fst(116,30-116,32): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type t: FStar.Reflection.Types.term{t << t}; got type FStar.Reflection.Types.term (see also FStar.Reflection.Arith.fst(110,4-153,14))
FStar.Reflection.Arith.fst(116,30-116,32): (Warning 252) Subtyping check failed; expected type t: FStar.Reflection.Types.term{t << t}; got type FStar.Reflection.Types.term (see also FStar.Reflection.Arith.fst(110,4-153,14))
FStar.Reflection.Arith.fst(116,30-116,32): (Warning 252) Subtyping check failed; expected type t: FStar.Reflection.Types.term{t << t}; got type FStar.Reflection.Types.term (see also FStar.Reflection.Arith.fst(110,4-153,14))
LowStar.BufferView.fst(79,31-79,33): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type FStar.Seq.Properties.lseq (FStar.Pervasives.dfst vb)
(LowStar.Monotonic.Buffer.length (LowStar.BufferView.as_buffer vb)); got type FStar.Seq.Base.seq (FStar.Pervasives.dfst vb) (see also FStar.Seq.Properties.fst(24,19-24,36))
LowStar.BufferView.fst(84,4-98,24): (Warning 252) (Hint-replay failed): could not prove post-condition (see also LowStar.BufferView.fst(82,11-82,41))
LowStar.BufferView.fst(156,38-156,40): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type FStar.Seq.Properties.lseq (FStar.Pervasives.dfst vb)
(LowStar.Monotonic.Buffer.length (LowStar.BufferView.as_buffer vb)); got type FStar.Seq.Base.seq (FStar.Pervasives.dfst vb) (see also FStar.Seq.Properties.fst(24,19-24,36))
LowStar.Monotonic.Buffer.fst(625,2-625,21): (Warning 252) (Hint-replay failed): assertion failed (see also LowStar.Monotonic.Buffer.fst(611,20-611,139))
LowStar.Monotonic.Buffer.fst(948,29-948,30): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type _: LowStar.Monotonic.Buffer.mbuffer _ _ _ {Buffer? _}; got type LowStar.Monotonic.Buffer.mbuffer _ _ _ (see also LowStar.Monotonic.Buffer.fst(67,4-67,10))
(Warning 252) (Hint-replay failed): could not prove post-condition
LowStar.Monotonic.Buffer.fsti(1839,34-1839,45): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type Prims.nat; got type FStar.UInt.uint_t FStar.UInt32.n (see also prims.fst(408,17-408,23))
LowStar.Monotonic.Buffer.fst(1062,31-1062,64): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type b:
LowStar.Monotonic.Buffer.lmbuffer _ _ _ (FStar.UInt32.v len)
{LowStar.Monotonic.Buffer.frameOf b == r /\ LowStar.Monotonic.Buffer.freeable b}; got type LowStar.Monotonic.Buffer.lmbuffer _ _ _ (FStar.UInt32.v len) (see also LowStar.Monotonic.Buffer.fsti(1839,64-1839,74))
LowStar.Monotonic.Buffer.fsti(1851,41-1851,52): (Warning 252) (Hint-replay failed): Subtyping check failed; expected type Prims.nat; got type FStar.UInt.uint_t FStar.UInt32.n (see also prims.fst(408,17-408,23))
Not extracting type definition FStar.Ghost.erased to KreMLin (assumed type)
Not extracting type definition FStar.Monotonic.Witnessed.get to KreMLin (assumed type)
Not extracting type definition FStar.Monotonic.Witnessed.set to KreMLin (assumed type)
Not extracting type definition FStar.Date.dateTime to KreMLin (assumed type)
Not extracting type definition FStar.Date.timeSpan to KreMLin (assumed type)
Not extracting FStar.Exn.raise to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.HyperStack.ST.gst_witness to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.HyperStack.ST.gst_recall to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.ST.gst_witness to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.ST.gst_recall to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.All.exit to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.All.try_with to KreMLin (polymorphic assumes are not supported)
Not extracting exception Failure to KreMLin (exceptions unsupported)
Not extracting FStar.All.failwith to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.HyperStack.All.pipe_right to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.HyperStack.All.pipe_left to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.HyperStack.All.failwith to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.HyperStack.All.exit to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.HyperStack.All.try_with to KreMLin (polymorphic assumes are not supported)
Not extracting type definition FStar.Dyn.dyn to KreMLin (assumed type)
Not extracting FStar.Dyn.mkdyn to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.Dyn.undyn to KreMLin (polymorphic assumes are not supported)
Not extracting type definition FStar.Float.float to KreMLin (assumed type)
(Warning 250) Error while extracting FStar.List.filter_map to KreMLin (Failure("Internal error: name not found filter_map_acc\n"))
(Warning 250) Error while extracting FStar.List.index to KreMLin (Failure("Internal error: name not found index1\n"))
(Warning 250) Error while extracting LowStar.Buffer.alloca_of_list to KreMLin (Failure("Argument of FStar.Buffer.createL is not a list literal!"))
(Warning 250) Error while extracting LowStar.Buffer.gcmalloc_of_list to KreMLin (Failure("Argument of FStar.Buffer.createL is not a list literal!"))
Not extracting type definition FStar.Char.char to KreMLin (assumed type)
Not extracting exception EOF to KreMLin (exceptions unsupported)
Not extracting type definition FStar.IO.fd_read to KreMLin (assumed type)
Not extracting type definition FStar.IO.fd_write to KreMLin (assumed type)
Not extracting FStar.IO.print_any to KreMLin (polymorphic assumes are not supported)
Unable to open hints file: C:\build\agent2\_work\37\s\kremlin\kremlib\Spec.Loops.fst.hints; ran without hints
Not extracting type definition FStar.Bytes.bytes to KreMLin (assumed type)
Unable to open hints file: C:\build\agent2\_work\37\s\kremlin\kremlib\FStar.Kremlin.Endianness.fst.hints; ran without hints
Unable to open hints file: C:\build\agent2\_work\37\s\kremlin\kremlib\C.Loops.fst.hints; ran without hints
Unable to open hints file: C:\build\agent2\_work\37\s\kremlin\kremlib\C.Endianness.fst.hints; ran without hints
Unable to open hints file: C:\build\agent2\_work\37\s\kremlin\kremlib\C.fst.hints; ran without hints
Not extracting type definition C.channel to KreMLin (assumed type)
Not extracting type definition C.intptr_t to KreMLin (assumed type)
Not extracting type definition C.char to KreMLin (assumed type)
Not extracting type definition C.int to KreMLin (assumed type)
Not extracting type definition C.clock_t to KreMLin (assumed type)
Unable to open hints file: C:\build\agent2\_work\37\s\kremlin\kremlib\C.String.fst.hints; ran without hints
Unable to open hints file: C:\build\agent2\_work\37\s\kremlin\kremlib\C.Failure.fst.hints; ran without hints
Unable to open hints file: C:\build\agent2\_work\37\s\kremlin\kremlib\TestLib.fsti.hints; ran without hints
Not extracting type definition TestLib.cycles to KreMLin (assumed type)
Cannot re-check FStar.IO.uu___is_EOF as valid Low* and will not extract it. If FStar.IO.uu___is_EOF is not meant to be extracted, consider marking it as Ghost, noextract, or using a bundle. If it is meant to be extracted, use -dast for further debugging.
Warning 4: in top-level declaration FStar.IO.uu___is_EOF, in file FStar_IO: Malformed input:
Reference to undefined type: Prims.exn
Cannot re-check FStar.Int.div_eucl as valid Low* and will not extract it. If FStar.Int.div_eucl is not meant to be extracted, consider marking it as Ghost, noextract, or using a bundle. If it is meant to be extracted, use -dast for further debugging.
Warning 4: in top-level declaration FStar.Int.div_eucl, in file FStar_Int: Malformed input:
subtype mismatch, krml_checked_int_t -> krml_checked_int_t (a.k.a. krml_checked_int_t -> krml_checked_int_t) vs krml_checked_int_t (a.k.a. krml_checked_int_t)
Cannot re-check FStar.All.uu___is_Failure as valid Low* and will not extract it. If FStar.All.uu___is_Failure is not meant to be extracted, consider marking it as Ghost, noextract, or using a bundle. If it is meant to be extracted, use -dast for further debugging.
Warning 4: in top-level declaration FStar.All.uu___is_Failure, in file FStar_All: Malformed input:
Reference to undefined type: Prims.exn
Cannot re-check FStar.All.__proj__Failure__item__uu___ as valid Low* and will not extract it. If FStar.All.__proj__Failure__item__uu___ is not meant to be extracted, consider marking it as Ghost, noextract, or using a bundle. If it is meant to be extracted, use -dast for further debugging.
Warning 4: in top-level declaration FStar.All.__proj__Failure__item__uu___, in file FStar_All: Malformed input:
Reference to undefined type: Prims.exn
Cannot re-check FStar.Monotonic.Heap.ref_of' as valid Low* and will not extract it. If FStar.Monotonic.Heap.ref_of' is not meant to be extracted, consider marking it as Ghost, noextract, or using a bundle. If it is meant to be extracted, use -dast for further debugging.
Warning 4: after the definition of uu____7736, in top-level declaration FStar.Monotonic.Heap.ref_of', in file FStar_Monotonic_Heap: Malformed input:
Not a record any*
Cannot re-check FStar.Math.Lib.div as valid Low* and will not extract it. If FStar.Math.Lib.div is not meant to be extracted, consider marking it as Ghost, noextract, or using a bundle. If it is meant to be extracted, use -dast for further debugging.
Warning 4: in top-level declaration FStar.Math.Lib.div, in file FStar_Math_Lib: Malformed input:
subtype mismatch, krml_checked_int_t -> krml_checked_int_t (a.k.a. krml_checked_int_t -> krml_checked_int_t) vs krml_checked_int_t (a.k.a. krml_checked_int_t)
Warning 9: : Some globals did not compile to C values and must be initialized before starting main(). You did not provide a main function, so users of your library MUST MAKE SURE they call kremlinit_globals(); (see kremlinit.c). Once you have fixed this, use -warn-error +9 to make this warning non-fatal.
Warning 14: : FStar.Math.Lib.signed_modulo is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Math.Lib.arithmetic_shift_right is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Math.Lib.shift_left is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Math.Lib.div_non_eucl is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Math.Lib.min is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Math.Lib.max is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Math.Lib.abs is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int16.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int16.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Seq.Base.hd__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.tl__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.index__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.tl__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.tail__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.hd__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.length__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.cons__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.append__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.empty__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.seq__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.list__uint64_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.hd__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.tl__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.index__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.tl__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.tail__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.hd__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.length__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.cons__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.append__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.empty__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.seq__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.list__uint32_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.append__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.empty__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Properties.last__uint8_t is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.hd__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.cons__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.tl__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.index__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.tl__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.tail__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.hd__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.length__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.seq__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.list__uint8_t is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt8.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.UInt8.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.UInt63.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.UInt63.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Pervasives.__proj__CCConv__item___0 is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Pervasives.__proj__CConst__item___0 is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Pervasives.__proj__CEpilogue__item___0 is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Pervasives.__proj__CPrologue__item___0 is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Pervasives.__proj__Comment__item___0 is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Pervasives.__proj__PpxDerivingShowConstant__item___0 is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Pervasives.__internal_ocaml_attributes is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int63.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int63.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int64.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int64.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int32.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int32.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int8.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int8.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Int.shift_left is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.to_int_t is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.lte is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.lt is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.gte is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.gt is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.mod_ is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.mul_mod is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.mul is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.sub_mod is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.sub is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.add_mod is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.add is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.fits is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.min_int is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.max_int is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.op_At_Percent is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Int.op_Slash is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt16.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.UInt16.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.IO.debug_print_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.IO.write_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.IO.read_line is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.IO.open_write_file is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.IO.open_read_file is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.IO.input_line is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.IO.print_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.string_of_char is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.collect is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.get is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.substring is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.sub is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.index_of is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.index is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.uppercase is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.lowercase is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.compare is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.concat is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.String.concat is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.op_Hat is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.strcat is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.split is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.String.split is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.make is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.length is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.strlen is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.string_of_list is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.String.string_of_list is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.String.list_of_string is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.String.list_of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : Prims.list__FStar_Char_char is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Bytes.bytes_of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Bytes.print_bytes is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Bytes.hex_of_bytes is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Bytes.hex_of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Bytes.bytes_of_hex is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Bytes.string_of_hex is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Pervasives.Native.option__Prims_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Bytes.utf8_encode is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.UInt32.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.UInt32.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.HyperStack.IO.print_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : C.String.of_literal is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.UInt64.of_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.UInt64.to_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : FStar.Seq.Base.empty__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.to_uint_t is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.lte is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.lt is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.gte is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.gt is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.mod_ is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.udiv is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.div_underspec is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.div is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.mul_div is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.mul_mod is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.mul_underspec is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.mul is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.sub_mod is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.sub_underspec is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.sub is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.add_mod is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.add_underspec is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.add is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.decr_mod is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.incr_mod is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.decr_underspec is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.incr_underspec is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.decr is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.incr is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.pow2_n is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.fits is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.UInt.max_int is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.BitVector.shift_right_vec is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.BitVector.shift_left_vec is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.append__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.index__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.hd__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.hd__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.tl__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.tl__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.List.Tot.Base.tail__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.cons__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Seq.Base.seq__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.list__bool is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Pervasives.Native.norm is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.list__FStar_Pervasives_Native_norm_step is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Pervasives.Native.delta_attr is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Pervasives.Native.delta_fully is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Pervasives.Native.delta_only is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : FStar.Pervasives.Native.norm_step is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.list__Prims_string is not Low*; it uses a garbage-collected type (e.g. list) and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.list__Prims_string is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : Prims.string_of_int is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.string_of_int is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : Prims.strcat is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 14: : Prims.abs is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.pow2 is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_LessThan is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_GreaterThanOrEqual is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_GreaterThan is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_LessThanOrEqual is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_Modulus is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_Minus is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_Addition is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_Subtraction is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_Division is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 14: : Prims.op_Multiply is not Low*; it uses mathematical integers and runtime checks may fail; rewrite your code to use machine integers, or if you must, use -add-include '"kremlin/internal/compat.h"'; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions.
Warning 11: in top-level declaration kremlinit_globals: this expression is not Low*; the enclosing function cannot be translated into C*: fun (r(0, ): Prims_int) :FStar_Pervasives_Native_option__FStar_Pervasives_dtuple4_____FStar_Pervasives_Native_option_____bool_any { { tag = FStar_Pervasives_Native_None; } }
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "mscorlib.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Web.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "mscorlib.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Web.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "mscorlib.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Web.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "mscorlib.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Web.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)
warning FS2009: Ignoring mixed managed/unmanaged assembly 'System.Data' during static linking
crypto/asn1/x_int64.c: In function 'uint64_print':
crypto/asn1/x_int64.c:105:34: warning: unknown conversion type character 'j' in format [-Wformat=]
return BIO_printf(out, "%jd\n", **(int64_t **)pval);
^
crypto/asn1/x_int64.c:105:32: warning: too many arguments for format [-Wformat-extra-args]
return BIO_printf(out, "%jd\n", **(int64_t **)pval);
^~~~~~~
crypto/asn1/x_int64.c:106:30: warning: unknown conversion type character 'j' in format [-Wformat=]
return BIO_printf(out, "%ju\n", **(uint64_t **)pval);
^
crypto/asn1/x_int64.c:106:28: warning: too many arguments for format [-Wformat-extra-args]
return BIO_printf(out, "%ju\n", **(uint64_t **)pval);
^~~~~~~
crypto/bio/b_sock2.c: In function 'BIO_socket':
crypto/bio/b_sock2.c:45:16: warning: overflow in implicit constant conversion [-Woverflow]
return INVALID_SOCKET;
^~~~~~~~~~~~~~
crypto/bio/b_sock2.c:51:16: warning: overflow in implicit constant conversion [-Woverflow]
return INVALID_SOCKET;
^~~~~~~~~~~~~~
crypto/bio/b_sock2.c: In function 'BIO_accept_ex':
crypto/bio/b_sock2.c:263:16: warning: overflow in implicit constant conversion [-Woverflow]
return INVALID_SOCKET;
^~~~~~~~~~~~~~
crypto/bio/b_sock2.c:268:16: warning: overflow in implicit constant conversion [-Woverflow]
return INVALID_SOCKET;
^~~~~~~~~~~~~~
crypto/bio/b_sock.c: In function 'BIO_get_accept_socket':
crypto/bio/b_sock.c:202:13: warning: overflow in implicit constant conversion [-Woverflow]
int s = INVALID_SOCKET;
^~~~~~~~~~~~~~
crypto/bio/b_sock.c:207:16: warning: overflow in implicit constant conversion [-Woverflow]
return INVALID_SOCKET;
^~~~~~~~~~~~~~
crypto/bio/b_sock.c:210:16: warning: overflow in implicit constant conversion [-Woverflow]
return INVALID_SOCKET;
^~~~~~~~~~~~~~
crypto/bio/b_sock.c:217:13: warning: overflow in implicit constant conversion [-Woverflow]
s = INVALID_SOCKET;
^~~~~~~~~~~~~~
crypto/bio/b_sock.c:224:13: warning: overflow in implicit constant conversion [-Woverflow]
s = INVALID_SOCKET;
^~~~~~~~~~~~~~
In file included from crypto/bn/bn_print.c:15:0:
crypto/bn/bn_print.c: In function 'BN_bn2dec':
crypto/bn/bn_lcl.h:94:27: warning: unknown conversion type character 'l' in format [-Wformat=]
# define BN_DEC_FMT1 "%llu"
^
crypto/bn/bn_print.c:104:57: note: in expansion of macro 'BN_DEC_FMT1'
n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp);
^~~~~~~~~~~
crypto/bn/bn_lcl.h:94:27: warning: too many arguments for format [-Wformat-extra-args]
# define BN_DEC_FMT1 "%llu"
^
crypto/bn/bn_print.c:104:57: note: in expansion of macro 'BN_DEC_FMT1'
n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp);
^~~~~~~~~~~
crypto/bn/bn_lcl.h:95:27: warning: unknown conversion type character 'l' in format [-Wformat=]
# define BN_DEC_FMT2 "%019llu"
^
crypto/bn/bn_print.c:110:61: note: in expansion of macro 'BN_DEC_FMT2'
n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp);
^~~~~~~~~~~
crypto/bn/bn_lcl.h:95:27: warning: too many arguments for format [-Wformat-extra-args]
# define BN_DEC_FMT2 "%019llu"
^
crypto/bn/bn_print.c:110:61: note: in expansion of macro 'BN_DEC_FMT2'
n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp);
^~~~~~~~~~~
crypto/bn/bn_print.c: In function 'BN_options':
crypto/bn/bn_print.c:340:47: warning: unknown conversion type character 'z' in format [-Wformat=]
BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)",
^
crypto/bn/bn_print.c:340:51: warning: unknown conversion type character 'z' in format [-Wformat=]
BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)",
^
crypto/bn/bn_print.c:340:42: warning: too many arguments for format [-Wformat-extra-args]
BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)",
^~~~~~~~~~~~~
crypto/threads_win.c: In function 'CRYPTO_atomic_add':
crypto/threads_win.c:132:35: warning: passing argument 1 of '_InterlockedExchangeAdd' from incompatible pointer type [-Wincompatible-pointer-types]
*ret = InterlockedExchangeAdd(val, amount) + amount;
^~~
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/winnt.h:27:0,
from /usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:163,
from /usr/x86_64-w64-mingw32/sys-root/mingw/include/windef.h:8,
from /usr/x86_64-w64-mingw32/sys-root/mingw/include/windows.h:69,
from crypto/threads_win.c:11:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/psdk_inc/intrin-impl.h:1026:10: note: expected 'volatile long int *' but argument is of type 'int *'
__LONG32 _InterlockedExchangeAdd(__LONG32 volatile *Addend, __LONG32 Value) {
^~~~~~~~~~~~~~~~~~~~~~~
crypto/threads_win.c: In function 'CRYPTO_atomic_read':
crypto/threads_win.c:138:39: warning: passing argument 1 of '_InterlockedCompareExchange' from incompatible pointer type [-Wincompatible-pointer-types]
*ret = InterlockedCompareExchange(val, 0, 0);
^~~
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/winnt.h:27:0,
from /usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:163,
from /usr/x86_64-w64-mingw32/sys-root/mingw/include/windef.h:8,
from /usr/x86_64-w64-mingw32/sys-root/mingw/include/windows.h:69,
from crypto/threads_win.c:11:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/psdk_inc/intrin-impl.h:1037:10: note: expected 'volatile long int *' but argument is of type 'int *'
__LONG32 _InterlockedCompareExchange(__LONG32 volatile *Destination, __LONG32 ExChange, __LONG32 Comperand) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
crypto/threads_win.c: In function 'CRYPTO_atomic_write':
crypto/threads_win.c:144:25: warning: passing argument 1 of '_InterlockedExchange' from incompatible pointer type [-Wincompatible-pointer-types]
InterlockedExchange(val, n);
^~~
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/winnt.h:27:0,
from /usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:163,
from /usr/x86_64-w64-mingw32/sys-root/mingw/include/windef.h:8,
from /usr/x86_64-w64-mingw32/sys-root/mingw/include/windows.h:69,
from crypto/threads_win.c:11:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/psdk_inc/intrin-impl.h:1088:10: note: expected 'volatile long int *' but argument is of type 'int *'
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^~~~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_eq':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:202:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, eq, ==, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:202:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, eq, ==, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:202:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, eq, ==, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_ne':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:203:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, ne, !=, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:203:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, ne, !=, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:203:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, ne, !=, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_lt':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:204:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, lt, <, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:204:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, lt, <, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:204:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, lt, <, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_le':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:205:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, le, <=, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:205:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, le, <=, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:205:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, le, <=, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_gt':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:206:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, gt, >, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:206:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, gt, >, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:206:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, gt, >, fmt) \
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_ge':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:207:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, ge, >=, fmt)
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:207:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, ge, >=, fmt)
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
"[" fmt "] compared to [" fmt "]", \
^
test/testutil/tests.c:207:5: note: in expansion of macro 'DEFINE_COMPARISON'
DEFINE_COMPARISON(type, name, ge, >=, fmt)
^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
DEFINE_COMPARISONS(size_t, size_t, "%zu")
^~~~~~~~~~~~~~~~~~
ar: creating libssl.a
ar: creating test/libtestutil.a
ar: creating libcrypto.a
openssl_stub.c: In function ‘ocaml_load_chain’:
openssl_stub.c:2187:16: warning: variable ‘first’ set but not used [-Wunused-but-set-variable]
X509 *x509, *first = NULL;
^~~~~
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 13: : FStar.Monotonic.HyperStack.mem, a monomorphic instance, is first used, and therefore inserted, in file FStar which is about to be dropped; you may get a C compiler error about FStar_Monotonic_HyperStack_mem if any other module uses this definition
Warning 13: : FStar.UInt128.t, a monomorphic instance, is first used, and therefore inserted, in file FStar which is about to be dropped; you may get a C compiler error about FStar_UInt128_t if any other module uses this definition
Warning 13: : Hacl.UInt128.t, a monomorphic instance, is first used, and therefore inserted, in file Hacl_UInt128 which is about to be dropped; you may get a C compiler error about Hacl_UInt128_t if any other module uses this definition
Warning 13: : Hacl.Types.u32, a monomorphic instance, is first used, and therefore inserted, in file Hacl_Types which is about to be dropped; you may get a C compiler error about Hacl_Types_u32 if any other module uses this definition
Warning 13: : Hacl.Types.h8, a monomorphic instance, is first used, and therefore inserted, in file Hacl_Types which is about to be dropped; you may get a C compiler error about Hacl_Types_h8 if any other module uses this definition
Warning 13: : Hacl.Types.uint8_p, a monomorphic instance, is first used, and therefore inserted, in file Hacl_Types which is about to be dropped; you may get a C compiler error about Hacl_Types_uint8_p if any other module uses this definition
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 13: : Prims.nat, a monomorphic instance, is first used, and therefore inserted, in file Prims which is about to be dropped; you may get a C compiler error about Prims_nat if any other module uses this definition
Warning 14: : C.String.of_literal is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 13: : Hacl.UInt128.t, a monomorphic instance, is first used, and therefore inserted, in file Hacl_UInt128 which is about to be dropped; you may get a C compiler error about Hacl_UInt128_t if any other module uses this definition
Warning 13: : Prims.nat, a monomorphic instance, is first used, and therefore inserted, in file Prims which is about to be dropped; you may get a C compiler error about Prims_nat if any other module uses this definition
Warning 14: : C.String.of_literal is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
Warning 10: : -drop is deprecated
use a combination of -bundle and -d reachability to make sure the functions are eliminated as you wish
Warning 13: : Hacl.UInt128.t, a monomorphic instance, is first used, and therefore inserted, in file Hacl_UInt128 which is about to be dropped; you may get a C compiler error about Hacl_UInt128_t if any other module uses this definition
Warning 13: : Prims.nat, a monomorphic instance, is first used, and therefore inserted, in file Prims which is about to be dropped; you may get a C compiler error about Prims_nat if any other module uses this definition
Warning 14: : C.String.of_literal is not Low*; it uses F*'s Prims.string type and will leak memory; you need to link with a garbage-collector; if this declaration is for specification purposes only, consider marking it noextract or using -bundle <name-of-the-module> to only keep reachable definitions; if you are looking to use C strings, look into C.String (in kremlib/) and Server (in test/). See the KreMLin tutorial for more information.
C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst(0,0-0,0): (Warning 241) Corrupt cache file ..\secure_api\out\hacl_aes_abstract_id\cache\prims.fst.checked.lax; will recheck C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst and all subsequent files
C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst(0,0-0,0): (Warning 241) Corrupt cache file ..\secure_api\out\vale_aes_concrete_id\cache\prims.fst.checked.lax; will recheck C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst and all subsequent files
C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst(0,0-0,0): (Warning 241) Corrupt cache file ..\secure_api\out\hacl_aes_concrete_id\cache\prims.fst.checked.lax; will recheck C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst and all subsequent files
C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst(0,0-0,0): (Warning 241) Corrupt cache file ..\secure_api\out\vale_aes_abstract_id\cache\prims.fst.checked.lax; will recheck C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst and all subsequent files
C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst(0,0-0,0): (Warning 241) Corrupt cache file ..\secure_api\out\runtime_switch\cache\prims.fst.checked.lax; will recheck C:\build\agent2\_work\37\s\FStar\bin\..\ulib\prims.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.Native.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Pervasives.Native.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.Native.fst and all subsequent files
C:\build\agent2\_work\37\s\FStar\ulib\prims.fst(0,0-0,0): (Warning 241) Corrupt cache file ..\secure_api\out\hacl_aes_abstract_id\cache\prims.fst.checked.lax; will recheck C:\build\agent2\_work\37\s\FStar\ulib\prims.fst and all subsequent files
C:\build\agent2\_work\37\s\FStar\ulib\prims.fst(0,0-0,0): (Warning 241) Corrupt cache file ..\secure_api\out\vale_aes_concrete_id\cache\prims.fst.checked.lax; will recheck C:\build\agent2\_work\37\s\FStar\ulib\prims.fst and all subsequent files
C:\build\agent2\_work\37\s\FStar\ulib\prims.fst(0,0-0,0): (Warning 241) Corrupt cache file ..\secure_api\out\hacl_aes_concrete_id\cache\prims.fst.checked.lax; will recheck C:\build\agent2\_work\37\s\FStar\ulib\prims.fst and all subsequent files
C:\build\agent2\_work\37\s\FStar\ulib\prims.fst(0,0-0,0): (Warning 241) Corrupt cache file ..\secure_api\out\runtime_switch\cache\prims.fst.checked.lax; will recheck C:\build\agent2\_work\37\s\FStar\ulib\prims.fst and all subsequent files
Unable to open hints file: C:\build\agent2\_work\37\s\FStar\contrib\CoreCrypto\fst\CryptoTypes.fst.hints; ran without hints
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Pervasives.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Pervasives.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Pervasives.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Pervasives.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Mul.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Pervasives.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Pervasives.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Mul.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Mul.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.StrongExcludedMiddle.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Mul.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Mul.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Mul.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lib.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Int.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Preorder.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.StrongExcludedMiddle.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.StrongExcludedMiddle.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Ghost.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lib.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.FunctionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Int.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PropositionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Preorder.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.StrongExcludedMiddle.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lib.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Preorder.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Squash.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Squash.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Ghost.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Int.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lib.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.FunctionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Preorder.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Ghost.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PropositionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Int.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Range.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.FunctionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PropositionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Ghost.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.FunctionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PropositionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Range.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Range.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Const.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.StrongExcludedMiddle.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.StrongExcludedMiddle.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Exn.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Range.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Order.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Const.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Exn.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Exn.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Const.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Order.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Float.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lib.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lib.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Const.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Order.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Float.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Float.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Exn.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Int.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Int.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Preorder.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Preorder.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Order.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Float.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Ghost.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Ghost.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.List.Tot.Base.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.FunctionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.FunctionalExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PropositionalExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PropositionalExtensionality.fst and all subsequent files
Not extracting type definition FStar.Ghost.erased to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.List.Tot.Base.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.List.Tot.Base.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.ErasedLogic.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lemmas.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.List.Tot.Base.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Set.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Witnessed.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Witnessed.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PredicateExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst and all subsequent files
Not extracting type definition FStar.Ghost.erased to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Range.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Range.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Types.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.ErasedLogic.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lemmas.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst and all subsequent files
Not extracting type definition FStar.Range.range to KreMLin (assumed type)
Not extracting type definition FStar.Monotonic.Witnessed.get to KreMLin (assumed type)
Not extracting type definition FStar.Monotonic.Witnessed.set to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lemmas.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Const.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Const.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Exn.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Exn.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Set.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Order.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Order.fst and all subsequent files
Not extracting type definition FStar.Reflection.Types.binder to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.bv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.term to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.env to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.fv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.comp to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.sigelt to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.ctx_uvar_and_subst to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Tactics.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PredicateExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Float.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Float.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Universe.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Universe.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Data.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst and all subsequent files
Not extracting type definition FStar.Monotonic.Witnessed.get to KreMLin (assumed type)
Not extracting type definition FStar.Monotonic.Witnessed.set to KreMLin (assumed type)
Not extracting type definition FStar.Range.range to KreMLin (assumed type)
Not extracting FStar.Exn.raise to KreMLin (polymorphic assumes are not supported)
Not extracting type definition FStar.Reflection.Types.binder to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.bv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.term to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.env to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.fv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.comp to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.sigelt to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.ctx_uvar_and_subst to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Tactics.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lemmas.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Basic.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Basic.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Basic.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Data.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst and all subsequent files
Not extracting type definition FStar.Float.float to KreMLin (assumed type)
Not extracting FStar.Exn.raise to KreMLin (polymorphic assumes are not supported)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.ErasedLogic.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Classical.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Classical.fst and all subsequent files
Not extracting type definition FStar.Ghost.erased to KreMLin (assumed type)
Not extracting type definition FStar.Ghost.erased to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.GSet.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.GSet.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.GSet.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.List.Tot.Base.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Base.fst and all subsequent files
Not extracting type definition FStar.Float.float to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.GSet.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.GSet.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.GSet.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.ErasedLogic.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Set.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PredicateExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst and all subsequent files
Not extracting type definition FStar.Ghost.erased to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.ErasedLogic.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.ErasedLogic.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Set.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst and all subsequent files
Not extracting type definition FStar.Monotonic.Witnessed.get to KreMLin (assumed type)
Not extracting type definition FStar.Monotonic.Witnessed.set to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Math.Lemmas.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Math.Lemmas.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Map.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Map.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Map.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PredicateExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Set.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Set.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.PredicateExtensionality.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.PredicateExtensionality.fst and all subsequent files
Not extracting type definition FStar.Range.range to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.binder to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.bv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.term to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.env to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.fv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.comp to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.sigelt to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.ctx_uvar_and_subst to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.TSet.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.TSet.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.TSet.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Map.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Map.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Map.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Tactics.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti and all subsequent files
Not extracting type definition FStar.Tactics.Types.proofstate to KreMLin (assumed type)
Not extracting type definition FStar.Tactics.Types.goal to KreMLin (assumed type)
Not extracting type definition FStar.Range.range to KreMLin (assumed type)
Not extracting type definition FStar.Monotonic.Witnessed.get to KreMLin (assumed type)
Not extracting type definition FStar.Monotonic.Witnessed.set to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Result.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Tactics.Result.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Result.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.TSet.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.TSet.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.TSet.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Map.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Map.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Map.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Map.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Map.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Map.fst and all subsequent files
Not extracting type definition FStar.Reflection.Types.binder to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.bv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.term to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.env to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.fv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.comp to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.sigelt to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.ctx_uvar_and_subst to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Properties.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.List.Tot.Properties.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Properties.fst and all subsequent files
Not extracting type definition FStar.Monotonic.Witnessed.get to KreMLin (assumed type)
Not extracting type definition FStar.Monotonic.Witnessed.set to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Properties.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.List.Tot.Properties.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.Properties.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Basic.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Basic.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Basic.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Tactics.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Result.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Tactics.Result.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Result.fst and all subsequent files
Not extracting type definition FStar.Range.range to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.binder to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.bv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.term to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.env to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.fv to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.comp to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.sigelt to KreMLin (assumed type)
Not extracting type definition FStar.Reflection.Types.ctx_uvar_and_subst to KreMLin (assumed type)
Not extracting type definition FStar.Tactics.Types.proofstate to KreMLin (assumed type)
Not extracting type definition FStar.Tactics.Types.goal to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Data.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Data.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Tactics.Types.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Types.fsti and all subsequent files
Not extracting FStar.Exn.raise to KreMLin (polymorphic assumes are not supported)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Data.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Data.fst and all subsequent files
Not extracting type definition FStar.Float.float to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Effect.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Tactics.Effect.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Effect.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Heap.fsti(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Monotonic.Heap.fsti.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Monotonic.Heap.fsti and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.GSet.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.GSet.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.GSet.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.List.Tot.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.fst and all subsequent files
Not extracting FStar.Exn.raise to KreMLin (polymorphic assumes are not supported)
Not extracting FStar.Exn.raise to KreMLin (polymorphic assumes are not supported)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.List.Tot.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.List.Tot.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Basic.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Basic.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Basic.fst and all subsequent files
(Warning 242) Not extracting __proj__TAC__item__return to KreMLin
(Warning 242) Not extracting __proj__TAC__item__bind to KreMLin
(Warning 242) Not extracting __proj__TAC__item____fail to KreMLin
(Warning 242) Not extracting __proj__TAC__item____get to KreMLin
Not extracting FStar.Tactics.Effect.synth_by_tactic to KreMLin (polymorphic assumes are not supported)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Builtins.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Tactics.Builtins.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Tactics.Builtins.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Heap.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Heap.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Heap.fst and all subsequent files
Not extracting type definition FStar.Float.float to KreMLin (assumed type)
C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Basic.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.Reflection.Basic.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.Reflection.Basic.fst and all subsequent files
C:/build/agent2/_work/37/s/FStar/ulib/FStar.GSet.fst(0,0-0,0): (Warning 241) Stale cache file C:\build\agent2\_work\37\s\FStar\bin\..\ulib\FStar.GSet.fst.checked.lax; will recheck C:/build/agent2/_work/37/s/FStar/ulib/FStar.GSet.fst and all subsequent files