summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-ptest-liburi-perl/ptest-liburi-perl.log
blob: 60e723b7aae33d61b6c771712c3a34876612be04 (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
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
START: ptest-runner
2023-07-19T01:18
ok 1
ok 2
ok 3
ok 4
ok 5
1..5
PASS: t/utf8
1..48
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
PASS: t/gopher
1..45
ok 1 - g:h => g:h
ok 2 - g => http://a/b/c/g
ok 3 - ./g => http://a/b/c/g
ok 4 - g/ => http://a/b/c/g/
ok 5 - /g => http://a/g
ok 6 - //g => http://g
ok 7 - ?y => http://a/b/c/d;p?y
ok 8 - g?y => http://a/b/c/g?y
ok 9 - \#s => http://a/b/c/d;p?q\#s
ok 10 - g\#s => http://a/b/c/g\#s
ok 11 - g?y\#s => http://a/b/c/g?y\#s
ok 12 - ;x => http://a/b/c/;x
ok 13 - g;x => http://a/b/c/g;x
ok 14 - g;x?y\#s => http://a/b/c/g;x?y\#s
ok 15 - . => http://a/b/c/
ok 16 - ./ => http://a/b/c/
ok 17 - .. => http://a/b/
ok 18 - ../ => http://a/b/
ok 19 - ../g => http://a/b/g
ok 20 - ../.. => http://a/
ok 21 - ../../ => http://a/
ok 22 - ../../g => http://a/g
ok 23 - <> => http://a/b/c/d;p?q
ok 24 - ../../../g => http://a/../g
ok 25 - ../../../../g => http://a/../../g
ok 26 - /./g => http://a/./g
ok 27 - /../g => http://a/../g
ok 28 - g. => http://a/b/c/g.
ok 29 - .g => http://a/b/c/.g
ok 30 - g.. => http://a/b/c/g..
ok 31 - ..g => http://a/b/c/..g
ok 32 - ./../g => http://a/b/g
ok 33 - ./g/. => http://a/b/c/g/
ok 34 - g/./h => http://a/b/c/g/h
ok 35 - g/../h => http://a/b/c/h
ok 36 - g;x=1/./y => http://a/b/c/g;x=1/y
ok 37 - g;x=1/../y => http://a/b/c/y
ok 38 - g?y/./x => http://a/b/c/g?y/./x
ok 39 - g?y/../x => http://a/b/c/g?y/../x
ok 40 - g\#s/./x => http://a/b/c/g\#s/./x
ok 41 - g\#s/../x => http://a/b/c/g\#s/../x
ok 42 - http:g => http:g
ok 43 - http: => http:
ok 44 - \#foo? => http://a/b/c/d;p?q\#foo?
ok 45 - ?\#foo => http://a/b/c/d;p?\#foo
# 
# 
# In the following cases we did not get back to where we started with rel()
# 1: URI->new("http://a/b/c/g", "http://a/b/c/d;p?q")->rel ==> "g" (not "./g")
# 1: URI->new("http://a/g", "http://a/b/c/d;p?q")->rel ==> "../../g" (not "/g")
# 1: URI->new("http://g", "http://a/b/c/d;p?q")->rel ==> "http://g" (not "//g")
# 1: URI->new("http://a/b/c/d;p?y", "http://a/b/c/d;p?q")->rel ==> "d;p?y" (not "?y")
# 1: URI->new("http://a/b/c/d;p?q#s", "http://a/b/c/d;p?q")->rel ==> "d;p?q#s" (not "#s")
# 1: URI->new("http://a/b/c/", "http://a/b/c/d;p?q")->rel ==> "./" (not ".")
# 1: URI->new("http://a/b/", "http://a/b/c/d;p?q")->rel ==> "../" (not "..")
# 1: URI->new("http://a/", "http://a/b/c/d;p?q")->rel ==> "../../" (not "../..")
# 1: URI->new("http://a/b/c/d;p?q", "http://a/b/c/d;p?q")->rel ==> "d;p?q" (not "<>")
# 1: URI->new("http://a/./g", "http://a/b/c/d;p?q")->rel ==> "../.././g" (not "/./g")
# 1: URI->new("http://a/../g", "http://a/b/c/d;p?q")->rel ==> "../../../g" (not "/../g")
# 1: URI->new("http://a/b/g", "http://a/b/c/d;p?q")->rel ==> "../g" (not "./../g")
# 1: URI->new("http://a/b/c/g/", "http://a/b/c/d;p?q")->rel ==> "g/" (not "./g/.")
# 1: URI->new("http://a/b/c/g/h", "http://a/b/c/d;p?q")->rel ==> "g/h" (not "g/./h")
# 1: URI->new("http://a/b/c/h", "http://a/b/c/d;p?q")->rel ==> "h" (not "g/../h")
# 1: URI->new("http://a/b/c/g;x=1/y", "http://a/b/c/d;p?q")->rel ==> "g;x=1/y" (not "g;x=1/./y")
# 1: URI->new("http://a/b/c/y", "http://a/b/c/d;p?q")->rel ==> "y" (not "g;x=1/../y")
# 1: URI->new("http://a/b/c/d;p?q#foo?", "http://a/b/c/d;p?q")->rel ==> "d;p?q#foo?" (not "#foo?")
# 1: URI->new("http://a/b/c/d;p?#foo", "http://a/b/c/d;p?q")->rel ==> "d;p?#foo" (not "?#foo")
PASS: t/abs
1..6
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
PASS: t/old-absconf
1..19
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
PASS: t/rfc2732
1..6
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
PASS: t/rel
1..6
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
PASS: t/mix
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8 - it should accept slash in unwanted characters
ok 9 - it should accept regex char group terminator in unwanted characters
ok 10 - it should accept regex escape character at the end of unwanted characters
ok 11 - it should recognize scalar interpolation injection in unwanted characters
ok 12 - it should recognize array interpolation injection in unwanted characters
ok 13 - it should recognize hash interpolation injection in unwanted characters
ok 14 - it should recognize leading minus
ok 15 - it should recognize leading ^-
ok 16 - it should recognize character groups
ok 17 - it should allow character class escapes
ok 18 - regex characters like / and ^ allowed in range
ok 19 - invalid range with max less than min throws exception
ok 20 - it should allow character class escapes
ok 21 - bad escapes emit warnings
ok 22 - allows regexp objects
ok 23 - allows regexp objects matching multiple characters
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29 - no (unexpected) warnings (via done_testing)
1..29
PASS: t/escape
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
PASS: t/news
1..12
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
PASS: t/old-file
ok 1 - correctly created a URI from a utf8-downgrade string
1..1
PASS: t/escape-char
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
PASS: t/mms
1..7
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
PASS: t/idna
1..24
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
PASS: t/iri
ok 1 - constant indicates to treat square brackets as reserved characters (legacy)
ok 2 - legacy: reserved square brackets not escaped
ok 3 - legacy: reserved square brackets not escaped
ok 4 - legacy: reserved square brackets not escaped
ok 5 - legacy: reserved square brackets not escaped
ok 6 - legacy: reserved square brackets not escaped
ok 7 - legacy: reserved square brackets not escaped
1..7
PASS: t/sq-brackets-legacy
1..1
# 
# Versions for all modules listed in static metadata (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.64
# 
# === Configure Suggests ===
# 
#     Module      Want Have
#     -------- ------- ----
#     JSON::PP 2.27300 4.07
# 
# === Test Requires ===
# 
#     Module                Want     Have
#     --------------------- ---- --------
#     ExtUtils::MakeMaker    any     7.64
#     File::Spec             any     3.84
#     File::Spec::Functions  any     3.84
#     File::Temp             any   0.2311
#     Test::Fatal            any    0.017
#     Test::More            0.96 1.302190
#     Test::Needs            any 0.002010
#     Test::Warnings         any    0.031
#     utf8                   any     1.24
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module       Want  Have
#     ------------ ---- -----
#     Carp          any  1.52
#     Cwd           any  3.84
#     Data::Dumper  any 2.184
#     Encode        any  3.17
#     Exporter     5.57  5.77
#     MIME::Base64    2  3.16
#     Net::Domain   any  3.14
#     Scalar::Util  any  1.62
#     constant      any  1.33
#     integer       any  1.01
#     overload      any  1.35
#     parent        any 0.238
#     strict        any  1.12
#     utf8          any  1.24
#     warnings      any  1.58
# 
# === Runtime Suggests ===
# 
#     Module          Want    Have
#     -------------- ----- -------
#     Business::ISBN 3.005 missing
#     Regexp::IPv6    0.03 missing
# 
ok 1 - Reported prereqs
PASS: t/00-report-prereqs
1..102
# t/roytest1.html
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
# t/roytest2.html
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52
ok 53
ok 54
ok 55
ok 56
ok 57
ok 58
ok 59
# t/roytest3.html
ok 60
ok 61
ok 62
ok 63
ok 64
ok 65
ok 66
ok 67
ok 68
ok 69
ok 70
ok 71
ok 72
# t/roytest4.html
ok 73
ok 74
ok 75
ok 76
ok 77
ok 78
ok 79
ok 80
ok 81
ok 82
ok 83
ok 84
ok 85
ok 86
ok 87
# t/roytest5.html
ok 88
ok 89
ok 90
ok 91
ok 92
ok 93
ok 94
ok 95
ok 96
ok 97
ok 98
ok 99
ok 100
ok 101
ok 102
PASS: t/roy-test
1..0 # SKIP Need Business::ISBN 3.005
1..0 # SKIP Need Business::ISBN 3.005
SKIP: t/urn-isbn
1..2
ok 1
ok 2
PASS: t/clone
1..24
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
# ldap://LDAP-HOST:389/o=University%20of%20Michigan,c=US?postalAddress?base?ObjectClass=*?FOO=Bar,bindname=CN%3DManager%CO%3dFoo
# ldap://ldap-host/o=University%20of%20Michigan,c=US?postaladdress???foo=Bar,bindname=CN=Manager%CO=Foo
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
PASS: t/ldap
ok 1 - parsing normal URI sets to()
ok 2 - ... and stringification works
ok 3 - to() returns old value
ok 4 - ... and sets new value
ok 5 - ... and stringification works
ok 6 - to() accepts chars that need escaping
ok 7 - ... and stringification escapes them
ok 8 - ... and headers() returns the correct values
ok 9 - setting multiple headers at once works
ok 10 - ... and to() returns the new value
ok 11 - ... and stringification works
ok 12 - starting with an empty URI and setting to() works
ok 13 - subaddress with `+` parsed correctly
ok 14 - ... and stringification works
ok 15 - IPv4 host name
ok 16 - ... and stringification works
ok 17 - IPv4 host name
ok 18 - ... and stringification works
1..18
PASS: t/mailto
ok 1 - path_segments in list context
ok 2 - path_segments in scalar context
ok 3 - set path_segments in list context
ok 4 - set path_segments in scalar context
ok 5 - set path_segments in void context
ok 6 - escaping special characters
ok 7 - An object of class 'URI::_segment' isa 'URI::_segment'
ok 8 - dealing with URI segments
1..8
PASS: t/path-segments
1..4
ok 1
ok 2
ok 3
ok 4
PASS: t/rsync
1..13
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
PASS: t/sip
ok 1 - no exception when trying to load a scheme handler class
ok 2 - but URI still instantiated as foreign
ok 3 - no exception when trying to load a scheme handler class
ok 4 - but URI still instantiated as foreign
1..4
PASS: t/scheme-exceptions
1..13
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
PASS: t/ftp
ok 1 - host
ok 2 - port
1..2
PASS: t/ipv6
1..16
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
PASS: t/http
ok 1 - ==
ok 2 - !=
1..2
PASS: t/num_eq
1..15
ok 1 - http://en.wikipedia.org/wiki/Punycode example encode
ok 2 - http://en.wikipedia.org/wiki/Punycode example decode
ok 3 - A encode
ok 4 - A decode
ok 5 - B encode
ok 6 - B decode
ok 7 - E encode
ok 8 - E decode
ok 9 - J encode
ok 10 - J decode
ok 11 - K encode
ok 12 - K decode
ok 13 - O encode
ok 14 - O decode
ok 15 - S encode
PASS: t/punycode
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
PASS: t/pop
ok 1 - Query parameters are sorted
1..1
PASS: t/sort-hash-query-form
1..19
ok 1 - query_form_hash get
ok 2 - query_form_hash set
ok 3 - query_param list keys
ok 4 - query_param scalar return
ok 5 - query_param list return
ok 6 - query_param set return
ok 7 - param order
ok 8 - old values returned
ok 9
ok 10 - query_param_delete
ok 11
ok 12
ok 13 - delete by assigning empty list
ok 14 - query_param from scratch
ok 15
ok 16
ok 17
ok 18
ok 19
PASS: t/query-param
1..5
ok 1
ok 2
ok 3
ok 4
ok 5
PASS: t/old-relbase
ok 1 - constant indicates NOT to treat square brackets as reserved characters
ok 2 - sqb in path and request
ok 3 - sqb in path and request and fragment
ok 4 - sqb in userinfo, host, path, request and fragment
ok 5 - sqb in userinfo, host, path, request and fragment
ok 6 - scheme
ok 7 - userinfo
ok 8 - host
ok 9 - ihost
ok 10 - port
ok 11 - default_port
ok 12 - host_port
ok 13 - is_secure
ok 14 - path
ok 15 - opaque
ok 16 - fragment
ok 17 - query
ok 18 - as_string
ok 19 - has_recognized_scheme
ok 20 - as_iri
ok 21 - abs (no change)
ok 22 - rel
ok 23 - authority
ok 24 - path_query
ok 25 - query_keywords
ok 26 - segments
ok 27 - scalar: query_form
ok 28 - list: query_form
ok 29 - query removed
ok 30 - list: query_form
ok 31 - query removed: canonical
ok 32 - query
ok 33 - segments
ok 34 - rel/canonical
ok 35 - basic IPv6 URI
ok 36 - basic IPv6 URI
ok 37 - userinfo added (unescaped)
ok 38 - userinfo is escaped
ok 39 - userinfo replaced (escaped)
ok 40 - userinfo is escaped
ok 41 - userinfo replaced (escaped2)
ok 42 - userinfo is escaped2
ok 43 - userinfo replaced (escaped3)
ok 44 - userinfo is escaped3
ok 45 - hostname replaced
ok 46 - hostname replaced
ok 47 - host: example.com
ok 48 - same hosts (example.com)
ok 49 - host: 127.0.0.1
ok 50 - same hosts (127.0.0.1)
ok 51 - IPv6 host: fedc:ba98:7654:3210:fedc:ba98:7654:3210
ok 52 - same IPv6 hosts (fedc:ba98:7654:3210:fedc:ba98:7654:3210)
ok 53 - IPv6 host: ::1
ok 54 - same IPv6 hosts (::1)
ok 55 - path replaced
ok 56 - fragment added
ok 57 - authority replaced
ok 58 - authority replaced
ok 59 - authority replaced
ok 60 - authority replaced
ok 61 - authority replaced
1..61
PASS: t/sq-brackets
1..48
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
PASS: t/generic
1..22
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
PASS: t/data
1..23
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
PASS: t/query
# Turn lib path . into /usr/lib/liburi-perl/ptest/.
# Self tests for URI::URL version 5.17...
# Subtest: scheme tests
    # Testing 'file://host/fseg/fs?g/fseg'
    ok 1 - URI::URL->host
    ok 2 - URI::URL->path
    ok 3 - URI::URL->as_string
    # Testing 'ftp://0%3A:%40@h:0/0?0'
    ok 4 - URI::URL->params
    ok 5 - URI::URL->user
    ok 6 - URI::URL->query
    ok 7 - URI::URL->host
    ok 8 - URI::URL->path
    ok 9 - URI::URL->as_string
    ok 10 - URI::URL->netloc
    ok 11 - URI::URL->scheme
    ok 12 - URI::URL->port
    ok 13 - URI::URL->password
    # Testing 'ftp://host/a/b'
    ok 14 - URI::URL->user
    ok 15 - URI::URL->path
    ok 16 - URI::URL->as_string
    ok 17 - URI::URL->port
    ok 18 - URI::URL->host
    # Testing 'ftp://usr:pswd@web:1234/a/b;type=i'
    ok 19 - URI::URL->params
    ok 20 - URI::URL->user
    ok 21 - URI::URL->host
    ok 22 - URI::URL->path
    ok 23 - URI::URL->as_string
    ok 24 - URI::URL->port
    ok 25 - URI::URL->password
    # Testing 'gopher://gopher/2a_selector'
    ok 26 - URI::URL->gtype
    ok 27 - URI::URL->selector
    ok 28 - URI::URL->as_string
    # Testing 'gopher://host'
    ok 29 - URI::URL->gtype
    ok 30 - URI::URL->as_string
    # Testing 'gopher://host/'
    ok 31 - URI::URL->as_string
    ok 32 - URI::URL->gtype
    # Testing 'hTTp://web1.net/a/b/c/welcome#intro'
    ok 33 - URI::URL->as_string
    ok 34 - URI::URL->path
    ok 35 - URI::URL->port
    ok 36 - URI::URL->epath
    ok 37 - URI::URL->scheme
    ok 38 - URI::URL->full_path
    ok 39 - URI::URL->query
    ok 40 - URI::URL->host
    ok 41 - URI::URL->frag
    ok 42 - URI::URL->eparams
    ok 43 - URI::URL->equery
    ok 44 - URI::URL->params
    # Testing 'http://0:0/0/0;0?0#0'
    ok 45 - URI::URL->query
    ok 46 - URI::URL->params
    ok 47 - URI::URL->frag
    ok 48 - URI::URL->host
    ok 49 - URI::URL->netloc
    ok 50 - URI::URL->as_string
    ok 51 - URI::URL->path
    ok 52 - URI::URL->port
    ok 53 - URI::URL->scheme
    # Testing 'http://web.net'
    ok 54 - URI::URL->as_string
    ok 55 - URI::URL->path
    ok 56 - URI::URL->scheme
    ok 57 - URI::URL->port
    ok 58 - URI::URL->query
    ok 59 - URI::URL->full_path
    ok 60 - URI::URL->frag
    ok 61 - URI::URL->host
    # Testing 'http://web.net/'
    ok 62 - URI::URL->as_string
    ok 63 - URI::URL->path
    ok 64 - URI::URL->port
    ok 65 - URI::URL->scheme
    ok 66 - URI::URL->query
    ok 67 - URI::URL->full_path
    ok 68 - URI::URL->frag
    ok 69 - URI::URL->host
    # Testing 'http://web:1/a?query+text'
    ok 70 - URI::URL->frag
    ok 71 - URI::URL->port
    ok 72 - URI::URL->scheme
    ok 73 - URI::URL->host
    ok 74 - URI::URL->query
    ok 75 - URI::URL->path
    # Testing 'http:/0?0'
    ok 76 - URI::URL->scheme
    ok 77 - URI::URL->query
    ok 78 - URI::URL->full_path
    ok 79 - URI::URL->as_string
    ok 80 - URI::URL->path
    # Testing 'http:0'
    ok 81 - URI::URL->query
    ok 82 - URI::URL->full_path
    ok 83 - URI::URL->path
    ok 84 - URI::URL->as_string
    ok 85 - URI::URL->scheme
    # Testing 'mailto:libwww-perl@ics.uci.edu'
    ok 86 - URI::URL->address
    ok 87 - URI::URL->encoded822addr
    ok 88 - URI::URL->as_string
    # Testing 'news:*'
    ok 89 - URI::URL->group
    ok 90 - URI::URL->groupart
    ok 91 - URI::URL->as_string
    # Testing 'news:comp.lang.perl'
    ok 92 - URI::URL->group
    # Testing 'news:perl-faq/module-list-1-794455075@ig.co.uk'
    ok 93 - URI::URL->article
    # Testing 'nntp://news.com/comp.lang.perl/42'
    ok 94 - URI::URL->group
    # Testing 'rlogin://aas@a.sn.no'
    ok 95 - URI::URL->user
    ok 96 - URI::URL->host
    # Testing 'telnet://usr:pswd@web:12345/'
    ok 97 - URI::URL->user
    ok 98 - URI::URL->password
    ok 99 - URI::URL->host
    1..99
ok 1 - scheme tests
# Subtest: parts test
    ok 1 - URI::URL->as_string
    ok 2 - URI::URL->full_path
    ok 3 - URI::URL->as_string
    ok 4 - URI::URL->full_path
    ok 5 - URI::URL->as_string
    ok 6 - URI::URL->as_string
    ok 7 - URI::URL->as_string
    ok 8 - URI::URL->as_string
    ok 9 - URI::URL->as_string
    ok 10 - $url->keywords
    ok 11 - URI::URL->as_string
    ok 12 - $url->query_form
    ok 13 - URI::URL->as_string
    ok 14 - length
    ok 15 - query_form
    ok 16 - length
    ok 17 - sequence
    ok 18 - URI::URL->as_string
    # Subtest: netloc_test
        ok 1 - URI::URL->as_string
        ok 2 - URI::URL->as_string
        ok 3 - URI::URL->as_string
        ok 4 - URI::URL->as_string
        ok 5 - URI::URL->as_string
        ok 6 - URI::URL->as_string
        ok 7 - URI::URL->as_string
        ok 8 - URI::URL->as_string
        ok 9 - URI::URL->as_string
        ok 10 - URI::URL->as_string
        ok 11 - URI::URL->as_string
        ok 12 - URI::URL->as_string
        ok 13 - URI::URL->as_string
        ok 14 - URI::URL->as_string
        ok 15 - URI::URL->as_string
        ok 16 - URI::URL->as_string
        1..16
    ok 19 - netloc_test
    # Subtest: port_test
        ok 1 - port
        ok 2 - string
        ok 3 - port
        ok 4 - string
        ok 5 - port
        ok 6 - string
        ok 7 - port
        ok 8 - string
        1..8
    ok 20 - port_test
    ok 21 - URI::URL->as_string
    ok 22 - URI::URL->as_string
    ok 23 - URI::URL->as_string
    ok 24 - URI::URL->as_string
    ok 25 - URI::URL->as_string
    ok 26 - URI::URL->as_string
    ok 27 - URI::URL->as_string
    ok 28 - URI::URL->as_string
    ok 29 - URI::URL->as_string: "<" and ">" are gone
    ok 30 - 9 elements
    # Cracked result: http*UNDEF*UNDEF*host*80*/path*param*query*frag
    ok 31 - crack result
    ok 32 - 9 elements
    # Cracked result: UNDEF*anonymous*anonymous@*UNDEF*21*foo/bar*UNDEF*UNDEF*UNDEF
    ok 33 - 9 elements
    # Cracked result: ftp*u*p*host*21*/q?path*UNDEF*path*UNDEF
    ok 34 - crack result
    ok 35 - 9 elements
    ok 36 - passwd in anonymous crack
    # Cracked result: ftp*anonymous*passwd*ftp.sn.no*21*/pub*UNDEF*UNDEF*UNDEF
    ok 37 - crack result
    ok 38 - 9 elements
    # Cracked result: mailto*UNDEF*UNDEF*UNDEF*UNDEF*/aas@sn.no*UNDEF*UNDEF*UNDEF
    ok 39 - 9 elements
    # Cracked result: news*UNDEF*UNDEF*UNDEF*119*comp.lang.perl.misc*UNDEF*UNDEF*UNDEF
    ok 40 - crack result
    1..40
ok 2 - parts test
# Subtest: escape test
    ok 1 - URI::URL->as_string
    ok 2 - URI::URL->as_string
    ok 3 - URI::URL->as_string
    ok 4 - uri_escape->uri_unescape
    ok 5 - URI::URL->as_string
    ok 6 - URI::URL->as_string
    1..6
ok 3 - escape test
# Subtest: newlocal test
    ok 1 - URI::URL->as_string
    # Local directory is /var/volatile/tmp/VK5gllqVbo/
    ok 2 - URI::URL->as_string
    ok 3 - URI::URL->as_string
    ok 4 - URI::URL->as_string
    ok 5 - URI::URL->as_string
    ok 6 - URI::URL->as_string
    ok 7 - URI::URL->as_string
    ok 8 - URI::URL->as_string
    ok 9 - URI::URL->as_string
    ok 10 - URI::URL->as_string
    ok 11 - URI::URL->as_string
    ok 12 - URI::URL->as_string
    ok 13 - URI::URL->as_string
    ok 14 - URI::URL->as_string
    ok 15 - URI::URL->as_string
    ok 16 - URI::URL->as_string
    ok 17 - URI::URL->as_string
    ok 18 - URI::URL->as_string
    ok 19 - URI::URL->as_string
    ok 20 - URI::URL->as_string
    1..20
ok 4 - newlocal test
# Subtest: Test relative/absolute URI::URL parsing
    #   Relative    +  Base  =>  Expected Absolute URL
    # ------------------------------------------------
    #   g:h         +  http://a/b/c/d;p?q#f  =>  g:h
    ok 1 - URI::URL->as_string
    #   g           +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g
    ok 2 - URI::URL->as_string
    #   ./g         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g
    ok 3 - URI::URL->as_string
    #   g/          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g/
    ok 4 - URI::URL->as_string
    #   /g          +  http://a/b/c/d;p?q#f  =>  http://a/g
    ok 5 - URI::URL->as_string
    #   //g         +  http://a/b/c/d;p?q#f  =>  http://g
    ok 6 - URI::URL->as_string
    #   g?y         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g?y
    ok 7 - URI::URL->as_string
    #   g?y/./x     +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g?y/./x
    ok 8 - URI::URL->as_string
    #   #s          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/d;p?q#s
    ok 9 - URI::URL->as_string
    #   g#s         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g#s
    ok 10 - URI::URL->as_string
    #   g#s/./x     +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g#s/./x
    ok 11 - URI::URL->as_string
    #   g?y#s       +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g?y#s
    ok 12 - URI::URL->as_string
    #   g;x         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g;x
    ok 13 - URI::URL->as_string
    #   g;x?y#s     +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g;x?y#s
    ok 14 - URI::URL->as_string
    #   .           +  http://a/b/c/d;p?q#f  =>  http://a/b/c/
    ok 15 - URI::URL->as_string
    #   ./          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/
    ok 16 - URI::URL->as_string
    #   ..          +  http://a/b/c/d;p?q#f  =>  http://a/b/
    ok 17 - URI::URL->as_string
    #   ../         +  http://a/b/c/d;p?q#f  =>  http://a/b/
    ok 18 - URI::URL->as_string
    #   ../g        +  http://a/b/c/d;p?q#f  =>  http://a/b/g
    ok 19 - URI::URL->as_string
    #   ../..       +  http://a/b/c/d;p?q#f  =>  http://a/
    ok 20 - URI::URL->as_string
    #   ../../      +  http://a/b/c/d;p?q#f  =>  http://a/
    ok 21 - URI::URL->as_string
    #   ../../g     +  http://a/b/c/d;p?q#f  =>  http://a/g
    ok 22 - URI::URL->as_string
    #               +  http://a/b/c/d;p?q#f  =>  http://a/b/c/d;p?q#f
    ok 23 - URI::URL->as_string
    #   /./g        +  http://a/b/c/d;p?q#f  =>  http://a/./g
    ok 24 - URI::URL->as_string
    #   /../g       +  http://a/b/c/d;p?q#f  =>  http://a/../g
    ok 25 - URI::URL->as_string
    #   g.          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g.
    ok 26 - URI::URL->as_string
    #   .g          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/.g
    ok 27 - URI::URL->as_string
    #   g..         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g..
    ok 28 - URI::URL->as_string
    #   ..g         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/..g
    ok 29 - URI::URL->as_string
    #   ./../g      +  http://a/b/c/d;p?q#f  =>  http://a/b/g
    ok 30 - URI::URL->as_string
    #   ./g/.       +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g/
    ok 31 - URI::URL->as_string
    #   g/./h       +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g/h
    ok 32 - URI::URL->as_string
    #   g/../h      +  http://a/b/c/d;p?q#f  =>  http://a/b/c/h
    ok 33 - URI::URL->as_string
    #   http:g      +  http://a/b/c/d;p?q#f  =>  http:g
    ok 34 - URI::URL->as_string
    #   http:       +  http://a/b/c/d;p?q#f  =>  http:
    ok 35 - URI::URL->as_string
    #   x/y//../z   +  http://a/b/c/d;p?q#f  =>  http://a/b/c/x/y/z
    ok 36 - URI::URL->as_string
    #   1           +  http://a/b/c/d;p?q#f  =>  http://a/b/c/1
    ok 37 - URI::URL->as_string
    #   0           +  http://a/b/c/d;p?q#f  =>  http://a/b/c/0
    ok 38 - URI::URL->as_string
    #   /0          +  http://a/b/c/d;p?q#f  =>  http://a/0
    ok 39 - URI::URL->as_string
    ok 40 - identity
    ok 41 - URL canonicalised
    # --------
    #   http://abc/ +  news:45664545  =>  http://abc/
    ok 42 - ->as_string
    #   news:abc    +  http://abc/  =>  news:abc
    ok 43 - ->as_string
    #   abc         +  file:/test?aas  =>  file:/abc
    ok 44 - ->as_string
    #   ?foo        +  file:/abc  =>  file:/abc?foo
    ok 45 - ->as_string
    #   #foo        +  http://abc/a  =>  http://abc/a#foo
    ok 46 - ->as_string
    #   #foo        +  file:a  =>  file:a#foo
    ok 47 - ->as_string
    #   #foo        +  file:/a  =>  file:/a#foo
    ok 48 - ->as_string
    #   #foo        +  file:/a  =>  file:/a#foo
    ok 49 - ->as_string
    #   #foo        +  file://localhost/a  =>  file://localhost/a#foo
    ok 50 - ->as_string
    #   123@sn.no   +  news:comp.lang.perl.misc  =>  news:/123@sn.no
    ok 51 - ->as_string
    #   no.perl     +  news:123@sn.no  =>  news:/no.perl
    ok 52 - ->as_string
    #   mailto:aas@a.sn.no+  http://www.sn.no/  =>  mailto:aas@a.sn.no
    ok 53 - ->as_string
    #   http:foo    +  http://h/a/b  =>  http://h/a/foo
    ok 54 - ->as_string
    #   http:/foo   +  http://h/a/b  =>  http://h/foo
    ok 55 - ->as_string
    #   http:?foo   +  http://h/a/b  =>  http://h/a/b?foo
    ok 56 - ->as_string
    #   http:#foo   +  http://h/a/b  =>  http://h/a/b#foo
    ok 57 - ->as_string
    #   http:?foo#bar+  http://h/a/b  =>  http://h/a/b?foo#bar
    ok 58 - ->as_string
    #   file:/foo   +  http://h/a/b  =>  file:/foo
    ok 59 - ->as_string
    # absolute test ok
    ok 60 - url('http://abc/a', 'http://abc')->rel = 'a'
    ok 61 - url('http://abc/a', 'http://abc/b')->rel = 'a'
    ok 62 - url('http://abc/a?q', 'http://abc/b')->rel = 'a?q'
    ok 63 - url('http://abc/a;p', 'http://abc/b')->rel = 'a;p'
    ok 64 - url('http://abc/a', 'http://abc/a/b/c/')->rel = '../../../a'
    ok 65 - url('http://abc/a/', 'http://abc/a/')->rel = './'
    ok 66 - url('http://abc/a\#f', 'http://abc/a')->rel = '\#f'
    ok 67 - url('file:/etc/motd', 'file:/')->rel = 'etc/motd'
    ok 68 - url('file:/etc/motd', 'file:/etc/passwd')->rel = 'motd'
    ok 69 - url('file:/etc/motd', 'file:/etc/rc2.d/')->rel = '../motd'
    ok 70 - url('file:/etc/motd', 'file:/usr/lib/doc')->rel = '../../etc/motd'
    ok 71 - url('file:', 'file:/etc/')->rel = '../'
    ok 72 - url('file:foo', 'file:/etc/')->rel = '../foo'
    ok 73 - url('mailto:aas', 'http://abc')->rel = 'mailto:aas'
    ok 74 - url('http://www.math.uio.no/doc/mail/top.html', 'http://www.math.uio.no/doc/linux/')->rel = '../mail/top.html'
    # relative test ok
    1..74
ok 5 - Test relative/absolute URI::URL parsing
# Subtest: eq test
    ok 1 - 1: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 2 - 2: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 3 - 3: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 4 - 4: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 5 - 5: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 6 - 6: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 7 - 7: http://www.sn.no/
    ok 8 - 8: http://www.sn.no/
    ok 9 - 10: ftp://ftp/%2Fetc
    ok 10 - 11: ftp://ftp/%2Fetc
    1..10
ok 6 - eq test
ok 7 - URI::URL->as_string
ok 8 - URI::URL->path
ok 9 - wash&go
# URI::URL version 5.17 ok
1..9
PASS: t/old-base
1..4
ok 1
ok 2
ok 3
ok 4
PASS: t/urn-oid
1..26
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
PASS: t/heuristic
1..9
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
PASS: t/rtsp
1..17
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
PASS: t/split
# store
1..3
# retrieve
ok 1
ok 2
ok 3
PASS: t/storable
[    0.000000] Linux version 6.1.38-yocto-standard (oe-user@oe-host) (x86_64-poky-linux-gcc (GCC) 13.1.1 20230520, GNU ld (GNU Binutils) 2.40.0.20230419) #1 SMP PREEMPT_DYNAMIC Thu Jul  6 18:52:54 UTC 2023
[    0.000000] Command line: root=/dev/vda rw  ip=192.168.7.28::192.168.7.27:255.255.255.0::eth0:off:8.8.8.8 console=ttyS0 console=ttyS1 oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1  printk.time=1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd7fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003ffd8000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000001] kvm-clock: using sched offset of 410881176 cycles
[    0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000006] tsc: Detected 2299.988 MHz processor
[    0.001164] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001167] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001173] last_pfn = 0x3ffd8 max_arch_pfn = 0x400000000
[    0.001206] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.005852] found SMP MP-table at [mem 0x000f5b60-0x000f5b6f]
[    0.006035] ACPI: Early table checksum verification disabled
[    0.006038] ACPI: RSDP 0x00000000000F5990 000014 (v00 BOCHS )
[    0.006048] ACPI: RSDT 0x000000003FFE2472 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006053] ACPI: FACP 0x000000003FFE2252 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006059] ACPI: DSDT 0x000000003FFE0040 002212 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006063] ACPI: FACS 0x000000003FFE0000 000040
[    0.006065] ACPI: APIC 0x000000003FFE2346 000090 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006068] ACPI: HPET 0x000000003FFE23D6 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006071] ACPI: MCFG 0x000000003FFE240E 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006074] ACPI: WAET 0x000000003FFE244A 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006077] ACPI: Reserving FACP table memory at [mem 0x3ffe2252-0x3ffe2345]
[    0.006079] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe2251]
[    0.006080] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]
[    0.006081] ACPI: Reserving APIC table memory at [mem 0x3ffe2346-0x3ffe23d5]
[    0.006082] ACPI: Reserving HPET table memory at [mem 0x3ffe23d6-0x3ffe240d]
[    0.006083] ACPI: Reserving MCFG table memory at [mem 0x3ffe240e-0x3ffe2449]
[    0.006083] ACPI: Reserving WAET table memory at [mem 0x3ffe244a-0x3ffe2471]
[    0.006133] Zone ranges:
[    0.006134]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006137]   DMA32    [mem 0x0000000001000000-0x000000003ffd7fff]
[    0.006138]   Normal   empty
[    0.006139] Movable zone start for each node
[    0.006140] Early memory node ranges
[    0.006141]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006142]   node   0: [mem 0x0000000000100000-0x000000003ffd7fff]
[    0.006144] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd7fff]
[    0.006152] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006185] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.010142] On node 0, zone DMA32: 40 pages in unavailable ranges
[    0.010489] ACPI: PM-Timer IO Port: 0x608
[    0.010499] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.010532] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.010535] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.010537] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.010538] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.010540] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.010541] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.010545] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.010547] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.010551] TSC deadline timer available
[    0.010553] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.010573] [mem 0x40000000-0xafffffff] available for PCI devices
[    0.010574] Booting paravirtualized kernel on KVM
[    0.010576] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.010582] setup_percpu: NR_CPUS:64 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.011122] percpu: Embedded 54 pages/cpu s180712 r8192 d32280 u524288
[    0.011127] pcpu-alloc: s180712 r8192 d32280 u524288 alloc=1*2097152
[    0.011130] pcpu-alloc: [0] 0 1 2 3 
[    0.011153] Built 1 zonelists, mobility grouping on.  Total pages: 257752
[    0.011155] Kernel command line: root=/dev/vda rw  ip=192.168.7.28::192.168.7.27:255.255.255.0::eth0:off:8.8.8.8 console=ttyS0 console=ttyS1 oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1  printk.time=1
[    0.011216] random: crng init done
[    0.011373] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.011455] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.012018] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.015003] Memory: 997512K/1048024K available (16395K kernel code, 2284K rwdata, 3808K rodata, 1956K init, 1732K bss, 50252K reserved, 0K cma-reserved)
[    0.015054] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.015061] Kernel/User page tables isolation: enabled
[    0.015074] ftrace: allocating 48118 entries in 188 pages
[    0.024700] ftrace: allocated 188 pages with 5 groups
[    0.024761] Dynamic Preempt: full
[    0.025177] rcu: Preemptible hierarchical RCU implementation.
[    0.025178] rcu: 	RCU event tracing is enabled.
[    0.025179] rcu: 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.025180] 	All grace periods are expedited (rcu_expedited).
[    0.025181] 	Trampoline variant of Tasks RCU enabled.
[    0.025181] 	Rude variant of Tasks RCU enabled.
[    0.025182] 	Tracing variant of Tasks RCU enabled.
[    0.025182] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.025183] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.029950] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16
[    0.030126] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.030219] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.034108] Console: colour VGA+ 80x25
[    0.096235] printk: console [ttyS0] enabled
[    0.096612] ACPI: Core revision 20220331
[    0.097120] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.098046] APIC: Switch to symmetric I/O mode setup
[    0.098626] x2apic enabled
[    0.099081] Switched APIC routing to physical x2apic.
[    0.100204] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.100784] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x212729dd067, max_idle_ns: 440795299996 ns
[    0.101717] Calibrating delay loop (skipped) preset value.. 4599.97 BogoMIPS (lpj=2299988)
[    0.102718] pid_max: default: 32768 minimum: 301
[    0.103125] LSM: Security Framework initializing
[    0.103726] landlock: Up and running.
[    0.104720] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.105374] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.106015] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.106720] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.107217] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.107719] Spectre V2 : Mitigation: Retpolines
[    0.108100] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.108718] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.109718] Speculative Store Bypass: Vulnerable
[    0.110117] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.110717] MMIO Stale Data: Unknown: No mitigations
[    0.111718] SRBDS: Unknown: Dependent on hypervisor status
[    0.131382] Freeing SMP alternatives memory: 52K
[    0.131840] smpboot: CPU0: Intel Xeon E3-12xx v2 (Ivy Bridge) (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.132726] cblist_init_generic: Setting adjustable number of callback queues.
[    0.133359] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.133743] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.134284] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.134738] Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
[    0.135560] rcu: Hierarchical SRCU implementation.
[    0.135719] rcu: 	Max phase no-delay instances is 400.
[    0.136456] smp: Bringing up secondary CPUs ...
[    0.136828] x86: Booting SMP configuration:
[    0.137240] .... node  #0, CPUs:      #1 #2 #3
[    0.138037] smp: Brought up 1 node, 4 CPUs
[    0.138720] smpboot: Max logical packages: 1
[    0.139123] smpboot: Total of 4 processors activated (18399.90 BogoMIPS)
[    0.140197] devtmpfs: initialized
[    0.140878] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.141724] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.142342] pinctrl core: initialized pinctrl subsystem
[    0.143779] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.144461] thermal_sys: Registered thermal governor 'step_wise'
[    0.144463] thermal_sys: Registered thermal governor 'user_space'
[    0.144780] cpuidle: using governor menu
[    0.145258] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[    0.146729] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[    0.147358] PCI: Using configuration type 1 for base access
[    0.149764] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.167720] raid6: sse2x4   gen() 12635 MB/s
[    0.184719] raid6: sse2x2   gen() 12722 MB/s
[    0.201719] raid6: sse2x1   gen() 10368 MB/s
[    0.202153] raid6: using algorithm sse2x2 gen() 12722 MB/s
[    0.218719] raid6: .... xor() 8312 MB/s, rmw enabled
[    0.219168] raid6: using ssse3x2 recovery algorithm
[    0.219704] ACPI: Added _OSI(Module Device)
[    0.219720] ACPI: Added _OSI(Processor Device)
[    0.220134] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.220535] ACPI: Added _OSI(Processor Aggregator Device)
[    0.221640] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.222885] ACPI: Interpreter enabled
[    0.223235] ACPI: PM: (supports S0 S3 S5)
[    0.223584] ACPI: Using IOAPIC for interrupt routing
[    0.223744] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.224565] PCI: Using E820 reservations for host bridge windows
[    0.224802] ACPI: Enabled 2 GPEs in block 00 to 3F
[    0.227730] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.228293] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.228762] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    0.229345] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[    0.229791] PCI host bridge to bus 0000:00
[    0.230160] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.230720] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.231330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.231720] pci_bus 0000:00: root bus resource [mem 0x40000000-0xafffffff window]
[    0.232392] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.232719] pci_bus 0000:00: root bus resource [mem 0x100000000-0x8ffffffff window]
[    0.233397] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.233823] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.234810] pci 0000:00:01.0: [1af4:1000] type 00 class 0x020000
[    0.236518] pci 0000:00:01.0: reg 0x10: [io  0xc0c0-0xc0df]
[    0.237720] pci 0000:00:01.0: reg 0x14: [mem 0xfebd0000-0xfebd0fff]
[    0.241516] pci 0000:00:01.0: reg 0x20: [mem 0xfe800000-0xfe803fff 64bit pref]
[    0.242720] pci 0000:00:01.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[    0.244285] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00
[    0.246238] pci 0000:00:02.0: reg 0x10: [io  0xc0e0-0xc0ff]
[    0.247720] pci 0000:00:02.0: reg 0x14: [mem 0xfebd1000-0xfebd1fff]
[    0.251299] pci 0000:00:02.0: reg 0x20: [mem 0xfe804000-0xfe807fff 64bit pref]
[    0.253745] pci 0000:00:03.0: [1af4:1050] type 00 class 0x030000
[    0.255731] pci 0000:00:03.0: reg 0x10: [mem 0xfe000000-0xfe7fffff pref]
[    0.259732] pci 0000:00:03.0: reg 0x18: [mem 0xfe808000-0xfe80bfff 64bit pref]
[    0.262356] pci 0000:00:03.0: reg 0x20: [mem 0xfebd2000-0xfebd2fff]
[    0.265730] pci 0000:00:03.0: reg 0x30: [mem 0xfebc0000-0xfebcffff pref]
[    0.266771] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.268083] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[    0.269359] pci 0000:00:04.0: reg 0x10: [io  0xc000-0xc07f]
[    0.270720] pci 0000:00:04.0: reg 0x14: [mem 0xfebd3000-0xfebd3fff]
[    0.274720] pci 0000:00:04.0: reg 0x20: [mem 0xfe80c000-0xfe80ffff 64bit pref]
[    0.276952] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.280097] pci 0000:00:1d.0: reg 0x20: [io  0xc100-0xc11f]
[    0.282262] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.284452] pci 0000:00:1d.1: reg 0x20: [io  0xc120-0xc13f]
[    0.285608] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.287404] pci 0000:00:1d.2: reg 0x20: [io  0xc140-0xc15f]
[    0.288629] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.289125] pci 0000:00:1d.7: reg 0x10: [mem 0xfebd4000-0xfebd4fff]
[    0.292643] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[    0.293060] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[    0.293937] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    0.297720] pci 0000:00:1f.2: reg 0x20: [io  0xc160-0xc17f]
[    0.298720] pci 0000:00:1f.2: reg 0x24: [mem 0xfebd5000-0xfebd5fff]
[    0.301003] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.303884] pci 0000:00:1f.3: reg 0x20: [io  0x0700-0x073f]
[    0.305201] pci_bus 0000:00: on NUMA node 0
[    0.305405] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.305789] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.306384] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.306782] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.307380] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[    0.307783] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[    0.308414] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.308783] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.309357] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[    0.309730] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[    0.310251] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[    0.310726] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[    0.311255] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[    0.311728] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[    0.312310] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[    0.312728] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[    0.313581] iommu: Default domain type: Translated 
[    0.313720] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.314307] SCSI subsystem initialized
[    0.314736] libata version 3.00 loaded.
[    0.314746] ACPI: bus type USB registered
[    0.315132] usbcore: registered new interface driver usbfs
[    0.315608] usbcore: registered new interface driver hub
[    0.315727] usbcore: registered new device driver usb
[    0.316171] pps_core: LinuxPPS API ver. 1 registered
[    0.316591] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.316724] PTP clock support registered
[    0.317784] Bluetooth: Core ver 2.22
[    0.318130] NET: Registered PF_BLUETOOTH protocol family
[    0.318589] Bluetooth: HCI device and connection manager initialized
[    0.318721] Bluetooth: HCI socket layer initialized
[    0.319141] Bluetooth: L2CAP socket layer initialized
[    0.319575] Bluetooth: SCO socket layer initialized
[    0.319743] PCI: Using ACPI for IRQ routing
[    0.360233] PCI: pci_cache_line_size set to 64 bytes
[    0.360379] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.360405] e820: reserve RAM buffer [mem 0x3ffd8000-0x3fffffff]
[    0.360447] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[    0.360447] pci 0000:00:03.0: vgaarb: bridge control possible
[    0.360716] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.360724] vgaarb: loaded
[    0.361000] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.361410] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.364808] clocksource: Switched to clocksource kvm-clock
[    0.365422] pnp: PnP ACPI init
[    0.365812] system 00:05: [mem 0xb0000000-0xbfffffff window] has been reserved
[    0.366709] pnp: PnP ACPI: found 6 devices
[    0.373630] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.374427] NET: Registered PF_INET protocol family
[    0.374907] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.375834] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.376565] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.377213] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.378245] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.378895] TCP: Hash tables configured (established 8192 bind 8192)
[    0.379448] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.380007] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.380635] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.381331] RPC: Registered named UNIX socket transport module.
[    0.381854] RPC: Registered udp transport module.
[    0.382243] RPC: Registered tcp transport module.
[    0.382637] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.383169] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.383688] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.384262] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.384833] pci_bus 0000:00: resource 7 [mem 0x40000000-0xafffffff window]
[    0.385397] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[    0.385964] pci_bus 0000:00: resource 9 [mem 0x100000000-0x8ffffffff window]
[    0.386844] ACPI: \_SB_.GSIA: Enabled at IRQ 16
[    0.388681] ACPI: \_SB_.GSIB: Enabled at IRQ 17
[    0.389799] ACPI: \_SB_.GSIC: Enabled at IRQ 18
[    0.390905] ACPI: \_SB_.GSID: Enabled at IRQ 19
[    0.391997] PCI: CLS 0 bytes, default 64
[    0.392524] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[    0.393266] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x212729dd067, max_idle_ns: 440795299996 ns
[    0.394939] Initialise system trusted keyrings
[    0.395447] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.397738] NFS: Registering the id_resolver key type
[    0.398186] Key type id_resolver registered
[    0.398543] Key type id_legacy registered
[    0.399215] Key type cifs.idmap registered
[    0.410620] xor: automatically using best checksumming function   avx       
[    0.411257] Key type asymmetric registered
[    0.411614] Asymmetric key parser 'x509' registered
[    0.412050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.412672] io scheduler mq-deadline registered
[    0.413049] io scheduler kyber registered
[    0.413781] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.417623] ACPI: button: Power Button [PWRF]
[    0.418785] ACPI: \_SB_.GSIF: Enabled at IRQ 21
[    0.420302] ACPI: \_SB_.GSIG: Enabled at IRQ 22
[    0.421702] ACPI: \_SB_.GSIH: Enabled at IRQ 23
[    0.423088] ACPI: \_SB_.GSIE: Enabled at IRQ 20
[    0.434246] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.434921] 00:01: ttyS2 at I/O 0x3e8 (irq = 4, base_baud = 115200) is a 16550A
[    0.435725] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.436542] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.446652] Linux agpgart interface v0.103
[    0.447811] ACPI: bus type drm_connector registered
[    0.448377] [drm] pci: virtio-vga detected at 0000:00:03.0
[    0.448872] virtio-pci 0000:00:03.0: vgaarb: deactivate vga console
[    0.455983] Console: switching to colour dummy device 80x25
[    0.456649] [drm] features: -virgl +edid -resource_blob -host_visible
[    0.456651] [drm] features: -context_init
[    0.458068] [drm] number of scanouts: 1
[    0.458422] [drm] number of cap sets: 0
[    0.459119] [drm] Initialized virtio_gpu 0.1.0 0 for 0000:00:03.0 on minor 0
[    0.462673] fbcon: virtio_gpudrmfb (fb0) is primary device
[    0.462749] virtio-pci 0000:00:03.0: [drm] drm_plane_enable_fb_damage_clips() not called
[    0.464343] Console: switching to colour frame buffer device 160x50
[    0.492945] virtio-pci 0000:00:03.0: [drm] fb0: virtio_gpudrmfb frame buffer device
[    0.496701] brd: module loaded
[    0.498399] loop: module loaded
[    0.498855] virtio_blk virtio3: 4/0/0 default/read/poll queues
[    0.500392] virtio_blk virtio3: [vda] 737576 512-byte logical blocks (378 MB/360 MiB)
[    0.544638] ahci 0000:00:1f.2: version 3.0
[    0.545369] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    0.546153] ahci 0000:00:1f.2: flags: 64bit ncq only 
[    0.547950] scsi host0: ahci
[    0.548475] scsi host1: ahci
[    0.548986] scsi host2: ahci
[    0.549483] scsi host3: ahci
[    0.549949] scsi host4: ahci
[    0.550403] scsi host5: ahci
[    0.550726] ata1: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5100 irq 34
[    0.551364] ata2: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5180 irq 34
[    0.552012] ata3: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5200 irq 34
[    0.552646] ata4: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5280 irq 34
[    0.553269] ata5: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5300 irq 34
[    0.553894] ata6: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5380 irq 34
[    0.568624] e100: Intel(R) PRO/100 Network Driver
[    0.569089] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.569597] e1000: Intel(R) PRO/1000 Network Driver
[    0.570019] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.570528] e1000e: Intel(R) PRO/1000 Network Driver
[    0.570959] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.571481] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.571961] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.573119] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    0.573607] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.574442] ehci-pci 0000:00:1d.7: irq 19, io mem 0xfebd4000
[    0.581666] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.582412] hub 1-0:1.0: USB hub found
[    0.582783] hub 1-0:1.0: 6 ports detected
[    0.583980] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.584473] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.585210] uhci_hcd 0000:00:1d.0: irq 16, io port 0x0000c100
[    0.585903] hub 2-0:1.0: USB hub found
[    0.586261] hub 2-0:1.0: 2 ports detected
[    0.587291] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.587783] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.588522] uhci_hcd 0000:00:1d.1: irq 17, io port 0x0000c120
[    0.589240] hub 3-0:1.0: USB hub found
[    0.589604] hub 3-0:1.0: 2 ports detected
[    0.590733] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.591244] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.591975] uhci_hcd 0000:00:1d.2: irq 18, io port 0x0000c140
[    0.592696] hub 4-0:1.0: USB hub found
[    0.593050] hub 4-0:1.0: 2 ports detected
[    0.593770] usbcore: registered new interface driver usb-storage
[    0.594332] usbcore: registered new interface driver usbserial_generic
[    0.594929] usbserial: USB Serial support registered for generic
[    0.595450] usbcore: registered new interface driver ftdi_sio
[    0.596048] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.596722] usbcore: registered new interface driver pl2303
[    0.597206] usbserial: USB Serial support registered for pl2303
[    0.597740] i8042: PNP: No PS/2 controller found.
[    0.598231] mousedev: PS/2 mouse device common for all mice
[    0.598859] rtc_cmos 00:04: RTC can wake from S4
[    0.599677] rtc_cmos 00:04: registered as rtc0
[    0.600148] rtc_cmos 00:04: setting system clock to 2023-07-19T01:18:33 UTC (1689729513)
[    0.600901] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    0.601894] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    0.602085] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    0.602782] intel_pstate: CPU model not supported
[    0.603282] i2c i2c-0: 1/1 memory slots populated (from DMI)
[    0.603656] sdhci: Secure Digital Host Controller Interface driver
[    0.604290] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD
[    0.604721] sdhci: Copyright(c) Pierre Ossman
[    0.605764] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.606347] usbcore: registered new interface driver usbhid
[    0.606844] usbhid: USB HID core driver
[    0.607192] u32 classifier
[    0.607425]     input device check on
[    0.607743]     Actions configured
[    0.608604] NET: Registered PF_INET6 protocol family
[    0.609501] Segment Routing with IPv6
[    0.609859] In-situ OAM (IOAM) with IPv6
[    0.610219] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.610852] NET: Registered PF_PACKET protocol family
[    0.611318] Bridge firewalling registered
[    0.611694] Key type dns_resolver registered
[    0.612155] NET: Registered PF_VSOCK protocol family
[    0.612987] IPI shorthand broadcast: enabled
[    0.613404] sched_clock: Marking stable (544360509, 68582168)->(701434291, -88491614)
[    0.614226] registered taskstats version 1
[    0.614623] Loading compiled-in X.509 certificates
[    0.615239] Key type .fscrypt registered
[    0.615604] Key type fscrypt-provisioning registered
[    0.616333] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    0.617529] Key type encrypted registered
[    0.619239] printk: console [netcon0] enabled
[    0.619648] netconsole: network logging started
[    0.820640] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.872927] ata6: SATA link down (SStatus 0 SControl 300)
[    0.873529] ata2: SATA link down (SStatus 0 SControl 300)
[    0.874211] ata5: SATA link down (SStatus 0 SControl 300)
[    0.874834] ata1: SATA link down (SStatus 0 SControl 300)
[    0.877516] ata4: SATA link down (SStatus 0 SControl 300)
[    0.878158] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.878836] ata3.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[    0.879354] ata3.00: applying bridge limits
[    0.879833] ata3.00: configured for UDMA/100
[    0.880564] scsi 2:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
[    0.920001] sr 2:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[    0.920647] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.942089] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    0.953239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input1
[    0.954283] IP-Config: Complete:
[    0.954351] hid-generic 0003:0627:0001.0001: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:1d.7-1/input0
[    0.954652]      device=eth0, hwaddr=52:54:00:12:34:1c, ipaddr=192.168.7.28, mask=255.255.255.0, gw=192.168.7.27
[    0.956508]      host=192.168.7.28, domain=, nis-domain=(none)
[    0.957011]      bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=
[    0.957012]      nameserver0=8.8.8.8
[    0.958260] md: Waiting for all devices to be available before autodetect
[    0.958736] md: If you don't use raid, use raid=noautodetect
[    0.959080] md: Autodetecting RAID arrays.
[    0.959322] md: autorun ...
[    0.959489] md: ... autorun DONE.
[    0.963325] EXT4-fs (vda): mounted filesystem with ordered data mode. Quota mode: disabled.
[    0.963879] VFS: Mounted root (ext4 filesystem) on device 253:0.
[    0.964303] devtmpfs: mounted
[    0.965624] Freeing unused kernel image (initmem) memory: 1956K
[    0.971636] Write protecting the kernel read-only data: 22528k
[    0.972699] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.973229] Freeing unused kernel image (rodata/data gap) memory: 288K
[    0.973702] Run /sbin/init as init process
[    0.973958]   with arguments:
[    0.973958]     /sbin/init
[    0.973959]   with environment:
[    0.973960]     HOME=/
[    0.973961]     TERM=linux
[    1.022328] udevd[161]: starting version 3.2.12
[    1.024450] udevd[161]: specified group 'sgx' unknown
[    1.027715] udevd[162]: starting eudev-3.2.12
[    1.069598] usb 1-2: new high-speed USB device number 3 using ehci-pci
[    1.203301] input: QEMU QEMU USB Keyboard as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/0003:0627:0001.0002/input/input2
[    1.255924] hid-generic 0003:0627:0001.0002: input: USB HID v1.11 Keyboard [QEMU QEMU USB Keyboard] on usb-0000:00:1d.7-2/input0
[    1.319612] EXT4-fs (vda): re-mounted. Quota mode: disabled.
[    1.602640] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
init
  |-getty 38400 tty1
  |-klogd -n
  |-sshd
  |   `-sshd
  |       `-ptest-runner -t 450 -d /usr/lib
  |           |-ptest-runner-co /usr/bin/ptest-runner-collect-system-data
  |           |   `-pstree -a -l
  |           `-(run-ptest)
  |-start_getty /bin/start_getty 115200 ttyS0 vt102
  |   `-getty -L 115200 ttyS0 vt102
  |-start_getty /bin/start_getty 115200 ttyS1 vt102
  |   `-sh
  |-syslogd -n -O /var/log/messages
  `-udevd -d
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root               335238     40569    272142  13% /
devtmpfs                498912         0    498912   0% /dev
tmpfs                   501052       140    500912   0% /run
tmpfs                   501052       136    500916   0% /var/volatile
              total        used        free      shared  buff/cache   available
Mem:        1002104       38628      922668        4276       40808      939432
Swap:             0           0           0
DURATION: 5