summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-util-linux/ptest-util-linux.log
blob: 69887d8b7ace52d61b9f4ae940612e6aff4aca05 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
START: ptest-runner
2023-10-01T01:32
Stopping udevd

-------------------- util-linux regression tests --------------------

                    For development purpose only.                    
                 Don't execute on production system!                 

       kernel: 6.4.14-yocto-standard             

      options: --use-system-commands \
               --parsable \
               --show-diff \
               --srcdir=/usr/lib/util-linux/ptest/tests/.. \
               --builddir=/usr/lib/util-linux/ptest/tests/..

PASS:        bitops: swap bytes                                   
PASS:    blkdiscard: offsets                                      
PASS:         blkid: caching                                      
SKIP:         blkid: DM error                                      (missing in PATH: dmsetup)
PASS:         blkid: superblocks probing: [01] adaptec-raid       
PASS:         blkid: superblocks probing: [02] apfs               
PASS:         blkid: superblocks probing: [03] bcache-B           
PASS:         blkid: superblocks probing: [04] bcache-C           
PASS:         blkid: superblocks probing: [05] bcache-journal     
PASS:         blkid: superblocks probing: [06] bcachefs-2         
PASS:         blkid: superblocks probing: [07] bcachefs           
PASS:         blkid: superblocks probing: [08] befs               
PASS:         blkid: superblocks probing: [09] bfs                
PASS:         blkid: superblocks probing: [10] bluestore          
PASS:         blkid: superblocks probing: [11] btrfs              
PASS:         blkid: superblocks probing: [12] cramfs-big         
PASS:         blkid: superblocks probing: [13] cramfs             
PASS:         blkid: superblocks probing: [14] cs_fvault2         
PASS:         blkid: superblocks probing: [15] ddf-raid           
PASS:         blkid: superblocks probing: [16] drbd-v08           
PASS:         blkid: superblocks probing: [17] drbd-v09           
PASS:         blkid: superblocks probing: [18] drbdmanage-control-volume
PASS:         blkid: superblocks probing: [19] erofs              
PASS:         blkid: superblocks probing: [20] exfat              
PASS:         blkid: superblocks probing: [21] ext2               
PASS:         blkid: superblocks probing: [22] ext3               
PASS:         blkid: superblocks probing: [23] ext4               
PASS:         blkid: superblocks probing: [24] f2fs               
PASS:         blkid: superblocks probing: [25] fat                
PASS:         blkid: superblocks probing: [26] fat16_noheads      
PASS:         blkid: superblocks probing: [27] fat32_cp850_O_tilde
PASS:         blkid: superblocks probing: [28] fat32_label_64MB   
PASS:         blkid: superblocks probing: [29] fat32_mkdosfs_label1
PASS:         blkid: superblocks probing: [30] fat32_mkdosfs_label1_dosfslabel_NO_NAME
PASS:         blkid: superblocks probing: [31] fat32_mkdosfs_label1_dosfslabel_empty
PASS:         blkid: superblocks probing: [32] fat32_mkdosfs_label1_dosfslabel_label2
PASS:         blkid: superblocks probing: [33] fat32_mkdosfs_label1_mlabel_NO_NAME
PASS:         blkid: superblocks probing: [34] fat32_mkdosfs_label1_mlabel_erase
PASS:         blkid: superblocks probing: [35] fat32_mkdosfs_label1_xp_erase
PASS:         blkid: superblocks probing: [36] fat32_mkdosfs_label1_xp_label2
PASS:         blkid: superblocks probing: [37] fat32_mkdosfs_none 
PASS:         blkid: superblocks probing: [38] fat32_mkdosfs_none_dosfslabel_NO_NAME
PASS:         blkid: superblocks probing: [39] fat32_mkdosfs_none_dosfslabel_label1
PASS:         blkid: superblocks probing: [40] fat32_mkdosfs_none_dosfslabel_label1_xp_label2
PASS:         blkid: superblocks probing: [41] fat32_mkdosfs_none_xp_label1
PASS:         blkid: superblocks probing: [42] fat32_mkdosfs_none_xp_label1_dosfslabel_label2
PASS:         blkid: superblocks probing: [43] fat32_xp_label1    
PASS:         blkid: superblocks probing: [44] fat32_xp_none      
PASS:         blkid: superblocks probing: [45] fat32_xp_none_dosfslabel_label1
PASS:         blkid: superblocks probing: [46] fat32_xp_none_mlabel_label1
PASS:         blkid: superblocks probing: [47] gfs2               
PASS:         blkid: superblocks probing: [48] hfs                
PASS:         blkid: superblocks probing: [49] hfsplus            
PASS:         blkid: superblocks probing: [50] hpfs               
PASS:         blkid: superblocks probing: [51] hpt37x-raid        
PASS:         blkid: superblocks probing: [52] hpt45x-raid        
PASS:         blkid: superblocks probing: [53] iso-different-iso-joliet-label
PASS:         blkid: superblocks probing: [54] iso-joliet         
PASS:         blkid: superblocks probing: [55] iso-multi-genisoimage-0
PASS:         blkid: superblocks probing: [56] iso-multi-genisoimage-174
PASS:         blkid: superblocks probing: [57] iso-multi-genisoimage-348
PASS:         blkid: superblocks probing: [58] iso-rr-joliet      
PASS:         blkid: superblocks probing: [59] iso-unicode-long-label
PASS:         blkid: superblocks probing: [60] iso                
PASS:         blkid: superblocks probing: [61] isw-raid           
PASS:         blkid: superblocks probing: [62] jbd                
PASS:         blkid: superblocks probing: [63] jfs                
PASS:         blkid: superblocks probing: [64] jmicron-raid       
PASS:         blkid: superblocks probing: [65] lsi-raid           
PASS:         blkid: superblocks probing: [66] luks1              
PASS:         blkid: superblocks probing: [67] luks2              
PASS:         blkid: superblocks probing: [68] lvm2               
PASS:         blkid: superblocks probing: [69] mdraid-1           
PASS:         blkid: superblocks probing: [70] mdraid             
PASS:         blkid: superblocks probing: [71] minix-BE           
PASS:         blkid: superblocks probing: [72] minix-LE           
PASS:         blkid: superblocks probing: [73] mpool              
PASS:         blkid: superblocks probing: [74] netware            
PASS:         blkid: superblocks probing: [75] nilfs2             
PASS:         blkid: superblocks probing: [76] ntfs               
PASS:         blkid: superblocks probing: [77] nvidia-raid        
PASS:         blkid: superblocks probing: [78] ocfs2              
PASS:         blkid: superblocks probing: [79] promise-raid       
PASS:         blkid: superblocks probing: [80] reiser3            
PASS:         blkid: superblocks probing: [81] reiser4            
PASS:         blkid: superblocks probing: [82] romfs              
PASS:         blkid: superblocks probing: [83] silicon-raid       
PASS:         blkid: superblocks probing: [84] small-fat32        
PASS:         blkid: superblocks probing: [85] squashfs3          
PASS:         blkid: superblocks probing: [86] squashfs4          
PASS:         blkid: superblocks probing: [87] swap0              
PASS:         blkid: superblocks probing: [88] swap1-big          
PASS:         blkid: superblocks probing: [89] swap1              
PASS:         blkid: superblocks probing: [90] tuxonice           
PASS:         blkid: superblocks probing: [91] ubi                
PASS:         blkid: superblocks probing: [92] ubifs              
PASS:         blkid: superblocks probing: [93] udf-bdr-2.60-nero  
PASS:         blkid: superblocks probing: [94] udf-cd-mkudfiso-20100208
PASS:         blkid: superblocks probing: [95] udf-cd-nero-6      
PASS:         blkid: superblocks probing: [96] udf-hdd-macosx-2.60-4096
PASS:         blkid: superblocks probing: [97] udf-hdd-mkudffs-1.0.0-1
PASS:         blkid: superblocks probing: [98] udf-hdd-mkudffs-1.0.0-2
PASS:         blkid: superblocks probing: [99] udf-hdd-mkudffs-1.3-1
PASS:         blkid: superblocks probing: [100] udf-hdd-mkudffs-1.3-2
PASS:         blkid: superblocks probing: [101] udf-hdd-mkudffs-1.3-3
PASS:         blkid: superblocks probing: [102] udf-hdd-mkudffs-1.3-4
PASS:         blkid: superblocks probing: [103] udf-hdd-mkudffs-1.3-5
PASS:         blkid: superblocks probing: [104] udf-hdd-mkudffs-1.3-6
PASS:         blkid: superblocks probing: [105] udf-hdd-mkudffs-1.3-7
PASS:         blkid: superblocks probing: [106] udf-hdd-mkudffs-1.3-8
PASS:         blkid: superblocks probing: [107] udf-hdd-mkudffs-2.2
PASS:         blkid: superblocks probing: [108] udf-hdd-udfclient-0.7.5
PASS:         blkid: superblocks probing: [109] udf-hdd-udfclient-0.7.7
PASS:         blkid: superblocks probing: [110] udf-hdd-win7      
PASS:         blkid: superblocks probing: [111] udf-multi-mkudffs-0
PASS:         blkid: superblocks probing: [112] udf-multi-mkudffs-320
PASS:         blkid: superblocks probing: [113] udf-multi-mkudffs-640
PASS:         blkid: superblocks probing: [114] udf-multi-genisoimage-0
PASS:         blkid: superblocks probing: [115] udf-multi-genisoimage-417
PASS:         blkid: superblocks probing: [116] udf-multi-genisoimage-834
PASS:         blkid: superblocks probing: [117] udf               
PASS:         blkid: superblocks probing: [118] ufs               
PASS:         blkid: superblocks probing: [119] vdo               
PASS:         blkid: superblocks probing: [120] via-raid          
PASS:         blkid: superblocks probing: [121] vmfs              
PASS:         blkid: superblocks probing: [122] vmfs_volume       
PASS:         blkid: superblocks probing: [123] xfs-log           
PASS:         blkid: superblocks probing: [124] xfs-v5            
PASS:         blkid: superblocks probing: [125] xfs               
PASS:         blkid: superblocks probing: [126] zfs               
PASS:         blkid: superblocks probing: [127] zonefs            
        blkid: superblocks probing                           ... OK (all 127 sub-tests PASSED)
