summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-qemu/ptest-qemu.log
blob: 8a92dba51c1722e92bde00359780efd96f9b5d87 (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
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
START: ptest-runner
2024-04-19T11:09
TAP version 13
# random seed: R02S3b2954fcfd397cfa465994c0af2166ea
1..12
# Start of basic tests
PASS: 1 /basic/no-dangling-access
PASS: 2 /basic/lifecycle
PASS: 3 /basic/yield
PASS: 4 /basic/nesting
PASS: 5 /basic/self
PASS: 6 /basic/entered
PASS: 7 /basic/in_coroutine
PASS: 8 /basic/order
# End of basic tests
# Start of locking tests
PASS: 9 /locking/co-mutex
# Start of co-mutex tests
PASS: 10 /locking/co-mutex/lockable
# End of co-mutex tests
# Start of co-rwlock tests
PASS: 11 /locking/co-rwlock/upgrade
PASS: 12 /locking/co-rwlock/downgrade
# End of co-rwlock tests
# End of locking tests
TAP version 13
# random seed: R02S063cfcc0003440527d760c510729f622
1..7
# Start of single tests
PASS: 1 /single/success
PASS: 2 /single/failure
PASS: 3 /single/cancel
# End of single tests
# Start of pair tests
PASS: 4 /pair/success
PASS: 5 /pair/failure
PASS: 6 /pair/cancel
PASS: 7 /pair/fail-cancel-race
# End of pair tests
TAP version 13
# random seed: R02S7162d102f71447d9b2622226eafa2b30
1..28
# Start of aio tests
PASS: 1 /aio/acquire
# Start of bh tests
PASS: 2 /aio/bh/schedule
PASS: 3 /aio/bh/schedule10
PASS: 4 /aio/bh/cancel
PASS: 5 /aio/bh/delete
PASS: 6 /aio/bh/flush
# Start of callback-delete tests
PASS: 7 /aio/bh/callback-delete/one
PASS: 8 /aio/bh/callback-delete/many
# End of callback-delete tests
# End of bh tests
# Start of event tests
PASS: 9 /aio/event/add-remove
PASS: 10 /aio/event/wait
PASS: 11 /aio/event/flush
# Start of wait tests
PASS: 12 /aio/event/wait/no-flush-cb
# End of wait tests
# End of event tests
# Start of timer tests
PASS: 13 /aio/timer/schedule
# slow test /aio/timer/schedule executed in 1.75 secs
# End of timer tests
# Start of coroutine tests
PASS: 14 /aio/coroutine/queue-chaining
PASS: 15 /aio/coroutine/worker-thread-co-enter
# End of coroutine tests
# End of aio tests
# Start of aio-gsource tests
PASS: 16 /aio-gsource/flush
# Start of bh tests
PASS: 17 /aio-gsource/bh/schedule
PASS: 18 /aio-gsource/bh/schedule10
PASS: 19 /aio-gsource/bh/cancel
PASS: 20 /aio-gsource/bh/delete
PASS: 21 /aio-gsource/bh/flush
# Start of callback-delete tests
PASS: 22 /aio-gsource/bh/callback-delete/one
PASS: 23 /aio-gsource/bh/callback-delete/many
# End of callback-delete tests
# End of bh tests
# Start of event tests
PASS: 24 /aio-gsource/event/add-remove
PASS: 25 /aio-gsource/event/wait
PASS: 26 /aio-gsource/event/flush
# Start of wait tests
PASS: 27 /aio-gsource/event/wait/no-flush-cb
# End of wait tests
# End of event tests
# Start of timer tests
PASS: 28 /aio-gsource/timer/schedule
# slow test /aio-gsource/timer/schedule executed in 1.75 secs
# End of timer tests
# End of aio-gsource tests
TAP version 13
# random seed: R02S27eea6253ab426989c4b537a5d64eaef
1..2
# Start of bitmap tests
PASS: 1 /bitmap/bitmap_copy_with_offset
PASS: 2 /bitmap/bitmap_set
# End of bitmap tests
TAP version 13
# random seed: R02S0b9c95cee50304a53b6be8074aef4566
1..6
# Start of xbzrle tests
PASS: 1 /xbzrle/uleb
PASS: 2 /xbzrle/encode_decode_zero
PASS: 3 /xbzrle/encode_decode_unchanged
PASS: 4 /xbzrle/encode_decode_1_byte
PASS: 5 /xbzrle/encode_decode_overflow
PASS: 6 /xbzrle/encode_decode
# End of xbzrle tests
TAP version 13
# random seed: R02S5bf456572a6b532da49a7fa54cc18369
1..1
# Start of util tests
PASS: 1 /util/filemonitor
# End of util tests
TAP version 13
# random seed: R02Sdbc95743391d496a22c1f8220512a115
1..6
# Start of aio tests
# Start of multi tests
PASS: 1 /aio/multi/lifecycle
# scheduled 12, queued 5, retry 5, total 22
PASS: 2 /aio/multi/schedule
# slow test /aio/multi/schedule executed in 1.00 secs
# Start of mutex tests
# 135275 iterations/second
PASS: 3 /aio/multi/mutex/contended
# slow test /aio/multi/mutex/contended executed in 1.10 secs
# 308047 iterations/second
PASS: 4 /aio/multi/mutex/handoff
# slow test /aio/multi/mutex/handoff executed in 3.19 secs
# 35579 iterations/second
PASS: 5 /aio/multi/mutex/mcs
# slow test /aio/multi/mutex/mcs executed in 1.11 secs
# 4062203 iterations/second
PASS: 6 /aio/multi/mutex/pthread
# slow test /aio/multi/mutex/pthread executed in 1.10 secs
# End of mutex tests
# End of multi tests
# End of aio tests
TAP version 13
# random seed: R02S1cc9ef56701ae095591944c755709024
1..9
# Start of util tests
# Start of socket tests
PASS: 1 /util/socket/unix-abstract
# Start of is-socket tests
PASS: 2 /util/socket/is-socket/bad
PASS: 3 /util/socket/is-socket/good
# End of is-socket tests
# End of socket tests
# End of util tests
# Start of socket tests
# Start of fd-pass tests
# Start of name tests
PASS: 4 /socket/fd-pass/name/good
PASS: 5 /socket/fd-pass/name/bad
PASS: 6 /socket/fd-pass/name/nomon
# End of name tests
# Start of num tests
PASS: 7 /socket/fd-pass/num/good
PASS: 8 /socket/fd-pass/num/bad
PASS: 9 /socket/fd-pass/num/nocli
# End of num tests
# End of fd-pass tests
# End of socket tests
TAP version 13
# random seed: R02Se4c4b8940ac2d56c54592b77d20827b0
1..4
# Start of crypto tests
# Start of der tests
PASS: 1 /crypto/der/parse-rsa512-priv-key
PASS: 2 /crypto/der/parse-rsa2048-priv-key
PASS: 3 /crypto/der/parse-ecdsa-p192-priv-key
PASS: 4 /crypto/der/parse-ecdsa-p256-priv-key
# End of der tests
# End of crypto tests
TAP version 13
# random seed: R02S729bd259aaa4fac196c23cb6c6c5dd4e
1..4
# Start of crypto tests
# Start of afsplit tests
# Start of sha256 tests
PASS: 1 /crypto/afsplit/sha256/5
PASS: 2 /crypto/afsplit/sha256/5000
PASS: 3 /crypto/afsplit/sha256/big
# End of sha256 tests
# Start of sha1 tests
PASS: 4 /crypto/afsplit/sha1/1000
# End of sha1 tests
# End of afsplit tests
# End of crypto tests
TAP version 13
# random seed: R02S6828546a18b0953d8a815cfcfdc83dae
1..14
# Start of string-visitor tests
# Start of output tests
PASS: 1 /string-visitor/output/int
PASS: 2 /string-visitor/output/int-human
PASS: 3 /string-visitor/output/bool
PASS: 4 /string-visitor/output/bool-human
PASS: 5 /string-visitor/output/number
PASS: 6 /string-visitor/output/number-human
PASS: 7 /string-visitor/output/string
PASS: 8 /string-visitor/output/string-human
PASS: 9 /string-visitor/output/no-string
PASS: 10 /string-visitor/output/no-string-human
PASS: 11 /string-visitor/output/enum
PASS: 12 /string-visitor/output/enum-human
PASS: 13 /string-visitor/output/intList
PASS: 14 /string-visitor/output/intList-human
# End of output tests
# End of string-visitor tests
TAP version 13
# random seed: R02Sf7c270451c3219e2c719107aa9e10a01
1..4
# Start of logging tests
PASS: 1 /logging/parse_range
PASS: 2 /logging/parse_path
PASS: 3 /logging/logfile_write_path
PASS: 4 /logging/logfile_lock_path
# End of logging tests
TAP version 13
# random seed: R02S3d3e6927081b3b063e131138c2129739
1..5
# Start of crypto tests
# Start of hash tests
PASS: 1 /crypto/hash/iov
PASS: 2 /crypto/hash/alloc
PASS: 3 /crypto/hash/prealloc
PASS: 4 /crypto/hash/digest
PASS: 5 /crypto/hash/base64
# End of hash tests
# End of crypto tests
TAP version 13
# random seed: R02Sb58eba0d7d69674a61591a1299f0ba45
1..6
# Start of error-report tests
PASS: 1 /error-report/simple
PASS: 2 /error-report/loc
PASS: 3 /error-report/glog
PASS: 4 /error-report/once
PASS: 5 /error-report/timestamp
PASS: 6 /error-report/warn
# End of error-report tests
TAP version 13
# random seed: R02S52f88634c81733a455dae37fd3c80e67
1..4
# Start of test-smp-parse tests
PASS: 1 /test-smp-parse/with_dies
PASS: 2 /test-smp-parse/with_clusters
# Start of generic tests
PASS: 3 /test-smp-parse/generic/valid
PASS: 4 /test-smp-parse/generic/invalid
# End of generic tests
# End of test-smp-parse tests
TAP version 13
# random seed: R02S18443e9c56ae9cbfed466b643cbb06f8
1..1
# Start of io tests
# Start of channel tests
# Start of null tests
PASS: 1 /io/channel/null/io
# End of null tests
# End of channel tests
# End of io tests
TAP version 13
# random seed: R02Sc72ee9479baa8faee873c6e1cf54375d
1..42
# Start of visitor tests
# Start of input tests
PASS: 1 /visitor/input/int
PASS: 2 /visitor/input/uint
PASS: 3 /visitor/input/int_overflow
PASS: 4 /visitor/input/int_keyval
PASS: 5 /visitor/input/int_str_keyval
PASS: 6 /visitor/input/int_str_fail
PASS: 7 /visitor/input/bool
PASS: 8 /visitor/input/bool_keyval
PASS: 9 /visitor/input/bool_str_keyval
PASS: 10 /visitor/input/bool_str_fail
PASS: 11 /visitor/input/number
PASS: 12 /visitor/input/large_number
PASS: 13 /visitor/input/number_keyval
PASS: 14 /visitor/input/number_str_keyval
PASS: 15 /visitor/input/number_str_fail
PASS: 16 /visitor/input/size_str_keyval
PASS: 17 /visitor/input/size_str_fail
PASS: 18 /visitor/input/string
PASS: 19 /visitor/input/enum
PASS: 20 /visitor/input/struct
PASS: 21 /visitor/input/struct-nested
PASS: 22 /visitor/input/list2
PASS: 23 /visitor/input/list
PASS: 24 /visitor/input/any
PASS: 25 /visitor/input/null
PASS: 26 /visitor/input/union-flat
PASS: 27 /visitor/input/union-in-union
PASS: 28 /visitor/input/alternate
PASS: 29 /visitor/input/errors
PASS: 30 /visitor/input/wrong-type
PASS: 31 /visitor/input/alternate-number
PASS: 32 /visitor/input/alternate-list
PASS: 33 /visitor/input/qapi-introspect
# Start of fail tests
PASS: 34 /visitor/input/fail/struct
PASS: 35 /visitor/input/fail/struct-nested
PASS: 36 /visitor/input/fail/struct-in-list
PASS: 37 /visitor/input/fail/struct-missing
PASS: 38 /visitor/input/fail/list
PASS: 39 /visitor/input/fail/list-nested
PASS: 40 /visitor/input/fail/union-flat
PASS: 41 /visitor/input/fail/union-flat-no-discriminator
PASS: 42 /visitor/input/fail/alternate
# End of fail tests
# End of input tests
# End of visitor tests
TAP version 13
# random seed: R02Sb29094ff85dd4379eec06a9a91bf558d
1..4
# Start of qdev tests
# Start of properties tests
# Start of static tests
PASS: 1 /qdev/properties/static/default
PASS: 2 /qdev/properties/static/global
# Start of default tests
# End of default tests
# Start of global tests
# End of global tests
# End of static tests
# Start of dynamic tests
PASS: 3 /qdev/properties/dynamic/global
# Start of global tests
# End of global tests
# End of dynamic tests
# Start of global tests
PASS: 4 /qdev/properties/global/subclass
# End of global tests
# End of properties tests
# End of qdev tests
TAP version 13
# random seed: R02S1bb6b229a9eb96cdcebfb8d82ed83a6d
1..16
# Start of visitor tests
# Start of output tests
PASS: 1 /visitor/output/int
PASS: 2 /visitor/output/bool
PASS: 3 /visitor/output/number
PASS: 4 /visitor/output/string
PASS: 5 /visitor/output/no-string
PASS: 6 /visitor/output/enum
PASS: 7 /visitor/output/struct
PASS: 8 /visitor/output/struct-nested
PASS: 9 /visitor/output/list
PASS: 10 /visitor/output/any
PASS: 11 /visitor/output/list-qapi-free
PASS: 12 /visitor/output/union-flat
PASS: 13 /visitor/output/union-in-union
PASS: 14 /visitor/output/alternate
PASS: 15 /visitor/output/null
PASS: 16 /visitor/output/list_struct
# End of output tests
# End of visitor tests
TAP version 13
# random seed: R02S8287e9cd9944b484db2162ce414d612e
1..7
# Start of visitor tests
# Start of clone tests
PASS: 1 /visitor/clone/struct
PASS: 2 /visitor/clone/alternate
PASS: 3 /visitor/clone/list
PASS: 4 /visitor/clone/empty
PASS: 5 /visitor/clone/complex1
PASS: 6 /visitor/clone/complex2
PASS: 7 /visitor/clone/complex3
# End of clone tests
# End of visitor tests
TAP version 13
# random seed: R02Se17c6e259c1f2f62a4bacef8a385ad16
1..8
# Start of qdist tests
PASS: 1 /qdist/none
PASS: 2 /qdist/pr
# Start of single tests
PASS: 3 /qdist/single/empty
PASS: 4 /qdist/single/full
# End of single tests
# Start of binning tests
PASS: 5 /qdist/binning/simple
PASS: 6 /qdist/binning/precision
PASS: 7 /qdist/binning/expand
PASS: 8 /qdist/binning/shrink
# End of binning tests
# End of qdist tests
TAP version 13
# random seed: R02Scbffb780e2f72cb7c512bb44c04ae6ef
1..6
# Start of yank tests
# Start of char_change tests
# Start of success tests
PASS: 1 /yank/char_change/success/to_yank
PASS: 2 /yank/char_change/success/yank_to_yank
PASS: 3 /yank/char_change/success/from_yank
# End of success tests
# Start of fail tests
PASS: 4 /yank/char_change/fail/to_yank
PASS: 5 /yank/char_change/fail/yank_to_yank
PASS: 6 /yank/char_change/fail/from_yank
# End of fail tests
# End of char_change tests
# End of yank tests
TAP version 13
# random seed: R02S92b287831a4f9136586d376da6682816
1..11
# Start of int128 tests
PASS: 1 /int128/int128_and
PASS: 2 /int128/int128_add
PASS: 3 /int128/int128_sub
PASS: 4 /int128/int128_neg
PASS: 5 /int128/int128_nz
PASS: 6 /int128/int128_le
PASS: 7 /int128/int128_lt
PASS: 8 /int128/int128_ge
PASS: 9 /int128/int128_gt
PASS: 10 /int128/int128_rshift
PASS: 11 /int128/int128_urshift
# End of int128 tests
io_read 0x7fc73dd3d8
io_poll_true 0x7fc73dd3d8
> io_poll_ready
io_read 0x7fc73dd3e4
< io_poll_ready
io_poll_true 0x7fc73dd3d8
io_poll_false 0x7fc73dd3e4
> io_poll_ready
io_poll_false 0x7fc73dd3e4
io_poll_false 0x7fc73dd3e4
io_poll_false 0x7fc73dd3e4
io_poll_false 0x7fc73dd3e4
io_poll_false 0x7fc73dd3e4
io_poll_false 0x7fc73dd3e4
io_poll_false 0x7fc73dd3e4
io_read 0x7fc73dd3e4
< io_poll_ready
TAP version 13
# random seed: R02Sbf40d64cac856468e656e13656f8c88e
1..1
PASS: 1 /nested-aio-poll
TAP version 13
# random seed: R02Saf39a2f76bb24ca70898b845879ceebf
1..9
# Start of io tests
# Start of channel tests
# Start of socket tests
PASS: 1 /io/channel/socket/ipv4-sync
PASS: 2 /io/channel/socket/ipv4-async
PASS: 3 /io/channel/socket/ipv4-fd
PASS: 4 /io/channel/socket/ipv6-sync
PASS: 5 /io/channel/socket/ipv6-async
PASS: 6 /io/channel/socket/unix-sync
PASS: 7 /io/channel/socket/unix-async
PASS: 8 /io/channel/socket/unix-fd-pass
PASS: 9 /io/channel/socket/unix-listen-cleanup
# End of socket tests
# End of channel tests
# End of io tests
TAP version 13
# random seed: R02S645731f2a8d6e95183feaa63bf0abfeb
1..7
# Start of visitor tests
# Start of forward tests
PASS: 1 /visitor/forward/struct
PASS: 2 /visitor/forward/alternate
PASS: 3 /visitor/forward/string
PASS: 4 /visitor/forward/size
PASS: 5 /visitor/forward/number
PASS: 6 /visitor/forward/any
PASS: 7 /visitor/forward/list
# End of forward tests
# End of visitor tests
TAP version 13
# random seed: R02S5b3f1eedb056aed347ca0957c2988644
1..6
# Start of thread-pool tests
PASS: 1 /thread-pool/submit
PASS: 2 /thread-pool/submit-aio
PASS: 3 /thread-pool/submit-co
PASS: 4 /thread-pool/submit-many
PASS: 5 /thread-pool/cancel
# slow test /thread-pool/cancel executed in 2.02 secs
PASS: 6 /thread-pool/cancel-async
# slow test /thread-pool/cancel-async executed in 2.00 secs
# End of thread-pool tests
Usage: ./unit/test-rcu-simpleq duration nreaders
TAP version 13
# random seed: R02S8a4eb942b6e9ea7d2c6cda793cb8ac5c
1..2
# Start of image-locking tests
PASS: 1 /image-locking/basic
PASS: 2 /image-locking/set-perm-abort
# End of image-locking tests
Usage: ./unit/test-rcu-slist duration nreaders
TAP version 13
# random seed: R02S9efcf86874d4adbe6295e50505a41408
1..156
# Start of visitor tests
# Start of serialization tests
# Start of QMP tests
PASS: 1 /visitor/serialization/QMP/struct
PASS: 2 /visitor/serialization/QMP/nested_struct
PASS: 3 /visitor/serialization/QMP/nested_struct_list
# Start of primitives tests
PASS: 4 /visitor/serialization/QMP/primitives/string_empty
PASS: 5 /visitor/serialization/QMP/primitives/string_whitespace
PASS: 6 /visitor/serialization/QMP/primitives/string_newlines
PASS: 7 /visitor/serialization/QMP/primitives/string_commas
PASS: 8 /visitor/serialization/QMP/primitives/string_single_quoted
PASS: 9 /visitor/serialization/QMP/primitives/string_double_quoted
PASS: 10 /visitor/serialization/QMP/primitives/boolean_true1
PASS: 11 /visitor/serialization/QMP/primitives/boolean_true2
PASS: 12 /visitor/serialization/QMP/primitives/boolean_true3
PASS: 13 /visitor/serialization/QMP/primitives/boolean_false1
PASS: 14 /visitor/serialization/QMP/primitives/boolean_false2
PASS: 15 /visitor/serialization/QMP/primitives/number_sanity1
PASS: 16 /visitor/serialization/QMP/primitives/number_sanity2
PASS: 17 /visitor/serialization/QMP/primitives/number_min
PASS: 18 /visitor/serialization/QMP/primitives/number_max
PASS: 19 /visitor/serialization/QMP/primitives/integer_sanity1
PASS: 20 /visitor/serialization/QMP/primitives/integer_sanity2
PASS: 21 /visitor/serialization/QMP/primitives/integer_min
PASS: 22 /visitor/serialization/QMP/primitives/integer_max
PASS: 23 /visitor/serialization/QMP/primitives/uint8_sanity1
PASS: 24 /visitor/serialization/QMP/primitives/uint8_sanity2
PASS: 25 /visitor/serialization/QMP/primitives/uint8_min
PASS: 26 /visitor/serialization/QMP/primitives/uint8_max
PASS: 27 /visitor/serialization/QMP/primitives/uint16_sanity1
PASS: 28 /visitor/serialization/QMP/primitives/uint16_sanity2
PASS: 29 /visitor/serialization/QMP/primitives/uint16_min
PASS: 30 /visitor/serialization/QMP/primitives/uint16_max
PASS: 31 /visitor/serialization/QMP/primitives/uint32_sanity1
PASS: 32 /visitor/serialization/QMP/primitives/uint32_sanity2
PASS: 33 /visitor/serialization/QMP/primitives/uint32_min
PASS: 34 /visitor/serialization/QMP/primitives/uint32_max
PASS: 35 /visitor/serialization/QMP/primitives/uint64_sanity1
PASS: 36 /visitor/serialization/QMP/primitives/uint64_sanity2
PASS: 37 /visitor/serialization/QMP/primitives/uint64_min
PASS: 38 /visitor/serialization/QMP/primitives/uint64_max
PASS: 39 /visitor/serialization/QMP/primitives/int8_sanity1
PASS: 40 /visitor/serialization/QMP/primitives/int8_sanity2
PASS: 41 /visitor/serialization/QMP/primitives/int8_min
PASS: 42 /visitor/serialization/QMP/primitives/int8_max
PASS: 43 /visitor/serialization/QMP/primitives/int16_sanity1
PASS: 44 /visitor/serialization/QMP/primitives/int16_sanity2
PASS: 45 /visitor/serialization/QMP/primitives/int16_min
PASS: 46 /visitor/serialization/QMP/primitives/int16_max
PASS: 47 /visitor/serialization/QMP/primitives/int32_sanity1
PASS: 48 /visitor/serialization/QMP/primitives/int32_sanity2
PASS: 49 /visitor/serialization/QMP/primitives/int32_min
PASS: 50 /visitor/serialization/QMP/primitives/int32_max
PASS: 51 /visitor/serialization/QMP/primitives/int64_sanity1
PASS: 52 /visitor/serialization/QMP/primitives/int64_sanity2
PASS: 53 /visitor/serialization/QMP/primitives/int64_min
PASS: 54 /visitor/serialization/QMP/primitives/int64_max
# End of primitives tests
# Start of primitive_list tests
PASS: 55 /visitor/serialization/QMP/primitive_list/string_empty
PASS: 56 /visitor/serialization/QMP/primitive_list/string_whitespace
PASS: 57 /visitor/serialization/QMP/primitive_list/string_newlines
PASS: 58 /visitor/serialization/QMP/primitive_list/string_commas
PASS: 59 /visitor/serialization/QMP/primitive_list/string_single_quoted
PASS: 60 /visitor/serialization/QMP/primitive_list/string_double_quoted
PASS: 61 /visitor/serialization/QMP/primitive_list/boolean_true1
PASS: 62 /visitor/serialization/QMP/primitive_list/boolean_true2
PASS: 63 /visitor/serialization/QMP/primitive_list/boolean_true3
PASS: 64 /visitor/serialization/QMP/primitive_list/boolean_false1
PASS: 65 /visitor/serialization/QMP/primitive_list/boolean_false2
PASS: 66 /visitor/serialization/QMP/primitive_list/number_sanity1
PASS: 67 /visitor/serialization/QMP/primitive_list/number_sanity2
PASS: 68 /visitor/serialization/QMP/primitive_list/number_min
PASS: 69 /visitor/serialization/QMP/primitive_list/number_max
PASS: 70 /visitor/serialization/QMP/primitive_list/integer_sanity1
PASS: 71 /visitor/serialization/QMP/primitive_list/integer_sanity2
PASS: 72 /visitor/serialization/QMP/primitive_list/integer_min
PASS: 73 /visitor/serialization/QMP/primitive_list/integer_max
PASS: 74 /visitor/serialization/QMP/primitive_list/uint8_sanity1
PASS: 75 /visitor/serialization/QMP/primitive_list/uint8_sanity2
PASS: 76 /visitor/serialization/QMP/primitive_list/uint8_min
PASS: 77 /visitor/serialization/QMP/primitive_list/uint8_max
PASS: 78 /visitor/serialization/QMP/primitive_list/uint16_sanity1
PASS: 79 /visitor/serialization/QMP/primitive_list/uint16_sanity2
PASS: 80 /visitor/serialization/QMP/primitive_list/uint16_min
PASS: 81 /visitor/serialization/QMP/primitive_list/uint16_max
PASS: 82 /visitor/serialization/QMP/primitive_list/uint32_sanity1
PASS: 83 /visitor/serialization/QMP/primitive_list/uint32_sanity2
PASS: 84 /visitor/serialization/QMP/primitive_list/uint32_min
PASS: 85 /visitor/serialization/QMP/primitive_list/uint32_max
PASS: 86 /visitor/serialization/QMP/primitive_list/uint64_sanity1
PASS: 87 /visitor/serialization/QMP/primitive_list/uint64_sanity2
PASS: 88 /visitor/serialization/QMP/primitive_list/uint64_min
PASS: 89 /visitor/serialization/QMP/primitive_list/uint64_max
PASS: 90 /visitor/serialization/QMP/primitive_list/int8_sanity1
PASS: 91 /visitor/serialization/QMP/primitive_list/int8_sanity2
PASS: 92 /visitor/serialization/QMP/primitive_list/int8_min
PASS: 93 /visitor/serialization/QMP/primitive_list/int8_max
PASS: 94 /visitor/serialization/QMP/primitive_list/int16_sanity1
PASS: 95 /visitor/serialization/QMP/primitive_list/int16_sanity2
PASS: 96 /visitor/serialization/QMP/primitive_list/int16_min
PASS: 97 /visitor/serialization/QMP/primitive_list/int16_max
PASS: 98 /visitor/serialization/QMP/primitive_list/int32_sanity1
PASS: 99 /visitor/serialization/QMP/primitive_list/int32_sanity2
PASS: 100 /visitor/serialization/QMP/primitive_list/int32_min
PASS: 101 /visitor/serialization/QMP/primitive_list/int32_max
PASS: 102 /visitor/serialization/QMP/primitive_list/int64_sanity1
PASS: 103 /visitor/serialization/QMP/primitive_list/int64_sanity2
PASS: 104 /visitor/serialization/QMP/primitive_list/int64_min
PASS: 105 /visitor/serialization/QMP/primitive_list/int64_max
# End of primitive_list tests
# End of QMP tests
# Start of String tests
# Start of primitives tests
PASS: 106 /visitor/serialization/String/primitives/string_empty
PASS: 107 /visitor/serialization/String/primitives/string_whitespace
PASS: 108 /visitor/serialization/String/primitives/string_newlines
PASS: 109 /visitor/serialization/String/primitives/string_commas
PASS: 110 /visitor/serialization/String/primitives/string_single_quoted
PASS: 111 /visitor/serialization/String/primitives/string_double_quoted
PASS: 112 /visitor/serialization/String/primitives/boolean_true1
PASS: 113 /visitor/serialization/String/primitives/boolean_true2
PASS: 114 /visitor/serialization/String/primitives/boolean_true3
PASS: 115 /visitor/serialization/String/primitives/boolean_false1
PASS: 116 /visitor/serialization/String/primitives/boolean_false2
PASS: 117 /visitor/serialization/String/primitives/number_sanity1
PASS: 118 /visitor/serialization/String/primitives/number_sanity2
PASS: 119 /visitor/serialization/String/primitives/number_min
PASS: 120 /visitor/serialization/String/primitives/number_max
PASS: 121 /visitor/serialization/String/primitives/integer_sanity1
PASS: 122 /visitor/serialization/String/primitives/integer_sanity2
PASS: 123 /visitor/serialization/String/primitives/integer_min
PASS: 124 /visitor/serialization/String/primitives/integer_max
PASS: 125 /visitor/serialization/String/primitives/uint8_sanity1
PASS: 126 /visitor/serialization/String/primitives/uint8_sanity2
PASS: 127 /visitor/serialization/String/primitives/uint8_min
PASS: 128 /visitor/serialization/String/primitives/uint8_max
PASS: 129 /visitor/serialization/String/primitives/uint16_sanity1
PASS: 130 /visitor/serialization/String/primitives/uint16_sanity2
PASS: 131 /visitor/serialization/String/primitives/uint16_min
PASS: 132 /visitor/serialization/String/primitives/uint16_max
PASS: 133 /visitor/serialization/String/primitives/uint32_sanity1
PASS: 134 /visitor/serialization/String/primitives/uint32_sanity2
PASS: 135 /visitor/serialization/String/primitives/uint32_min
PASS: 136 /visitor/serialization/String/primitives/uint32_max
PASS: 137 /visitor/serialization/String/primitives/uint64_sanity1
PASS: 138 /visitor/serialization/String/primitives/uint64_sanity2
PASS: 139 /visitor/serialization/String/primitives/uint64_min
PASS: 140 /visitor/serialization/String/primitives/uint64_max
PASS: 141 /visitor/serialization/String/primitives/int8_sanity1
PASS: 142 /visitor/serialization/String/primitives/int8_sanity2
PASS: 143 /visitor/serialization/String/primitives/int8_min
PASS: 144 /visitor/serialization/String/primitives/int8_max
PASS: 145 /visitor/serialization/String/primitives/int16_sanity1
PASS: 146 /visitor/serialization/String/primitives/int16_sanity2
PASS: 147 /visitor/serialization/String/primitives/int16_min
PASS: 148 /visitor/serialization/String/primitives/int16_max
PASS: 149 /visitor/serialization/String/primitives/int32_sanity1
PASS: 150 /visitor/serialization/String/primitives/int32_sanity2
PASS: 151 /visitor/serialization/String/primitives/int32_min
PASS: 152 /visitor/serialization/String/primitives/int32_max
PASS: 153 /visitor/serialization/String/primitives/int64_sanity1
PASS: 154 /visitor/serialization/String/primitives/int64_sanity2
PASS: 155 /visitor/serialization/String/primitives/int64_min
PASS: 156 /visitor/serialization/String/primitives/int64_max
# End of primitives tests
# End of String tests
# End of serialization tests
# End of visitor tests
TAP version 13
# random seed: R02Sc00793d9c56e57ba818a1aafb0fd6342
1..1
# Start of timed-average tests
PASS: 1 /timed-average/average
# End of timed-average tests
TAP version 13
# random seed: R02Sbe701c2e52630472fa5a6b198a665fba
1..5
# Start of virtio-dmabuf tests
PASS: 1 /virtio-dmabuf/add_rm_res
PASS: 2 /virtio-dmabuf/add_rm_dev
PASS: 3 /virtio-dmabuf/rm_invalid_res
PASS: 4 /virtio-dmabuf/add_invalid_res
PASS: 5 /virtio-dmabuf/free_res
# End of virtio-dmabuf tests
TAP version 13
# random seed: R02S1e2d504abac0fc85332e51b4011b3b16
1..38
# Start of char tests
PASS: 1 /char/null
# ./unit/test-char:
#  
# 'invalid' is not a valid char driver
# 
# 
PASS: 2 /char/invalid
PASS: 3 /char/ringbuf
PASS: 4 /char/mux
PASS: 5 /char/stdio
PASS: 6 /char/pipe
PASS: 7 /char/file
PASS: 8 /char/file-fifo
PASS: 9 /char/udp
PASS: 10 /char/serial
PASS: 11 /char/hotswap
PASS: 12 /char/websocket
# Start of stdio tests
# End of stdio tests
# Start of socket tests
# Start of server tests
# Start of mainloop tests
PASS: 13 /char/socket/server/mainloop/tcp
PASS: 14 /char/socket/server/mainloop/unix
# End of mainloop tests
# Start of wait-conn tests
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:39149,server=on
# 
# 
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:39149,server=on
# 
# 
PASS: 15 /char/socket/server/wait-conn/tcp
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on
# 
# 
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on
# 
# 
PASS: 16 /char/socket/server/wait-conn/unix
# End of wait-conn tests
# Start of mainloop-fdpass tests
PASS: 17 /char/socket/server/mainloop-fdpass/tcp
PASS: 18 /char/socket/server/mainloop-fdpass/unix
# End of mainloop-fdpass tests
# Start of wait-conn-fdpass tests
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:32839,server=on
# 
# 
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:32839,server=on
# 
# 
PASS: 19 /char/socket/server/wait-conn-fdpass/tcp
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on
# 
# 
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on
# 
# 
PASS: 20 /char/socket/server/wait-conn-fdpass/unix
# End of wait-conn-fdpass tests
# Start of two-clients tests
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:38175,server=on
# 
# 
PASS: 21 /char/socket/server/two-clients/tcp
# ./unit/test-char:
#  
# info: 
# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on
# 
# 
PASS: 22 /char/socket/server/two-clients/unix
# End of two-clients tests
# End of server tests
# Start of client tests
# Start of mainloop tests
PASS: 23 /char/socket/client/mainloop/tcp
PASS: 24 /char/socket/client/mainloop/unix
# End of mainloop tests
# Start of wait-conn tests
PASS: 25 /char/socket/client/wait-conn/tcp
PASS: 26 /char/socket/client/wait-conn/unix
# End of wait-conn tests
# Start of mainloop-reconnect tests
PASS: 27 /char/socket/client/mainloop-reconnect/tcp
# slow test /char/socket/client/mainloop-reconnect/tcp executed in 1.00 secs
PASS: 28 /char/socket/client/mainloop-reconnect/unix
# slow test /char/socket/client/mainloop-reconnect/unix executed in 1.00 secs
# End of mainloop-reconnect tests
# Start of wait-conn-reconnect tests
PASS: 29 /char/socket/client/wait-conn-reconnect/tcp
PASS: 30 /char/socket/client/wait-conn-reconnect/unix
# End of wait-conn-reconnect tests
# Start of mainloop-fdpass tests
PASS: 31 /char/socket/client/mainloop-fdpass/tcp
PASS: 32 /char/socket/client/mainloop-fdpass/unix
# End of mainloop-fdpass tests
# Start of wait-conn-fdpass tests
PASS: 33 /char/socket/client/wait-conn-fdpass/tcp
PASS: 34 /char/socket/client/wait-conn-fdpass/unix
# End of wait-conn-fdpass tests
# Start of reconnect-error tests
PASS: 35 /char/socket/client/reconnect-error/tcp
PASS: 36 /char/socket/client/reconnect-error/unix
# End of reconnect-error tests
# Start of dupid-reconnect tests
PASS: 37 /char/socket/client/dupid-reconnect/tcp
PASS: 38 /char/socket/client/dupid-reconnect/unix
# End of dupid-reconnect tests
# End of client tests
# End of socket tests
# End of char tests
TAP version 13
# random seed: R02S268519d590a0b51fd124c1848b9568b8
1..13
# Start of keyval tests
PASS: 1 /keyval/keyval_parse
# Start of keyval_parse tests
PASS: 2 /keyval/keyval_parse/list
# End of keyval_parse tests
# Start of visit tests
PASS: 3 /keyval/visit/bool
PASS: 4 /keyval/visit/number
PASS: 5 /keyval/visit/size
PASS: 6 /keyval/visit/dict
PASS: 7 /keyval/visit/list
PASS: 8 /keyval/visit/optional
PASS: 9 /keyval/visit/alternate
PASS: 10 /keyval/visit/any
# End of visit tests
# Start of merge tests
PASS: 11 /keyval/merge/dict
PASS: 12 /keyval/merge/list
PASS: 13 /keyval/merge/conflict
# End of merge tests
# End of keyval tests
Usage: ./unit/test-rcu-list duration nreaders
TAP version 13
# random seed: R02S4efaf9633ac4c301691498030e0da9d7
1..2
# Start of qht tests
# Start of mode tests
PASS: 1 /qht/mode/default
# slow test /qht/mode/default executed in 1.30 secs
PASS: 2 /qht/mode/resize
# End of mode tests
# End of qht tests
Usage: ./unit/test-rcu-tailq duration nreaders
TAP version 13
# random seed: R02S8de60d21e4641ff05182c872074cbfad
1..179
# Start of cutils tests
PASS: 1 /cutils/size_to_str
PASS: 2 /cutils/freq_to_str
PASS: 3 /cutils/iec_binary_prefix
PASS: 4 /cutils/si_prefix
# Start of parse_uint tests
PASS: 5 /cutils/parse_uint/null
PASS: 6 /cutils/parse_uint/empty
PASS: 7 /cutils/parse_uint/whitespace
PASS: 8 /cutils/parse_uint/invalid
PASS: 9 /cutils/parse_uint/trailing
PASS: 10 /cutils/parse_uint/correct
PASS: 11 /cutils/parse_uint/octal
PASS: 12 /cutils/parse_uint/decimal
PASS: 13 /cutils/parse_uint/llong_max
PASS: 14 /cutils/parse_uint/max
PASS: 15 /cutils/parse_uint/overflow
PASS: 16 /cutils/parse_uint/negative
PASS: 17 /cutils/parse_uint/negzero
# End of parse_uint tests
# Start of parse_uint_full tests
PASS: 18 /cutils/parse_uint_full/trailing
PASS: 19 /cutils/parse_uint_full/correct
PASS: 20 /cutils/parse_uint_full/erange_junk
PASS: 21 /cutils/parse_uint_full/null
# End of parse_uint_full tests
# Start of qemu_strtoi tests
PASS: 22 /cutils/qemu_strtoi/correct
PASS: 23 /cutils/qemu_strtoi/null
PASS: 24 /cutils/qemu_strtoi/empty
PASS: 25 /cutils/qemu_strtoi/whitespace
PASS: 26 /cutils/qemu_strtoi/invalid
PASS: 27 /cutils/qemu_strtoi/trailing
PASS: 28 /cutils/qemu_strtoi/octal
PASS: 29 /cutils/qemu_strtoi/decimal
PASS: 30 /cutils/qemu_strtoi/hex
PASS: 31 /cutils/qemu_strtoi/max
PASS: 32 /cutils/qemu_strtoi/overflow
PASS: 33 /cutils/qemu_strtoi/min
PASS: 34 /cutils/qemu_strtoi/underflow
PASS: 35 /cutils/qemu_strtoi/negative
PASS: 36 /cutils/qemu_strtoi/negzero
# End of qemu_strtoi tests
# Start of qemu_strtoi_full tests
PASS: 37 /cutils/qemu_strtoi_full/correct
PASS: 38 /cutils/qemu_strtoi_full/null
PASS: 39 /cutils/qemu_strtoi_full/empty
PASS: 40 /cutils/qemu_strtoi_full/negative
PASS: 41 /cutils/qemu_strtoi_full/negzero
PASS: 42 /cutils/qemu_strtoi_full/trailing
PASS: 43 /cutils/qemu_strtoi_full/max
PASS: 44 /cutils/qemu_strtoi_full/erange_junk
# End of qemu_strtoi_full tests
# Start of qemu_strtoui tests
PASS: 45 /cutils/qemu_strtoui/correct
PASS: 46 /cutils/qemu_strtoui/null
PASS: 47 /cutils/qemu_strtoui/empty
PASS: 48 /cutils/qemu_strtoui/whitespace
PASS: 49 /cutils/qemu_strtoui/invalid
PASS: 50 /cutils/qemu_strtoui/trailing
PASS: 51 /cutils/qemu_strtoui/octal
PASS: 52 /cutils/qemu_strtoui/decimal
PASS: 53 /cutils/qemu_strtoui/hex
PASS: 54 /cutils/qemu_strtoui/wrap
PASS: 55 /cutils/qemu_strtoui/max
PASS: 56 /cutils/qemu_strtoui/overflow
PASS: 57 /cutils/qemu_strtoui/underflow
PASS: 58 /cutils/qemu_strtoui/negative
PASS: 59 /cutils/qemu_strtoui/negzero
# End of qemu_strtoui tests
# Start of qemu_strtoui_full tests
PASS: 60 /cutils/qemu_strtoui_full/correct
PASS: 61 /cutils/qemu_strtoui_full/null
PASS: 62 /cutils/qemu_strtoui_full/empty
PASS: 63 /cutils/qemu_strtoui_full/negative
PASS: 64 /cutils/qemu_strtoui_full/negzero
PASS: 65 /cutils/qemu_strtoui_full/trailing
PASS: 66 /cutils/qemu_strtoui_full/max
PASS: 67 /cutils/qemu_strtoui_full/erange_junk
# End of qemu_strtoui_full tests
# Start of qemu_strtol tests
PASS: 68 /cutils/qemu_strtol/correct
PASS: 69 /cutils/qemu_strtol/null
PASS: 70 /cutils/qemu_strtol/empty
PASS: 71 /cutils/qemu_strtol/whitespace
PASS: 72 /cutils/qemu_strtol/invalid
PASS: 73 /cutils/qemu_strtol/trailing
PASS: 74 /cutils/qemu_strtol/octal
PASS: 75 /cutils/qemu_strtol/decimal
PASS: 76 /cutils/qemu_strtol/hex
PASS: 77 /cutils/qemu_strtol/max
PASS: 78 /cutils/qemu_strtol/overflow
PASS: 79 /cutils/qemu_strtol/min
PASS: 80 /cutils/qemu_strtol/underflow
PASS: 81 /cutils/qemu_strtol/negative
PASS: 82 /cutils/qemu_strtol/negzero
# End of qemu_strtol tests
# Start of qemu_strtol_full tests
PASS: 83 /cutils/qemu_strtol_full/correct
PASS: 84 /cutils/qemu_strtol_full/null
PASS: 85 /cutils/qemu_strtol_full/empty
PASS: 86 /cutils/qemu_strtol_full/negative
PASS: 87 /cutils/qemu_strtol_full/negzero
PASS: 88 /cutils/qemu_strtol_full/trailing
PASS: 89 /cutils/qemu_strtol_full/max
PASS: 90 /cutils/qemu_strtol_full/erange_junk
# End of qemu_strtol_full tests
# Start of qemu_strtoul tests
PASS: 91 /cutils/qemu_strtoul/correct
PASS: 92 /cutils/qemu_strtoul/null
PASS: 93 /cutils/qemu_strtoul/empty
PASS: 94 /cutils/qemu_strtoul/whitespace
PASS: 95 /cutils/qemu_strtoul/invalid
PASS: 96 /cutils/qemu_strtoul/trailing
PASS: 97 /cutils/qemu_strtoul/octal
PASS: 98 /cutils/qemu_strtoul/decimal
PASS: 99 /cutils/qemu_strtoul/hex
PASS: 100 /cutils/qemu_strtoul/wrap
PASS: 101 /cutils/qemu_strtoul/max
PASS: 102 /cutils/qemu_strtoul/overflow
PASS: 103 /cutils/qemu_strtoul/underflow
PASS: 104 /cutils/qemu_strtoul/negative
PASS: 105 /cutils/qemu_strtoul/negzero
# End of qemu_strtoul tests
# Start of qemu_strtoul_full tests
PASS: 106 /cutils/qemu_strtoul_full/correct
PASS: 107 /cutils/qemu_strtoul_full/null
PASS: 108 /cutils/qemu_strtoul_full/empty
PASS: 109 /cutils/qemu_strtoul_full/negative
PASS: 110 /cutils/qemu_strtoul_full/negzero
PASS: 111 /cutils/qemu_strtoul_full/trailing
PASS: 112 /cutils/qemu_strtoul_full/max
PASS: 113 /cutils/qemu_strtoul_full/erange_junk
# End of qemu_strtoul_full tests
# Start of qemu_strtoi64 tests
PASS: 114 /cutils/qemu_strtoi64/correct
PASS: 115 /cutils/qemu_strtoi64/null
PASS: 116 /cutils/qemu_strtoi64/empty
PASS: 117 /cutils/qemu_strtoi64/whitespace
PASS: 118 /cutils/qemu_strtoi64/invalid
PASS: 119 /cutils/qemu_strtoi64/trailing
PASS: 120 /cutils/qemu_strtoi64/octal
PASS: 121 /cutils/qemu_strtoi64/decimal
PASS: 122 /cutils/qemu_strtoi64/hex
PASS: 123 /cutils/qemu_strtoi64/max
PASS: 124 /cutils/qemu_strtoi64/overflow
PASS: 125 /cutils/qemu_strtoi64/min
PASS: 126 /cutils/qemu_strtoi64/underflow
PASS: 127 /cutils/qemu_strtoi64/negative
PASS: 128 /cutils/qemu_strtoi64/negzero
# End of qemu_strtoi64 tests
# Start of qemu_strtoi64_full tests
PASS: 129 /cutils/qemu_strtoi64_full/correct
PASS: 130 /cutils/qemu_strtoi64_full/null
PASS: 131 /cutils/qemu_strtoi64_full/empty
PASS: 132 /cutils/qemu_strtoi64_full/negative
PASS: 133 /cutils/qemu_strtoi64_full/negzero
PASS: 134 /cutils/qemu_strtoi64_full/trailing
PASS: 135 /cutils/qemu_strtoi64_full/max
PASS: 136 /cutils/qemu_strtoi64_full/erange_junk
# End of qemu_strtoi64_full tests
# Start of qemu_strtou64 tests
PASS: 137 /cutils/qemu_strtou64/correct
PASS: 138 /cutils/qemu_strtou64/null
PASS: 139 /cutils/qemu_strtou64/empty
PASS: 140 /cutils/qemu_strtou64/whitespace
PASS: 141 /cutils/qemu_strtou64/invalid
PASS: 142 /cutils/qemu_strtou64/trailing
PASS: 143 /cutils/qemu_strtou64/octal
PASS: 144 /cutils/qemu_strtou64/decimal
PASS: 145 /cutils/qemu_strtou64/hex
PASS: 146 /cutils/qemu_strtou64/wrap
PASS: 147 /cutils/qemu_strtou64/max
PASS: 148 /cutils/qemu_strtou64/overflow
PASS: 149 /cutils/qemu_strtou64/underflow
PASS: 150 /cutils/qemu_strtou64/negative
PASS: 151 /cutils/qemu_strtou64/negzero
# End of qemu_strtou64 tests
# Start of qemu_strtou64_full tests
PASS: 152 /cutils/qemu_strtou64_full/correct
PASS: 153 /cutils/qemu_strtou64_full/null
PASS: 154 /cutils/qemu_strtou64_full/empty
PASS: 155 /cutils/qemu_strtou64_full/negative
PASS: 156 /cutils/qemu_strtou64_full/negzero
PASS: 157 /cutils/qemu_strtou64_full/trailing
PASS: 158 /cutils/qemu_strtou64_full/max
PASS: 159 /cutils/qemu_strtou64_full/erange_junk
# End of qemu_strtou64_full tests
# Start of qemu_strtod tests
PASS: 160 /cutils/qemu_strtod/simple
PASS: 161 /cutils/qemu_strtod/einval
PASS: 162 /cutils/qemu_strtod/erange
PASS: 163 /cutils/qemu_strtod/nonfinite
PASS: 164 /cutils/qemu_strtod/trailing
PASS: 165 /cutils/qemu_strtod/erange_junk
# End of qemu_strtod tests
# Start of qemu_strtod_finite tests
PASS: 166 /cutils/qemu_strtod_finite/simple
PASS: 167 /cutils/qemu_strtod_finite/einval
PASS: 168 /cutils/qemu_strtod_finite/erange
PASS: 169 /cutils/qemu_strtod_finite/nonfinite
PASS: 170 /cutils/qemu_strtod_finite/trailing
PASS: 171 /cutils/qemu_strtod_finite/erange_junk
# End of qemu_strtod_finite tests
# Start of strtosz tests
PASS: 172 /cutils/strtosz/simple
PASS: 173 /cutils/strtosz/hex
PASS: 174 /cutils/strtosz/units
PASS: 175 /cutils/strtosz/float
PASS: 176 /cutils/strtosz/invalid
PASS: 177 /cutils/strtosz/trailing
PASS: 178 /cutils/strtosz/erange
PASS: 179 /cutils/strtosz/metric
# End of strtosz tests
# End of cutils tests
TAP version 13
# random seed: R02S0a7eb2c4b7f0b5f0da7aeb36b6a18206
1..2
# Start of block-backend tests
PASS: 1 /block-backend/drain_aio_error
PASS: 2 /block-backend/drain_all_aio_error
# End of block-backend tests
TAP version 13
# random seed: R02Sbd26aa6dacd8a207aab045be960dead4
1..22
# Start of sync-op tests
PASS: 1 /sync-op/pread
PASS: 2 /sync-op/pwrite
PASS: 3 /sync-op/preadv
PASS: 4 /sync-op/pwritev
PASS: 5 /sync-op/preadv_part
PASS: 6 /sync-op/pwritev_part
PASS: 7 /sync-op/pwrite_compressed
PASS: 8 /sync-op/pwrite_zeroes
PASS: 9 /sync-op/load_vmstate
PASS: 10 /sync-op/save_vmstate
PASS: 11 /sync-op/pdiscard
PASS: 12 /sync-op/truncate
PASS: 13 /sync-op/block_status
PASS: 14 /sync-op/flush
PASS: 15 /sync-op/check
PASS: 16 /sync-op/activate
# End of sync-op tests
# Start of attach tests
PASS: 17 /attach/blockjob
PASS: 18 /attach/second_node
PASS: 19 /attach/preserve_blk_ctx
# End of attach tests
# Start of propagate tests
PASS: 20 /propagate/basic
PASS: 21 /propagate/diamond
PASS: 22 /propagate/mirror
# End of propagate tests
TAP version 13
# random seed: R02S5da78a35aaa23bdef8f9958d6df11faa
1..23
# Start of qgraph tests
PASS: 1 /qgraph/init_nop
PASS: 2 /qgraph/test_machine
PASS: 3 /qgraph/test_contains
PASS: 4 /qgraph/test_multiple_contains
PASS: 5 /qgraph/test_produces
PASS: 6 /qgraph/test_multiple_produces
PASS: 7 /qgraph/test_consumes
PASS: 8 /qgraph/test_multiple_consumes
PASS: 9 /qgraph/test_driver
PASS: 10 /qgraph/test_test
PASS: 11 /qgraph/test_machine_contains_driver
PASS: 12 /qgraph/test_driver_contains_driver
PASS: 13 /qgraph/test_machine_produces_interface
PASS: 14 /qgraph/test_driver_produces_interface
PASS: 15 /qgraph/test_machine_consumes_interface
PASS: 16 /qgraph/test_driver_consumes_interface
PASS: 17 /qgraph/test_test_consumes_interface
PASS: 18 /qgraph/test_full_sample
PASS: 19 /qgraph/test_full_sample_raspi
PASS: 20 /qgraph/test_cycle
PASS: 21 /qgraph/test_two_test_same_interface
PASS: 22 /qgraph/test_test_in_path
PASS: 23 /qgraph/test_double_edge
# End of qgraph tests
TAP version 13
# random seed: R02S91fc9cf1eaee1580f6fcdc55a17e4d6c
1..2
# Start of host-utils tests
PASS: 1 /host-utils/mulu64
PASS: 2 /host-utils/muls64
# End of host-utils tests
TAP version 13
# random seed: R02S0aa831dbc48469b02ce38365b6abd176
1..9
# Start of crypto tests
# Start of ivgen tests
# Start of plain tests
PASS: 1 /crypto/ivgen/plain/1
PASS: 2 /crypto/ivgen/plain/1f2e3d4c
PASS: 3 /crypto/ivgen/plain/1f2e3d4c5b6a7988
# End of plain tests
# Start of plain64 tests
PASS: 4 /crypto/ivgen/plain64/1
PASS: 5 /crypto/ivgen/plain64/1f2e3d4c
PASS: 6 /crypto/ivgen/plain64/1f2e3d4c5b6a7988
# End of plain64 tests
# Start of essiv tests
PASS: 7 /crypto/ivgen/essiv/1
PASS: 8 /crypto/ivgen/essiv/1f2e3d4c
PASS: 9 /crypto/ivgen/essiv/1f2e3d4c5b6a7988
# End of essiv tests
# End of ivgen tests
# End of crypto tests
TAP version 13
# random seed: R02S39a9db585bccf88f2385a5cb89d10dff
1..3
# Start of resv-mem tests
PASS: 1 /resv-mem/range_reverse_array
PASS: 2 /resv-mem/range_reverse_array_low_end
PASS: 3 /resv-mem/resv_region_list_insert
# End of resv-mem tests
TAP version 13
# random seed: R02S34e111e926f9dce00b996ba96d6d9a53
1..4
# Start of qtree tests
PASS: 1 /qtree/search
PASS: 2 /qtree/remove
# nnodes: 62
# nnodes: 0
PASS: 3 /qtree/destroy
PASS: 4 /qtree/insert
# End of qtree tests
TAP version 13
# random seed: R02S7428a1834333a88ab81aa3ca094e12e1
1..1
# Start of cpuid tests
# Start of topology tests
PASS: 1 /cpuid/topology/basic
# End of topology tests
# End of cpuid tests
TAP version 13
# random seed: R02S137eb99a47ac3e04e28baf6aebf6d57c
1..2
# Start of host-utils tests
PASS: 1 /host-utils/test_lshift
PASS: 2 /host-utils/test_rshift
# End of host-utils tests
TAP version 13
# random seed: R02S23076b2fa731fabee9d131e980e0929a
1..33
# Start of visitor tests
# Start of opts tests
# Start of flatten tests
PASS: 1 /visitor/opts/flatten/value
# End of flatten tests
# Start of i64 tests
# 'i64x=5-6': Parameter 'i64x' expects an int64 value
PASS: 2 /visitor/opts/i64/nonlist
# Start of val1 tests
# 'i64=0x8000000000000000': Parameter 'i64' expects an int64 value or range
PASS: 3 /visitor/opts/i64/val1/errno
# 'i64=': Parameter 'i64' expects an int64 value or range
PASS: 4 /visitor/opts/i64/val1/empty
# 'i64=5z': Parameter 'i64' expects an int64 value or range
PASS: 5 /visitor/opts/i64/val1/trailing
# End of val1 tests
# Start of val2 tests
# 'i64=0x7fffffffffffffff-0x8000000000000000': Parameter 'i64' expects an int64 value or range
PASS: 6 /visitor/opts/i64/val2/errno
# 'i64=5-': Parameter 'i64' expects an int64 value or range
PASS: 7 /visitor/opts/i64/val2/empty
# 'i64=5-6z': Parameter 'i64' expects an int64 value or range
PASS: 8 /visitor/opts/i64/val2/trailing
# End of val2 tests
# Start of range tests
# 'i64=6-5': Parameter 'i64' expects an int64 value or range
PASS: 9 /visitor/opts/i64/range/empty
PASS: 10 /visitor/opts/i64/range/minval
PASS: 11 /visitor/opts/i64/range/maxval
# Start of max tests
# Start of pos tests
PASS: 12 /visitor/opts/i64/range/max/pos/a
PASS: 13 /visitor/opts/i64/range/max/pos/b
# End of pos tests
# Start of neg tests
PASS: 14 /visitor/opts/i64/range/max/neg/a
PASS: 15 /visitor/opts/i64/range/max/neg/b
# End of neg tests
# End of max tests
# Start of 2big tests
# 'i64=0x7ffffffffffeffff-0x7fffffffffffffff': Parameter 'i64' expects an int64 value or range
PASS: 16 /visitor/opts/i64/range/2big/pos
# 'i64=-0x8000000000000000--0x7fffffffffff0000': Parameter 'i64' expects an int64 value or range
PASS: 17 /visitor/opts/i64/range/2big/neg
# 'i64=-0x8000000000000000-0x7fffffffffffffff': Parameter 'i64' expects an int64 value or range
PASS: 18 /visitor/opts/i64/range/2big/full
# End of 2big tests
# End of range tests
# End of i64 tests
# Start of u64 tests
# 'u64x=5-6': Parameter 'u64x' expects a uint64 value
PASS: 19 /visitor/opts/u64/nonlist
# Start of val1 tests
# 'u64=-1': Parameter 'u64' expects a uint64 value or range
PASS: 20 /visitor/opts/u64/val1/errno
# 'u64=': Parameter 'u64' expects a uint64 value or range
PASS: 21 /visitor/opts/u64/val1/empty
# 'u64=5z': Parameter 'u64' expects a uint64 value or range
PASS: 22 /visitor/opts/u64/val1/trailing
# End of val1 tests
# Start of val2 tests
# 'u64=0xffffffffffffffff-0x10000000000000000': Parameter 'u64' expects a uint64 value or range
PASS: 23 /visitor/opts/u64/val2/errno
# 'u64=5-': Parameter 'u64' expects a uint64 value or range
PASS: 24 /visitor/opts/u64/val2/empty
# 'u64=5-6z': Parameter 'u64' expects a uint64 value or range
PASS: 25 /visitor/opts/u64/val2/trailing
# End of val2 tests
# Start of range tests
# 'u64=6-5': Parameter 'u64' expects a uint64 value or range
PASS: 26 /visitor/opts/u64/range/empty
PASS: 27 /visitor/opts/u64/range/minval
PASS: 28 /visitor/opts/u64/range/maxval
PASS: 29 /visitor/opts/u64/range/max
# 'u64=0-65536': Parameter 'u64' expects a uint64 value or range
PASS: 30 /visitor/opts/u64/range/2big
# End of range tests
# End of u64 tests
# Start of range tests
PASS: 31 /visitor/opts/range/unvisited
PASS: 32 /visitor/opts/range/beyond
# End of range tests
# Start of dict tests
PASS: 33 /visitor/opts/dict/unvisited
# End of dict tests
# End of opts tests
# End of visitor tests
TAP version 13
# random seed: R02S26b9670fee5516b7af8112b92b8b6cde
1..8
# Start of blockjob tests
PASS: 1 /blockjob/ids
# Start of cancel tests
PASS: 2 /blockjob/cancel/created
PASS: 3 /blockjob/cancel/running
PASS: 4 /blockjob/cancel/paused
PASS: 5 /blockjob/cancel/ready
PASS: 6 /blockjob/cancel/standby
PASS: 7 /blockjob/cancel/pending
PASS: 8 /blockjob/cancel/concluded
# End of cancel tests
# End of blockjob tests
TAP version 13
# random seed: R02Sb151ed9e02e7fac09d29173ecd59f3c1
1..4
# Start of bitcnt tests
PASS: 1 /bitcnt/ctpop8
PASS: 2 /bitcnt/ctpop16
PASS: 3 /bitcnt/ctpop32
PASS: 4 /bitcnt/ctpop64
# End of bitcnt tests
TAP version 13
# random seed: R02S82b366fe21ed3b9191e0121970627fad
1..5
# Start of bdrv-graph-mod tests
PASS: 1 /bdrv-graph-mod/update-perm-tree
PASS: 2 /bdrv-graph-mod/should-update-child
PASS: 3 /bdrv-graph-mod/parallel-perm-update
PASS: 4 /bdrv-graph-mod/parallel-exclusive-write
PASS: 5 /bdrv-graph-mod/append-greedy-filter
# End of bdrv-graph-mod tests
TAP version 13
# random seed: R02Sb00ee6c298ce9828336c1e7c3f480f94
1..8
# Start of crypto tests
# Start of cipher tests
PASS: 1 /crypto/cipher/aes-ecb-128
PASS: 2 /crypto/cipher/aes-ecb-192
PASS: 3 /crypto/cipher/aes-ecb-256
PASS: 4 /crypto/cipher/aes-cbc-128
PASS: 5 /crypto/cipher/aes-cbc-192
PASS: 6 /crypto/cipher/aes-cbc-256
PASS: 7 /crypto/cipher/null-iv
PASS: 8 /crypto/cipher/short-plaintext
# End of cipher tests
# End of crypto tests
TAP version 13
# random seed: R02S8a2444ab337d8008f68ecaa4e392a100
1..6
# Start of event tests
PASS: 1 /event/event_a
PASS: 2 /event/event_b
PASS: 3 /event/event_c
PASS: 4 /event/event_d
PASS: 5 /event/deprecated
PASS: 6 /event/deprecated_data
# End of event tests
TAP version 13
# random seed: R02S2d9702e3010ff67d1223b7df22fe200e
1..2
# Start of qapi tests
# Start of util tests
PASS: 1 /qapi/util/qapi_enum_parse
PASS: 2 /qapi/util/parse_qapi_name
# End of util tests
# End of qapi tests
TAP version 13
# random seed: R02Sebfa0f8b602ea678a489a019e5bc4919
1..13
# Start of replication tests
# Start of primary tests
PASS: 1 /replication/primary/read
PASS: 2 /replication/primary/write
PASS: 3 /replication/primary/start
PASS: 4 /replication/primary/stop
PASS: 5 /replication/primary/do_checkpoint
PASS: 6 /replication/primary/get_error_all
# End of primary tests
# Start of secondary tests
PASS: 7 /replication/secondary/read
# slow test /replication/secondary/read executed in 0.69 secs
PASS: 8 /replication/secondary/write
PASS: 9 /replication/secondary/start
# slow test /replication/secondary/start executed in 2.16 secs
PASS: 10 /replication/secondary/stop
# slow test /replication/secondary/stop executed in 1.27 secs
PASS: 11 /replication/secondary/continuous_replication
# slow test /replication/secondary/continuous_replication executed in 0.87 secs
PASS: 12 /replication/secondary/do_checkpoint
# slow test /replication/secondary/do_checkpoint executed in 0.62 secs
PASS: 13 /replication/secondary/get_error_all
# End of secondary tests
# End of replication tests
TAP version 13
# random seed: R02S551ac8d753ed54de14edd09c70b5379b
1..6
# Start of basic tests
# Start of iov tests
PASS: 1 /basic/iov/from-to-buf
PASS: 2 /basic/iov/io
# slow test /basic/iov/io executed in 1.28 secs
PASS: 3 /basic/iov/discard-front
PASS: 4 /basic/iov/discard-back
PASS: 5 /basic/iov/discard-front-undo
PASS: 6 /basic/iov/discard-back-undo
# End of iov tests
# End of basic tests
TAP version 13
# random seed: R02S822d4d4f7de788d8291fc5a705627907
1..6
# Start of interval-tree tests
PASS: 1 /interval-tree/empty
PASS: 2 /interval-tree/find-one-point
PASS: 3 /interval-tree/find-two-point
PASS: 4 /interval-tree/find-one-range
PASS: 5 /interval-tree/find-one-range-many
PASS: 6 /interval-tree/find-many-range
# End of interval-tree tests
TAP version 13
# random seed: R02S6f0ec532e7faf9c8dd57175941ef7a3d
1..19
# Start of qemu-opts tests
PASS: 1 /qemu-opts/find_unknown_opts
PASS: 2 /qemu-opts/find_opts
PASS: 3 /qemu-opts/opts_create
PASS: 4 /qemu-opts/opt_get
PASS: 5 /qemu-opts/opt_get_bool
PASS: 6 /qemu-opts/opt_get_number
PASS: 7 /qemu-opts/opt_get_size
PASS: 8 /qemu-opts/opt_unset
PASS: 9 /qemu-opts/opts_reset
PASS: 10 /qemu-opts/has_help_option
PASS: 11 /qemu-opts/append_to_null
PASS: 12 /qemu-opts/append
# Start of opts_parse tests
PASS: 13 /qemu-opts/opts_parse/general
PASS: 14 /qemu-opts/opts_parse/bool
PASS: 15 /qemu-opts/opts_parse/number
PASS: 16 /qemu-opts/opts_parse/size
# End of opts_parse tests
# Start of to_qdict tests
PASS: 17 /qemu-opts/to_qdict/basic
PASS: 18 /qemu-opts/to_qdict/filtered
PASS: 19 /qemu-opts/to_qdict/duplicates
# End of to_qdict tests
# End of qemu-opts tests
TAP version 13
# random seed: R02S686661689dcafdea64913e55bc42309d
1..30
# Start of bdrv-drain tests
PASS: 1 /bdrv-drain/nested
PASS: 2 /bdrv-drain/set_aio_context
# Start of driver-cb tests
PASS: 3 /bdrv-drain/driver-cb/drain_all
PASS: 4 /bdrv-drain/driver-cb/drain
# Start of co tests
PASS: 5 /bdrv-drain/driver-cb/co/drain_all
PASS: 6 /bdrv-drain/driver-cb/co/drain
# End of co tests
# End of driver-cb tests
# Start of quiesce tests
PASS: 7 /bdrv-drain/quiesce/drain_all
PASS: 8 /bdrv-drain/quiesce/drain
# Start of co tests
PASS: 9 /bdrv-drain/quiesce/co/drain_all
PASS: 10 /bdrv-drain/quiesce/co/drain
# End of co tests
# End of quiesce tests
# Start of graph-change tests
PASS: 11 /bdrv-drain/graph-change/drain_all
# End of graph-change tests
# Start of iothread tests
PASS: 12 /bdrv-drain/iothread/drain_all
PASS: 13 /bdrv-drain/iothread/drain
# End of iothread tests
# Start of blockjob tests
PASS: 14 /bdrv-drain/blockjob/drain_all
PASS: 15 /bdrv-drain/blockjob/drain
PASS: 16 /bdrv-drain/blockjob/commit_by_drained_end
# Start of error tests
PASS: 17 /bdrv-drain/blockjob/error/drain_all
PASS: 18 /bdrv-drain/blockjob/error/drain
# End of error tests
# Start of iothread tests
PASS: 19 /bdrv-drain/blockjob/iothread/drain_all
PASS: 20 /bdrv-drain/blockjob/iothread/drain
# Start of error tests
PASS: 21 /bdrv-drain/blockjob/iothread/error/drain_all
PASS: 22 /bdrv-drain/blockjob/iothread/error/drain
# End of error tests
# End of iothread tests
# End of blockjob tests
# Start of deletion tests
PASS: 23 /bdrv-drain/deletion/drain
# End of deletion tests
# Start of detach tests
PASS: 24 /bdrv-drain/detach/drain_all
PASS: 25 /bdrv-drain/detach/drain
PASS: 26 /bdrv-drain/detach/parent_cb
PASS: 27 /bdrv-drain/detach/driver_cb
# End of detach tests
# Start of attach tests
PASS: 28 /bdrv-drain/attach/drain
# End of attach tests
# Start of bdrv_drop_intermediate tests
PASS: 29 /bdrv-drain/bdrv_drop_intermediate/poll
# End of bdrv_drop_intermediate tests
# Start of replace_child tests
PASS: 30 /bdrv-drain/replace_child/mid-drain
# End of replace_child tests
# End of bdrv-drain tests
TAP version 13
# random seed: R02Sd704bf0536c1ed813dde0d47684e8a87
1..16
# Start of crypto tests
# Start of secret tests
PASS: 1 /crypto/secret/direct
# Start of indirect tests
PASS: 2 /crypto/secret/indirect/good
PASS: 3 /crypto/secret/indirect/badfile
PASS: 4 /crypto/secret/indirect/emptyfile
# End of indirect tests
# Start of noconv tests
PASS: 5 /crypto/secret/noconv/utf8
# Start of base64 tests
PASS: 6 /crypto/secret/noconv/base64/good
PASS: 7 /crypto/secret/noconv/base64/bad
# End of base64 tests
# End of noconv tests
# Start of conv tests
# Start of base64 tests
PASS: 8 /crypto/secret/conv/base64/utf8valid
PASS: 9 /crypto/secret/conv/base64/utf8invalid
# End of base64 tests
# Start of utf8 tests
PASS: 10 /crypto/secret/conv/utf8/base64
# End of utf8 tests
# End of conv tests
# Start of crypt tests
PASS: 11 /crypto/secret/crypt/raw
PASS: 12 /crypto/secret/crypt/base64
PASS: 13 /crypto/secret/crypt/shortkey
PASS: 14 /crypto/secret/crypt/shortiv
PASS: 15 /crypto/secret/crypt/missingiv
PASS: 16 /crypto/secret/crypt/badiv
# End of crypt tests
# End of secret tests
# End of crypto tests
TAP version 13
# random seed: R02Sdbb8ddfe3c54a4f09649def119201c93
1..1
# Start of authz tests
PASS: 1 /authz/simple
# End of authz tests
TAP version 13
# random seed: R02Sb696af599f1bfcc99db0c5548d5d9bdd
1..40
# Start of hbitmap tests
PASS: 1 /hbitmap/granularity
# Start of size tests
PASS: 2 /hbitmap/size/0
PASS: 3 /hbitmap/size/unaligned
# End of size tests
# Start of iter tests
PASS: 4 /hbitmap/iter/empty
PASS: 5 /hbitmap/iter/partial
PASS: 6 /hbitmap/iter/granularity
PASS: 7 /hbitmap/iter/iter_and_reset
# End of iter tests
# Start of get tests
PASS: 8 /hbitmap/get/all
PASS: 9 /hbitmap/get/some
# End of get tests
# Start of set tests
PASS: 10 /hbitmap/set/all
PASS: 11 /hbitmap/set/one
PASS: 12 /hbitmap/set/two-elem
PASS: 13 /hbitmap/set/general
PASS: 14 /hbitmap/set/twice
PASS: 15 /hbitmap/set/overlap
# End of set tests
# Start of reset tests
PASS: 16 /hbitmap/reset/empty
PASS: 17 /hbitmap/reset/general
PASS: 18 /hbitmap/reset/all
# End of reset tests
# Start of truncate tests
PASS: 19 /hbitmap/truncate/nop
# Start of grow tests
PASS: 20 /hbitmap/truncate/grow/negligible
PASS: 21 /hbitmap/truncate/grow/tiny
PASS: 22 /hbitmap/truncate/grow/small
PASS: 23 /hbitmap/truncate/grow/medium
PASS: 24 /hbitmap/truncate/grow/large
# End of grow tests
# Start of shrink tests
PASS: 25 /hbitmap/truncate/shrink/negligible
PASS: 26 /hbitmap/truncate/shrink/tiny
PASS: 27 /hbitmap/truncate/shrink/small
PASS: 28 /hbitmap/truncate/shrink/medium
PASS: 29 /hbitmap/truncate/shrink/large
# End of shrink tests
# End of truncate tests
# Start of serialize tests
PASS: 30 /hbitmap/serialize/align
PASS: 31 /hbitmap/serialize/basic
PASS: 32 /hbitmap/serialize/part
PASS: 33 /hbitmap/serialize/zeroes
# End of serialize tests
# Start of next_zero tests
PASS: 34 /hbitmap/next_zero/next_x_0
PASS: 35 /hbitmap/next_zero/next_x_4
PASS: 36 /hbitmap/next_zero/next_x_after_truncate
# End of next_zero tests
# Start of next_dirty_area tests
PASS: 37 /hbitmap/next_dirty_area/next_dirty_area_0
PASS: 38 /hbitmap/next_dirty_area/next_dirty_area_1
PASS: 39 /hbitmap/next_dirty_area/next_dirty_area_4
PASS: 40 /hbitmap/next_dirty_area/next_dirty_area_after_truncate
# End of next_dirty_area tests
# End of hbitmap tests
**
ERROR:/usr/src/debug/qemu/8.2.1/tests/unit/test-qga.c:79:fixture_setup: assertion failed (error == NULL): Failed to execute child process ?/usr/lib/qemu/ptest/tests/qga/qemu-ga? (No such file or directory) (g-exec-error-quark, 8)
TAP version 13
# random seed: R02S5152fa521fcc59dce13812ea76aa3c0e
Bail out! ERROR:/usr/src/debug/qemu/8.2.1/tests/unit/test-qga.c:79:fixture_setup: assertion failed (error == NULL): Failed to execute child process ?/usr/lib/qemu/ptest/tests/qga/qemu-ga? (No such file or directory) (g-exec-error-quark, 8)
TAP version 13
# random seed: R02S5a022b5e9a8baa9f5215cf2fc7bcb573
1..1
# Start of crypto tests
# Start of block tests
PASS: 1 /crypto/block/qcow
# End of block tests
# End of crypto tests
TAP version 13
# random seed: R02Sb1976e1751546c4e8656eb72bdd74d39
1..1
# Start of cutils tests
PASS: 1 /cutils/bufferiszero
# slow test /cutils/bufferiszero executed in 0.82 secs
# End of cutils tests
TAP version 13
# random seed: R02S19f8b2e1512b95ec1dd36b6a1efbf0ff
1..16
# Start of crypto tests
# Start of akcipher tests
PASS: 1 /crypto/akcipher/rsa1024-raw
PASS: 2 /crypto/akcipher/rsa1024-pkcs1
PASS: 3 /crypto/akcipher/rsa2048-raw
PASS: 4 /crypto/akcipher/rsa2048-pkcs1
PASS: 5 /crypto/akcipher/rsakey-1024-public
PASS: 6 /crypto/akcipher/rsakey-1024-private
PASS: 7 /crypto/akcipher/rsakey-2048-public
PASS: 8 /crypto/akcipher/rsakey-2048-private
PASS: 9 /crypto/akcipher/rsakey-public-lack-elem
PASS: 10 /crypto/akcipher/rsakey-private-lack-elem
PASS: 11 /crypto/akcipher/rsakey-public-empty-elem
PASS: 12 /crypto/akcipher/rsakey-private-empty-elem
PASS: 13 /crypto/akcipher/rsakey-public-empty-key
PASS: 14 /crypto/akcipher/rsakey-private-empty-key
PASS: 15 /crypto/akcipher/rsakey-public-invalid-length-val
PASS: 16 /crypto/akcipher/rsakey-public-extra-elem
# End of akcipher tests
# End of crypto tests
TAP version 13
# random seed: R02Sc1f33ea40257a0201ab2584f2ddf0d34
1..6
# Start of uuid tests
PASS: 1 /uuid/is_null
PASS: 2 /uuid/generate
PASS: 3 /uuid/parse
PASS: 4 /uuid/unparse
PASS: 5 /uuid/unparse_strdup
PASS: 6 /uuid/hash
# End of uuid tests
TAP version 13
# random seed: R02S688933236595ddc881a66f6f42b2283a
1..6
# Start of auth tests
# Start of list tests
PASS: 1 /auth/list/complex
PASS: 2 /auth/list/add-remove
# Start of default tests
PASS: 3 /auth/list/default/deny
PASS: 4 /auth/list/default/allow
# End of default tests
# Start of explicit tests
PASS: 5 /auth/list/explicit/deny
PASS: 6 /auth/list/explicit/allow
# End of explicit tests
# End of list tests
# End of auth tests
TAP version 13
# random seed: R02S71393d19e33b117bef825e13ae0ff886
1..2
# Start of write-threshold tests
PASS: 1 /write-threshold/not-trigger
PASS: 2 /write-threshold/trigger
# End of write-threshold tests
TAP version 13
# random seed: R02S38bb5acb6c80bf792bafa3d585031f7c
1..1
# Start of io tests
# Start of channel tests
PASS: 1 /io/channel/buf
# End of channel tests
# End of io tests
TAP version 13
# random seed: R02Sa7601c711db2c63908ee8adc8b96830d
1..2
# Start of host-utils tests
PASS: 1 /host-utils/test_divu128
PASS: 2 /host-utils/test_divs128
# End of host-utils tests
TAP version 13
# random seed: R02S1a39d7e3fa281abe3bea7fb6c3458206
1..4
# Start of crypto tests
# Start of hmac tests
PASS: 1 /crypto/hmac/iov
PASS: 2 /crypto/hmac/alloc
PASS: 3 /crypto/hmac/prealloc
PASS: 4 /crypto/hmac/digest
# End of hmac tests
# End of crypto tests
Unexpected error in qio_channel_file_new_path() at /usr/src/debug/qemu/8.2.1/io/channel-file.c:58:
./unit/test-io-channel-file: Unable to open tests/test-io-channel-file.txt: No such file or directory
TAP version 13
# random seed: R02S4001fb9cf0a0a324cc12816a564f1674
1..5
# Start of io tests
# Start of channel tests
TAP version 13
# random seed: R02S1155a4453d836fe953950d488f8eb0c8
1..4
# Start of util tests
# Start of base64 tests
PASS: 1 /util/base64/good
PASS: 2 /util/base64/embedded-nul
PASS: 3 /util/base64/not-nul-terminated
PASS: 4 /util/base64/invalid-chars
# End of base64 tests
# End of util tests
TAP version 13
# random seed: R02S235c0bfd97b2fafac9f1e9aa33ee0d4f
1..8
# Start of string-visitor tests
# Start of input tests
PASS: 1 /string-visitor/input/int
PASS: 2 /string-visitor/input/intList
PASS: 3 /string-visitor/input/uintList
PASS: 4 /string-visitor/input/bool
PASS: 5 /string-visitor/input/number
PASS: 6 /string-visitor/input/string
PASS: 7 /string-visitor/input/enum
PASS: 8 /string-visitor/input/fuzz
# End of input tests
# End of string-visitor tests
TAP version 13
# random seed: R02Se936dfac703fe5a4e88f98b9dd5d9dca
1..5
# Start of crypto tests
# Start of task tests
PASS: 1 /crypto/task/complete
PASS: 2 /crypto/task/datafree
PASS: 3 /crypto/task/failure
PASS: 4 /crypto/task/thread_complete
PASS: 5 /crypto/task/thread_failure
# End of task tests
# End of crypto tests
TAP version 13
# random seed: R02S73f41c9624175e37f398d65030ccb955
1..17
# Start of throttle tests
PASS: 1 /throttle/leak_bucket
PASS: 2 /throttle/compute_wait
PASS: 3 /throttle/init
PASS: 4 /throttle/init_readonly
PASS: 5 /throttle/init_writeonly
PASS: 6 /throttle/destroy
PASS: 7 /throttle/have_timer
PASS: 8 /throttle/detach_attach
PASS: 9 /throttle/config_functions
PASS: 10 /throttle/accounting
PASS: 11 /throttle/groups
# Start of config tests
PASS: 12 /throttle/config/enabled
PASS: 13 /throttle/config/conflicting
PASS: 14 /throttle/config/is_valid
PASS: 15 /throttle/config/ranges
PASS: 16 /throttle/config/max
PASS: 17 /throttle/config/iops_size
# End of config tests
# End of throttle tests
TAP version 13
# random seed: R02Sbb8964a2be4e6e35dc145d75d5ac9d69
1..23
# Start of vmstate tests
# ./unit/test-vmstate:
#  
# Failed to load test/with_tmp:a
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load test/tmp_child_parent:f
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load test/tmp_child:parent
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load test/with_tmp:tmp
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load test/tmp_child:diff
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load test/with_tmp:tmp
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load test/tmp_child:diff
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load test/with_tmp:tmp
# 
# 
PASS: 1 /vmstate/tmp_struct
# Start of simple tests
# ./unit/test-vmstate:
#  
# Failed to load simple/primitive:b_1
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load simple/primitive:i64_2
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load simple/primitive:i32_1
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load simple/primitive:i32_1
# 
# 
PASS: 2 /vmstate/simple/primitive
# ./unit/test-vmstate:
#  
# Failed to load simple/array:u16_1
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load simple/array:u16_1
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load simple/array:u16_1
# 
# 
# ./unit/test-vmstate:
#  
# Failed to load simple/array:u16_1
# 
# 
PASS: 3 /vmstate/simple/array
# End of simple tests
# Start of versioned tests
# Start of load tests
PASS: 4 /vmstate/versioned/load/v1
PASS: 5 /vmstate/versioned/load/v2
# End of load tests
# End of versioned tests
# Start of field_exists tests
# Start of load tests
PASS: 6 /vmstate/field_exists/load/noskip
PASS: 7 /vmstate/field_exists/load/skip
# End of load tests
# Start of save tests
PASS: 8 /vmstate/field_exists/save/noskip
PASS: 9 /vmstate/field_exists/save/skip
# End of save tests
# End of field_exists tests
# Start of array tests
# Start of ptr tests
# Start of str tests
# Start of no0 tests
PASS: 10 /vmstate/array/ptr/str/no0/save
PASS: 11 /vmstate/array/ptr/str/no0/load
# End of no0 tests
# Start of 0 tests
PASS: 12 /vmstate/array/ptr/str/0/save
PASS: 13 /vmstate/array/ptr/str/0/load
# End of 0 tests
# End of str tests
# Start of prim tests
# Start of 0 tests
PASS: 14 /vmstate/array/ptr/prim/0/save
PASS: 15 /vmstate/array/ptr/prim/0/load
# End of 0 tests
# End of prim tests
# End of ptr tests
# End of array tests
# Start of qtailq tests
# Start of save tests
PASS: 16 /vmstate/qtailq/save/saveq
# End of save tests
# Start of load tests
PASS: 17 /vmstate/qtailq/load/loadq
# End of load tests
# End of qtailq tests
# Start of gtree tests
# Start of save tests
PASS: 18 /vmstate/gtree/save/savedomain
PASS: 19 /vmstate/gtree/save/saveiommu
# End of save tests
# Start of load tests
PASS: 20 /vmstate/gtree/load/loaddomain
PASS: 21 /vmstate/gtree/load/loadiommu
# End of load tests
# End of gtree tests
# Start of qlist tests
# Start of save tests
PASS: 22 /vmstate/qlist/save/saveqlist
# End of save tests
# Start of load tests
PASS: 23 /vmstate/qlist/load/loadqlist
# End of load tests
# End of qlist tests
# End of vmstate tests
TAP version 13
# random seed: R02S00a46db14208d298588a760f7a7f585e
1..10
# Start of qmp tests
PASS: 1 /qmp/dispatch_cmd
PASS: 2 /qmp/dispatch_cmd_oob
PASS: 3 /qmp/dispatch_cmd_failure
PASS: 4 /qmp/dispatch_cmd_io
PASS: 5 /qmp/dispatch_cmd_success_response
PASS: 6 /qmp/dispatch_cmd_deprecated
PASS: 7 /qmp/dispatch_cmd_arg_deprecated
PASS: 8 /qmp/dispatch_cmd_ret_deprecated
PASS: 9 /qmp/dealloc_types
PASS: 10 /qmp/dealloc_partial
# End of qmp tests
TAP version 13
# random seed: R02Se67ac8b7d990ede7f1a5b960fe137d92
1..9
# Start of seccomp tests
# Start of fork tests
PASS: 1 /seccomp/fork/on
PASS: 2 /seccomp/fork/on-nospawn
PASS: 3 /seccomp/fork/off
# End of fork tests
# Start of thread tests
PASS: 4 /seccomp/thread/on
PASS: 5 /seccomp/thread/on-nospawn
PASS: 6 /seccomp/thread/off
# End of thread tests
# Start of sched tests
PASS: 7 /seccomp/sched/on
PASS: 8 /seccomp/sched/on-nores
PASS: 9 /seccomp/sched/off
# End of sched tests
# End of seccomp tests
TAP version 13
# random seed: R02Sfdce96a041b4c5fb82cb65f4cf192394
1..6
# Start of bitops tests
PASS: 1 /bitops/sextract32
PASS: 2 /bitops/sextract64
PASS: 3 /bitops/half_shuffle32
PASS: 4 /bitops/half_shuffle64
PASS: 5 /bitops/half_unshuffle32
PASS: 6 /bitops/half_unshuffle64
# End of bitops tests
TAP version 13
# random seed: R02S7ee9548153ca47f8d5c3786a13c6675c
1..7
# Start of xs_node tests
PASS: 1 /xs_node/simple
PASS: 2 /xs_node/tx_abort
PASS: 3 /xs_node/tx_fail
PASS: 4 /xs_node/tx_succeed
PASS: 5 /xs_node/tx_rm
PASS: 6 /xs_node/tx_resurrect
PASS: 7 /xs_node/tx_resurrect2
# End of xs_node tests
TAP version 13
# random seed: R02Se17927d07b7b15eabe64d0c6b59d1f83
1..5
# Start of auth tests
# Start of list tests
PASS: 1 /auth/list/complex
# Start of default tests
PASS: 2 /auth/list/default/deny
PASS: 3 /auth/list/default/allow
# End of default tests
# Start of explicit tests
PASS: 4 /auth/list/explicit/deny
PASS: 5 /auth/list/explicit/allow
# End of explicit tests
# End of list tests
# End of auth tests
Environment variable QTEST_QEMU_BINARY required
TAP version 13
# random seed: R02S391595eab72c1912858c102ec99fa7b0
Environment variable QTEST_QEMU_BINARY required
TAP version 13
# random seed: R02S63a44c5481f5e4ad4ea7ec534232436a
Environment variable QTEST_QEMU_BINARY required
TAP version 13
# random seed: R02S9aee3014980799e19b84d5e1630a912e
Environment variable QTEST_QEMU_BINARY required
TAP version 13
# random seed: R02S84073c0deee70dc80e62f76c6280f170
Environment variable QTEST_QEMU_BINARY required
TAP version 13
# random seed: R02S7edea1f9ec90f6de16e0b6a2f3b08434
Environment variable QTEST_QEMU_BINARY required
TAP version 13
# random seed: R02Sbe529fa42fdd61a17631f5d9413098b7
/usr/lib/qemu/ptest/run-ptest: line 12: ./data/test-qga-config: Permission denied
/usr/lib/qemu/ptest/run-ptest: line 12: ./data/test-qga-os-release: Permission denied
DURATION: 33