Artifact debusine:work-request-debug-logs

Metadata
{}

File

cmd-output.log
   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
cmd: autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-eowuowk0/apt-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-doc_1.4.11_all.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-transport-https-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-transport-https_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-utils-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-utils_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-inst2.0-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-inst2.0_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-pkg-dev_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-pkg-doc_1.4.11_all.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-pkg5.0-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-pkg5.0_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt_1.4.11.dsc -- unshare --arch armhf --release stretch --tarball /var/lib/debusine/worker/system-images/1116585/system.tar.xz
output (contains stdout and stderr):
autopkgtest [06:27:27]: starting date and time: 2024-12-27 06:27:27+0000
autopkgtest [06:27:27]: version 5.38~bpo12+1
autopkgtest [06:27:27]: host debusine-worker-arm64-demeter-07; command line: /usr/bin/autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-eowuowk0/apt-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-doc_1.4.11_all.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-transport-https-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-transport-https_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-utils-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt-utils_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-inst2.0-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-inst2.0_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-pkg-dev_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-pkg-doc_1.4.11_all.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-pkg5.0-dbgsym_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/libapt-pkg5.0_1.4.11_armhf.deb /tmp/debusine-fetch-exec-upload-eowuowk0/apt_1.4.11.dsc -- unshare --arch armhf --release stretch --tarball /var/lib/debusine/worker/system-images/1116585/system.tar.xz
autopkgtest [06:27:31]: testbed dpkg architecture: armhf
autopkgtest [06:27:31]: testbed apt version: 1.4.11
autopkgtest [06:27:31]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.freexian.com/extended-lts stretch InRelease [19.6 kB]
Get:2 http://deb.freexian.com/extended-lts stretch/main armhf Packages [15.2 MB]
Fetched 15.2 MB in 1s (9099 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
autopkgtest [06:27:36]: testbed running kernel: Linux 6.1.0-28-cloud-arm64 #1 SMP Debian 6.1.119-1 (2024-11-22)
autopkgtest [06:27:36]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-eowuowk0/apt_1.4.11.dsc
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/home/unshare/.gnupg/trustedkeys.kbx': General error
gpgv: Signature made Mon Dec  7 13:15:59 2020 UTC
gpgv:                using RSA key 4FB588A84C2DDE79A74C77876FA458DD1DB03F71
gpgv:                issuer "jak@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on /tmp/autopkgtest.wp7qbY/apt_1.4.11.dsc
dpkg-source: info: extracting apt in src
dpkg-source: info: unpacking apt_1.4.11.tar.xz
autopkgtest [06:27:37]: testing package apt version 1.4.11
autopkgtest [06:27:37]: build not needed
autopkgtest [06:27:37]: test run-tests: preparing testbed
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libapt-inst2.0
The following NEW packages will be installed:
  apt-utils libapt-inst2.0
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 587 kB of archives.
After this operation, 1461 kB of additional disk space will be used.
Get:1 http://deb.freexian.com/extended-lts stretch/main armhf libapt-inst2.0 armhf 1.4.11 [189 kB]
Get:2 http://deb.freexian.com/extended-lts stretch/main armhf apt-utils armhf 1.4.11 [398 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 587 kB in 0s (3360 kB/s)
Selecting previously unselected package libapt-inst2.0:armhf.
(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 ... 11203 files and directories currently installed.)
Preparing to unpack .../libapt-inst2.0_1.4.11_armhf.deb ...
Unpacking libapt-inst2.0:armhf (1.4.11) ...
Selecting previously unselected package apt-utils.
Preparing to unpack .../apt-utils_1.4.11_armhf.deb ...
Unpacking apt-utils (1.4.11) ...
Setting up libapt-inst2.0:armhf (1.4.11) ...
Setting up apt-utils (1.4.11) ...
Processing triggers for libc-bin (2.24-11+deb9u7) ...
Get:1 file:/tmp/autopkgtest.wp7qbY/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.wp7qbY/binaries  InRelease
Get:2 file:/tmp/autopkgtest.wp7qbY/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.wp7qbY/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.wp7qbY/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.wp7qbY/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.wp7qbY/binaries  Packages [13.0 kB]
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
0 upgraded, 0 newly installed, 4 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/2638 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.wp7qbY/binaries  libapt-pkg5.0 1.4.11 [851 kB]
Get:2 file:/tmp/autopkgtest.wp7qbY/binaries  apt 1.4.11 [1199 kB]
Get:3 file:/tmp/autopkgtest.wp7qbY/binaries  apt-utils 1.4.11 [398 kB]
Get:4 file:/tmp/autopkgtest.wp7qbY/binaries  libapt-inst2.0 1.4.11 [189 kB]
(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 ... 11334 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg5.0.deb ...
Unpacking libapt-pkg5.0:armhf (1.4.11) over (1.4.11) ...
Setting up libapt-pkg5.0:armhf (1.4.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 ... 11334 files and directories currently installed.)
Preparing to unpack .../binaries/./apt.deb ...
Unpacking apt (1.4.11) over (1.4.11) ...
Setting up apt (1.4.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 ... 11334 files and directories currently installed.)
Preparing to unpack .../binaries/./apt-utils.deb ...
Unpacking apt-utils (1.4.11) over (1.4.11) ...
Preparing to unpack .../binaries/./libapt-inst2.0.deb ...
Unpacking libapt-inst2.0:armhf (1.4.11) over (1.4.11) ...
Setting up libapt-inst2.0:armhf (1.4.11) ...
Setting up apt-utils (1.4.11) ...
Processing triggers for libc-bin (2.24-11+deb9u7) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies...Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
 Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following additional packages will be installed:
  apt-doc apt-transport-https autoconf automake autopoint autotools-dev
  bsdmainutils cmake cmake-data db-util db5.3-util debhelper dh-autoreconf
  dh-python dh-strip-nondeterminism dh-systemd docbook-xml docbook-xsl doxygen
  fakeroot file fontconfig fontconfig-config fonts-dejavu-core gettext
  gettext-base gnupg gnupg-agent gnupg1 googletest gpgv1 graphviz groff-base
  intltool-debian libann0 libapt-pkg-dev libapt-pkg-doc libarchive-zip-perl
  libarchive13 libassuan0 libbsd0 libbz2-dev libcairo2 libcdt5 libcgraph6
  libclang1-3.9 libcroco3 libcurl3 libcurl3-gnutls libcurl4-gnutls-dev
  libdatrie1 libdb-dev libdb5.3-dev libedit2 libexpat1 libfakeroot libffi6
  libfile-fcntllock-perl libfile-stripnondeterminism-perl libfontconfig1
  libfreetype6 libgc1c2 libgd3 libglib2.0-0 libgnutls30 libgpm2 libgraphite2-3
  libgssapi-krb5-2 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b libhogweed4
  libice6 libicu57 libidn11 libidn2-0 libjbig0 libjpeg62-turbo libjsoncpp1
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
  libldap-common libllvm3.9 libltdl7 liblz4-dev liblzma-dev liblzo2-2
  libmagic-mgc libmagic1 libmpdec2 libnettle6 libnghttp2-14 libnpth0 libosp5
  libp11-kit0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
  libpathplan4 libpipeline1 libpixman-1-0 libpng16-16 libprocps6 libpsl5
  libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
  libpython3.5-minimal libpython3.5-stdlib libreadline7 librtmp1 libsasl2-2
  libsasl2-modules-db libsgmls-perl libsigsegv2 libsm6 libsqlite3-0 libssh2-1
  libssl1.0.2 libssl1.1 libtasn1-6 libthai-data libthai0 libtiff5
  libtimedate-perl libtool libunistring0 libuv1 libwebp6 libwrap0 libx11-6
  libx11-data libxapian30 libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1
  libxdmcp6 libxdot4 libxext6 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1
  libxt6 lsof m4 man-db mime-support netbase opensp openssl pinentry-curses
  pkg-config po-debconf po4a procps python python-apt-common python-minimal
  python2.7 python2.7-minimal python3 python3-apt python3-minimal python3.5
  python3.5-minimal readline-common sgml-base sgml-data stunnel4 ucf w3m wget
  x11-common xml-core xsltproc zlib1g-dev
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc wamerican | wordlist whois
  vacation codeblocks eclipse ninja-build dh-make docbook docbook-dsssl
  docbook-defguide dbtoepub docbook-xsl-doc-html | docbook-xsl-doc-pdf
  | docbook-xsl-doc-text | docbook-xsl-doc docbook-xsl-saxon fop libsaxon-java
  libxalan2-java libxslthl-java xalan doxygen-latex doxygen-doc doxygen-gui
  gettext-doc libasprintf-dev libgettextpo-dev parcimonie xloadimage
  dbus-user-session libpam-systemd pinentry-gnome3 scdaemon libpcsclite1
  xloadimage | imagemagick | eog gsfonts graphviz-doc groff lrzip libcurl4-doc
  libcurl3-dbg libgnutls28-dev libidn11-dev libkrb5-dev libldap2-dev
  librtmp-dev libssh2-1-dev db5.3-doc libgd-tools gnutls-bin gpm krb5-doc
  krb5-user liblzma-doc sgmlspl sgmls-doc libtool-doc gfortran
  | fortran95-compiler gcj-jdk xapian-tools m4-doc less doc-base
  ca-certificates pinentry-doc libmail-box-perl python-doc python-tk
  python2.7-doc binfmt-support python3-doc python3-tk python3-venv
  python3-apt-dbg python-apt-doc python3.5-venv python3.5-doc readline-doc
  sgml-base-doc perlsgml w3-recs libxml2-utils logcheck-database w3m-img
  libsixel-bin xdg-utils w3m-el cmigemo xsel mpv dict dictd dict-wn
Recommended packages:
  ca-certificates dirmngr gnupg-l10n gnupg1-curl gnupg1-l10n fonts-liberation
  bzip2-doc libglib2.0-data shared-mime-info xdg-user-dirs libgts-bin
  krb5-locales publicsuffix libsasl2-modules libltdl-dev tcpd
  libmail-sendmail-perl libtext-wrapi18n-perl libterm-readkey-perl
  liblocale-gettext-perl libunicode-linebreak-perl psmisc lsb-release
  iso-codes
The following NEW packages will be installed:
  apt-doc apt-transport-https autoconf automake autopoint autotools-dev
  bsdmainutils cmake cmake-data db-util db5.3-util debhelper dh-autoreconf
  dh-python dh-strip-nondeterminism dh-systemd docbook-xml docbook-xsl doxygen
  fakeroot file fontconfig fontconfig-config fonts-dejavu-core gettext
  gettext-base gnupg gnupg-agent gnupg1 googletest gpgv1 graphviz groff-base
  intltool-debian libann0 libapt-pkg-dev libapt-pkg-doc libarchive-zip-perl
  libarchive13 libassuan0 libbsd0 libbz2-dev libcairo2 libcdt5 libcgraph6
  libclang1-3.9 libcroco3 libcurl3 libcurl3-gnutls libcurl4-gnutls-dev
  libdatrie1 libdb-dev libdb5.3-dev libedit2 libexpat1 libfakeroot libffi6
  libfile-fcntllock-perl libfile-stripnondeterminism-perl libfontconfig1
  libfreetype6 libgc1c2 libgd3 libglib2.0-0 libgnutls30 libgpm2 libgraphite2-3
  libgssapi-krb5-2 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b libhogweed4
  libice6 libicu57 libidn11 libidn2-0 libjbig0 libjpeg62-turbo libjsoncpp1
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
  libldap-common libllvm3.9 libltdl7 liblz4-dev liblzma-dev liblzo2-2
  libmagic-mgc libmagic1 libmpdec2 libnettle6 libnghttp2-14 libnpth0 libosp5
  libp11-kit0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
  libpathplan4 libpipeline1 libpixman-1-0 libpng16-16 libprocps6 libpsl5
  libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
  libpython3.5-minimal libpython3.5-stdlib libreadline7 librtmp1 libsasl2-2
  libsasl2-modules-db libsgmls-perl libsigsegv2 libsm6 libsqlite3-0 libssh2-1
  libssl1.0.2 libssl1.1 libtasn1-6 libthai-data libthai0 libtiff5
  libtimedate-perl libtool libunistring0 libuv1 libwebp6 libwrap0 libx11-6
  libx11-data libxapian30 libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1
  libxdmcp6 libxdot4 libxext6 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1
  libxt6 lsof m4 man-db mime-support netbase opensp openssl pinentry-curses
  pkg-config po-debconf po4a procps python python-apt-common python-minimal
  python2.7 python2.7-minimal python3 python3-apt python3-minimal python3.5
  python3.5-minimal readline-common sgml-base sgml-data stunnel4 ucf w3m wget
  x11-common xml-core xsltproc zlib1g-dev
0 upgraded, 186 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 82.6 MB/84.4 MB of archives.
After this operation, 287 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.wp7qbY/binaries  apt-doc 1.4.11 [365 kB]
Get:2 file:/tmp/autopkgtest.wp7qbY/binaries  libapt-pkg-dev 1.4.11 [236 kB]
Get:3 http://deb.freexian.com/extended-lts stretch/main armhf zlib1g-dev armhf 1:1.2.8.dfsg-5+deb9u2 [200 kB]
Get:4 file:/tmp/autopkgtest.wp7qbY/binaries  libapt-pkg-doc 1.4.11 [1005 kB]
Get:5 file:/tmp/autopkgtest.wp7qbY/binaries  apt-transport-https 1.4.11 [167 kB]
Get:6 http://deb.freexian.com/extended-lts stretch/main armhf libnettle6 armhf 3.3-1+deb9u1 [211 kB]
Get:7 http://deb.freexian.com/extended-lts stretch/main armhf libhogweed4 armhf 3.3-1+deb9u1 [127 kB]
Get:8 http://deb.freexian.com/extended-lts stretch/main armhf libidn11 armhf 1.33-1+deb9u1 [112 kB]
Get:9 http://deb.freexian.com/extended-lts stretch/main armhf libffi6 armhf 3.2.1-6 [18.9 kB]
Get:10 http://deb.freexian.com/extended-lts stretch/main armhf libp11-kit0 armhf 0.23.3-2+deb9u1 [97.0 kB]
Get:11 http://deb.freexian.com/extended-lts stretch/main armhf libtasn1-6 armhf 4.10-1.1+deb9u2 [45.8 kB]
Get:12 http://deb.freexian.com/extended-lts stretch/main armhf libgnutls30 armhf 3.5.8-5+deb9u7 [842 kB]
Get:13 http://deb.freexian.com/extended-lts stretch/main armhf libkeyutils1 armhf 1.5.9-9 [11.8 kB]
Get:14 http://deb.freexian.com/extended-lts stretch/main armhf libkrb5support0 armhf 1.15-1+deb9u6 [58.6 kB]
Get:15 http://deb.freexian.com/extended-lts stretch/main armhf libk5crypto3 armhf 1.15-1+deb9u6 [118 kB]
Get:16 http://deb.freexian.com/extended-lts stretch/main armhf libkrb5-3 armhf 1.15-1+deb9u6 [267 kB]
Get:17 http://deb.freexian.com/extended-lts stretch/main armhf libgssapi-krb5-2 armhf 1.15-1+deb9u6 [134 kB]
Get:18 http://deb.freexian.com/extended-lts stretch/main armhf libunistring0 armhf 0.9.6+really0.9.3-0.1 [255 kB]
Get:19 http://deb.freexian.com/extended-lts stretch/main armhf libidn2-0 armhf 0.16-1+deb9u1 [58.8 kB]
Get:20 http://deb.freexian.com/extended-lts stretch/main armhf libsasl2-modules-db armhf 2.1.27~101-g0780600+dfsg-3+deb9u2 [67.0 kB]
Get:21 http://deb.freexian.com/extended-lts stretch/main armhf libsasl2-2 armhf 2.1.27~101-g0780600+dfsg-3+deb9u2 [98.5 kB]
Get:22 http://deb.freexian.com/extended-lts stretch/main armhf libldap-common all 2.4.44+dfsg-5+deb9u9 [86.3 kB]
Get:23 http://deb.freexian.com/extended-lts stretch/main armhf libldap-2.4-2 armhf 2.4.44+dfsg-5+deb9u9 [198 kB]
Get:24 http://deb.freexian.com/extended-lts stretch/main armhf libnghttp2-14 armhf 1.18.1-1+deb9u4 [70.5 kB]
Get:25 http://deb.freexian.com/extended-lts stretch/main armhf libpsl5 armhf 0.17.0-3 [40.7 kB]
Get:26 http://deb.freexian.com/extended-lts stretch/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-1+b1 [55.1 kB]
Get:27 http://deb.freexian.com/extended-lts stretch/main armhf libssh2-1 armhf 1.7.0-1+deb9u3 [129 kB]
Get:28 http://deb.freexian.com/extended-lts stretch/main armhf libcurl3-gnutls armhf 7.52.1-5+deb9u22 [272 kB]
Get:29 http://deb.freexian.com/extended-lts stretch/main armhf cmake-data all 3.7.2-1 [1216 kB]
Get:30 http://deb.freexian.com/extended-lts stretch/main armhf libprocps6 armhf 2:3.3.12-3+deb9u1 [55.7 kB]
Get:31 http://deb.freexian.com/extended-lts stretch/main armhf procps armhf 2:3.3.12-3+deb9u1 [244 kB]
Get:32 http://deb.freexian.com/extended-lts stretch/main armhf liblzo2-2 armhf 2.08-1.2+b2 [49.7 kB]
Get:33 http://deb.freexian.com/extended-lts stretch/main armhf libicu57 armhf 57.1-6+deb9u5 [7451 kB]
Get:34 http://deb.freexian.com/extended-lts stretch/main armhf libxml2 armhf 2.9.4+dfsg1-2.2+deb9u11 [828 kB]
Get:35 http://deb.freexian.com/extended-lts stretch/main armhf libarchive13 armhf 3.2.2-2+deb9u5 [262 kB]
Get:36 http://deb.freexian.com/extended-lts stretch/main armhf libssl1.0.2 armhf 1.0.2u-1~deb9u10 [928 kB]
Get:37 http://deb.freexian.com/extended-lts stretch/main armhf libcurl3 armhf 7.52.1-5+deb9u22 [274 kB]
Get:38 http://deb.freexian.com/extended-lts stretch/main armhf libexpat1 armhf 2.2.0-2+deb9u9 [67.1 kB]
Get:39 http://deb.freexian.com/extended-lts stretch/main armhf libjsoncpp1 armhf 1.7.4-3 [67.8 kB]
Get:40 http://deb.freexian.com/extended-lts stretch/main armhf libuv1 armhf 1.9.1-3 [74.6 kB]
Get:41 http://deb.freexian.com/extended-lts stretch/main armhf cmake armhf 3.7.2-1 [2629 kB]
Get:42 http://deb.freexian.com/extended-lts stretch/main armhf autotools-dev all 20161112.1 [73.4 kB]
Get:43 http://deb.freexian.com/extended-lts stretch/main armhf libsigsegv2 armhf 2.10-5 [28.3 kB]
Get:44 http://deb.freexian.com/extended-lts stretch/main armhf m4 armhf 1.4.18-1 [191 kB]
Get:45 http://deb.freexian.com/extended-lts stretch/main armhf autoconf all 2.69-10 [338 kB]
Get:46 http://deb.freexian.com/extended-lts stretch/main armhf automake all 1:1.15-6 [733 kB]
Get:47 http://deb.freexian.com/extended-lts stretch/main armhf autopoint all 0.19.8.1-2+deb9u1 [433 kB]
Get:48 http://deb.freexian.com/extended-lts stretch/main armhf libmagic-mgc armhf 1:5.30-1+deb9u3 [222 kB]
Get:49 http://deb.freexian.com/extended-lts stretch/main armhf libmagic1 armhf 1:5.30-1+deb9u3 [105 kB]
Get:50 http://deb.freexian.com/extended-lts stretch/main armhf file armhf 1:5.30-1+deb9u3 [63.9 kB]
Get:51 http://deb.freexian.com/extended-lts stretch/main armhf libtool all 2.4.6-2 [545 kB]
Get:52 http://deb.freexian.com/extended-lts stretch/main armhf dh-autoreconf all 14 [15.9 kB]
Get:53 http://deb.freexian.com/extended-lts stretch/main armhf libarchive-zip-perl all 1.59-1+deb9u1 [96.2 kB]
Get:54 http://deb.freexian.com/extended-lts stretch/main armhf libfile-stripnondeterminism-perl all 0.034-1 [16.4 kB]
Get:55 http://deb.freexian.com/extended-lts stretch/main armhf libtimedate-perl all 2.3000-2+deb9u1 [37.9 kB]
Get:56 http://deb.freexian.com/extended-lts stretch/main armhf dh-strip-nondeterminism all 0.034-1 [10.5 kB]
Get:57 http://deb.freexian.com/extended-lts stretch/main armhf groff-base armhf 1.22.3-9 [1045 kB]
Get:58 http://deb.freexian.com/extended-lts stretch/main armhf libbsd0 armhf 0.8.3-1+deb9u1 [92.4 kB]
Get:59 http://deb.freexian.com/extended-lts stretch/main armhf bsdmainutils armhf 9.0.12+nmu1 [182 kB]
Get:60 http://deb.freexian.com/extended-lts stretch/main armhf libpipeline1 armhf 1.4.1-2 [24.0 kB]
Get:61 http://deb.freexian.com/extended-lts stretch/main armhf man-db armhf 2.7.6.1-2 [1023 kB]
Get:62 http://deb.freexian.com/extended-lts stretch/main armhf libglib2.0-0 armhf 2.50.3-2+deb9u7 [2554 kB]
Get:63 http://deb.freexian.com/extended-lts stretch/main armhf libcroco3 armhf 0.6.11-3 [131 kB]
Get:64 http://deb.freexian.com/extended-lts stretch/main armhf gettext-base armhf 0.19.8.1-2+deb9u1 [118 kB]
Get:65 http://deb.freexian.com/extended-lts stretch/main armhf gettext armhf 0.19.8.1-2+deb9u1 [1454 kB]
Get:66 http://deb.freexian.com/extended-lts stretch/main armhf intltool-debian all 0.35.0+20060710.4 [26.3 kB]
Get:67 http://deb.freexian.com/extended-lts stretch/main armhf po-debconf all 1.0.20 [247 kB]
Get:68 http://deb.freexian.com/extended-lts stretch/main armhf debhelper all 10.2.5 [961 kB]
Get:69 http://deb.freexian.com/extended-lts stretch/main armhf dh-systemd all 10.2.5 [99.7 kB]
Get:70 http://deb.freexian.com/extended-lts stretch/main armhf sgml-base all 1.29 [14.8 kB]
Get:71 http://deb.freexian.com/extended-lts stretch/main armhf xml-core all 0.17 [23.2 kB]
Get:72 http://deb.freexian.com/extended-lts stretch/main armhf sgml-data all 2.0.10 [181 kB]
Get:73 http://deb.freexian.com/extended-lts stretch/main armhf docbook-xml all 4.5-8 [84.7 kB]
Get:74 http://deb.freexian.com/extended-lts stretch/main armhf docbook-xsl all 1.79.1+dfsg-2 [1249 kB]
Get:75 http://deb.freexian.com/extended-lts stretch/main armhf libbz2-dev armhf 1.0.6-8.1+deb9u1 [27.9 kB]
Get:76 http://deb.freexian.com/extended-lts stretch/main armhf libcurl4-gnutls-dev armhf 7.52.1-5+deb9u22 [361 kB]
Get:77 http://deb.freexian.com/extended-lts stretch/main armhf libdb5.3-dev armhf 5.3.28-12+deb9u1 [692 kB]
Get:78 http://deb.freexian.com/extended-lts stretch/main armhf libdb-dev armhf 5.3.1 [2352 B]
Get:79 http://deb.freexian.com/extended-lts stretch/main armhf libpython2.7-minimal armhf 2.7.13-2+deb9u9 [392 kB]
Get:80 http://deb.freexian.com/extended-lts stretch/main armhf python2.7-minimal armhf 2.7.13-2+deb9u9 [1179 kB]
Get:81 http://deb.freexian.com/extended-lts stretch/main armhf python-minimal armhf 2.7.13-2 [40.5 kB]
Get:82 http://deb.freexian.com/extended-lts stretch/main armhf mime-support all 3.60 [36.7 kB]
Get:83 http://deb.freexian.com/extended-lts stretch/main armhf readline-common all 7.0-3 [70.4 kB]
Get:84 http://deb.freexian.com/extended-lts stretch/main armhf libreadline7 armhf 7.0-3 [131 kB]
Get:85 http://deb.freexian.com/extended-lts stretch/main armhf libsqlite3-0 armhf 3.16.2-5+deb9u4 [500 kB]
Get:86 http://deb.freexian.com/extended-lts stretch/main armhf libssl1.1 armhf 1.1.0l-1~deb9u10 [1154 kB]
Get:87 http://deb.freexian.com/extended-lts stretch/main armhf libpython2.7-stdlib armhf 2.7.13-2+deb9u9 [1823 kB]
Get:88 http://deb.freexian.com/extended-lts stretch/main armhf python2.7 armhf 2.7.13-2+deb9u9 [287 kB]
Get:89 http://deb.freexian.com/extended-lts stretch/main armhf libpython-stdlib armhf 2.7.13-2 [20.0 kB]
Get:90 http://deb.freexian.com/extended-lts stretch/main armhf python armhf 2.7.13-2 [154 kB]
Get:91 http://deb.freexian.com/extended-lts stretch/main armhf googletest armhf 1.8.0-6 [653 kB]
Get:92 http://deb.freexian.com/extended-lts stretch/main armhf liblz4-dev armhf 0.0~r131-2+deb9u1 [40.0 kB]
Get:93 http://deb.freexian.com/extended-lts stretch/main armhf liblzma-dev armhf 5.2.2-1.2+deb9u1 [285 kB]
Get:94 http://deb.freexian.com/extended-lts stretch/main armhf pkg-config armhf 0.29-4+b1 [60.6 kB]
Get:95 http://deb.freexian.com/extended-lts stretch/main armhf libsgmls-perl all 1.03ii-36 [26.5 kB]
Get:96 http://deb.freexian.com/extended-lts stretch/main armhf libosp5 armhf 1.5.2-13+b1 [877 kB]
Get:97 http://deb.freexian.com/extended-lts stretch/main armhf opensp armhf 1.5.2-13+b1 [435 kB]
Get:98 http://deb.freexian.com/extended-lts stretch/main armhf po4a all 0.47-2 [1448 kB]
Get:99 http://deb.freexian.com/extended-lts stretch/main armhf libxslt1.1 armhf 1.1.29-2.1+deb9u3 [216 kB]
Get:100 http://deb.freexian.com/extended-lts stretch/main armhf xsltproc armhf 1.1.29-2.1+deb9u3 [121 kB]
Get:101 http://deb.freexian.com/extended-lts stretch/main armhf libedit2 armhf 3.1-20160903-3 [69.9 kB]
Get:102 http://deb.freexian.com/extended-lts stretch/main armhf libllvm3.9 armhf 1:3.9.1-9 [10.1 MB]
Get:103 http://deb.freexian.com/extended-lts stretch/main armhf libclang1-3.9 armhf 1:3.9.1-9 [5078 kB]
Get:104 http://deb.freexian.com/extended-lts stretch/main armhf libxapian30 armhf 1.4.3-2+deb9u3 [973 kB]
Get:105 http://deb.freexian.com/extended-lts stretch/main armhf doxygen armhf 1.8.13-4+b1 [3653 kB]
Get:106 http://deb.freexian.com/extended-lts stretch/main armhf libann0 armhf 1.1.2+doc-6 [22.3 kB]
Get:107 http://deb.freexian.com/extended-lts stretch/main armhf libcdt5 armhf 2.38.0-17+deb9u1 [57.0 kB]
Get:108 http://deb.freexian.com/extended-lts stretch/main armhf libcgraph6 armhf 2.38.0-17+deb9u1 [75.6 kB]
Get:109 http://deb.freexian.com/extended-lts stretch/main armhf libpng16-16 armhf 1.6.28-1+deb9u1 [265 kB]
Get:110 http://deb.freexian.com/extended-lts stretch/main armhf libfreetype6 armhf 2.6.3-3.2+deb9u3 [389 kB]
Get:111 http://deb.freexian.com/extended-lts stretch/main armhf ucf all 3.0036 [70.2 kB]
Get:112 http://deb.freexian.com/extended-lts stretch/main armhf fonts-dejavu-core all 2.37-1 [1068 kB]
Get:113 http://deb.freexian.com/extended-lts stretch/main armhf fontconfig-config all 2.11.0-6.7 [271 kB]
Get:114 http://deb.freexian.com/extended-lts stretch/main armhf libfontconfig1 armhf 2.11.0-6.7+b1 [314 kB]
Get:115 http://deb.freexian.com/extended-lts stretch/main armhf libjpeg62-turbo armhf 1:1.5.1-2+deb9u3 [112 kB]
Get:116 http://deb.freexian.com/extended-lts stretch/main armhf libjbig0 armhf 2.1-3.1+b2 [28.4 kB]
Get:117 http://deb.freexian.com/extended-lts stretch/main armhf libtiff5 armhf 4.0.8-2+deb9u12 [224 kB]
Get:118 http://deb.freexian.com/extended-lts stretch/main armhf libwebp6 armhf 0.5.2-1+deb9u3 [206 kB]
Get:119 http://deb.freexian.com/extended-lts stretch/main armhf libxau6 armhf 1:1.0.8-1 [19.5 kB]
Get:120 http://deb.freexian.com/extended-lts stretch/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
Get:121 http://deb.freexian.com/extended-lts stretch/main armhf libxcb1 armhf 1.12-1 [129 kB]
Get:122 http://deb.freexian.com/extended-lts stretch/main armhf libx11-data all 2:1.6.4-3+deb9u6 [288 kB]
Get:123 http://deb.freexian.com/extended-lts stretch/main armhf libx11-6 armhf 2:1.6.4-3+deb9u6 [691 kB]
Get:124 http://deb.freexian.com/extended-lts stretch/main armhf libxpm4 armhf 1:3.5.12-1+deb9u2 [44.8 kB]
Get:125 http://deb.freexian.com/extended-lts stretch/main armhf libgd3 armhf 2.2.4-2+deb9u6 [117 kB]
Get:126 http://deb.freexian.com/extended-lts stretch/main armhf libgts-0.7-5 armhf 0.7.6+darcs121130-4 [137 kB]
Get:127 http://deb.freexian.com/extended-lts stretch/main armhf libpixman-1-0 armhf 0.34.0-1+deb9u1 [457 kB]
Get:128 http://deb.freexian.com/extended-lts stretch/main armhf libxcb-render0 armhf 1.12-1 [105 kB]
Get:129 http://deb.freexian.com/extended-lts stretch/main armhf libxcb-shm0 armhf 1.12-1 [95.8 kB]
Get:130 http://deb.freexian.com/extended-lts stretch/main armhf libxext6 armhf 2:1.3.3-1+b2 [48.1 kB]
Get:131 http://deb.freexian.com/extended-lts stretch/main armhf libxrender1 armhf 1:0.9.10-1 [29.9 kB]
Get:132 http://deb.freexian.com/extended-lts stretch/main armhf libcairo2 armhf 1.14.8-1+deb9u1 [703 kB]
Get:133 http://deb.freexian.com/extended-lts stretch/main armhf libltdl7 armhf 2.4.6-2 [386 kB]
Get:134 http://deb.freexian.com/extended-lts stretch/main armhf fontconfig armhf 2.11.0-6.7+b1 [402 kB]
Get:135 http://deb.freexian.com/extended-lts stretch/main armhf libthai-data all 0.1.26-1 [166 kB]
Get:136 http://deb.freexian.com/extended-lts stretch/main armhf libdatrie1 armhf 0.2.10-4+b1 [33.0 kB]
Get:137 http://deb.freexian.com/extended-lts stretch/main armhf libthai0 armhf 0.1.26-1 [49.1 kB]
Get:138 http://deb.freexian.com/extended-lts stretch/main armhf libpango-1.0-0 armhf 1.40.5-1 [305 kB]
Get:139 http://deb.freexian.com/extended-lts stretch/main armhf libgraphite2-3 armhf 1.3.10-1 [72.3 kB]
Get:140 http://deb.freexian.com/extended-lts stretch/main armhf libharfbuzz0b armhf 1.4.2-1 [647 kB]
Get:141 http://deb.freexian.com/extended-lts stretch/main armhf libpangoft2-1.0-0 armhf 1.40.5-1 [202 kB]
Get:142 http://deb.freexian.com/extended-lts stretch/main armhf libpangocairo-1.0-0 armhf 1.40.5-1 [190 kB]
Get:143 http://deb.freexian.com/extended-lts stretch/main armhf libpathplan4 armhf 2.38.0-17+deb9u1 [60.6 kB]
Get:144 http://deb.freexian.com/extended-lts stretch/main armhf libxdot4 armhf 2.38.0-17+deb9u1 [54.4 kB]
Get:145 http://deb.freexian.com/extended-lts stretch/main armhf libgvc6 armhf 2.38.0-17+deb9u1 [546 kB]
Get:146 http://deb.freexian.com/extended-lts stretch/main armhf libgvpr2 armhf 2.38.0-17+deb9u1 [188 kB]
Get:147 http://deb.freexian.com/extended-lts stretch/main armhf x11-common all 1:7.7+19 [251 kB]
Get:148 http://deb.freexian.com/extended-lts stretch/main armhf libice6 armhf 2:1.0.9-2 [51.7 kB]
Get:149 http://deb.freexian.com/extended-lts stretch/main armhf libsm6 armhf 2:1.2.2-1+b3 [31.3 kB]
Get:150 http://deb.freexian.com/extended-lts stretch/main armhf libxt6 armhf 1:1.1.5-1 [158 kB]
Get:151 http://deb.freexian.com/extended-lts stretch/main armhf libxmu6 armhf 2:1.1.2-2 [52.5 kB]
Get:152 http://deb.freexian.com/extended-lts stretch/main armhf libxaw7 armhf 2:1.0.13-1+b2 [167 kB]
Get:153 http://deb.freexian.com/extended-lts stretch/main armhf graphviz armhf 2.38.0-17+deb9u1 [720 kB]
Get:154 http://deb.freexian.com/extended-lts stretch/main armhf libgc1c2 armhf 1:7.4.2-8+deb9u1 [198 kB]
Get:155 http://deb.freexian.com/extended-lts stretch/main armhf libgpm2 armhf 1.20.4-6.2+b1 [33.3 kB]
Get:156 http://deb.freexian.com/extended-lts stretch/main armhf w3m armhf 0.5.3-34+deb9u2 [985 kB]
Get:157 http://deb.freexian.com/extended-lts stretch/main armhf libfakeroot armhf 1.21-3.1 [41.8 kB]
Get:158 http://deb.freexian.com/extended-lts stretch/main armhf fakeroot armhf 1.21-3.1 [84.0 kB]
Get:159 http://deb.freexian.com/extended-lts stretch/main armhf wget armhf 1.18-5+deb9u3 [781 kB]
Get:160 http://deb.freexian.com/extended-lts stretch/main armhf libwrap0 armhf 7.6.q-26 [56.0 kB]
Get:161 http://deb.freexian.com/extended-lts stretch/main armhf netbase all 5.4 [19.1 kB]
Get:162 http://deb.freexian.com/extended-lts stretch/main armhf openssl armhf 1.1.0l-1~deb9u10 [728 kB]
Get:163 http://deb.freexian.com/extended-lts stretch/main armhf stunnel4 armhf 3:5.39-2 [183 kB]
Get:164 http://deb.freexian.com/extended-lts stretch/main armhf lsof armhf 4.89+dfsg-0.1 [311 kB]
Get:165 http://deb.freexian.com/extended-lts stretch/main armhf db5.3-util armhf 5.3.28-12+deb9u1 [62.1 kB]
Get:166 http://deb.freexian.com/extended-lts stretch/main armhf db-util all 5.3.1 [2782 B]
Get:167 http://deb.freexian.com/extended-lts stretch/main armhf libassuan0 armhf 2.4.3-2 [36.3 kB]
Get:168 http://deb.freexian.com/extended-lts stretch/main armhf pinentry-curses armhf 1.0.0-2 [46.6 kB]
Get:169 http://deb.freexian.com/extended-lts stretch/main armhf libnpth0 armhf 1.3-1 [13.6 kB]
Get:170 http://deb.freexian.com/extended-lts stretch/main armhf gnupg-agent armhf 2.1.18-8~deb9u5 [513 kB]
Get:171 http://deb.freexian.com/extended-lts stretch/main armhf libksba8 armhf 1.3.5-2+deb9u2 [86.2 kB]
Get:172 http://deb.freexian.com/extended-lts stretch/main armhf gnupg armhf 2.1.18-8~deb9u5 [1062 kB]
Get:173 http://deb.freexian.com/extended-lts stretch/main armhf gpgv1 armhf 1.4.21-4+deb9u1 [179 kB]
Get:174 http://deb.freexian.com/extended-lts stretch/main armhf gnupg1 armhf 1.4.21-4+deb9u1 [562 kB]
Get:175 http://deb.freexian.com/extended-lts stretch/main armhf libfile-fcntllock-perl armhf 0.22-3+b2 [35.1 kB]
Get:176 http://deb.freexian.com/extended-lts stretch/main armhf libpython3.5-minimal armhf 3.5.3-1+deb9u11 [571 kB]
Get:177 http://deb.freexian.com/extended-lts stretch/main armhf python3.5-minimal armhf 3.5.3-1+deb9u11 [1446 kB]
Get:178 http://deb.freexian.com/extended-lts stretch/main armhf python3-minimal armhf 3.5.3-1 [35.3 kB]
Get:179 http://deb.freexian.com/extended-lts stretch/main armhf libmpdec2 armhf 2.4.2-1 [69.6 kB]
Get:180 http://deb.freexian.com/extended-lts stretch/main armhf libpython3.5-stdlib armhf 3.5.3-1+deb9u11 [2087 kB]
Get:181 http://deb.freexian.com/extended-lts stretch/main armhf python3.5 armhf 3.5.3-1+deb9u11 [233 kB]
Get:182 http://deb.freexian.com/extended-lts stretch/main armhf libpython3-stdlib armhf 3.5.3-1 [18.6 kB]
Get:183 http://deb.freexian.com/extended-lts stretch/main armhf dh-python all 2.20170125 [86.8 kB]
Get:184 http://deb.freexian.com/extended-lts stretch/main armhf python3 armhf 3.5.3-1 [21.6 kB]
Get:185 http://deb.freexian.com/extended-lts stretch/main armhf python-apt-common all 1.4.3 [94.2 kB]
Get:186 http://deb.freexian.com/extended-lts stretch/main armhf python3-apt armhf 1.4.3 [163 kB]

Extracting templates from packages: 16%
Extracting templates from packages: 32%
Extracting templates from packages: 48%
Extracting templates from packages: 64%
Extracting templates from packages: 80%
Extracting templates from packages: 96%
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 82.6 MB in 1s (53.5 MB/s)
Selecting previously unselected package apt-doc.
(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 ... 11334 files and directories currently installed.)
Preparing to unpack .../00-apt-doc.deb ...
Unpacking apt-doc (1.4.11) ...
Selecting previously unselected package zlib1g-dev:armhf.
Preparing to unpack .../01-zlib1g-dev_1%3a1.2.8.dfsg-5+deb9u2_armhf.deb ...
Unpacking zlib1g-dev:armhf (1:1.2.8.dfsg-5+deb9u2) ...
Selecting previously unselected package libapt-pkg-dev:armhf.
Preparing to unpack .../02-libapt-pkg-dev.deb ...
Unpacking libapt-pkg-dev:armhf (1.4.11) ...
Selecting previously unselected package libapt-pkg-doc.
Preparing to unpack .../03-libapt-pkg-doc.deb ...
Unpacking libapt-pkg-doc (1.4.11) ...
Selecting previously unselected package libnettle6:armhf.
Preparing to unpack .../04-libnettle6_3.3-1+deb9u1_armhf.deb ...
Unpacking libnettle6:armhf (3.3-1+deb9u1) ...
Selecting previously unselected package libhogweed4:armhf.
Preparing to unpack .../05-libhogweed4_3.3-1+deb9u1_armhf.deb ...
Unpacking libhogweed4:armhf (3.3-1+deb9u1) ...
Selecting previously unselected package libidn11:armhf.
Preparing to unpack .../06-libidn11_1.33-1+deb9u1_armhf.deb ...
Unpacking libidn11:armhf (1.33-1+deb9u1) ...
Selecting previously unselected package libffi6:armhf.
Preparing to unpack .../07-libffi6_3.2.1-6_armhf.deb ...
Unpacking libffi6:armhf (3.2.1-6) ...
Selecting previously unselected package libp11-kit0:armhf.
Preparing to unpack .../08-libp11-kit0_0.23.3-2+deb9u1_armhf.deb ...
Unpacking libp11-kit0:armhf (0.23.3-2+deb9u1) ...
Selecting previously unselected package libtasn1-6:armhf.
Preparing to unpack .../09-libtasn1-6_4.10-1.1+deb9u2_armhf.deb ...
Unpacking libtasn1-6:armhf (4.10-1.1+deb9u2) ...
Selecting previously unselected package libgnutls30:armhf.
Preparing to unpack .../10-libgnutls30_3.5.8-5+deb9u7_armhf.deb ...
Unpacking libgnutls30:armhf (3.5.8-5+deb9u7) ...
Selecting previously unselected package libkeyutils1:armhf.
Preparing to unpack .../11-libkeyutils1_1.5.9-9_armhf.deb ...
Unpacking libkeyutils1:armhf (1.5.9-9) ...
Selecting previously unselected package libkrb5support0:armhf.
Preparing to unpack .../12-libkrb5support0_1.15-1+deb9u6_armhf.deb ...
Unpacking libkrb5support0:armhf (1.15-1+deb9u6) ...
Selecting previously unselected package libk5crypto3:armhf.
Preparing to unpack .../13-libk5crypto3_1.15-1+deb9u6_armhf.deb ...
Unpacking libk5crypto3:armhf (1.15-1+deb9u6) ...
Selecting previously unselected package libkrb5-3:armhf.
Preparing to unpack .../14-libkrb5-3_1.15-1+deb9u6_armhf.deb ...
Unpacking libkrb5-3:armhf (1.15-1+deb9u6) ...
Selecting previously unselected package libgssapi-krb5-2:armhf.
Preparing to unpack .../15-libgssapi-krb5-2_1.15-1+deb9u6_armhf.deb ...
Unpacking libgssapi-krb5-2:armhf (1.15-1+deb9u6) ...
Selecting previously unselected package libunistring0:armhf.
Preparing to unpack .../16-libunistring0_0.9.6+really0.9.3-0.1_armhf.deb ...
Unpacking libunistring0:armhf (0.9.6+really0.9.3-0.1) ...
Selecting previously unselected package libidn2-0:armhf.
Preparing to unpack .../17-libidn2-0_0.16-1+deb9u1_armhf.deb ...
Unpacking libidn2-0:armhf (0.16-1+deb9u1) ...
Selecting previously unselected package libsasl2-modules-db:armhf.
Preparing to unpack .../18-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3+deb9u2_armhf.deb ...
Unpacking libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3+deb9u2) ...
Selecting previously unselected package libsasl2-2:armhf.
Preparing to unpack .../19-libsasl2-2_2.1.27~101-g0780600+dfsg-3+deb9u2_armhf.deb ...
Unpacking libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3+deb9u2) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../20-libldap-common_2.4.44+dfsg-5+deb9u9_all.deb ...
Unpacking libldap-common (2.4.44+dfsg-5+deb9u9) ...
Selecting previously unselected package libldap-2.4-2:armhf.
Preparing to unpack .../21-libldap-2.4-2_2.4.44+dfsg-5+deb9u9_armhf.deb ...
Unpacking libldap-2.4-2:armhf (2.4.44+dfsg-5+deb9u9) ...
Selecting previously unselected package libnghttp2-14:armhf.
Preparing to unpack .../22-libnghttp2-14_1.18.1-1+deb9u4_armhf.deb ...
Unpacking libnghttp2-14:armhf (1.18.1-1+deb9u4) ...
Selecting previously unselected package libpsl5:armhf.
Preparing to unpack .../23-libpsl5_0.17.0-3_armhf.deb ...
Unpacking libpsl5:armhf (0.17.0-3) ...
Selecting previously unselected package librtmp1:armhf.
Preparing to unpack .../24-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_armhf.deb ...
Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-1+b1) ...
Selecting previously unselected package libssh2-1:armhf.
Preparing to unpack .../25-libssh2-1_1.7.0-1+deb9u3_armhf.deb ...
Unpacking libssh2-1:armhf (1.7.0-1+deb9u3) ...
Selecting previously unselected package libcurl3-gnutls:armhf.
Preparing to unpack .../26-libcurl3-gnutls_7.52.1-5+deb9u22_armhf.deb ...
Unpacking libcurl3-gnutls:armhf (7.52.1-5+deb9u22) ...
Selecting previously unselected package apt-transport-https.
Preparing to unpack .../27-apt-transport-https.deb ...
Unpacking apt-transport-https (1.4.11) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../28-cmake-data_3.7.2-1_all.deb ...
Unpacking cmake-data (3.7.2-1) ...
Selecting previously unselected package libprocps6:armhf.
Preparing to unpack .../29-libprocps6_2%3a3.3.12-3+deb9u1_armhf.deb ...
Unpacking libprocps6:armhf (2:3.3.12-3+deb9u1) ...
Selecting previously unselected package procps.
Preparing to unpack .../30-procps_2%3a3.3.12-3+deb9u1_armhf.deb ...
Unpacking procps (2:3.3.12-3+deb9u1) ...
Selecting previously unselected package liblzo2-2:armhf.
Preparing to unpack .../31-liblzo2-2_2.08-1.2+b2_armhf.deb ...
Unpacking liblzo2-2:armhf (2.08-1.2+b2) ...
Selecting previously unselected package libicu57:armhf.
Preparing to unpack .../32-libicu57_57.1-6+deb9u5_armhf.deb ...
Unpacking libicu57:armhf (57.1-6+deb9u5) ...
Selecting previously unselected package libxml2:armhf.
Preparing to unpack .../33-libxml2_2.9.4+dfsg1-2.2+deb9u11_armhf.deb ...
Unpacking libxml2:armhf (2.9.4+dfsg1-2.2+deb9u11) ...
Selecting previously unselected package libarchive13:armhf.
Preparing to unpack .../34-libarchive13_3.2.2-2+deb9u5_armhf.deb ...
Unpacking libarchive13:armhf (3.2.2-2+deb9u5) ...
Selecting previously unselected package libssl1.0.2:armhf.
Preparing to unpack .../35-libssl1.0.2_1.0.2u-1~deb9u10_armhf.deb ...
Unpacking libssl1.0.2:armhf (1.0.2u-1~deb9u10) ...
Selecting previously unselected package libcurl3:armhf.
Preparing to unpack .../36-libcurl3_7.52.1-5+deb9u22_armhf.deb ...
Unpacking libcurl3:armhf (7.52.1-5+deb9u22) ...
Selecting previously unselected package libexpat1:armhf.
Preparing to unpack .../37-libexpat1_2.2.0-2+deb9u9_armhf.deb ...
Unpacking libexpat1:armhf (2.2.0-2+deb9u9) ...
Selecting previously unselected package libjsoncpp1:armhf.
Preparing to unpack .../38-libjsoncpp1_1.7.4-3_armhf.deb ...
Unpacking libjsoncpp1:armhf (1.7.4-3) ...
Selecting previously unselected package libuv1:armhf.
Preparing to unpack .../39-libuv1_1.9.1-3_armhf.deb ...
Unpacking libuv1:armhf (1.9.1-3) ...
Selecting previously unselected package cmake.
Preparing to unpack .../40-cmake_3.7.2-1_armhf.deb ...
Unpacking cmake (3.7.2-1) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../41-autotools-dev_20161112.1_all.deb ...
Unpacking autotools-dev (20161112.1) ...
Selecting previously unselected package libsigsegv2:armhf.
Preparing to unpack .../42-libsigsegv2_2.10-5_armhf.deb ...
Unpacking libsigsegv2:armhf (2.10-5) ...
Selecting previously unselected package m4.
Preparing to unpack .../43-m4_1.4.18-1_armhf.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../44-autoconf_2.69-10_all.deb ...
Unpacking autoconf (2.69-10) ...
Selecting previously unselected package automake.
Preparing to unpack .../45-automake_1%3a1.15-6_all.deb ...
Unpacking automake (1:1.15-6) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../46-autopoint_0.19.8.1-2+deb9u1_all.deb ...
Unpacking autopoint (0.19.8.1-2+deb9u1) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../47-libmagic-mgc_1%3a5.30-1+deb9u3_armhf.deb ...
Unpacking libmagic-mgc (1:5.30-1+deb9u3) ...
Selecting previously unselected package libmagic1:armhf.
Preparing to unpack .../48-libmagic1_1%3a5.30-1+deb9u3_armhf.deb ...
Unpacking libmagic1:armhf (1:5.30-1+deb9u3) ...
Selecting previously unselected package file.
Preparing to unpack .../49-file_1%3a5.30-1+deb9u3_armhf.deb ...
Unpacking file (1:5.30-1+deb9u3) ...
Selecting previously unselected package libtool.
Preparing to unpack .../50-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../51-dh-autoreconf_14_all.deb ...
Unpacking dh-autoreconf (14) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../52-libarchive-zip-perl_1.59-1+deb9u1_all.deb ...
Unpacking libarchive-zip-perl (1.59-1+deb9u1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../53-libfile-stripnondeterminism-perl_0.034-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (0.034-1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../54-libtimedate-perl_2.3000-2+deb9u1_all.deb ...
Unpacking libtimedate-perl (2.3000-2+deb9u1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../55-dh-strip-nondeterminism_0.034-1_all.deb ...
Unpacking dh-strip-nondeterminism (0.034-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../56-groff-base_1.22.3-9_armhf.deb ...
Unpacking groff-base (1.22.3-9) ...
Selecting previously unselected package libbsd0:armhf.
Preparing to unpack .../57-libbsd0_0.8.3-1+deb9u1_armhf.deb ...
Unpacking libbsd0:armhf (0.8.3-1+deb9u1) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../58-bsdmainutils_9.0.12+nmu1_armhf.deb ...
Unpacking bsdmainutils (9.0.12+nmu1) ...
Selecting previously unselected package libpipeline1:armhf.
Preparing to unpack .../59-libpipeline1_1.4.1-2_armhf.deb ...
Unpacking libpipeline1:armhf (1.4.1-2) ...
Selecting previously unselected package man-db.
Preparing to unpack .../60-man-db_2.7.6.1-2_armhf.deb ...
Unpacking man-db (2.7.6.1-2) ...
Selecting previously unselected package libglib2.0-0:armhf.
Preparing to unpack .../61-libglib2.0-0_2.50.3-2+deb9u7_armhf.deb ...
Unpacking libglib2.0-0:armhf (2.50.3-2+deb9u7) ...
Selecting previously unselected package libcroco3:armhf.
Preparing to unpack .../62-libcroco3_0.6.11-3_armhf.deb ...
Unpacking libcroco3:armhf (0.6.11-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../63-gettext-base_0.19.8.1-2+deb9u1_armhf.deb ...
Unpacking gettext-base (0.19.8.1-2+deb9u1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../64-gettext_0.19.8.1-2+deb9u1_armhf.deb ...
Unpacking gettext (0.19.8.1-2+deb9u1) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../65-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../66-po-debconf_1.0.20_all.deb ...
Unpacking po-debconf (1.0.20) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../67-debhelper_10.2.5_all.deb ...
Unpacking debhelper (10.2.5) ...
Selecting previously unselected package dh-systemd.
Preparing to unpack .../68-dh-systemd_10.2.5_all.deb ...
Unpacking dh-systemd (10.2.5) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../69-sgml-base_1.29_all.deb ...
Unpacking sgml-base (1.29) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../70-xml-core_0.17_all.deb ...
Unpacking xml-core (0.17) ...
Selecting previously unselected package sgml-data.
Preparing to unpack .../71-sgml-data_2.0.10_all.deb ...
Unpacking sgml-data (2.0.10) ...
Selecting previously unselected package docbook-xml.
Preparing to unpack .../72-docbook-xml_4.5-8_all.deb ...
Unpacking docbook-xml (4.5-8) ...
Selecting previously unselected package docbook-xsl.
Preparing to unpack .../73-docbook-xsl_1.79.1+dfsg-2_all.deb ...
Unpacking docbook-xsl (1.79.1+dfsg-2) ...
Selecting previously unselected package libbz2-dev:armhf.
Preparing to unpack .../74-libbz2-dev_1.0.6-8.1+deb9u1_armhf.deb ...
Unpacking libbz2-dev:armhf (1.0.6-8.1+deb9u1) ...
Selecting previously unselected package libcurl4-gnutls-dev:armhf.
Preparing to unpack .../75-libcurl4-gnutls-dev_7.52.1-5+deb9u22_armhf.deb ...
Unpacking libcurl4-gnutls-dev:armhf (7.52.1-5+deb9u22) ...
Selecting previously unselected package libdb5.3-dev.
Preparing to unpack .../76-libdb5.3-dev_5.3.28-12+deb9u1_armhf.deb ...
Unpacking libdb5.3-dev (5.3.28-12+deb9u1) ...
Selecting previously unselected package libdb-dev:armhf.
Preparing to unpack .../77-libdb-dev_5.3.1_armhf.deb ...
Unpacking libdb-dev:armhf (5.3.1) ...
Selecting previously unselected package libpython2.7-minimal:armhf.
Preparing to unpack .../78-libpython2.7-minimal_2.7.13-2+deb9u9_armhf.deb ...
Unpacking libpython2.7-minimal:armhf (2.7.13-2+deb9u9) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../79-python2.7-minimal_2.7.13-2+deb9u9_armhf.deb ...
Unpacking python2.7-minimal (2.7.13-2+deb9u9) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../80-python-minimal_2.7.13-2_armhf.deb ...
Unpacking python-minimal (2.7.13-2) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../81-mime-support_3.60_all.deb ...
Unpacking mime-support (3.60) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../82-readline-common_7.0-3_all.deb ...
Unpacking readline-common (7.0-3) ...
Selecting previously unselected package libreadline7:armhf.
Preparing to unpack .../83-libreadline7_7.0-3_armhf.deb ...
Unpacking libreadline7:armhf (7.0-3) ...
Selecting previously unselected package libsqlite3-0:armhf.
Preparing to unpack .../84-libsqlite3-0_3.16.2-5+deb9u4_armhf.deb ...
Unpacking libsqlite3-0:armhf (3.16.2-5+deb9u4) ...
Selecting previously unselected package libssl1.1:armhf.
Preparing to unpack .../85-libssl1.1_1.1.0l-1~deb9u10_armhf.deb ...
Unpacking libssl1.1:armhf (1.1.0l-1~deb9u10) ...
Selecting previously unselected package libpython2.7-stdlib:armhf.
Preparing to unpack .../86-libpython2.7-stdlib_2.7.13-2+deb9u9_armhf.deb ...
Unpacking libpython2.7-stdlib:armhf (2.7.13-2+deb9u9) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../87-python2.7_2.7.13-2+deb9u9_armhf.deb ...
Unpacking python2.7 (2.7.13-2+deb9u9) ...
Selecting previously unselected package libpython-stdlib:armhf.
Preparing to unpack .../88-libpython-stdlib_2.7.13-2_armhf.deb ...
Unpacking libpython-stdlib:armhf (2.7.13-2) ...
Setting up libpython2.7-minimal:armhf (2.7.13-2+deb9u9) ...
Setting up python2.7-minimal (2.7.13-2+deb9u9) ...
Setting up python-minimal (2.7.13-2) ...
Selecting previously unselected package python.
(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 ... 19503 files and directories currently installed.)
Preparing to unpack .../00-python_2.7.13-2_armhf.deb ...
Unpacking python (2.7.13-2) ...
Selecting previously unselected package googletest:armhf.
Preparing to unpack .../01-googletest_1.8.0-6_armhf.deb ...
Unpacking googletest:armhf (1.8.0-6) ...
Selecting previously unselected package liblz4-dev:armhf.
Preparing to unpack .../02-liblz4-dev_0.0~r131-2+deb9u1_armhf.deb ...
Unpacking liblz4-dev:armhf (0.0~r131-2+deb9u1) ...
Selecting previously unselected package liblzma-dev:armhf.
Preparing to unpack .../03-liblzma-dev_5.2.2-1.2+deb9u1_armhf.deb ...
Unpacking liblzma-dev:armhf (5.2.2-1.2+deb9u1) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../04-pkg-config_0.29-4+b1_armhf.deb ...
Unpacking pkg-config (0.29-4+b1) ...
Selecting previously unselected package libsgmls-perl.
Preparing to unpack .../05-libsgmls-perl_1.03ii-36_all.deb ...
Unpacking libsgmls-perl (1.03ii-36) ...
Selecting previously unselected package libosp5.
Preparing to unpack .../06-libosp5_1.5.2-13+b1_armhf.deb ...
Unpacking libosp5 (1.5.2-13+b1) ...
Selecting previously unselected package opensp.
Preparing to unpack .../07-opensp_1.5.2-13+b1_armhf.deb ...
Unpacking opensp (1.5.2-13+b1) ...
Selecting previously unselected package po4a.
Preparing to unpack .../08-po4a_0.47-2_all.deb ...
Unpacking po4a (0.47-2) ...
Selecting previously unselected package libxslt1.1:armhf.
Preparing to unpack .../09-libxslt1.1_1.1.29-2.1+deb9u3_armhf.deb ...
Unpacking libxslt1.1:armhf (1.1.29-2.1+deb9u3) ...
Selecting previously unselected package xsltproc.
Preparing to unpack .../10-xsltproc_1.1.29-2.1+deb9u3_armhf.deb ...
Unpacking xsltproc (1.1.29-2.1+deb9u3) ...
Selecting previously unselected package libedit2:armhf.
Preparing to unpack .../11-libedit2_3.1-20160903-3_armhf.deb ...
Unpacking libedit2:armhf (3.1-20160903-3) ...
Selecting previously unselected package libllvm3.9:armhf.
Preparing to unpack .../12-libllvm3.9_1%3a3.9.1-9_armhf.deb ...
Unpacking libllvm3.9:armhf (1:3.9.1-9) ...
Selecting previously unselected package libclang1-3.9:armhf.
Preparing to unpack .../13-libclang1-3.9_1%3a3.9.1-9_armhf.deb ...
Unpacking libclang1-3.9:armhf (1:3.9.1-9) ...
Selecting previously unselected package libxapian30:armhf.
Preparing to unpack .../14-libxapian30_1.4.3-2+deb9u3_armhf.deb ...
Unpacking libxapian30:armhf (1.4.3-2+deb9u3) ...
Selecting previously unselected package doxygen.
Preparing to unpack .../15-doxygen_1.8.13-4+b1_armhf.deb ...
Unpacking doxygen (1.8.13-4+b1) ...
Selecting previously unselected package libann0.
Preparing to unpack .../16-libann0_1.1.2+doc-6_armhf.deb ...
Unpacking libann0 (1.1.2+doc-6) ...
Selecting previously unselected package libcdt5.
Preparing to unpack .../17-libcdt5_2.38.0-17+deb9u1_armhf.deb ...
Unpacking libcdt5 (2.38.0-17+deb9u1) ...
Selecting previously unselected package libcgraph6.
Preparing to unpack .../18-libcgraph6_2.38.0-17+deb9u1_armhf.deb ...
Unpacking libcgraph6 (2.38.0-17+deb9u1) ...
Selecting previously unselected package libpng16-16:armhf.
Preparing to unpack .../19-libpng16-16_1.6.28-1+deb9u1_armhf.deb ...
Unpacking libpng16-16:armhf (1.6.28-1+deb9u1) ...
Selecting previously unselected package libfreetype6:armhf.
Preparing to unpack .../20-libfreetype6_2.6.3-3.2+deb9u3_armhf.deb ...
Unpacking libfreetype6:armhf (2.6.3-3.2+deb9u3) ...
Selecting previously unselected package ucf.
Preparing to unpack .../21-ucf_3.0036_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0036) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../22-fonts-dejavu-core_2.37-1_all.deb ...
Unpacking fonts-dejavu-core (2.37-1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../23-fontconfig-config_2.11.0-6.7_all.deb ...
Unpacking fontconfig-config (2.11.0-6.7) ...
Selecting previously unselected package libfontconfig1:armhf.
Preparing to unpack .../24-libfontconfig1_2.11.0-6.7+b1_armhf.deb ...
Unpacking libfontconfig1:armhf (2.11.0-6.7+b1) ...
Selecting previously unselected package libjpeg62-turbo:armhf.
Preparing to unpack .../25-libjpeg62-turbo_1%3a1.5.1-2+deb9u3_armhf.deb ...
Unpacking libjpeg62-turbo:armhf (1:1.5.1-2+deb9u3) ...
Selecting previously unselected package libjbig0:armhf.
Preparing to unpack .../26-libjbig0_2.1-3.1+b2_armhf.deb ...
Unpacking libjbig0:armhf (2.1-3.1+b2) ...
Selecting previously unselected package libtiff5:armhf.
Preparing to unpack .../27-libtiff5_4.0.8-2+deb9u12_armhf.deb ...
Unpacking libtiff5:armhf (4.0.8-2+deb9u12) ...
Selecting previously unselected package libwebp6:armhf.
Preparing to unpack .../28-libwebp6_0.5.2-1+deb9u3_armhf.deb ...
Unpacking libwebp6:armhf (0.5.2-1+deb9u3) ...
Selecting previously unselected package libxau6:armhf.
Preparing to unpack .../29-libxau6_1%3a1.0.8-1_armhf.deb ...
Unpacking libxau6:armhf (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp6:armhf.
Preparing to unpack .../30-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:armhf.
Preparing to unpack .../31-libxcb1_1.12-1_armhf.deb ...
Unpacking libxcb1:armhf (1.12-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../32-libx11-data_2%3a1.6.4-3+deb9u6_all.deb ...
Unpacking libx11-data (2:1.6.4-3+deb9u6) ...
Selecting previously unselected package libx11-6:armhf.
Preparing to unpack .../33-libx11-6_2%3a1.6.4-3+deb9u6_armhf.deb ...
Unpacking libx11-6:armhf (2:1.6.4-3+deb9u6) ...
Selecting previously unselected package libxpm4:armhf.
Preparing to unpack .../34-libxpm4_1%3a3.5.12-1+deb9u2_armhf.deb ...
Unpacking libxpm4:armhf (1:3.5.12-1+deb9u2) ...
Selecting previously unselected package libgd3:armhf.
Preparing to unpack .../35-libgd3_2.2.4-2+deb9u6_armhf.deb ...
Unpacking libgd3:armhf (2.2.4-2+deb9u6) ...
Selecting previously unselected package libgts-0.7-5:armhf.
Preparing to unpack .../36-libgts-0.7-5_0.7.6+darcs121130-4_armhf.deb ...
Unpacking libgts-0.7-5:armhf (0.7.6+darcs121130-4) ...
Selecting previously unselected package libpixman-1-0:armhf.
Preparing to unpack .../37-libpixman-1-0_0.34.0-1+deb9u1_armhf.deb ...
Unpacking libpixman-1-0:armhf (0.34.0-1+deb9u1) ...
Selecting previously unselected package libxcb-render0:armhf.
Preparing to unpack .../38-libxcb-render0_1.12-1_armhf.deb ...
Unpacking libxcb-render0:armhf (1.12-1) ...
Selecting previously unselected package libxcb-shm0:armhf.
Preparing to unpack .../39-libxcb-shm0_1.12-1_armhf.deb ...
Unpacking libxcb-shm0:armhf (1.12-1) ...
Selecting previously unselected package libxext6:armhf.
Preparing to unpack .../40-libxext6_2%3a1.3.3-1+b2_armhf.deb ...
Unpacking libxext6:armhf (2:1.3.3-1+b2) ...
Selecting previously unselected package libxrender1:armhf.
Preparing to unpack .../41-libxrender1_1%3a0.9.10-1_armhf.deb ...
Unpacking libxrender1:armhf (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:armhf.
Preparing to unpack .../42-libcairo2_1.14.8-1+deb9u1_armhf.deb ...
Unpacking libcairo2:armhf (1.14.8-1+deb9u1) ...
Selecting previously unselected package libltdl7:armhf.
Preparing to unpack .../43-libltdl7_2.4.6-2_armhf.deb ...
Unpacking libltdl7:armhf (2.4.6-2) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../44-fontconfig_2.11.0-6.7+b1_armhf.deb ...
Unpacking fontconfig (2.11.0-6.7+b1) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../45-libthai-data_0.1.26-1_all.deb ...
Unpacking libthai-data (0.1.26-1) ...
Selecting previously unselected package libdatrie1:armhf.
Preparing to unpack .../46-libdatrie1_0.2.10-4+b1_armhf.deb ...
Unpacking libdatrie1:armhf (0.2.10-4+b1) ...
Selecting previously unselected package libthai0:armhf.
Preparing to unpack .../47-libthai0_0.1.26-1_armhf.deb ...
Unpacking libthai0:armhf (0.1.26-1) ...
Selecting previously unselected package libpango-1.0-0:armhf.
Preparing to unpack .../48-libpango-1.0-0_1.40.5-1_armhf.deb ...
Unpacking libpango-1.0-0:armhf (1.40.5-1) ...
Selecting previously unselected package libgraphite2-3:armhf.
Preparing to unpack .../49-libgraphite2-3_1.3.10-1_armhf.deb ...
Unpacking libgraphite2-3:armhf (1.3.10-1) ...
Selecting previously unselected package libharfbuzz0b:armhf.
Preparing to unpack .../50-libharfbuzz0b_1.4.2-1_armhf.deb ...
Unpacking libharfbuzz0b:armhf (1.4.2-1) ...
Selecting previously unselected package libpangoft2-1.0-0:armhf.
Preparing to unpack .../51-libpangoft2-1.0-0_1.40.5-1_armhf.deb ...
Unpacking libpangoft2-1.0-0:armhf (1.40.5-1) ...
Selecting previously unselected package libpangocairo-1.0-0:armhf.
Preparing to unpack .../52-libpangocairo-1.0-0_1.40.5-1_armhf.deb ...
Unpacking libpangocairo-1.0-0:armhf (1.40.5-1) ...
Selecting previously unselected package libpathplan4.
Preparing to unpack .../53-libpathplan4_2.38.0-17+deb9u1_armhf.deb ...
Unpacking libpathplan4 (2.38.0-17+deb9u1) ...
Selecting previously unselected package libxdot4.
Preparing to unpack .../54-libxdot4_2.38.0-17+deb9u1_armhf.deb ...
Unpacking libxdot4 (2.38.0-17+deb9u1) ...
Selecting previously unselected package libgvc6.
Preparing to unpack .../55-libgvc6_2.38.0-17+deb9u1_armhf.deb ...
Unpacking libgvc6 (2.38.0-17+deb9u1) ...
Selecting previously unselected package libgvpr2.
Preparing to unpack .../56-libgvpr2_2.38.0-17+deb9u1_armhf.deb ...
Unpacking libgvpr2 (2.38.0-17+deb9u1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../57-x11-common_1%3a7.7+19_all.deb ...
Unpacking x11-common (1:7.7+19) ...
Selecting previously unselected package libice6:armhf.
Preparing to unpack .../58-libice6_2%3a1.0.9-2_armhf.deb ...
Unpacking libice6:armhf (2:1.0.9-2) ...
Selecting previously unselected package libsm6:armhf.
Preparing to unpack .../59-libsm6_2%3a1.2.2-1+b3_armhf.deb ...
Unpacking libsm6:armhf (2:1.2.2-1+b3) ...
Selecting previously unselected package libxt6:armhf.
Preparing to unpack .../60-libxt6_1%3a1.1.5-1_armhf.deb ...
Unpacking libxt6:armhf (1:1.1.5-1) ...
Selecting previously unselected package libxmu6:armhf.
Preparing to unpack .../61-libxmu6_2%3a1.1.2-2_armhf.deb ...
Unpacking libxmu6:armhf (2:1.1.2-2) ...
Selecting previously unselected package libxaw7:armhf.
Preparing to unpack .../62-libxaw7_2%3a1.0.13-1+b2_armhf.deb ...
Unpacking libxaw7:armhf (2:1.0.13-1+b2) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../63-graphviz_2.38.0-17+deb9u1_armhf.deb ...
Unpacking graphviz (2.38.0-17+deb9u1) ...
Selecting previously unselected package libgc1c2:armhf.
Preparing to unpack .../64-libgc1c2_1%3a7.4.2-8+deb9u1_armhf.deb ...
Unpacking libgc1c2:armhf (1:7.4.2-8+deb9u1) ...
Selecting previously unselected package libgpm2:armhf.
Preparing to unpack .../65-libgpm2_1.20.4-6.2+b1_armhf.deb ...
Unpacking libgpm2:armhf (1.20.4-6.2+b1) ...
Selecting previously unselected package w3m.
Preparing to unpack .../66-w3m_0.5.3-34+deb9u2_armhf.deb ...
Unpacking w3m (0.5.3-34+deb9u2) ...
Selecting previously unselected package libfakeroot:armhf.
Preparing to unpack .../67-libfakeroot_1.21-3.1_armhf.deb ...
Unpacking libfakeroot:armhf (1.21-3.1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../68-fakeroot_1.21-3.1_armhf.deb ...
Unpacking fakeroot (1.21-3.1) ...
Selecting previously unselected package wget.
Preparing to unpack .../69-wget_1.18-5+deb9u3_armhf.deb ...
Unpacking wget (1.18-5+deb9u3) ...
Selecting previously unselected package libwrap0:armhf.
Preparing to unpack .../70-libwrap0_7.6.q-26_armhf.deb ...
Unpacking libwrap0:armhf (7.6.q-26) ...
Selecting previously unselected package netbase.
Preparing to unpack .../71-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package openssl.
Preparing to unpack .../72-openssl_1.1.0l-1~deb9u10_armhf.deb ...
Unpacking openssl (1.1.0l-1~deb9u10) ...
Selecting previously unselected package stunnel4.
Preparing to unpack .../73-stunnel4_3%3a5.39-2_armhf.deb ...
Unpacking stunnel4 (3:5.39-2) ...
Selecting previously unselected package lsof.
Preparing to unpack .../74-lsof_4.89+dfsg-0.1_armhf.deb ...
Unpacking lsof (4.89+dfsg-0.1) ...
Selecting previously unselected package db5.3-util.
Preparing to unpack .../75-db5.3-util_5.3.28-12+deb9u1_armhf.deb ...
Unpacking db5.3-util (5.3.28-12+deb9u1) ...
Selecting previously unselected package db-util.
Preparing to unpack .../76-db-util_5.3.1_all.deb ...
Unpacking db-util (5.3.1) ...
Selecting previously unselected package libassuan0:armhf.
Preparing to unpack .../77-libassuan0_2.4.3-2_armhf.deb ...
Unpacking libassuan0:armhf (2.4.3-2) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../78-pinentry-curses_1.0.0-2_armhf.deb ...
Unpacking pinentry-curses (1.0.0-2) ...
Selecting previously unselected package libnpth0:armhf.
Preparing to unpack .../79-libnpth0_1.3-1_armhf.deb ...
Unpacking libnpth0:armhf (1.3-1) ...
Selecting previously unselected package gnupg-agent.
Preparing to unpack .../80-gnupg-agent_2.1.18-8~deb9u5_armhf.deb ...
Unpacking gnupg-agent (2.1.18-8~deb9u5) ...
Selecting previously unselected package libksba8:armhf.
Preparing to unpack .../81-libksba8_1.3.5-2+deb9u2_armhf.deb ...
Unpacking libksba8:armhf (1.3.5-2+deb9u2) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../82-gnupg_2.1.18-8~deb9u5_armhf.deb ...
Unpacking gnupg (2.1.18-8~deb9u5) ...
Selecting previously unselected package gpgv1.
Preparing to unpack .../83-gpgv1_1.4.21-4+deb9u1_armhf.deb ...
Unpacking gpgv1 (1.4.21-4+deb9u1) ...
Setting up gpgv1 (1.4.21-4+deb9u1) ...
Selecting previously unselected package gnupg1.
(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 ... 22071 files and directories currently installed.)
Preparing to unpack .../0-gnupg1_1.4.21-4+deb9u1_armhf.deb ...
Unpacking gnupg1 (1.4.21-4+deb9u1) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../1-libfile-fcntllock-perl_0.22-3+b2_armhf.deb ...
Unpacking libfile-fcntllock-perl (0.22-3+b2) ...
Selecting previously unselected package libpython3.5-minimal:armhf.
Preparing to unpack .../2-libpython3.5-minimal_3.5.3-1+deb9u11_armhf.deb ...
Unpacking libpython3.5-minimal:armhf (3.5.3-1+deb9u11) ...
Selecting previously unselected package python3.5-minimal.
Preparing to unpack .../3-python3.5-minimal_3.5.3-1+deb9u11_armhf.deb ...
Unpacking python3.5-minimal (3.5.3-1+deb9u11) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../4-python3-minimal_3.5.3-1_armhf.deb ...
Unpacking python3-minimal (3.5.3-1) ...
Selecting previously unselected package libmpdec2:armhf.
Preparing to unpack .../5-libmpdec2_2.4.2-1_armhf.deb ...
Unpacking libmpdec2:armhf (2.4.2-1) ...
Selecting previously unselected package libpython3.5-stdlib:armhf.
Preparing to unpack .../6-libpython3.5-stdlib_3.5.3-1+deb9u11_armhf.deb ...
Unpacking libpython3.5-stdlib:armhf (3.5.3-1+deb9u11) ...
Selecting previously unselected package python3.5.
Preparing to unpack .../7-python3.5_3.5.3-1+deb9u11_armhf.deb ...
Unpacking python3.5 (3.5.3-1+deb9u11) ...
Selecting previously unselected package libpython3-stdlib:armhf.
Preparing to unpack .../8-libpython3-stdlib_3.5.3-1_armhf.deb ...
Unpacking libpython3-stdlib:armhf (3.5.3-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../9-dh-python_2.20170125_all.deb ...
Unpacking dh-python (2.20170125) ...
Setting up libssl1.1:armhf (1.1.0l-1~deb9u10) ...
Setting up libpython3.5-minimal:armhf (3.5.3-1+deb9u11) ...
Setting up libexpat1:armhf (2.2.0-2+deb9u9) ...
Setting up python3.5-minimal (3.5.3-1+deb9u11) ...
Setting up python3-minimal (3.5.3-1) ...
Selecting previously unselected package python3.
(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 ... 23041 files and directories currently installed.)
Preparing to unpack .../python3_3.5.3-1_armhf.deb ...
Unpacking python3 (3.5.3-1) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../python-apt-common_1.4.3_all.deb ...
Unpacking python-apt-common (1.4.3) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../python3-apt_1.4.3_armhf.deb ...
Unpacking python3-apt (1.4.3) ...
Setting up python-apt-common (1.4.3) ...
Setting up libnpth0:armhf (1.3-1) ...
Setting up readline-common (7.0-3) ...
Setting up libnettle6:armhf (3.3-1+deb9u1) ...
Setting up libxapian30:armhf (1.4.3-2+deb9u3) ...
Setting up libpathplan4 (2.38.0-17+deb9u1) ...
Setting up libbz2-dev:armhf (1.0.6-8.1+deb9u1) ...
Setting up libxdot4 (2.38.0-17+deb9u1) ...
Setting up libjpeg62-turbo:armhf (1:1.5.1-2+deb9u3) ...
Setting up libarchive-zip-perl (1.59-1+deb9u1) ...
Setting up libnghttp2-14:armhf (1.18.1-1+deb9u4) ...
Setting up mime-support (3.60) ...
Setting up libpng16-16:armhf (1.6.28-1+deb9u1) ...
Setting up libtimedate-perl (2.3000-2+deb9u1) ...
Setting up libjbig0:armhf (2.1-3.1+b2) ...
Setting up libsigsegv2:armhf (2.10-5) ...
Setting up libgpm2:armhf (1.20.4-6.2+b1) ...
Setting up libldap-common (2.4.44+dfsg-5+deb9u9) ...
Setting up fonts-dejavu-core (2.37-1) ...
Setting up libuv1:armhf (1.9.1-3) ...
Setting up libreadline7:armhf (7.0-3) ...
Setting up libapt-pkg-doc (1.4.11) ...
Setting up lsof (4.89+dfsg-0.1) ...
Setting up groff-base (1.22.3-9) ...
Setting up libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3+deb9u2) ...
Setting up libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3+deb9u2) ...
Setting up apt-doc (1.4.11) ...
Setting up libgc1c2:armhf (1:7.4.2-8+deb9u1) ...
Setting up libosp5 (1.5.2-13+b1) ...
Setting up libdatrie1:armhf (0.2.10-4+b1) ...
Setting up libtiff5:armhf (4.0.8-2+deb9u12) ...
Setting up gettext-base (0.19.8.1-2+deb9u1) ...
Setting up cmake-data (3.7.2-1) ...
Setting up libpipeline1:armhf (1.4.1-2) ...
Setting up libksba8:armhf (1.3.5-2+deb9u2) ...
Setting up m4 (1.4.18-1) ...
Setting up sgml-base (1.29) ...
Setting up gnupg1 (1.4.21-4+deb9u1) ...
Setting up libicu57:armhf (57.1-6+deb9u5) ...
Setting up libbsd0:armhf (0.8.3-1+deb9u1) ...
Setting up libprocps6:armhf (2:3.3.12-3+deb9u1) ...
Setting up ucf (3.0036) ...
Setting up libxml2:armhf (2.9.4+dfsg1-2.2+deb9u11) ...
Setting up libfreetype6:armhf (2.6.3-3.2+deb9u3) ...
Setting up libtasn1-6:armhf (4.10-1.1+deb9u2) ...
Setting up libmagic-mgc (1:5.30-1+deb9u3) ...
Setting up libmagic1:armhf (1:5.30-1+deb9u3) ...
Setting up libhogweed4:armhf (3.3-1+deb9u1) ...
Setting up libgraphite2-3:armhf (1.3.10-1) ...
Setting up procps (2:3.3.12-3+deb9u1) ...
update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
Setting up libxslt1.1:armhf (1.1.29-2.1+deb9u3) ...
Setting up libfile-fcntllock-perl (0.22-3+b2) ...
Setting up libssl1.0.2:armhf (1.0.2u-1~deb9u10) ...
Setting up libpixman-1-0:armhf (0.34.0-1+deb9u1) ...
Setting up libssh2-1:armhf (1.7.0-1+deb9u3) ...
Setting up libdb5.3-dev (5.3.28-12+deb9u1) ...
Processing triggers for libc-bin (2.24-11+deb9u7) ...
Setting up autotools-dev (20161112.1) ...
Setting up libunistring0:armhf (0.9.6+really0.9.3-0.1) ...
Setting up w3m (0.5.3-34+deb9u2) ...
Setting up libfakeroot:armhf (1.21-3.1) ...
Setting up libltdl7:armhf (2.4.6-2) ...
Setting up openssl (1.1.0l-1~deb9u10) ...
Setting up libsqlite3-0:armhf (3.16.2-5+deb9u4) ...
Setting up libann0 (1.1.2+doc-6) ...
Setting up db5.3-util (5.3.28-12+deb9u1) ...
Setting up libffi6:armhf (3.2.1-6) ...
Setting up libthai-data (0.1.26-1) ...
Setting up liblzma-dev:armhf (5.2.2-1.2+deb9u1) ...
Setting up libxdmcp6:armhf (1:1.1.2-3) ...
Setting up xml-core (0.17) ...
Setting up liblz4-dev:armhf (0.0~r131-2+deb9u1) ...
Setting up libkeyutils1:armhf (1.5.9-9) ...
Setting up bsdmainutils (9.0.12+nmu1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libsgmls-perl (1.03ii-36) ...
Setting up x11-common (1:7.7+19) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: could not determine current runlevel
invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
Setting up libassuan0:armhf (2.4.3-2) ...
Setting up libcdt5 (2.38.0-17+deb9u1) ...
Setting up libx11-data (2:1.6.4-3+deb9u6) ...
Setting up libpython2.7-stdlib:armhf (2.7.13-2+deb9u9) ...
Setting up libxau6:armhf (1:1.0.8-1) ...
Setting up autopoint (0.19.8.1-2+deb9u1) ...
Setting up libidn11:armhf (1.33-1+deb9u1) ...
Setting up libmpdec2:armhf (2.4.2-1) ...
Setting up liblzo2-2:armhf (2.08-1.2+b2) ...
Setting up libwrap0:armhf (7.6.q-26) ...
Setting up libcgraph6 (2.38.0-17+deb9u1) ...
Setting up netbase (5.4) ...
Setting up libwebp6:armhf (0.5.2-1+deb9u3) ...
Setting up zlib1g-dev:armhf (1:1.2.8.dfsg-5+deb9u2) ...
Setting up libfile-stripnondeterminism-perl (0.034-1) ...
Setting up libdb-dev:armhf (5.3.1) ...
Setting up libjsoncpp1:armhf (1.7.4-3) ...
Setting up libedit2:armhf (3.1-20160903-3) ...
Setting up fontconfig-config (2.11.0-6.7) ...
Setting up libidn2-0:armhf (0.16-1+deb9u1) ...
Setting up opensp (1.5.2-13+b1) ...
Setting up libapt-pkg-dev:armhf (1.4.11) ...
Setting up libarchive13:armhf (3.2.2-2+deb9u5) ...
Setting up libgvpr2 (2.38.0-17+deb9u1) ...
Setting up libpsl5:armhf (0.17.0-3) ...
Setting up libglib2.0-0:armhf (2.50.3-2+deb9u7) ...
No schema files found: doing nothing.
Setting up libpython3.5-stdlib:armhf (3.5.3-1+deb9u11) ...
Setting up libllvm3.9:armhf (1:3.9.1-9) ...
Setting up python2.7 (2.7.13-2+deb9u9) ...
Setting up libharfbuzz0b:armhf (1.4.2-1) ...
Setting up xsltproc (1.1.29-2.1+deb9u3) ...
Setting up autoconf (2.69-10) ...
Setting up libthai0:armhf (0.1.26-1) ...
Setting up file (1:5.30-1+deb9u3) ...
Setting up fakeroot (1.21-3.1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libkrb5support0:armhf (1.15-1+deb9u6) ...
Setting up db-util (5.3.1) ...
Setting up libcroco3:armhf (0.6.11-3) ...
Setting up libpython-stdlib:armhf (2.7.13-2) ...
Setting up stunnel4 (3:5.39-2) ...
Warning: The home dir /var/run/stunnel4 you specified can't be accessed: No such file or directory
Adding system user `stunnel4' (UID 101) ...
Adding new group `stunnel4' (GID 101) ...
Adding new user `stunnel4' (UID 101) with group `stunnel4' ...
Not creating home directory `/var/run/stunnel4'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
Setting up pkg-config (0.29-4+b1) ...
Setting up libclang1-3.9:armhf (1:3.9.1-9) ...
Setting up libp11-kit0:armhf (0.23.3-2+deb9u1) ...
Setting up automake (1:1.15-6) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Setting up libice6:armhf (2:1.0.9-2) ...
Setting up man-db (2.7.6.1-2) ...
Building database of manual pages ...
Setting up pinentry-curses (1.0.0-2) ...
Setting up gnupg-agent (2.1.18-8~deb9u5) ...
Setting up libxcb1:armhf (1.12-1) ...
Setting up python (2.7.13-2) ...
Setting up libtool (2.4.6-2) ...
Setting up python3.5 (3.5.3-1+deb9u11) ...
Setting up libpython3-stdlib:armhf (3.5.3-1) ...
Setting up libgts-0.7-5:armhf (0.7.6+darcs121130-4) ...
Setting up libfontconfig1:armhf (2.11.0-6.7+b1) ...
Setting up libsm6:armhf (2:1.2.2-1+b3) ...
Setting up libk5crypto3:armhf (1.15-1+deb9u6) ...
Setting up libxcb-render0:armhf (1.12-1) ...
Setting up gettext (0.19.8.1-2+deb9u1) ...
Setting up gnupg (2.1.18-8~deb9u5) ...
Setting up libgnutls30:armhf (3.5.8-5+deb9u7) ...
Setting up libx11-6:armhf (2:1.6.4-3+deb9u6) ...
Setting up doxygen (1.8.13-4+b1) ...
Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-1+b1) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up googletest:armhf (1.8.0-6) ...
Setting up libldap-2.4-2:armhf (2.4.44+dfsg-5+deb9u9) ...
Setting up po4a (0.47-2) ...
Setting up wget (1.18-5+deb9u3) ...
Setting up libxcb-shm0:armhf (1.12-1) ...
Setting up libxpm4:armhf (1:3.5.12-1+deb9u2) ...
Setting up libxt6:armhf (1:1.1.5-1) ...
Setting up libxrender1:armhf (1:0.9.10-1) ...
Setting up libkrb5-3:armhf (1.15-1+deb9u6) ...
Setting up fontconfig (2.11.0-6.7+b1) ...
Regenerating fonts cache... done.
Setting up libxext6:armhf (2:1.3.3-1+b2) ...
Setting up po-debconf (1.0.20) ...
Setting up libgd3:armhf (2.2.4-2+deb9u6) ...
Setting up libxmu6:armhf (2:1.1.2-2) ...
Setting up libgssapi-krb5-2:armhf (1.15-1+deb9u6) ...
Setting up libpango-1.0-0:armhf (1.40.5-1) ...
Setting up libxaw7:armhf (2:1.0.13-1+b2) ...
Setting up libcairo2:armhf (1.14.8-1+deb9u1) ...
Setting up libcurl3:armhf (7.52.1-5+deb9u22) ...
Setting up libcurl3-gnutls:armhf (7.52.1-5+deb9u22) ...
Setting up libpangoft2-1.0-0:armhf (1.40.5-1) ...
Setting up cmake (3.7.2-1) ...
Setting up libcurl4-gnutls-dev:armhf (7.52.1-5+deb9u22) ...
Setting up apt-transport-https (1.4.11) ...
Setting up libpangocairo-1.0-0:armhf (1.40.5-1) ...
Setting up libgvc6 (2.38.0-17+deb9u1) ...
Setting up graphviz (2.38.0-17+deb9u1) ...
Processing triggers for sgml-base (1.29) ...
Setting up docbook-xsl (1.79.1+dfsg-2) ...
Setting up sgml-data (2.0.10) ...
Processing triggers for sgml-base (1.29) ...
Setting up docbook-xml (4.5-8) ...
Processing triggers for sgml-base (1.29) ...
Setting up dh-autoreconf (14) ...
Setting up python3 (3.5.3-1) ...
Setting up dh-strip-nondeterminism (0.034-1) ...
Setting up dh-python (2.20170125) ...
Setting up debhelper (10.2.5) ...
Setting up python3-apt (1.4.3) ...
Setting up dh-systemd (10.2.5) ...
Setting up autopkgtest-satdep (0) ...
Processing triggers for libc-bin (2.24-11+deb9u7) ...
(Reading database ... 23156 files and directories currently installed.)
Removing autopkgtest-satdep (0) ...
autopkgtest [06:28:42]: test run-tests: [-----------------------
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Looking for native LFS support
-- Looking for native LFS support - not found
-- Looking for LFS support using  -D_LARGEFILE_SOURCE;-D_FILE_OFFSET_BITS=64 ;
-- Looking for LFS support using  -D_LARGEFILE_SOURCE;-D_FILE_OFFSET_BITS=64 ; - found
-- Found LFS: TRUE  
-- Looking for iconv_open
-- Looking for iconv_open - found
-- Found Iconv: /usr/include  
-- Found Perl: /usr/bin/perl (found version "5.24.1") 
-- Found Intl: /usr/include  
-- Performing Test have-compiler-flag:-Wall
-- Performing Test have-compiler-flag:-Wall - Success
-- Performing Test have-compiler-flag:-Wextra
-- Performing Test have-compiler-flag:-Wextra - Success
-- Performing Test have-compiler-flag:-Wcast-align
-- Performing Test have-compiler-flag:-Wcast-align - Success
-- Performing Test have-compiler-flag:-Wlogical-op
-- Performing Test have-compiler-flag:-Wlogical-op - Success
-- Performing Test have-compiler-flag:-Wredundant-decls
-- Performing Test have-compiler-flag:-Wredundant-decls - Success
-- Performing Test have-compiler-flag:-Wmissing-declarations
-- Performing Test have-compiler-flag:-Wmissing-declarations - Success
-- Performing Test have-compiler-flag:-Wunsafe-loop-optimizations
-- Performing Test have-compiler-flag:-Wunsafe-loop-optimizations - Success
-- Performing Test have-compiler-flag:-Wctor-dtor-privacy
-- Performing Test have-compiler-flag:-Wctor-dtor-privacy - Success
-- Performing Test have-compiler-flag:-Wdisabled-optimization
-- Performing Test have-compiler-flag:-Wdisabled-optimization - Success
-- Performing Test have-compiler-flag:-Winit-self
-- Performing Test have-compiler-flag:-Winit-self - Success
-- Performing Test have-compiler-flag:-Wmissing-include-dirs
-- Performing Test have-compiler-flag:-Wmissing-include-dirs - Success
-- Performing Test have-compiler-flag:-Wnoexcept
-- Performing Test have-compiler-flag:-Wnoexcept - Success
-- Performing Test have-compiler-flag:-Wsign-promo
-- Performing Test have-compiler-flag:-Wsign-promo - Success
-- Performing Test have-compiler-flag:-Wundef
-- Performing Test have-compiler-flag:-Wundef - Success
-- Found Berkeley: /usr/include  
-- Found CURL: /usr/lib/arm-linux-gnueabihf/libcurl.so (found version "7.52.1") 
-- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8") 
-- Found BZip2: /usr/lib/arm-linux-gnueabihf/libbz2.so (found version "1.0.6") 
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29") 
-- Checking for module 'liblzma'
--   Found liblzma, version 5.2.2
-- Found LZMA: /usr/include  
-- Checking for module 'liblz4'
--   Found liblz4, version 131
-- Found LZ4: /usr/include  
-- Looking for statfs
-- Looking for statfs - found
-- Looking for include file sys/params.h
-- Looking for include file sys/params.h - not found
-- Looking for statfs
-- Looking for statfs - not found
-- Looking for statvfs
-- Looking for statvfs - found
-- Performing Test HAVE_STRUCT_STATFS_F_TYPE
-- Performing Test HAVE_STRUCT_STATFS_F_TYPE - Success
-- Looking for getresuid
-- Looking for getresuid - found
-- Looking for getresgid
-- Looking for getresgid - found
-- Looking for setresuid
-- Looking for setresuid - found
-- Looking for setresgid
-- Looking for setresgid - found
-- Looking for ptsname_r
-- Looking for ptsname_r - found
-- Looking for timegm
-- Looking for timegm - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file machine/endian.h
-- Looking for include file machine/endian.h - not found
-- Looking for include file sys/endian.h
-- Looking for include file sys/endian.h - not found
-- Looking for include file endian.h
-- Looking for include file endian.h - found
-- Check size of sig_t
-- Check size of sig_t - done
-- Check size of sighandler_t
-- Check size of sighandler_t - done
-- Looking for res_init
-- Looking for res_init - not found
-- Found dpkg data dir: /usr/share/dpkg
-- Found root group: root
-- Detected vendor: debian
-- Building libapt-pkg 5.0 (release 1)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") 
-- Could NOT find GTest (missing:  GTEST_LIBRARY GTEST_MAIN_LIBRARY) 
-- Found GTest at /usr/src/googletest/googletest, headers at /usr/include
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/autopkgtest.wp7qbY/build.VhT/src/build
make: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build/test/interactive-helper'
make[1]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target apt-inst-versionscript
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[  0%] Generating apt-inst.versionscript
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[  0%] Built target apt-inst-versionscript
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target apt-pkg-versionscript
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[  0%] Generating apt-pkg.versionscript
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[  0%] Built target apt-pkg-versionscript
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target apt-pkg
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[  0%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/acquire-item.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire-item.h:23,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire-item.cc:18:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire.h:68:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire-item.h:22,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire-item.cc:18:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire-item.cc: In member function ‘void pkgAcquire::Item::SetActiveSubprocess(const string&)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire-item.cc:987:29: warning: ‘pkgAcquire::Item::Mode’ is deprecated: Use the std::string member ActiveSubprocess instead [-Wdeprecated-declarations]
       APT_IGNORE_DEPRECATED(Mode = ActiveSubprocess.c_str();)
                             ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire-item.cc:18:0:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire-item.h:108:90: note: declared here
    APT_DEPRECATED_MSG("Use the std::string member ActiveSubprocess instead") const char *Mode;
                                                                                          ^~~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire.h:68:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire-item.h:22,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire-item.cc:18:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire-item.cc:987:29: warning: ‘pkgAcquire::Item::Mode’ is deprecated: Use the std::string member ActiveSubprocess instead [-Wdeprecated-declarations]
       APT_IGNORE_DEPRECATED(Mode = ActiveSubprocess.c_str();)
                             ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire-item.cc:18:0:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire-item.h:108:90: note: declared here
    APT_DEPRECATED_MSG("Use the std::string member ActiveSubprocess instead") const char *Mode;
                                                                                          ^~~~
[  0%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/acquire-method.cc.o
[  0%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/acquire-worker.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire-item.h:23,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire-worker.cc:19:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[  0%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/acquire.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire-item.h:23,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/acquire.cc:19:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[  0%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/algorithms.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/packagemanager.h:25:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/algorithms.h:33,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/algorithms.cc:19:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[  0%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/aptconfiguration.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgsystem.h:39:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/aptconfiguration.cc:19:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/cachefile.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/depcache.h:41:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/cachefile.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/cachefile.cc:17:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/cachefilter.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/depcache.h:41:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/cachefile.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/cachefilter.cc:9:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/cacheset.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/depcache.h:41:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/cachefile.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/cacheset.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/cdrom.cc.o
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/clean.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/clean.cc:19:0:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/cdromutl.cc.o
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/cmndline.cc.o
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/configuration.cc.o
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/crc-16.cc.o
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/error.cc.o
[ 12%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/fileutl.cc.o
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/gpgv.cc.o
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/hashes.cc.o
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/hashsum.cc.o
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/md5.cc.o
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/md5.cc: In constructor ‘MD5Summation::MD5Summation()’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/md5.cc:171:34: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *bytes = (uint32_t *)Bytes;
                                  ^~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/md5.cc: In member function ‘virtual bool MD5Summation::Add(const unsigned char*, long long unsigned int)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/md5.cc:194:34: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *bytes = (uint32_t *)Bytes;
                                  ^~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/md5.cc:195:31: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *in = (uint32_t *)In;
                               ^~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/md5.cc: In member function ‘MD5SumValue MD5Summation::Result()’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/md5.cc:240:34: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *bytes = (uint32_t *)Bytes;
                                  ^~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/md5.cc:241:31: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *in = (uint32_t *)In;
                               ^~
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/mmap.cc.o
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/netrc.cc.o
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/progress.cc.o
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/proxy.cc.o
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/sha1.cc.o
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha1.cc: In constructor ‘SHA1Summation::SHA1Summation()’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha1.cc:183:34: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *state = (uint32_t *)State;
                                  ^~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha1.cc:184:34: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *count = (uint32_t *)Count;
                                  ^~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha1.cc: In member function ‘SHA1SumValue SHA1Summation::Result()’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha1.cc:202:34: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *state = (uint32_t *)State;
                                  ^~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha1.cc:203:34: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *count = (uint32_t *)Count;
                                  ^~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha1.cc: In member function ‘virtual bool SHA1Summation::Add(const unsigned char*, long long unsigned int)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha1.cc:249:34: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *state = (uint32_t *)State;
                                  ^~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha1.cc:250:34: warning: cast from ‘unsigned char*’ to ‘uint32_t* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    uint32_t *count = (uint32_t *)Count;
                                  ^~~~~
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/sha2_internal.cc.o
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc: In function ‘void SHA256_Transform(SHA256_CTX*, const sha2_word32*)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:398:32: warning: cast from ‘u_int8_t* {aka unsigned char*}’ to ‘sha2_word32* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
  W256 = (sha2_word32*)context->buffer;
                                ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc: In function ‘void SHA256_Update(SHA256_CTX*, const sha2_byte*, size_t)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:553:53: warning: cast from ‘u_int8_t* {aka unsigned char*}’ to ‘sha2_word32* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
    SHA256_Transform(context, (sha2_word32*)context->buffer);
                                                     ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:567:43: warning: cast from ‘sha2_byte* {aka unsigned char*}’ to ‘sha2_word32* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
   SHA256_Transform(context, (sha2_word32*)buffer);
                                           ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc: In function ‘void SHA256_Final(sha2_byte*, SHA256_CTX*)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:582:33: warning: cast from ‘sha2_byte* {aka unsigned char*}’ to ‘sha2_word32* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
  sha2_word32 *d = (sha2_word32*)digest;
                                 ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:607:54: warning: cast from ‘u_int8_t* {aka unsigned char*}’ to ‘sha2_word32* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
     SHA256_Transform(context, (sha2_word32*)context->buffer);
                                                      ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:628:52: warning: cast from ‘u_int8_t* {aka unsigned char*}’ to ‘sha2_word32* {aka unsigned int*}’ increases required alignment of target type [-Wcast-align]
   SHA256_Transform(context, (sha2_word32*)context->buffer);
                                                    ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc: In function ‘void SHA512_Transform(SHA512_CTX*, const sha2_word64*)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:729:49: warning: cast from ‘u_int8_t* {aka unsigned char*}’ to ‘sha2_word64* {aka long long unsigned int*}’ increases required alignment of target type [-Wcast-align]
  sha2_word64 T1, *W512 = (sha2_word64*)context->buffer;
                                                 ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc: In function ‘void SHA512_Update(SHA512_CTX*, const sha2_byte*, size_t)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:882:53: warning: cast from ‘u_int8_t* {aka unsigned char*}’ to ‘sha2_word64* {aka long long unsigned int*}’ increases required alignment of target type [-Wcast-align]
    SHA512_Transform(context, (sha2_word64*)context->buffer);
                                                     ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:896:43: warning: cast from ‘sha2_byte* {aka unsigned char*}’ to ‘sha2_word64* {aka long long unsigned int*}’ increases required alignment of target type [-Wcast-align]
   SHA512_Transform(context, (sha2_word64*)buffer);
                                           ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc: In function ‘void SHA512_Last(SHA512_CTX*)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:931:53: warning: cast from ‘u_int8_t* {aka unsigned char*}’ to ‘sha2_word64* {aka long long unsigned int*}’ increases required alignment of target type [-Wcast-align]
    SHA512_Transform(context, (sha2_word64*)context->buffer);
                                                     ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:953:51: warning: cast from ‘u_int8_t* {aka unsigned char*}’ to ‘sha2_word64* {aka long long unsigned int*}’ increases required alignment of target type [-Wcast-align]
  SHA512_Transform(context, (sha2_word64*)context->buffer);
                                                   ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc: In function ‘void SHA512_Final(sha2_byte*, SHA512_CTX*)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:957:33: warning: cast from ‘sha2_byte* {aka unsigned char*}’ to ‘sha2_word64* {aka long long unsigned int*}’ increases required alignment of target type [-Wcast-align]
  sha2_word64 *d = (sha2_word64*)digest;
                                 ^~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc: In function ‘void SHA384_Final(sha2_byte*, SHA384_CTX*)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/sha2_internal.cc:1032:33: warning: cast from ‘sha2_byte* {aka unsigned char*}’ to ‘sha2_word64* {aka long long unsigned int*}’ increases required alignment of target type [-Wcast-align]
  sha2_word64 *d = (sha2_word64*)digest;
                                 ^~~~~~
[ 25%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/srvrec.cc.o
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/srvrec.cc: In function ‘bool GetSrvRecords(std::__cxx11::string, std::vector<SrvRec>&)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/contrib/srvrec.cc:67:30: warning: cast from ‘unsigned char*’ to ‘HEADER*’ increases required alignment of target type [-Wcast-align]
    HEADER *header = (HEADER*)answer;
                              ^~~~~~
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/contrib/strutl.cc.o
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/deb/debindexfile.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debindexfile.h:18,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debindexfile.cc:14:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/deb/deblistparser.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:23:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/deblistparser.h:14,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/deblistparser.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/deb/debmetaindex.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/metaindex.h:4,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debmetaindex.h:4,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:4:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/error.h:43:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:3:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc: In member function ‘virtual bool debReleaseIndex::Load(const string&, std::__cxx11::string*)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:434:40: warning: ‘metaIndex::checkSum::Hash’ is deprecated: Use the HashStringList member Hashes instead of a hardcoded HashString [-Wdeprecated-declarations]
             APT_IGNORE_DEPRECATED(Sum->Hash = hs;)
                                        ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debmetaindex.h:4:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:4:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/metaindex.h:38:111: note: declared here
       APT_DEPRECATED_MSG("Use the HashStringList member Hashes instead of a hardcoded HashString") HashString Hash;
                                                                                                               ^~~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/error.h:43:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:3:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:434:40: warning: ‘metaIndex::checkSum::Hash’ is deprecated: Use the HashStringList member Hashes instead of a hardcoded HashString [-Wdeprecated-declarations]
             APT_IGNORE_DEPRECATED(Sum->Hash = hs;)
                                        ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debmetaindex.h:4:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:4:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/metaindex.h:38:111: note: declared here
       APT_DEPRECATED_MSG("Use the HashStringList member Hashes instead of a hardcoded HashString") HashString Hash;
                                                                                                               ^~~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/error.h:43:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:3:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:434:40: warning: ‘metaIndex::checkSum::Hash’ is deprecated: Use the HashStringList member Hashes instead of a hardcoded HashString [-Wdeprecated-declarations]
             APT_IGNORE_DEPRECATED(Sum->Hash = hs;)
                                        ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debmetaindex.h:4:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debmetaindex.cc:4:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/metaindex.h:38:111: note: declared here
       APT_DEPRECATED_MSG("Use the HashStringList member Hashes instead of a hardcoded HashString") HashString Hash;
                                                                                                               ^~~~
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/deb/debrecords.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debrecords.h:17,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debrecords.cc:13:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/deb/debsrcrecords.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:23:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/deblistparser.h:14,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:14:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/string_view.h:16:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/hashsum_template.h:17,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/md5.h:28,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/deblistparser.h:14,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:14:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc: In member function ‘bool debSrcRecordParser::Files2(std::vector<pkgSrcRecords::File2>&)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:239:37: warning: ‘pkgSrcRecords::File::MD5Hash’ is deprecated: Use Hashes member instead of hardcoded hash algorithm [-Wdeprecated-declarations]
         APT_IGNORE_DEPRECATED(file->MD5Hash = hash;)
                                     ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debsrcrecords.h:14:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/srcrecords.h:36:95: note: declared here
       APT_DEPRECATED_MSG("Use Hashes member instead of hardcoded hash algorithm") std::string MD5Hash;
                                                                                               ^~~~~~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/string_view.h:16:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/hashsum_template.h:17,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/md5.h:28,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/deblistparser.h:14,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:14:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:239:37: warning: ‘pkgSrcRecords::File::MD5Hash’ is deprecated: Use Hashes member instead of hardcoded hash algorithm [-Wdeprecated-declarations]
         APT_IGNORE_DEPRECATED(file->MD5Hash = hash;)
                                     ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debsrcrecords.h:14:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/srcrecords.h:36:95: note: declared here
       APT_DEPRECATED_MSG("Use Hashes member instead of hardcoded hash algorithm") std::string MD5Hash;
                                                                                               ^~~~~~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/string_view.h:16:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/hashsum_template.h:17,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/md5.h:28,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/deblistparser.h:14,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:14:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:239:37: warning: ‘pkgSrcRecords::File::MD5Hash’ is deprecated: Use Hashes member instead of hardcoded hash algorithm [-Wdeprecated-declarations]
         APT_IGNORE_DEPRECATED(file->MD5Hash = hash;)
                                     ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debsrcrecords.h:14:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/srcrecords.h:36:95: note: declared here
       APT_DEPRECATED_MSG("Use Hashes member instead of hardcoded hash algorithm") std::string MD5Hash;
                                                                                               ^~~~~~~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:238:6: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
      if (checksumField == "Files")
      ^~
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:239:1: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
         APT_IGNORE_DEPRECATED(file->MD5Hash = hash;)
 ^  
In file included from /usr/include/c++/6/vector:63:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/strutl.h:23,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/hashsum_template.h:20,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/md5.h:28,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/deblistparser.h:14,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsrcrecords.cc:14:
/usr/include/c++/6/bits/stl_uninitialized.h: In function ‘_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = pkgSrcRecords::File2*; _ForwardIterator = pkgSrcRecords::File2*; _Allocator = std::allocator<pkgSrcRecords::File2>]’:
/usr/include/c++/6/bits/stl_uninitialized.h:304:69: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
   _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
                                                                     ^
/usr/include/c++/6/bits/stl_uninitialized.h: In function ‘_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = std::move_iterator<pkgSrcRecords::File2*>; _ForwardIterator = pkgSrcRecords::File2*; _Tp = pkgSrcRecords::File2]’:
/usr/include/c++/6/bits/stl_uninitialized.h:279:5: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
     __uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/6/bits/stl_uninitialized.h:279:5: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
/usr/include/c++/6/bits/stl_uninitialized.h:281:63: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
     { return std::uninitialized_copy(__first, __last, __result); }
                                                               ^
/usr/include/c++/6/bits/stl_uninitialized.h: In function ‘_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<pkgSrcRecords::File2*>; _ForwardIterator = pkgSrcRecords::File2*]’:
/usr/include/c++/6/bits/stl_uninitialized.h:107:5: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
     uninitialized_copy(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~
/usr/include/c++/6/bits/stl_uninitialized.h:107:5: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
/usr/include/c++/6/bits/stl_uninitialized.h:126:41: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
  __uninit_copy(__first, __last, __result);
                                         ^
/usr/include/c++/6/bits/stl_uninitialized.h: In static member function ‘static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<pkgSrcRecords::File2*>; _ForwardIterator = pkgSrcRecords::File2*; bool _TrivialValueTypes = false]’:
/usr/include/c++/6/bits/stl_uninitialized.h:68:9: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
         __uninit_copy(_InputIterator __first, _InputIterator __last,
         ^~~~~~~~~~~~~
/usr/include/c++/6/bits/stl_uninitialized.h:68:9: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/deb/debsystem.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgsystem.h:39:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debsystem.h:13,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debsystem.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/deb/debversion.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/debversion.cc:16:0:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/deb/dpkgpm.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/depcache.h:41:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/cachefile.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/dpkgpm.cc:12:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/dpkgpm.cc: In member function ‘virtual bool pkgDPkgPM::Go(APT::Progress::PackageManager*)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/dpkgpm.cc:1617:123: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘std::vector<pkgDPkgPM::DpkgState>::size_type {aka unsigned int}’ [-Wformat=]
      _error->Warning("Unexpected amount of planned ops for package %s: %lu", C.first->Pkg.FullName().c_str(), RemOp.size());
                                                                                                                           ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/deb/dpkgpm.cc:1802:68: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (dpkg_recursive_install == true && dpkg_recursive_install_min < installsToDo)
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
[ 37%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/depcache.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/depcache.h:41:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/depcache.cc:13:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/edsp.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/packagemanager.h:25:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/algorithms.h:33,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/edsp.cc:10:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/edsp/edspindexfile.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debindexfile.h:18,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/edspindexfile.h:11,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/edsp/edspindexfile.cc:11:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/edsp/edsplistparser.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:23:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/deblistparser.h:14,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/edsplistparser.h:14,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/edsp/edsplistparser.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/edsp/edspsystem.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debindexfile.h:18,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/edspindexfile.h:11,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/edsp/edspsystem.cc:16:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/indexcopy.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/metaindex.h:4,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/indexcopy.cc:22:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/indexfile.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/indexfile.cc:14:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/init.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgsystem.h:39:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/init.cc:16:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/install-progress.cc.o
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/metaindex.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:23:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/metaindex.cc:2:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/orderlist.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/orderlist.h:18:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/orderlist.cc:68:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 50%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/packagemanager.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/packagemanager.h:25:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/packagemanager.cc:18:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/pkgcache.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcache.cc:25:0:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/pkgcachegen.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:23:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/string_view.h:16:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/hashsum_template.h:17,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/md5.h:28,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc: In member function ‘bool pkgCacheGenerator::NewPackage(pkgCache::PkgIterator&, APT::StringView, APT::StringView)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:603:31: warning: ‘pkgCache::Package::Name’ is deprecated: Use the .Name() method instead of accessing the member directly [-Wdeprecated-declarations]
    APT_IGNORE_DEPRECATED(Pkg->Name = Grp->Name;)
                               ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:23:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:443:107: note: declared here
    APT_DEPRECATED_MSG("Use the .Name() method instead of accessing the member directly") map_stringitem_t Name;
                                                                                                           ^~~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/string_view.h:16:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/hashsum_template.h:17,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/md5.h:28,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:603:31: warning: ‘pkgCache::Package::Name’ is deprecated: Use the .Name() method instead of accessing the member directly [-Wdeprecated-declarations]
    APT_IGNORE_DEPRECATED(Pkg->Name = Grp->Name;)
                               ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:23:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:443:107: note: declared here
    APT_DEPRECATED_MSG("Use the .Name() method instead of accessing the member directly") map_stringitem_t Name;
                                                                                                           ^~~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/string_view.h:16:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/hashsum_template.h:17,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/md5.h:28,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:21,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:603:31: warning: ‘pkgCache::Package::Name’ is deprecated: Use the .Name() method instead of accessing the member directly [-Wdeprecated-declarations]
    APT_IGNORE_DEPRECATED(Pkg->Name = Grp->Name;)
                               ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/macros.h:147:3: note: in definition of macro ‘APT_IGNORE_DEPRECATED’
   XXX \
   ^~~
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcachegen.h:23:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgcachegen.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:443:107: note: declared here
    APT_DEPRECATED_MSG("Use the .Name() method instead of accessing the member directly") map_stringitem_t Name;
                                                                                                           ^~~~
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/pkgrecords.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgrecords.cc:14:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/pkgsystem.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgsystem.h:39:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/debsystem.h:13,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/pkgsystem.cc:15:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/policy.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/depcache.h:41:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/policy.h:35,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/policy.cc:18:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/prettyprinters.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/depcache.h:41:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/prettyprinters.cc:11:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/sourcelist.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/sourcelist.h:25:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/sourcelist.cc:13:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/srcrecords.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/sourcelist.h:25:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/srcrecords.cc:19:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
In file included from /usr/include/c++/6/vector:63:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/strutl.h:23,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/hashsum_template.h:20,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/md5.h:28,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/hashes.h:17,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/srcrecords.h:16,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/srcrecords.cc:16:
/usr/include/c++/6/bits/stl_uninitialized.h: In function ‘_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = pkgSrcRecords::File2*; _ForwardIterator = pkgSrcRecords::File2*; _Allocator = std::allocator<pkgSrcRecords::File2>]’:
/usr/include/c++/6/bits/stl_uninitialized.h:304:69: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
   _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
                                                                     ^
/usr/include/c++/6/bits/stl_uninitialized.h: In function ‘_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = std::move_iterator<pkgSrcRecords::File2*>; _ForwardIterator = pkgSrcRecords::File2*; _Tp = pkgSrcRecords::File2]’:
/usr/include/c++/6/bits/stl_uninitialized.h:279:5: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
     __uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/6/bits/stl_uninitialized.h:279:5: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
/usr/include/c++/6/bits/stl_uninitialized.h:281:63: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
     { return std::uninitialized_copy(__first, __last, __result); }
                                                               ^
/usr/include/c++/6/bits/stl_uninitialized.h: In function ‘_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<pkgSrcRecords::File2*>; _ForwardIterator = pkgSrcRecords::File2*]’:
/usr/include/c++/6/bits/stl_uninitialized.h:107:5: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
     uninitialized_copy(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~
/usr/include/c++/6/bits/stl_uninitialized.h:107:5: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
/usr/include/c++/6/bits/stl_uninitialized.h:126:41: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
  __uninit_copy(__first, __last, __result);
                                         ^
/usr/include/c++/6/bits/stl_uninitialized.h: In static member function ‘static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<pkgSrcRecords::File2*>; _ForwardIterator = pkgSrcRecords::File2*; bool _TrivialValueTypes = false]’:
/usr/include/c++/6/bits/stl_uninitialized.h:68:9: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
         __uninit_copy(_InputIterator __first, _InputIterator __last,
         ^~~~~~~~~~~~~
/usr/include/c++/6/bits/stl_uninitialized.h:68:9: note: parameter passing for argument of type ‘std::move_iterator<pkgSrcRecords::File2*>’ will change in GCC 7.1
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/statechanges.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/statechanges.cc:1:0:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/tagfile-compat.cc.o
[ 62%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/tagfile.cc.o
[ 75%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/update.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgrecords.h:20:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/indexfile.h:25,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/acquire-item.h:23,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/update.cc:4:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 75%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/upgrade.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/packagemanager.h:25:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/algorithms.h:33,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/upgrade.cc:4:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 75%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/version.cc.o
[ 75%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/versionmatch.cc.o
In file included from /tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/versionmatch.h:38:0,
                 from /tmp/autopkgtest.wp7qbY/build.VhT/src/apt-pkg/versionmatch.cc:16:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h: In member function ‘APT::StringView pkgCache::ViewString(map_stringitem_t) const’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/build/include/apt-pkg/pkgcache.h:252:80: warning: cast from ‘char*’ to ‘const uint16_t* {aka const short unsigned int*}’ increases required alignment of target type [-Wcast-align]
       uint16_t len = *reinterpret_cast<const uint16_t*>(name - sizeof(uint16_t));
                                                                                ^
[ 75%] Building CXX object apt-pkg/CMakeFiles/apt-pkg.dir/tagfile-keys.cc.o
[ 75%] Linking CXX shared library libapt-pkg.so
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[ 75%] Built target apt-pkg
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target apt-inst
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[ 75%] Building CXX object apt-inst/CMakeFiles/apt-inst.dir/contrib/arfile.cc.o
[ 75%] Building CXX object apt-inst/CMakeFiles/apt-inst.dir/contrib/extracttar.cc.o
[ 75%] Building CXX object apt-inst/CMakeFiles/apt-inst.dir/deb/debfile.cc.o
[ 87%] Building CXX object apt-inst/CMakeFiles/apt-inst.dir/dirstream.cc.o
[ 87%] Building CXX object apt-inst/CMakeFiles/apt-inst.dir/extract.cc.o
[ 87%] Building CXX object apt-inst/CMakeFiles/apt-inst.dir/filelist.cc.o
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-inst/filelist.cc: In member function ‘map_ptrloc pkgFLCache::TreeLookup(map_ptrloc*, const char*, const char*, long unsigned int, unsigned int*, bool)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-inst/filelist.cc:154:65: warning: cast from ‘unsigned char*’ to ‘pkgFLCache::Directory*’ increases required alignment of target type [-Wcast-align]
       Dir = (pkgFLCache::Directory *)(AnyP + LastTreeLookup*Size);
                                                                 ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-inst/filelist.cc:172:52: warning: cast from ‘unsigned char*’ to ‘pkgFLCache::Directory*’ increases required alignment of target type [-Wcast-align]
   Dir = (pkgFLCache::Directory *)(AnyP + *Base*Size);
                                                    ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-inst/filelist.cc:180:56: warning: cast from ‘unsigned char*’ to ‘pkgFLCache::Directory*’ increases required alignment of target type [-Wcast-align]
       Dir = (pkgFLCache::Directory *)(AnyP + *Base*Size);
                                                        ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-inst/filelist.cc: In member function ‘void pkgFLCache::PrintTree(map_ptrloc, long unsigned int)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/apt-inst/filelist.cc:204:75: warning: cast from ‘unsigned char*’ to ‘pkgFLCache::Directory*’ increases required alignment of target type [-Wcast-align]
    pkgFLCache::Directory *Dir = (pkgFLCache::Directory *)(AnyP + Base*Size);
                                                                           ^
[ 87%] Linking CXX shared library libapt-inst.so
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[ 87%] Built target apt-inst
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target extract-control
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[ 87%] Building CXX object test/interactive-helper/CMakeFiles/extract-control.dir/extract-control.cc.o
[ 87%] Linking CXX executable extract-control
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[ 87%] Built target extract-control
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target aptwebserver
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[ 87%] Building CXX object test/interactive-helper/CMakeFiles/aptwebserver.dir/aptwebserver.cc.o
/tmp/autopkgtest.wp7qbY/build.VhT/src/test/interactive-helper/aptwebserver.cc: In function ‘void* handleClient(int, size_t)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/test/interactive-helper/aptwebserver.cc:613:74: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t {aka unsigned int}’ [-Wformat=]
       strprintf(logfilepath, "%s.client-%lu.log", logfilepath.c_str(), id);
                                                                          ^
[100%] Linking CXX executable aptwebserver
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Built target aptwebserver
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target mthdcat
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Building CXX object test/interactive-helper/CMakeFiles/mthdcat.dir/mthdcat.cc.o
[100%] Linking CXX executable mthdcat
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Built target mthdcat
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target aptdropprivs
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Building CXX object test/interactive-helper/CMakeFiles/aptdropprivs.dir/aptdropprivs.cc.o
[100%] Linking CXX executable aptdropprivs
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Built target aptdropprivs
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target testdeb
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Building CXX object test/interactive-helper/CMakeFiles/testdeb.dir/testdeb.cc.o
[100%] Linking CXX executable testdeb
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Built target testdeb
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target test_fileutl
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Building CXX object test/interactive-helper/CMakeFiles/test_fileutl.dir/test_fileutl.cc.o
[100%] Linking CXX executable test_fileutl
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Built target test_fileutl
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target createdeb-cve-2020-27350
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Building CXX object test/interactive-helper/CMakeFiles/createdeb-cve-2020-27350.dir/createdeb-cve-2020-27350.cc.o
/tmp/autopkgtest.wp7qbY/build.VhT/src/test/interactive-helper/createdeb-cve-2020-27350.cc: In function ‘void createdeb_test(int)’:
/tmp/autopkgtest.wp7qbY/build.VhT/src/test/interactive-helper/createdeb-cve-2020-27350.cc:245:61: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘size_t {aka unsigned int}’ [-Wformat=]
    snprintf(h.Size, sizeof(h.Size), "%ld", (size_t)512 + 512);
                                                             ^
/tmp/autopkgtest.wp7qbY/build.VhT/src/test/interactive-helper/createdeb-cve-2020-27350.cc:253:65: warning: format ‘%lo’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t {aka unsigned int}’ [-Wformat=]
    snprintf(tar->Size, sizeof(tar->Size), "%lo", strlen(control));
                                                                 ^
[100%] Linking CXX executable createdeb-cve-2020-27350
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Built target createdeb-cve-2020-27350
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
Scanning dependencies of target noprofile
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make[2]: Entering directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Building C object test/interactive-helper/CMakeFiles/noprofile.dir/libnoprofile.c.o
cc1: warning: command line option ‘-Wctor-dtor-privacy’ is valid for C++/ObjC++ but not for C
cc1: warning: command line option ‘-Wnoexcept’ is valid for C++/ObjC++ but not for C
cc1: warning: command line option ‘-Wsign-promo’ is valid for C++/ObjC++ but not for C
[100%] Linking C shared library libnoprofile.so
make[2]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
[100%] Built target noprofile
make[1]: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build'
make: Leaving directory '/tmp/autopkgtest.wp7qbY/build.VhT/src/build/test/interactive-helper'
(1/238) Testcase test-00-commands-have-help: autopkgtest [06:29:56]: test run-tests: -----------------------]
autopkgtest [06:29:56]: test run-tests:  - - - - - - - - - - results - - - - - - - - - -
run-tests            PASS
autopkgtest [06:29:56]: @@@@@@@@@@@@@@@@@@@@ summary
run-tests            PASS

aborted: False
returncode: 0

Files in working directory:
artifact-dir
artifact-dir/binaries
artifact-dir/binaries/apt-dbgsym.deb
artifact-dir/binaries/apt-doc.deb
artifact-dir/binaries/apt-transport-https-dbgsym.deb
artifact-dir/binaries/apt-transport-https.deb
artifact-dir/binaries/apt-utils-dbgsym.deb
artifact-dir/binaries/apt-utils.deb
artifact-dir/binaries/apt.deb
artifact-dir/binaries/libapt-inst2.0-dbgsym.deb
artifact-dir/binaries/libapt-inst2.0.deb
artifact-dir/binaries/libapt-pkg-dev.deb
artifact-dir/binaries/libapt-pkg-doc.deb
artifact-dir/binaries/libapt-pkg5.0-dbgsym.deb
artifact-dir/binaries/libapt-pkg5.0.deb
artifact-dir/log
artifact-dir/run-tests-packages
artifact-dir/run-tests-stderr
artifact-dir/run-tests-stdout
artifact-dir/summary
artifact-dir/testbed-packages
artifact-dir/testinfo.json
artifact-dir/testpkg-version
--------------------

Relations

Relation Direction Type Name
relates-to Source package apt_1.4.11
relates-to Package upload apt_1.4.11
relates-to Package upload apt_1.4.11

debug log System autopkgtest - 1 week ago 0 minutes
BETA