PASS:         blkid: partitions probing: [01] atari-primary       
PASS:         blkid: partitions probing: [02] atari-xgm           
PASS:         blkid: partitions probing: [03] bsd                 
PASS:         blkid: partitions probing: [04] dos+bsd             
PASS:         blkid: partitions probing: [05] gpt                 
PASS:         blkid: partitions probing: [06] sgi                 
PASS:         blkid: partitions probing: [07] sun                 
        blkid: partitions probing                            ... OK (all 7 sub-tests PASSED)
        blkid: MD raid0 (whole-disks)                        ... KNOWN FAILED (blkid/md-raid0-whole)
        blkid: MD raid1 (last partition)                     ... KNOWN FAILED (blkid/md-raid1-part)
        blkid: MD raid1 (whole-disks)                        ... KNOWN FAILED (blkid/md-raid1-whole)
PASS:         blkid: offset                                       
PASS:         blkid: topology probing: [01] disk                  
PASS:         blkid: topology probing: [02] partition             
        blkid: topology probing                              ... OK (all 2 sub-tests PASSED)
SKIP:     build-sys: config                                        (optional)
PASS:           cal: Year 2147483646: [01] 1m-month               
PASS:           cal: Year 2147483646: [02] 1s-month               
PASS:           cal: Year 2147483646: [03] 1mj-month              
PASS:           cal: Year 2147483646: [04] 1sj-month              
PASS:           cal: Year 2147483646: [05] 3m-month               
PASS:           cal: Year 2147483646: [06] 3s-month               
PASS:           cal: Year 2147483646: [07] 3mj-month              
PASS:           cal: Year 2147483646: [08] 3sj-month              
PASS:           cal: Year 2147483646: [09] 1m-year                
PASS:           cal: Year 2147483646: [10] 1s-year                
PASS:           cal: Year 2147483646: [11] 1mj-year               
PASS:           cal: Year 2147483646: [12] 1sj-year               
PASS:           cal: Year 2147483646: [13] 1mw-month              
PASS:           cal: Year 2147483646: [14] 1sw-month              
PASS:           cal: Year 2147483646: [15] 1mjw-month             
PASS:           cal: Year 2147483646: [16] 1sjw-month             
PASS:           cal: Year 2147483646: [17] 3mw-month              
PASS:           cal: Year 2147483646: [18] 3sw-month              
PASS:           cal: Year 2147483646: [19] 3mjw-month             
PASS:           cal: Year 2147483646: [20] 3sjw-month             
PASS:           cal: Year 2147483646: [21] 1mw-year               
PASS:           cal: Year 2147483646: [22] 1sw-year               
PASS:           cal: Year 2147483646: [23] 1mjw-year              
PASS:           cal: Year 2147483646: [24] 1sjw-year              
          cal: Year 2147483646                               ... OK (all 24 sub-tests PASSED)
PASS:           cal: color: [01] first-day                        
PASS:           cal: color: [02] reformation-corner-cases-1       
PASS:           cal: color: [03] reformation-corner-cases-2       
PASS:           cal: color: [04] reformation-corner-cases-3       
PASS:           cal: color: [05] reformation-corner-cases-4       
PASS:           cal: color: [06] last-day                         
PASS:           cal: color: [07] vertical                         
PASS:           cal: color: [08] vertical-week                    
          cal: color                                         ... OK (all 8 sub-tests PASSED)
PASS:           cal: color with week numbers: [01] first-day-week-numbers
PASS:           cal: color with week numbers: [02] reformation-corner-cases-1-week-numbers
PASS:           cal: color with week numbers: [03] reformation-corner-cases-2-week-numbers
PASS:           cal: color with week numbers: [04] reformation-corner-cases-3-week-numbers
PASS:           cal: color with week numbers: [05] reformation-corner-cases-4-week-numbers
PASS:           cal: color with week numbers: [06] last-day-week-numbers
          cal: color with week numbers                       ... OK (all 6 sub-tests PASSED)
PASS:           cal: year: [01] 6                                 
PASS:           cal: year: [02] 5                                 
PASS:           cal: year: [03] auto                              
          cal: year                                          ... OK (all 3 sub-tests PASSED)
PASS:           cal: January 1753: [01] m3w                       
PASS:           cal: January 1753: [02] 3w                        
          cal: January 1753                                  ... OK (all 2 sub-tests PASSED)
PASS:           cal: month: [01] 1m                               
PASS:           cal: month: [02] 1s                               
PASS:           cal: month: [03] 1mj                              
PASS:           cal: month: [04] 1sj                              
PASS:           cal: month: [05] 1mw                              
PASS:           cal: month: [06] 1sw                              
PASS:           cal: month: [07] 1mjw                             
PASS:           cal: month: [08] 1sjw                             
PASS:           cal: month: [09] 3m                               
PASS:           cal: month: [10] 3s                               
PASS:           cal: month: [11] 3mj                              
PASS:           cal: month: [12] 3sj                              
PASS:           cal: month: [13] 3mw                              
PASS:           cal: month: [14] 3sw                              
PASS:           cal: month: [15] 3mjw                             
PASS:           cal: month: [16] 3sjw                             
PASS:           cal: month: [17] Sn3                              
PASS:           cal: month: [18] Sn21                             
PASS:           cal: month: [19] Sn51                             
PASS:           cal: month: [20] Sn201                            
          cal: month                                         ... OK (all 20 sub-tests PASSED)
PASS:           cal: September 1752: [01] 1mw-month               
PASS:           cal: September 1752: [02] 1sw-month               
PASS:           cal: September 1752: [03] 1mjw-month              
PASS:           cal: September 1752: [04] 1sjw-month              
PASS:           cal: September 1752: [05] 3mw-month               
PASS:           cal: September 1752: [06] 3sw-month               
PASS:           cal: September 1752: [07] 3mjw-month              
PASS:           cal: September 1752: [08] 3sjw-month              
PASS:           cal: September 1752: [09] 1mw-year                
PASS:           cal: September 1752: [10] 1sw-year                
PASS:           cal: September 1752: [11] 1mjw-year               
PASS:           cal: September 1752: [12] 1sjw-year               
PASS:           cal: September 1752: [13] week-iso                
PASS:           cal: September 1752: [14] 1m-month                
PASS:           cal: September 1752: [15] 1s-month                
PASS:           cal: September 1752: [16] 1mj-month               
PASS:           cal: September 1752: [17] 1sj-month               
PASS:           cal: September 1752: [18] 3m-month                
PASS:           cal: September 1752: [19] 3s-month                
PASS:           cal: September 1752: [20] 3mj-month               
PASS:           cal: September 1752: [21] 3sj-month               
PASS:           cal: September 1752: [22] 1m-year                 
PASS:           cal: September 1752: [23] 1s-year                 
PASS:           cal: September 1752: [24] 1mj-year                
PASS:           cal: September 1752: [25] 1sj-year                
          cal: September 1752                                ... OK (all 25 sub-tests PASSED)
PASS:           cal: vertical: [01] 1mv                           
PASS:           cal: vertical: [02] 1sv                           
PASS:           cal: vertical: [03] 1mjv                          
PASS:           cal: vertical: [04] 1sjv                          
PASS:           cal: vertical: [05] 1mwv                          
PASS:           cal: vertical: [06] 1swv                          
PASS:           cal: vertical: [07] 1mjwv                         
PASS:           cal: vertical: [08] 1sjwv                         
PASS:           cal: vertical: [09] 3mv                           
PASS:           cal: vertical: [10] 3sv                           
PASS:           cal: vertical: [11] 3mjv                          
PASS:           cal: vertical: [12] 3sjv                          
PASS:           cal: vertical: [13] 3mwv                          
PASS:           cal: vertical: [14] 3swv                          
PASS:           cal: vertical: [15] 3mjwv                         
PASS:           cal: vertical: [16] 3sjwv                         
PASS:           cal: vertical: [17] vSn3                          
PASS:           cal: vertical: [18] vSn21                         
PASS:           cal: vertical: [19] vSn51                         
PASS:           cal: vertical: [20] vSn201                        
          cal: vertical                                      ... OK (all 20 sub-tests PASSED)
