Artifact vera++_1.2.1-2_arm64-2024-11-18T19:44:01Z

Metadata
bd_uninstallable: null
filename: vera++_1.2.1-2_arm64-2024-11-18T19:44:01Z.build
source: vera++
version: 1.2.1-2

File

vera++_1.2.1-2_arm64-2024-11-18T19:44:01Z.build
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-05.freexian.com

+==============================================================================+
| vera++ 1.2.1-2 (arm64)                       Mon, 18 Nov 2024 19:44:01 +0000 |
+==============================================================================+

Package: vera++
Version: 1.2.1-2
Source Version: 1.2.1-2
Distribution: sid
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: binary

I: No tarballs found in /var/lib/debusine/worker/.cache/sbuild
Unpacking /var/lib/debusine/worker/system-images/957781/system.tar.xz to /tmp/tmp.sbuild.j8ID6pQ70A...
I: NOTICE: Log filtering will replace 'sbuild-unshare-dummy-location' with '<<CHROOT>>'

+------------------------------------------------------------------------------+
| Chroot Setup Commands                                                        |
+------------------------------------------------------------------------------+


rm -f /etc/resolv.conf
----------------------


I: Finished running 'rm -f /etc/resolv.conf'.

Finished processing commands.
--------------------------------------------------------------------------------
Copying /tmp/debusine-fetch-exec-upload-geyyzq2d/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-geyyzq2d/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-geyyzq2d/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-geyyzq2d/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-geyyzq2d/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-geyyzq2d/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-geyyzq2d/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/vera++-HBA1XJ/resolver-wRWZ1y' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ InRelease
Ign:1 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ InRelease
Get:2 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ Release [606 B]
Get:2 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ Release [606 B]
Get:3 http://deb.debian.org/debian sid InRelease [202 kB]
Get:4 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ Release.gpg
Ign:4 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ Release.gpg
Get:5 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ Packages [9246 B]
Get:6 http://deb.debian.org/debian sid/main arm64 Packages [9956 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 Components [4906 kB]
Fetched 15.1 MB in 2s (6318 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  apt bsdextrautils bsdutils debianutils diffstat dpkg dpkg-dev
  libapt-pkg6.0t64 libaudit-common libaudit1 libblkid1 libbrotli1 libcap-ng0
  libdpkg-perl libglib2.0-0t64 libmarkdown2 libmount1 libpcre2-8-0 libseccomp2
  libselinux1 libsemanage2 libsmartcols1 libsystemd0 libudev1 libuuid1 libxml2
  login login.defs mount passwd util-linux
31 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 9307 kB/12.8 MB of archives.
After this operation, 603 kB disk space will be freed.
Get:1 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ dpkg 1.22.12~1.gbp82cafd [1513 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 bsdutils arm64 1:2.40.2-11 [104 kB]
Get:3 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ dpkg-dev 1.22.12~1.gbp82cafd [1337 kB]
Get:4 file:/build/vera++-HBA1XJ/resolver-hrTtOJ/apt_archive ./ libdpkg-perl 1.22.12~1.gbp82cafd [647 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 debianutils arm64 5.21 [92.1 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 libsystemd0 arm64 257~rc2-3 [416 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libudev1 arm64 257~rc2-3 [139 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libapt-pkg6.0t64 arm64 2.9.11 [921 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 bsdextrautils arm64 2.40.2-11 [91.2 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libblkid1 arm64 2.40.2-11 [162 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libmount1 arm64 2.40.2-11 [190 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libsmartcols1 arm64 2.40.2-11 [135 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 mount arm64 2.40.2-11 [153 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libuuid1 arm64 2.40.2-11 [35.7 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 util-linux arm64 2.40.2-11 [1170 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libpcre2-8-0 arm64 10.44-4 [243 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libselinux1 arm64 3.7-3+b1 [72.1 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 libseccomp2 arm64 2.5.5-1+b3 [46.8 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 apt arm64 2.9.11 [1287 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libaudit-common all 1:4.0.2-2 [12.7 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libcap-ng0 arm64 0.8.5-3+b1 [17.0 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libaudit1 arm64 1:4.0.2-2 [54.2 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 login arm64 1:4.16.0-2+really2.40.2-11 [80.0 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 login.defs all 1:4.16.0-5 [185 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libsemanage2 arm64 3.7-2+b1 [84.5 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 passwd arm64 1:4.16.0-5 [1210 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 diffstat arm64 1.67-1 [32.6 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 libbrotli1 arm64 1.1.0-2+b6 [297 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 libglib2.0-0t64 arm64 2.82.2-3 [1411 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 libmarkdown2 arm64 2.2.7-2.1 [33.1 kB]
Get:31 http://deb.debian.org/debian sid/main arm64 libxml2 arm64 2.12.7+dfsg+really2.9.14-0.2+b1 [630 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 9307 kB in 0s (31.4 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.2-11_arm64.deb ...
Unpacking bsdutils (1:2.40.2-11) over (1:2.40.2-10) ...
Setting up bsdutils (1:2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../debianutils_5.21_arm64.deb ...
Unpacking debianutils (5.21) over (5.20+b1) ...
Setting up debianutils (5.21) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libsystemd0_257~rc2-3_arm64.deb ...
Unpacking libsystemd0:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libsystemd0:arm64 (257~rc2-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libudev1_257~rc2-3_arm64.deb ...
Unpacking libudev1:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libudev1:arm64 (257~rc2-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0t64_2.9.11_arm64.deb ...
Unpacking libapt-pkg6.0t64:arm64 (2.9.11) over (2.9.10) ...
Setting up libapt-pkg6.0t64:arm64 (2.9.11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../dpkg_1.22.12~1.gbp82cafd_arm64.deb ...
Unpacking dpkg (1.22.12~1.gbp82cafd) over (1.22.11) ...
Setting up dpkg (1.22.12~1.gbp82cafd) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17127 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.40.2-11_arm64.deb ...
Unpacking bsdextrautils (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libblkid1_2.40.2-11_arm64.deb ...
Unpacking libblkid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libblkid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.2-11_arm64.deb ...
Unpacking libmount1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libmount1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.2-11_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libsmartcols1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../mount_2.40.2-11_arm64.deb ...
Unpacking mount (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libuuid1_2.40.2-11_arm64.deb ...
Unpacking libuuid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libuuid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.2-11_arm64.deb ...
Unpacking util-linux (2.40.2-11) over (2.40.2-10) ...
Setting up util-linux (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libpcre2-8-0_10.44-4_arm64.deb ...
Unpacking libpcre2-8-0:arm64 (10.44-4) over (10.42-4+b2) ...
Setting up libpcre2-8-0:arm64 (10.44-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17119 files and directories currently installed.)
Preparing to unpack .../libselinux1_3.7-3+b1_arm64.deb ...
Unpacking libselinux1:arm64 (3.7-3+b1) over (3.7-3) ...
Setting up libselinux1:arm64 (3.7-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libseccomp2_2.5.5-1+b3_arm64.deb ...
Unpacking libseccomp2:arm64 (2.5.5-1+b3) over (2.5.5-1+b2) ...
Setting up libseccomp2:arm64 (2.5.5-1+b3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.9.11_arm64.deb ...
Unpacking apt (2.9.11) over (2.9.10) ...
Setting up apt (2.9.11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libaudit-common_1%3a4.0.2-2_all.deb ...
Unpacking libaudit-common (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit-common (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libcap-ng0_0.8.5-3+b1_arm64.deb ...
Unpacking libcap-ng0:arm64 (0.8.5-3+b1) over (0.8.5-3) ...
Setting up libcap-ng0:arm64 (0.8.5-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../libaudit1_1%3a4.0.2-2_arm64.deb ...
Unpacking libaudit1:arm64 (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit1:arm64 (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../00-login_1%3a4.16.0-2+really2.40.2-11_arm64.deb ...
Unpacking login (1:4.16.0-2+really2.40.2-11) over (1:4.16.0-2+really2.40.2-10) ...
Preparing to unpack .../01-login.defs_1%3a4.16.0-5_all.deb ...
Unpacking login.defs (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../02-libsemanage2_3.7-2+b1_arm64.deb ...
Unpacking libsemanage2:arm64 (3.7-2+b1) over (3.7-2) ...
Preparing to unpack .../03-passwd_1%3a4.16.0-5_arm64.deb ...
Unpacking passwd (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../04-diffstat_1.67-1_arm64.deb ...
Unpacking diffstat (1.67-1) over (1.66-1+b1) ...
Preparing to unpack .../05-dpkg-dev_1.22.12~1.gbp82cafd_all.deb ...
Unpacking dpkg-dev (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../06-libdpkg-perl_1.22.12~1.gbp82cafd_all.deb ...
Unpacking libdpkg-perl (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../07-libbrotli1_1.1.0-2+b6_arm64.deb ...
Unpacking libbrotli1:arm64 (1.1.0-2+b6) over (1.1.0-2+b5) ...
Preparing to unpack .../08-libglib2.0-0t64_2.82.2-3_arm64.deb ...
Unpacking libglib2.0-0t64:arm64 (2.82.2-3) over (2.82.2-2) ...
Preparing to unpack .../09-libmarkdown2_2.2.7-2.1_arm64.deb ...
Unpacking libmarkdown2:arm64 (2.2.7-2.1) over (2.2.7-2+b1) ...
Preparing to unpack .../10-libxml2_2.12.7+dfsg+really2.9.14-0.2+b1_arm64.deb ...
Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) over (2.12.7+dfsg+really2.9.14-0.1) ...
Setting up bsdextrautils (2.40.2-11) ...
Setting up login.defs (1:4.16.0-5) ...
Installing new version of config file /etc/login.defs ...
Setting up libbrotli1:arm64 (1.1.0-2+b6) ...
Setting up libglib2.0-0t64:arm64 (2.82.2-3) ...
No schema files found: doing nothing.
Setting up diffstat (1.67-1) ...
Setting up libdpkg-perl (1.22.12~1.gbp82cafd) ...
Setting up mount (2.40.2-11) ...
Setting up libsemanage2:arm64 (3.7-2+b1) ...
Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up libmarkdown2:arm64 (2.2.7-2.1) ...
Setting up login (1:4.16.0-2+really2.40.2-11) ...
Setting up dpkg-dev (1.22.12~1.gbp82cafd) ...
Setting up passwd (1:4.16.0-5) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/tmp/debusine-fetch-exec-upload-geyyzq2d/vera++_1.2.1-2.dsc exists in /tmp/debusine-fetch-exec-upload-geyyzq2d; copying to chroot
I: NOTICE: Log filtering will replace 'build/vera++-HBA1XJ/vera++-1.2.1' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/vera++-HBA1XJ' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper (>= 9), libboost-dev (>= 1.42), tcl-dev (>= 8), libboost-wave-dev (>= 1.42), libboost-thread-dev (>= 1.42), libboost-system-dev (>= 1.42), libboost-program-options-dev (>= 1.42), cmake, build-essential, fakeroot
Filtered Build-Depends: debhelper (>= 9), libboost-dev (>= 1.42), tcl-dev (>= 8), libboost-wave-dev (>= 1.42), libboost-thread-dev (>= 1.42), libboost-system-dev (>= 1.42), libboost-program-options-dev (>= 1.42), cmake, build-essential, fakeroot
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [609 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [788 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [820 B]
Fetched 2217 B in 0s (199 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cmake cmake-data
  cpp cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper
  dh-autoreconf dh-strip-nondeterminism dwz fakeroot g++ g++-14
  g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-14
  gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu libarchive13t64 libasan8
  libboost-atomic1.83-dev libboost-atomic1.83.0 libboost-chrono1.83-dev
  libboost-chrono1.83.0t64 libboost-date-time1.83-dev libboost-date-time1.83.0
  libboost-dev libboost-filesystem1.83-dev libboost-filesystem1.83.0
  libboost-program-options-dev libboost-program-options1.83-dev
  libboost-program-options1.83.0 libboost-serialization1.83-dev
  libboost-serialization1.83.0 libboost-system-dev libboost-system1.83-dev
  libboost-system1.83.0 libboost-thread-dev libboost-thread1.83-dev
  libboost-thread1.83.0 libboost-wave-dev libboost-wave1.83-dev
  libboost-wave1.83.0 libboost1.83-dev libc-dev-bin libc6-dev libcc1-0
  libcrypt-dev libcurl4t64 libdebhelper-perl libelf1t64 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0 libisl23 libitm1
  libjsoncpp26 liblsan0 libmpc3 libmpfr6 libncursesw6 libproc2-0 librhash1
  libstdc++-14-dev libtcl8.6 libtool libtsan2 libubsan1 libuv1t64
  linux-libc-dev m4 po-debconf procps rpcsvc-proto tcl tcl-dev tcl8.6
  tcl8.6-dev zlib1g-dev
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc cmake-doc cmake-format
  elpa-cmake-mode ninja-build cpp-doc gcc-14-locales cpp-14-doc dh-make
  gcc-14-doc gcc-multilib manpages-dev flex bison gdb gcc-doc
  gdb-aarch64-linux-gnu lrzip libboost-doc libboost1.83-doc
  libboost-container1.83-dev libboost-context1.83-dev
  libboost-contract1.83-dev libboost-coroutine1.83-dev
  libboost-exception1.83-dev libboost-fiber1.83-dev
  libboost-graph-parallel1.83-dev libboost-graph1.83-dev
  libboost-iostreams1.83-dev libboost-json1.83-dev libboost-locale1.83-dev
  libboost-log1.83-dev libboost-math1.83-dev libboost-mpi-python1.83-dev
  libboost-mpi1.83-dev libboost-nowide1.83-dev libboost-numpy1.83-dev
  libboost-python1.83-dev libboost-random1.83-dev libboost-regex1.83-dev
  libboost-stacktrace1.83-dev libboost-test1.83-dev libboost-timer1.83-dev
  libboost-type-erasure1.83-dev libboost-url1.83-dev libboost1.83-tools-dev
  libmpfrc++-dev libntl-dev libc-devtools glibc-doc libstdc++-14-doc
  libtool-doc gfortran | fortran95-compiler gcj-jdk m4-doc libmail-box-perl
  tcl-doc tcl-tclreadline tcl8.6-doc
Recommended packages:
  manpages manpages-dev libarchive-cpio-perl libgpm2 libltdl-dev
  libmail-sendmail-perl psmisc linux-sysctl-defaults
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cmake cmake-data
  cpp cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper
  dh-autoreconf dh-strip-nondeterminism dwz fakeroot g++ g++-14
  g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-14
  gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu libarchive13t64 libasan8
  libboost-atomic1.83-dev libboost-atomic1.83.0 libboost-chrono1.83-dev
  libboost-chrono1.83.0t64 libboost-date-time1.83-dev libboost-date-time1.83.0
  libboost-dev libboost-filesystem1.83-dev libboost-filesystem1.83.0
  libboost-program-options-dev libboost-program-options1.83-dev
  libboost-program-options1.83.0 libboost-serialization1.83-dev
  libboost-serialization1.83.0 libboost-system-dev libboost-system1.83-dev
  libboost-system1.83.0 libboost-thread-dev libboost-thread1.83-dev
  libboost-thread1.83.0 libboost-wave-dev libboost-wave1.83-dev
  libboost-wave1.83.0 libboost1.83-dev libc-dev-bin libc6-dev libcc1-0
  libcrypt-dev libcurl4t64 libdebhelper-perl libelf1t64 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0 libisl23 libitm1
  libjsoncpp26 liblsan0 libmpc3 libmpfr6 libncursesw6 libproc2-0 librhash1
  libstdc++-14-dev libtcl8.6 libtool libtsan2 libubsan1 libuv1t64
  linux-libc-dev m4 po-debconf procps rpcsvc-proto
  sbuild-build-depends-main-dummy tcl tcl-dev tcl8.6 tcl8.6-dev zlib1g-dev
0 upgraded, 88 newly installed, 0 to remove and 0 not upgraded.
Need to get 94.2 MB of archives.
After this operation, 517 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [936 B]
Get:2 http://deb.debian.org/debian sid/main arm64 libncursesw6 arm64 6.5-2+b1 [125 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 libproc2-0 arm64 2:4.0.4-6 [62.3 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 procps arm64 2:4.0.4-6 [872 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.9-1 [2459 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:20 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:21 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:22 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:31 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:33 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:34 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:35 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:36 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:37 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:38 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:39 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:40 http://deb.debian.org/debian sid/main arm64 cmake-data all 3.31.0-1 [2265 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 libarchive13t64 arm64 3.7.4-1.1 [323 kB]
Get:42 http://deb.debian.org/debian sid/main arm64 libcurl4t64 arm64 8.11.0-1 [322 kB]
Get:43 http://deb.debian.org/debian sid/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:44 http://deb.debian.org/debian sid/main arm64 libjsoncpp26 arm64 1.9.6-2 [73.1 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 librhash1 arm64 1.4.5-1 [129 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 libuv1t64 arm64 1.48.0-7 [143 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 cmake arm64 3.31.0-1 [9874 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:49 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:50 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:51 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:52 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:53 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:54 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:55 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:56 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:57 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:58 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:59 http://deb.debian.org/debian sid/main arm64 libboost1.83-dev arm64 1.83.0-3.2+b1 [10.6 MB]
Get:60 http://deb.debian.org/debian sid/main arm64 libboost-atomic1.83.0 arm64 1.83.0-3.2+b1 [234 kB]
Get:61 http://deb.debian.org/debian sid/main arm64 libboost-atomic1.83-dev arm64 1.83.0-3.2+b1 [234 kB]
Get:62 http://deb.debian.org/debian sid/main arm64 libboost-chrono1.83.0t64 arm64 1.83.0-3.2+b1 [239 kB]
Get:63 http://deb.debian.org/debian sid/main arm64 libboost-chrono1.83-dev arm64 1.83.0-3.2+b1 [245 kB]
Get:64 http://deb.debian.org/debian sid/main arm64 libboost-date-time1.83.0 arm64 1.83.0-3.2+b1 [230 kB]
Get:65 http://deb.debian.org/debian sid/main arm64 libboost-serialization1.83.0 arm64 1.83.0-3.2+b1 [325 kB]
Get:66 http://deb.debian.org/debian sid/main arm64 libboost-serialization1.83-dev arm64 1.83.0-3.2+b1 [374 kB]
Get:67 http://deb.debian.org/debian sid/main arm64 libboost-date-time1.83-dev arm64 1.83.0-3.2+b1 [239 kB]
Get:68 http://deb.debian.org/debian sid/main arm64 libboost-dev arm64 1.83.0.2+b2 [3828 B]
Get:69 http://deb.debian.org/debian sid/main arm64 libboost-filesystem1.83.0 arm64 1.83.0-3.2+b1 [273 kB]
Get:70 http://deb.debian.org/debian sid/main arm64 libboost-system1.83.0 arm64 1.83.0-3.2+b1 [231 kB]
Get:71 http://deb.debian.org/debian sid/main arm64 libboost-system1.83-dev arm64 1.83.0-3.2+b1 [232 kB]
Get:72 http://deb.debian.org/debian sid/main arm64 libboost-filesystem1.83-dev arm64 1.83.0-3.2+b1 [293 kB]
Get:73 http://deb.debian.org/debian sid/main arm64 libboost-program-options1.83.0 arm64 1.83.0-3.2+b1 [331 kB]
Get:74 http://deb.debian.org/debian sid/main arm64 libboost-program-options1.83-dev arm64 1.83.0-3.2+b1 [369 kB]
Get:75 http://deb.debian.org/debian sid/main arm64 libboost-program-options-dev arm64 1.83.0.2+b2 [3600 B]
Get:76 http://deb.debian.org/debian sid/main arm64 libboost-system-dev arm64 1.83.0.2+b2 [3720 B]
Get:77 http://deb.debian.org/debian sid/main arm64 libboost-thread1.83.0 arm64 1.83.0-3.2+b1 [266 kB]
Get:78 http://deb.debian.org/debian sid/main arm64 libboost-thread1.83-dev arm64 1.83.0-3.2+b1 [276 kB]
Get:79 http://deb.debian.org/debian sid/main arm64 libboost-thread-dev arm64 1.83.0.2+b2 [3616 B]
Get:80 http://deb.debian.org/debian sid/main arm64 libboost-wave1.83.0 arm64 1.83.0-3.2+b1 [416 kB]
Get:81 http://deb.debian.org/debian sid/main arm64 libboost-wave1.83-dev arm64 1.83.0-3.2+b1 [492 kB]
Get:82 http://deb.debian.org/debian sid/main arm64 libboost-wave-dev arm64 1.83.0.2+b2 [3616 B]
Get:83 http://deb.debian.org/debian sid/main arm64 libtcl8.6 arm64 8.6.15+dfsg-2 [982 kB]
Get:84 http://deb.debian.org/debian sid/main arm64 tcl8.6 arm64 8.6.15+dfsg-2 [121 kB]
Get:85 http://deb.debian.org/debian sid/main arm64 tcl arm64 8.6.14 [4032 B]
Get:86 http://deb.debian.org/debian sid/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.1-1+b1 [917 kB]
Get:87 http://deb.debian.org/debian sid/main arm64 tcl8.6-dev arm64 8.6.15+dfsg-2 [1009 kB]
Get:88 http://deb.debian.org/debian sid/main arm64 tcl-dev arm64 8.6.14 [6572 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 94.2 MB in 1s (103 MB/s)
Selecting previously unselected package libncursesw6:arm64.
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../00-libncursesw6_6.5-2+b1_arm64.deb ...
Unpacking libncursesw6:arm64 (6.5-2+b1) ...
Selecting previously unselected package libproc2-0:arm64.
Preparing to unpack .../01-libproc2-0_2%3a4.0.4-6_arm64.deb ...
Unpacking libproc2-0:arm64 (2:4.0.4-6) ...
Selecting previously unselected package procps.
Preparing to unpack .../02-procps_2%3a4.0.4-6_arm64.deb ...
Unpacking procps (2:4.0.4-6) ...
Selecting previously unselected package m4.
Preparing to unpack .../03-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../04-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../05-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../06-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../07-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../08-libc-dev-bin_2.40-3_arm64.deb ...
Unpacking libc-dev-bin (2.40-3) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../09-linux-libc-dev_6.11.9-1_all.deb ...
Unpacking linux-libc-dev (6.11.9-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../10-libcrypt-dev_1%3a4.4.36-5_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.36-5) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../11-rpcsvc-proto_1.4.3-1+b1_arm64.deb ...
Unpacking rpcsvc-proto (1.4.3-1+b1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../12-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../13-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../14-libmpfr6_4.2.1-1+b2_arm64.deb ...
Unpacking libmpfr6:arm64 (4.2.1-1+b2) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../15-libmpc3_1.3.1-1+b3_arm64.deb ...
Unpacking libmpc3:arm64 (1.3.1-1+b3) ...
Selecting previously unselected package cpp-14-aarch64-linux-gnu.
Preparing to unpack .../16-cpp-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../17-cpp-14_14.2.0-8_arm64.deb ...
Unpacking cpp-14 (14.2.0-8) ...
Selecting previously unselected package cpp-aarch64-linux-gnu.
Preparing to unpack .../18-cpp-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../19-cpp_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../20-libcc1-0_14.2.0-8_arm64.deb ...
Unpacking libcc1-0:arm64 (14.2.0-8) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../21-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../22-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../23-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../24-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../25-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../26-libhwasan0_14.2.0-8_arm64.deb ...
Unpacking libhwasan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libgcc-14-dev:arm64.
Preparing to unpack .../27-libgcc-14-dev_14.2.0-8_arm64.deb ...
Unpacking libgcc-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package gcc-14-aarch64-linux-gnu.
Preparing to unpack .../28-gcc-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../29-gcc-14_14.2.0-8_arm64.deb ...
Unpacking gcc-14 (14.2.0-8) ...
Selecting previously unselected package gcc-aarch64-linux-gnu.
Preparing to unpack .../30-gcc-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../31-gcc_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package libstdc++-14-dev:arm64.
Preparing to unpack .../32-libstdc++-14-dev_14.2.0-8_arm64.deb ...
Unpacking libstdc++-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package g++-14-aarch64-linux-gnu.
Preparing to unpack .../33-g++-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking g++-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package g++-14.
Preparing to unpack .../34-g++-14_14.2.0-8_arm64.deb ...
Unpacking g++-14 (14.2.0-8) ...
Selecting previously unselected package g++-aarch64-linux-gnu.
Preparing to unpack .../35-g++-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking g++-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package g++.
Preparing to unpack .../36-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../37-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../38-cmake-data_3.31.0-1_all.deb ...
Unpacking cmake-data (3.31.0-1) ...
Selecting previously unselected package libarchive13t64:arm64.
Preparing to unpack .../39-libarchive13t64_3.7.4-1.1_arm64.deb ...
Unpacking libarchive13t64:arm64 (3.7.4-1.1) ...
Selecting previously unselected package libcurl4t64:arm64.
Preparing to unpack .../40-libcurl4t64_8.11.0-1_arm64.deb ...
Unpacking libcurl4t64:arm64 (8.11.0-1) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../41-libexpat1_2.6.4-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.4-1) ...
Selecting previously unselected package libjsoncpp26:arm64.
Preparing to unpack .../42-libjsoncpp26_1.9.6-2_arm64.deb ...
Unpacking libjsoncpp26:arm64 (1.9.6-2) ...
Selecting previously unselected package librhash1:arm64.
Preparing to unpack .../43-librhash1_1.4.5-1_arm64.deb ...
Unpacking librhash1:arm64 (1.4.5-1) ...
Selecting previously unselected package libuv1t64:arm64.
Preparing to unpack .../44-libuv1t64_1.48.0-7_arm64.deb ...
Unpacking libuv1t64:arm64 (1.48.0-7) ...
Selecting previously unselected package cmake.
Preparing to unpack .../45-cmake_3.31.0-1_arm64.deb ...
Unpacking cmake (3.31.0-1) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../46-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../47-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../48-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../49-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../50-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:arm64.
Preparing to unpack .../51-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../52-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../53-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../54-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../55-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../56-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package libboost1.83-dev:arm64.
Preparing to unpack .../57-libboost1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-atomic1.83.0:arm64.
Preparing to unpack .../58-libboost-atomic1.83.0_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-atomic1.83.0:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-atomic1.83-dev:arm64.
Preparing to unpack .../59-libboost-atomic1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-atomic1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-chrono1.83.0t64:arm64.
Preparing to unpack .../60-libboost-chrono1.83.0t64_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-chrono1.83.0t64:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-chrono1.83-dev:arm64.
Preparing to unpack .../61-libboost-chrono1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-chrono1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-date-time1.83.0:arm64.
Preparing to unpack .../62-libboost-date-time1.83.0_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-date-time1.83.0:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-serialization1.83.0:arm64.
Preparing to unpack .../63-libboost-serialization1.83.0_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-serialization1.83.0:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-serialization1.83-dev:arm64.
Preparing to unpack .../64-libboost-serialization1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-serialization1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-date-time1.83-dev:arm64.
Preparing to unpack .../65-libboost-date-time1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-date-time1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-dev:arm64.
Preparing to unpack .../66-libboost-dev_1.83.0.2+b2_arm64.deb ...
Unpacking libboost-dev:arm64 (1.83.0.2+b2) ...
Selecting previously unselected package libboost-filesystem1.83.0:arm64.
Preparing to unpack .../67-libboost-filesystem1.83.0_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-filesystem1.83.0:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-system1.83.0:arm64.
Preparing to unpack .../68-libboost-system1.83.0_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-system1.83.0:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-system1.83-dev:arm64.
Preparing to unpack .../69-libboost-system1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-system1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-filesystem1.83-dev:arm64.
Preparing to unpack .../70-libboost-filesystem1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-filesystem1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-program-options1.83.0:arm64.
Preparing to unpack .../71-libboost-program-options1.83.0_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-program-options1.83.0:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-program-options1.83-dev:arm64.
Preparing to unpack .../72-libboost-program-options1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-program-options1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-program-options-dev:arm64.
Preparing to unpack .../73-libboost-program-options-dev_1.83.0.2+b2_arm64.deb ...
Unpacking libboost-program-options-dev:arm64 (1.83.0.2+b2) ...
Selecting previously unselected package libboost-system-dev:arm64.
Preparing to unpack .../74-libboost-system-dev_1.83.0.2+b2_arm64.deb ...
Unpacking libboost-system-dev:arm64 (1.83.0.2+b2) ...
Selecting previously unselected package libboost-thread1.83.0:arm64.
Preparing to unpack .../75-libboost-thread1.83.0_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-thread1.83.0:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-thread1.83-dev:arm64.
Preparing to unpack .../76-libboost-thread1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-thread1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-thread-dev:arm64.
Preparing to unpack .../77-libboost-thread-dev_1.83.0.2+b2_arm64.deb ...
Unpacking libboost-thread-dev:arm64 (1.83.0.2+b2) ...
Selecting previously unselected package libboost-wave1.83.0:arm64.
Preparing to unpack .../78-libboost-wave1.83.0_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-wave1.83.0:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-wave1.83-dev:arm64.
Preparing to unpack .../79-libboost-wave1.83-dev_1.83.0-3.2+b1_arm64.deb ...
Unpacking libboost-wave1.83-dev:arm64 (1.83.0-3.2+b1) ...
Selecting previously unselected package libboost-wave-dev:arm64.
Preparing to unpack .../80-libboost-wave-dev_1.83.0.2+b2_arm64.deb ...
Unpacking libboost-wave-dev:arm64 (1.83.0.2+b2) ...
Selecting previously unselected package libtcl8.6:arm64.
Preparing to unpack .../81-libtcl8.6_8.6.15+dfsg-2_arm64.deb ...
Unpacking libtcl8.6:arm64 (8.6.15+dfsg-2) ...
Selecting previously unselected package tcl8.6.
Preparing to unpack .../82-tcl8.6_8.6.15+dfsg-2_arm64.deb ...
Unpacking tcl8.6 (8.6.15+dfsg-2) ...
Selecting previously unselected package tcl.
Preparing to unpack .../83-tcl_8.6.14_arm64.deb ...
Unpacking tcl (8.6.14) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../84-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Selecting previously unselected package tcl8.6-dev:arm64.
Preparing to unpack .../85-tcl8.6-dev_8.6.15+dfsg-2_arm64.deb ...
Unpacking tcl8.6-dev:arm64 (8.6.15+dfsg-2) ...
Selecting previously unselected package tcl-dev:arm64.
Preparing to unpack .../86-tcl-dev_8.6.14_arm64.deb ...
Unpacking tcl-dev:arm64 (8.6.14) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../87-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libexpat1:arm64 (2.6.4-1) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up libboost-program-options1.83.0:arm64 (1.83.0-3.2+b1) ...
Setting up libboost-date-time1.83.0:arm64 (1.83.0-3.2+b1) ...
Setting up libcurl4t64:arm64 (8.11.0-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.20) ...
Setting up libboost-system1.83.0:arm64 (1.83.0-3.2+b1) ...
Setting up libuv1t64:arm64 (1.48.0-7) ...
Setting up linux-libc-dev (6.11.9-1) ...
Setting up libboost-thread1.83.0:arm64 (1.83.0-3.2+b1) ...
Setting up m4 (1.4.19-4) ...
Setting up libboost-filesystem1.83.0:arm64 (1.83.0-3.2+b1) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up libboost-atomic1.83.0:arm64 (1.83.0-3.2+b1) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libboost-serialization1.83.0:arm64 (1.83.0-3.2+b1) ...
Setting up autotools-dev (20220109.1) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up libboost-chrono1.83.0t64:arm64 (1.83.0-3.2+b1) ...
Setting up libjsoncpp26:arm64 (1.9.6-2) ...
Setting up libproc2-0:arm64 (2:4.0.4-6) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up libtcl8.6:arm64 (8.6.15+dfsg-2) ...
Setting up autopoint (0.22.5-2) ...
Setting up libncursesw6:arm64 (6.5-2+b1) ...
Setting up autoconf (2.72-3) ...
Setting up libubsan1:arm64 (14.2.0-8) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up procps (2:4.0.4-6) ...
Setting up cmake-data (3.31.0-1) ...
Setting up librhash1:arm64 (1.4.5-1) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up libarchive13t64:arm64 (3.7.4-1.1) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up libitm1:arm64 (14.2.0-8) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up tcl8.6 (8.6.15+dfsg-2) ...
Setting up libboost-wave1.83.0:arm64 (1.83.0-3.2+b1) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up tcl (8.6.14) ...
Setting up cmake (3.31.0-1) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up libboost1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up libboost-chrono1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up libboost-program-options1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up libboost-serialization1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up libboost-program-options-dev:arm64 (1.83.0.2+b2) ...
Setting up libboost-date-time1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up libboost-atomic1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Setting up cpp (4:14.2.0-1) ...
Setting up libboost-dev:arm64 (1.83.0.2+b2) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libboost-system1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up libboost-thread1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up tcl8.6-dev:arm64 (8.6.15+dfsg-2) ...
Setting up libboost-system-dev:arm64 (1.83.0.2+b2) ...
Setting up libboost-filesystem1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up gcc-14 (14.2.0-8) ...
Setting up tcl-dev:arm64 (8.6.14) ...
Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14 (14.2.0-8) ...
Setting up libboost-thread-dev:arm64 (1.83.0.2+b2) ...
Setting up libboost-wave1.83-dev:arm64 (1.83.0-3.2+b1) ...
Setting up libtool (2.4.7-8) ...
Setting up libboost-wave-dev:arm64 (1.83.0.2+b2) ...
Setting up gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up g++ (4:14.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.12) ...
Setting up debhelper (13.20) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (arm64 included in any)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 6.1.0-27-cloud-arm64 #1 SMP Debian 6.1.115-1 (2024-11-01) arm64 (aarch64)
Toolchain package versions: binutils_2.43.1-5 dpkg-dev_1.22.12~1.gbp82cafd g++-14_14.2.0-8 gcc-14_14.2.0-8 libc6-dev_2.40-3 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 linux-libc-dev_6.11.9-1
Package versions: appstream_1.0.3-1+b1 apt_2.9.11 autoconf_2.72-3 automake_1:1.16.5-1.3 autopoint_0.22.5-2 autotools-dev_20220109.1 base-files_13.5 base-passwd_3.6.5 bash_5.2.32-1+b2 binutils_2.43.1-5 binutils-aarch64-linux-gnu_2.43.1-5 binutils-common_2.43.1-5 bsdextrautils_2.40.2-11 bsdutils_1:2.40.2-11 build-essential_12.12 bzip2_1.0.8-6 ca-certificates_20240203 cmake_3.31.0-1 cmake-data_3.31.0-1 coreutils_9.5-1+b1 cpp_4:14.2.0-1 cpp-14_14.2.0-8 cpp-14-aarch64-linux-gnu_14.2.0-8 cpp-aarch64-linux-gnu_4:14.2.0-1 dash_0.5.12-9+b1 debconf_1.5.87 debhelper_13.20 debian-archive-keyring_2023.4 debianutils_5.21 dh-autoreconf_20 dh-strip-nondeterminism_1.14.0-1 diffstat_1.67-1 diffutils_1:3.10-1+b1 dpkg_1.22.12~1.gbp82cafd dpkg-dev_1.22.12~1.gbp82cafd dwz_0.15-1+b1 e2fsprogs_1.47.1-1+b1 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 g++_4:14.2.0-1 g++-14_14.2.0-8 g++-14-aarch64-linux-gnu_14.2.0-8 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-8 gcc-14-aarch64-linux-gnu_14.2.0-8 gcc-14-base_14.2.0-8 gcc-aarch64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 gpg_2.2.45-2 gpgconf_2.2.45-2 gpgv_2.2.45-2 grep_3.11-4+b1 groff-base_1.23.0-5 gzip_1.12-1.1+b1 hostname_3.25 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 iso-codes_4.17.0-1 libacl1_2.3.2-2+b1 libaliased-perl_0.34-3 libappstream5_1.0.3-1+b1 libapt-pkg-perl_0.1.40+b6 libapt-pkg6.0t64_2.9.11 libarchive-zip-perl_1.68-1 libarchive13t64_3.7.4-1.1 libasan8_14.2.0-8 libassuan9_3.0.1-2 libatomic1_14.2.0-8 libattr1_1:2.5.2-2 libaudit-common_1:4.0.2-2 libaudit1_1:4.0.2-2 libb-hooks-endofscope-perl_0.28-1 libb-hooks-op-check-perl_0.22-3+b2 libberkeleydb-perl_0.66-1 libbinutils_2.43.1-5 libblkid1_2.40.2-11 libboost-atomic1.83-dev_1.83.0-3.2+b1 libboost-atomic1.83.0_1.83.0-3.2+b1 libboost-chrono1.83-dev_1.83.0-3.2+b1 libboost-chrono1.83.0t64_1.83.0-3.2+b1 libboost-date-time1.83-dev_1.83.0-3.2+b1 libboost-date-time1.83.0_1.83.0-3.2+b1 libboost-dev_1.83.0.2+b2 libboost-filesystem1.83-dev_1.83.0-3.2+b1 libboost-filesystem1.83.0_1.83.0-3.2+b1 libboost-program-options-dev_1.83.0.2+b2 libboost-program-options1.83-dev_1.83.0-3.2+b1 libboost-program-options1.83.0_1.83.0-3.2+b1 libboost-serialization1.83-dev_1.83.0-3.2+b1 libboost-serialization1.83.0_1.83.0-3.2+b1 libboost-system-dev_1.83.0.2+b2 libboost-system1.83-dev_1.83.0-3.2+b1 libboost-system1.83.0_1.83.0-3.2+b1 libboost-thread-dev_1.83.0.2+b2 libboost-thread1.83-dev_1.83.0-3.2+b1 libboost-thread1.83.0_1.83.0-3.2+b1 libboost-wave-dev_1.83.0.2+b2 libboost-wave1.83-dev_1.83.0-3.2+b1 libboost-wave1.83.0_1.83.0-3.2+b1 libboost1.83-dev_1.83.0-3.2+b1 libbrotli1_1.1.0-2+b6 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libc-bin_2.40-3 libc-dev-bin_2.40-3 libc6_2.40-3 libc6-dev_2.40-3 libcap-ng0_0.8.5-3+b1 libcap2_1:2.66-5+b1 libcapture-tiny-perl_0.48-2 libcc1-0_14.2.0-8 libcgi-pm-perl_4.66-1 libclass-data-inheritable-perl_0.10-1 libclass-inspector-perl_1.36-3 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b4 libclone-perl_0.47-1+b1 libcom-err2_1.47.1-1+b1 libconfig-tiny-perl_2.30-1 libconst-fast-perl_0.014-2 libcpanel-json-xs-perl_4.38-1+b1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.1-5 libctf0_2.43.1-5 libcurl3t64-gnutls_8.11.0-1 libcurl4t64_8.11.0-1 libdata-dpath-perl_0.60-1 libdata-messagepack-perl_1.02-1+b4 libdata-optlist-perl_0.114-1 libdata-validate-domain-perl_0.15-1 libdata-validate-ip-perl_0.31-1 libdata-validate-uri-perl_0.07-3 libdb5.3t64_5.3.28+dfsg2-9 libdebconfclient0_0.273 libdebhelper-perl_13.20 libdevel-callchecker-perl_0.009-1+b1 libdevel-size-perl_0.84-1+b1 libdevel-stacktrace-perl_2.0500-1 libdpkg-perl_1.22.12~1.gbp82cafd libdynaloader-functions-perl_0.004-1 libelf1t64_0.192-4 libemail-address-xs-perl_1.05-1+b4 libencode-locale-perl_1.05-3 libexception-class-perl_1.45-1 libexpat1_2.6.4-1 libext2fs2t64_1.47.1-1+b1 libfakeroot_1.36-1 libffi8_3.4.6-1 libfile-basedir-perl_0.09-2 libfile-find-rule-perl_0.34-3 libfile-listing-perl_6.16-1 libfile-sharedir-perl_1.118-3 libfile-stripnondeterminism-perl_1.14.0-1 libfont-ttf-perl_1.06-2 libgcc-14-dev_14.2.0-8 libgcc-s1_14.2.0-8 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libglib2.0-0t64_2.82.2-3 libgmp10_2:6.3.0+dfsg-2+b2 libgnutls30t64_3.8.8-2 libgomp1_14.2.0-8 libgpg-error0_1.50-4 libgprofng0_2.43.1-5 libgssapi-krb5-2_1.21.3-3 libhogweed6t64_3.10-1+b1 libhtml-form-perl_6.12-1 libhtml-html5-entities-perl_0.004-3 libhtml-parser-perl_3.83-1+b1 libhtml-tagset-perl_3.24-1 libhtml-tokeparser-simple-perl_3.16-4 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.11-1 libhttp-date-perl_6.06-1 libhttp-message-perl_7.00-2 libhttp-negotiate-perl_6.01-2 libhwasan0_14.2.0-8 libicu72_72.1-5+b1 libidn2-0_2.3.7-2+b1 libimport-into-perl_1.002005-2 libio-html-perl_1.004-3 libio-interactive-perl_1.025-1 libio-socket-ssl-perl_2.089-1 libio-string-perl_1.08-4 libipc-run3-perl_0.049-1 libipc-system-simple-perl_1.30-2 libisl23_0.27-1 libiterator-perl_0.03+ds1-2 libiterator-util-perl_0.02+ds1-2 libitm1_14.2.0-8 libjansson4_2.14-2+b3 libjson-maybexs-perl_1.004008-1 libjsoncpp26_1.9.6-2 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-4 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 libldap-2.5-0_2.5.18+dfsg-3+b1 liblist-compare-perl_0.55-2 liblist-someutils-perl_0.59-1 liblist-utilsby-perl_0.12-2 liblsan0_14.2.0-8 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.14-1 liblz1_1.15~pre2-1 liblz4-1_1.9.4-3+b1 liblzma5_5.6.3-1+b1 liblzo2-2_2.10-3+b1 libmagic-mgc_1:5.45-3+b1 libmagic1t64_1:5.45-3+b1 libmarkdown2_2.2.7-2.1 libmd0_1.1.0-2+b1 libmldbm-perl_2.05-4 libmodule-implementation-perl_0.09-2 libmodule-runtime-perl_0.016-2 libmoo-perl_2.005005-1 libmoox-aliases-perl_0.001006-2 libmount1_2.40.2-11 libmouse-perl_2.5.11-1+b1 libmpc3_1.3.1-1+b3 libmpfr6_4.2.1-1+b2 libnamespace-clean-perl_0.27-2 libncursesw6_6.5-2+b1 libnet-domain-tld-perl_1.75-4 libnet-http-perl_6.23-1 libnet-ipv6addr-perl_1.02-1 libnet-netmask-perl_2.0002-2 libnet-ssleay-perl_1.94-2 libnetaddr-ip-perl_4.079+dfsg-2+b4 libnettle8t64_3.10-1+b1 libnghttp2-14_1.64.0-1 libnghttp3-9_1.4.0-1+b1 libngtcp2-16_1.6.0-1 libngtcp2-crypto-gnutls8_1.6.0-1 libnumber-compare-perl_0.03-3 libp11-kit0_0.25.5-2+b1 libpackage-stash-perl_0.40-1 libpam-modules_1.5.3-7+b1 libpam-modules-bin_1.5.3-7+b1 libpam-runtime_1.5.3-7 libpam0g_1.5.3-7+b1 libparams-classify-perl_0.015-2+b4 libparams-util-perl_1.102-3+b1 libpath-tiny-perl_0.146-1 libpcre2-8-0_10.44-4 libperl5.40_5.40.0-7 libperlio-gzip-perl_0.20-1+b4 libperlio-utf8-strict-perl_0.010-1+b3 libpipeline1_1.5.8-1 libproc-processtable-perl_0.636-1+b3 libproc2-0_2:4.0.4-6 libpsl5t64_0.21.2-1.1+b1 libreadline8t64_8.2-5 libregexp-wildcards-perl_1.05-3 librhash1_1.4.5-1 librole-tiny-perl_2.002004-1 librtmp1_2.4+20151223.gitfa8646d.1-2+b5 libsasl2-2_2.1.28+dfsg1-8 libsasl2-modules-db_2.1.28+dfsg1-8 libseccomp2_2.5.5-1+b3 libselinux1_3.7-3+b1 libsemanage-common_3.7-2 libsemanage2_3.7-2+b1 libsepol2_3.7-1 libsereal-decoder-perl_5.004+ds-1+b3 libsereal-encoder-perl_5.004+ds-1+b3 libsframe1_2.43.1-5 libsmartcols1_2.40.2-11 libsort-versions-perl_1.62-3 libsqlite3-0_3.46.1-1 libss2_1.47.1-1+b1 libssh2-1t64_1.11.1-1 libssl3t64_3.3.2-2 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 libstemmer0d_2.2.0-4+b2 libstrictures-perl_2.000006-1 libsub-exporter-perl_0.990-1 libsub-exporter-progressive-perl_0.001013-3 libsub-identify-perl_0.14-3+b3 libsub-install-perl_0.929-1 libsub-name-perl_0.27-1+b3 libsub-quote-perl_2.006008-1 libsyntax-keyword-try-perl_0.30-1+b1 libsystemd0_257~rc2-3 libtasn1-6_4.19.0-3+b3 libtcl8.6_8.6.15+dfsg-2 libterm-readkey-perl_2.38-2+b4 libtext-glob-perl_0.11-3 libtext-levenshteinxs-perl_0.03-5+b4 libtext-markdown-discount-perl_0.16-1+b3 libtext-xslate-perl_3.5.9-2+b1 libtime-duration-perl_1.21-2 libtime-moment-perl_0.44-2+b4 libtimedate-perl_2.3300-2 libtinfo6_6.5-2+b1 libtool_2.4.7-8 libtry-tiny-perl_0.32-1 libtsan2_14.2.0-8 libubsan1_14.2.0-8 libuchardet0_0.0.8-1+b2 libudev1_257~rc2-3 libunicode-utf8-perl_0.62-2+b3 libunistring5_1.2-1+b1 liburi-perl_5.30-1 libuuid1_2.40.2-11 libuv1t64_1.48.0-7 libvariable-magic-perl_0.64-1+b1 libwww-mechanize-perl_2.19-1 libwww-perl_6.77-1 libwww-robotrules-perl_6.02-1 libxml-libxml-perl_2.0207+dfsg+really+2.0134-5+b1 libxml-namespacesupport-perl_1.12-2 libxml-sax-base-perl_1.09-3 libxml-sax-perl_1.02+dfsg-3 libxml2_2.12.7+dfsg+really2.9.14-0.2+b1 libxmlb2_0.3.21-1 libxs-parse-keyword-perl_0.46-1+b1 libxxhash0_0.8.2-2+b2 libyaml-0-2_0.2.5-1+b2 libyaml-libyaml-perl_0.902.0+ds-2+b1 libzstd1_1.5.6+dfsg-1+b1 lintian_2.120.0 linux-libc-dev_6.11.9-1 login_1:4.16.0-2+really2.40.2-11 login.defs_1:4.16.0-5 logsave_1.47.1-1+b1 lzop_1.04-2+b1 m4_1.4.19-4 make_4.3-4.1+b1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 mount_2.40.2-11 ncurses-base_6.5-2 ncurses-bin_6.5-2+b1 netbase_6.4 openssl_3.3.2-2 openssl-provider-legacy_3.3.2-2 passwd_1:4.16.0-5 patch_2.7.6-7+b1 patchutils_0.4.2-1+b1 perl_5.40.0-7 perl-base_5.40.0-7 perl-modules-5.40_5.40.0-7 perl-openssl-defaults_7+b2 plzip_1.11-2 po-debconf_1.0.21+nmu1 procps_2:4.0.4-6 readline-common_8.2-5 rpcsvc-proto_1.4.3-1+b1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-2+b1 sensible-utils_0.0.24 shared-mime-info_2.4-5+b1 sysvinit-utils_3.11-1 t1utils_1.41-4+b1 tar_1.35+dfsg-3+b1 tcl_8.6.14 tcl-dev_8.6.14 tcl8.6_8.6.15+dfsg-2 tcl8.6-dev_8.6.15+dfsg-2 tzdata_2024b-3 ucf_3.0043+nmu1 unzip_6.0-28+b1 util-linux_2.40.2-11 xz-utils_5.6.3-1+b1 zlib1g_1:1.3.dfsg+really1.3.1-1+b1 zlib1g-dev_1:1.3.dfsg+really1.3.1-1+b1

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 3.0 (quilt)
Source: vera++
Binary: vera++
Architecture: any
Version: 1.2.1-2
Maintainer: Vincent Hobeïka <vincent.hobeika@gmail.com>
Homepage: https://bitbucket.org/verateam/vera/wiki/Home
Standards-Version: 3.9.5
Vcs-Browser: https://bitbucket.org/verateam/vera/src
Vcs-Git: https://bitbucket.org/verateam/vera.git
Build-Depends: debhelper (>= 9), libboost-dev (>= 1.42), tcl-dev (>= 8), libboost-wave-dev (>= 1.42), libboost-thread-dev (>= 1.42), libboost-system-dev (>= 1.42), libboost-program-options-dev (>= 1.42), cmake
Package-List: 
 vera++ deb devel extra
Checksums-Sha1: 
 0bf7d463dabe41c2069dbe2fa4f7fca192cb7d6e 72539 vera++_1.2.1.orig.tar.gz
 1fae3b17223e0b3515216341441fe8270f9deff6 16968 vera++_1.2.1-2.debian.tar.xz
Checksums-Sha256: 
 99b123c8f6d0f4fe9ee90397c461179066a36ed0d598d95e015baf2d3b56956b 72539 vera++_1.2.1.orig.tar.gz
 51cf4bd4b611da2fa74fb58fe0aee180563aaba6362113baaf92573e83ee43b4 16968 vera++_1.2.1-2.debian.tar.xz
Files: 
 a23de16b826da0aeef7f365ba631ea8e 72539 vera++_1.2.1.orig.tar.gz
 d553fba614fdb731d1e3d6de921db4ed 16968 vera++_1.2.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlLxU1YACgkQ02K2KlS5mJC+LACffeV5V3TAO6xghezB3HA2bNM+
rfoAn3iIeObv1AfFWdRsdE7FPcezxqTi
=3BSW
-----END PGP SIGNATURE-----

gpgv: Signature made Tue Feb  4 20:53:42 2014 UTC
gpgv:                using DSA key D362B62A54B99890
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./vera++_1.2.1-2.dsc: no acceptable signature found
dpkg-source: info: extracting vera++ in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking vera++_1.2.1.orig.tar.gz
dpkg-source: info: unpacking vera++_1.2.1-2.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying full_profile

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=debusine-worker
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=debusine-worker

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package vera++
dpkg-buildpackage: info: source version 1.2.1-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Vincent Hobeïka <vincent.hobeika@gmail.com>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean --buildsystem=cmake
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_auto_clean -O--buildsystem=cmake
dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_clean -O--buildsystem=cmake
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
 debian/rules binary
dh binary --buildsystem=cmake
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config -O--buildsystem=cmake
   dh_auto_configure -O--buildsystem=cmake
dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	cd obj-aarch64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu ..
CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Found Tclsh: /bin/tclsh (found version "8.6")
-- Found TCL: /usr/lib/aarch64-linux-gnu/libtcl.so
-- Could NOT find TCLTK (missing: TK_LIBRARY TK_INCLUDE_PATH) 
-- Could NOT find TK (missing: TK_LIBRARY TK_INCLUDE_PATH) 
CMake Warning (dev) at src/CMakeLists.txt:19 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake (found version "1.83.0") found components: program_options system wave
CMake Warning at doc/CMakeLists.txt:4 (message):
  The documentation won't be built because pandoc was not found.


-- Configuring done (1.5s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu
   dh_auto_build -O--buildsystem=cmake
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	cd obj-aarch64-linux-gnu && make -j1 VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/CMakeFiles /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f src/CMakeFiles/vera.dir/build.make src/CMakeFiles/vera.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/CMakeFiles/vera.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f src/CMakeFiles/vera.dir/build.make src/CMakeFiles/vera.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[  4%] Building CXX object src/CMakeFiles/vera.dir/boost_main.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/boost_main.cpp.o -MF CMakeFiles/vera.dir/boost_main.cpp.o.d -o CMakeFiles/vera.dir/boost_main.cpp.o -c /<<PKGBUILDDIR>>/src/boost_main.cpp
[  9%] Building CXX object src/CMakeFiles/vera.dir/legacy_main.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/legacy_main.cpp.o -MF CMakeFiles/vera.dir/legacy_main.cpp.o.d -o CMakeFiles/vera.dir/legacy_main.cpp.o -c /<<PKGBUILDDIR>>/src/legacy_main.cpp
[ 14%] Building CXX object src/CMakeFiles/vera.dir/main.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/main.cpp.o -MF CMakeFiles/vera.dir/main.cpp.o.d -o CMakeFiles/vera.dir/main.cpp.o -c /<<PKGBUILDDIR>>/src/main.cpp
[ 19%] Building CXX object src/CMakeFiles/vera.dir/plugins/Exclusions.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/plugins/Exclusions.cpp.o -MF CMakeFiles/vera.dir/plugins/Exclusions.cpp.o.d -o CMakeFiles/vera.dir/plugins/Exclusions.cpp.o -c /<<PKGBUILDDIR>>/src/plugins/Exclusions.cpp
In file included from /usr/include/boost/smart_ptr/detail/requires_cxx11.hpp:9,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.h:19,
                 from /<<PKGBUILDDIR>>/src/plugins/Exclusions.cpp:11:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
[ 23%] Building CXX object src/CMakeFiles/vera.dir/plugins/Interpreter.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/plugins/Interpreter.cpp.o -MF CMakeFiles/vera.dir/plugins/Interpreter.cpp.o.d -o CMakeFiles/vera.dir/plugins/Interpreter.cpp.o -c /<<PKGBUILDDIR>>/src/plugins/Interpreter.cpp
In file included from /usr/include/boost/smart_ptr/detail/requires_cxx11.hpp:9,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.h:19,
                 from /<<PKGBUILDDIR>>/src/plugins/Interpreter.cpp:15:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
[ 28%] Building CXX object src/CMakeFiles/vera.dir/plugins/Parameters.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/plugins/Parameters.cpp.o -MF CMakeFiles/vera.dir/plugins/Parameters.cpp.o.d -o CMakeFiles/vera.dir/plugins/Parameters.cpp.o -c /<<PKGBUILDDIR>>/src/plugins/Parameters.cpp
[ 33%] Building CXX object src/CMakeFiles/vera.dir/plugins/Profiles.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/plugins/Profiles.cpp.o -MF CMakeFiles/vera.dir/plugins/Profiles.cpp.o.d -o CMakeFiles/vera.dir/plugins/Profiles.cpp.o -c /<<PKGBUILDDIR>>/src/plugins/Profiles.cpp
In file included from /usr/include/boost/smart_ptr/detail/requires_cxx11.hpp:9,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.h:19,
                 from /<<PKGBUILDDIR>>/src/plugins/Profiles.cpp:11:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
[ 38%] Building CXX object src/CMakeFiles/vera.dir/plugins/Reports.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/plugins/Reports.cpp.o -MF CMakeFiles/vera.dir/plugins/Reports.cpp.o.d -o CMakeFiles/vera.dir/plugins/Reports.cpp.o -c /<<PKGBUILDDIR>>/src/plugins/Reports.cpp
[ 42%] Building CXX object src/CMakeFiles/vera.dir/plugins/RootDirectory.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/plugins/RootDirectory.cpp.o -MF CMakeFiles/vera.dir/plugins/RootDirectory.cpp.o.d -o CMakeFiles/vera.dir/plugins/RootDirectory.cpp.o -c /<<PKGBUILDDIR>>/src/plugins/RootDirectory.cpp
[ 47%] Building CXX object src/CMakeFiles/vera.dir/plugins/Rules.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/plugins/Rules.cpp.o -MF CMakeFiles/vera.dir/plugins/Rules.cpp.o.d -o CMakeFiles/vera.dir/plugins/Rules.cpp.o -c /<<PKGBUILDDIR>>/src/plugins/Rules.cpp
[ 52%] Building CXX object src/CMakeFiles/vera.dir/plugins/Transformations.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/plugins/Transformations.cpp.o -MF CMakeFiles/vera.dir/plugins/Transformations.cpp.o.d -o CMakeFiles/vera.dir/plugins/Transformations.cpp.o -c /<<PKGBUILDDIR>>/src/plugins/Transformations.cpp
[ 57%] Building CXX object src/CMakeFiles/vera.dir/plugins/cpptcl-1.1.4/cpptcl.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/plugins/cpptcl-1.1.4/cpptcl.cpp.o -MF CMakeFiles/vera.dir/plugins/cpptcl-1.1.4/cpptcl.cpp.o.d -o CMakeFiles/vera.dir/plugins/cpptcl-1.1.4/cpptcl.cpp.o -c /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.cpp
In file included from /usr/include/boost/smart_ptr/detail/requires_cxx11.hpp:9,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.h:19,
                 from /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.cpp:10:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
[ 61%] Building CXX object src/CMakeFiles/vera.dir/structures/SourceFiles.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/structures/SourceFiles.cpp.o -MF CMakeFiles/vera.dir/structures/SourceFiles.cpp.o.d -o CMakeFiles/vera.dir/structures/SourceFiles.cpp.o -c /<<PKGBUILDDIR>>/src/structures/SourceFiles.cpp
[ 66%] Building CXX object src/CMakeFiles/vera.dir/structures/SourceLines.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/structures/SourceLines.cpp.o -MF CMakeFiles/vera.dir/structures/SourceLines.cpp.o.d -o CMakeFiles/vera.dir/structures/SourceLines.cpp.o -c /<<PKGBUILDDIR>>/src/structures/SourceLines.cpp
[ 71%] Building CXX object src/CMakeFiles/vera.dir/structures/Tokens.cpp.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_WAVE_DYN_LINK -DBOOST_WAVE_NO_LIB -I/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src -isystem /usr/include/tcl -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT src/CMakeFiles/vera.dir/structures/Tokens.cpp.o -MF CMakeFiles/vera.dir/structures/Tokens.cpp.o.d -o CMakeFiles/vera.dir/structures/Tokens.cpp.o -c /<<PKGBUILDDIR>>/src/structures/Tokens.cpp
In file included from /usr/include/boost/wave/wave_config.hpp:17,
                 from /usr/include/boost/wave.hpp:16,
                 from /<<PKGBUILDDIR>>/src/structures/Tokens.cpp:10:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
[ 76%] Linking CXX executable vera++
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/vera.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic -Wl,--dependency-file,CMakeFiles/vera.dir/link.d CMakeFiles/vera.dir/boost_main.cpp.o CMakeFiles/vera.dir/legacy_main.cpp.o CMakeFiles/vera.dir/main.cpp.o CMakeFiles/vera.dir/plugins/Exclusions.cpp.o CMakeFiles/vera.dir/plugins/Interpreter.cpp.o CMakeFiles/vera.dir/plugins/Parameters.cpp.o CMakeFiles/vera.dir/plugins/Profiles.cpp.o CMakeFiles/vera.dir/plugins/Reports.cpp.o CMakeFiles/vera.dir/plugins/RootDirectory.cpp.o CMakeFiles/vera.dir/plugins/Rules.cpp.o CMakeFiles/vera.dir/plugins/Transformations.cpp.o "CMakeFiles/vera.dir/plugins/cpptcl-1.1.4/cpptcl.cpp.o" CMakeFiles/vera.dir/structures/SourceFiles.cpp.o CMakeFiles/vera.dir/structures/SourceLines.cpp.o CMakeFiles/vera.dir/structures/Tokens.cpp.o -o vera++  -ltcl /usr/lib/aarch64-linux-gnu/libboost_program_options.so.1.83.0 /usr/lib/aarch64-linux-gnu/libboost_system.so.1.83.0 /usr/lib/aarch64-linux-gnu/libboost_wave.so.1.83.0 /usr/lib/aarch64-linux-gnu/libboost_chrono.so.1.83.0 /usr/lib/aarch64-linux-gnu/libboost_filesystem.so.1.83.0 /usr/lib/aarch64-linux-gnu/libboost_thread.so.1.83.0 /usr/lib/aarch64-linux-gnu/libboost_atomic.so.1.83.0
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[ 76%] Built target vera
make  -f src/CMakeFiles/style_reports.dir/build.make src/CMakeFiles/style_reports.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/CMakeFiles/style_reports.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f src/CMakeFiles/style_reports.dir/build.make src/CMakeFiles/style_reports.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[ 80%] Checking style with vera++ in src
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && ./vera++ --root /<<PKGBUILDDIR>> --profile default --std-report=- --show-rule --warning --xml-report=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera_report_0.xml /<<PKGBUILDDIR>>/src/boost_main.cpp /<<PKGBUILDDIR>>/src/legacy_main.cpp /<<PKGBUILDDIR>>/src/main.cpp
[ 85%] Checking style with vera++ in src/plugins
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && ./vera++ --root /<<PKGBUILDDIR>> --profile default --std-report=- --show-rule --warning --xml-report=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera_report_1.xml /<<PKGBUILDDIR>>/src/plugins/CurrentRule.h /<<PKGBUILDDIR>>/src/plugins/Exclusions.cpp /<<PKGBUILDDIR>>/src/plugins/Exclusions.h /<<PKGBUILDDIR>>/src/plugins/Interpreter.cpp /<<PKGBUILDDIR>>/src/plugins/Interpreter.h /<<PKGBUILDDIR>>/src/plugins/Parameters.cpp /<<PKGBUILDDIR>>/src/plugins/Parameters.h /<<PKGBUILDDIR>>/src/plugins/Profiles.cpp /<<PKGBUILDDIR>>/src/plugins/Profiles.h /<<PKGBUILDDIR>>/src/plugins/Reports.cpp /<<PKGBUILDDIR>>/src/plugins/Reports.h /<<PKGBUILDDIR>>/src/plugins/RootDirectory.cpp /<<PKGBUILDDIR>>/src/plugins/RootDirectory.h /<<PKGBUILDDIR>>/src/plugins/Rules.cpp /<<PKGBUILDDIR>>/src/plugins/Rules.h /<<PKGBUILDDIR>>/src/plugins/Transformations.cpp /<<PKGBUILDDIR>>/src/plugins/Transformations.h
[ 90%] Checking style with vera++ in src/plugins/cpptcl-1.1.4
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && ./vera++ --root /<<PKGBUILDDIR>> --profile default --std-report=- --show-rule --warning --xml-report=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera_report_2.xml /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.cpp /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.h
[ 95%] Checking style with vera++ in src/plugins/cpptcl-1.1.4/details
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && ./vera++ --root /<<PKGBUILDDIR>> --profile default --std-report=- --show-rule --warning --xml-report=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera_report_3.xml /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/callbacks.h /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/callbacks_v.h /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/constructors.h /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/conversions.h /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/dispatchers.h /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/metahelpers.h /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/methods.h /<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/methods_v.h
[100%] Checking style with vera++ in src/structures
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src && ./vera++ --root /<<PKGBUILDDIR>> --profile default --std-report=- --show-rule --warning --xml-report=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera_report_4.xml /<<PKGBUILDDIR>>/src/structures/SourceFiles.cpp /<<PKGBUILDDIR>>/src/structures/SourceFiles.h /<<PKGBUILDDIR>>/src/structures/SourceLines.cpp /<<PKGBUILDDIR>>/src/structures/SourceLines.h /<<PKGBUILDDIR>>/src/structures/Tokens.cpp /<<PKGBUILDDIR>>/src/structures/Tokens.h
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[100%] Built target style_reports
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/CMakeFiles 0
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
   dh_auto_test -O--buildsystem=cmake
dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	cd obj-aarch64-linux-gnu && make -j1 test ARGS\+=--verbose ARGS\+=-j1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --verbose -j1
UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/DartConfiguration.tcl
Parse Config file:/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/DartConfiguration.tcl
UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/DartConfiguration.tcl
Parse Config file:/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/DartConfiguration.tcl
Test project /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: VeraStyle

1: Test command: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++ "--error" "--root" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/src/boost_main.cpp" "/<<PKGBUILDDIR>>/src/legacy_main.cpp" "/<<PKGBUILDDIR>>/src/main.cpp" "/<<PKGBUILDDIR>>/src/plugins/CurrentRule.h" "/<<PKGBUILDDIR>>/src/plugins/Exclusions.cpp" "/<<PKGBUILDDIR>>/src/plugins/Exclusions.h" "/<<PKGBUILDDIR>>/src/plugins/Interpreter.cpp" "/<<PKGBUILDDIR>>/src/plugins/Interpreter.h" "/<<PKGBUILDDIR>>/src/plugins/Parameters.cpp" "/<<PKGBUILDDIR>>/src/plugins/Parameters.h" "/<<PKGBUILDDIR>>/src/plugins/Profiles.cpp" "/<<PKGBUILDDIR>>/src/plugins/Profiles.h" "/<<PKGBUILDDIR>>/src/plugins/Reports.cpp" "/<<PKGBUILDDIR>>/src/plugins/Reports.h" "/<<PKGBUILDDIR>>/src/plugins/RootDirectory.cpp" "/<<PKGBUILDDIR>>/src/plugins/RootDirectory.h" "/<<PKGBUILDDIR>>/src/plugins/Rules.cpp" "/<<PKGBUILDDIR>>/src/plugins/Rules.h" "/<<PKGBUILDDIR>>/src/plugins/Transformations.cpp" "/<<PKGBUILDDIR>>/src/plugins/Transformations.h" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.cpp" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/cpptcl.h" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/callbacks.h" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/callbacks_v.h" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/constructors.h" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/conversions.h" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/dispatchers.h" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/metahelpers.h" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/methods.h" "/<<PKGBUILDDIR>>/src/plugins/cpptcl-1.1.4/details/methods_v.h" "/<<PKGBUILDDIR>>/src/structures/SourceFiles.cpp" "/<<PKGBUILDDIR>>/src/structures/SourceFiles.h" "/<<PKGBUILDDIR>>/src/structures/SourceLines.cpp" "/<<PKGBUILDDIR>>/src/structures/SourceLines.h" "/<<PKGBUILDDIR>>/src/structures/Tokens.cpp" "/<<PKGBUILDDIR>>/src/structures/Tokens.h"
1: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
1: Test timeout computed to be: 1500
 1/69 Test  #1: VeraStyle ........................   Passed    0.59 sec
test 2
      Start  2: NoRoot

2: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/NoRoot.cmake"
2: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
2: Test timeout computed to be: 1500
2: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "/<<PKGBUILDDIR>>/tests/test.cpp"
2: return value: 1
2: ---output---
2: ---error----
2: error: cannot open profile description for profile default
2: ------------
 2/69 Test  #2: NoRoot ...........................   Passed    0.02 sec
test 3
      Start  3: VeraRootEnvironment

3: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/VeraRootEnvironment.cmake"
3: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
3: Environment variables: 
3:  VERA_ROOT=/<<PKGBUILDDIR>>
3: Test timeout computed to be: 1500
3: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "/<<PKGBUILDDIR>>/tests/test.cpp"
3: return value: 0
3: ---output---
3: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
3: ---error----
3: ------------
 3/69 Test  #3: VeraRootEnvironment ..............   Passed    0.07 sec
test 4
      Start  4: VeraRootCurrentDirectory

4: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/VeraRootCurrentDirectory.cmake"
4: Working Directory: /<<PKGBUILDDIR>>
4: Test timeout computed to be: 1500
4: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "/<<PKGBUILDDIR>>/tests/test.cpp"
4: return value: 0
4: ---output---
4: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
4: ---error----
4: ------------
 4/69 Test  #4: VeraRootCurrentDirectory .........   Passed    0.07 sec
test 5
      Start  5: VeraLegacy

5: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/VeraLegacy.cmake"
5: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
5: Environment variables: 
5:  VERA_LEGACY=ON
5:  VERA_ROOT=/<<PKGBUILDDIR>>
5: Test timeout computed to be: 1500
5: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "/<<PKGBUILDDIR>>/tests/test.cpp"
5: return value: 0
5: ---output---
5: ---error----
5: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
5: ------------
 5/69 Test  #5: VeraLegacy .......................   Passed    0.07 sec
test 6
      Start  6: StdInNoArgs

6: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/StdInNoArgs.cmake"
6: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
6: Test timeout computed to be: 1500
6: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>"
6: return value: 0
6: ---output---
6: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
6: ---error----
6: ------------
 6/69 Test  #6: StdInNoArgs ......................   Passed    0.08 sec
test 7
      Start  7: InputsDash

7: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/InputsDash.cmake"
7: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
7: Test timeout computed to be: 1500
7: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--inputs=-"
7: return value: 0
7: ---output---
7: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
7: ---error----
7: ------------
 7/69 Test  #7: InputsDash .......................   Passed    0.09 sec
test 8
      Start  8: InputsFile

8: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/InputsFile.cmake"
8: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
8: Test timeout computed to be: 1500
8: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--inputs=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/inputs"
8: return value: 0
8: ---output---
8: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
8: ---error----
8: ------------
 8/69 Test  #8: InputsFile .......................   Passed    0.07 sec
test 9
      Start  9: ShortInputs

9: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortInputs.cmake"
9: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
9: Test timeout computed to be: 1500
9: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-i" "-"
9: return value: 0
9: ---output---
9: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
9: ---error----
9: ------------
 9/69 Test  #9: ShortInputs ......................   Passed    0.09 sec
test 10
      Start 10: StdInDash

10: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/StdInDash.cmake"
10: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
10: Test timeout computed to be: 1500
10: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-"
10: return value: 0
10: ---output---
10: -:1: no copyright notice found
10: ---error----
10: ------------
10/69 Test #10: StdInDash ........................   Passed    0.07 sec
test 11
      Start 11: StandardReport

11: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/StandardReport.cmake"
11: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
11: Test timeout computed to be: 1500
11: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--std-report=-" "/<<PKGBUILDDIR>>/tests/test.cpp"
11: return value: 0
11: ---output---
11: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
11: ---error----
11: ------------
11/69 Test #11: StandardReport ...................   Passed    0.07 sec
test 12
      Start 12: ShortStandardReport

12: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortStandardReport.cmake"
12: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
12: Test timeout computed to be: 1500
12: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-o" "-" "/<<PKGBUILDDIR>>/tests/test.cpp"
12: return value: 0
12: ---output---
12: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
12: ---error----
12: ------------
12/69 Test #12: ShortStandardReport ..............   Passed    0.07 sec
test 13
      Start 13: VCReport

13: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/VCReport.cmake"
13: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
13: Test timeout computed to be: 1500
13: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--vc-report=-" "/<<PKGBUILDDIR>>/tests/test.cpp"
13: return value: 0
13: ---output---
13: /<<PKGBUILDDIR>>/tests/test.cpp(1): no copyright notice found
13: ---error----
13: ------------
13/69 Test #13: VCReport .........................   Passed    0.08 sec
test 14
      Start 14: ShortVCReport

14: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortVCReport.cmake"
14: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
14: Test timeout computed to be: 1500
14: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-v" "-" "/<<PKGBUILDDIR>>/tests/test.cpp"
14: return value: 0
14: ---output---
14: /<<PKGBUILDDIR>>/tests/test.cpp(1): no copyright notice found
14: ---error----
14: ------------
14/69 Test #14: ShortVCReport ....................   Passed    0.07 sec
test 15
      Start 15: XMLReport

15: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/XMLReport.cmake"
15: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
15: Test timeout computed to be: 1500
15: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--xml-report=-" "/<<PKGBUILDDIR>>/tests/test.cpp"
15: return value: 0
15: ---output---
15: <?xml version="1.0" encoding="UTF-8"?>
15: <vera>
15:     <file name="/<<PKGBUILDDIR>>/tests/test.cpp">
15:         <report line="1">![CDATA[no copyright notice found]]</report>
15:     </file>
15: </vera>
15: ---error----
15: ------------
15/69 Test #15: XMLReport ........................   Passed    0.07 sec
test 16
      Start 16: ShortXMLReport

16: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortXMLReport.cmake"
16: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
16: Test timeout computed to be: 1500
16: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-x" "-" "/<<PKGBUILDDIR>>/tests/test.cpp"
16: return value: 0
16: ---output---
16: <?xml version="1.0" encoding="UTF-8"?>
16: <vera>
16:     <file name="/<<PKGBUILDDIR>>/tests/test.cpp">
16:         <report line="1">![CDATA[no copyright notice found]]</report>
16:     </file>
16: </vera>
16: ---error----
16: ------------
16/69 Test #16: ShortXMLReport ...................   Passed    0.07 sec
test 17
      Start 17: CheckStyleReport

17: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/CheckStyleReport.cmake"
17: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
17: Test timeout computed to be: 1500
17: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--checkstyle-report=-" "/<<PKGBUILDDIR>>/tests/test.cpp"
17: return value: 0
17: ---output---
17: <?xml version="1.0" encoding="UTF-8"?>
17: <checkstyle version="5.0">
17:     <file name="/<<PKGBUILDDIR>>/tests/test.cpp">
17:         <error source="T013" severity="info" line="1" message="no copyright notice found" />
17:     </file>
17: </checkstyle>
17: ---error----
17: ------------
17/69 Test #17: CheckStyleReport .................   Passed    0.07 sec
test 18
      Start 18: ShortCheckStyleReport

18: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortCheckStyleReport.cmake"
18: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
18: Test timeout computed to be: 1500
18: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-c" "-" "/<<PKGBUILDDIR>>/tests/test.cpp"
18: return value: 0
18: ---output---
18: <?xml version="1.0" encoding="UTF-8"?>
18: <checkstyle version="5.0">
18:     <file name="/<<PKGBUILDDIR>>/tests/test.cpp">
18:         <error source="T013" severity="info" line="1" message="no copyright notice found" />
18:     </file>
18: </checkstyle>
18: ---error----
18: ------------
18/69 Test #18: ShortCheckStyleReport ............   Passed    0.07 sec
test 19
      Start 19: ShowRule

19: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShowRule.cmake"
19: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
19: Test timeout computed to be: 1500
19: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--show-rule" "/<<PKGBUILDDIR>>/tests/test.cpp"
19: return value: 0
19: ---output---
19: /<<PKGBUILDDIR>>/tests/test.cpp:1: T013: no copyright notice found
19: ---error----
19: ------------
19/69 Test #19: ShowRule .........................   Passed    0.07 sec
test 20
      Start 20: ShortShowRule

20: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortShowRule.cmake"
20: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
20: Test timeout computed to be: 1500
20: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-s" "/<<PKGBUILDDIR>>/tests/test.cpp"
20: return value: 0
20: ---output---
20: /<<PKGBUILDDIR>>/tests/test.cpp:1: T013: no copyright notice found
20: ---error----
20: ------------
20/69 Test #20: ShortShowRule ....................   Passed    0.08 sec
test 21
      Start 21: Warning

21: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/Warning.cmake"
21: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
21: Test timeout computed to be: 1500
21: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--warning" "/<<PKGBUILDDIR>>/tests/test.cpp"
21: return value: 0
21: ---output---
21: ---error----
21: /<<PKGBUILDDIR>>/tests/test.cpp:1: warning: no copyright notice found
21: ------------
21/69 Test #21: Warning ..........................   Passed    0.08 sec
test 22
      Start 22: ShortWarning

22: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortWarning.cmake"
22: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
22: Test timeout computed to be: 1500
22: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-w" "/<<PKGBUILDDIR>>/tests/test.cpp"
22: return value: 0
22: ---output---
22: ---error----
22: /<<PKGBUILDDIR>>/tests/test.cpp:1: warning: no copyright notice found
22: ------------
22/69 Test #22: ShortWarning .....................   Passed    0.10 sec
test 23
      Start 23: WarningShowRule

23: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/WarningShowRule.cmake"
23: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
23: Test timeout computed to be: 1500
23: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--warning" "--show-rule" "/<<PKGBUILDDIR>>/tests/test.cpp"
23: return value: 0
23: ---output---
23: ---error----
23: /<<PKGBUILDDIR>>/tests/test.cpp:1: warning T013: no copyright notice found
23: ------------
23/69 Test #23: WarningShowRule ..................   Passed    0.06 sec
test 24
      Start 24: Error

24: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/Error.cmake"
24: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
24: Test timeout computed to be: 1500
24: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--error" "/<<PKGBUILDDIR>>/tests/test.cpp"
24: return value: 1
24: ---output---
24: ---error----
24: /<<PKGBUILDDIR>>/tests/test.cpp:1: error: no copyright notice found
24: ------------
24/69 Test #24: Error ............................   Passed    0.07 sec
test 25
      Start 25: ErrorShowRule

25: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ErrorShowRule.cmake"
25: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
25: Test timeout computed to be: 1500
25: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--error" "--show-rule" "/<<PKGBUILDDIR>>/tests/test.cpp"
25: return value: 1
25: ---output---
25: ---error----
25: /<<PKGBUILDDIR>>/tests/test.cpp:1: error T013: no copyright notice found
25: ------------
25/69 Test #25: ErrorShowRule ....................   Passed    0.07 sec
test 26
      Start 26: Quiet

26: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/Quiet.cmake"
26: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
26: Test timeout computed to be: 1500
26: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--quiet" "/<<PKGBUILDDIR>>/tests/test.cpp"
26: return value: 0
26: ---output---
26: ---error----
26: ------------
26/69 Test #26: Quiet ............................   Passed    0.09 sec
test 27
      Start 27: ShortQuiet

27: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortQuiet.cmake"
27: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
27: Test timeout computed to be: 1500
27: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-q" "/<<PKGBUILDDIR>>/tests/test.cpp"
27: return value: 0
27: ---output---
27: ---error----
27: ------------
27/69 Test #27: ShortQuiet .......................   Passed    0.07 sec
test 28
      Start 28: Summary

28: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/Summary.cmake"
28: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
28: Test timeout computed to be: 1500
28: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--summary" "/<<PKGBUILDDIR>>/tests/test.cpp"
28: return value: 0
28: ---output---
28: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
28: ---error----
28: 1 reports in 1 files.
28: ------------
28/69 Test #28: Summary ..........................   Passed    0.07 sec
test 29
      Start 29: ShortSummary

29: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortSummary.cmake"
29: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
29: Test timeout computed to be: 1500
29: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "-S" "/<<PKGBUILDDIR>>/tests/test.cpp"
29: return value: 0
29: ---output---
29: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
29: ---error----
29: 1 reports in 1 files.
29: ------------
29/69 Test #29: ShortSummary .....................   Passed    0.07 sec
test 30
      Start 30: Version

30: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/Version.cmake"
30: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
30: Test timeout computed to be: 1500
30: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--version"
30: return value: 0
30: ---output---
30: 1.2.1
30: ---error----
30: ------------
30/69 Test #30: Version ..........................   Passed    0.03 sec
test 31
      Start 31: VersionLegacy

31: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/VersionLegacy.cmake"
31: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
31: Test timeout computed to be: 1500
31: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-version"
31: return value: 0
31: ---output---
31: 1.2.1
31: ---error----
31: ------------
31/69 Test #31: VersionLegacy ....................   Passed    0.03 sec
test 32
      Start 32: AggregatedShortOptions

32: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/AggregatedShortOptions.cmake"
32: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
32: Test timeout computed to be: 1500
32: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-eSqpdefault" "-r" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/tests/test.cpp"
32: return value: 1
32: ---output---
32: ---error----
32: 1 reports in 1 files.
32: ------------
32/69 Test #32: AggregatedShortOptions ...........   Passed    0.08 sec
test 33
      Start 33: NoDuplicate

33: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/NoDuplicate.cmake"
33: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
33: Test timeout computed to be: 1500
33: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T009" "--no-duplicate" "/<<PKGBUILDDIR>>/tests/T009.cpp"
33: return value: 0
33: ---output---
33: /<<PKGBUILDDIR>>/tests/T009.cpp:10: comma should not be preceded by whitespace
33: /<<PKGBUILDDIR>>/tests/T009.cpp:12: comma should not be preceded by whitespace
33: /<<PKGBUILDDIR>>/tests/T009.cpp:13: comma should not be preceded by whitespace
33: /<<PKGBUILDDIR>>/tests/T009.cpp:14: comma should not be preceded by whitespace
33: ---error----
33: ------------
33/69 Test #33: NoDuplicate ......................   Passed    0.04 sec
test 34
      Start 34: ShortNoDuplicate

34: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortNoDuplicate.cmake"
34: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
34: Test timeout computed to be: 1500
34: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T009" "-d" "/<<PKGBUILDDIR>>/tests/T009.cpp"
34: return value: 0
34: ---output---
34: /<<PKGBUILDDIR>>/tests/T009.cpp:10: comma should not be preceded by whitespace
34: /<<PKGBUILDDIR>>/tests/T009.cpp:12: comma should not be preceded by whitespace
34: /<<PKGBUILDDIR>>/tests/T009.cpp:13: comma should not be preceded by whitespace
34: /<<PKGBUILDDIR>>/tests/T009.cpp:14: comma should not be preceded by whitespace
34: ---error----
34: ------------
34/69 Test #34: ShortNoDuplicate .................   Passed    0.04 sec
test 35
      Start 35: Parameter

35: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/Parameter.cmake"
35: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
35: Test timeout computed to be: 1500
35: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "L004" "--parameter" "max-line-length=99" "/<<PKGBUILDDIR>>/tests/L004.cpp"
35: return value: 0
35: ---output---
35: /<<PKGBUILDDIR>>/tests/L004.cpp:1: line is longer than 99 characters
35: /<<PKGBUILDDIR>>/tests/L004.cpp:2: line is longer than 99 characters
35: ---error----
35: ------------
35/69 Test #35: Parameter ........................   Passed    0.04 sec
test 36
      Start 36: ShortParameter

36: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortParameter.cmake"
36: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
36: Test timeout computed to be: 1500
36: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "L004" "-P" "max-line-length=99" "/<<PKGBUILDDIR>>/tests/L004.cpp"
36: return value: 0
36: ---output---
36: /<<PKGBUILDDIR>>/tests/L004.cpp:1: line is longer than 99 characters
36: /<<PKGBUILDDIR>>/tests/L004.cpp:2: line is longer than 99 characters
36: ---error----
36: ------------
36/69 Test #36: ShortParameter ...................   Passed    0.04 sec
test 37
      Start 37: Parameters

37: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/Parameters.cmake"
37: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
37: Test timeout computed to be: 1500
37: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "L004" "--parameters" "/<<PKGBUILDDIR>>/tests/parameters.txt" "/<<PKGBUILDDIR>>/tests/L004.cpp"
37: return value: 0
37: ---output---
37: /<<PKGBUILDDIR>>/tests/L004.cpp:1: line is longer than 99 characters
37: /<<PKGBUILDDIR>>/tests/L004.cpp:2: line is longer than 99 characters
37: ---error----
37: ------------
37/69 Test #37: Parameters .......................   Passed    0.04 sec
test 38
      Start 38: Profile

38: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/Profile.cmake"
38: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
38: Test timeout computed to be: 1500
38: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--show-rule" "--profile" "full" "--parameter" "max-directory-depth=20" "/<<PKGBUILDDIR>>/tests/L004.cpp"
38: return value: 0
38: ---output---
38: /<<PKGBUILDDIR>>/tests/L004.cpp:1: L004: line is longer than 100 characters
38: /<<PKGBUILDDIR>>/tests/L004.cpp:1: T013: no copyright notice found
38: /<<PKGBUILDDIR>>/tests/L004.cpp:1: T014: no reference to the Boost Software License found
38: /<<PKGBUILDDIR>>/tests/L004.cpp:2: L004: line is longer than 100 characters
38: ---error----
38: ------------
38/69 Test #38: Profile ..........................   Passed    0.08 sec
test 39
      Start 39: ShortProfile

39: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ShortProfile.cmake"
39: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
39: Test timeout computed to be: 1500
39: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--show-rule" "-p" "full" "--parameter" "max-directory-depth=20" "/<<PKGBUILDDIR>>/tests/L004.cpp"
39: return value: 0
39: ---output---
39: /<<PKGBUILDDIR>>/tests/L004.cpp:1: L004: line is longer than 100 characters
39: /<<PKGBUILDDIR>>/tests/L004.cpp:1: T013: no copyright notice found
39: /<<PKGBUILDDIR>>/tests/L004.cpp:1: T014: no reference to the Boost Software License found
39: /<<PKGBUILDDIR>>/tests/L004.cpp:2: L004: line is longer than 100 characters
39: ---error----
39: ------------
39/69 Test #39: ShortProfile .....................   Passed    0.08 sec
test 40
      Start 40: Help

40: Test command: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++ "--help" "foo" "bar"
40: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
40: Test timeout computed to be: 1500
40: vera++ [options] [list-of-files]
40: Options:
40:   -p [ --profile ] arg           execute all rules from the given profile
40:   -R [ --rule ] arg              execute the given rule (note: the .tcl 
40:                                  extension is added automatically. can be used 
40:                                  many times.)
40:   --transform arg                execute the given transformation
40:   -o [ --std-report ] arg        write the standard (gcc-like) report to 
40:                                  thisfile. Default is standard or error output 
40:                                  depending on the options. (note: may be used 
40:                                  many times.)
40:   -v [ --vc-report ] arg         write the Visual C report to this file. Not 
40:                                  used by default. (note: may be used many 
40:                                  times.)
40:   -x [ --xml-report ] arg        write the XML report to this file. Not used by
40:                                  default. (note: may be used many times.)
40:   -c [ --checkstyle-report ] arg write the checkstyle report to this file. Not 
40:                                  used by default. (note: may be used many 
40:                                  times.)
40:   -s [ --show-rule ]             include rule name in each report
40:   -d [ --no-duplicate ]          do not duplicate messages if a single rule is 
40:                                  violated many times in a single line of code
40:   -w [ --warning ]               reports are marked as warning and generated on
40:                                  error output
40:   -e [ --error ]                 reports are marked as error and generated on 
40:                                  error output. An non zero exit code is used 
40:                                  when one or more reports are generated.
40:   -q [ --quiet ]                 don't display the reports
40:   -S [ --summary ]               display the number of reports and the number 
40:                                  of processed files
40:   --parameters arg               read parameters from file (note: can be used 
40:                                  many times)
40:   -P [ --parameter ] arg         provide parameters to the scripts as 
40:                                  name=value (note: can be used many times)
40:   --exclusions arg               read exclusions from file (note: can be used 
40:                                  many times)
40:   -i [ --inputs ] arg            the inputs are read from that file (note: one 
40:                                  file per line. can be used many times.)
40:   -r [ --root ] arg              use the given directory as the vera root 
40:                                  directory
40:   -h [ --help ]                  show this help message and exit
40:   --version                      show vera++'s version and exit
40: 
40/69 Test #40: Help .............................   Passed    0.01 sec
test 41
      Start 41: ShortHelp

41: Test command: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++ "-h" "foo" "bar"
41: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
41: Test timeout computed to be: 1500
41: vera++ [options] [list-of-files]
41: Options:
41:   -p [ --profile ] arg           execute all rules from the given profile
41:   -R [ --rule ] arg              execute the given rule (note: the .tcl 
41:                                  extension is added automatically. can be used 
41:                                  many times.)
41:   --transform arg                execute the given transformation
41:   -o [ --std-report ] arg        write the standard (gcc-like) report to 
41:                                  thisfile. Default is standard or error output 
41:                                  depending on the options. (note: may be used 
41:                                  many times.)
41:   -v [ --vc-report ] arg         write the Visual C report to this file. Not 
41:                                  used by default. (note: may be used many 
41:                                  times.)
41:   -x [ --xml-report ] arg        write the XML report to this file. Not used by
41:                                  default. (note: may be used many times.)
41:   -c [ --checkstyle-report ] arg write the checkstyle report to this file. Not 
41:                                  used by default. (note: may be used many 
41:                                  times.)
41:   -s [ --show-rule ]             include rule name in each report
41:   -d [ --no-duplicate ]          do not duplicate messages if a single rule is 
41:                                  violated many times in a single line of code
41:   -w [ --warning ]               reports are marked as warning and generated on
41:                                  error output
41:   -e [ --error ]                 reports are marked as error and generated on 
41:                                  error output. An non zero exit code is used 
41:                                  when one or more reports are generated.
41:   -q [ --quiet ]                 don't display the reports
41:   -S [ --summary ]               display the number of reports and the number 
41:                                  of processed files
41:   --parameters arg               read parameters from file (note: can be used 
41:                                  many times)
41:   -P [ --parameter ] arg         provide parameters to the scripts as 
41:                                  name=value (note: can be used many times)
41:   --exclusions arg               read exclusions from file (note: can be used 
41:                                  many times)
41:   -i [ --inputs ] arg            the inputs are read from that file (note: one 
41:                                  file per line. can be used many times.)
41:   -r [ --root ] arg              use the given directory as the vera root 
41:                                  directory
41:   -h [ --help ]                  show this help message and exit
41:   --version                      show vera++'s version and exit
41: 
41/69 Test #41: ShortHelp ........................   Passed    0.01 sec
test 42
      Start 42: RuleF001

42: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleF001.cmake"
42: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
42: Test timeout computed to be: 1500
42: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "F001" "/<<PKGBUILDDIR>>/tests/F001.cpp"
42: return value: 0
42: ---output---
42: /<<PKGBUILDDIR>>/tests/F001.cpp:4: \r (CR) detected in isolation at position 7
42: ---error----
42: ------------
42/69 Test #42: RuleF001 .........................   Passed    0.04 sec
test 43
      Start 43: RuleL001

43: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleL001.cmake"
43: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
43: Test timeout computed to be: 1500
43: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "L001" "/<<PKGBUILDDIR>>/tests/L001.cpp"
43: return value: 0
43: ---output---
43: /<<PKGBUILDDIR>>/tests/L001.cpp:4: trailing whitespace
43: /<<PKGBUILDDIR>>/tests/L001.cpp:6: trailing whitespace
43: ---error----
43: ------------
43/69 Test #43: RuleL001 .........................   Passed    0.04 sec
test 44
      Start 44: RuleL002

44: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleL002.cmake"
44: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
44: Test timeout computed to be: 1500
44: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "L002" "/<<PKGBUILDDIR>>/tests/L002.cpp"
44: return value: 0
44: ---output---
44: /<<PKGBUILDDIR>>/tests/L002.cpp:2: horizontal tab used
44: /<<PKGBUILDDIR>>/tests/L002.cpp:4: horizontal tab used
44: /<<PKGBUILDDIR>>/tests/L002.cpp:6: horizontal tab used
44: ---error----
44: ------------
44/69 Test #44: RuleL002 .........................   Passed    0.04 sec
test 45
      Start 45: RuleL003

45: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleL003.cmake"
45: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
45: Test timeout computed to be: 1500
45: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--rule" "L003" "--root" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/tests/L003-1.cpp" "/<<PKGBUILDDIR>>/tests/L003-2.cpp"
45: return value: 0
45: ---output---
45: /<<PKGBUILDDIR>>/tests/L003-1.cpp:1: leading empty line(s)
45: /<<PKGBUILDDIR>>/tests/L003-2.cpp:4: trailing empty line(s)
45: ---error----
45: ------------
45/69 Test #45: RuleL003 .........................   Passed    0.04 sec
test 46
      Start 46: RuleL004

46: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleL004.cmake"
46: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
46: Test timeout computed to be: 1500
46: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "L004" "/<<PKGBUILDDIR>>/tests/L004.cpp"
46: return value: 0
46: ---output---
46: /<<PKGBUILDDIR>>/tests/L004.cpp:1: line is longer than 100 characters
46: /<<PKGBUILDDIR>>/tests/L004.cpp:2: line is longer than 100 characters
46: ---error----
46: ------------
46/69 Test #46: RuleL004 .........................   Passed    0.04 sec
test 47
      Start 47: RuleL005

47: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleL005.cmake"
47: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
47: Test timeout computed to be: 1500
47: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "L005" "/<<PKGBUILDDIR>>/tests/L005.cpp"
47: return value: 0
47: ---output---
47: /<<PKGBUILDDIR>>/tests/L005.cpp:6: too many consecutive empty lines
47: ---error----
47: ------------
47/69 Test #47: RuleL005 .........................   Passed    0.05 sec
test 48
      Start 48: RuleL006

48: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleL006.cmake"
48: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
48: Test timeout computed to be: 1500
48: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--rule" "L006" "--root" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/tests/L006-1.cpp" "/<<PKGBUILDDIR>>/tests/L006-2.cpp"
48: return value: 0
48: ---output---
48: /<<PKGBUILDDIR>>/tests/L006-2.cpp:2001: source file is too long
48: ---error----
48: ------------
48/69 Test #48: RuleL006 .........................   Passed    0.04 sec
test 49
      Start 49: RuleT001

49: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT001.cmake"
49: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
49: Test timeout computed to be: 1500
49: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T001" "/<<PKGBUILDDIR>>/tests/T001.cpp"
49: return value: 0
49: ---output---
49: /<<PKGBUILDDIR>>/tests/T001.cpp:6: line-continuation in one-line comment
49: ---error----
49: ------------
49/69 Test #49: RuleT001 .........................   Passed    0.04 sec
test 50
      Start 50: RuleT002

50: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT002.cmake"
50: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
50: Test timeout computed to be: 1500
50: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T002" "/<<PKGBUILDDIR>>/tests/T002.cpp"
50: return value: 0
50: ---output---
50: /<<PKGBUILDDIR>>/tests/T002.cpp:4: reserved name used for macro (incorrect use of underscore)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:5: reserved name used for macro (incorrect use of underscore)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:7: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:8: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:9: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:10: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:11: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:12: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:13: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:14: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:15: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:16: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:17: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:18: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:19: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:20: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:21: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:22: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:23: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:24: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:25: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:26: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:27: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:28: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:29: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:30: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:31: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:32: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:33: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:34: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:35: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:36: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:37: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:38: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:39: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:40: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:41: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:42: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:43: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:44: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:45: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:46: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:47: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:48: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:49: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:50: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:51: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:52: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:53: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:54: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:55: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:56: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:57: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:58: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:59: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:60: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:61: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:62: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:63: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:64: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:65: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:66: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:67: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:68: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:69: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:70: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:71: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:72: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:73: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:74: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:75: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:76: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:77: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:78: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:79: reserved name used for macro (keyword or alternative token redefined)
50: /<<PKGBUILDDIR>>/tests/T002.cpp:80: reserved name used for macro (keyword or alternative token redefined)
50: ---error----
50: ------------
50/69 Test #50: RuleT002 .........................   Passed    0.04 sec
test 51
      Start 51: RuleT003

51: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT003.cmake"
51: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
51: Test timeout computed to be: 1500
51: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T003" "/<<PKGBUILDDIR>>/tests/T003.cpp"
51: return value: 0
51: ---output---
51: /<<PKGBUILDDIR>>/tests/T003.cpp:1: keyword 'case' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:2: keyword 'class' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:3: keyword 'delete' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:4: keyword 'enum' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:5: keyword 'explicit' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:6: keyword 'extern' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:7: keyword 'goto' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:8: keyword 'new' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:9: keyword 'struct' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:10: keyword 'union' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:11: keyword 'using' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:13: keyword 'case' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:14: keyword 'class' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:15: keyword 'delete' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:16: keyword 'enum' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:17: keyword 'explicit' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:18: keyword 'extern' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:19: keyword 'goto' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:20: keyword 'new' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:21: keyword 'struct' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:22: keyword 'union' not followed by a single space
51: /<<PKGBUILDDIR>>/tests/T003.cpp:23: keyword 'using' not followed by a single space
51: ---error----
51: ------------
51/69 Test #51: RuleT003 .........................   Passed    0.04 sec
test 52
      Start 52: RuleT004

52: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT004.cmake"
52: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
52: Test timeout computed to be: 1500
52: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T004" "/<<PKGBUILDDIR>>/tests/T004.cpp"
52: return value: 0
52: ---output---
52: /<<PKGBUILDDIR>>/tests/T004.cpp:25: colon not immediately after the 'public' keyword
52: /<<PKGBUILDDIR>>/tests/T004.cpp:28: colon not immediately after the 'protected' keyword
52: /<<PKGBUILDDIR>>/tests/T004.cpp:30: colon not immediately after the 'private' keyword
52: /<<PKGBUILDDIR>>/tests/T004.cpp:39: colon not immediately after the 'default' keyword
52: ---error----
52: ------------
52/69 Test #52: RuleT004 .........................   Passed    0.04 sec
test 53
      Start 53: RuleT005

53: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT005.cmake"
53: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
53: Test timeout computed to be: 1500
53: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T005" "/<<PKGBUILDDIR>>/tests/T005.cpp"
53: return value: 0
53: ---output---
53: /<<PKGBUILDDIR>>/tests/T005.cpp:19: keyword 'break' not immediately followed by a semicolon
53: /<<PKGBUILDDIR>>/tests/T005.cpp:23: keyword 'continue' not immediately followed by a semicolon
53: ---error----
53: ------------
53/69 Test #53: RuleT005 .........................   Passed    0.04 sec
test 54
      Start 54: RuleT006

54: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT006.cmake"
54: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
54: Test timeout computed to be: 1500
54: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T006" "/<<PKGBUILDDIR>>/tests/T006.cpp"
54: return value: 0
54: ---output---
54: /<<PKGBUILDDIR>>/tests/T006.cpp:24: keyword 'throw' not immediately followed by a semicolon or a single space
54: /<<PKGBUILDDIR>>/tests/T006.cpp:25: keyword 'return' not immediately followed by a semicolon or a single space
54: /<<PKGBUILDDIR>>/tests/T006.cpp:29: keyword 'return' not immediately followed by a semicolon or a single space
54: ---error----
54: ------------
54/69 Test #54: RuleT006 .........................   Passed    0.04 sec
test 55
      Start 55: RuleT007

55: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT007.cmake"
55: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
55: Test timeout computed to be: 1500
55: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T007" "/<<PKGBUILDDIR>>/tests/T007.cpp"
55: return value: 0
55: ---output---
55: /<<PKGBUILDDIR>>/tests/T007.cpp:6: semicolon is isolated from other tokens
55: /<<PKGBUILDDIR>>/tests/T007.cpp:7: semicolon is isolated from other tokens
55: /<<PKGBUILDDIR>>/tests/T007.cpp:9: semicolon is isolated from other tokens
55: ---error----
55: ------------
55/69 Test #55: RuleT007 .........................   Passed    0.05 sec
test 56
      Start 56: RuleT008

56: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT008.cmake"
56: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
56: Test timeout computed to be: 1500
56: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T008" "/<<PKGBUILDDIR>>/tests/T008.cpp"
56: return value: 0
56: ---output---
56: /<<PKGBUILDDIR>>/tests/T008.cpp:22: keyword 'catch' not followed by a single space
56: /<<PKGBUILDDIR>>/tests/T008.cpp:24: keyword 'for' not followed by a single space
56: /<<PKGBUILDDIR>>/tests/T008.cpp:26: keyword 'if' not followed by a single space
56: /<<PKGBUILDDIR>>/tests/T008.cpp:28: keyword 'while' not followed by a single space
56: ---error----
56: ------------
56/69 Test #56: RuleT008 .........................   Passed    0.04 sec
test 57
      Start 57: RuleT009

57: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT009.cmake"
57: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
57: Test timeout computed to be: 1500
57: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T009" "/<<PKGBUILDDIR>>/tests/T009.cpp"
57: return value: 0
57: ---output---
57: /<<PKGBUILDDIR>>/tests/T009.cpp:10: comma should not be preceded by whitespace
57: /<<PKGBUILDDIR>>/tests/T009.cpp:12: comma should not be preceded by whitespace
57: /<<PKGBUILDDIR>>/tests/T009.cpp:12: comma should not be preceded by whitespace
57: /<<PKGBUILDDIR>>/tests/T009.cpp:13: comma should not be preceded by whitespace
57: /<<PKGBUILDDIR>>/tests/T009.cpp:13: comma should not be preceded by whitespace
57: /<<PKGBUILDDIR>>/tests/T009.cpp:14: comma should not be preceded by whitespace
57: ---error----
57: ------------
57/69 Test #57: RuleT009 .........................   Passed    0.04 sec
test 58
      Start 58: RuleT010

58: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT010.cmake"
58: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
58: Test timeout computed to be: 1500
58: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T010" "/<<PKGBUILDDIR>>/tests/T010.cpp"
58: return value: 0
58: ---output---
58: /<<PKGBUILDDIR>>/tests/T010.cpp:5: identifier should not be composed of only 'l' and 'O'
58: /<<PKGBUILDDIR>>/tests/T010.cpp:6: identifier should not be composed of only 'l' and 'O'
58: ---error----
58: ------------
58/69 Test #58: RuleT010 .........................   Passed    0.04 sec
test 59
      Start 59: RuleT011

59: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT011.cmake"
59: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
59: Test timeout computed to be: 1500
59: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T011" "/<<PKGBUILDDIR>>/tests/T011.cpp"
59: return value: 0
59: ---output---
59: /<<PKGBUILDDIR>>/tests/T011.cpp:22: closing curly bracket not in the same line or column
59: /<<PKGBUILDDIR>>/tests/T011.cpp:27: closing curly bracket not in the same line or column
59: /<<PKGBUILDDIR>>/tests/T011.cpp:30: closing curly bracket not in the same line or column
59: /<<PKGBUILDDIR>>/tests/T011.cpp:39: closing curly bracket not in the same line or column
59: ---error----
59: ------------
59/69 Test #59: RuleT011 .........................   Passed    0.05 sec
test 60
      Start 60: RuleT012

60: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT012.cmake"
60: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
60: Test timeout computed to be: 1500
60: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T012" "/<<PKGBUILDDIR>>/tests/T012.cpp"
60: return value: 0
60: ---output---
60: /<<PKGBUILDDIR>>/tests/T012.cpp:1: negation operator used in its short form
60: ---error----
60: ------------
60/69 Test #60: RuleT012 .........................   Passed    0.04 sec
test 61
      Start 61: RuleT013

61: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT013.cmake"
61: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
61: Test timeout computed to be: 1500
61: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--rule" "T013" "--root" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/tests/test.cpp" "/<<PKGBUILDDIR>>/tests/T013.cpp"
61: return value: 0
61: ---output---
61: /<<PKGBUILDDIR>>/tests/test.cpp:1: no copyright notice found
61: ---error----
61: ------------
61/69 Test #61: RuleT013 .........................   Passed    0.04 sec
test 62
      Start 62: RuleT014

62: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT014.cmake"
62: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
62: Test timeout computed to be: 1500
62: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--rule" "T014" "--root" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/tests/test.cpp" "/<<PKGBUILDDIR>>/tests/T013.cpp"
62: return value: 0
62: ---output---
62: /<<PKGBUILDDIR>>/tests/test.cpp:1: no reference to the Boost Software License found
62: ---error----
62: ------------
62/69 Test #62: RuleT014 .........................   Passed    0.05 sec
test 63
      Start 63: RuleT015

63: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT015.cmake"
63: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
63: Test timeout computed to be: 1500
63: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T015" "/<<PKGBUILDDIR>>/tests/T015.cpp"
63: return value: 0
63: ---output---
63: /<<PKGBUILDDIR>>/tests/T015.cpp:8: URL points to non-existing file
63: /<<PKGBUILDDIR>>/tests/T015.cpp:9: URL points to non-existing file
63: ---error----
63: ------------
63/69 Test #63: RuleT015 .........................   Passed    0.06 sec
test 64
      Start 64: RuleT016

64: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT016.cmake"
64: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
64: Test timeout computed to be: 1500
64: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T016" "/<<PKGBUILDDIR>>/tests/T016.cpp"
64: return value: 0
64: ---output---
64: /<<PKGBUILDDIR>>/tests/T016.cpp:1: min/max potential macro substitution problem
64: ---error----
64: ------------
64/69 Test #64: RuleT016 .........................   Passed    0.04 sec
test 65
      Start 65: RuleT017

65: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT017.cmake"
65: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
65: Test timeout computed to be: 1500
65: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--rule" "T017" "--root" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/tests/T017.h" "/<<PKGBUILDDIR>>/tests/T017.cpp"
65: return value: 0
65: ---output---
65: /<<PKGBUILDDIR>>/tests/T017.h:1: unnamed namespace not allowed in header file
65: ---error----
65: ------------
65/69 Test #65: RuleT017 .........................   Passed    0.04 sec
test 66
      Start 66: RuleT018

66: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT018.cmake"
66: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
66: Test timeout computed to be: 1500
66: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--rule" "T018" "--root" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/tests/T018.h" "/<<PKGBUILDDIR>>/tests/T018.cpp"
66: return value: 0
66: ---output---
66: /<<PKGBUILDDIR>>/tests/T018.h:1: using namespace not allowed in header file
66: ---error----
66: ------------
66/69 Test #66: RuleT018 .........................   Passed    0.04 sec
test 67
      Start 67: RuleT019

67: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleT019.cmake"
67: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
67: Test timeout computed to be: 1500
67: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--root" "/<<PKGBUILDDIR>>" "--rule" "T019" "/<<PKGBUILDDIR>>/tests/T019.cpp"
67: return value: 0
67: ---output---
67: /<<PKGBUILDDIR>>/tests/T019.cpp:1: full block {} expected in the control structure
67: /<<PKGBUILDDIR>>/tests/T019.cpp:5: full block {} expected in the control structure
67: /<<PKGBUILDDIR>>/tests/T019.cpp:13: full block {} expected in the control structure
67: /<<PKGBUILDDIR>>/tests/T019.cpp:14: full block {} expected in the control structure
67: /<<PKGBUILDDIR>>/tests/T019.cpp:24: full block {} expected in the control structure
67: /<<PKGBUILDDIR>>/tests/T019.cpp:33: full block {} expected in the control structure
67: /<<PKGBUILDDIR>>/tests/T019.cpp:34: full block {} expected in the control structure
67: ---error----
67: ------------
67/69 Test #67: RuleT019 .........................   Passed    0.04 sec
test 68
      Start 68: RuleDUMP

68: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/RuleDUMP.cmake"
68: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
68: Test timeout computed to be: 1500
68: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--rule" "DUMP" "--root" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/tests/T017.cpp"
68: return value: 0
68: ---output---
68: Tokens in file /<<PKGBUILDDIR>>/tests/T017.cpp:
68: 1/0	namespace	namespace
68: 1/9	newline	
68: 
68: 2/0	leftbrace	{
68: 2/1	newline	
68: 
68: 3/0	cppcomment	// some stuff here
68: 
68: 4/0	rightbrace	}
68: 4/1	newline	
68: 
68: 5/0	eof	
68: 
68: ---error----
68: ------------
68/69 Test #68: RuleDUMP .........................   Passed    0.04 sec
test 69
      Start 69: ErrorReport

69: Test command: /usr/bin/cmake "-D" "VERA_PROGRAM:FILEPATH=/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "-P" "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests/ErrorReport.cmake"
69: Working Directory: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/tests
69: Test timeout computed to be: 1500
69: Running: "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/vera++" "--rule" "Broken" "--root" "/<<PKGBUILDDIR>>/tests/errorReport" "/<<PKGBUILDDIR>>/tests/test.cpp"
69: return value: 1
69: ---output---
69: ---error----
69: error: can't read "auie": no such variable
69:     while executing
69: "lindex $auie"
69:     (procedure "Foo" line 2)
69:     invoked from within
69: "Foo"
69:     (procedure "Bar" line 2)
69:     invoked from within
69: "Bar"
69:     invoked from within
69: "puts [Bar]"
69:     (file "/<<PKGBUILDDIR>>/tests/errorReport/scripts/rules/Broken.tcl" line 9)
69: ------------
69/69 Test #69: ErrorReport ......................   Passed    0.04 sec

100% tests passed, 0 tests failed out of 69

Total Test time (real) =   4.28 sec
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
   dh_testroot -O--buildsystem=cmake
   dh_prep -O--buildsystem=cmake
   dh_installdirs -O--buildsystem=cmake
dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_auto_install --destdir=debian/vera\+\+/ -O--buildsystem=cmake
dh_auto_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	cd obj-aarch64-linux-gnu && make -j1 install DESTDIR=/build/vera\+\+-HBA1XJ/vera\+\+-1.2.1/debian/vera\+\+ AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/CMakeFiles /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f src/CMakeFiles/vera.dir/build.make src/CMakeFiles/vera.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/CMakeFiles/vera.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f src/CMakeFiles/vera.dir/build.make src/CMakeFiles/vera.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make[3]: Nothing to be done for 'src/CMakeFiles/vera.dir/build'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[ 76%] Built target vera
make  -f src/CMakeFiles/style_reports.dir/build.make src/CMakeFiles/style_reports.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/src/CMakeFiles/style_reports.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f src/CMakeFiles/style_reports.dir/build.make src/CMakeFiles/style_reports.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make[3]: Nothing to be done for 'src/CMakeFiles/style_reports.dir/build'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[100%] Built target style_reports
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/CMakeFiles 0
make  -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/bin/vera++
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/DUMP.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/F001.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/F002.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/L001.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/L002.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/L003.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/L004.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/L005.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/L006.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T001.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T002.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T003.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T004.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T005.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T006.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T007.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T008.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T009.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T010.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T011.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T012.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T013.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T014.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T015.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T016.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T017.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T018.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/rules/T019.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/transformations/move_includes.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/transformations/move_macros.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/transformations/move_namespace.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/transformations/to_lower.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/transformations/to_xml.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/transformations/to_xml2.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/scripts/transformations/trim_right.tcl
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/profiles/boost
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/profiles/default
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/profiles/full
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/vera++-config-version.cmake
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/vera++-config.cmake
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/use_vera++.cmake
-- Installing: /<<PKGBUILDDIR>>/debian/vera++/usr/lib/vera++/test_wrapper.cmake.in
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
   dh_install -O--buildsystem=cmake
dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_installdocs -O--buildsystem=cmake
dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_installchangelogs -O--buildsystem=cmake
dh_installchangelogs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_installman -O--buildsystem=cmake
dh_installman: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_installinit -O--buildsystem=cmake
dh_installinit: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_perl -O--buildsystem=cmake
   dh_link -O--buildsystem=cmake
dh_link: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_strip_nondeterminism -O--buildsystem=cmake
   dh_compress -O--buildsystem=cmake
dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_fixperms -O--buildsystem=cmake
   dh_missing -O--buildsystem=cmake
dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_strip -O--buildsystem=cmake
dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_makeshlibs -O--buildsystem=cmake
dh_makeshlibs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_shlibdeps -O--buildsystem=cmake
dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 from: /lib/ld-linux-aarch64.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 to: /lib/ld-linux-aarch64.so.1.usr-is-merged
   dh_installdeb -O--buildsystem=cmake
dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_gencontrol -O--buildsystem=cmake
dh_gencontrol: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_md5sums -O--buildsystem=cmake
   dh_builddeb -O--buildsystem=cmake
dpkg-deb: building package 'vera++' in '../vera++_1.2.1-2_arm64.deb'.
dpkg-deb: building package 'vera++-dbgsym' in '../vera++-dbgsym_1.2.1-2_arm64.deb'.
 dpkg-genbuildinfo --build=binary -O../vera++_1.2.1-2_arm64.buildinfo
 dpkg-genchanges --build=binary -O../vera++_1.2.1-2_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
--------------------------------------------------------------------------------
Build finished at 2024-11-18T19:45:50Z

Finished
--------

I: Built successfully

+------------------------------------------------------------------------------+
| Changes                                                                      |
+------------------------------------------------------------------------------+


vera++_1.2.1-2_arm64.changes:
-----------------------------

Format: 1.8
Date: Tue, 04 Feb 2014 13:23:48 +0100
Source: vera++
Binary: vera++ vera++-dbgsym
Architecture: arm64
Version: 1.2.1-2
Distribution: sid
Urgency: low
Maintainer: Vincent Hobeïka <vincent.hobeika@gmail.com>
Changed-By: Vincent Hobeïka <vincent.hobeika@gmail.com>
Description:
 vera++     - Programmable verification and analysis tool for C++
Changes:
 vera++ (1.2.1-2) unstable; urgency=low
 .
   * Removed dependency to pandoc which prevents migration to testing
Checksums-Sha1:
 025558d6518389de007cb51f3b3c1b7111b5d5d1 1821344 vera++-dbgsym_1.2.1-2_arm64.deb
 cfa47264b8f267bf524ea91bcd3d1e59494dc040 7056 vera++_1.2.1-2_arm64.buildinfo
 cf51b339e609c65d842255e02f84f112dae621f6 124180 vera++_1.2.1-2_arm64.deb
Checksums-Sha256:
 316000115ef2cd42b0c6f17eb81dded5033b89cf37f0059a226dbbb8a51b20ac 1821344 vera++-dbgsym_1.2.1-2_arm64.deb
 b219b1f69f261fa1453444cf03142ca36b8d5b20d268de27e409ec1f00e6e128 7056 vera++_1.2.1-2_arm64.buildinfo
 31c0817f95da0a4cd53e877123cf7ab3942577716cf4a71fc4ea097d97ce9568 124180 vera++_1.2.1-2_arm64.deb
Files:
 83a2e3915c9df4277c1f8706e9a0c15a 1821344 debug optional vera++-dbgsym_1.2.1-2_arm64.deb
 d2eafa11d00f4b6879b2624dad9e9434 7056 devel extra vera++_1.2.1-2_arm64.buildinfo
 f0c0891e4b7b16996756bdd4a484c512 124180 devel extra vera++_1.2.1-2_arm64.deb

+------------------------------------------------------------------------------+
| Buildinfo                                                                    |
+------------------------------------------------------------------------------+

Format: 1.0
Source: vera++
Binary: vera++ vera++-dbgsym
Architecture: arm64
Version: 1.2.1-2
Checksums-Md5:
 83a2e3915c9df4277c1f8706e9a0c15a 1821344 vera++-dbgsym_1.2.1-2_arm64.deb
 f0c0891e4b7b16996756bdd4a484c512 124180 vera++_1.2.1-2_arm64.deb
Checksums-Sha1:
 025558d6518389de007cb51f3b3c1b7111b5d5d1 1821344 vera++-dbgsym_1.2.1-2_arm64.deb
 cf51b339e609c65d842255e02f84f112dae621f6 124180 vera++_1.2.1-2_arm64.deb
Checksums-Sha256:
 316000115ef2cd42b0c6f17eb81dded5033b89cf37f0059a226dbbb8a51b20ac 1821344 vera++-dbgsym_1.2.1-2_arm64.deb
 31c0817f95da0a4cd53e877123cf7ab3942577716cf4a71fc4ea097d97ce9568 124180 vera++_1.2.1-2_arm64.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Mon, 18 Nov 2024 19:45:50 +0000
Build-Path: /<<PKGBUILDDIR>>
Build-Tainted-By:
 merged-usr-via-aliased-dirs
Installed-Build-Depends:
 autoconf (= 2.72-3),
 automake (= 1:1.16.5-1.3),
 autopoint (= 0.22.5-2),
 autotools-dev (= 20220109.1),
 base-files (= 13.5),
 base-passwd (= 3.6.5),
 bash (= 5.2.32-1+b2),
 binutils (= 2.43.1-5),
 binutils-aarch64-linux-gnu (= 2.43.1-5),
 binutils-common (= 2.43.1-5),
 bsdextrautils (= 2.40.2-11),
 bsdutils (= 1:2.40.2-11),
 build-essential (= 12.12),
 bzip2 (= 1.0.8-6),
 cmake (= 3.31.0-1),
 cmake-data (= 3.31.0-1),
 coreutils (= 9.5-1+b1),
 cpp (= 4:14.2.0-1),
 cpp-14 (= 14.2.0-8),
 cpp-14-aarch64-linux-gnu (= 14.2.0-8),
 cpp-aarch64-linux-gnu (= 4:14.2.0-1),
 dash (= 0.5.12-9+b1),
 debconf (= 1.5.87),
 debhelper (= 13.20),
 debianutils (= 5.21),
 dh-autoreconf (= 20),
 dh-strip-nondeterminism (= 1.14.0-1),
 diffutils (= 1:3.10-1+b1),
 dpkg (= 1.22.12~1.gbp82cafd),
 dpkg-dev (= 1.22.12~1.gbp82cafd),
 dwz (= 0.15-1+b1),
 file (= 1:5.45-3+b1),
 findutils (= 4.10.0-3),
 g++ (= 4:14.2.0-1),
 g++-14 (= 14.2.0-8),
 g++-14-aarch64-linux-gnu (= 14.2.0-8),
 g++-aarch64-linux-gnu (= 4:14.2.0-1),
 gcc (= 4:14.2.0-1),
 gcc-14 (= 14.2.0-8),
 gcc-14-aarch64-linux-gnu (= 14.2.0-8),
 gcc-14-base (= 14.2.0-8),
 gcc-aarch64-linux-gnu (= 4:14.2.0-1),
 gettext (= 0.22.5-2),
 gettext-base (= 0.22.5-2),
 grep (= 3.11-4+b1),
 groff-base (= 1.23.0-5),
 gzip (= 1.12-1.1+b1),
 hostname (= 3.25),
 init-system-helpers (= 1.67),
 intltool-debian (= 0.35.0+20060710.6),
 libacl1 (= 2.3.2-2+b1),
 libarchive-zip-perl (= 1.68-1),
 libarchive13t64 (= 3.7.4-1.1),
 libasan8 (= 14.2.0-8),
 libatomic1 (= 14.2.0-8),
 libattr1 (= 1:2.5.2-2),
 libaudit-common (= 1:4.0.2-2),
 libaudit1 (= 1:4.0.2-2),
 libbinutils (= 2.43.1-5),
 libblkid1 (= 2.40.2-11),
 libboost-atomic1.83-dev (= 1.83.0-3.2+b1),
 libboost-atomic1.83.0 (= 1.83.0-3.2+b1),
 libboost-chrono1.83-dev (= 1.83.0-3.2+b1),
 libboost-chrono1.83.0t64 (= 1.83.0-3.2+b1),
 libboost-date-time1.83-dev (= 1.83.0-3.2+b1),
 libboost-date-time1.83.0 (= 1.83.0-3.2+b1),
 libboost-dev (= 1.83.0.2+b2),
 libboost-filesystem1.83-dev (= 1.83.0-3.2+b1),
 libboost-filesystem1.83.0 (= 1.83.0-3.2+b1),
 libboost-program-options-dev (= 1.83.0.2+b2),
 libboost-program-options1.83-dev (= 1.83.0-3.2+b1),
 libboost-program-options1.83.0 (= 1.83.0-3.2+b1),
 libboost-serialization1.83-dev (= 1.83.0-3.2+b1),
 libboost-serialization1.83.0 (= 1.83.0-3.2+b1),
 libboost-system-dev (= 1.83.0.2+b2),
 libboost-system1.83-dev (= 1.83.0-3.2+b1),
 libboost-system1.83.0 (= 1.83.0-3.2+b1),
 libboost-thread-dev (= 1.83.0.2+b2),
 libboost-thread1.83-dev (= 1.83.0-3.2+b1),
 libboost-thread1.83.0 (= 1.83.0-3.2+b1),
 libboost-wave-dev (= 1.83.0.2+b2),
 libboost-wave1.83-dev (= 1.83.0-3.2+b1),
 libboost-wave1.83.0 (= 1.83.0-3.2+b1),
 libboost1.83-dev (= 1.83.0-3.2+b1),
 libbrotli1 (= 1.1.0-2+b6),
 libbz2-1.0 (= 1.0.8-6),
 libc-bin (= 2.40-3),
 libc-dev-bin (= 2.40-3),
 libc6 (= 2.40-3),
 libc6-dev (= 2.40-3),
 libcap-ng0 (= 0.8.5-3+b1),
 libcap2 (= 1:2.66-5+b1),
 libcc1-0 (= 14.2.0-8),
 libcom-err2 (= 1.47.1-1+b1),
 libcrypt-dev (= 1:4.4.36-5),
 libcrypt1 (= 1:4.4.36-5),
 libctf-nobfd0 (= 2.43.1-5),
 libctf0 (= 2.43.1-5),
 libcurl4t64 (= 8.11.0-1),
 libdb5.3t64 (= 5.3.28+dfsg2-9),
 libdebconfclient0 (= 0.273),
 libdebhelper-perl (= 13.20),
 libdpkg-perl (= 1.22.12~1.gbp82cafd),
 libelf1t64 (= 0.192-4),
 libexpat1 (= 2.6.4-1),
 libffi8 (= 3.4.6-1),
 libfile-stripnondeterminism-perl (= 1.14.0-1),
 libgcc-14-dev (= 14.2.0-8),
 libgcc-s1 (= 14.2.0-8),
 libgdbm-compat4t64 (= 1.24-2),
 libgdbm6t64 (= 1.24-2),
 libgmp10 (= 2:6.3.0+dfsg-2+b2),
 libgnutls30t64 (= 3.8.8-2),
 libgomp1 (= 14.2.0-8),
 libgprofng0 (= 2.43.1-5),
 libgssapi-krb5-2 (= 1.21.3-3),
 libhogweed6t64 (= 3.10-1+b1),
 libhwasan0 (= 14.2.0-8),
 libicu72 (= 72.1-5+b1),
 libidn2-0 (= 2.3.7-2+b1),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 libjsoncpp26 (= 1.9.6-2),
 libk5crypto3 (= 1.21.3-3),
 libkeyutils1 (= 1.6.3-4),
 libkrb5-3 (= 1.21.3-3),
 libkrb5support0 (= 1.21.3-3),
 libldap-2.5-0 (= 2.5.18+dfsg-3+b1),
 liblsan0 (= 14.2.0-8),
 liblz4-1 (= 1.9.4-3+b1),
 liblzma5 (= 5.6.3-1+b1),
 libmagic-mgc (= 1:5.45-3+b1),
 libmagic1t64 (= 1:5.45-3+b1),
 libmd0 (= 1.1.0-2+b1),
 libmount1 (= 2.40.2-11),
 libmpc3 (= 1.3.1-1+b3),
 libmpfr6 (= 4.2.1-1+b2),
 libncursesw6 (= 6.5-2+b1),
 libnettle8t64 (= 3.10-1+b1),
 libnghttp2-14 (= 1.64.0-1),
 libp11-kit0 (= 0.25.5-2+b1),
 libpam-modules (= 1.5.3-7+b1),
 libpam-modules-bin (= 1.5.3-7+b1),
 libpam-runtime (= 1.5.3-7),
 libpam0g (= 1.5.3-7+b1),
 libpcre2-8-0 (= 10.44-4),
 libperl5.40 (= 5.40.0-7),
 libpipeline1 (= 1.5.8-1),
 libproc2-0 (= 2:4.0.4-6),
 libpsl5t64 (= 0.21.2-1.1+b1),
 librhash1 (= 1.4.5-1),
 librtmp1 (= 2.4+20151223.gitfa8646d.1-2+b5),
 libsasl2-2 (= 2.1.28+dfsg1-8),
 libsasl2-modules-db (= 2.1.28+dfsg1-8),
 libseccomp2 (= 2.5.5-1+b3),
 libselinux1 (= 3.7-3+b1),
 libsframe1 (= 2.43.1-5),
 libsmartcols1 (= 2.40.2-11),
 libssh2-1t64 (= 1.11.1-1),
 libssl3t64 (= 3.3.2-2),
 libstdc++-14-dev (= 14.2.0-8),
 libstdc++6 (= 14.2.0-8),
 libsystemd0 (= 257~rc2-3),
 libtasn1-6 (= 4.19.0-3+b3),
 libtcl8.6 (= 8.6.15+dfsg-2),
 libtinfo6 (= 6.5-2+b1),
 libtool (= 2.4.7-8),
 libtsan2 (= 14.2.0-8),
 libubsan1 (= 14.2.0-8),
 libuchardet0 (= 0.0.8-1+b2),
 libudev1 (= 257~rc2-3),
 libunistring5 (= 1.2-1+b1),
 libuuid1 (= 2.40.2-11),
 libuv1t64 (= 1.48.0-7),
 libxml2 (= 2.12.7+dfsg+really2.9.14-0.2+b1),
 libxxhash0 (= 0.8.2-2+b2),
 libzstd1 (= 1.5.6+dfsg-1+b1),
 linux-libc-dev (= 6.11.9-1),
 m4 (= 1.4.19-4),
 make (= 4.3-4.1+b1),
 man-db (= 2.13.0-1),
 mawk (= 1.3.4.20240905-1),
 ncurses-base (= 6.5-2),
 ncurses-bin (= 6.5-2+b1),
 openssl-provider-legacy (= 3.3.2-2),
 patch (= 2.7.6-7+b1),
 perl (= 5.40.0-7),
 perl-base (= 5.40.0-7),
 perl-modules-5.40 (= 5.40.0-7),
 po-debconf (= 1.0.21+nmu1),
 procps (= 2:4.0.4-6),
 rpcsvc-proto (= 1.4.3-1+b1),
 sed (= 4.9-2+b1),
 sensible-utils (= 0.0.24),
 sysvinit-utils (= 3.11-1),
 tar (= 1.35+dfsg-3+b1),
 tcl (= 8.6.14),
 tcl-dev (= 8.6.14),
 tcl8.6 (= 8.6.15+dfsg-2),
 tcl8.6-dev (= 8.6.15+dfsg-2),
 tzdata (= 2024b-3),
 util-linux (= 2.40.2-11),
 xz-utils (= 5.6.3-1+b1),
 zlib1g (= 1:1.3.dfsg+really1.3.1-1+b1),
 zlib1g-dev (= 1:1.3.dfsg+really1.3.1-1+b1)
Environment:
 DEB_BUILD_OPTIONS="parallel=8"
 LANG="C.UTF-8"
 LC_ALL="C.UTF-8"
 SOURCE_DATE_EPOCH="1391516628"


+------------------------------------------------------------------------------+
| Package contents                                                             |
+------------------------------------------------------------------------------+


vera++-dbgsym_1.2.1-2_arm64.deb
-------------------------------

 new Debian package, version 2.0.
 size 1821344 bytes: control archive=520 bytes.
     339 bytes,    12 lines      control
     106 bytes,     1 lines      md5sums
 Package: vera++-dbgsym
 Source: vera++
 Version: 1.2.1-2
 Auto-Built-Package: debug-symbols
 Architecture: arm64
 Maintainer: Vincent Hobeïka <vincent.hobeika@gmail.com>
 Installed-Size: 1901
 Depends: vera++ (= 1.2.1-2)
 Section: debug
 Priority: optional
 Description: debug symbols for vera++
 Build-Ids: f36629438260328ea943f60f075eced0d1d90ebf

drwxr-xr-x root/root         0 2014-02-04 12:23 ./
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/debug/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/debug/.build-id/f3/
-rw-r--r-- root/root   1935792 2014-02-04 12:23 ./usr/lib/debug/.build-id/f3/6629438260328ea943f60f075eced0d1d90ebf.debug
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/share/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/share/doc/
lrwxrwxrwx root/root         0 2014-02-04 12:23 ./usr/share/doc/vera++-dbgsym -> vera++


vera++_1.2.1-2_arm64.deb
------------------------

 new Debian package, version 2.0.
 size 124180 bytes: control archive=2040 bytes.
     750 bytes,    15 lines      control
    3885 bytes,    53 lines      md5sums
 Package: vera++
 Version: 1.2.1-2
 Architecture: arm64
 Maintainer: Vincent Hobeïka <vincent.hobeika@gmail.com>
 Installed-Size: 489
 Depends: libboost-program-options1.83.0 (>= 1.83.0), libboost-wave1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), libtcl8.6 (>= 8.6.0)
 Section: devel
 Priority: extra
 Homepage: https://bitbucket.org/verateam/vera/wiki/Home
 Description: Programmable verification and analysis tool for C++
  Vera++ is a programmable tool for verification, analysis and transformation of
  C++ source code.
  Vera++ is mainly an engine that parses C++ source files and presents the
  result of this parsing to scripts in the form of various collections -
  the scripts are actually performing the requested tasks.

drwxr-xr-x root/root         0 2014-02-04 12:23 ./
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/bin/
-rwxr-xr-x root/root    395480 2014-02-04 12:23 ./usr/bin/vera++
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/vera++/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/vera++/profiles/
-rw-r--r-- root/root       370 2014-02-04 12:23 ./usr/lib/vera++/profiles/CMakeLists.txt
-rwxr-xr-x root/root       290 2013-03-28 21:16 ./usr/lib/vera++/profiles/boost
-rwxr-xr-x root/root       402 2013-04-24 15:22 ./usr/lib/vera++/profiles/default
-rwxr-xr-x root/root       271 2014-02-04 12:23 ./usr/lib/vera++/profiles/full
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/vera++/scripts/
-rw-r--r-- root/root        58 2013-03-27 17:24 ./usr/lib/vera++/scripts/CMakeLists.txt
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/vera++/scripts/rules/
-rw-r--r-- root/root       161 2013-03-27 17:25 ./usr/lib/vera++/scripts/rules/CMakeLists.txt
-rwxr-xr-x root/root       326 2013-04-29 08:28 ./usr/lib/vera++/scripts/rules/DUMP.tcl
-rwxr-xr-x root/root       647 2013-04-27 13:54 ./usr/lib/vera++/scripts/rules/F001.tcl
-rwxr-xr-x root/root      1755 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/F002.tcl
-rwxr-xr-x root/root       532 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/L001.tcl
-rwxr-xr-x root/root       268 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/L002.tcl
-rwxr-xr-x root/root       462 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/L003.tcl
-rwxr-xr-x root/root       358 2013-05-10 02:06 ./usr/lib/vera++/scripts/rules/L004.tcl
-rwxr-xr-x root/root       654 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/L005.tcl
-rwxr-xr-x root/root       264 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/L006.tcl
-rwxr-xr-x root/root       391 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T001.tcl
-rwxr-xr-x root/root      1726 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T002.tcl
-rwxr-xr-x root/root      1201 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T003.tcl
-rwxr-xr-x root/root      1708 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T004.tcl
-rwxr-xr-x root/root       796 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T005.tcl
-rwxr-xr-x root/root       999 2013-04-29 05:54 ./usr/lib/vera++/scripts/rules/T006.tcl
-rwxr-xr-x root/root       933 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T007.tcl
-rwxr-xr-x root/root       790 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T008.tcl
-rwxr-xr-x root/root      1084 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T009.tcl
-rwxr-xr-x root/root       364 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T010.tcl
-rwxr-xr-x root/root      1715 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T011.tcl
-rwxr-xr-x root/root       382 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T012.tcl
-rwxr-xr-x root/root       454 2013-04-24 13:51 ./usr/lib/vera++/scripts/rules/T013.tcl
-rwxr-xr-x root/root       477 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T014.tcl
-rwxr-xr-x root/root      1803 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T015.tcl
-rwxr-xr-x root/root       694 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T016.tcl
-rwxr-xr-x root/root       702 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T017.tcl
-rwxr-xr-x root/root       677 2013-03-28 21:12 ./usr/lib/vera++/scripts/rules/T018.tcl
-rwxr-xr-x root/root      1251 2013-06-07 09:53 ./usr/lib/vera++/scripts/rules/T019.tcl
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/lib/vera++/scripts/transformations/
-rw-r--r-- root/root       171 2013-03-27 17:25 ./usr/lib/vera++/scripts/transformations/CMakeLists.txt
-rwxr-xr-x root/root       731 2013-03-28 21:12 ./usr/lib/vera++/scripts/transformations/move_includes.tcl
-rwxr-xr-x root/root       692 2013-03-28 21:12 ./usr/lib/vera++/scripts/transformations/move_macros.tcl
-rwxr-xr-x root/root       544 2013-03-28 21:12 ./usr/lib/vera++/scripts/transformations/move_namespace.tcl
-rwxr-xr-x root/root      1575 2013-03-28 21:12 ./usr/lib/vera++/scripts/transformations/to_lower.tcl
-rwxr-xr-x root/root       887 2013-03-28 21:12 ./usr/lib/vera++/scripts/transformations/to_xml.tcl
-rwxr-xr-x root/root       892 2013-03-28 21:12 ./usr/lib/vera++/scripts/transformations/to_xml2.tcl
-rwxr-xr-x root/root       311 2013-03-28 21:12 ./usr/lib/vera++/scripts/transformations/trim_right.tcl
-rw-r--r-- root/root       818 2013-06-07 09:53 ./usr/lib/vera++/test_wrapper.cmake.in
-rw-r--r-- root/root      6319 2013-06-07 09:53 ./usr/lib/vera++/use_vera++.cmake
-rw-r--r-- root/root      1861 2014-02-04 12:23 ./usr/lib/vera++/vera++-config-version.cmake
-rw-r--r-- root/root       320 2013-06-07 09:53 ./usr/lib/vera++/vera++-config.cmake
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/share/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/share/doc/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/share/doc/vera++/
-rw-r--r-- root/root       441 2014-02-04 12:23 ./usr/share/doc/vera++/changelog.Debian.gz
-rw-r--r-- root/root      3091 2014-02-04 09:14 ./usr/share/doc/vera++/copyright
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/share/doc/vera++/doc/
-rw-r--r-- root/root      1841 2013-04-25 12:08 ./usr/share/doc/vera++/doc/CMakeLists.txt
-rw-r--r-- root/root       226 2013-04-16 04:32 ./usr/share/doc/vera++/doc/manpage.md
-rw-r--r-- root/root       362 2013-04-16 04:32 ./usr/share/doc/vera++/doc/style.css
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/share/man/
drwxr-xr-x root/root         0 2014-02-04 12:23 ./usr/share/man/man1/
-rw-r--r-- root/root     14399 2014-02-04 12:23 ./usr/share/man/man1/vera++.1.gz


lintian
-------


Setup apt archive
-----------------

Merged Build-Depends: lintian
Filtered Build-Depends: lintian
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-lintian-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-lintian-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1370 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1432 B]
Fetched 3417 B in 0s (299 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-hrTtOJ/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install lintian build dependencies (apt-based resolver)
-------------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  sbuild-build-depends-lintian-dummy
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 856 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-lintian-dummy 0.invalid.0 [856 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 856 B in 0s (0 B/s)
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
(Reading database ... 44103 files and directories currently installed.)
Preparing to unpack .../sbuild-build-depends-lintian-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Setting up sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Running lintian...
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/profiles/boost]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/profiles/default]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/profiles/full]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/DUMP.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/F001.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/F002.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/L001.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/L002.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/L003.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/L004.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/L005.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/L006.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T001.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T002.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T003.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T004.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T005.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T006.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T007.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T008.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T009.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T010.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T011.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T012.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T013.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T014.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T015.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T016.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T017.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T018.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/rules/T019.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/transformations/move_includes.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/transformations/move_macros.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/transformations/move_namespace.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/transformations/to_lower.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/transformations/to_xml.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/transformations/to_xml2.tcl]
E: vera++: tclsh-script-but-no-tclsh-dep /usr/bin/tclsh (does not satisfy tclsh:any | tcl:any | tcl8.3:any | tcl8.4:any | tcl8.5:any | tcl8.6:any) [usr/lib/vera++/scripts/transformations/trim_right.tcl]
W: vera++ changes: distribution-and-changes-mismatch sid unstable
W: vera++: groff-message troff:<standard input>:1002: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:165]
W: vera++: groff-message troff:<standard input>:102: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:12]
W: vera++: groff-message troff:<standard input>:103: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:13]
W: vera++: groff-message troff:<standard input>:1052: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:166]
W: vera++: groff-message troff:<standard input>:1061: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:167]
W: vera++: groff-message troff:<standard input>:1082: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:168]
W: vera++: groff-message troff:<standard input>:1094: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:169]
W: vera++: groff-message troff:<standard input>:110: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:14]
W: vera++: groff-message troff:<standard input>:1124: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:170]
W: vera++: groff-message troff:<standard input>:1137: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:171]
W: vera++: groff-message troff:<standard input>:1164: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:172]
W: vera++: groff-message troff:<standard input>:1181: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:173]
W: vera++: groff-message troff:<standard input>:119: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:15]
W: vera++: groff-message troff:<standard input>:1207: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:174]
W: vera++: groff-message troff:<standard input>:1220: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:175]
W: vera++: groff-message troff:<standard input>:123: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:16]
W: vera++: groff-message troff:<standard input>:123: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:17]
W: vera++: groff-message troff:<standard input>:1271: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:176]
W: vera++: groff-message troff:<standard input>:127: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:18]
W: vera++: groff-message troff:<standard input>:1284: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:177]
W: vera++: groff-message troff:<standard input>:128: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:19]
W: vera++: groff-message troff:<standard input>:132: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:20]
W: vera++: groff-message troff:<standard input>:1342: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:178]
W: vera++: groff-message troff:<standard input>:1345: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:179]
W: vera++: groff-message troff:<standard input>:1348: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:180]
W: vera++: groff-message troff:<standard input>:134: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:21]
W: vera++: groff-message troff:<standard input>:1351: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:181]
W: vera++: groff-message troff:<standard input>:1354: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:182]
W: vera++: groff-message troff:<standard input>:1361: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:183]
W: vera++: groff-message troff:<standard input>:1364: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:184]
W: vera++: groff-message troff:<standard input>:1367: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:185]
W: vera++: groff-message troff:<standard input>:1370: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:186]
W: vera++: groff-message troff:<standard input>:1372: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:187]
W: vera++: groff-message troff:<standard input>:1374: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:188]
W: vera++: groff-message troff:<standard input>:1378: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:189]
W: vera++: groff-message troff:<standard input>:138: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:22]
W: vera++: groff-message troff:<standard input>:138: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:23]
W: vera++: groff-message troff:<standard input>:1392: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:190]
W: vera++: groff-message troff:<standard input>:1396: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:191]
W: vera++: groff-message troff:<standard input>:1407: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:192]
W: vera++: groff-message troff:<standard input>:140: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:24]
W: vera++: groff-message troff:<standard input>:1419: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:193]
W: vera++: groff-message troff:<standard input>:141: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:25]
W: vera++: groff-message troff:<standard input>:142: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:26]
W: vera++: groff-message troff:<standard input>:1435: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:194]
W: vera++: groff-message troff:<standard input>:1447: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:195]
W: vera++: groff-message troff:<standard input>:145: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:27]
W: vera++: groff-message troff:<standard input>:1481: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:196]
W: vera++: groff-message troff:<standard input>:1485: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:197]
W: vera++: groff-message troff:<standard input>:149: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:28]
W: vera++: groff-message troff:<standard input>:149: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:29]
W: vera++: groff-message troff:<standard input>:151: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:30]
W: vera++: groff-message troff:<standard input>:152: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:31]
W: vera++: groff-message troff:<standard input>:153: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:32]
W: vera++: groff-message troff:<standard input>:160: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:33]
W: vera++: groff-message troff:<standard input>:160: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:34]
W: vera++: groff-message troff:<standard input>:163: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:35]
W: vera++: groff-message troff:<standard input>:164: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:36]
W: vera++: groff-message troff:<standard input>:1655: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:198]
W: vera++: groff-message troff:<standard input>:165: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:37]
W: vera++: groff-message troff:<standard input>:1661: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:199]
W: vera++: groff-message troff:<standard input>:1670: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:200]
W: vera++: groff-message troff:<standard input>:1683: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:201]
W: vera++: groff-message troff:<standard input>:1683: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:202]
W: vera++: groff-message troff:<standard input>:1689: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:203]
W: vera++: groff-message troff:<standard input>:1690: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:204]
W: vera++: groff-message troff:<standard input>:1690: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:205]
W: vera++: groff-message troff:<standard input>:1703: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:206]
W: vera++: groff-message troff:<standard input>:172: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:38]
W: vera++: groff-message troff:<standard input>:172: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:39]
W: vera++: groff-message troff:<standard input>:1730: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:207]
W: vera++: groff-message troff:<standard input>:1736: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:208]
W: vera++: groff-message troff:<standard input>:1741: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:209]
W: vera++: groff-message troff:<standard input>:1747: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:210]
W: vera++: groff-message troff:<standard input>:1747: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:211]
W: vera++: groff-message troff:<standard input>:1756: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:212]
W: vera++: groff-message troff:<standard input>:175: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:40]
W: vera++: groff-message troff:<standard input>:1765: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:213]
W: vera++: groff-message troff:<standard input>:176: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:41]
W: vera++: groff-message troff:<standard input>:1779: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:214]
W: vera++: groff-message troff:<standard input>:1779: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:215]
W: vera++: groff-message troff:<standard input>:177: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:42]
W: vera++: groff-message troff:<standard input>:1802: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:216]
W: vera++: groff-message troff:<standard input>:1810: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:217]
W: vera++: groff-message troff:<standard input>:1813: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:218]
W: vera++: groff-message troff:<standard input>:184: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:43]
W: vera++: groff-message troff:<standard input>:184: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:44]
W: vera++: groff-message troff:<standard input>:189: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:45]
W: vera++: groff-message troff:<standard input>:189: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:46]
W: vera++: groff-message troff:<standard input>:196: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:47]
W: vera++: groff-message troff:<standard input>:196: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:48]
W: vera++: groff-message troff:<standard input>:201: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:49]
W: vera++: groff-message troff:<standard input>:201: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:50]
W: vera++: groff-message troff:<standard input>:207: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:51]
W: vera++: groff-message troff:<standard input>:207: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:52]
W: vera++: groff-message troff:<standard input>:209: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:53]
W: vera++: groff-message troff:<standard input>:210: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:54]
W: vera++: groff-message troff:<standard input>:214: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:55]
W: vera++: groff-message troff:<standard input>:214: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:56]
W: vera++: groff-message troff:<standard input>:219: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:57]
W: vera++: groff-message troff:<standard input>:226: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:58]
W: vera++: groff-message troff:<standard input>:226: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:59]
W: vera++: groff-message troff:<standard input>:229: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:60]
W: vera++: groff-message troff:<standard input>:233: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:61]
W: vera++: groff-message troff:<standard input>:236: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:62]
W: vera++: groff-message troff:<standard input>:242: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:63]
W: vera++: groff-message troff:<standard input>:260: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:64]
W: vera++: groff-message troff:<standard input>:260: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:65]
W: vera++: groff-message troff:<standard input>:262: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:66]
W: vera++: groff-message troff:<standard input>:268: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:67]
W: vera++: groff-message troff:<standard input>:268: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:68]
W: vera++: groff-message troff:<standard input>:273: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:69]
W: vera++: groff-message troff:<standard input>:278: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:70]
W: vera++: groff-message troff:<standard input>:278: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:71]
W: vera++: groff-message troff:<standard input>:283: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:72]
W: vera++: groff-message troff:<standard input>:288: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:73]
W: vera++: groff-message troff:<standard input>:291: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:74]
W: vera++: groff-message troff:<standard input>:294: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:75]
W: vera++: groff-message troff:<standard input>:299: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:76]
W: vera++: groff-message troff:<standard input>:302: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:77]
W: vera++: groff-message troff:<standard input>:307: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:78]
W: vera++: groff-message troff:<standard input>:311: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:79]
W: vera++: groff-message troff:<standard input>:316: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:80]
W: vera++: groff-message troff:<standard input>:321: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:81]
W: vera++: groff-message troff:<standard input>:327: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:82]
W: vera++: groff-message troff:<standard input>:328: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:83]
W: vera++: groff-message troff:<standard input>:332: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:84]
W: vera++: groff-message troff:<standard input>:343: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:85]
W: vera++: groff-message troff:<standard input>:343: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:86]
W: vera++: groff-message troff:<standard input>:345: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:87]
W: vera++: groff-message troff:<standard input>:345: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:88]
W: vera++: groff-message troff:<standard input>:346: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:89]
W: vera++: groff-message troff:<standard input>:346: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:90]
W: vera++: groff-message troff:<standard input>:350: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:91]
W: vera++: groff-message troff:<standard input>:351: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:92]
W: vera++: groff-message troff:<standard input>:352: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:93]
W: vera++: groff-message troff:<standard input>:356: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:94]
W: vera++: groff-message troff:<standard input>:361: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:95]
W: vera++: groff-message troff:<standard input>:362: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:96]
W: vera++: groff-message troff:<standard input>:365: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:97]
W: vera++: groff-message troff:<standard input>:365: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:98]
W: vera++: groff-message troff:<standard input>:371: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:99]
W: vera++: groff-message troff:<standard input>:376: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:100]
W: vera++: groff-message troff:<standard input>:399: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:101]
W: vera++: groff-message troff:<standard input>:400: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:102]
W: vera++: groff-message troff:<standard input>:404: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:103]
W: vera++: groff-message troff:<standard input>:423: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:104]
W: vera++: groff-message troff:<standard input>:432: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:105]
W: vera++: groff-message troff:<standard input>:434: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:106]
W: vera++: groff-message troff:<standard input>:435: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:107]
W: vera++: groff-message troff:<standard input>:436: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:108]
W: vera++: groff-message troff:<standard input>:450: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:109]
W: vera++: groff-message troff:<standard input>:450: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:110]
W: vera++: groff-message troff:<standard input>:450: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:111]
W: vera++: groff-message troff:<standard input>:451: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:112]
W: vera++: groff-message troff:<standard input>:455: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:113]
W: vera++: groff-message troff:<standard input>:460: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:114]
W: vera++: groff-message troff:<standard input>:485: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:115]
W: vera++: groff-message troff:<standard input>:509: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:116]
W: vera++: groff-message troff:<standard input>:514: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:117]
W: vera++: groff-message troff:<standard input>:533: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:118]
W: vera++: groff-message troff:<standard input>:533: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:119]
W: vera++: groff-message troff:<standard input>:544: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:120]
W: vera++: groff-message troff:<standard input>:564: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:121]
W: vera++: groff-message troff:<standard input>:581: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:122]
W: vera++: groff-message troff:<standard input>:591: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:123]
W: vera++: groff-message troff:<standard input>:599: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:124]
W: vera++: groff-message troff:<standard input>:624: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:125]
W: vera++: groff-message troff:<standard input>:639: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:126]
W: vera++: groff-message troff:<standard input>:650: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:127]
W: vera++: groff-message troff:<standard input>:652: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:128]
W: vera++: groff-message troff:<standard input>:654: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:129]
W: vera++: groff-message troff:<standard input>:656: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:130]
W: vera++: groff-message troff:<standard input>:658: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:131]
W: vera++: groff-message troff:<standard input>:660: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:132]
W: vera++: groff-message troff:<standard input>:662: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:133]
W: vera++: groff-message troff:<standard input>:664: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:134]
W: vera++: groff-message troff:<standard input>:666: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:135]
W: vera++: groff-message troff:<standard input>:668: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:136]
W: vera++: groff-message troff:<standard input>:670: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:137]
W: vera++: groff-message troff:<standard input>:679: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:138]
W: vera++: groff-message troff:<standard input>:681: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:139]
W: vera++: groff-message troff:<standard input>:683: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:140]
W: vera++: groff-message troff:<standard input>:685: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:141]
W: vera++: groff-message troff:<standard input>:691: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:142]
W: vera++: groff-message troff:<standard input>:719: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:143]
W: vera++: groff-message troff:<standard input>:719: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:144]
W: vera++: groff-message troff:<standard input>:723: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:145]
W: vera++: groff-message troff:<standard input>:743: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:146]
W: vera++: groff-message troff:<standard input>:743: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:147]
W: vera++: groff-message troff:<standard input>:747: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:148]
W: vera++: groff-message troff:<standard input>:767: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:149]
W: vera++: groff-message troff:<standard input>:76: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:1]
W: vera++: groff-message troff:<standard input>:77: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:2]
W: vera++: groff-message troff:<standard input>:780: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:150]
W: vera++: groff-message troff:<standard input>:789: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:151]
W: vera++: groff-message troff:<standard input>:792: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:152]
W: vera++: groff-message troff:<standard input>:804: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:153]
W: vera++: groff-message troff:<standard input>:804: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:154]
W: vera++: groff-message troff:<standard input>:804: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:155]
W: vera++: groff-message troff:<standard input>:804: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:156]
W: vera++: groff-message troff:<standard input>:805: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:157]
W: vera++: groff-message troff:<standard input>:809: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:158]
W: vera++: groff-message troff:<standard input>:80: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:3]
W: vera++: groff-message troff:<standard input>:81: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:4]
W: vera++: groff-message troff:<standard input>:841: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:159]
W: vera++: groff-message troff:<standard input>:84: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:5]
W: vera++: groff-message troff:<standard input>:852: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:160]
W: vera++: groff-message troff:<standard input>:855: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:161]
W: vera++: groff-message troff:<standard input>:85: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:6]
W: vera++: groff-message troff:<standard input>:86: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:7]
W: vera++: groff-message troff:<standard input>:880: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:162]
W: vera++: groff-message troff:<standard input>:88: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:8]
W: vera++: groff-message troff:<standard input>:911: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:163]
W: vera++: groff-message troff:<standard input>:93: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:9]
W: vera++: groff-message troff:<standard input>:955: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:164]
W: vera++: groff-message troff:<standard input>:99: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:10]
W: vera++: groff-message troff:<standard input>:99: warning: cannot select font 'C' [usr/share/man/man1/vera++.1.gz:11]
W: vera++ source: package-uses-deprecated-debhelper-compat-version 9
W: vera++: priority-extra-is-replaced-by-priority-optional

