summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-ptest-babeltrace2/ptest-raw.log
blob: 14c1ee6e6eedbf9a11edb3ac6d498343ef75a2d5 (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
START: ptest-runner
2023-07-19T01:19
BEGIN: /usr/lib/babeltrace2/ptest
PASS: cli/convert/test_convert_args 1 - ARGS: path non-option arg
PASS: cli/convert/test_convert_args 2 - ARGS: path non-option args
PASS: cli/convert/test_convert_args 3 - ARGS: path non-option arg + named user source with --params
PASS: cli/convert/test_convert_args 4 - ARGS: unnamed user source
PASS: cli/convert/test_convert_args 5 - ARGS: path non-option arg + user source named `auto-disc-source-ctf-fs`
PASS: cli/convert/test_convert_args 6 - ARGS: path non-option arg + user sink named `pretty`
PASS: cli/convert/test_convert_args 7 - ARGS: path non-option arg + user filter named `muxer`
PASS: cli/convert/test_convert_args 8 - ARGS: path non-option arg + --begin + user filter named `trimmer`
PASS: cli/convert/test_convert_args 9 - ARGS: path non-option arg + --begin
PASS: cli/convert/test_convert_args 10 - ARGS: path non-option arg + --begin --end
PASS: cli/convert/test_convert_args 11 - ARGS: path non-option arg + --timerange
PASS: cli/convert/test_convert_args 12 - ARGS: path non-option arg + --clock-cycles
PASS: cli/convert/test_convert_args 13 - ARGS: path non-option arg + --clock-date
PASS: cli/convert/test_convert_args 14 - ARGS: path non-option arg + --clock-force-correlate
PASS: cli/convert/test_convert_args 15 - ARGS: path non-option arg + --clock-gmt
PASS: cli/convert/test_convert_args 16 - ARGS: path non-option arg + --clock-offset
PASS: cli/convert/test_convert_args 17 - ARGS: path non-option arg + --clock-offset-ns
PASS: cli/convert/test_convert_args 18 - ARGS: path non-option arg + --clock-seconds
PASS: cli/convert/test_convert_args 19 - ARGS: path non-option arg + --color
PASS: cli/convert/test_convert_args 20 - ARGS: path non-option arg + --debug-info
PASS: cli/convert/test_convert_args 21 - ARGS: path non-option arg + --debug-info-dir
PASS: cli/convert/test_convert_args 22 - ARGS: path non-option arg + --debug-info-target-prefix
PASS: cli/convert/test_convert_args 23 - ARGS: path non-option arg + --debug-info-full-path
PASS: cli/convert/test_convert_args 24 - ARGS: path non-option arg + --fields=trace:domain,loglevel
PASS: cli/convert/test_convert_args 25 - ARGS: path non-option arg + --fields=all
PASS: cli/convert/test_convert_args 26 - ARGS: path non-option arg + --names=context,header
PASS: cli/convert/test_convert_args 27 - ARGS: path non-option arg + --names=all
PASS: cli/convert/test_convert_args 28 - ARGS: path non-option arg + --no-delta
PASS: cli/convert/test_convert_args 29 - ARGS: path non-option arg + --output
PASS: cli/convert/test_convert_args 30 - ARGS: path non-option arg + -i ctf
PASS: cli/convert/test_convert_args 31 - ARGS: URL non-option arg + -i lttng-live
PASS: cli/convert/test_convert_args 32 - ARGS: path non-option arg + -o dummy
PASS: cli/convert/test_convert_args 33 - ARGS: path non-option arg + -o ctf + --output
PASS: cli/convert/test_convert_args 34 - ARGS: path non-option arg + user sink with log level
PASS: cli/convert/test_convert_args 35 - FAILS: bad --component format (plugin only)
PASS: cli/convert/test_convert_args 36 - FAILS: bad --component format (name and plugin only)
PASS: cli/convert/test_convert_args 37 - FAILS: bad --component format (name only)
PASS: cli/convert/test_convert_args 38 - FAILS: bad --component format (extra dot found)
PASS: cli/convert/test_convert_args 39 - FAILS: duplicate component name
PASS: cli/convert/test_convert_args 40 - FAILS: unknown option
PASS: cli/convert/test_convert_args 41 - FAILS: --params without current component
PASS: cli/convert/test_convert_args 42 - FAILS: duplicate --begin
PASS: cli/convert/test_convert_args 43 - FAILS: duplicate --end
PASS: cli/convert/test_convert_args 44 - FAILS: --begin and --timerange
PASS: cli/convert/test_convert_args 45 - FAILS: --end and --timerange
PASS: cli/convert/test_convert_args 46 - FAILS: bad --timerange format (1)
PASS: cli/convert/test_convert_args 47 - FAILS: bad --timerange format (2)
PASS: cli/convert/test_convert_args 48 - FAILS: bad --timerange format (3)
PASS: cli/convert/test_convert_args 49 - FAILS: bad --fields format
PASS: cli/convert/test_convert_args 50 - FAILS: bad --names format
PASS: cli/convert/test_convert_args 51 - FAILS: unknown -i
PASS: cli/convert/test_convert_args 52 - FAILS: duplicate -i
PASS: cli/convert/test_convert_args 53 - FAILS: unknown -o
PASS: cli/convert/test_convert_args 54 - FAILS: duplicate -o
PASS: cli/convert/test_convert_args 55 - FAILS: --run-args and --run-args-0
PASS: cli/convert/test_convert_args 56 - FAILS: -o ctf-metadata without path
PASS: cli/convert/test_convert_args 57 - FAILS: -i lttng-live and implicit source.ctf.fs
PASS: cli/convert/test_convert_args 58 - FAILS: implicit source.ctf.fs without path
PASS: cli/convert/test_convert_args 59 - FAILS: implicit source.ctf.lttng-live without URL
PASS: cli/convert/test_convert_args 60 - FAILS: no source
PASS: cli/convert/test_convert_args 61 - FAILS: -o ctf without --output
PASS: cli/convert/test_convert_args 62 - FAILS: -o ctf + --output with implicit sink.text.pretty
PASS: cli/convert/test_convert_args 63 - FAILS: --stream-intersection
PASS: cli/convert/test_convert_args 64 - FAILS: two sinks with -o dummy + --clock-seconds
PASS: cli/convert/test_convert_args 65 - FAILS: path non-option arg + user sink + -o text
PASS: cli/test_help 1 - help ctf plugin exit status
PASS: cli/test_help 2 - help ctf plugin expected output
PASS: cli/test_help 3 - help ctf plugin produces no error
PASS: cli/test_help 4 - help src.ctf.fs component class exit status
PASS: cli/test_help 5 - help src.ctf.fs component class expected output
PASS: cli/test_help 6 - help src.ctf.fs component class produces no error
PASS: cli/test_help 7 - help without parameter exit status
PASS: cli/test_help 8 - help without parameter produces expected error
PASS: cli/test_help 9 - help without parameter produces no output
PASS: cli/test_help 10 - help with too many parameters exit status
PASS: cli/test_help 11 - help with too many parameters produces expected error
PASS: cli/test_help 12 - help with too many parameters produces no output
PASS: cli/test_help 13 - help with unknown plugin name
PASS: cli/test_help 14 - help with unknown plugin name produces expected error
PASS: cli/test_help 15 - help with unknown plugin name produces no output
PASS: cli/test_help 16 - help with unknown component class name
PASS: cli/test_help 17 - help with unknown component class name produces expected error
PASS: cli/test_help 18 - help with unknown component class name prints plugin help
PASS: cli/test_help 19 - help with unknown component class plugin
PASS: cli/test_help 20 - help with unknown component class plugin produces expected error
PASS: cli/test_help 21 - help with unknown component class plugin produces no output
PASS: cli/test_intersection 1 - run without --stream-intersection
PASS: cli/test_intersection 2 - 8 events in the whole trace
PASS: cli/test_intersection 3 - run with --stream-intersection
PASS: cli/test_intersection 4 - 3 events in streams intersecting
PASS: cli/test_intersection 5 - run without --stream-intersection
PASS: cli/test_intersection 6 - 8 events in the whole trace
PASS: cli/test_intersection 7 - run with --stream-intersection
PASS: cli/test_intersection 8 - 3 events in streams intersecting
PASS: cli/test_intersection 9 - run without --stream-intersection
PASS: cli/test_intersection 10 - 3 events in the whole trace
PASS: cli/test_intersection 11 - run with --stream-intersection
PASS: cli/test_intersection 12 - 3 events in streams intersecting
PASS: cli/test_intersection 13 - run without --stream-intersection
PASS: cli/test_intersection 14 - 6 events in the whole trace
PASS: cli/test_intersection 15 - run with --stream-intersection fails
PASS: cli/test_intersection 16 - stderr contains expected error message
PASS: cli/test_intersection 17 - run without --stream-intersection
PASS: cli/test_intersection 18 - 0 events in the whole trace
PASS: cli/test_intersection 19 - run with --stream-intersection fails
PASS: cli/test_intersection 20 - stderr contains expected error message
PASS: cli/test_output_path_ctf_non_lttng_trace 1 - 3eventsintersect output trace exists
PASS: cli/test_output_path_ctf_non_lttng_trace 2 - 3eventsintersectreverse output trace exists
PASS: cli/test_output_path_ctf_non_lttng_trace 3 - nointersect output trace exists
PASS: cli/test_packet_seq_num 1 - Trace parses
PASS: cli/test_packet_seq_num 2 - No events lost
PASS: cli/test_packet_seq_num 3 - Trace parses
PASS: cli/test_packet_seq_num 4 - No events lost
PASS: cli/test_packet_seq_num 5 - Trace parses
PASS: cli/test_packet_seq_num 6 - Lost events string matches 2
PASS: cli/test_packet_seq_num 7 - Trace parses
PASS: cli/test_packet_seq_num 8 - Lost events string matches 2
PASS: cli/test_packet_seq_num 9 - Trace parses
PASS: cli/test_packet_seq_num 10 - Lost events string matches 2,3,1
PASS: cli/test_trace_copy 1 - Copy trace 2packets with ctf-fs sink
PASS: cli/test_trace_copy 2 - Read the new trace in /tmp/tmp.BAwzJJIKSr
PASS: cli/test_trace_copy 3 - Exact same content between the two traces
PASS: cli/test_trace_copy 4 - Copy trace array-align-elem with ctf-fs sink
PASS: cli/test_trace_copy 5 - Read the new trace in /tmp/tmp.Q3n9y0XMcF
PASS: cli/test_trace_copy 6 - Exact same content between the two traces
PASS: cli/test_trace_copy 7 - Copy trace barectf-event-before-packet with ctf-fs sink
PASS: cli/test_trace_copy 8 - Read the new trace in /tmp/tmp.F8QiaJ6f3s
PASS: cli/test_trace_copy 9 - Exact same content between the two traces
PASS: cli/test_trace_copy 10 - Copy trace debug-info with ctf-fs sink
PASS: cli/test_trace_copy 11 - Read the new trace in /tmp/tmp.tjBc52fbUf
PASS: cli/test_trace_copy 12 - Exact same content between the two traces
PASS: cli/test_trace_copy 13 - Copy trace env-warning with ctf-fs sink
PASS: cli/test_trace_copy 14 - Read the new trace in /tmp/tmp.6CIpbkOiID
PASS: cli/test_trace_copy 15 - Exact same content between the two traces
PASS: cli/test_trace_copy 16 - Copy trace ev-disc-no-ts-begin-end with ctf-fs sink
PASS: cli/test_trace_copy 17 - Read the new trace in /tmp/tmp.URqSJ1o0Jm
PASS: cli/test_trace_copy 18 - Exact same content between the two traces
PASS: cli/test_trace_copy 19 - Copy trace lttng-crash with ctf-fs sink
PASS: cli/test_trace_copy 20 - Read the new trace in /tmp/tmp.bwi52PIket
PASS: cli/test_trace_copy 21 - Exact same content between the two traces
PASS: cli/test_trace_copy 22 - Copy trace lttng-event-after-packet with ctf-fs sink
PASS: cli/test_trace_copy 23 - Read the new trace in /tmp/tmp.WEf5RVGzvm
PASS: cli/test_trace_copy 24 - Exact same content between the two traces
PASS: cli/test_trace_copy 25 - Copy trace lttng-tracefile-rotation with ctf-fs sink
PASS: cli/test_trace_copy 26 - Read the new trace in /tmp/tmp.v9sGjayTrv
PASS: cli/test_trace_copy 27 - Exact same content between the two traces
PASS: cli/test_trace_copy 28 - Empty trace meta-ctx-sequence, nothing to copy
PASS: cli/test_trace_copy 29 - Copy trace meta-variant-no-underscore with ctf-fs sink
PASS: cli/test_trace_copy 30 - Read the new trace in /tmp/tmp.w4rJjEx0Fi
PASS: cli/test_trace_copy 31 - Exact same content between the two traces
PASS: cli/test_trace_copy 32 - Copy trace meta-variant-one-underscore with ctf-fs sink
PASS: cli/test_trace_copy 33 - Read the new trace in /tmp/tmp.YkIAXx9Obr
PASS: cli/test_trace_copy 34 - Exact same content between the two traces
PASS: cli/test_trace_copy 35 - Copy trace meta-variant-reserved-keywords with ctf-fs sink
PASS: cli/test_trace_copy 36 - Read the new trace in /tmp/tmp.uMN6Go1aLw
PASS: cli/test_trace_copy 37 - Exact same content between the two traces
PASS: cli/test_trace_copy 38 - Copy trace meta-variant-same-with-underscore with ctf-fs sink
PASS: cli/test_trace_copy 39 - Read the new trace in /tmp/tmp.y7vZogdGfM
PASS: cli/test_trace_copy 40 - Exact same content between the two traces
PASS: cli/test_trace_copy 41 - Copy trace meta-variant-two-underscores with ctf-fs sink
PASS: cli/test_trace_copy 42 - Read the new trace in /tmp/tmp.g1VMHBAFWO
PASS: cli/test_trace_copy 43 - Exact same content between the two traces
PASS: cli/test_trace_copy 44 - Copy trace multi-domains with ctf-fs sink
PASS: cli/test_trace_copy 45 - Read the new trace in /tmp/tmp.NI0hMJj5GU
PASS: cli/test_trace_copy 46 - Exact same content between the two traces
PASS: cli/test_trace_copy 47 - Copy trace no-packet-context with ctf-fs sink
PASS: cli/test_trace_copy 48 - Read the new trace in /tmp/tmp.cfhF1sQrwS
PASS: cli/test_trace_copy 49 - Exact same content between the two traces
PASS: cli/test_trace_copy 50 - Copy trace sequence with ctf-fs sink
PASS: cli/test_trace_copy 51 - Read the new trace in /tmp/tmp.qeu4qFSXto
PASS: cli/test_trace_copy 52 - Exact same content between the two traces
PASS: cli/test_trace_copy 53 - Copy trace session-rotation with ctf-fs sink
PASS: cli/test_trace_copy 54 - Read the new trace in /tmp/tmp.vFJg3vRaWY
PASS: cli/test_trace_copy 55 - Exact same content between the two traces
PASS: cli/test_trace_copy 56 - Copy trace smalltrace with ctf-fs sink
PASS: cli/test_trace_copy 57 - Read the new trace in /tmp/tmp.3RNhn2dika
PASS: cli/test_trace_copy 58 - Exact same content between the two traces
PASS: cli/test_trace_copy 59 - Copy trace struct-array-align-elem with ctf-fs sink
PASS: cli/test_trace_copy 60 - Read the new trace in /tmp/tmp.XW9SPvs5Yj
PASS: cli/test_trace_copy 61 - Exact same content between the two traces
PASS: cli/test_trace_copy 62 - Copy trace succeed1 with ctf-fs sink
PASS: cli/test_trace_copy 63 - Read the new trace in /tmp/tmp.Qy7njEtnzO
PASS: cli/test_trace_copy 64 - Exact same content between the two traces
PASS: cli/test_trace_copy 65 - Copy trace succeed2 with ctf-fs sink
PASS: cli/test_trace_copy 66 - Read the new trace in /tmp/tmp.fyasTbM42W
PASS: cli/test_trace_copy 67 - Exact same content between the two traces
PASS: cli/test_trace_copy 68 - Copy trace succeed3 with ctf-fs sink
PASS: cli/test_trace_copy 69 - Read the new trace in /tmp/tmp.I9S1D8d9LG
PASS: cli/test_trace_copy 70 - Exact same content between the two traces
PASS: cli/test_trace_copy 71 - Empty trace succeed4, nothing to copy
PASS: cli/test_trace_copy 72 - Copy trace trace-with-index with ctf-fs sink
PASS: cli/test_trace_copy 73 - Read the new trace in /tmp/tmp.42mtj2m4AH
PASS: cli/test_trace_copy 74 - Exact same content between the two traces
PASS: cli/test_trace_copy 75 - Copy trace warnings with ctf-fs sink
PASS: cli/test_trace_copy 76 - Read the new trace in /tmp/tmp.DgkrH0K3pN
PASS: cli/test_trace_copy 77 - Exact same content between the two traces
PASS: cli/test_trace_copy 78 - Copy trace wk-heartbeat-u with ctf-fs sink
PASS: cli/test_trace_copy 79 - Read the new trace in /tmp/tmp.FyiK4lxly1
PASS: cli/test_trace_copy 80 - Exact same content between the two traces
PASS: cli/test_trace_read 1 - Run babeltrace2 with trace 2packets
PASS: cli/test_trace_read 2 - Run babeltrace2 with trace array-align-elem
PASS: cli/test_trace_read 3 - Run babeltrace2 with trace barectf-event-before-packet
PASS: cli/test_trace_read 4 - Run babeltrace2 with trace debug-info
PASS: cli/test_trace_read 5 - Run babeltrace2 with trace env-warning
PASS: cli/test_trace_read 6 - Run babeltrace2 with trace ev-disc-no-ts-begin-end
PASS: cli/test_trace_read 7 - Run babeltrace2 with trace lttng-crash
PASS: cli/test_trace_read 8 - Run babeltrace2 with trace lttng-event-after-packet
PASS: cli/test_trace_read 9 - Run babeltrace2 with trace lttng-tracefile-rotation
PASS: cli/test_trace_read 10 - Run babeltrace2 with trace meta-ctx-sequence
PASS: cli/test_trace_read 11 - Run babeltrace2 with trace meta-variant-no-underscore
PASS: cli/test_trace_read 12 - Run babeltrace2 with trace meta-variant-one-underscore
PASS: cli/test_trace_read 13 - Run babeltrace2 with trace meta-variant-reserved-keywords
PASS: cli/test_trace_read 14 - Run babeltrace2 with trace meta-variant-same-with-underscore
PASS: cli/test_trace_read 15 - Run babeltrace2 with trace meta-variant-two-underscores
PASS: cli/test_trace_read 16 - Run babeltrace2 with trace multi-domains
PASS: cli/test_trace_read 17 - Run babeltrace2 with trace no-packet-context
PASS: cli/test_trace_read 18 - Run babeltrace2 with trace sequence
PASS: cli/test_trace_read 19 - Run babeltrace2 with trace session-rotation
PASS: cli/test_trace_read 20 - Run babeltrace2 with trace smalltrace
PASS: cli/test_trace_read 21 - Run babeltrace2 with trace struct-array-align-elem
PASS: cli/test_trace_read 22 - Run babeltrace2 with trace succeed1
PASS: cli/test_trace_read 23 - Run babeltrace2 with trace succeed2
PASS: cli/test_trace_read 24 - Run babeltrace2 with trace succeed3
PASS: cli/test_trace_read 25 - Run babeltrace2 with trace succeed4
PASS: cli/test_trace_read 26 - Run babeltrace2 with trace trace-with-index
PASS: cli/test_trace_read 27 - Run babeltrace2 with trace warnings
PASS: cli/test_trace_read 28 - Run babeltrace2 with trace wk-heartbeat-u
PASS: cli/test_trace_read 29 - Run babeltrace2 with invalid trace fail1
PASS: cli/test_trace_read 30 - Run babeltrace2 with invalid trace fail2
PASS: cli/test_trace_read 31 - Run babeltrace2 with invalid trace integer-range
PASS: cli/test_trace_read 32 - Run babeltrace2 with invalid trace invalid-packet-size
PASS: cli/test_trace_read 33 - Run babeltrace2 with invalid trace lttng-modules-2.0-pre1
PASS: cli/test_trace_read 34 - Run babeltrace2 with invalid trace metadata-syntax-error
PASS: cli/test_trace_read 35 - Run babeltrace2 with invalid trace packet-based-metadata
PASS: cli/test_trace_read 36 - Run babeltrace2 with invalid trace smalltrace
PASS: cli/test_trace_read 37 - Run babeltrace2 with invalid trace valid-events-then-invalid-events
PASS: cli/test_trimmer 1 - trimmer: --begin, GMT relative timestamps: exit status
PASS: cli/test_trimmer 2 - trimmer: --begin, GMT relative timestamps: number of events (18)
PASS: cli/test_trimmer 3 - trimmer: --end, GMT relative timestamps: exit status
PASS: cli/test_trimmer 4 - trimmer: --end, GMT relative timestamps: number of events (9)
PASS: cli/test_trimmer 5 - trimmer: --begin and --end, GMT relative timestamps: exit status
PASS: cli/test_trimmer 6 - trimmer: --begin and --end, GMT relative timestamps: number of events (7)
PASS: cli/test_trimmer 7 - trimmer: --begin, out of range, GMT relative timestamps: exit status
PASS: cli/test_trimmer 8 - trimmer: --begin, out of range, GMT relative timestamps: number of events (0)
PASS: cli/test_trimmer 9 - trimmer: --end, out of range, GMT relative timestamps: exit status
PASS: cli/test_trimmer 10 - trimmer: --end, out of range, GMT relative timestamps: number of events (0)
PASS: cli/test_trimmer 11 - trimmer: --begin, GMT absolute timestamps: exit status
PASS: cli/test_trimmer 12 - trimmer: --begin, GMT absolute timestamps: number of events (18)
PASS: cli/test_trimmer 13 - trimmer: --end, GMT absolute timestamps: exit status
PASS: cli/test_trimmer 14 - trimmer: --end, GMT absolute timestamps: number of events (9)
PASS: cli/test_trimmer 15 - trimmer: --begin and --end, GMT absolute timestamps: exit status
PASS: cli/test_trimmer 16 - trimmer: --begin and --end, GMT absolute timestamps: number of events (7)
PASS: cli/test_trimmer 17 - trimmer: --begin, out of range, GMT absolute timestamps: exit status
PASS: cli/test_trimmer 18 - trimmer: --begin, out of range, GMT absolute timestamps: number of events (0)
PASS: cli/test_trimmer 19 - trimmer: --begin, out of range, GMT absolute timestamps: exit status
PASS: cli/test_trimmer 20 - trimmer: --begin, out of range, GMT absolute timestamps: number of events (0)
PASS: cli/test_trimmer 21 - trimmer: --begin, EST relative timestamps: exit status
PASS: cli/test_trimmer 22 - trimmer: --begin, EST relative timestamps: number of events (18)
PASS: cli/test_trimmer 23 - trimmer: --end, EST relative timestamps: exit status
PASS: cli/test_trimmer 24 - trimmer: --end, EST relative timestamps: number of events (9)
PASS: cli/test_trimmer 25 - trimmer: --begin and --end, EST relative timestamps: exit status
PASS: cli/test_trimmer 26 - trimmer: --begin and --end, EST relative timestamps: number of events (7)
PASS: cli/test_trimmer 27 - trimmer: --begin, out of range, EST relative timestamps: exit status
PASS: cli/test_trimmer 28 - trimmer: --begin, out of range, EST relative timestamps: number of events (0)
PASS: cli/test_trimmer 29 - trimmer: --end, out of range, EST relative timestamps: exit status
PASS: cli/test_trimmer 30 - trimmer: --end, out of range, EST relative timestamps: number of events (0)
PASS: cli/test_trimmer 31 - trimmer: --begin, EST absolute timestamps: exit status
PASS: cli/test_trimmer 32 - trimmer: --begin, EST absolute timestamps: number of events (18)
PASS: cli/test_trimmer 33 - trimmer: --end, EST absolute timestamps: exit status
PASS: cli/test_trimmer 34 - trimmer: --end, EST absolute timestamps: number of events (9)
PASS: cli/test_trimmer 35 - trimmer: --begin and --end, EST absolute timestamps: exit status
PASS: cli/test_trimmer 36 - trimmer: --begin and --end, EST absolute timestamps: number of events (7)
PASS: cli/test_trimmer 37 - trimmer: --begin, out of range, EST absolute timestamps: exit status
PASS: cli/test_trimmer 38 - trimmer: --begin, out of range, EST absolute timestamps: number of events (0)
PASS: cli/test_trimmer 39 - trimmer: --end, out of range, EST absolute timestamps: exit status
PASS: cli/test_trimmer 40 - trimmer: --end, out of range, EST absolute timestamps: number of events (0)
PASS: cli/test_trimmer 41 - trimmer: date time format: partial nanosecond precision: exit status
PASS: cli/test_trimmer 42 - trimmer: date time format: partial nanosecond precision: number of events (13)
PASS: cli/test_trimmer 43 - trimmer: date time format: second precision: exit status
PASS: cli/test_trimmer 44 - trimmer: date time format: second precision: number of events (11)
PASS: cli/test_trimmer 45 - trimmer: date time format: minute precision: exit status
PASS: cli/test_trimmer 46 - trimmer: date time format: minute precision: number of events (11)
PASS: cli/test_trimmer 47 - trimmer: seconds from origin format: nanosecond precision: exit status
PASS: cli/test_trimmer 48 - trimmer: seconds from origin format: nanosecond precision: number of events (11)
PASS: cli/test_trimmer 49 - trimmer: seconds from origin format: partial nanosecond precision: exit status
PASS: cli/test_trimmer 50 - trimmer: seconds from origin format: partial nanosecond precision: number of events (11)
PASS: cli/test_trimmer 51 - trimmer: seconds from origin format: second precision: exit status
PASS: cli/test_trimmer 52 - trimmer: seconds from origin format: second precision: number of events (11)
PASS: cli/test_trimmer 53 - trimmer: date time format: too many nanosecond digits: exit status
PASS: cli/test_trimmer 54 - trimmer: date time format: too many nanosecond digits: number of events (0)
PASS: cli/test_trimmer 55 - trimmer: date time format: too many nanosecond digits: error message
PASS: cli/test_trimmer 56 - trimmer: date time format: missing nanoseconds: exit status
PASS: cli/test_trimmer 57 - trimmer: date time format: missing nanoseconds: number of events (0)
PASS: cli/test_trimmer 58 - trimmer: date time format: missing nanoseconds: error message
PASS: cli/test_trimmer 59 - trimmer: date time format: seconds with too many digit: exit status
PASS: cli/test_trimmer 60 - trimmer: date time format: seconds with too many digit: number of events (0)
PASS: cli/test_trimmer 61 - trimmer: date time format: seconds with too many digit: error message
PASS: cli/test_trimmer 62 - trimmer: date time format: seconds with missing digit: exit status
PASS: cli/test_trimmer 63 - trimmer: date time format: seconds with missing digit: number of events (0)
PASS: cli/test_trimmer 64 - trimmer: date time format: seconds with missing digit: error message
PASS: cli/test_trimmer 65 - trimmer: date time format: minutes with too many digit: exit status
PASS: cli/test_trimmer 66 - trimmer: date time format: minutes with too many digit: number of events (0)
PASS: cli/test_trimmer 67 - trimmer: date time format: minutes with too many digit: error message
PASS: cli/test_trimmer 68 - trimmer: date time format: minutes with missing digit: exit status
PASS: cli/test_trimmer 69 - trimmer: date time format: minutes with missing digit: number of events (0)
PASS: cli/test_trimmer 70 - trimmer: date time format: minutes with missing digit: error message
PASS: cli/test_trimmer 71 - trimmer: date time format: hours with too many digit: exit status
PASS: cli/test_trimmer 72 - trimmer: date time format: hours with too many digit: number of events (0)
PASS: cli/test_trimmer 73 - trimmer: date time format: hours with too many digit: error message
PASS: cli/test_trimmer 74 - trimmer: date time format: hours with missing digit: exit status
PASS: cli/test_trimmer 75 - trimmer: date time format: hours with missing digit: number of events (0)
PASS: cli/test_trimmer 76 - trimmer: date time format: hours with missing digit: error message
PASS: cli/test_trimmer 77 - trimmer: date time format: missing seconds: exit status
PASS: cli/test_trimmer 78 - trimmer: date time format: missing seconds: number of events (0)
PASS: cli/test_trimmer 79 - trimmer: date time format: missing seconds: error message
PASS: cli/test_trimmer 80 - trimmer: date time format: missing minutes 1: exit status
PASS: cli/test_trimmer 81 - trimmer: date time format: missing minutes 1: number of events (0)
PASS: cli/test_trimmer 82 - trimmer: date time format: missing minutes 1: error message
PASS: cli/test_trimmer 83 - trimmer: date time format: missing minutes 2: exit status
PASS: cli/test_trimmer 84 - trimmer: date time format: missing minutes 2: number of events (0)
PASS: cli/test_trimmer 85 - trimmer: date time format: missing minutes 2: error message
PASS: cli/test_trimmer 86 - trimmer: date time format: missing time: exit status
PASS: cli/test_trimmer 87 - trimmer: date time format: missing time: number of events (0)
PASS: cli/test_trimmer 88 - trimmer: date time format: missing time: error message
PASS: cli/test_trimmer 89 - trimmer: date time format: day with too many digit: exit status
PASS: cli/test_trimmer 90 - trimmer: date time format: day with too many digit: number of events (0)
PASS: cli/test_trimmer 91 - trimmer: date time format: day with too many digit: error message
PASS: cli/test_trimmer 92 - trimmer: date time format: day with missing digit: exit status
PASS: cli/test_trimmer 93 - trimmer: date time format: day with missing digit: number of events (0)
PASS: cli/test_trimmer 94 - trimmer: date time format: day with missing digit: error message
PASS: cli/test_trimmer 95 - trimmer: date time format: month with too many digit: exit status
PASS: cli/test_trimmer 96 - trimmer: date time format: month with too many digit: number of events (0)
PASS: cli/test_trimmer 97 - trimmer: date time format: month with too many digit: error message
PASS: cli/test_trimmer 98 - trimmer: date time format: month with missing digit: exit status
PASS: cli/test_trimmer 99 - trimmer: date time format: month with missing digit: number of events (0)
PASS: cli/test_trimmer 100 - trimmer: date time format: month with missing digit: error message
PASS: cli/test_trimmer 101 - trimmer: date time format: year with too many digits: exit status
PASS: cli/test_trimmer 102 - trimmer: date time format: year with too many digits: number of events (0)
PASS: cli/test_trimmer 103 - trimmer: date time format: year with too many digits: error message
PASS: cli/test_trimmer 104 - trimmer: date time format: year with missing digits: exit status
PASS: cli/test_trimmer 105 - trimmer: date time format: year with missing digits: number of events (0)
PASS: cli/test_trimmer 106 - trimmer: date time format: year with missing digits: error message
PASS: cli/test_trimmer 107 - trimmer: date time format: missing day 1: exit status
PASS: cli/test_trimmer 108 - trimmer: date time format: missing day 1: number of events (0)
PASS: cli/test_trimmer 109 - trimmer: date time format: missing day 1: error message
PASS: cli/test_trimmer 110 - trimmer: date time format: missing day 2: exit status
PASS: cli/test_trimmer 111 - trimmer: date time format: missing day 2: number of events (0)
PASS: cli/test_trimmer 112 - trimmer: date time format: missing day 2: error message
PASS: cli/test_trimmer 113 - trimmer: seconds from origin format: too many nanosecond digits: exit status
PASS: cli/test_trimmer 114 - trimmer: seconds from origin format: too many nanosecond digits: number of events (0)
PASS: cli/test_trimmer 115 - trimmer: seconds from origin format: too many nanosecond digits: error message
PASS: cli/test_trimmer 116 - trimmer: seconds from origin format: missing nanseconds: exit status
PASS: cli/test_trimmer 117 - trimmer: seconds from origin format: missing nanseconds: number of events (0)
PASS: cli/test_trimmer 118 - trimmer: seconds from origin format: missing nanseconds: error message
PASS: ctf-writer/test_ctf_writer 1 - bt_ctf_create succeeds in creating trace with path
PASS: ctf-writer/test_ctf_writer 2 - bt_ctf_writer_get_trace correctly handles NULL
PASS: ctf-writer/test_ctf_writer 3 - Cannot set a trace's byte order to BT_CTF_BYTE_ORDER_NATIVE
PASS: ctf-writer/test_ctf_writer 4 - Cannot set a trace's byte order to BT_CTF_BYTE_ORDER_UNSPECIFIED
PASS: ctf-writer/test_ctf_writer 5 - bt_ctf_writer_get_trace returns a bt_ctf_trace object
PASS: ctf-writer/test_ctf_writer 6 - Set a trace's byte order to big endian
PASS: ctf-writer/test_ctf_writer 7 - bt_ctf_trace_get_native_byte_order returns a correct endianness
PASS: ctf-writer/test_ctf_writer 8 - Add host (testhost) environment field to writer instance
PASS: ctf-writer/test_ctf_writer 9 - bt_ctf_writer_add_environment_field error with NULL writer
PASS: ctf-writer/test_ctf_writer 10 - bt_ctf_writer_add_environment_field error with NULL field name
PASS: ctf-writer/test_ctf_writer 11 - bt_ctf_writer_add_environment_field error with NULL field value
PASS: ctf-writer/test_ctf_writer 12 - bt_ctf_trace_set_environment_field_integer handles a NULL trace correctly
PASS: ctf-writer/test_ctf_writer 13 - bt_ctf_trace_set_environment_field_integer handles a NULL name correctly
PASS: ctf-writer/test_ctf_writer 14 - bt_ctf_trace_set_environment_field_integer succeeds
PASS: ctf-writer/test_ctf_writer 15 - bt_ctf_trace_set_environment_field_string handles a NULL trace correctly
PASS: ctf-writer/test_ctf_writer 16 - bt_ctf_trace_set_environment_field_string handles a NULL name correctly
PASS: ctf-writer/test_ctf_writer 17 - bt_ctf_trace_set_environment_field_string handles a NULL value correctly
PASS: ctf-writer/test_ctf_writer 18 - bt_ctf_trace_set_environment_field_string succeeds
PASS: ctf-writer/test_ctf_writer 19 - bt_ctf_trace_set_environment_field_integer succeeds with an existing name
PASS: ctf-writer/test_ctf_writer 20 - Add sysname (GNU/Linux) environment field to writer instance
PASS: ctf-writer/test_ctf_writer 21 - Add nodename (testhost) environment field to writer instance
PASS: ctf-writer/test_ctf_writer 22 - Add release (4.4.0-87-generic) environment field to writer instance
PASS: ctf-writer/test_ctf_writer 23 - Add version (\#110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017) environment field to writer instance
PASS: ctf-writer/test_ctf_writer 24 - Add machine (x86_64) environment field to writer istance
PASS: ctf-writer/test_ctf_writer 25 - Illegal clock name rejected
PASS: ctf-writer/test_ctf_writer 26 - Clock created sucessfully
PASS: ctf-writer/test_ctf_writer 27 - bt_ctf_clock_get_name returns a clock name
PASS: ctf-writer/test_ctf_writer 28 - Returned clock name is valid
PASS: ctf-writer/test_ctf_writer 29 - bt_ctf_clock_get_description returns NULL on an unset description
PASS: ctf-writer/test_ctf_writer 30 - Clock description set successfully
PASS: ctf-writer/test_ctf_writer 31 - bt_ctf_clock_get_description returns a description.
PASS: ctf-writer/test_ctf_writer 32 - Returned clock description is valid
PASS: ctf-writer/test_ctf_writer 33 - bt_ctf_clock_get_frequency returns the correct default frequency
PASS: ctf-writer/test_ctf_writer 34 - Set clock frequency
PASS: ctf-writer/test_ctf_writer 35 - bt_ctf_clock_get_frequency returns the correct frequency once it is set
PASS: ctf-writer/test_ctf_writer 36 - bt_ctf_clock_get_offset_s succeeds
PASS: ctf-writer/test_ctf_writer 37 - bt_ctf_clock_get_offset_s returns the correct default offset (in seconds)
PASS: ctf-writer/test_ctf_writer 38 - Set clock offset (seconds)
PASS: ctf-writer/test_ctf_writer 39 - bt_ctf_clock_get_offset_s succeeds
PASS: ctf-writer/test_ctf_writer 40 - bt_ctf_clock_get_offset_s returns the correct default offset (in seconds) once it is set
PASS: ctf-writer/test_ctf_writer 41 - bt_ctf_clock_get_offset succeeds
PASS: ctf-writer/test_ctf_writer 42 - bt_ctf_clock_get_offset returns the correct default offset (in ticks)
PASS: ctf-writer/test_ctf_writer 43 - Set clock offset
PASS: ctf-writer/test_ctf_writer 44 - bt_ctf_clock_get_offset succeeds
PASS: ctf-writer/test_ctf_writer 45 - bt_ctf_clock_get_offset returns the correct default offset (in ticks) once it is set
PASS: ctf-writer/test_ctf_writer 46 - bt_ctf_clock_get_precision returns the correct default precision
PASS: ctf-writer/test_ctf_writer 47 - Set clock precision
PASS: ctf-writer/test_ctf_writer 48 - bt_ctf_clock_get_precision returns the correct precision once it is set
PASS: ctf-writer/test_ctf_writer 49 - bt_ctf_clock_get_precision returns the correct default is_absolute attribute
PASS: ctf-writer/test_ctf_writer 50 - Set clock absolute property
PASS: ctf-writer/test_ctf_writer 51 - bt_ctf_clock_get_precision returns the correct is_absolute attribute once it is set
PASS: ctf-writer/test_ctf_writer 52 - Set clock time
PASS: ctf-writer/test_ctf_writer 53 - bt_ctf_clock_get_uuid returns a UUID
PASS: ctf-writer/test_ctf_writer 54 - bt_ctf_clock_set_uuid sets a new uuid successfully
PASS: ctf-writer/test_ctf_writer 55 - bt_ctf_clock_get_uuid returns a UUID after setting a new one
PASS: ctf-writer/test_ctf_writer 56 - bt_ctf_clock_get_uuid returns the correct UUID after setting a new one
PASS: ctf-writer/test_ctf_writer 57 - bt_ctf_stream_class_get_name returns a correct stream class name
PASS: ctf-writer/test_ctf_writer 58 - bt_ctf_stream_class_get_clock returns NULL when a clock was not set
PASS: ctf-writer/test_ctf_writer 59 - bt_ctf_stream_class_get_clock handles NULL correctly
PASS: ctf-writer/test_ctf_writer 60 - Create stream class
PASS: ctf-writer/test_ctf_writer 61 - Set a stream class' clock
PASS: ctf-writer/test_ctf_writer 62 - bt_ctf_stream_class_get_clock returns a correct clock
PASS: ctf-writer/test_ctf_writer 63 - Create an unsigned integer type
PASS: ctf-writer/test_ctf_writer 64 - Set integer type's base as binary
PASS: ctf-writer/test_ctf_writer 65 - Set integer type's base as decimal
PASS: ctf-writer/test_ctf_writer 66 - Reject integer type's base set as unknown
PASS: ctf-writer/test_ctf_writer 67 - Set integer type's base as octal
PASS: ctf-writer/test_ctf_writer 68 - Set integer type's base as hexadecimal
PASS: ctf-writer/test_ctf_writer 69 - Reject unknown integer base value
PASS: ctf-writer/test_ctf_writer 70 - Set integer type signedness to signed
PASS: ctf-writer/test_ctf_writer 71 - Set integer type signedness to unsigned
PASS: ctf-writer/test_ctf_writer 72 - bt_ctf_field_type_integer_get_size returns a correct value
PASS: ctf-writer/test_ctf_writer 73 - bt_ctf_field_type_integer_get_signed returns a correct value for unsigned types
PASS: ctf-writer/test_ctf_writer 74 - bt_ctf_field_type_set_byte_order handles NULL correctly
PASS: ctf-writer/test_ctf_writer 75 - bt_ctf_field_type_set_byte_order rejects invalid values
PASS: ctf-writer/test_ctf_writer 76 - Set an integer's byte order to little endian
PASS: ctf-writer/test_ctf_writer 77 - Set an integer's byte order to big endian
PASS: ctf-writer/test_ctf_writer 78 - bt_ctf_field_type_get_byte_order returns a correct value
PASS: ctf-writer/test_ctf_writer 79 - bt_ctf_field_type_get_type_id returns a correct value with an integer type
PASS: ctf-writer/test_ctf_writer 80 - bt_ctf_field_type_integer_get_base returns a correct value
PASS: ctf-writer/test_ctf_writer 81 - bt_ctf_field_type_integer_set_encoding handles NULL correctly
PASS: ctf-writer/test_ctf_writer 82 - bt_ctf_field_type_integer_set_encoding handles invalid encodings correctly
PASS: ctf-writer/test_ctf_writer 83 - Set integer type encoding to UTF8
PASS: ctf-writer/test_ctf_writer 84 - bt_ctf_field_type_integer_get_encoding returns a correct value
PASS: ctf-writer/test_ctf_writer 85 - Set signedness of 16 bit integer to true
PASS: ctf-writer/test_ctf_writer 86 - bt_ctf_field_type_integer_get_signed returns a correct value for signed types
PASS: ctf-writer/test_ctf_writer 87 - Create a sequence of int16_t type
PASS: ctf-writer/test_ctf_writer 88 - bt_ctf_field_type_get_type_id returns a correct value with a sequence type
PASS: ctf-writer/test_ctf_writer 89 - bt_ctf_field_type_sequence_get_length_field_name returns the correct value
PASS: ctf-writer/test_ctf_writer 90 - bt_ctf_field_type_sequence_get_element_field_type returns the correct type
PASS: ctf-writer/test_ctf_writer 91 - Create a string type
PASS: ctf-writer/test_ctf_writer 92 - Reject invalid "None" string encoding
PASS: ctf-writer/test_ctf_writer 93 - Reject invalid string encoding
PASS: ctf-writer/test_ctf_writer 94 - Set string encoding to ASCII
PASS: ctf-writer/test_ctf_writer 95 - bt_ctf_field_type_string_get_encoding returns the correct value
PASS: ctf-writer/test_ctf_writer 96 - bt_ctf_field_type_get_type_id returns a correct value with a structure type
PASS: ctf-writer/test_ctf_writer 97 - Create a structure type
PASS: ctf-writer/test_ctf_writer 98 - Add a uint8_t type to a structure
PASS: ctf-writer/test_ctf_writer 99 - Add a sequence type to a structure
PASS: ctf-writer/test_ctf_writer 100 - bt_ctf_field_type_structure_get_field_count returns a correct value
PASS: ctf-writer/test_ctf_writer 101 - bt_ctf_field_type_structure_get_field handles a NULL name correctly
PASS: ctf-writer/test_ctf_writer 102 - bt_ctf_field_type_structure_get_field handles a NULL return type correctly
PASS: ctf-writer/test_ctf_writer 103 - bt_ctf_field_type_structure_get_field returns a field
PASS: ctf-writer/test_ctf_writer 104 - bt_ctf_field_type_structure_get_field returns a correct field name
PASS: ctf-writer/test_ctf_writer 105 - bt_ctf_field_type_structure_get_field returns a correct field type
PASS: ctf-writer/test_ctf_writer 106 - bt_ctf_field_type_structure_get_field_type_by_name returns the correct field type
PASS: ctf-writer/test_ctf_writer 107 - Add a string type to a structure
PASS: ctf-writer/test_ctf_writer 108 - Add a structure type to a structure
PASS: ctf-writer/test_ctf_writer 109 - bt_ctf_field_type_structure_get_field_type_by_name returns a correct type
PASS: ctf-writer/test_ctf_writer 110 - Instanciate a signed 16-bit integer
PASS: ctf-writer/test_ctf_writer 111 - Instanciate an unsigned 12-bit integer
PASS: ctf-writer/test_ctf_writer 112 - bt_ctf_field_get_type returns the correct type
PASS: ctf-writer/test_ctf_writer 113 - Check an integer type' base can't be modified after instanciation
PASS: ctf-writer/test_ctf_writer 114 - Check an integer type's signedness can't be modified after instanciation
PASS: ctf-writer/test_ctf_writer 115 - Check -32768 is allowed for a signed 16-bit integer
PASS: ctf-writer/test_ctf_writer 116 - Check 32767 is allowed for a signed 16-bit integer
PASS: ctf-writer/test_ctf_writer 117 - Check -42 is allowed for a signed 16-bit integer
PASS: ctf-writer/test_ctf_writer 118 - Check 4095 is allowed for an unsigned 12-bit integer
PASS: ctf-writer/test_ctf_writer 119 - Check 0 is allowed for an unsigned 12-bit integer
PASS: ctf-writer/test_ctf_writer 120 - Instanciate a string field
PASS: ctf-writer/test_ctf_writer 121 - Set a string's value
PASS: ctf-writer/test_ctf_writer 122 - Create an enumeration type with an unsigned 12-bit integer as container
PASS: ctf-writer/test_ctf_writer 123 - bt_ctf_stream_class_get_id returns an error when no id is set
PASS: ctf-writer/test_ctf_writer 124 - bt_ctf_stream_class_set_id handles NULL correctly
PASS: ctf-writer/test_ctf_writer 125 - Set an stream class' id
PASS: ctf-writer/test_ctf_writer 126 - bt_ctf_stream_class_get_id returns the correct value
PASS: ctf-writer/test_ctf_writer 127 - bt_ctf_stream_class_get_event_header_type returns an event header type
PASS: ctf-writer/test_ctf_writer 128 - Default event header type is a structure
PASS: ctf-writer/test_ctf_writer 129 - Default event header type contains an "id" field
PASS: ctf-writer/test_ctf_writer 130 - Default event header "id" field is an integer
PASS: ctf-writer/test_ctf_writer 131 - Default event header type contains a "timestamp" field
PASS: ctf-writer/test_ctf_writer 132 - Default event header "timestamp" field is an integer
PASS: ctf-writer/test_ctf_writer 133 - bt_ctf_trace_get_packet_header_field_type returns a packet header
PASS: ctf-writer/test_ctf_writer 134 - bt_ctf_trace_get_packet_header_field_type returns a packet header of type struct
PASS: ctf-writer/test_ctf_writer 135 - Default packet header type contains a "magic" field
PASS: ctf-writer/test_ctf_writer 136 - Default packet header type contains a "uuid" field
PASS: ctf-writer/test_ctf_writer 137 - Default packet header type contains a "stream_id" field
PASS: ctf-writer/test_ctf_writer 138 - Added a custom trace packet header field successfully
PASS: ctf-writer/test_ctf_writer 139 - bt_ctf_trace_set_packet_header_field_type handles a NULL trace correctly
PASS: ctf-writer/test_ctf_writer 140 - Set a trace packet_header_type successfully
PASS: ctf-writer/test_ctf_writer 141 - bt_ctf_stream_class_get_packet_context_type returns a packet context type.
PASS: ctf-writer/test_ctf_writer 142 - Packet context is a structure
PASS: ctf-writer/test_ctf_writer 143 - bt_ctf_stream_class_set_packet_context_type handles a NULL stream class correctly
PASS: ctf-writer/test_ctf_writer 144 - bt_ctf_stream_class_set_packet_context_type rejects a packet context that is not a structure
PASS: ctf-writer/test_ctf_writer 145 - Packet context field added successfully
PASS: ctf-writer/test_ctf_writer 146 - bt_ctf_stream_class_set_event_context_type handles a NULL stream_class correctly
PASS: ctf-writer/test_ctf_writer 147 - bt_ctf_stream_class_set_event_context_type validates that the event context os a structure
PASS: ctf-writer/test_ctf_writer 148 - Set a new stream event context type
PASS: ctf-writer/test_ctf_writer 149 - bt_ctf_stream_class_get_event_context_type returns the correct field type.
PASS: ctf-writer/test_ctf_writer 150 - bt_ctf_trace_get_stream_count() succeeds and returns the correct value (0)
PASS: ctf-writer/test_ctf_writer 151 - Instanciate a stream class from writer
PASS: ctf-writer/test_ctf_writer 152 - bt_ctf_trace_get_stream_count() succeeds and returns the correct value (1)
PASS: ctf-writer/test_ctf_writer 153 - bt_ctf_trace_get_stream_by_index() succeeds and returns the correct value
PASS: ctf-writer/test_ctf_writer 154 - bt_ctf_stream_get_class returns a stream class
PASS: ctf-writer/test_ctf_writer 155 - Returned stream class is of the correct type
PASS: ctf-writer/test_ctf_writer 156 - Trace packet header type can't be modified once a stream has been instanciated
PASS: ctf-writer/test_ctf_writer 157 - Packet context type can't be modified once a stream has been instanciated
PASS: ctf-writer/test_ctf_writer 158 - Stream event context type can't be modified once a stream has been instanciated
PASS: ctf-writer/test_ctf_writer 159 - Changes to a stream class that was already instantiated fail
PASS: ctf-writer/test_ctf_writer 160 - bt_ctf_stream_get_packet_header handles NULL correctly
PASS: ctf-writer/test_ctf_writer 161 - bt_ctf_stream_get_packet_header returns a packet header
PASS: ctf-writer/test_ctf_writer 162 - Stream returns a packet header of the appropriate type
PASS: ctf-writer/test_ctf_writer 163 - Packet header structure contains a custom field with the appropriate name
PASS: ctf-writer/test_ctf_writer 164 - Set custom packet header value successfully
PASS: ctf-writer/test_ctf_writer 165 - bt_ctf_stream_set_packet_header handles a NULL packet header correctly
PASS: ctf-writer/test_ctf_writer 166 - bt_ctf_stream_set_packet_header handles a NULL stream correctly
PASS: ctf-writer/test_ctf_writer 167 - bt_ctf_stream_set_packet_header rejects a packet header of the wrong type
PASS: ctf-writer/test_ctf_writer 168 - Successfully set a stream's packet header
PASS: ctf-writer/test_ctf_writer 169 - Add environment field to writer after stream creation
PASS: ctf-writer/test_ctf_writer 170 - bt_ctf_event_get_stream returns an event's stream after it has been appended
PASS: ctf-writer/test_ctf_writer 171 - Create an event before instanciating its associated stream
PASS: ctf-writer/test_ctf_writer 172 - Create an unsigned integer type
PASS: ctf-writer/test_ctf_writer 173 - Set signed 64 bit integer signedness to true
PASS: ctf-writer/test_ctf_writer 174 - Create a signed integer type
PASS: ctf-writer/test_ctf_writer 175 - bt_ctf_field_type_enumeration_get_container_field_type returns the right type
PASS: ctf-writer/test_ctf_writer 176 - bt_ctf_field_enumeration_type_create rejects non-integer container field types
PASS: ctf-writer/test_ctf_writer 177 - bt_ctf_field_type_get_alignment returns a correct value
PASS: ctf-writer/test_ctf_writer 178 - Set a floating point type's exponent digit count
PASS: ctf-writer/test_ctf_writer 179 - Set a floating point type's mantissa digit count
PASS: ctf-writer/test_ctf_writer 180 - bt_ctf_field_type_floating_point_get_exponent_digits returns the correct value
PASS: ctf-writer/test_ctf_writer 181 - bt_ctf_field_type_floating_point_get_mantissa_digits returns the correct value
PASS: ctf-writer/test_ctf_writer 182 - bt_ctf_field_type_enumeration_add_mapping accepts negative enumeration mappings
PASS: ctf-writer/test_ctf_writer 183 - bt_ctf_field_type_enumeration_add_mapping accepts enumeration mapping strings containing quotes
PASS: ctf-writer/test_ctf_writer 184 - bt_ctf_field_type_enumeration_add_mapping accepts enumeration mapping strings containing special characters
PASS: ctf-writer/test_ctf_writer 185 - Accept enumeration mapping strings containing reserved keywords
PASS: ctf-writer/test_ctf_writer 186 - bt_ctf_field_type_enumeration_add_mapping accepts duplicate mapping names
PASS: ctf-writer/test_ctf_writer 187 - bt_ctf_field_type_enumeration_add_mapping accepts overlapping enum entries
PASS: ctf-writer/test_ctf_writer 188 - bt_ctf_field_type_enumeration_add_mapping rejects mapping where end < start
PASS: ctf-writer/test_ctf_writer 189 - Add signed enumeration field to event
PASS: ctf-writer/test_ctf_writer 190 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index handles a NULL string correctly
PASS: ctf-writer/test_ctf_writer 191 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index handles a NULL start correctly
PASS: ctf-writer/test_ctf_writer 192 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index handles a NULL end correctly
PASS: ctf-writer/test_ctf_writer 193 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a value
PASS: ctf-writer/test_ctf_writer 194 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a correct mapping name
PASS: ctf-writer/test_ctf_writer 195 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a correct mapping start
PASS: ctf-writer/test_ctf_writer 196 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a correct mapping end
PASS: ctf-writer/test_ctf_writer 197 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts enumeration mapping strings containing quotes
PASS: ctf-writer/test_ctf_writer 198 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts enumeration mapping strings containing special characters
PASS: ctf-writer/test_ctf_writer 199 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts enumeration mapping strings containing reserved keywords
PASS: ctf-writer/test_ctf_writer 200 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts single-value ranges
PASS: ctf-writer/test_ctf_writer 201 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts duplicate mapping names
PASS: ctf-writer/test_ctf_writer 202 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts overlapping enum entries
PASS: ctf-writer/test_ctf_writer 203 - bt_ctf_field_type_enumeration_unsigned_add_mapping rejects mapping where end < start
PASS: ctf-writer/test_ctf_writer 204 - Add unsigned enumeration field to event
PASS: ctf-writer/test_ctf_writer 205 - bt_ctf_field_type_enumeration_get_mapping_count returns the correct value
PASS: ctf-writer/test_ctf_writer 206 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index handles a NULL string correctly
PASS: ctf-writer/test_ctf_writer 207 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index handles a NULL start correctly
PASS: ctf-writer/test_ctf_writer 208 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index handles a NULL end correctly
PASS: ctf-writer/test_ctf_writer 209 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a value
PASS: ctf-writer/test_ctf_writer 210 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a correct mapping name
PASS: ctf-writer/test_ctf_writer 211 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a correct mapping start
PASS: ctf-writer/test_ctf_writer 212 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a correct mapping end
PASS: ctf-writer/test_ctf_writer 213 - Add event specific context field
PASS: ctf-writer/test_ctf_writer 214 - bt_ctf_event_class_set_context_field_type handles a NULL event class correctly
PASS: ctf-writer/test_ctf_writer 215 - Set an event class' context type successfully
PASS: ctf-writer/test_ctf_writer 216 - bt_ctf_event_class_get_context_field_type returns the appropriate type
PASS: ctf-writer/test_ctf_writer 217 - Adding simple event class to stream class
PASS: ctf-writer/test_ctf_writer 218 - bt_ctf_stream_class_get_event_class_count returns a correct number of event classes
PASS: ctf-writer/test_ctf_writer 219 - bt_ctf_stream_class_get_event_class returns the correct event class
PASS: ctf-writer/test_ctf_writer 220 - bt_ctf_stream_class_get_event_class_by_id returns NULL when the requested ID doesn't exist
PASS: ctf-writer/test_ctf_writer 221 - bt_ctf_stream_class_get_event_class_by_id returns a correct event class
PASS: ctf-writer/test_ctf_writer 222 - Instantiate an event containing a single integer field
PASS: ctf-writer/test_ctf_writer 223 - Use bt_ctf_event_set_payload to set a manually allocated field
PASS: ctf-writer/test_ctf_writer 224 - bt_ctf_field_floating_point_get_value returns a double value
PASS: ctf-writer/test_ctf_writer 225 - bt_ctf_field_floating_point_get_value returns a correct value
PASS: ctf-writer/test_ctf_writer 226 - Set signed enumeration container value
PASS: ctf-writer/test_ctf_writer 227 - Set unsigned enumeration container value
PASS: ctf-writer/test_ctf_writer 228 - Set clock time
PASS: ctf-writer/test_ctf_writer 229 - bt_ctf_event_get_context returns a field
PASS: ctf-writer/test_ctf_writer 230 - bt_ctf_event_get_context returns a field of the appropriate type
PASS: ctf-writer/test_ctf_writer 231 - Successfully set an event context's value
PASS: ctf-writer/test_ctf_writer 232 - Set an event context successfully
PASS: ctf-writer/test_ctf_writer 233 - Append simple event to trace stream
PASS: ctf-writer/test_ctf_writer 234 - bt_ctf_stream_get_packet_context returns a packet context
PASS: ctf-writer/test_ctf_writer 235 - Packet context contains the default packet_size field.
PASS: ctf-writer/test_ctf_writer 236 - Custom packet context field value successfully set.
PASS: ctf-writer/test_ctf_writer 237 - Successfully set a stream's packet context
PASS: ctf-writer/test_ctf_writer 238 - Flush trace stream with one event
PASS: ctf-writer/test_ctf_writer 239 - Add a new event class to a stream class after writing an event
PASS: ctf-writer/test_ctf_writer 240 - bt_ctf_stream_get_discarded_events_count returns a correct number of discarded events when none were discarded
PASS: ctf-writer/test_ctf_writer 241 - bt_ctf_stream_get_discarded_events_count returns a correct number of discarded events when some were discarded
PASS: ctf-writer/test_ctf_writer 242 - Append 100 000 events to a stream
PASS: ctf-writer/test_ctf_writer 243 - Flush a stream that forces a packet resize
PASS: ctf-writer/test_ctf_writer 244 - bt_ctf_stream_get_discarded_events_count returns a correct number of discarded events after a flush
PASS: ctf-writer/test_ctf_writer 245 - bt_ctf_field_type_set_alignment handles 0-alignment correctly
PASS: ctf-writer/test_ctf_writer 246 - bt_ctf_field_type_set_alignment handles wrong alignment correctly (3)
PASS: ctf-writer/test_ctf_writer 247 - bt_ctf_field_type_set_alignment handles wrong alignment correctly (24)
PASS: ctf-writer/test_ctf_writer 248 - bt_ctf_field_type_set_alignment handles correct alignment correctly (4)
PASS: ctf-writer/test_ctf_writer 249 - Set alignment of signed 16 bit integer to 32
PASS: ctf-writer/test_ctf_writer 250 - Set integer signedness to true
PASS: ctf-writer/test_ctf_writer 251 - Set signed 16 bit integer base to hexadecimal
PASS: ctf-writer/test_ctf_writer 252 - bt_ctf_field_type_array_get_element_field_type returns the correct type
PASS: ctf-writer/test_ctf_writer 253 - bt_ctf_field_type_array_get_length returns the correct length
PASS: ctf-writer/test_ctf_writer 254 - Cannot add self to structure
PASS: ctf-writer/test_ctf_writer 255 - Add seq_len field to inner structure
PASS: ctf-writer/test_ctf_writer 256 - Add a_sequence field to inner structure
PASS: ctf-writer/test_ctf_writer 257 - Add an_array field to inner structure
PASS: ctf-writer/test_ctf_writer 258 - Reject a variant field based on an unknown tag value
PASS: ctf-writer/test_ctf_writer 259 - Add a field to a variant
PASS: ctf-writer/test_ctf_writer 260 - Add INT16_TYPE field to variant
PASS: ctf-writer/test_ctf_writer 261 - Add UINT35_TYPE field to variant
PASS: ctf-writer/test_ctf_writer 262 - bt_ctf_field_type_variant_get_tag_field_type returns a correct tag type
PASS: ctf-writer/test_ctf_writer 263 - bt_ctf_field_type_variant_get_tag_name returns the correct variant tag name
PASS: ctf-writer/test_ctf_writer 264 - bt_ctf_field_type_variant_get_field_type_by_name returns a correct field type
PASS: ctf-writer/test_ctf_writer 265 - bt_ctf_field_type_variant_get_field_count returns the correct count
PASS: ctf-writer/test_ctf_writer 266 - bt_ctf_field_type_variant_get_field handles a NULL field name correctly
PASS: ctf-writer/test_ctf_writer 267 - bt_ctf_field_type_variant_get_field handles a NULL field type correctly
PASS: ctf-writer/test_ctf_writer 268 - bt_ctf_field_type_variant_get_field returns a field
PASS: ctf-writer/test_ctf_writer 269 - bt_ctf_field_type_variant_get_field returns a correct field name
PASS: ctf-writer/test_ctf_writer 270 - bt_ctf_field_type_variant_get_field returns a correct field type
PASS: ctf-writer/test_ctf_writer 271 - Add variant_selector field to complex structure
PASS: ctf-writer/test_ctf_writer 272 - Add `string` field to complex structure
PASS: ctf-writer/test_ctf_writer 273 - Add variant_value field to complex structure
PASS: ctf-writer/test_ctf_writer 274 - Add inner_structure field to complex structure
PASS: ctf-writer/test_ctf_writer 275 - Create an event class
PASS: ctf-writer/test_ctf_writer 276 - Reject addition of a field with an empty name to an event
PASS: ctf-writer/test_ctf_writer 277 - Reject addition of a field with a NULL type to an event
PASS: ctf-writer/test_ctf_writer 278 - Reject addition of a type with an illegal name to an event
PASS: ctf-writer/test_ctf_writer 279 - Add field of type unsigned integer to an event
PASS: ctf-writer/test_ctf_writer 280 - Add field of type signed integer to an event
PASS: ctf-writer/test_ctf_writer 281 - Add composite structure to an event
PASS: ctf-writer/test_ctf_writer 282 - bt_ctf_event_class_get_name returns a correct name
PASS: ctf-writer/test_ctf_writer 283 - bt_ctf_event_class_get_id returns a negative value when not set
PASS: ctf-writer/test_ctf_writer 284 - bt_ctf_event_class_set_id handles NULL correctly
PASS: ctf-writer/test_ctf_writer 285 - Set an event class' id
PASS: ctf-writer/test_ctf_writer 286 - bt_ctf_event_class_get_id returns the correct value
PASS: ctf-writer/test_ctf_writer 287 - event class has the expected initial log level
PASS: ctf-writer/test_ctf_writer 288 - as expected, event class has no initial EMF URI
PASS: ctf-writer/test_ctf_writer 289 - bt_ctf_event_class_set_log_level handles a NULL event class correctly
PASS: ctf-writer/test_ctf_writer 290 - bt_ctf_event_class_set_log_level handles an unknown log level correctly
PASS: ctf-writer/test_ctf_writer 291 - bt_ctf_event_class_set_log_level succeeds with a valid log level
PASS: ctf-writer/test_ctf_writer 292 - bt_ctf_event_class_get_log_level returns the expected log level
PASS: ctf-writer/test_ctf_writer 293 - bt_ctf_event_class_set_emf_uri handles a NULL event class correctly
PASS: ctf-writer/test_ctf_writer 294 - bt_ctf_event_class_set_emf_uri succeeds with a valid EMF URI
PASS: ctf-writer/test_ctf_writer 295 - bt_ctf_event_class_get_emf_uri returns the expected EMF URI
PASS: ctf-writer/test_ctf_writer 296 - bt_ctf_event_class_set_emf_uri succeeds with NULL (to reset)
PASS: ctf-writer/test_ctf_writer 297 - as expected, event class has no EMF URI after reset
PASS: ctf-writer/test_ctf_writer 298 - Reject addition of NULL event class to a stream class
PASS: ctf-writer/test_ctf_writer 299 - Add an event class to stream class
PASS: ctf-writer/test_ctf_writer 300 - bt_ctf_event_class_get_stream_class returns the correct stream class
PASS: ctf-writer/test_ctf_writer 301 - bt_ctf_event_class_get_field_by_name handles an invalid field name correctly
PASS: ctf-writer/test_ctf_writer 302 - Instanciate a complex event
PASS: ctf-writer/test_ctf_writer 303 - bt_ctf_event_get_class returns the correct event class
PASS: ctf-writer/test_ctf_writer 304 - Use bt_ctf_event_get_payload to get a field instance
PASS: ctf-writer/test_ctf_writer 305 - bt_ctf_field_integer_unsigned_get_value succeeds after setting a value
PASS: ctf-writer/test_ctf_writer 306 - bt_ctf_field_integer_unsigned_get_value returns the correct value
PASS: ctf-writer/test_ctf_writer 307 - bt_ctf_field_integer_signed_get_value succeeds after setting a value
PASS: ctf-writer/test_ctf_writer 308 - bt_ctf_field_integer_signed_get_value returns the correct value
PASS: ctf-writer/test_ctf_writer 309 - bt_ctf_field_string_append succeeds
PASS: ctf-writer/test_ctf_writer 310 - bt_ctf_field_string_append_len succeeds (append 5 characters)
PASS: ctf-writer/test_ctf_writer 311 - bt_ctf_field_string_append_len succeeds (append 0 characters)
PASS: ctf-writer/test_ctf_writer 312 - bt_ctf_field_string_append_len succeeds (append 0 characters)
PASS: ctf-writer/test_ctf_writer 313 - bt_ctf_field_string_get_value returns a string
PASS: ctf-writer/test_ctf_writer 314 - bt_ctf_field_string_get_value returns a correct value
PASS: ctf-writer/test_ctf_writer 315 - bt_ctf_field_type_variant_get_field_type_from_tag returns the correct field type
PASS: ctf-writer/test_ctf_writer 316 - Set a sequence field's length
PASS: ctf-writer/test_ctf_writer 317 - Append a complex event to a stream
PASS: ctf-writer/test_ctf_writer 318 - Flush a stream containing a complex event
PASS: ctf-writer/test_ctf_writer 319 - two event classes with the same name may cohabit within the same stream class
PASS: ctf-writer/test_ctf_writer 320 - two event classes with the same ID cannot cohabit within the same stream class
PASS: ctf-writer/test_ctf_writer 321 - bt_ctf_stream_class_get_trace returns NULL when stream class is orphaned
PASS: ctf-writer/test_ctf_writer 322 - bt_ctf_stream_class_get_trace returns the correct trace after a stream has been created
PASS: ctf-writer/test_ctf_writer 323 - Created a stream class with default attributes and an empty stream
PASS: ctf-writer/test_ctf_writer 324 - Get metadata string
PASS: ctf-writer/test_ctf_writer 325 - Babeltrace could read the resulting trace
PASS: lib/test_bt_uuid 1 - bt_uuid_from_str - Parse valid string '3d260c88-75ea-47b8-a7e2-d6077c0378d9', expect success
PASS: lib/test_bt_uuid 2 - bt_uuid_from_str - Parse valid string '611cf3a6-a68b-4515-834f-208bc2762592', expect success
PASS: lib/test_bt_uuid 3 - bt_uuid_from_str - Parse valid string '1b4855cc-96de-4ae8-abe3-86449c2a43c4', expect success
PASS: lib/test_bt_uuid 4 - bt_uuid_from_str - Parse valid string '8ADED5B9-ACD2-439F-A60C-897403AA2AB4', expect success
PASS: lib/test_bt_uuid 5 - bt_uuid_from_str - Parse valid string 'f109e0a2-C619-4d18-b760-20EA20E0F69A', expect success
PASS: lib/test_bt_uuid 6 - bt_uuid_from_str - Parse invalid string '1b485!cc-96de-4XX8-abe3-86449c2a43?4', expect failure
PASS: lib/test_bt_uuid 7 - bt_uuid_from_str - Parse invalid string 'c2e6eddb&3955&4006&be3a&70bb63bd5f25', expect failure
PASS: lib/test_bt_uuid 8 - bt_uuid_from_str - Parse invalid string '81b1cb88-ff42-45b9-ba4d-964088ee45', expect failure
PASS: lib/test_bt_uuid 9 - bt_uuid_from_str - Parse invalid string '2d-6c6d756574-470e-9142-a4e6ad03f143', expect failure
PASS: lib/test_bt_uuid 10 - bt_uuid_from_str - Parse invalid string '4542ad19-9e4f-4931-8261-2101c3e089ae7', expect failure
PASS: lib/test_bt_uuid 11 - bt_uuid_from_str - Parse invalid string 'XX0123', expect failure
PASS: lib/test_bt_uuid 12 - bt_uuid_to_str - Convert UUID '3d260c88-75ea-47b8-a7e2-d6077c0378d9' to string, expect success
PASS: lib/test_bt_uuid 13 - bt_uuid_to_str - Convert UUID '611cf3a6-a68b-4515-834f-208bc2762592' to string, expect success
PASS: lib/test_bt_uuid 14 - bt_uuid_to_str - Convert UUID '1b4855cc-96de-4ae8-abe3-86449c2a43c4' to string, expect success
PASS: lib/test_bt_uuid 15 - bt_uuid_compare - Compare same UUID, expect success
PASS: lib/test_bt_uuid 16 - bt_uuid_compare - Compare different UUID, expect failure
PASS: lib/test_bt_uuid 17 - bt_uuid_compare - Compare different UUID, expect uuid1 smaller
PASS: lib/test_bt_uuid 18 - bt_uuid_compare - Compare different UUID, expect uuid2 bigger
PASS: lib/test_bt_uuid 19 - bt_uuid_copy - Compare copied UUID with source, expect success
PASS: lib/test_bt_uuid 20 - bt_uuid_generate - Generated UUIDs are different
PASS: lib/test_bt_uuid 21 - bt_uuid_generate - bit 6 of clock_seq_hi_and_reserved is set to zero
PASS: lib/test_bt_uuid 22 - bt_uuid_generate - bit 7 of clock_seq_hi_and_reserved is set to one
PASS: lib/test_bt_uuid 23 - bt_uuid_generate - Generated UUID version check
PASS: lib/test_bt_values 1 - bt_value_null is not NULL
PASS: lib/test_bt_values 2 - bt_value_null is a null value object
PASS: lib/test_bt_values 3 - getting bt_value_null does not cause a crash
PASS: lib/test_bt_values 4 - putting bt_value_null does not cause a crash
PASS: lib/test_bt_values 5 - bt_value_bool_create() returns a boolean value object
PASS: lib/test_bt_values 6 - default boolean value object value is BT_FALSE
PASS: lib/test_bt_values 7 - bt_value_bool_set() works
PASS: lib/test_bt_values 8 - putting an existing boolean value object does not cause a crash
PASS: lib/test_bt_values 9 - bt_value_bool_create_init() returns a boolean value object
PASS: lib/test_bt_values 10 - bt_value_bool_create_init() sets the appropriate initial value
PASS: lib/test_bt_values 11 - bt_value_integer_unsigned_create() returns an unsigned integer value object
PASS: lib/test_bt_values 12 - default unsigned integer value object value is 0
PASS: lib/test_bt_values 13 - bt_value_integer_unsigned_bool_set() works
PASS: lib/test_bt_values 14 - putting an existing unsigned integer value object does not cause a crash
PASS: lib/test_bt_values 15 - bt_value_integer_unsigned_create_init() returns an unsigned integer value object
PASS: lib/test_bt_values 16 - bt_value_integer_unsigned_create_init() sets the appropriate initial value
PASS: lib/test_bt_values 17 - bt_value_integer_signed_create() returns a signed integer value object
PASS: lib/test_bt_values 18 - default signed integer value object value is 0
PASS: lib/test_bt_values 19 - bt_value_integer_signed_bool_set() works
PASS: lib/test_bt_values 20 - putting an existing signed integer value object does not cause a crash
PASS: lib/test_bt_values 21 - bt_value_integer_signed_create_init() returns a signed integer value object
PASS: lib/test_bt_values 22 - bt_value_integer_signed_create_init() sets the appropriate initial value
PASS: lib/test_bt_values 23 - bt_value_real_create() returns a real number value object
PASS: lib/test_bt_values 24 - default real number value object value is 0
PASS: lib/test_bt_values 25 - bt_value_real_set() works
PASS: lib/test_bt_values 26 - putting an existing real number value object does not cause a crash
PASS: lib/test_bt_values 27 - bt_value_real_create_init() returns a real number value object
PASS: lib/test_bt_values 28 - bt_value_real_create_init() sets the appropriate initial value
PASS: lib/test_bt_values 29 - bt_value_string_create() returns a string value object
PASS: lib/test_bt_values 30 - default string value object value is ""
PASS: lib/test_bt_values 31 - bt_value_string_get() works
PASS: lib/test_bt_values 32 - putting an existing string value object does not cause a crash
PASS: lib/test_bt_values 33 - bt_value_string_create_init() returns a string value object
PASS: lib/test_bt_values 34 - bt_value_string_create_init() sets the appropriate initial value
PASS: lib/test_bt_values 35 - bt_value_array_create() returns an array value object
PASS: lib/test_bt_values 36 - initial array value object size is 0
PASS: lib/test_bt_values 37 - bt_value_array_append_element() succeeds
PASS: lib/test_bt_values 38 - appending an element to an array value object increment its size
PASS: lib/test_bt_values 39 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (unsigned integer)
PASS: lib/test_bt_values 40 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (unsigned integer)
PASS: lib/test_bt_values 41 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (signed integer)
PASS: lib/test_bt_values 42 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (signed integer)
PASS: lib/test_bt_values 43 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (real number)
PASS: lib/test_bt_values 44 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (real number)
PASS: lib/test_bt_values 45 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (boolean)
PASS: lib/test_bt_values 46 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (boolean)
PASS: lib/test_bt_values 47 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (null)
PASS: lib/test_bt_values 48 - bt_value_array_set_element_by_index() succeeds
PASS: lib/test_bt_values 49 - bt_value_array_set_element_by_index() inserts an value object with the appropriate type
PASS: lib/test_bt_values 50 - bt_value_array_set_element_by_index() inserts an value object with the appropriate value
PASS: lib/test_bt_values 51 - bt_value_array_append_bool_element() succeeds
PASS: lib/test_bt_values 52 - bt_value_array_append_unsigned_integer_element() succeeds
PASS: lib/test_bt_values 53 - bt_value_array_append_signed_integer_element() succeeds
PASS: lib/test_bt_values 54 - bt_value_array_append_real_element() succeeds
PASS: lib/test_bt_values 55 - bt_value_array_append_string_element() succeeds
PASS: lib/test_bt_values 56 - bt_value_array_append_empty_array_element() succeeds
PASS: lib/test_bt_values 57 - bt_value_array_append_empty_array_element() with returned value object succeeds
PASS: lib/test_bt_values 58 - object returned by bt_value_array_append_empty_array_element() is not NULL
PASS: lib/test_bt_values 59 - object returned by bt_value_array_append_empty_array_element() is an array value
PASS: lib/test_bt_values 60 - bt_value_array_append_empty_map_element() succeeds
PASS: lib/test_bt_values 61 - bt_value_array_append_empty_map_element() with returned value object succeeds
PASS: lib/test_bt_values 62 - object returned by bt_value_array_append_empty_map_element() is not NULL
PASS: lib/test_bt_values 63 - object returned by bt_value_array_append_empty_map_element() is an array value
PASS: lib/test_bt_values 64 - the bt_value_array_append_element_*() functions increment the array value object's size
PASS: lib/test_bt_values 65 - map value object is not empty
PASS: lib/test_bt_values 66 - bt_value_array_append_bool_element() appends a boolean value object
PASS: lib/test_bt_values 67 - bt_value_array_append_bool_element() appends the appropriate value
PASS: lib/test_bt_values 68 - bt_value_array_append_unsigned_integer_element() appends an unsigned integer value object
PASS: lib/test_bt_values 69 - bt_value_array_append_unsigned_integer_element() appends the appropriate value
PASS: lib/test_bt_values 70 - bt_value_array_append_signed_integer_element() appends a signed integer value object
PASS: lib/test_bt_values 71 - bt_value_array_append_signed_integer_element() appends the appropriate value
PASS: lib/test_bt_values 72 - bt_value_array_append_real_element() appends a real number value object
PASS: lib/test_bt_values 73 - bt_value_array_append_real_element() appends the appropriate value
PASS: lib/test_bt_values 74 - bt_value_array_append_string_element() appends a string value object
PASS: lib/test_bt_values 75 - bt_value_array_append_string_element() appends the appropriate value
PASS: lib/test_bt_values 76 - bt_value_array_append_empty_array_element() appends an array value object
PASS: lib/test_bt_values 77 - bt_value_array_append_empty_array_element() an empty array value object
PASS: lib/test_bt_values 78 - bt_value_array_append_empty_array_element() appends an array value object
PASS: lib/test_bt_values 79 - bt_value_array_append_empty_array_element() an empty array value object
PASS: lib/test_bt_values 80 - bt_value_array_append_empty_map_element() appends a map value object
PASS: lib/test_bt_values 81 - bt_value_array_append_empty_map_element() an empty map value object
PASS: lib/test_bt_values 82 - bt_value_array_append_empty_map_element() appends a map value object
PASS: lib/test_bt_values 83 - bt_value_array_append_empty_map_element() an empty map value object
PASS: lib/test_bt_values 84 - putting an existing array value object does not cause a crash
PASS: lib/test_bt_values 85 - bt_value_map_create() returns a map value object
PASS: lib/test_bt_values 86 - initial map value object size is 0
PASS: lib/test_bt_values 87 - bt_value_map_insert_entry() succeeds
PASS: lib/test_bt_values 88 - inserting an element into a map value object increment its size
PASS: lib/test_bt_values 89 - bt_value_map_insert_entry() accepts an existing key
PASS: lib/test_bt_values 90 - bt_value_map_borrow_entry_value() returns NULL with an non existing key
PASS: lib/test_bt_values 91 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (real)
PASS: lib/test_bt_values 92 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (real)
PASS: lib/test_bt_values 93 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (unsigned integer)
PASS: lib/test_bt_values 94 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (unsigned integer)
PASS: lib/test_bt_values 95 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (signed integer)
PASS: lib/test_bt_values 96 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (signed integer)
PASS: lib/test_bt_values 97 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (null)
PASS: lib/test_bt_values 98 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (boolean)
PASS: lib/test_bt_values 99 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (boolean)
PASS: lib/test_bt_values 100 - bt_value_map_insert_bool_entry() succeeds
PASS: lib/test_bt_values 101 - bt_value_map_insert_signed_integer_entry() succeeds
PASS: lib/test_bt_values 102 - bt_value_map_insert_real_entry() succeeds
PASS: lib/test_bt_values 103 - bt_value_map_insert_string_entry() succeeds
PASS: lib/test_bt_values 104 - bt_value_map_insert_empty_array_entry() succeeds
PASS: lib/test_bt_values 105 - bt_value_map_insert_empty_array_entry() with returned value object succeeds
PASS: lib/test_bt_values 106 - object returned by bt_value_map_insert_empty_array_entry() is not NULL
PASS: lib/test_bt_values 107 - object returned by bt_value_map_insert_empty_array_entry() is an array value
PASS: lib/test_bt_values 108 - bt_value_map_insert_empty_map_entry() succeeds
PASS: lib/test_bt_values 109 - bt_value_map_insert_empty_map_entry() with returned value object succeeds
PASS: lib/test_bt_values 110 - object returned by bt_value_map_insert_empty_map_entry() is not NULL
PASS: lib/test_bt_values 111 - object returned by bt_value_map_insert_empty_map_entry() is an array value
PASS: lib/test_bt_values 112 - the bt_value_map_insert*() functions increment the map value object's size
PASS: lib/test_bt_values 113 - map value object does not have key "hello"
PASS: lib/test_bt_values 114 - map value object has key "bt_bool"
PASS: lib/test_bt_values 115 - map value object has key "uint"
PASS: lib/test_bt_values 116 - map value object has key "int"
PASS: lib/test_bt_values 117 - map value object has key "real"
PASS: lib/test_bt_values 118 - map value object has key "null"
PASS: lib/test_bt_values 119 - map value object has key "bool2"
PASS: lib/test_bt_values 120 - map value object has key "int2"
PASS: lib/test_bt_values 121 - map value object has key "real2"
PASS: lib/test_bt_values 122 - map value object has key "string2"
PASS: lib/test_bt_values 123 - map value object has key "array2"
PASS: lib/test_bt_values 124 - map value object has key "array3"
PASS: lib/test_bt_values 125 - map value object has key "map2"
PASS: lib/test_bt_values 126 - map value object has key "map3"
PASS: lib/test_bt_values 127 - bt_value_map_foreach_entry() breaks the loop when the user function returns BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_INTERRUPT
PASS: lib/test_bt_values 128 - bt_value_map_foreach_entry() fails when the user function returns BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_ERROR
PASS: lib/test_bt_values 129 - bt_value_map_foreach_entry() fails when the user function returns BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_MEMORY_ERROR
PASS: lib/test_bt_values 130 - test_map_foreach_cb_check(): success getting "map2" value object
PASS: lib/test_bt_values 131 - test_map_foreach_cb_check(): "map2" value object is empty
PASS: lib/test_bt_values 132 - test_map_foreach_cb_check(): success getting "array3" value object
PASS: lib/test_bt_values 133 - test_map_foreach_cb_check(): "array3" value object is empty
PASS: lib/test_bt_values 134 - test_map_foreach_cb_check(): success getting "null" value object
PASS: lib/test_bt_values 135 - test_map_foreach_cb_check(): success getting "array2" value object
PASS: lib/test_bt_values 136 - test_map_foreach_cb_check(): "array2" value object is empty
PASS: lib/test_bt_values 137 - test_map_foreach_cb_check(): "bt_bool" value object has the right value
PASS: lib/test_bt_values 138 - test_map_foreach_cb_check(): "string2" value object has the right value
PASS: lib/test_bt_values 139 - test_map_foreach_cb_check(): "real" value object has the right value
PASS: lib/test_bt_values 140 - test_map_foreach_cb_check(): "real2" value object has the right value
PASS: lib/test_bt_values 141 - test_map_foreach_cb_check(): "uint" value object has the right value
PASS: lib/test_bt_values 142 - test_map_foreach_cb_check(): "int" value object has the right value
PASS: lib/test_bt_values 143 - test_map_foreach_cb_check(): "int2" value object has the right value
PASS: lib/test_bt_values 144 - test_map_foreach_cb_check(): "bool2" value object has the right value
PASS: lib/test_bt_values 145 - test_map_foreach_cb_check(): success getting "map3" value object
PASS: lib/test_bt_values 146 - test_map_foreach_cb_check(): "map3" value object is empty
PASS: lib/test_bt_values 147 - bt_value_map_foreach_entry() succeeds with test_map_foreach_cb_check()
PASS: lib/test_bt_values 148 - bt_value_map_foreach_entry() iterates over all the map value object's elements
PASS: lib/test_bt_values 149 - putting an existing map value object does not cause a crash
PASS: lib/test_bt_values 150 - null value objects are equivalent
PASS: lib/test_bt_values 151 - cannot compare null value object and bt_bool value object
PASS: lib/test_bt_values 152 - boolean value objects are not equivalent (BT_FALSE and BT_TRUE)
PASS: lib/test_bt_values 153 - boolean value objects are equivalent (BT_FALSE and BT_FALSE)
PASS: lib/test_bt_values 154 - cannot compare null value object and unsigned integer value object
PASS: lib/test_bt_values 155 - unsigned integer value objects are not equivalent (10 and 23)
PASS: lib/test_bt_values 156 - unsigned integer value objects are equivalent (10 and 10)
PASS: lib/test_bt_values 157 - cannot compare null value object and signed integer value object
PASS: lib/test_bt_values 158 - signed integer value objects are not equivalent (10 and -23)
PASS: lib/test_bt_values 159 - signed integer value objects are equivalent (10 and 10)
PASS: lib/test_bt_values 160 - cannot compare null value object and real number value object
PASS: lib/test_bt_values 161 - real number value objects are not equivalent (17.38 and -14.23)
PASS: lib/test_bt_values 162 - real number value objects are equivalent (17.38 and 17.38)
PASS: lib/test_bt_values 163 - cannot compare null value object and string value object
PASS: lib/test_bt_values 164 - string value objects are not equivalent ("hello" and "bt_value")
PASS: lib/test_bt_values 165 - string value objects are equivalent ("hello" and "hello")
PASS: lib/test_bt_values 166 - empty array value objects are equivalent
PASS: lib/test_bt_values 167 - cannot compare null value object and array value object
PASS: lib/test_bt_values 168 - array value objects are not equivalent ([23, 14.2, BT_FALSE] and [14.2, 23, BT_FALSE])
PASS: lib/test_bt_values 169 - array value objects are equivalent ([23, 14.2, BT_FALSE] and [23, 14.2, BT_FALSE])
PASS: lib/test_bt_values 170 - empty map value objects are equivalent
PASS: lib/test_bt_values 171 - cannot compare null value object and map value object
PASS: lib/test_bt_values 172 - map value objects are not equivalent
PASS: lib/test_bt_values 173 - map value objects are equivalent
PASS: lib/test_bt_values 174 - bt_value_copy() succeeds
PASS: lib/test_bt_values 175 - bt_value_copy() returns a different pointer (map)
PASS: lib/test_bt_values 176 - bt_value_copy() returns a different pointer (string)
PASS: lib/test_bt_values 177 - bt_value_copy() returns a different pointer (array)
PASS: lib/test_bt_values 178 - bt_value_copy() returns a different pointer (bool)
PASS: lib/test_bt_values 179 - bt_value_copy() returns a different pointer (unsigned integer)
PASS: lib/test_bt_values 180 - bt_value_copy() returns a different pointer (signed integer)
PASS: lib/test_bt_values 181 - bt_value_copy() returns a different pointer (real)
PASS: lib/test_bt_values 182 - bt_value_copy() returns the same pointer (null)
PASS: lib/test_bt_values 183 - source and destination value objects have the same content
PASS: lib/test_bt_values 184 - bt_value_map_extend() succeeds
PASS: lib/test_bt_values 185 - bt_value_map_extend() returns a map object with the correct size
PASS: lib/test_bt_values 186 - bt_value_map_extend() picks the appropriate element (file)
PASS: lib/test_bt_values 187 - bt_value_map_extend() picks the appropriate element (edit)
PASS: lib/test_bt_values 188 - bt_value_map_extend() picks the appropriate element (selection)
PASS: lib/test_bt_values 189 - bt_value_map_extend() picks the appropriate element (find)
PASS: lib/test_bt_values 190 - bt_value_map_extend() picks the appropriate element (project)
PASS: lib/test_graph_topo 1 - empty graph generates no events
PASS: lib/test_graph_topo 2 - we have the expected number of events
PASS: lib/test_graph_topo 3 - got the expected graph's port added event (for source, initial)
PASS: lib/test_graph_topo 4 - got the expected graph's port added event (for sink, initial)
PASS: lib/test_graph_topo 5 - got the expected source's port connected event
PASS: lib/test_graph_topo 6 - got the expected sink's port connected event
PASS: lib/test_graph_topo 7 - bt_graph_connect_ports() returns an error
PASS: lib/test_graph_topo 8 - returned connection is still NULL
PASS: lib/test_graph_topo 9 - we have the expected number of events
PASS: lib/test_graph_topo 10 - got the expected graph's port added event (for source, initial)
PASS: lib/test_graph_topo 11 - got the expected graph's port added event (for sink, initial)
PASS: lib/test_graph_topo 12 - got the expected source's port connected event
PASS: lib/test_graph_topo 13 - bt_graph_connect_ports() returns an error
PASS: lib/test_graph_topo 14 - returned connection is still NULL
PASS: lib/test_graph_topo 15 - we have the expected number of events
PASS: lib/test_graph_topo 16 - got the expected graph's port added event (for source, initial)
PASS: lib/test_graph_topo 17 - got the expected graph's port added event (for sink, initial)
PASS: lib/test_graph_topo 18 - got the expected source's port connected event
PASS: lib/test_graph_topo 19 - got the expected sink's port connected event
PASS: lib/test_graph_topo 20 - we have the expected number of events
PASS: lib/test_graph_topo 21 - got the expected graph's port added event (for source, initial)
PASS: lib/test_graph_topo 22 - got the expected graph's port added event (for sink, initial)
PASS: lib/test_graph_topo 23 - got the expected source's port connected event
PASS: lib/test_graph_topo 24 - got the expected graph's port added event (for source)
PASS: lib/test_graph_topo 25 - got the expected sink's port connected event
PASS: lib/test_graph_topo 26 - event order is good
PASS: lib/test_remove_destruction_listener_in_destruction_listener 1 - remove trace listener 2 from 2
PASS: lib/test_remove_destruction_listener_in_destruction_listener 2 - remove trace listener 1 from 3
PASS: lib/test_remove_destruction_listener_in_destruction_listener 3 - remove trace listener 5 from 4
PASS: lib/test_remove_destruction_listener_in_destruction_listener 4 - trace destruction listener 1 called
PASS: lib/test_remove_destruction_listener_in_destruction_listener 5 - trace destruction listener 2 called
PASS: lib/test_remove_destruction_listener_in_destruction_listener 6 - trace destruction listener 3 called
PASS: lib/test_remove_destruction_listener_in_destruction_listener 7 - trace destruction listener 4 called
PASS: lib/test_remove_destruction_listener_in_destruction_listener 8 - trace destruction listener 5 not called
PASS: lib/test_remove_destruction_listener_in_destruction_listener 9 - remove trace class listener 2 from 2
PASS: lib/test_remove_destruction_listener_in_destruction_listener 10 - remove trace class listener 1 from 3
PASS: lib/test_remove_destruction_listener_in_destruction_listener 11 - remove trace class listener 5 from 4
PASS: lib/test_remove_destruction_listener_in_destruction_listener 12 - trace class destruction listener 1 called
PASS: lib/test_remove_destruction_listener_in_destruction_listener 13 - trace class destruction listener 2 called
PASS: lib/test_remove_destruction_listener_in_destruction_listener 14 - trace class destruction listener 3 called
PASS: lib/test_remove_destruction_listener_in_destruction_listener 15 - trace class destruction listener 4 called
PASS: lib/test_remove_destruction_listener_in_destruction_listener 16 - trace class destruction listener 5 not called
PASS: lib/test_simple_sink 1 - Simple sink component has an input port named "in"
PASS: lib/test_simple_sink 2 - Simple sink component's "in" port is connectable
PASS: lib/test_simple_sink 3 - Message iterator is not NULL in initialization function
PASS: lib/test_simple_sink 4 - Data is not NULL in initialization function
PASS: lib/test_simple_sink 5 - Message iterator is not NULL in consume function
PASS: lib/test_simple_sink 6 - Data is not NULL in consume function
PASS: lib/test_simple_sink 7 - Graph "run once" status is the expected one (status code: 0)
PASS: lib/test_simple_sink 8 - Current thread error is set if bt_graph_run_once returned an error
PASS: lib/test_simple_sink 9 - Data is not NULL in finalization function
PASS: lib/test_simple_sink 10 - Simple sink component has an input port named "in"
PASS: lib/test_simple_sink 11 - Simple sink component's "in" port is connectable
PASS: lib/test_simple_sink 12 - Message iterator is not NULL in initialization function
PASS: lib/test_simple_sink 13 - Data is not NULL in initialization function
PASS: lib/test_simple_sink 14 - Graph "run once" status is the expected one (status code: -1)
PASS: lib/test_simple_sink 15 - Current thread error is set if bt_graph_run_once returned an error
PASS: lib/test_simple_sink 16 - Data is not NULL in finalization function
PASS: lib/test_simple_sink 17 - Simple sink component has an input port named "in"
PASS: lib/test_simple_sink 18 - Simple sink component's "in" port is connectable
PASS: lib/test_simple_sink 19 - Message iterator is not NULL in initialization function
PASS: lib/test_simple_sink 20 - Data is not NULL in initialization function
PASS: lib/test_simple_sink 21 - Graph "run once" status is the expected one (status code: -12)
PASS: lib/test_simple_sink 22 - Current thread error is set if bt_graph_run_once returned an error
PASS: lib/test_simple_sink 23 - Data is not NULL in finalization function
PASS: lib/test_simple_sink 24 - Simple sink component has an input port named "in"
PASS: lib/test_simple_sink 25 - Simple sink component's "in" port is connectable
PASS: lib/test_simple_sink 26 - Message iterator is not NULL in initialization function
PASS: lib/test_simple_sink 27 - Data is not NULL in initialization function
PASS: lib/test_simple_sink 28 - Message iterator is not NULL in consume function
PASS: lib/test_simple_sink 29 - Data is not NULL in consume function
PASS: lib/test_simple_sink 30 - Graph "run once" status is the expected one (status code: 0)
PASS: lib/test_simple_sink 31 - Current thread error is set if bt_graph_run_once returned an error
PASS: lib/test_simple_sink 32 - Data is not NULL in finalization function
PASS: lib/test_simple_sink 33 - Simple sink component has an input port named "in"
PASS: lib/test_simple_sink 34 - Simple sink component's "in" port is connectable
PASS: lib/test_simple_sink 35 - Message iterator is not NULL in initialization function
PASS: lib/test_simple_sink 36 - Data is not NULL in initialization function
PASS: lib/test_simple_sink 37 - Message iterator is not NULL in consume function
PASS: lib/test_simple_sink 38 - Data is not NULL in consume function
PASS: lib/test_simple_sink 39 - Graph "run once" status is the expected one (status code: -1)
PASS: lib/test_simple_sink 40 - Current thread error is set if bt_graph_run_once returned an error
PASS: lib/test_simple_sink 41 - Data is not NULL in finalization function
PASS: lib/test_simple_sink 42 - Simple sink component has an input port named "in"
PASS: lib/test_simple_sink 43 - Simple sink component's "in" port is connectable
PASS: lib/test_simple_sink 44 - Message iterator is not NULL in initialization function
PASS: lib/test_simple_sink 45 - Data is not NULL in initialization function
PASS: lib/test_simple_sink 46 - Message iterator is not NULL in consume function
PASS: lib/test_simple_sink 47 - Data is not NULL in consume function
PASS: lib/test_simple_sink 48 - Graph "run once" status is the expected one (status code: -12)
PASS: lib/test_simple_sink 49 - Current thread error is set if bt_graph_run_once returned an error
PASS: lib/test_simple_sink 50 - Data is not NULL in finalization function
PASS: lib/test_simple_sink 51 - Simple sink component has an input port named "in"
PASS: lib/test_simple_sink 52 - Simple sink component's "in" port is connectable
PASS: lib/test_simple_sink 53 - Message iterator is not NULL in initialization function
PASS: lib/test_simple_sink 54 - Data is not NULL in initialization function
PASS: lib/test_simple_sink 55 - Message iterator is not NULL in consume function
PASS: lib/test_simple_sink 56 - Data is not NULL in consume function
PASS: lib/test_simple_sink 57 - Graph "run once" status is the expected one (status code: 11)
PASS: lib/test_simple_sink 58 - Current thread error is set if bt_graph_run_once returned an error
PASS: lib/test_simple_sink 59 - Data is not NULL in finalization function
PASS: lib/test_simple_sink 60 - Simple sink component has an input port named "in"
PASS: lib/test_simple_sink 61 - Simple sink component's "in" port is connectable
PASS: lib/test_simple_sink 62 - Message iterator is not NULL in initialization function
PASS: lib/test_simple_sink 63 - Data is not NULL in initialization function
PASS: lib/test_simple_sink 64 - Message iterator is not NULL in consume function
PASS: lib/test_simple_sink 65 - Data is not NULL in consume function
PASS: lib/test_simple_sink 66 - Graph "run once" status is the expected one (status code: 1)
PASS: lib/test_simple_sink 67 - Current thread error is set if bt_graph_run_once returned an error
PASS: lib/test_simple_sink 68 - Data is not NULL in finalization function
PASS: lib/test_trace_ir_ref 1 - Borrow parent stream SC1 from EC1
PASS: lib/test_trace_ir_ref 2 - Borrow parent stream SC1 from EC2
PASS: lib/test_trace_ir_ref 3 - Borrow parent stream SC2 from EC3
PASS: lib/test_trace_ir_ref 4 - Initialize trace
PASS: lib/test_trace_ir_ref 5 - Initial SC1 reference count is 0
PASS: lib/test_trace_ir_ref 6 - Initial SC2 reference count is 0
PASS: lib/test_trace_ir_ref 7 - Initial EC1 reference count is 0
PASS: lib/test_trace_ir_ref 8 - Initial EC2 reference count is 0
PASS: lib/test_trace_ir_ref 9 - Initial EC3 reference count is 0
PASS: lib/test_trace_ir_ref 10 - TC1 reference count is 1
PASS: lib/test_trace_ir_ref 11 - User A acquires SC2 from TC1
PASS: lib/test_trace_ir_ref 12 - TC1 reference count is 2
PASS: lib/test_trace_ir_ref 13 - SC2 reference count is 1
PASS: lib/test_trace_ir_ref 14 - User A acquires EC3 from SC2
PASS: lib/test_trace_ir_ref 15 - TC1 reference count is 2
PASS: lib/test_trace_ir_ref 16 - SC2 reference count is 2
PASS: lib/test_trace_ir_ref 17 - EC3 reference count is 1
PASS: lib/test_trace_ir_ref 18 - TC1 reference count is 2
PASS: lib/test_trace_ir_ref 19 - SC2 reference count is 1
PASS: lib/test_trace_ir_ref 20 - EC3 reference count is 1
PASS: lib/test_trace_ir_ref 21 - TC1 reference count is 1
PASS: lib/test_trace_ir_ref 22 - SC2 reference count is 1
PASS: lib/test_trace_ir_ref 23 - EC3 reference count is 1
PASS: lib/test_trace_ir_ref 24 - TC1 reference count is 2
PASS: lib/test_trace_ir_ref 25 - SC1 reference count is 1
PASS: lib/test_trace_ir_ref 26 - EC1 reference count is 1
PASS: lib/test_trace_ir_ref 27 - SC1 reference count is 2
PASS: lib/test_trace_ir_ref 28 - EC3 reference count is 1
PASS: lib/test_trace_ir_ref 29 - SC2 reference count is 0
PASS: lib/test_trace_ir_ref 30 - TC1 reference count is 1
PASS: lib/test_trace_ir_ref 31 - SC1 reference count is 1
PASS: lib/test_trace_ir_ref 32 - TC1 reference count is 1
PASS: lib/test_trace_ir_ref 33 - SC1 reference count is 1
PASS: lib/test_trace_ir_ref 34 - SC2 reference count is 0
PASS: lib/test_trace_ir_ref 35 - EC1 reference count is 1
PASS: lib/test_trace_ir_ref 36 - EC2 reference count is 0
PASS: lib/test_trace_ir_ref 37 - EC3 reference count is 0
PASS: lib/test_plugin 1 - bt_plugin_find_all_from_file() succeeds with a valid file
PASS: lib/test_plugin 2 - bt_plugin_find_all_from_file() returns a plugin set
PASS: lib/test_plugin 3 - plugin's initialization function is called during bt_plugin_find_all_from_file()
PASS: lib/test_plugin 4 - bt_plugin_find_all_from_file() returns the expected number of plugins
PASS: lib/test_plugin 5 - bt_plugin_get_name() returns the expected name
PASS: lib/test_plugin 6 - bt_plugin_get_description() returns the expected description
PASS: lib/test_plugin 7 - bt_plugin_get_version() fails when there's no version
PASS: lib/test_plugin 8 - bt_plugin_get_author() returns the expected author
PASS: lib/test_plugin 9 - bt_plugin_get_license() returns the expected license
PASS: lib/test_plugin 10 - bt_plugin_get_path() returns the expected path
PASS: lib/test_plugin 11 - bt_plugin_get_source_component_class_count() returns the expected value
PASS: lib/test_plugin 12 - bt_plugin_get_filter_component_class_count() returns the expected value
PASS: lib/test_plugin 13 - bt_plugin_get_sink_component_class_count() returns the expected value
PASS: lib/test_plugin 14 - plugin's finalize function is called when the plugin is destroyed
PASS: lib/test_plugin 15 - bt_plugin_get_version() succeeds when there's a version
PASS: lib/test_plugin 16 - bt_plugin_get_version() returns the expected major version
PASS: lib/test_plugin 17 - bt_plugin_get_version() returns the expected minor version
PASS: lib/test_plugin 18 - bt_plugin_get_version() returns the expected patch version
PASS: lib/test_plugin 19 - bt_plugin_get_version() returns the expected extra version
PASS: lib/test_plugin 20 - bt_plugin_get_source_component_class_count() returns the expected value
PASS: lib/test_plugin 21 - bt_plugin_get_filter_component_class_count() returns the expected value
PASS: lib/test_plugin 22 - bt_plugin_get_sink_component_class_count() returns the expected value
PASS: lib/test_plugin 23 - bt_plugin_borrow_source_component_class_by_name_const() finds a source component class
PASS: lib/test_plugin 24 - bt_plugin_borrow_sink_component_class_by_name_const() finds a sink component class
PASS: lib/test_plugin 25 - bt_component_class_get_help() returns the expected help text
PASS: lib/test_plugin 26 - bt_plugin_borrow_filter_component_class_by_name_const() finds a filter component class
PASS: lib/test_plugin 27 - bt_query_executor_query() succeeds
PASS: lib/test_plugin 28 - bt_component_class_query() receives the expected object name
PASS: lib/test_plugin 29 - bt_component_class_query() receives the expected parameters
PASS: lib/test_plugin 30 - bt_graph_add_sink_component() still works after the plugin object is destroyed
PASS: lib/test_plugin 31 - bt_plugin_find_all_from_dir() fails with an invalid path
PASS: lib/test_plugin 32 - bt_plugin_find_all_from_dir() succeeds with a valid path
PASS: lib/test_plugin 33 - bt_plugin_find_all_from_dir() returns a plugin set with a valid path
PASS: lib/test_plugin 34 - bt_plugin_find_all_from_dir() returns the expected number of plugin objects
PASS: lib/test_plugin 35 - bt_plugin_find() returns BT_PLUGIN_STATUS_NOT_FOUND with an unknown plugin name
PASS: lib/test_plugin 36 - bt_plugin_find() succeeds with a plugin name it can find
PASS: lib/test_plugin 37 - bt_plugin_find() returns a plugin object
PASS: lib/test_plugin 38 - bt_plugin_find() finds the correct plugin for a given name
PASS: param-validation/test_param_validation 1 - valid map: validation succeeds
PASS: param-validation/test_param_validation 2 - valid map: error string is NULL
PASS: param-validation/test_param_validation 3 - missing key in map: validation fails
PASS: param-validation/test_param_validation 4 - missing key in map: error string is not NULL
PASS: param-validation/test_param_validation 5 - missing key in map: error string contains expected string
PASS: param-validation/test_param_validation 6 - unexpected key in map: validation fails
PASS: param-validation/test_param_validation 7 - unexpected key in map: error string is not NULL
PASS: param-validation/test_param_validation 8 - unexpected key in map: error string contains expected string
PASS: param-validation/test_param_validation 9 - map entry with unexpected type: validation fails
PASS: param-validation/test_param_validation 10 - map entry with unexpected type: error string is not NULL
PASS: param-validation/test_param_validation 11 - map entry with unexpected type: error string contains expected string
PASS: param-validation/test_param_validation 12 - valid array: validation succeeds
PASS: param-validation/test_param_validation 13 - valid array: error string is NULL
PASS: param-validation/test_param_validation 14 - valid empty array: validation succeeds
PASS: param-validation/test_param_validation 15 - valid empty array: error string is NULL
PASS: param-validation/test_param_validation 16 - array too small: validation fails
PASS: param-validation/test_param_validation 17 - array too small: error string is not NULL
PASS: param-validation/test_param_validation 18 - array too small: error string contains expected string
PASS: param-validation/test_param_validation 19 - array too large: validation fails
PASS: param-validation/test_param_validation 20 - array too large: error string is not NULL
PASS: param-validation/test_param_validation 21 - array too large: error string contains expected string
PASS: param-validation/test_param_validation 22 - array with invalid element type: validation fails
PASS: param-validation/test_param_validation 23 - array with invalid element type: error string is not NULL
PASS: param-validation/test_param_validation 24 - array with invalid element type: error string contains expected string
PASS: param-validation/test_param_validation 25 - valid string without choices: validation succeeds
PASS: param-validation/test_param_validation 26 - valid string without choices: error string is NULL
PASS: param-validation/test_param_validation 27 - valid string with choices: validation succeeds
PASS: param-validation/test_param_validation 28 - valid string with choices: error string is NULL
PASS: param-validation/test_param_validation 29 - string with invalid choice: validation fails
PASS: param-validation/test_param_validation 30 - string with invalid choice: error string is not NULL
PASS: param-validation/test_param_validation 31 - string with invalid choice: error string contains expected string
PASS: param-validation/test_param_validation 32 - type of value passed to custom function is as expected
PASS: param-validation/test_param_validation 33 - value passed to custom function is as expected
PASS: param-validation/test_param_validation 34 - custom validation function with valid value: validation succeeds
PASS: param-validation/test_param_validation 35 - custom validation function with valid value: error string is NULL
PASS: param-validation/test_param_validation 36 - custom validation function with invalid value: validation fails
PASS: param-validation/test_param_validation 37 - custom validation function with invalid value: error string is not NULL
PASS: param-validation/test_param_validation 38 - custom validation function with invalid value: error string contains expected string
PASS: param-validation/test_param_validation 39 - error nested in maps and arrays: validation fails
PASS: param-validation/test_param_validation 40 - error nested in maps and arrays: error string is not NULL
PASS: param-validation/test_param_validation 41 - error nested in maps and arrays: error string contains expected string
PASS: plugins/src.ctf.fs/fail/test_fail 1 - Trace invalid-packet-size/trace: babeltrace exits with an error
PASS: plugins/src.ctf.fs/fail/test_fail 2 - Trace invalid-packet-size/trace: babeltrace produces the expected stdout
PASS: plugins/src.ctf.fs/fail/test_fail 3 - Trace invalid-packet-size/trace: babeltrace produces an error stack
PASS: plugins/src.ctf.fs/fail/test_fail 4 - Trace invalid-packet-size/trace: babeltrace produces the expected error message
PASS: plugins/src.ctf.fs/fail/test_fail 5 - Trace valid-events-then-invalid-events: babeltrace exits with an error
PASS: plugins/src.ctf.fs/fail/test_fail 6 - Trace valid-events-then-invalid-events: babeltrace produces the expected stdout
PASS: plugins/src.ctf.fs/fail/test_fail 7 - Trace valid-events-then-invalid-events: babeltrace produces an error stack
PASS: plugins/src.ctf.fs/fail/test_fail 8 - Trace valid-events-then-invalid-events: babeltrace produces the expected error message
PASS: plugins/src.ctf.fs/fail/test_fail 9 - Trace metadata-syntax-error: babeltrace exits with an error
PASS: plugins/src.ctf.fs/fail/test_fail 10 - Trace metadata-syntax-error: babeltrace produces the expected stdout
PASS: plugins/src.ctf.fs/fail/test_fail 11 - Trace metadata-syntax-error: babeltrace produces an error stack
PASS: plugins/src.ctf.fs/fail/test_fail 12 - Trace metadata-syntax-error: babeltrace produces the expected error message
PASS: plugins/src.ctf.fs/succeed/test_succeed 1 - Trace '2packets' and 'barectf-event-before-packet' give the expected stdout
PASS: plugins/src.ctf.fs/succeed/test_succeed 2 - Trace '2packets' and 'barectf-event-before-packet' give the expected stderr
PASS: plugins/src.ctf.fs/succeed/test_succeed 3 - Generated trace 'simple' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 4 - Trace 'smalltrace' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 5 - Trace '2packets' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 6 - Trace 'barectf-event-before-packet' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 7 - Trace 'session-rotation' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 8 - Trace 'lttng-tracefile-rotation' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 9 - Trace 'array-align-elem' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 10 - Trace 'struct-array-align-elem' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 11 - Trace 'meta-ctx-sequence' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 12 - Trace 'lttng-event-after-packet' gives the expected output
PASS: plugins/src.ctf.fs/succeed/test_succeed 13 - Trace 'lttng-crash' gives the expected output
PASS: plugins/src.ctf.fs/test_deterministic_ordering 1 - ab: exit status is not 0
PASS: plugins/src.ctf.fs/test_deterministic_ordering 2 - ab: error stack is produced
PASS: plugins/src.ctf.fs/test_deterministic_ordering 3 - ab: expected error message is present
PASS: plugins/src.ctf.fs/test_deterministic_ordering 4 - ba: exit status is not 0
PASS: plugins/src.ctf.fs/test_deterministic_ordering 5 - ba: error stack is produced
PASS: plugins/src.ctf.fs/test_deterministic_ordering 6 - ba: expected error message is present
PASS: plugins/src.ctf.fs/test_deterministic_ordering 7 - bc: exit status is 0
PASS: plugins/src.ctf.fs/test_deterministic_ordering 8 - bc: expected output is produced
PASS: plugins/src.ctf.fs/test_deterministic_ordering 9 - cb: exit status is 0
PASS: plugins/src.ctf.fs/test_deterministic_ordering 10 - cb: expected output is produced
PASS: plugins/sink.ctf.fs/succeed/test_succeed 1 - 'sink.ctf.fs' component succeeds with input trace 'float'
PASS: plugins/sink.ctf.fs/succeed/test_succeed 2 - Converted trace 'float' gives the expected output
PASS: plugins/sink.ctf.fs/succeed/test_succeed 3 - 'sink.ctf.fs' component succeeds with input trace 'double'
PASS: plugins/sink.ctf.fs/succeed/test_succeed 4 - Converted trace 'double' gives the expected output
PASS: plugins/sink.ctf.fs/succeed/test_succeed 5 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-no-underscore'
PASS: plugins/sink.ctf.fs/succeed/test_succeed 6 - Converted trace 'meta-variant-no-underscore' gives the expected output
PASS: plugins/sink.ctf.fs/succeed/test_succeed 7 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-one-underscore'
PASS: plugins/sink.ctf.fs/succeed/test_succeed 8 - Converted trace 'meta-variant-one-underscore' gives the expected output
PASS: plugins/sink.ctf.fs/succeed/test_succeed 9 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-reserved-keywords'
PASS: plugins/sink.ctf.fs/succeed/test_succeed 10 - Converted trace 'meta-variant-reserved-keywords' gives the expected output
PASS: plugins/sink.ctf.fs/succeed/test_succeed 11 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-same-with-underscore'
PASS: plugins/sink.ctf.fs/succeed/test_succeed 12 - Converted trace 'meta-variant-same-with-underscore' gives the expected output
PASS: plugins/sink.ctf.fs/succeed/test_succeed 13 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-two-underscores'
PASS: plugins/sink.ctf.fs/succeed/test_succeed 14 - Converted trace 'meta-variant-two-underscores' gives the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 1 - 'default' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 2 - 'default-compact' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 3 - 'default-compact-without-metadata' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 4 - 'default-compact-without-time' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 5 - 'default-without-data' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 6 - 'default-without-data-without-metadata' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 7 - 'default-without-metadata' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 8 - 'default-without-names' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 9 - 'default-without-time' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 10 - 'default-without-trace-name' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 11 - 'default-without-uuid' test has the expected output
PASS: plugins/sink.text.details/succeed/test_succeed 12 - 'no-packet-context' test has the expected output
PASS: plugins/src.ctf.lttng-live/test_live 1 - CLI prints the expected session list - stdout
PASS: plugins/src.ctf.lttng-live/test_live 2 - CLI prints the expected session list - stderr
PASS: plugins/src.ctf.lttng-live/test_live 3 - CLI attach and fetch from single-domains session - no discarded events - stdout
PASS: plugins/src.ctf.lttng-live/test_live 4 - CLI attach and fetch from single-domains session - no discarded events - stderr
PASS: plugins/src.ctf.lttng-live/test_live 5 - CLI attach and fetch from multi-domains session - discarded events - stdout
PASS: plugins/src.ctf.lttng-live/test_live 6 - CLI attach and fetch from multi-domains session - discarded events - stderr
PASS: plugins/src.ctf.lttng-live/test_live 7 - CLI many requests per packet - stdout
PASS: plugins/src.ctf.lttng-live/test_live 8 - CLI many requests per packet - stderr
PASS: plugins/src.ctf.lttng-live/test_live 9 - CLI src.ctf.fs vs src.ctf.lttng-live - stdout
PASS: plugins/src.ctf.lttng-live/test_live 10 - CLI src.ctf.fs vs src.ctf.lttng-live - stderr
PASS: plugins/src.ctf.lttng-live/test_live 11 - CLI src.ctf.fs vs src.ctf.lttng-live - stdout
PASS: plugins/src.ctf.lttng-live/test_live 12 - CLI src.ctf.fs vs src.ctf.lttng-live - stderr
PASS: bitfield/test_bitfield 1 - Writing and reading back 0x0, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 2 - Writing and reading back 0x0, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 3 - Writing and reading back 0x0, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 4 - Writing and reading back 0x0, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 5 - Writing and reading back 0x0, signed int source, varying write unit size
PASS: bitfield/test_bitfield 6 - Writing and reading back 0x0, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 7 - Writing and reading back 0x0, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 8 - Writing and reading back 0x0, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 9 - Writing and reading back 0x1, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 10 - Writing and reading back 0x1, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 11 - Writing and reading back 0x1, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 12 - Writing and reading back 0x1, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 13 - Writing and reading back 0xFFFFFFFF, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 14 - Writing and reading back 0xFFFFFFFFFFFFFFFF, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 15 - Writing and reading back 0xFFFFFFFF, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 16 - Writing and reading back 0xFFFFFFFFFFFFFFFF, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 17 - Writing and reading back 0xFFFFFFFF, signed int source, varying write unit size
PASS: bitfield/test_bitfield 18 - Writing and reading back 0xFFFFFFFFFFFFFFFF, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 19 - Writing and reading back 0xFFFFFFFF, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 20 - Writing and reading back 0xFFFFFFFFFFFFFFFF, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 21 - Writing and reading back 0x80000000, signed int source, varying write unit size
PASS: bitfield/test_bitfield 22 - Writing and reading back 0x8000000000000000, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 23 - Writing and reading back 0x80000000, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 24 - Writing and reading back 0x8000000000000000, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 25 - Writing and reading back 0x2AFC8A1E, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 26 - Writing and reading back 0x463CA92F0102B0E5, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 27 - Writing and reading back 0x2AFC8A1E, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 28 - Writing and reading back 0x463CA92F0102B0E5, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 29 - Writing and reading back 0x2AFC8A1E, signed int source, varying write unit size
PASS: bitfield/test_bitfield 30 - Writing and reading back 0x463CA92F0102B0E5, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 31 - Writing and reading back 0x2AFC8A1E, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 32 - Writing and reading back 0x463CA92F0102B0E5, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 33 - Writing and reading back 0x119F8990, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 34 - Writing and reading back 0x209DA7680C35F5B4, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 35 - Writing and reading back 0x119F8990, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 36 - Writing and reading back 0x209DA7680C35F5B4, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 37 - Writing and reading back 0x119F8990, signed int source, varying write unit size
PASS: bitfield/test_bitfield 38 - Writing and reading back 0x209DA7680C35F5B4, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 39 - Writing and reading back 0x119F8990, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 40 - Writing and reading back 0x209DA7680C35F5B4, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 41 - Writing and reading back 0x7CEC2059, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 42 - Writing and reading back 0x4B5F96817381C6E4, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 43 - Writing and reading back 0x7CEC2059, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 44 - Writing and reading back 0x4B5F96817381C6E4, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 45 - Writing and reading back 0x7CEC2059, signed int source, varying write unit size
PASS: bitfield/test_bitfield 46 - Writing and reading back 0x4B5F96817381C6E4, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 47 - Writing and reading back 0x7CEC2059, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 48 - Writing and reading back 0x4B5F96817381C6E4, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 49 - Writing and reading back 0x24F12AEF, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 50 - Writing and reading back 0xD240EAB25639AAF, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 51 - Writing and reading back 0x24F12AEF, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 52 - Writing and reading back 0xD240EAB25639AAF, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 53 - Writing and reading back 0x24F12AEF, signed int source, varying write unit size
PASS: bitfield/test_bitfield 54 - Writing and reading back 0xD240EAB25639AAF, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 55 - Writing and reading back 0x24F12AEF, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 56 - Writing and reading back 0xD240EAB25639AAF, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 57 - Writing and reading back 0x2BECEDCA, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 58 - Writing and reading back 0x3B34B8D6447AA1DD, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 59 - Writing and reading back 0x2BECEDCA, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 60 - Writing and reading back 0x3B34B8D6447AA1DD, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 61 - Writing and reading back 0x2BECEDCA, signed int source, varying write unit size
PASS: bitfield/test_bitfield 62 - Writing and reading back 0x3B34B8D6447AA1DD, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 63 - Writing and reading back 0x2BECEDCA, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 64 - Writing and reading back 0x3B34B8D6447AA1DD, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 65 - Writing and reading back 0x62A1302, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 66 - Writing and reading back 0x624935E16AB2161F, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 67 - Writing and reading back 0x62A1302, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 68 - Writing and reading back 0x624935E16AB2161F, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 69 - Writing and reading back 0x62A1302, signed int source, varying write unit size
PASS: bitfield/test_bitfield 70 - Writing and reading back 0x624935E16AB2161F, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 71 - Writing and reading back 0x62A1302, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 72 - Writing and reading back 0x624935E16AB2161F, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 73 - Writing and reading back 0x25242661, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 74 - Writing and reading back 0x55A1B850057FF904, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 75 - Writing and reading back 0x25242661, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 76 - Writing and reading back 0x55A1B850057FF904, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 77 - Writing and reading back 0x25242661, signed int source, varying write unit size
PASS: bitfield/test_bitfield 78 - Writing and reading back 0x55A1B850057FF904, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 79 - Writing and reading back 0x25242661, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 80 - Writing and reading back 0x55A1B850057FF904, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 81 - Writing and reading back 0x107DB8B0, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 82 - Writing and reading back 0x1812B056994DB97, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 83 - Writing and reading back 0x107DB8B0, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 84 - Writing and reading back 0x1812B056994DB97, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 85 - Writing and reading back 0x107DB8B0, signed int source, varying write unit size
PASS: bitfield/test_bitfield 86 - Writing and reading back 0x1812B056994DB97, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 87 - Writing and reading back 0x107DB8B0, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 88 - Writing and reading back 0x1812B056994DB97, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 89 - Writing and reading back 0x21DA0D4B, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 90 - Writing and reading back 0x2562D3DA5B6B8DD7, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 91 - Writing and reading back 0x21DA0D4B, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 92 - Writing and reading back 0x2562D3DA5B6B8DD7, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 93 - Writing and reading back 0x21DA0D4B, signed int source, varying write unit size
PASS: bitfield/test_bitfield 94 - Writing and reading back 0x2562D3DA5B6B8DD7, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 95 - Writing and reading back 0x21DA0D4B, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 96 - Writing and reading back 0x2562D3DA5B6B8DD7, signed long long dest, varying read unit size
PASS: bitfield/test_bitfield 97 - Writing and reading back 0x6C4D87F4, unsigned int source, varying write unit size
PASS: bitfield/test_bitfield 98 - Writing and reading back 0x64B8C11358D54F71, unsigned long long source, varying write unit size
PASS: bitfield/test_bitfield 99 - Writing and reading back 0x6C4D87F4, unsigned int dest, varying read unit size
PASS: bitfield/test_bitfield 100 - Writing and reading back 0x64B8C11358D54F71, unsigned long long dest, varying read unit size
PASS: bitfield/test_bitfield 101 - Writing and reading back 0x6C4D87F4, signed int source, varying write unit size
PASS: bitfield/test_bitfield 102 - Writing and reading back 0x64B8C11358D54F71, signed long long source, varying write unit size
PASS: bitfield/test_bitfield 103 - Writing and reading back 0x6C4D87F4, signed int dest, varying read unit size
PASS: bitfield/test_bitfield 104 - Writing and reading back 0x64B8C11358D54F71, signed long long dest, varying read unit size
============================================================================
Testsuite summary for babeltrace2 2.0.5
============================================================================
# TOTAL: 1295
# PASS:  1295
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
=============================================
   babeltrace2 2.0.5: tests/test-suite.log
=============================================

# TOTAL: 1295
# PASS:  1295
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

[    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.4::192.168.7.3: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 441893464 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.001171] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001174] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001180] last_pfn = 0x3ffd8 max_arch_pfn = 0x400000000
[    0.001213] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.005869] found SMP MP-table at [mem 0x000f5b60-0x000f5b6f]
[    0.005971] ACPI: Early table checksum verification disabled
[    0.005974] ACPI: RSDP 0x00000000000F5990 000014 (v00 BOCHS )
[    0.005984] ACPI: RSDT 0x000000003FFE2472 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.005990] ACPI: FACP 0x000000003FFE2252 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.005995] ACPI: DSDT 0x000000003FFE0040 002212 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.005998] ACPI: FACS 0x000000003FFE0000 000040
[    0.006001] ACPI: APIC 0x000000003FFE2346 000090 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006004] ACPI: HPET 0x000000003FFE23D6 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006007] ACPI: MCFG 0x000000003FFE240E 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006010] ACPI: WAET 0x000000003FFE244A 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006013] ACPI: Reserving FACP table memory at [mem 0x3ffe2252-0x3ffe2345]
[    0.006015] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe2251]
[    0.006016] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]
[    0.006017] ACPI: Reserving APIC table memory at [mem 0x3ffe2346-0x3ffe23d5]
[    0.006017] ACPI: Reserving HPET table memory at [mem 0x3ffe23d6-0x3ffe240d]
[    0.006018] ACPI: Reserving MCFG table memory at [mem 0x3ffe240e-0x3ffe2449]
[    0.006019] ACPI: Reserving WAET table memory at [mem 0x3ffe244a-0x3ffe2471]
[    0.007341] Zone ranges:
[    0.007342]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007345]   DMA32    [mem 0x0000000001000000-0x000000003ffd7fff]
[    0.007346]   Normal   empty
[    0.007347] Movable zone start for each node
[    0.007348] Early memory node ranges
[    0.007349]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.007350]   node   0: [mem 0x0000000000100000-0x000000003ffd7fff]
[    0.007352] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd7fff]
[    0.007360] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007402] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.011630] On node 0, zone DMA32: 40 pages in unavailable ranges
[    0.011980] ACPI: PM-Timer IO Port: 0x608
[    0.011989] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.012015] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.012018] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.012020] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.012022] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.012024] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.012025] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.012029] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.012030] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.012035] TSC deadline timer available
[    0.012037] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.012057] [mem 0x40000000-0xafffffff] available for PCI devices
[    0.012058] Booting paravirtualized kernel on KVM
[    0.012061] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.012066] setup_percpu: NR_CPUS:64 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.012600] percpu: Embedded 54 pages/cpu s180712 r8192 d32280 u524288
[    0.012605] pcpu-alloc: s180712 r8192 d32280 u524288 alloc=1*2097152
[    0.012608] pcpu-alloc: [0] 0 1 2 3 
[    0.012631] Built 1 zonelists, mobility grouping on.  Total pages: 257752
[    0.012634] Kernel command line: root=/dev/vda rw  ip=192.168.7.4::192.168.7.3: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.012694] random: crng init done
[    0.012851] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.012931] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.013467] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.016518] Memory: 997512K/1048024K available (16395K kernel code, 2284K rwdata, 3808K rodata, 1956K init, 1732K bss, 50252K reserved, 0K cma-reserved)
[    0.016567] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.016575] Kernel/User page tables isolation: enabled
[    0.016588] ftrace: allocating 48118 entries in 188 pages
[    0.026158] ftrace: allocated 188 pages with 5 groups
[    0.026220] Dynamic Preempt: full
[    0.026638] rcu: Preemptible hierarchical RCU implementation.
[    0.026639] rcu: 	RCU event tracing is enabled.
[    0.026639] rcu: 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.026641] 	All grace periods are expedited (rcu_expedited).
[    0.026642] 	Trampoline variant of Tasks RCU enabled.
[    0.026642] 	Rude variant of Tasks RCU enabled.
[    0.026643] 	Tracing variant of Tasks RCU enabled.
[    0.026644] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.026645] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.031436] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16
[    0.031617] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.031710] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.035641] Console: colour VGA+ 80x25
[    0.096918] printk: console [ttyS0] enabled
[    0.097336] ACPI: Core revision 20220331
[    0.098564] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.099463] APIC: Switch to symmetric I/O mode setup
[    0.100035] x2apic enabled
[    0.100441] Switched APIC routing to physical x2apic.
[    0.101583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.102137] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x212729dd067, max_idle_ns: 440795299996 ns
[    0.103096] Calibrating delay loop (skipped) preset value.. 4599.97 BogoMIPS (lpj=2299988)
[    0.104098] pid_max: default: 32768 minimum: 301
[    0.104515] LSM: Security Framework initializing
[    0.105105] landlock: Up and running.
[    0.105839] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.106100] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.107392] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.108099] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.108596] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.109098] Spectre V2 : Mitigation: Retpolines
[    0.109481] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.110097] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.111097] Speculative Store Bypass: Vulnerable
[    0.111506] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.112097] MMIO Stale Data: Unknown: No mitigations
[    0.112534] SRBDS: Unknown: Dependent on hypervisor status
[    0.131961] Freeing SMP alternatives memory: 52K
[    0.132226] smpboot: CPU0: Intel Xeon E3-12xx v2 (Ivy Bridge) (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.133126] cblist_init_generic: Setting adjustable number of callback queues.
[    0.133797] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.134123] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.134694] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.135116] Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
[    0.135934] rcu: Hierarchical SRCU implementation.
[    0.136099] rcu: 	Max phase no-delay instances is 400.
[    0.136843] smp: Bringing up secondary CPUs ...
[    0.137221] x86: Booting SMP configuration:
[    0.137594] .... node  #0, CPUs:      #1 #2 #3
[    0.138423] smp: Brought up 1 node, 4 CPUs
[    0.139100] smpboot: Max logical packages: 1
[    0.139464] smpboot: Total of 4 processors activated (18399.90 BogoMIPS)
[    0.140384] devtmpfs: initialized
[    0.141274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.142109] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.142757] pinctrl core: initialized pinctrl subsystem
[    0.144138] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.144853] thermal_sys: Registered thermal governor 'step_wise'
[    0.144855] thermal_sys: Registered thermal governor 'user_space'
[    0.145204] cpuidle: using governor menu
[    0.146322] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[    0.147103] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[    0.147721] PCI: Using configuration type 1 for base access
[    0.150142] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.167490] raid6: sse2x4   gen() 12574 MB/s
[    0.184531] raid6: sse2x2   gen() 12793 MB/s
[    0.203020] raid6: sse2x1   gen() 10325 MB/s
[    0.207105] raid6: using algorithm sse2x2 gen() 12793 MB/s
[    0.224511] raid6: .... xor() 8304 MB/s, rmw enabled
[    0.225023] raid6: using ssse3x2 recovery algorithm
[    0.225213] ACPI: Added _OSI(Module Device)
[    0.225623] ACPI: Added _OSI(Processor Device)
[    0.225998] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.227099] ACPI: Added _OSI(Processor Aggregator Device)
[    0.228510] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.230529] ACPI: Interpreter enabled
[    0.230629] ACPI: PM: (supports S0 S3 S5)
[    0.230989] ACPI: Using IOAPIC for interrupt routing
[    0.231131] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.231938] PCI: Using E820 reservations for host bridge windows
[    0.233188] ACPI: Enabled 2 GPEs in block 00 to 3F
[    0.235538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.236121] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.236970] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    0.237154] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[    0.237824] PCI host bridge to bus 0000:00
[    0.238100] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.238708] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.239099] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.239726] pci_bus 0000:00: root bus resource [mem 0x40000000-0xafffffff window]
[    0.241098] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.241724] pci_bus 0000:00: root bus resource [mem 0x100000000-0x8ffffffff window]
[    0.242099] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.242635] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.243512] pci 0000:00:01.0: [1af4:1000] type 00 class 0x020000
[    0.246889] pci 0000:00:01.0: reg 0x10: [io  0xc0c0-0xc0df]
[    0.248099] pci 0000:00:01.0: reg 0x14: [mem 0xfebd0000-0xfebd0fff]
[    0.253896] pci 0000:00:01.0: reg 0x20: [mem 0xfe800000-0xfe803fff 64bit pref]
[    0.256100] pci 0000:00:01.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[    0.257264] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00
[    0.258921] pci 0000:00:02.0: reg 0x10: [io  0xc0e0-0xc0ff]
[    0.262603] pci 0000:00:02.0: reg 0x14: [mem 0xfebd1000-0xfebd1fff]
[    0.266099] pci 0000:00:02.0: reg 0x20: [mem 0xfe804000-0xfe807fff 64bit pref]
[    0.268253] pci 0000:00:03.0: [1af4:1050] type 00 class 0x030000
[    0.297107] pci 0000:00:03.0: reg 0x10: [mem 0xfe000000-0xfe7fffff pref]
[    0.301779] pci 0000:00:03.0: reg 0x18: [mem 0xfe808000-0xfe80bfff 64bit pref]
[    0.312116] pci 0000:00:03.0: reg 0x20: [mem 0xfebd2000-0xfebd2fff]
[    0.323087] pci 0000:00:03.0: reg 0x30: [mem 0xfebc0000-0xfebcffff pref]
[    0.324153] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.326075] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[    0.339811] pci 0000:00:04.0: reg 0x10: [io  0xc000-0xc07f]
[    0.359106] pci 0000:00:04.0: reg 0x14: [mem 0xfebd3000-0xfebd3fff]
[    0.371106] pci 0000:00:04.0: reg 0x20: [mem 0xfe80c000-0xfe80ffff 64bit pref]
[    0.377745] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.379867] pci 0000:00:1d.0: reg 0x20: [io  0xc100-0xc11f]
[    0.382056] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.384029] pci 0000:00:1d.1: reg 0x20: [io  0xc120-0xc13f]
[    0.386565] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.389479] pci 0000:00:1d.2: reg 0x20: [io  0xc140-0xc15f]
[    0.391870] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.392554] pci 0000:00:1d.7: reg 0x10: [mem 0xfebd4000-0xfebd4fff]
[    0.395284] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[    0.396132] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[    0.397319] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    0.401100] pci 0000:00:1f.2: reg 0x20: [io  0xc160-0xc17f]
[    0.402100] pci 0000:00:1f.2: reg 0x24: [mem 0xfebd5000-0xfebd5fff]
[    0.404979] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.409685] pci 0000:00:1f.3: reg 0x20: [io  0x0700-0x073f]
[    0.411003] pci_bus 0000:00: on NUMA node 0
[    0.411232] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.411910] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.412165] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.412744] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.413162] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[    0.413737] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[    0.414163] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.414743] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.415127] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[    0.415642] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[    0.416106] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[    0.416615] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[    0.417109] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[    0.417621] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[    0.418105] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[    0.420123] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[    0.421065] iommu: Default domain type: Translated 
[    0.421100] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.421771] SCSI subsystem initialized
[    0.423122] libata version 3.00 loaded.
[    0.423131] ACPI: bus type USB registered
[    0.423529] usbcore: registered new interface driver usbfs
[    0.423529] usbcore: registered new interface driver hub
[    0.423567] usbcore: registered new device driver usb
[    0.424016] pps_core: LinuxPPS API ver. 1 registered
[    0.425099] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.425873] PTP clock support registered
[    0.426335] Bluetooth: Core ver 2.22
[    0.426675] NET: Registered PF_BLUETOOTH protocol family
[    0.427099] Bluetooth: HCI device and connection manager initialized
[    0.427636] Bluetooth: HCI socket layer initialized
[    0.428046] Bluetooth: L2CAP socket layer initialized
[    0.428102] Bluetooth: SCO socket layer initialized
[    0.429129] PCI: Using ACPI for IRQ routing
[    0.473012] PCI: pci_cache_line_size set to 64 bytes
[    0.473012] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.473012] e820: reserve RAM buffer [mem 0x3ffd8000-0x3fffffff]
[    0.473126] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[    0.473653] pci 0000:00:03.0: vgaarb: bridge control possible
[    0.474095] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.474095] vgaarb: loaded
[    0.475203] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.475642] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.479167] clocksource: Switched to clocksource kvm-clock
[    0.492794] pnp: PnP ACPI init
[    0.493298] system 00:05: [mem 0xb0000000-0xbfffffff window] has been reserved
[    0.494173] pnp: PnP ACPI: found 6 devices
[    0.501632] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.502456] NET: Registered PF_INET protocol family
[    0.502938] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.503916] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.504656] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.505306] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.505968] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.506651] TCP: Hash tables configured (established 8192 bind 8192)
[    0.507246] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.507812] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.509357] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.510121] RPC: Registered named UNIX socket transport module.
[    0.510665] RPC: Registered udp transport module.
[    0.511080] RPC: Registered tcp transport module.
[    0.511486] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.512041] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.512567] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.513085] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.513662] pci_bus 0000:00: resource 7 [mem 0x40000000-0xafffffff window]
[    0.514235] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[    0.514821] pci_bus 0000:00: resource 9 [mem 0x100000000-0x8ffffffff window]
[    0.515746] ACPI: \_SB_.GSIA: Enabled at IRQ 16
[    0.516864] ACPI: \_SB_.GSIB: Enabled at IRQ 17
[    0.517926] ACPI: \_SB_.GSIC: Enabled at IRQ 18
[    0.518969] ACPI: \_SB_.GSID: Enabled at IRQ 19
[    0.520001] PCI: CLS 0 bytes, default 64
[    0.520585] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[    0.521340] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x212729dd067, max_idle_ns: 440795299996 ns
[    0.522949] Initialise system trusted keyrings
[    0.523467] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.525807] NFS: Registering the id_resolver key type
[    0.526269] Key type id_resolver registered
[    0.526651] Key type id_legacy registered
[    0.527320] Key type cifs.idmap registered
[    0.538563] xor: automatically using best checksumming function   avx       
[    0.539520] Key type asymmetric registered
[    0.539884] Asymmetric key parser 'x509' registered
[    0.540333] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.540970] io scheduler mq-deadline registered
[    0.541372] io scheduler kyber registered
[    0.542146] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.543604] ACPI: button: Power Button [PWRF]
[    0.544864] ACPI: \_SB_.GSIF: Enabled at IRQ 21
[    0.546504] ACPI: \_SB_.GSIG: Enabled at IRQ 22
[    0.548003] ACPI: \_SB_.GSIH: Enabled at IRQ 23
[    0.549492] ACPI: \_SB_.GSIE: Enabled at IRQ 20
[    0.563560] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.564256] 00:01: ttyS2 at I/O 0x3e8 (irq = 4, base_baud = 115200) is a 16550A
[    0.565133] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.565931] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.572240] Linux agpgart interface v0.103
[    0.572752] ACPI: bus type drm_connector registered
[    0.573302] [drm] pci: virtio-vga detected at 0000:00:03.0
[    0.573796] virtio-pci 0000:00:03.0: vgaarb: deactivate vga console
[    0.581363] Console: switching to colour dummy device 80x25
[    0.582025] [drm] features: -virgl +edid -resource_blob -host_visible
[    0.582027] [drm] features: -context_init
[    0.583440] [drm] number of scanouts: 1
[    0.583795] [drm] number of cap sets: 0
[    0.584487] [drm] Initialized virtio_gpu 0.1.0 0 for 0000:00:03.0 on minor 0
[    0.588048] fbcon: virtio_gpudrmfb (fb0) is primary device
[    0.588125] virtio-pci 0000:00:03.0: [drm] drm_plane_enable_fb_damage_clips() not called
[    0.606372] Console: switching to colour frame buffer device 160x50
[    0.617839] virtio-pci 0000:00:03.0: [drm] fb0: virtio_gpudrmfb frame buffer device
[    0.621090] brd: module loaded
[    0.623070] loop: module loaded
[    0.623534] virtio_blk virtio3: 4/0/0 default/read/poll queues
[    0.625099] virtio_blk virtio3: [vda] 888208 512-byte logical blocks (455 MB/434 MiB)
[    0.667707] ahci 0000:00:1f.2: version 3.0
[    0.668485] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    0.669237] ahci 0000:00:1f.2: flags: 64bit ncq only 
[    0.670996] scsi host0: ahci
[    0.671525] scsi host1: ahci
[    0.671964] scsi host2: ahci
[    0.672394] scsi host3: ahci
[    0.672887] scsi host4: ahci
[    0.673309] scsi host5: ahci
[    0.673637] ata1: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5100 irq 34
[    0.674295] ata2: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5180 irq 34
[    0.674942] ata3: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5200 irq 34
[    0.675584] ata4: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5280 irq 34
[    0.676225] ata5: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5300 irq 34
[    0.676866] ata6: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5380 irq 34
[    0.684384] e100: Intel(R) PRO/100 Network Driver
[    0.684868] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.685365] e1000: Intel(R) PRO/1000 Network Driver
[    0.685789] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.686298] e1000e: Intel(R) PRO/1000 Network Driver
[    0.686737] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.687255] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.687721] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.688895] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    0.689363] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.690151] ehci-pci 0000:00:1d.7: irq 19, io mem 0xfebd4000
[    0.697566] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.698344] hub 1-0:1.0: USB hub found
[    0.698718] hub 1-0:1.0: 6 ports detected
[    0.699932] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.700423] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.701166] uhci_hcd 0000:00:1d.0: irq 16, io port 0x0000c100
[    0.701910] hub 2-0:1.0: USB hub found
[    0.702264] hub 2-0:1.0: 2 ports detected
[    0.703343] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.703843] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.704577] uhci_hcd 0000:00:1d.1: irq 17, io port 0x0000c120
[    0.705311] hub 3-0:1.0: USB hub found
[    0.705746] hub 3-0:1.0: 2 ports detected
[    0.711821] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.712328] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.713073] uhci_hcd 0000:00:1d.2: irq 18, io port 0x0000c140
[    0.713814] hub 4-0:1.0: USB hub found
[    0.714168] hub 4-0:1.0: 2 ports detected
[    0.714700] usbcore: registered new interface driver usb-storage
[    0.715253] usbcore: registered new interface driver usbserial_generic
[    0.715847] usbserial: USB Serial support registered for generic
[    0.716379] usbcore: registered new interface driver ftdi_sio
[    0.716900] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.717618] usbcore: registered new interface driver pl2303
[    0.718137] usbserial: USB Serial support registered for pl2303
[    0.718721] i8042: PNP: No PS/2 controller found.
[    0.719232] mousedev: PS/2 mouse device common for all mice
[    0.719983] rtc_cmos 00:04: RTC can wake from S4
[    0.720788] rtc_cmos 00:04: registered as rtc0
[    0.721241] rtc_cmos 00:04: setting system clock to 2023-07-19T01:19:24 UTC (1689729564)
[    0.721991] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    0.722905] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    0.723654] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    0.723798] intel_pstate: CPU model not supported
[    0.724292] i2c i2c-0: 1/1 memory slots populated (from DMI)
[    0.724658] sdhci: Secure Digital Host Controller Interface driver
[    0.725169] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD
[    0.725707] sdhci: Copyright(c) Pierre Ossman
[    0.725729] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.727396] usbcore: registered new interface driver usbhid
[    0.727905] usbhid: USB HID core driver
[    0.728254] u32 classifier
[    0.728501]     input device check on
[    0.728816]     Actions configured
[    0.729265] NET: Registered PF_INET6 protocol family
[    0.730126] Segment Routing with IPv6
[    0.730498] In-situ OAM (IOAM) with IPv6
[    0.730862] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.731495] NET: Registered PF_PACKET protocol family
[    0.731961] Bridge firewalling registered
[    0.732331] Key type dns_resolver registered
[    0.732789] NET: Registered PF_VSOCK protocol family
[    0.733622] IPI shorthand broadcast: enabled
[    0.734024] sched_clock: Marking stable (665110377, 68471612)->(740805151, -7223162)
[    0.734836] registered taskstats version 1
[    0.735210] Loading compiled-in X.509 certificates
[    0.735775] Key type .fscrypt registered
[    0.736134] Key type fscrypt-provisioning registered
[    0.737006] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    0.738243] Key type encrypted registered
[    0.740129] printk: console [netcon0] enabled
[    0.740530] netconsole: network logging started
[    0.941527] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.995799] ata5: SATA link down (SStatus 0 SControl 300)
[    0.996479] ata4: SATA link down (SStatus 0 SControl 300)
[    0.997088] ata1: SATA link down (SStatus 0 SControl 300)
[    0.997697] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.998400] ata6: SATA link down (SStatus 0 SControl 300)
[    0.998925] ata3.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[    0.999415] ata3.00: applying bridge limits
[    0.999881] ata2: SATA link down (SStatus 0 SControl 300)
[    1.000484] ata3.00: configured for UDMA/100
[    1.001174] scsi 2:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
[    1.035867] sr 2:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[    1.036511] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.054021] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.066502] IP-Config: Complete:
[    1.066833]      device=eth0, hwaddr=52:54:00:12:34:04, ipaddr=192.168.7.4, mask=255.255.255.0, gw=192.168.7.3
[    1.067715]      host=192.168.7.4, domain=, nis-domain=(none)
[    1.068208]      bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=
[    1.068210]      nameserver0=8.8.8.8
[    1.069510] md: Waiting for all devices to be available before autodetect
[    1.069909] md: If you don't use raid, use raid=noautodetect
[    1.070241] md: Autodetecting RAID arrays.
[    1.070492] md: autorun ...
[    1.070662] md: ... autorun DONE.
[    1.075256] EXT4-fs (vda): mounted filesystem with ordered data mode. Quota mode: disabled.
[    1.075890] VFS: Mounted root (ext4 filesystem) on device 253:0.
[    1.076413] devtmpfs: mounted
[    1.077005] 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
[    1.077781] hid-generic 0003:0627:0001.0001: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:1d.7-1/input0
[    1.078249] Freeing unused kernel image (initmem) memory: 1956K
[    1.087525] Write protecting the kernel read-only data: 22528k
[    1.088614] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.089149] Freeing unused kernel image (rodata/data gap) memory: 288K
[    1.089605] Run /sbin/init as init process
[    1.089848]   with arguments:
[    1.089849]     /sbin/init
[    1.089851]   with environment:
[    1.089851]     HOME=/
[    1.089852]     TERM=linux
[    1.151721] udevd[161]: starting version 3.2.12
[    1.154193] udevd[161]: specified group 'sgx' unknown
[    1.157680] udevd[162]: starting eudev-3.2.12
[    1.193487] usb 1-2: new high-speed USB device number 3 using ehci-pci
[    1.335041] 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.387783] 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.449760] EXT4-fs (vda): re-mounted. Quota mode: disabled.
[    1.731537] 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         405732 109021    270410  29% /
devtmpfs          498912      0    498912   0% /dev
tmpfs             501052    140    500912   1% /run
tmpfs             501052    136    500916   1% /var/volatile
              total        used        free      shared  buff/cache   available
Mem:        1002104       39456      896868        4276       65780      938592
Swap:             0           0           0
DURATION: 23
END: /usr/lib/babeltrace2/ptest
2023-07-19T01:19
STOP: ptest-runner
TOTAL: 1 FAIL: 0