PASS:           cal: week number given as argument: [01] 3m-week40
PASS:           cal: week number given as argument: [02] 3s-week40
PASS:           cal: week number given as argument: [03] 3mj-week40
PASS:           cal: week number given as argument: [04] 3sj-week40
PASS:           cal: week number given as argument: [05] m-week40 
PASS:           cal: week number given as argument: [06] s-week40 
PASS:           cal: week number given as argument: [07] mj-week40
PASS:           cal: week number given as argument: [08] sj-week40
PASS:           cal: week number given as argument: [09] 3m-week40-color
PASS:           cal: week number given as argument: [10] 3mj-week40-color
PASS:           cal: week number given as argument: [11] 1m-week53
PASS:           cal: week number given as argument: [12] 1mj-week53
PASS:           cal: week number given as argument: [13] 3m-week53-color
PASS:           cal: week number given as argument: [14] 1m-week53-color
PASS:           cal: week number given as argument: [15] 1mj-week53-color
PASS:           cal: week number given as argument: [16] 3s-week54-color
PASS:           cal: week number given as argument: [17] 3m-week52-color
          cal: week number given as argument                 ... OK (all 17 sub-tests PASSED)
PASS:           cal: week number corner cases: [01] ymw           
PASS:           cal: week number corner cases: [02] ysw           
PASS:           cal: week number corner cases: [03] ymjw          
PASS:           cal: week number corner cases: [04] ysjw          
PASS:           cal: week number corner cases: [05] 3mw           
PASS:           cal: week number corner cases: [06] 3sw           
PASS:           cal: week number corner cases: [07] 3mjw          
PASS:           cal: week number corner cases: [08] 3sjw          
          cal: week number corner cases                      ... OK (all 8 sub-tests PASSED)
PASS:           cal: year: [01] ym                                
PASS:           cal: year: [02] ys                                
PASS:           cal: year: [03] ymj                               
PASS:           cal: year: [04] ysj                               
PASS:           cal: year: [05] ymw                               
PASS:           cal: year: [06] ysw                               
PASS:           cal: year: [07] ymjw                              
PASS:           cal: year: [08] ysjw                              
          cal: year                                          ... OK (all 8 sub-tests PASSED)
PASS:           col: io effects: [01] trailing-spaces             
PASS:           col: io effects: [02] tab-backspace               
PASS:           col: io effects: [03] various-spaces              
PASS:           col: io effects: [04] cr                          
PASS:           col: io effects: [05] vt1                         
PASS:           col: io effects: [06] vt2                         
PASS:           col: io effects: [07] reverse-lf                  
PASS:           col: io effects: [08] so-si                       
PASS:           col: io effects: [09] esc-tab                     
PASS:           col: io effects: [10] esc-backspace               
PASS:           col: io effects: [11] cs-normal                   
PASS:           col: io effects: [12] cs-alternate                
PASS:           col: io effects: [13] allocate-here               
PASS:           col: io effects: [14] half-line                   
PASS:           col: io effects: [15] flushing                    
          col: io effects                                    ... OK (all 15 sub-tests PASSED)
PASS:           col: multibyte input: [01] valid                  
PASS:           col: multibyte input: [02] invalid                
          col: multibyte input                               ... OK (all 2 sub-tests PASSED)
PASS:           col: newline handling: [01] zero-length-file      
PASS:           col: newline handling: [02] one-line-no-nl        
PASS:           col: newline handling: [03] one-line-with-nl      
PASS:           col: newline handling: [04] second-line-no-nl     
PASS:           col: newline handling: [05] second-line-with-nl   
          col: newline handling                              ... OK (all 5 sub-tests PASSED)
PASS:           col: options: [01] no-backspaces                  
PASS:           col: options: [02] pass                           
PASS:           col: options: [03] tabs                           
PASS:           col: options: [04] spaces                         
          col: options                                       ... OK (all 4 sub-tests PASSED)
PASS:        colcrt: functional: [01] no-options                  
PASS:        colcrt: functional: [02] no-underlining              
PASS:        colcrt: functional: [03] half-lines                  
PASS:        colcrt: functional: [04] short-options               
       colcrt: functional                                    ... OK (all 4 sub-tests PASSED)
PASS:        colcrt: regressions: [01] crash1                     
PASS:        colcrt: regressions: [02] crash2                     
PASS:        colcrt: regressions: [03] hang1                      
       colcrt: regressions                                   ... OK (all 3 sub-tests PASSED)
PASS:         colrm: basic check                                  
PASS:        column: columnate: [01] fill-cols-80                 
PASS:        column: columnate: [02] fill-cols-50                 
PASS:        column: columnate: [03] fill-cols-250                
PASS:        column: columnate: [04] fill-rows-80                 
PASS:        column: columnate: [05] fill-rows-50                 
PASS:        column: columnate: [06] fill-rows-250                
       column: columnate                                     ... OK (all 6 sub-tests PASSED)
PASS:        column: invalid multibyte                            
PASS:        column: multiple files                               
PASS:        column: table: [01] default                          
PASS:        column: table: [02] output-separator                 
PASS:        column: table: [03] input-separator                  
PASS:        column: table: [04] input-separator-space            
PASS:        column: table: [05] empty-lines                      
PASS:        column: table: [06] noempty-lines                    
PASS:        column: table: [07] long                             
PASS:        column: table: [08] hide                             
PASS:        column: table: [09] headers                          
PASS:        column: table: [10] truncate                         
PASS:        column: table: [11] right                            
PASS:        column: table: [12] wrap                             
PASS:        column: table: [13] order                            
PASS:        column: table: [14] tree                             
PASS:        column: table: [15] empty-column                     
PASS:        column: table: [16] empty-column-at-eol              
PASS:        column: table: [17] empty-column-at-eol2             
PASS:        column: table: [18] neg-1                            
PASS:        column: table: [19] neg-2                            
PASS:        column: table: [20] neg-1-2                          
PASS:        column: table: [21] range                            
       column: table                                         ... OK (all 21 sub-tests PASSED)
SKIP:        cramfs: mkfs doubles                                  (mount: /usr/lib/util-linux/ptest/tests/output/cramfs/doubles-mnt: unknown filesystem type 'cramfs'.)
PASS:        cramfs: fsck bad header: [01] nopad-4K-be            
PASS:        cramfs: fsck bad header: [02] nopad-4K-le            
PASS:        cramfs: fsck bad header: [03] pad-4K-be              
PASS:        cramfs: fsck bad header: [04] pad-4K-le              
PASS:        cramfs: fsck bad header: [05] pad-64K-be             
PASS:        cramfs: fsck bad header: [06] pad-64K-le             
       cramfs: fsck bad header                               ... OK (all 6 sub-tests PASSED)
PASS:        cramfs: fsck endianness                              
SKIP:        cramfs: mkfs checksums                                (mount: /usr/lib/util-linux/ptest/tests/output/cramfs/mkfs-mnt: unknown filesystem type 'cramfs'.)
PASS:        cramfs: mkfs endianness                              
PASS:         dmesg: colors                                       
PASS:         dmesg: levels                                       
PASS:         dmesg: decode                                       
PASS:         dmesg: delta                                        
PASS:         dmesg: facilities                                   
PASS:         dmesg: indentation                                  
PASS:         dmesg: limit                                        
PASS:         eject: umount: [01] by-disk                         
PASS:         eject: umount: [02] by-disk-mounted                 
PASS:         eject: umount: [03] by-disk-mounted-partition       
PASS:         eject: umount: [04] by-partition                    
PASS:         eject: umount: [05] by-partition-mounted            
        eject: umount                                        ... OK (all 5 sub-tests PASSED)
PASS:       fadvise: drop page caches related to a file           
PASS:         fdisk: align 512/4K                                 
PASS:         fdisk: align 512/4K +alignment_offset               
        fdisk: align 512/4K +MD                              ... KNOWN FAILED (fdisk/align-512-4K-md)
PASS:         fdisk: align 512/512                                
PASS:         fdisk: align 512/512 +topology                      
PASS:         fdisk: nested BSD                                   
PASS:         fdisk: GPT: [01] empty-pt                           
PASS:         fdisk: GPT: [02] create-partitions                  
PASS:         fdisk: GPT: [03] change-type-by-number              
PASS:         fdisk: GPT: [04] change-type-by-uuid                
PASS:         fdisk: GPT: [05] delete-partition                   
PASS:         fdisk: GPT: [06] create-again-partition             
PASS:         fdisk: GPT: [07] corrupt-primary-table              
PASS:         fdisk: GPT: [08] corrupt-backup-table               
        fdisk: GPT                                           ... OK (all 8 sub-tests PASSED)
PASS:         fdisk: gpt-resize                                   
PASS:         fdisk: MBR - id: [01] create-mbr-with-id-0x1        
PASS:         fdisk: MBR - id: [02] create-mbr-with-id-0x2        
        fdisk: MBR - id                                      ... OK (all 2 sub-tests PASSED)