E: Lintian run failed (runtime error)

+------------------------------------------------------------------------------+
| Post Build                                                                   |
+------------------------------------------------------------------------------+


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: arm64
Build Type: binary
Build-Space: 29172
Build-Time: 44
Distribution: sid
Host Architecture: arm64
Install-Time: 28
Job: /tmp/debusine-fetch-exec-upload-geyyzq2d/vera++_1.2.1-2.dsc
Lintian: error
Machine Architecture: arm64
Package: vera++
Package-Time: 109
Source-Version: 1.2.1-2
Space: 29172
Status: successful
Version: 1.2.1-2
--------------------------------------------------------------------------------
Finished at 2024-11-18T19:45:50Z
Build needed 00:01:49, 29172k disk space

Relations

Relation Direction Type Name
relates-to Source package vera++_1.2.1-2
relates-to Binary package dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect_1.22.12~1.gbp82cafd_arm64
relates-to Binary package libdpkg-dev_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg-dev_1.22.12~1.gbp82cafd_all
relates-to Binary package libdpkg-perl_1.22.12~1.gbp82cafd_all
relates-to Binary package vera++-dbgsym_1.2.1-2_arm64
relates-to Binary package vera++_1.2.1-2_arm64
relates-to Binary packages vera++_1.2.1-2

build log System build a package - 5 days, 6 hours ago 0 minutes
BETA