PASS:         fdisk: MBR - dos mode: [01] empty-pt                
PASS:         fdisk: MBR - dos mode: [02] create-primary-partition
PASS:         fdisk: MBR - dos mode: [03] set-partition-type      
PASS:         fdisk: MBR - dos mode: [04] set-primary-par-active  
PASS:         fdisk: MBR - dos mode: [05] re-create-primary-par   
PASS:         fdisk: MBR - dos mode: [06] create-extended-par     
PASS:         fdisk: MBR - dos mode: [07] create-logical-par      
PASS:         fdisk: MBR - dos mode: [08] delete-logical-par      
PASS:         fdisk: MBR - dos mode: [09] create-another-log-par  
PASS:         fdisk: MBR - dos mode: [10] delete-primary-par      
PASS:         fdisk: MBR - dos mode: [11] delete-extended-par     
        fdisk: MBR - dos mode                                ... OK (all 11 sub-tests PASSED)
PASS:         fdisk: MBR - non-dos mode: [01] empty-pt            
PASS:         fdisk: MBR - non-dos mode: [02] 1st-primary         
PASS:         fdisk: MBR - non-dos mode: [03] 1st-active          
PASS:         fdisk: MBR - non-dos mode: [04] 1st-primary-recreate
PASS:         fdisk: MBR - non-dos mode: [05] 2nd-primary         
PASS:         fdisk: MBR - non-dos mode: [06] extended            
PASS:         fdisk: MBR - non-dos mode: [07] logical             
PASS:         fdisk: MBR - non-dos mode: [08] logical-delete      
PASS:         fdisk: MBR - non-dos mode: [09] logical-recreate    
PASS:         fdisk: MBR - non-dos mode: [10] 1st-primary-delete  
PASS:         fdisk: MBR - non-dos mode: [11] 1nd-primary-delete  
PASS:         fdisk: MBR - non-dos mode: [12] extended-delete     
PASS:         fdisk: MBR - non-dos mode: [13] first-sector-at-end 
        fdisk: MBR - non-dos mode                            ... OK (all 13 sub-tests PASSED)
PASS:         fdisk: MBR - sort: [01] empty-pt                    
PASS:         fdisk: MBR - sort: [02] create-primary-partitions   
PASS:         fdisk: MBR - sort: [03] create-logical-partitions   
PASS:         fdisk: MBR - sort: [04] fix-order                   
        fdisk: MBR - sort                                    ... OK (all 4 sub-tests PASSED)
PASS:         fdisk: invalid input tests                          
PASS:         fdisk: sunlabel tests: [01] empty-sun-pt            
PASS:         fdisk: sunlabel tests: [02] create-first-partition  
PASS:         fdisk: sunlabel tests: [03] set-partition-sysid     
PASS:         fdisk: sunlabel tests: [04] set-first-par-readonly  
PASS:         fdisk: sunlabel tests: [05] set-first-par-mountable 
PASS:         fdisk: sunlabel tests: [06] create-second-partition 
PASS:         fdisk: sunlabel tests: [07] delete-all-partitions   
        fdisk: sunlabel tests                                ... OK (all 7 sub-tests PASSED)
PASS:       fincore: count file contents in core                  
PASS:       findmnt: filter: [01] types                           
PASS:       findmnt: filter: [02] types-multi                     
PASS:       findmnt: filter: [03] types-neg                       
PASS:       findmnt: filter: [04] options                         
PASS:       findmnt: filter: [05] options-name                    
PASS:       findmnt: filter: [06] options-nameval                 
PASS:       findmnt: filter: [07] options-nameval-neg             
PASS:       findmnt: filter: [08] options-nameval-multi           
PASS:       findmnt: filter: [09] options-neg                     
PASS:       findmnt: filter: [10] options-no                      
PASS:       findmnt: filter: [11] options-no-multi                
      findmnt: filter                                        ... OK (all 11 sub-tests PASSED)
PASS:       findmnt: outputs: [01] default                        
PASS:       findmnt: outputs: [02] kernel                         
PASS:       findmnt: outputs: [03] force-tree                     
PASS:       findmnt: outputs: [04] submounts                      
PASS:       findmnt: outputs: [05] messy-mountinfo                
      findmnt: outputs                                       ... OK (all 5 sub-tests PASSED)
PASS:       findmnt: target: [01] root                            
PASS:       findmnt: target: [02] non-root                        
      findmnt: target                                        ... OK (all 2 sub-tests PASSED)
PASS:          fsck: is mounted                                   
SKIP:       fuzzers: test_blkid_fuzz                               (test_blkid_fuzz not found)
SKIP:       fuzzers: test_fdisk_script_fuzz                        (test_fdisk_script_fuzz not found)
SKIP:       fuzzers: test_last_fuzz                                (test_last_fuzz not found)
SKIP:       fuzzers: test_mount_fuzz                               (test_mount_fuzz not found)
PASS:        getopt: basic                                        
PASS:        getopt: options: [01] alternative_option_clash       
PASS:        getopt: options: [02] alternative_option_long        
PASS:        getopt: options: [03] alternative_option_short       
PASS:        getopt: options: [04] invalid_getopt_option          
PASS:        getopt: options: [05] invocation_model_one           
PASS:        getopt: options: [06] invocation_model_three_as_one  
PASS:        getopt: options: [07] invocation_model_two_as_one    
PASS:        getopt: options: [08] invocation_without_parameters  
PASS:        getopt: options: [09] long_option_ambiguous_1        
PASS:        getopt: options: [10] longopts                       
PASS:        getopt: options: [11] name_option_long               
PASS:        getopt: options: [12] name_option_short              
PASS:        getopt: options: [13] quiet_option_long              
PASS:        getopt: options: [14] quiet_option_short             
PASS:        getopt: options: [15] quiet_output_option_long       
PASS:        getopt: options: [16] quiet_output_option_short      
PASS:        getopt: options: [17] same_long_short_options        
PASS:        getopt: options: [18] test_for_enhanced_getopt       
PASS:        getopt: options: [19] unknown_options                
PASS:        getopt: options: [20] unquoted_option_bash           
PASS:        getopt: options: [21] unquoted_option_tcsh           
PASS:        getopt: options: [22] weird_quoting_bash             
PASS:        getopt: options: [23] weird_quoting_tcsh             
PASS:        getopt: options: [24] compatible                     
PASS:        getopt: options: [25] sh                             
PASS:        getopt: options: [26] csh                            
PASS:        getopt: options: [27] no-arguments                   
PASS:        getopt: options: [28] posix_correctly                
PASS:        getopt: options: [29] non-option                     
       getopt: options                                       ... OK (all 29 sub-tests PASSED)
PASS:      hardlink: options: [01] orig                           
PASS:      hardlink: options: [02] dryrun                         
PASS:      hardlink: options: [03] nargs                          
PASS:      hardlink: options: [04] regex-escapes                  
PASS:      hardlink: options: [05] content                        
PASS:      hardlink: options: [06] maximum-size-8191              
PASS:      hardlink: options: [07] maximum-size-8192              
     hardlink: options                                       ... OK (all 7 sub-tests PASSED)
PASS:       hexdump: format-strings: [01] empty-format            
PASS:       hexdump: format-strings: [02] 1b_octal                
PASS:       hexdump: format-strings: [03] 1b_char                 
PASS:       hexdump: format-strings: [04] canon                   
PASS:       hexdump: format-strings: [05] 2b_dec                  
PASS:       hexdump: format-strings: [06] 2b_octal                
PASS:       hexdump: format-strings: [07] 2b_hex                  
      hexdump: format-strings                                ... OK (all 7 sub-tests PASSED)
PASS:       hexdump: highlighting: [01] 1b_octal-1                
PASS:       hexdump: highlighting: [02] 1b_octal-2                
PASS:       hexdump: highlighting: [03] 1b_octal-3                
PASS:       hexdump: highlighting: [04] 1b_octal-4                
PASS:       hexdump: highlighting: [05] 1b_octal-5                
PASS:       hexdump: highlighting: [06] 1b_octal-6                
PASS:       hexdump: highlighting: [07] 1b_octal-7                
PASS:       hexdump: highlighting: [08] 1b_octal-8                
PASS:       hexdump: highlighting: [09] 1b_octal-9                
PASS:       hexdump: highlighting: [10] 1b_char-1                 
PASS:       hexdump: highlighting: [11] 1b_char-2                 
PASS:       hexdump: highlighting: [12] 1b_char-3                 
PASS:       hexdump: highlighting: [13] canon-1                   
PASS:       hexdump: highlighting: [14] canon-2                   
PASS:       hexdump: highlighting: [15] 2b_dec-1                  
PASS:       hexdump: highlighting: [16] 2b_dec-2                  
PASS:       hexdump: highlighting: [17] 2b_dec-3                  
PASS:       hexdump: highlighting: [18] 2b_dec-4                  
PASS:       hexdump: highlighting: [19] 2b_dec-5                  
PASS:       hexdump: highlighting: [20] 2b_dec-6                  
PASS:       hexdump: highlighting: [21] 2b_dec-7                  
PASS:       hexdump: highlighting: [22] 2b_dec-8                  
PASS:       hexdump: highlighting: [23] 4b_dec-1                  
PASS:       hexdump: highlighting: [24] 4b_dec-2                  
PASS:       hexdump: highlighting: [25] 4b_dec-3                  
PASS:       hexdump: highlighting: [26] 4b_dec-4                  
PASS:       hexdump: highlighting: [27] 4b_dec-5                  
PASS:       hexdump: highlighting: [28] 4b_dec-6                  
PASS:       hexdump: highlighting: [29] 4b_dec-7                  
      hexdump: highlighting                                  ... OK (all 29 sub-tests PASSED)
PASS:       hwclock: show                                         
SKIP:       hwclock: system to hw                                  (missing in PATH: sntp)
PASS:          ipcs: headers: [01] shm-headers                    
PASS:          ipcs: headers: [02] mesg-headers                   
PASS:          ipcs: headers: [03] sem-headers                    
PASS:          ipcs: headers: [04] all-headers                    
         ipcs: headers                                       ... OK (all 4 sub-tests PASSED)
PASS:          ipcs: limits overflow                              
PASS:          ipcs: basic limits                                 
PASS:          ipcs: mk-rm-msg                                    
PASS:          ipcs: mk-rm-sem                                    
PASS:          ipcs: mk-rm-shm                                    
PASS:       isosize: print-size: [01] default_output              
PASS:       isosize: print-size: [02] sector_output               
PASS:       isosize: print-size: [03] divisor_output              
      isosize: print-size                                    ... OK (all 3 sub-tests PASSED)
PASS:          kill: all_processes                                
PASS:          kill: name_to_number                               
PASS:          kill: options                                      
PASS:          kill: print_pid                                    
PASS:          kill: queue                                        
PASS:           lib: procfs library: [01] one-process             
PASS:           lib: procfs library: [02] stat-nth                
          lib: procfs library                                ... OK (all 2 sub-tests PASSED)
PASS:           lib: timeutils library: [01] timestamp            
          lib: timeutils library                             ... OK (all 1 sub-tests PASSED)
SKIP:      libfdisk: GPT                                           (test_fdisk_gpt not found)
PASS:      libfdisk: mkpart: [01] mbr                             
PASS:      libfdisk: mkpart: [02] mbr-logic                       
PASS:      libfdisk: mkpart: [03] mbr-nopartno                    
PASS:      libfdisk: mkpart: [04] gpt                             
     libfdisk: mkpart                                        ... OK (all 4 sub-tests PASSED)
PASS:      libfdisk: mkpart-full: [01] mbr-primary                
PASS:      libfdisk: mkpart-full: [02] mbr-primary-nopartno       
PASS:      libfdisk: mkpart-full: [03] mbr-err-primary            
PASS:      libfdisk: mkpart-full: [04] mbr-err-nospace            
PASS:      libfdisk: mkpart-full: [05] mbr-logical                
PASS:      libfdisk: mkpart-full: [06] mbr-nopartno               
PASS:      libfdisk: mkpart-full: [07] mbr-err-logical            
PASS:      libfdisk: mkpart-full: [08] mbr-space-gap              
PASS:      libfdisk: mkpart-full: [09] gpt                        
PASS:      libfdisk: mkpart-full: [10] gpt-nopartno               
PASS:      libfdisk: mkpart-full: [11] gpt-err-overlap            
PASS:      libfdisk: mkpart-full: [12] gpt-partno-gap             
PASS:      libfdisk: mkpart-full: [13] gpt-space-gap              
     libfdisk: mkpart-full                                   ... OK (all 13 sub-tests PASSED)
SKIP:      libmount: context                                       (test not compiled)
SKIP:      libmount: context-py                                    (pylibmount not compiled)
SKIP:      libmount: context (utab)                                (test not compiled)
SKIP:      libmount: context-py (utab)                             (pylibmount not compiled)
SKIP:      libmount: debugging                                     (test not compiled)
SKIP:      libmount: lock                                          (optional)
PASS:      libmount: losetup-loop: [01] file                      
PASS:      libmount: losetup-loop: [02] file-o-loop               
PASS:      libmount: losetup-loop: [03] dev-loop                  
PASS:      libmount: losetup-loop: [04] o-loop-val                
PASS:      libmount: losetup-loop: [05] reuse                     
PASS:      libmount: losetup-loop: [06] conflict                  
PASS:      libmount: losetup-loop: [07] o-loop-val-initialized    
PASS:      libmount: losetup-loop: [08] o-loop-val-conflict       
PASS:      libmount: losetup-loop: [09] explicit-rw               
     libmount: losetup-loop                                  ... OK (all 9 sub-tests PASSED)
PASS:      libmount: loop overlay                                 
SKIP:      libmount: options string                                (test not compiled)
SKIP:      libmount: table diffs                                   (test not compiled)
SKIP:      libmount: tab files                                     (test not compiled)
SKIP:      libmount: tab files-py                                  (pylibmount not compiled)
SKIP:      libmount: tags                                          (test not compiled)
SKIP:      libmount: tags-py                                       (pylibmount not compiled)
SKIP:      libmount: tab update                                    (test not compiled)
SKIP:      libmount: tab update-py                                 (pylibmount not compiled)
SKIP:      libmount: utils                                         (test not compiled)
PASS:  libsmartcols: fromfile: [01] tree                          
PASS:  libsmartcols: fromfile: [02] tree-json                     
PASS:  libsmartcols: fromfile: [03] tree-middle                   
PASS:  libsmartcols: fromfile: [04] tree-end                      
PASS:  libsmartcols: fromfile: [05] trunc                         
PASS:  libsmartcols: fromfile: [06] right                         
PASS:  libsmartcols: fromfile: [07] right-maxout                  
PASS:  libsmartcols: fromfile: [08] padding-default               
PASS:  libsmartcols: fromfile: [09] padding-maxout                
PASS:  libsmartcols: fromfile: [10] padding-minout                
PASS:  libsmartcols: fromfile: [11] strictwidth                   
PASS:  libsmartcols: fromfile: [12] noextremes                    
PASS:  libsmartcols: fromfile: [13] hidden                        
PASS:  libsmartcols: fromfile: [14] wrap                          
PASS:  libsmartcols: fromfile: [15] wrap-tree                     
PASS:  libsmartcols: fromfile: [16] wrapnl                        
PASS:  libsmartcols: fromfile: [17] wrapnl-tree                   
PASS:  libsmartcols: fromfile: [18] raw                           
PASS:  libsmartcols: fromfile: [19] export                        
PASS:  libsmartcols: fromfile: [20] column-separator              
 libsmartcols: fromfile                                      ... OK (all 20 sub-tests PASSED)
PASS:  libsmartcols: title                                        
PASS:        logger: errors: [01] kern_priority                   
PASS:        logger: errors: [02] kern_priority_numeric           
PASS:        logger: errors: [03] invalid_prio                    
PASS:        logger: errors: [04] rfc5424_exceed_size             
PASS:        logger: errors: [05] id_with_space                   
PASS:        logger: errors: [06] tag_with_space                  
PASS:        logger: errors: [07] tcp                             
PASS:        logger: errors: [08] multi-line                      
PASS:        logger: errors: [09] rfc5424_msgid_with_space        
PASS:        logger: errors: [10] invalid_socket                  
PASS:        logger: errors: [11] check_socket                    
       logger: errors                                        ... OK (all 11 sub-tests PASSED)
PASS:        logger: formats: [01] rfc3164                        
PASS:        logger: formats: [02] rfc5424_simple                 
PASS:        logger: formats: [03] rfc5424_notime                 
PASS:        logger: formats: [04] rfc5424_nohost                 
PASS:        logger: formats: [05] rfc5424_msgid                  
PASS:        logger: formats: [06] octet_counting                 
PASS:        logger: formats: [07] priorities                     
PASS:        logger: formats: [08] check_socket                   
       logger: formats                                       ... OK (all 8 sub-tests PASSED)
SKIP:        logger: journald                                      (unsupported)
PASS:        logger: options: [01] simple                         
PASS:        logger: options: [02] log_pid                        
PASS:        logger: options: [03] log_pid_long                   
PASS:        logger: options: [04] log_pid_define                 
PASS:        logger: options: [05] log_pid_no_arg                 
PASS:        logger: options: [06] input_file_simple              
PASS:        logger: options: [07] input_file_empty_line          
PASS:        logger: options: [08] input_file_skip_empty          
PASS:        logger: options: [09] input_file_prio_prefix         
PASS:        logger: options: [10] check_socket                   
       logger: options                                       ... OK (all 10 sub-tests PASSED)
PASS:         login: islocal                                      
PASS:         login: defs                                         
PASS:          look: separator                                    
PASS:       losetup: losetup: [01] file-show                      
PASS:       losetup: losetup: [02] file-offset                    
PASS:       losetup: losetup: [03] file-sizelimit                 
PASS:       losetup: losetup: [04] file-section                   
      losetup: losetup                                       ... OK (all 4 sub-tests PASSED)
PASS:       losetup: losetup-blkdev: [01] show                    
PASS:       losetup: losetup-blkdev: [02] offset                  
PASS:       losetup: losetup-blkdev: [03] sizelimit               
PASS:       losetup: losetup-blkdev: [04] section                 
      losetup: losetup-blkdev                                ... OK (all 4 sub-tests PASSED)
PASS:       losetup: losetup-loop: [01] find-race-condition       
PASS:       losetup: losetup-loop: [02] find-re-use               
PASS:       losetup: losetup-loop: [03] find-no-re-use            
PASS:       losetup: losetup-loop: [04] find-conflict             
PASS:       losetup: losetup-loop: [05] find-conflict-no-sizelimit
PASS:       losetup: losetup-loop: [06] find-conflict-readonly    
PASS:       losetup: losetup-loop: [07] find-ok-no-sizelimit      
PASS:       losetup: losetup-loop: [08] plain-conflict            
PASS:       losetup: losetup-loop: [09] plain-readonly            
      losetup: losetup-loop                                  ... OK (all 9 sub-tests PASSED)
PASS:         lsblk: lsblk: [01] simple-lvm-basic                 
PASS:         lsblk: lsblk: [02] simple-lvm-discard               
PASS:         lsblk: lsblk: [03] simple-lvm-rw                    
PASS:         lsblk: lsblk: [04] simple-lvm-state                 
PASS:         lsblk: lsblk: [05] simple-lvm-topo                  
PASS:         lsblk: lsblk: [06] simple-lvm-vendor                
PASS:         lsblk: lsblk: [07] simple-lvm-zone                  
PASS:         lsblk: lsblk: [08] simple-nvme-basic                
PASS:         lsblk: lsblk: [09] simple-nvme-discard              
PASS:         lsblk: lsblk: [10] simple-nvme-rw                   
PASS:         lsblk: lsblk: [11] simple-nvme-state                
PASS:         lsblk: lsblk: [12] simple-nvme-topo                 
PASS:         lsblk: lsblk: [13] simple-nvme-vendor               
PASS:         lsblk: lsblk: [14] simple-nvme-zone                 
        lsblk: lsblk                                         ... OK (all 14 sub-tests PASSED)
PASS:         lscpu: lscpu: [01] armv7                            
PASS:         lscpu: lscpu: [02] loongarch-loongson_3a5000_hv     
PASS:         lscpu: lscpu: [03] ppc-qemu                         
PASS:         lscpu: lscpu: [04] ppc64-POWER7-64cpu               
PASS:         lscpu: lscpu: [05] ppc64-POWER7                     
PASS:         lscpu: lscpu: [06] rv64-linux                       
PASS:         lscpu: lscpu: [07] s390-kvm                         
PASS:         lscpu: lscpu: [08] s390-lpar-drawer                 
PASS:         lscpu: lscpu: [09] s390-lpar                        
PASS:         lscpu: lscpu: [10] s390-nested-virt                 
PASS:         lscpu: lscpu: [11] s390-zvm                         
PASS:         lscpu: lscpu: [12] sparc64                          
PASS:         lscpu: lscpu: [13] vbox-win                         
PASS:         lscpu: lscpu: [14] vmware_fpe                       
PASS:         lscpu: lscpu: [15] x86_64-64cpu-linux6.2            
PASS:         lscpu: lscpu: [16] x86_64-64cpu                     
PASS:         lscpu: lscpu: [17] x86_64-dell_e4310                
PASS:         lscpu: lscpu: [18] x86_64-epyc_7451                 
        lscpu: lscpu                                         ... OK (all 18 sub-tests PASSED)
PASS:          lsfd: ainodeclass column: [01] pidfd               
PASS:          lsfd: ainodeclass column: [02] inotify             
         lsfd: ainodeclass column                            ... OK (all 2 sub-tests PASSED)
SKIP:          lsfd: kthread column                                (pid 1 is not systemd)
PASS:          lsfd: NAME and KNAME column: [01] ro-regular-file  
PASS:          lsfd: NAME and KNAME column: [02] pidfd            
PASS:          lsfd: NAME and KNAME column: [03] socketpair       
         lsfd: NAME and KNAME column                         ... OK (all 3 sub-tests PASSED)
PASS:          lsfd: TYPE and STTYPE column: [01] ro-regular-file 
PASS:          lsfd: TYPE and STTYPE column: [02] pidfd           
PASS:          lsfd: TYPE and STTYPE column: [03] inotify         
PASS:          lsfd: TYPE and STTYPE column: [04] socketpair      
         lsfd: TYPE and STTYPE column                        ... OK (all 4 sub-tests PASSED)
PASS:          lsfd: directory                                    
PASS:          lsfd: mmap'ed AF_PACKET socket                     
PASS:          lsfd: NETLINK sockets                              
PASS:          lsfd: NETLINK sockets                              
PASS:          lsfd: netns associated with a fd                   
SKIP:          lsfd: pidfd                                         (pid 1 is not systemd)
SKIP:          lsfd: PING and PINGv6 sockets                       (the group(s) (0) of the process is not in the expected range [1	0]))
PASS:          lsfd: pipe, no fork                                
PASS:          lsfd: RAW sockets                                  
PASS:          lsfd: RAW6 sockets                                 
PASS:          lsfd: block device with O_RDONLY                   
PASS:          lsfd: read-only regular file                       
PASS:          lsfd: character device with O_RDWR                 
PASS:          lsfd: AF_UNIX socket pair created with socketpair(2)
PASS:          lsfd: symbolic link itself opened with O_PATH      
PASS:          lsfd: TCP sockets                                  
PASS:          lsfd: TCP6 sockets                                 
PASS:          lsfd: UDP and UDP-Lite sockets                     
PASS:          lsfd: UDP6 and UDPLITEv6 sockets                   
PASS:          lsfd: UNIX dgram sockets                           
PASS:          lsfd: UNIX sockets made in a differenct net namespace: [01] stream
PASS:          lsfd: UNIX sockets made in a differenct net namespace: [02] dgram
PASS:          lsfd: UNIX sockets made in a differenct net namespace: [03] seqpacket
         lsfd: UNIX sockets made in a differenct net namespace ... OK (all 3 sub-tests PASSED)
PASS:          lsfd: UNIX stream sockets                          
PASS:          lsfd: passing broken expressions to -Q option      
SKIP:          lsfd: --pid option                                  (pid 1 is not systemd)
PASS:          lsfd: --summary option                             
PASS:         lsmem: lsmem: [01] s390-zvm-6g                      
PASS:         lsmem: lsmem: [02] x86_64-16g                       
        lsmem: lsmem                                         ... OK (all 2 sub-tests PASSED)
PASS:          lsns: ownership and hierarchy                      
Error: Unknown device type.
SKIP:          lsns: NETNSID compare to ip-link                    (failed to initialize)
PASS:          lsns: NSFS for ip-netns-add                        
PASS:           md5: md5                                          
SKIP:         minix: mkfs fsck                                     (missing in PATH: mkfs.minix)
SKIP:         minix: fsck images                                   (missing in PATH: fsck.minix)
SKIP:         minix: mkfs mount                                    (missing in PATH: mkfs.minix)
PASS:          misc: fallocate                                    
PASS:          misc: flock: [01] non-block                        
PASS:          misc: flock: [02] no-fork                          
PASS:          misc: flock: [03] shared                           
PASS:          misc: flock: [04] exclusive                        
PASS:          misc: flock: [05] fd                               
PASS:          misc: flock: [06] timeout                          
         misc: flock: [07] time-check                        ... OK (diff 3 sec)
         misc: flock                                         ... OK (all 7 sub-tests PASSED)
PASS:          misc: ionice                                       
SKIP:          misc: line                                          (missing in PATH: line)
PASS:          misc: mbsencode: [01] safe-ascii                   
PASS:          misc: mbsencode: [02] invalid-ascii                
         misc: mbsencode: [03] safe-utf8                     ... KNOWN FAILED (misc/mbsencode-safe-utf8)
         misc: mbsencode: [04] invalid-utf8                  ... KNOWN FAILED (misc/mbsencode-invalid-utf8)
         misc: mbsencode                                     ... KNOWN FAILED (2 from 4 sub-tests)
PASS:          misc: mcookie                                      
PASS:          misc: mountpoint: [01] default                     
PASS:          misc: mountpoint: [02] nofollow                    
PASS:          misc: mountpoint: [03] mutually-exclusive          
         misc: mountpoint                                    ... OK (all 3 sub-tests PASSED)
PASS:          misc: pipesz: [01] set-fd-bad                      
PASS:          misc: pipesz: [02] set-fd                          
PASS:          misc: pipesz: [03] set-file-bad                    
PASS:          misc: pipesz: [04] set-file                        
PASS:          misc: pipesz: [05] get-fd-bad                      
PASS:          misc: pipesz: [06] get-fd                          
PASS:          misc: pipesz: [07] get-file-bad                    
PASS:          misc: pipesz: [08] get-file                        
PASS:          misc: pipesz: [09] pipe-max-size                   
PASS:          misc: pipesz: [10] exec                            
         misc: pipesz                                        ... OK (all 10 sub-tests PASSED)
PASS:          misc: rev                                          
PASS:          misc: setarch: [01] options                        
PASS:          misc: setarch: [02] uname26                        
PASS:          misc: setarch: [03] uname26-version                
PASS:          misc: setarch: [04] show                           
         misc: setarch                                       ... OK (all 4 sub-tests PASSED)
PASS:          misc: setsid                                       
PASS:          misc: strtosize                                    
PASS:          misc: swaplabel                                    
PASS:          misc: waitpid: [01] normal                         
PASS:          misc: waitpid: [02] timeout                        
PASS:          misc: waitpid: [03] exited                         
PASS:          misc: waitpid: [04] count                          
         misc: waitpid                                       ... OK (all 4 sub-tests PASSED)
PASS:          misc: whereis                                      
PASS:        mkswap: mkswap: [01] NATIVE-4096                     
PASS:        mkswap: mkswap: [02] LE-4096                         
PASS:        mkswap: mkswap: [03] BE-4096                         
PASS:        mkswap: mkswap: [04] NATIVE-8192                     
PASS:        mkswap: mkswap: [05] LE-8192                         
PASS:        mkswap: mkswap: [06] BE-8192                         
       mkswap: mkswap                                        ... OK (all 6 sub-tests PASSED)
PASS:          more: regexp                                       
PASS:          more: squeeze                                      
PASS:         mount: complex: [01] init                           
PASS:         mount: complex: [02] rw-mount                       
PASS:         mount: complex: [03] ro-move                        
PASS:         mount: complex: [04] ro-remount                     
PASS:         mount: complex: [05] rw-remount                     
PASS:         mount: complex: [06] ro-shared-bind                 
        mount: complex                                       ... OK (all 6 sub-tests PASSED)
PASS:         mount: by devname                                   
SKIP:         mount: dm-verity support                             (missing in PATH: mksquashfs)
PASS:         mount: fstab-fallback: [01] open_tree               
PASS:         mount: fstab-fallback: [02] fsopen                  
PASS:         mount: fstab-fallback: [03] later-fsopen            
PASS:         mount: fstab-fallback: [04] subdir                  
PASS:         mount: fstab-fallback: [05] mount_setattr           
        mount: fstab-fallback                                ... OK (all 5 sub-tests PASSED)
PASS:         mount: fs lists: [01] one-type                      
PASS:         mount: fs lists: [02] more-types                    
PASS:         mount: fs lists: [03] more-types-fstab              
PASS:         mount: fs lists: [04] type-pattern                  
PASS:         mount: fs lists: [05] type-pattern-neg              
        mount: fs lists                                      ... OK (all 5 sub-tests PASSED)
PASS:         mount: all (fstab): [01] basic                      
PASS:         mount: all (fstab): [02] filter-type                
PASS:         mount: all (fstab): [03] filter-notype              
PASS:         mount: all (fstab): [04] filter-option              
PASS:         mount: all (fstab): [05] override-option            
PASS:         mount: all (fstab): [06] relative-path              
PASS:         mount: all (fstab): [07] prefix                     
        mount: all (fstab)                                   ... OK (all 7 sub-tests PASSED)
PASS:         mount: fstab-bind                                   
PASS:         mount: broken fstab: [01] mount                     
PASS:         mount: broken fstab: [02] mount-all                 
        mount: broken fstab                                  ... OK (all 2 sub-tests PASSED)
PASS:         mount: btrfs (fstab): [01] btrfs                    
PASS:         mount: btrfs (fstab): [02] auto                     
        mount: btrfs (fstab)                                 ... OK (all 2 sub-tests PASSED)
PASS:         mount: by devname (fstab): [01] mountpoint          
PASS:         mount: by devname (fstab): [02] device-name         
        mount: by devname (fstab)                            ... OK (all 2 sub-tests PASSED)
PASS:         mount: by devname (fstab label)                     
PASS:         mount: by devname (fstab uuid)                      
PASS:         mount: by label (fstab): [01] no-option             
PASS:         mount: by label (fstab): [02] L-option              
PASS:         mount: by label (fstab): [03] LABEL-option          
        mount: by label (fstab)                              ... OK (all 3 sub-tests PASSED)
PASS:         mount: by label (fstab devname): [01] L-option      
PASS:         mount: by label (fstab devname): [02] LABEL-option  
        mount: by label (fstab devname)                      ... OK (all 2 sub-tests PASSED)
PASS:         mount: by label (fstab uuid): [01] L-option         
PASS:         mount: by label (fstab uuid): [02] LABEL-option     
        mount: by label (fstab uuid)                         ... OK (all 2 sub-tests PASSED)
PASS:         mount: loop (fstab)                                 
PASS:         mount: none                                         
PASS:         mount: by devname (fstab symlink)                   
PASS:         mount: by uuid (fstab): [01] no-option              
PASS:         mount: by uuid (fstab): [02] U-option               
PASS:         mount: by uuid (fstab): [03] UUID-option            
        mount: by uuid (fstab)                               ... OK (all 3 sub-tests PASSED)
PASS:         mount: by uuid (fstab devname): [01] U-option       
PASS:         mount: by uuid (fstab devname): [02] UUID-option    
        mount: by uuid (fstab devname)                       ... OK (all 2 sub-tests PASSED)
PASS:         mount: by uuid (fstab label): [01] U-option         
PASS:         mount: by uuid (fstab label): [02] UUID-option      
        mount: by uuid (fstab label)                         ... OK (all 2 sub-tests PASSED)
PASS:         mount: by label: [01] L-option                      
PASS:         mount: by label: [02] LABEL-option                  
        mount: by label                                      ... OK (all 2 sub-tests PASSED)
PASS:         mount: move                                         
PASS:         mount: regular file                                 
PASS:         mount: remount                                      
PASS:         mount: X-mount.{owner,group,mode}=                  
PASS:         mount: shared-subtree: [01] make-shared             
PASS:         mount: shared-subtree: [02] make-private            
PASS:         mount: shared-subtree: [03] make-unbindable         
PASS:         mount: shared-subtree: [04] bind-shared             
PASS:         mount: shared-subtree: [05] mount-private           
PASS:         mount: shared-subtree: [06] mount-private-ro        
        mount: shared-subtree                                ... OK (all 6 sub-tests PASSED)
PASS:         mount: call mount.<type>: [01] basic                
PASS:         mount: call mount.<type>: [02] options              
PASS:         mount: call mount.<type>: [03] multi-types          
PASS:         mount: call mount.<type>: [04] user                 
PASS:         mount: call mount.<type>: [05] username             
        mount: call mount.<type>                             ... OK (all 5 sub-tests PASSED)
PASS:         mount: X-mount.subdir: [01] init                    
PASS:         mount: X-mount.subdir: [02] subdir                  
        mount: X-mount.subdir                                ... OK (all 2 sub-tests PASSED)
PASS:         mount: umount-all-targets: [01] all-targets-mnt     
PASS:         mount: umount-all-targets: [02] all-targets-dev     
PASS:         mount: umount-all-targets: [03] all-targets-recursive
        mount: umount-all-targets                            ... OK (all 3 sub-tests PASSED)
PASS:         mount: umount-recursive                             
PASS:         mount: by uuid: [01] U-option                       
PASS:         mount: by uuid: [02] UUID-option                    
        mount: by uuid                                       ... OK (all 2 sub-tests PASSED)
PASS:         namei: basic functionality                          
PASS:         partx: partitions probing: [01] addpart             
PASS:         partx: partitions probing: [02] delpart             
PASS:         partx: partitions probing: [03] detect-parts        
PASS:         partx: partitions probing: [04] delete-all          
PASS:         partx: partitions probing: [05] add-all             
PASS:         partx: partitions probing: [06] update-one          
PASS:         partx: partitions probing: [07] delete-one          
PASS:         partx: partitions probing: [08] delete-non-existent 
PASS:         partx: partitions probing: [09] add-existing        
PASS:         partx: partitions probing: [10] change-by-range     
        partx: partitions probing                            ... OK (all 10 sub-tests PASSED)
PASS:         partx: show images: [01] atari-primary              
PASS:         partx: show images: [02] atari-xgm                  
PASS:         partx: show images: [03] bsd                        
PASS:         partx: show images: [04] dos+bsd                    
PASS:         partx: show images: [05] gpt                        
PASS:         partx: show images: [06] sgi                        
PASS:         partx: show images: [07] sun                        
        partx: show images                                   ... OK (all 7 sub-tests PASSED)
SKIP:         paths: built-in                                      (optional)
PASS:        rename: basic check                                  
PASS:        rename: exit codes                                   
PASS:        rename: overwrite                                    
PASS:        rename: subdir check                                 
PASS:        rename: symlink check                                
PASS:    schedutils: chrt: [01] fifo                              
PASS:    schedutils: chrt: [02] batch                             
PASS:    schedutils: chrt: [03] other                             
PASS:    schedutils: chrt: [04] rr                                
PASS:    schedutils: chrt: [05] idle                              
chrt: failed to set pid 0's policy: Invalid argument
chrt: failed to set pid 0's policy: Invalid argument
chrt: failed to set pid 0's policy: Invalid argument
   schedutils: chrt: [06] deadline                           ... KNOWN FAILED (schedutils/chrt-deadline)
Supported policies:
SCHED_OTHER min/max priority	: 0/0
SCHED_FIFO min/max priority	: 1/99
SCHED_RR min/max priority	: 1/99
SCHED_BATCH min/max priority	: 0/0
SCHED_IDLE min/max priority	: 0/0
SCHED_DEADLINE min/max priority	: 0/0
   schedutils: chrt                                          ... KNOWN FAILED (1 from 6 sub-tests)
PASS:    schedutils: chrt-non-user: [01] batch-vs-nice            
   schedutils: chrt-non-user                                 ... OK (all 1 sub-tests PASSED)
PASS:    schedutils: cpuset                                       
PASS:        script: buffering race                               
PASS:        script: options: [01] append                         
PASS:        script: options: [02] force                          
PASS:        script: options: [03] quiet                          
PASS:        script: options: [04] return                         
PASS:        script: options: [05] size                           
       script: options                                       ... OK (all 5 sub-tests PASSED)
PASS:        script: race conditions                              
PASS:        script: replay: [01] basic                           
PASS:        script: replay: [02] output                          
PASS:        script: replay: [03] input                           
PASS:        script: replay: [04] live                            
       script: replay                                        ... OK (all 4 sub-tests PASSED)
PASS:        sfdisk: MBR: [01] simple-commas                      
PASS:        sfdisk: MBR: [02] activate                           
PASS:        sfdisk: MBR: [03] simple-space                       
PASS:        sfdisk: MBR: [04] read-dump-case                     
PASS:        sfdisk: MBR: [05] read-dump                          
PASS:        sfdisk: MBR: [06] write-dump                         
PASS:        sfdisk: MBR: [07] write-json                         
PASS:        sfdisk: MBR: [08] explicit-size                      
PASS:        sfdisk: MBR: [09] resize                             
PASS:        sfdisk: MBR: [10] resize-empty-extended              
PASS:        sfdisk: MBR: [11] reduce-empty-extended              
PASS:        sfdisk: MBR: [12] resize-extended                    
PASS:        sfdisk: MBR: [13] resize-logical                     
PASS:        sfdisk: MBR: [14] dump-old                           
PASS:        sfdisk: MBR: [15] dump-gaps                          
PASS:        sfdisk: MBR: [16] default-vs-gap1                    
PASS:        sfdisk: MBR: [17] default-vs-gap2                    
PASS:        sfdisk: MBR: [18] sizes-vs-gaps                      
       sfdisk: MBR                                           ... OK (all 18 sub-tests PASSED)
PASS:        sfdisk: script: [01] v2.32                           
PASS:        sfdisk: script: [02] v2.35                           
PASS:        sfdisk: script: [03] current                         
       sfdisk: script                                        ... OK (all 3 sub-tests PASSED)
PASS:        sfdisk: GPT: [01] all-defaults                       
PASS:        sfdisk: GPT: [02] uuid                               
PASS:        sfdisk: GPT: [03] label                              
PASS:        sfdisk: GPT: [04] type                               
PASS:        sfdisk: GPT: [05] attrs                              
PASS:        sfdisk: GPT: [06] attrs-space                        
PASS:        sfdisk: GPT: [07] attrs-guid                         
PASS:        sfdisk: GPT: [08] attrs-with-typo                    
PASS:        sfdisk: GPT: [09] attrs-unsupported                  
PASS:        sfdisk: GPT: [10] attrs-broken-nosep                 
PASS:        sfdisk: GPT: [11] attrs-broken-guid                  
PASS:        sfdisk: GPT: [12] read-dump                          
PASS:        sfdisk: GPT: [13] write-dump                         
PASS:        sfdisk: GPT: [14] write-json                         
PASS:        sfdisk: GPT: [15] list-pmbr                          
PASS:        sfdisk: GPT: [16] resize                             
PASS:        sfdisk: GPT: [17] reorder                            
       sfdisk: GPT                                           ... OK (all 17 sub-tests PASSED)
PASS:        sfdisk: movedata: [01] up                            
PASS:        sfdisk: movedata: [02] down                          
PASS:        sfdisk: movedata: [03] non-overlay                   
       sfdisk: movedata                                      ... OK (all 3 sub-tests PASSED)
PASS:        sfdisk: resize: [01] dos-0-move-up-absolute          
PASS:        sfdisk: resize: [02] dos-1-move-down-absolute        
PASS:        sfdisk: resize: [03] dos-2-move-up-relative          
PASS:        sfdisk: resize: [04] dos-3-move-down-relative        
PASS:        sfdisk: resize: [05] dos-4-enlarge-absolute          
PASS:        sfdisk: resize: [06] dos-5-reduce-absolute           
PASS:        sfdisk: resize: [07] dos-6-enlarge-relative          
PASS:        sfdisk: resize: [08] dos-7-reduce-relative           
PASS:        sfdisk: resize: [09] dos-8-enlarge-all               
PASS:        sfdisk: resize: [10] dos-9-up-preduce                
PASS:        sfdisk: resize: [11] dos-10-down-enlarge             
PASS:        sfdisk: resize: [12] dos-11-absolute-move-resize     
PASS:        sfdisk: resize: [13] dos-12-reduce-midle             
PASS:        sfdisk: resize: [14] dos-13-max-last                 
PASS:        sfdisk: resize: [15] gpt-0-move-up-absolute          
PASS:        sfdisk: resize: [16] gpt-1-move-down-absolute        
PASS:        sfdisk: resize: [17] gpt-2-move-up-relative          
PASS:        sfdisk: resize: [18] gpt-3-move-down-relative        
PASS:        sfdisk: resize: [19] gpt-4-enlarge-absolute          
PASS:        sfdisk: resize: [20] gpt-5-reduce-absolute           
PASS:        sfdisk: resize: [21] gpt-6-enlarge-relative          
PASS:        sfdisk: resize: [22] gpt-7-reduce-relative           
PASS:        sfdisk: resize: [23] gpt-8-enlarge-all               
PASS:        sfdisk: resize: [24] gpt-9-up-preduce                
PASS:        sfdisk: resize: [25] gpt-10-down-enlarge             
PASS:        sfdisk: resize: [26] gpt-11-absolute-move-resize     
PASS:        sfdisk: resize: [27] gpt-12-reduce-midle             
PASS:        sfdisk: resize: [28] gpt-13-max-last                 
PASS:        sfdisk: resize: [29] dos-unsorted                    
       sfdisk: resize                                        ... OK (all 29 sub-tests PASSED)
PASS:        sfdisk: script: [01] type-and-id                     
PASS:        sfdisk: script: [02] separator                       
PASS:        sfdisk: script: [03] quotes                          
PASS:        sfdisk: script: [04] broken-1                        
PASS:        sfdisk: script: [05] broken-2                        
PASS:        sfdisk: script: [06] broken-3                        
PASS:        sfdisk: script: [07] broken-4                        
PASS:        sfdisk: script: [08] broken-5                        
       sfdisk: script                                        ... OK (all 8 sub-tests PASSED)
PASS:        sfdisk: wipe: [01] gpt-to-dos                        
PASS:        sfdisk: wipe: [02] gpt-to-dos-auto                   
PASS:        sfdisk: wipe: [03] fs-to-dos                         
PASS:        sfdisk: wipe: [04] partition                         
       sfdisk: wipe                                          ... OK (all 4 sub-tests PASSED)
PASS:          sha1: sha1                                         
PASS:        swapon: by devname                                   
PASS:        swapon: fix page size                                
PASS:        swapon: fix signature                                
PASS:        swapon: by label                                     
PASS:        swapon: by uuid                                      
           ul: basic tests: [01] printable-characters        ... KNOWN FAILED (ul/basic-printable-characters)
           ul: basic tests: [02] filter-input                ... KNOWN FAILED (ul/basic-filter-input)
           ul: basic tests: [03] indicated                   ... KNOWN FAILED (ul/basic-indicated)
           ul: basic tests                                   ... KNOWN FAILED (3 from 3 sub-tests)
           ul: ul                                            ... KNOWN FAILED (ul/ul)
PASS:          utmp: last: [01] nodns                             
         utmp: last                                          ... OK (all 1 sub-tests PASSED)
PASS:          utmp: last ipv6: [01] nodns                        
         utmp: last ipv6                                     ... OK (all 1 sub-tests PASSED)
PASS:          utmp: circle                                       
PASS:          utmp: subsecond                                    
SKIP:          utmp: to binary                                     (utmp struct size 400)
SKIP:          utmp: IPv6 to binary                                (utmp struct size 400)
SKIP:          utmp: to text                                       (utmp struct size 400)
SKIP:          utmp: IPv6 to text                                  (utmp struct size 400)
PASS:          uuid: namespace                                    
PASS:          uuid: oids                                         
PASS:          uuid: uuid_parser                                  
PASS:          uuid: uuidd                                        
PASS:          uuid: uuidgen                                      
PASS:          uuid: uuidparse                                    
PASS:        wipefs: wipefs                                       

---------------------------------------------------------------------
  All 259 tests PASSED
---------------------------------------------------------------------
Starting udev
DURATION: 205