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
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
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-emkk6blb/binutils-aarch64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-aarch64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-alpha-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-alpha-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arc-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arc-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arm-linux-gnueabi-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arm-linux-gnueabi_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arm-linux-gnueabihf-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arm-linux-gnueabihf_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-common_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-dev_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-doc_2.43.50.20250108-1.1_all.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-for-build_2.43.50.20250108-1.1_all.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-for-host_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-hppa-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-hppa-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-hppa64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-hppa64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-i686-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-i686-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-i686-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-i686-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-loongarch64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-loongarch64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-m68k-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-m68k-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-multiarch-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-multiarch-dev_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-multiarch_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc64le-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc64le-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-riscv64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-riscv64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-s390x-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-s390x-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sh4-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sh4-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-source_2.43.50.20250108-1.1_all.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sparc-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sparc-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sparc64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sparc64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-linux-gnux32-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-linux-gnux32_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/debsigs_0.2.2-1_all.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libbinutils-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libbinutils_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libctf-nobfd0-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libctf-nobfd0_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libctf0-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libctf0_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libgprofng0-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libgprofng0_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libsframe1-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libsframe1_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/debsigs_0.2.2-1.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1140235/system.tar.xz
output (contains stdout and stderr):
autopkgtest [19:42:51]: starting date and time: 2025-01-19 19:42:51+0000
autopkgtest [19:42:51]: version 5.38~bpo12+1
autopkgtest [19:42:51]: host debusine-worker-amd64-hades-05; 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-emkk6blb/binutils-aarch64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-aarch64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-alpha-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-alpha-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arc-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arc-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arm-linux-gnueabi-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arm-linux-gnueabi_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arm-linux-gnueabihf-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-arm-linux-gnueabihf_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-common_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-dev_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-doc_2.43.50.20250108-1.1_all.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-for-build_2.43.50.20250108-1.1_all.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-for-host_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-hppa-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-hppa-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-hppa64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-hppa64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-i686-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-i686-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-i686-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-i686-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-loongarch64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-loongarch64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-m68k-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-m68k-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-multiarch-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-multiarch-dev_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-multiarch_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc64le-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-powerpc64le-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-riscv64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-riscv64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-s390x-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-s390x-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sh4-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sh4-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-source_2.43.50.20250108-1.1_all.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sparc-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sparc-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sparc64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-sparc64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-linux-gnu-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-linux-gnu_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-linux-gnux32-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils-x86-64-linux-gnux32_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/binutils_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/debsigs_0.2.2-1_all.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libbinutils-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libbinutils_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libctf-nobfd0-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libctf-nobfd0_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libctf0-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libctf0_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libgprofng0-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libgprofng0_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libsframe1-dbg_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/libsframe1_2.43.50.20250108-1.1_amd64.deb /tmp/debusine-fetch-exec-upload-emkk6blb/debsigs_0.2.2-1.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1140235/system.tar.xz
autopkgtest [19:42:55]: testbed dpkg architecture: amd64
autopkgtest [19:42:55]: testbed apt version: 2.9.20
autopkgtest [19:42:55]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian sid InRelease [205 kB]
Get:2 http://deb.debian.org/debian sid/main amd64 Packages [10.0 MB]
Get:3 http://deb.debian.org/debian sid/main Translation-en [7331 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 Components [5044 kB]
Fetched 22.6 MB in 2s (9453 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following package was automatically installed and is no longer required:
  libldap-2.5-0
Use 'apt autoremove' to remove it.
The following NEW packages will be installed:
  libldap-common libldap2 libtext-charwidth-perl libtext-wrapi18n-perl
The following packages will be upgraded:
  apt base-passwd binutils binutils-common binutils-x86-64-linux-gnu
  bsdextrautils bsdutils dash diffutils dpkg dpkg-dev e2fsprogs gcc-14-base
  gettext gettext-base gpg gpgconf gzip init-system-helpers libapt-pkg6.0t64
  libatomic1 libaudit1 libbinutils libblkid1 libc-bin libc6 libcgi-pm-perl
  libcom-err2 libcpanel-json-xs-perl libcrypt1 libctf-nobfd0 libctf0
  libcurl3t64-gnutls libdebconfclient0 libdpkg-perl libext2fs2t64 libgcc-s1
  libglib2.0-0t64 libgomp1 libgprofng0 libgssapi-krb5-2 libhtml-parser-perl
  libicu72 libk5crypto3 libkrb5-3 libkrb5support0 liblz1 liblz4-1 libmount1
  libsasl2-2 libsasl2-modules-db libsframe1 libsmartcols1 libss2 libssl3t64
  libstdc++6 libsystemd0 libtext-markdown-discount-perl libudev1 libuuid1
  libxs-parse-keyword-perl libxxhash0 libzstd1 login logsave mount openssl
  openssl-provider-legacy sysvinit-utils tzdata ucf util-linux
72 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 41.7 MB of archives.
After this operation, 1325 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 bsdutils amd64 1:2.40.4-1 [106 kB]
Get:2 http://deb.debian.org/debian sid/main amd64 dash amd64 0.5.12-11 [95.5 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 diffutils amd64 1:3.10-2 [384 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 libatomic1 amd64 14.2.0-14 [9288 B]
Get:5 http://deb.debian.org/debian sid/main amd64 libgomp1 amd64 14.2.0-14 [137 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 gcc-14-base amd64 14.2.0-14 [48.6 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 libgcc-s1 amd64 14.2.0-14 [72.7 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 libstdc++6 amd64 14.2.0-14 [713 kB]
Get:9 http://deb.debian.org/debian sid/main amd64 libc6 amd64 2.40-5 [2810 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 libxxhash0 amd64 0.8.3-2 [27.1 kB]
Get:11 http://deb.debian.org/debian sid/main amd64 liblz4-1 amd64 1.9.4-4 [60.1 kB]
Get:12 http://deb.debian.org/debian sid/main amd64 openssl-provider-legacy amd64 3.4.0-2 [301 kB]
Get:13 http://deb.debian.org/debian sid/main amd64 libzstd1 amd64 1.5.6+dfsg-2 [300 kB]
Get:14 http://deb.debian.org/debian sid/main amd64 libssl3t64 amd64 3.4.0-2 [2302 kB]
Get:15 http://deb.debian.org/debian sid/main amd64 libsystemd0 amd64 257.2-2 [450 kB]
Get:16 http://deb.debian.org/debian sid/main amd64 libudev1 amd64 257.2-2 [148 kB]
Get:17 http://deb.debian.org/debian sid/main amd64 libapt-pkg6.0t64 amd64 2.9.23 [1115 kB]
Get:18 http://deb.debian.org/debian sid/main amd64 dpkg amd64 1.22.14 [1537 kB]
Get:19 http://deb.debian.org/debian sid/main amd64 gzip amd64 1.13-1 [138 kB]
Get:20 http://deb.debian.org/debian sid/main amd64 bsdextrautils amd64 2.40.4-1 [92.2 kB]
Get:21 http://deb.debian.org/debian sid/main amd64 libblkid1 amd64 2.40.4-1 [169 kB]
Get:22 http://deb.debian.org/debian sid/main amd64 libmount1 amd64 2.40.4-1 [200 kB]
Get:23 http://deb.debian.org/debian sid/main amd64 libsmartcols1 amd64 2.40.4-1 [140 kB]
Get:24 http://deb.debian.org/debian sid/main amd64 mount amd64 2.40.4-1 [155 kB]
Get:25 http://deb.debian.org/debian sid/main amd64 libuuid1 amd64 2.40.4-1 [36.2 kB]
Get:26 http://deb.debian.org/debian sid/main amd64 util-linux amd64 2.40.4-1 [1213 kB]
Get:27 http://deb.debian.org/debian sid/main amd64 libdebconfclient0 amd64 0.277 [10.4 kB]
Get:28 http://deb.debian.org/debian sid/main amd64 base-passwd amd64 3.6.6 [53.1 kB]
Get:29 http://deb.debian.org/debian sid/main amd64 apt amd64 2.9.23 [1381 kB]
Get:30 http://deb.debian.org/debian sid/main amd64 init-system-helpers all 1.68 [38.7 kB]
Get:31 http://deb.debian.org/debian sid/main amd64 libc-bin amd64 2.40-5 [627 kB]
Get:32 http://deb.debian.org/debian sid/main amd64 sysvinit-utils amd64 3.13-1 [33.2 kB]
Get:33 http://deb.debian.org/debian sid/main amd64 logsave amd64 1.47.2-1 [23.9 kB]
Get:34 http://deb.debian.org/debian sid/main amd64 libext2fs2t64 amd64 1.47.2-1 [212 kB]
Get:35 http://deb.debian.org/debian sid/main amd64 e2fsprogs amd64 1.47.2-1 [590 kB]
Get:36 http://deb.debian.org/debian sid/main amd64 libaudit1 amd64 1:4.0.2-2+b1 [55.2 kB]
Get:37 http://deb.debian.org/debian sid/main amd64 libcrypt1 amd64 1:4.4.38-1 [90.1 kB]
Get:38 http://deb.debian.org/debian sid/main amd64 login amd64 1:4.16.0-2+really2.40.4-1 [88.4 kB]
Get:39 http://deb.debian.org/debian sid/main amd64 tzdata all 2025a-1 [259 kB]
Get:40 http://deb.debian.org/debian sid/main amd64 gettext-base amd64 0.23.1-1 [243 kB]
Get:41 http://deb.debian.org/debian sid/main amd64 libtext-charwidth-perl amd64 0.04-11+b4 [9476 B]
Get:42 http://deb.debian.org/debian sid/main amd64 libtext-wrapi18n-perl all 0.06-10 [8808 B]
Get:43 http://deb.debian.org/debian sid/main amd64 ucf all 3.0048 [42.0 kB]
Get:44 http://deb.debian.org/debian sid/main amd64 libgprofng0 amd64 2.43.50.20250108-1 [807 kB]
Get:45 http://deb.debian.org/debian sid/main amd64 libctf0 amd64 2.43.50.20250108-1 [88.4 kB]
Get:46 http://deb.debian.org/debian sid/main amd64 libctf-nobfd0 amd64 2.43.50.20250108-1 [155 kB]
Get:47 http://deb.debian.org/debian sid/main amd64 binutils-x86-64-linux-gnu amd64 2.43.50.20250108-1 [2277 kB]
Get:48 http://deb.debian.org/debian sid/main amd64 libbinutils amd64 2.43.50.20250108-1 [532 kB]
Get:49 http://deb.debian.org/debian sid/main amd64 binutils amd64 2.43.50.20250108-1 [68.5 kB]
Get:50 http://deb.debian.org/debian sid/main amd64 binutils-common amd64 2.43.50.20250108-1 [2628 kB]
Get:51 http://deb.debian.org/debian sid/main amd64 libsframe1 amd64 2.43.50.20250108-1 [77.7 kB]
Get:52 http://deb.debian.org/debian sid/main amd64 dpkg-dev all 1.22.14 [1334 kB]
Get:53 http://deb.debian.org/debian sid/main amd64 libdpkg-perl all 1.22.14 [646 kB]
Get:54 http://deb.debian.org/debian sid/main amd64 gettext amd64 0.23.1-1 [1680 kB]
Get:55 http://deb.debian.org/debian sid/main amd64 gpg amd64 2.2.46-1+b1 [532 kB]
Get:56 http://deb.debian.org/debian sid/main amd64 gpgconf amd64 2.2.46-1+b1 [121 kB]
Get:57 http://deb.debian.org/debian sid/main amd64 libhtml-parser-perl amd64 3.83-1+b2 [99.7 kB]
Get:58 http://deb.debian.org/debian sid/main amd64 libcgi-pm-perl all 4.67-1 [217 kB]
Get:59 http://deb.debian.org/debian sid/main amd64 libcom-err2 amd64 1.47.2-1 [24.0 kB]
Get:60 http://deb.debian.org/debian sid/main amd64 libcpanel-json-xs-perl amd64 4.39-1 [130 kB]
Get:61 http://deb.debian.org/debian sid/main amd64 libgssapi-krb5-2 amd64 1.21.3-4 [138 kB]
Get:62 http://deb.debian.org/debian sid/main amd64 libkrb5-3 amd64 1.21.3-4 [326 kB]
Get:63 http://deb.debian.org/debian sid/main amd64 libkrb5support0 amd64 1.21.3-4 [32.8 kB]
Get:64 http://deb.debian.org/debian sid/main amd64 libk5crypto3 amd64 1.21.3-4 [80.9 kB]
Get:65 http://deb.debian.org/debian sid/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-8+b1 [19.9 kB]
Get:66 http://deb.debian.org/debian sid/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-8+b1 [57.6 kB]
Get:67 http://deb.debian.org/debian sid/main amd64 libldap2 amd64 2.6.9+dfsg-1 [192 kB]
Get:68 http://deb.debian.org/debian sid/main amd64 libcurl3t64-gnutls amd64 8.11.1-1+b1 [360 kB]
Get:69 http://deb.debian.org/debian sid/main amd64 libglib2.0-0t64 amd64 2.82.4-2 [1502 kB]
Get:70 http://deb.debian.org/debian sid/main amd64 libicu72 amd64 72.1-6 [9421 kB]
Get:71 http://deb.debian.org/debian sid/main amd64 libldap-common all 2.6.9+dfsg-1 [34.5 kB]
Get:72 http://deb.debian.org/debian sid/main amd64 liblz1 amd64 1.15-1 [38.9 kB]
Get:73 http://deb.debian.org/debian sid/main amd64 libss2 amd64 1.47.2-1 [28.7 kB]
Get:74 http://deb.debian.org/debian sid/main amd64 libtext-markdown-discount-perl amd64 0.17-1 [12.9 kB]
Get:75 http://deb.debian.org/debian sid/main amd64 libxs-parse-keyword-perl amd64 0.48-1 [65.6 kB]
Get:76 http://deb.debian.org/debian sid/main amd64 openssl amd64 3.4.0-2 [1422 kB]
Preconfiguring packages ...
Fetched 41.7 MB in 1s (61.9 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17038 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.4-1_amd64.deb ...
Unpacking bsdutils (1:2.40.4-1) over (1:2.40.2-13) ...
Setting up bsdutils (1:2.40.4-1) ...
(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 ... 17038 files and directories currently installed.)
Preparing to unpack .../dash_0.5.12-11_amd64.deb ...
Unpacking dash (0.5.12-11) over (0.5.12-9) ...
Setting up dash (0.5.12-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 ... 17038 files and directories currently installed.)
Preparing to unpack .../diffutils_1%3a3.10-2_amd64.deb ...
Unpacking diffutils (1:3.10-2) over (1:3.10-1) ...
Setting up diffutils (1:3.10-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17038 files and directories currently installed.)
Preparing to unpack .../libatomic1_14.2.0-14_amd64.deb ...
Unpacking libatomic1:amd64 (14.2.0-14) over (14.2.0-11) ...
Preparing to unpack .../libgomp1_14.2.0-14_amd64.deb ...
Unpacking libgomp1:amd64 (14.2.0-14) over (14.2.0-11) ...
Preparing to unpack .../gcc-14-base_14.2.0-14_amd64.deb ...
Unpacking gcc-14-base:amd64 (14.2.0-14) over (14.2.0-11) ...
Setting up gcc-14-base:amd64 (14.2.0-14) ...
(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 ... 17038 files and directories currently installed.)
Preparing to unpack .../libgcc-s1_14.2.0-14_amd64.deb ...
Unpacking libgcc-s1:amd64 (14.2.0-14) over (14.2.0-11) ...
Setting up libgcc-s1:amd64 (14.2.0-14) ...
(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 ... 17038 files and directories currently installed.)
Preparing to unpack .../libstdc++6_14.2.0-14_amd64.deb ...
Unpacking libstdc++6:amd64 (14.2.0-14) over (14.2.0-11) ...
Setting up libstdc++6:amd64 (14.2.0-14) ...
(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 ... 17038 files and directories currently installed.)
Preparing to unpack .../libc6_2.40-5_amd64.deb ...
Unpacking libc6:amd64 (2.40-5) over (2.40-4) ...
Setting up libc6:amd64 (2.40-5) ...
(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 ... 17038 files and directories currently installed.)
Preparing to unpack .../libxxhash0_0.8.3-2_amd64.deb ...
Unpacking libxxhash0:amd64 (0.8.3-2) over (0.8.2-2+b2) ...
Setting up libxxhash0:amd64 (0.8.3-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17037 files and directories currently installed.)
Preparing to unpack .../liblz4-1_1.9.4-4_amd64.deb ...
Unpacking liblz4-1:amd64 (1.9.4-4) over (1.9.4-3+b1) ...
Setting up liblz4-1:amd64 (1.9.4-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17036 files and directories currently installed.)
Preparing to unpack .../openssl-provider-legacy_3.4.0-2_amd64.deb ...
Unpacking openssl-provider-legacy (3.4.0-2) over (3.3.2-2) ...
Setting up openssl-provider-legacy (3.4.0-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17036 files and directories currently installed.)
Preparing to unpack .../libzstd1_1.5.6+dfsg-2_amd64.deb ...
Unpacking libzstd1:amd64 (1.5.6+dfsg-2) over (1.5.6+dfsg-1+b1) ...
Setting up libzstd1:amd64 (1.5.6+dfsg-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17035 files and directories currently installed.)
Preparing to unpack .../libssl3t64_3.4.0-2_amd64.deb ...
Unpacking libssl3t64:amd64 (3.4.0-2) over (3.3.2-2) ...
Setting up libssl3t64:amd64 (3.4.0-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17035 files and directories currently installed.)
Preparing to unpack .../libsystemd0_257.2-2_amd64.deb ...
Unpacking libsystemd0:amd64 (257.2-2) over (257.1-5) ...
Setting up libsystemd0:amd64 (257.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17035 files and directories currently installed.)
Preparing to unpack .../libudev1_257.2-2_amd64.deb ...
Unpacking libudev1:amd64 (257.2-2) over (257.1-5) ...
Setting up libudev1:amd64 (257.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17035 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0t64_2.9.23_amd64.deb ...
Unpacking libapt-pkg6.0t64:amd64 (2.9.23) over (2.9.20) ...
Setting up libapt-pkg6.0t64:amd64 (2.9.23) ...
(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 ... 17035 files and directories currently installed.)
Preparing to unpack .../dpkg_1.22.14_amd64.deb ...
Unpacking dpkg (1.22.14) over (1.22.11) ...
Setting up dpkg (1.22.14) ...
(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 ... 17034 files and directories currently installed.)
Preparing to unpack .../archives/gzip_1.13-1_amd64.deb ...
Unpacking gzip (1.13-1) over (1.12-1.2) ...
Setting up gzip (1.13-1) ...
(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 ... 17034 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.40.4-1_amd64.deb ...
Unpacking bsdextrautils (2.40.4-1) over (2.40.2-13) ...
Preparing to unpack .../libblkid1_2.40.4-1_amd64.deb ...
Unpacking libblkid1:amd64 (2.40.4-1) over (2.40.2-13) ...
Setting up libblkid1:amd64 (2.40.4-1) ...
(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 ... 17034 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.4-1_amd64.deb ...
Unpacking libmount1:amd64 (2.40.4-1) over (2.40.2-13) ...
Setting up libmount1:amd64 (2.40.4-1) ...
(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 ... 17034 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.4-1_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.40.4-1) over (2.40.2-13) ...
Setting up libsmartcols1:amd64 (2.40.4-1) ...
(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 ... 17034 files and directories currently installed.)
Preparing to unpack .../mount_2.40.4-1_amd64.deb ...
Unpacking mount (2.40.4-1) over (2.40.2-13) ...
Preparing to unpack .../libuuid1_2.40.4-1_amd64.deb ...
Unpacking libuuid1:amd64 (2.40.4-1) over (2.40.2-13) ...
Setting up libuuid1:amd64 (2.40.4-1) ...
(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 ... 17034 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.4-1_amd64.deb ...
Unpacking util-linux (2.40.4-1) over (2.40.2-13) ...
Setting up util-linux (2.40.4-1) ...
(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 ... 17036 files and directories currently installed.)
Preparing to unpack .../libdebconfclient0_0.277_amd64.deb ...
Unpacking libdebconfclient0:amd64 (0.277) over (0.276) ...
Setting up libdebconfclient0:amd64 (0.277) ...
(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 ... 17036 files and directories currently installed.)
Preparing to unpack .../base-passwd_3.6.6_amd64.deb ...
Unpacking base-passwd (3.6.6) over (3.6.5) ...
Setting up base-passwd (3.6.6) ...
(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 ... 17036 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.9.23_amd64.deb ...
Unpacking apt (2.9.23) over (2.9.20) ...
Setting up apt (2.9.23) ...
(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 ... 17036 files and directories currently installed.)
Preparing to unpack .../init-system-helpers_1.68_all.deb ...
Unpacking init-system-helpers (1.68) over (1.67) ...
Setting up init-system-helpers (1.68) ...
(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 ... 17036 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.40-5_amd64.deb ...
Unpacking libc-bin (2.40-5) over (2.40-4) ...
Setting up libc-bin (2.40-5) ...
(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 ... 17036 files and directories currently installed.)
Preparing to unpack .../sysvinit-utils_3.13-1_amd64.deb ...
Unpacking sysvinit-utils (3.13-1) over (3.11-1) ...
Setting up sysvinit-utils (3.13-1) ...
(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 ... 17036 files and directories currently installed.)
Preparing to unpack .../logsave_1.47.2-1_amd64.deb ...
Unpacking logsave (1.47.2-1) over (1.47.2~rc1-2) ...
Preparing to unpack .../libext2fs2t64_1.47.2-1_amd64.deb ...
Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
Unpacking libext2fs2t64:amd64 (1.47.2-1) over (1.47.2~rc1-2) ...
Setting up libext2fs2t64:amd64 (1.47.2-1) ...
(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 ... 17036 files and directories currently installed.)
Preparing to unpack .../e2fsprogs_1.47.2-1_amd64.deb ...
Unpacking e2fsprogs (1.47.2-1) over (1.47.2~rc1-2) ...
Preparing to unpack .../libaudit1_1%3a4.0.2-2+b1_amd64.deb ...
Unpacking libaudit1:amd64 (1:4.0.2-2+b1) over (1:4.0.2-2) ...
Setting up libaudit1:amd64 (1:4.0.2-2+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17037 files and directories currently installed.)
Preparing to unpack .../libcrypt1_1%3a4.4.38-1_amd64.deb ...
Unpacking libcrypt1:amd64 (1:4.4.38-1) over (1:4.4.36-5) ...
Setting up libcrypt1:amd64 (1:4.4.38-1) ...
(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 ... 17037 files and directories currently installed.)
Preparing to unpack .../00-login_1%3a4.16.0-2+really2.40.4-1_amd64.deb ...
Unpacking login (1:4.16.0-2+really2.40.4-1) over (1:4.16.0-2+really2.40.2-13) ...
Preparing to unpack .../01-tzdata_2025a-1_all.deb ...
Unpacking tzdata (2025a-1) over (2024b-4) ...
Preparing to unpack .../02-gettext-base_0.23.1-1_amd64.deb ...
Unpacking gettext-base (0.23.1-1) over (0.22.5-3) ...
Selecting previously unselected package libtext-charwidth-perl:amd64.
Preparing to unpack .../03-libtext-charwidth-perl_0.04-11+b4_amd64.deb ...
Unpacking libtext-charwidth-perl:amd64 (0.04-11+b4) ...
Selecting previously unselected package libtext-wrapi18n-perl.
Preparing to unpack .../04-libtext-wrapi18n-perl_0.06-10_all.deb ...
Unpacking libtext-wrapi18n-perl (0.06-10) ...
Preparing to unpack .../05-ucf_3.0048_all.deb ...
Unpacking ucf (3.0048) over (3.0046) ...
Preparing to unpack .../06-libgprofng0_2.43.50.20250108-1_amd64.deb ...
Unpacking libgprofng0:amd64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../07-libctf0_2.43.50.20250108-1_amd64.deb ...
Unpacking libctf0:amd64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../08-libctf-nobfd0_2.43.50.20250108-1_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../09-binutils-x86-64-linux-gnu_2.43.50.20250108-1_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../10-libbinutils_2.43.50.20250108-1_amd64.deb ...
Unpacking libbinutils:amd64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../11-binutils_2.43.50.20250108-1_amd64.deb ...
Unpacking binutils (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../12-binutils-common_2.43.50.20250108-1_amd64.deb ...
Unpacking binutils-common:amd64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../13-libsframe1_2.43.50.20250108-1_amd64.deb ...
Unpacking libsframe1:amd64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../14-dpkg-dev_1.22.14_all.deb ...
Unpacking dpkg-dev (1.22.14) over (1.22.11) ...
Preparing to unpack .../15-libdpkg-perl_1.22.14_all.deb ...
Unpacking libdpkg-perl (1.22.14) over (1.22.11) ...
Preparing to unpack .../16-gettext_0.23.1-1_amd64.deb ...
Unpacking gettext (0.23.1-1) over (0.22.5-3) ...
Preparing to unpack .../17-gpg_2.2.46-1+b1_amd64.deb ...
Unpacking gpg (2.2.46-1+b1) over (2.2.45-2) ...
Preparing to unpack .../18-gpgconf_2.2.46-1+b1_amd64.deb ...
Unpacking gpgconf (2.2.46-1+b1) over (2.2.45-2) ...
Preparing to unpack .../19-libhtml-parser-perl_3.83-1+b2_amd64.deb ...
Unpacking libhtml-parser-perl:amd64 (3.83-1+b2) over (3.83-1+b1) ...
Preparing to unpack .../20-libcgi-pm-perl_4.67-1_all.deb ...
Unpacking libcgi-pm-perl (4.67-1) over (4.66-1) ...
Preparing to unpack .../21-libcom-err2_1.47.2-1_amd64.deb ...
Unpacking libcom-err2:amd64 (1.47.2-1) over (1.47.2~rc1-2) ...
Preparing to unpack .../22-libcpanel-json-xs-perl_4.39-1_amd64.deb ...
Unpacking libcpanel-json-xs-perl:amd64 (4.39-1) over (4.38-1+b1) ...
Preparing to unpack .../23-libgssapi-krb5-2_1.21.3-4_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.21.3-4) over (1.21.3-3) ...
Preparing to unpack .../24-libkrb5-3_1.21.3-4_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.21.3-4) over (1.21.3-3) ...
Preparing to unpack .../25-libkrb5support0_1.21.3-4_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.21.3-4) over (1.21.3-3) ...
Preparing to unpack .../26-libk5crypto3_1.21.3-4_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.21.3-4) over (1.21.3-3) ...
Preparing to unpack .../27-libsasl2-modules-db_2.1.28+dfsg1-8+b1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-8+b1) over (2.1.28+dfsg1-8) ...
Preparing to unpack .../28-libsasl2-2_2.1.28+dfsg1-8+b1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-8+b1) over (2.1.28+dfsg1-8) ...
Selecting previously unselected package libldap2:amd64.
Preparing to unpack .../29-libldap2_2.6.9+dfsg-1_amd64.deb ...
Unpacking libldap2:amd64 (2.6.9+dfsg-1) ...
Preparing to unpack .../30-libcurl3t64-gnutls_8.11.1-1+b1_amd64.deb ...
Unpacking libcurl3t64-gnutls:amd64 (8.11.1-1+b1) over (8.11.1-1) ...
Preparing to unpack .../31-libglib2.0-0t64_2.82.4-2_amd64.deb ...
Unpacking libglib2.0-0t64:amd64 (2.82.4-2) over (2.82.4-1) ...
Preparing to unpack .../32-libicu72_72.1-6_amd64.deb ...
Unpacking libicu72:amd64 (72.1-6) over (72.1-5+b1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../33-libldap-common_2.6.9+dfsg-1_all.deb ...
Unpacking libldap-common (2.6.9+dfsg-1) ...
Preparing to unpack .../34-liblz1_1.15-1_amd64.deb ...
Unpacking liblz1:amd64 (1.15-1) over (1.15~rc1-1) ...
Preparing to unpack .../35-libss2_1.47.2-1_amd64.deb ...
Unpacking libss2:amd64 (1.47.2-1) over (1.47.2~rc1-2) ...
Preparing to unpack .../36-libtext-markdown-discount-perl_0.17-1_amd64.deb ...
Unpacking libtext-markdown-discount-perl (0.17-1) over (0.16-1+b3) ...
Preparing to unpack .../37-libxs-parse-keyword-perl_0.48-1_amd64.deb ...
Unpacking libxs-parse-keyword-perl (0.48-1) over (0.47-1) ...
Preparing to unpack .../38-openssl_3.4.0-2_amd64.deb ...
Unpacking openssl (3.4.0-2) over (3.3.2-2) ...
Setting up liblz1:amd64 (1.15-1) ...
Setting up libtext-charwidth-perl:amd64 (0.04-11+b4) ...
Setting up libicu72:amd64 (72.1-6) ...
Setting up bsdextrautils (2.40.4-1) ...
Setting up libcpanel-json-xs-perl:amd64 (4.39-1) ...
Setting up binutils-common:amd64 (2.43.50.20250108-1) ...
Installing new version of config file /etc/gprofng.rc ...
Setting up libctf-nobfd0:amd64 (2.43.50.20250108-1) ...
Setting up gettext-base (0.23.1-1) ...
Setting up libtext-markdown-discount-perl (0.17-1) ...
Setting up libcom-err2:amd64 (1.47.2-1) ...
Setting up libgomp1:amd64 (14.2.0-14) ...
Setting up libldap-common (2.6.9+dfsg-1) ...
Setting up libtext-wrapi18n-perl (0.06-10) ...
Setting up libsframe1:amd64 (2.43.50.20250108-1) ...
Setting up libkrb5support0:amd64 (1.21.3-4) ...
Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-8+b1) ...
Setting up tzdata (2025a-1) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Sun Jan 19 19:43:13 UTC 2025.
Universal Time is now:  Sun Jan 19 19:43:13 UTC 2025.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libxs-parse-keyword-perl (0.48-1) ...
Setting up libatomic1:amd64 (14.2.0-14) ...
Setting up libss2:amd64 (1.47.2-1) ...
Setting up ucf (3.0048) ...
Setting up libk5crypto3:amd64 (1.21.3-4) ...
Setting up libdpkg-perl (1.22.14) ...
Setting up logsave (1.47.2-1) ...
Setting up libsasl2-2:amd64 (2.1.28+dfsg1-8+b1) ...
Setting up mount (2.40.4-1) ...
Setting up libhtml-parser-perl:amd64 (3.83-1+b2) ...
Setting up gpgconf (2.2.46-1+b1) ...
Setting up libkrb5-3:amd64 (1.21.3-4) ...
Setting up libbinutils:amd64 (2.43.50.20250108-1) ...
Setting up openssl (3.4.0-2) ...
Setting up libldap2:amd64 (2.6.9+dfsg-1) ...
Setting up gpg (2.2.46-1+b1) ...
Setting up login (1:4.16.0-2+really2.40.4-1) ...
Setting up libctf0:amd64 (2.43.50.20250108-1) ...
Setting up gettext (0.23.1-1) ...
Setting up libcgi-pm-perl (4.67-1) ...
Setting up e2fsprogs (1.47.2-1) ...
Setting up libglib2.0-0t64:amd64 (2.82.4-2) ...
No schema files found: doing nothing.
Setting up libgprofng0:amd64 (2.43.50.20250108-1) ...
Setting up libgssapi-krb5-2:amd64 (1.21.3-4) ...
Setting up binutils-x86-64-linux-gnu (2.43.50.20250108-1) ...
Setting up libcurl3t64-gnutls:amd64 (8.11.1-1+b1) ...
Setting up binutils (2.43.50.20250108-1) ...
Setting up dpkg-dev (1.22.14) ...
Processing triggers for libc-bin (2.40-5) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for debianutils (5.21) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  libldap-2.5-0*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 578 kB disk space will be freed.
(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 ... 17092 files and directories currently installed.)
Removing libldap-2.5-0:amd64 (2.5.19+dfsg-1) ...
Processing triggers for libc-bin (2.40-5) ...
autopkgtest [19:43:16]: testbed running kernel: Linux 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 (2025-01-02)
autopkgtest [19:43:17]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-emkk6blb/debsigs_0.2.2-1.dsc
gpg: Signature made Fri Nov 22 18:50:31 2024 UTC
gpg:                using RSA key 2EE7A7A517FC124CF115C354651EEFB02527DF13
gpg:                issuer "roam@debian.org"
gpg: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.g9oXGp/debsigs_0.2.2-1.dsc: no acceptable signature found
dpkg-source: info: extracting debsigs in src
dpkg-source: info: unpacking debsigs_0.2.2.orig.tar.xz
dpkg-source: info: unpacking debsigs_0.2.2-1.debian.tar.xz
autopkgtest [19:43:18]: testing package debsigs version 0.2.2-1
autopkgtest [19:43:18]: build not needed
autopkgtest [19:43:18]: test simple: preparing testbed
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  apt-utils
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 329 kB of archives.
After this operation, 1100 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 apt-utils amd64 2.9.23 [329 kB]
Fetched 329 kB in 0s (7924 kB/s)
Selecting previously unselected package apt-utils.
(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 ... 17082 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.9.23_amd64.deb ...
Unpacking apt-utils (2.9.23) ...
Setting up apt-utils (2.9.23) ...
Processing triggers for man-db (2.13.0-1) ...
Ign:1 file:/tmp/autopkgtest.g9oXGp/binaries  InRelease
Get:2 file:/tmp/autopkgtest.g9oXGp/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.g9oXGp/binaries  Release [816 B]
Ign:3 file:/tmp/autopkgtest.g9oXGp/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.g9oXGp/binaries  Packages [69.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
The following packages will be upgraded:
  binutils binutils-common binutils-x86-64-linux-gnu libbinutils libctf-nobfd0
  libctf0 libgprofng0 libsframe1
8 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/6635 kB of archives.
After this operation, 14.3 kB disk space will be freed.
Get:1 file:/tmp/autopkgtest.g9oXGp/binaries  libgprofng0 2.43.50.20250108-1.1 [807 kB]
Get:2 file:/tmp/autopkgtest.g9oXGp/binaries  libctf0 2.43.50.20250108-1.1 [88.5 kB]
Get:3 file:/tmp/autopkgtest.g9oXGp/binaries  libctf-nobfd0 2.43.50.20250108-1.1 [155 kB]
Get:4 file:/tmp/autopkgtest.g9oXGp/binaries  binutils-x86-64-linux-gnu 2.43.50.20250108-1.1 [2105 kB]
Get:5 file:/tmp/autopkgtest.g9oXGp/binaries  libbinutils 2.43.50.20250108-1.1 [533 kB]
Get:6 file:/tmp/autopkgtest.g9oXGp/binaries  binutils 2.43.50.20250108-1.1 [265 kB]
Get:7 file:/tmp/autopkgtest.g9oXGp/binaries  binutils-common 2.43.50.20250108-1.1 [2603 kB]
Get:8 file:/tmp/autopkgtest.g9oXGp/binaries  libsframe1 2.43.50.20250108-1.1 [77.7 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 ... 17164 files and directories currently installed.)
Preparing to unpack .../0-libgprofng0.deb ...
Unpacking libgprofng0:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1) ...
Preparing to unpack .../1-libctf0.deb ...
Unpacking libctf0:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1) ...
Preparing to unpack .../2-libctf-nobfd0.deb ...
Unpacking libctf-nobfd0:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1) ...
Preparing to unpack .../3-binutils-x86-64-linux-gnu.deb ...
Unpacking binutils-x86-64-linux-gnu (2.43.50.20250108-1.1) over (2.43.50.20250108-1) ...
Preparing to unpack .../4-libbinutils.deb ...
Unpacking libbinutils:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1) ...
Preparing to unpack .../5-binutils.deb ...
Unpacking binutils (2.43.50.20250108-1.1) over (2.43.50.20250108-1) ...
Replacing files in old package binutils-common:amd64 (2.43.50.20250108-1) ...
Preparing to unpack .../6-binutils-common.deb ...
Unpacking binutils-common:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1) ...
Preparing to unpack .../7-libsframe1.deb ...
Unpacking libsframe1:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1) ...
Setting up binutils-common:amd64 (2.43.50.20250108-1.1) ...
Setting up libctf-nobfd0:amd64 (2.43.50.20250108-1.1) ...
Setting up libsframe1:amd64 (2.43.50.20250108-1.1) ...
Setting up libbinutils:amd64 (2.43.50.20250108-1.1) ...
Setting up libctf0:amd64 (2.43.50.20250108-1.1) ...
Setting up libgprofng0:amd64 (2.43.50.20250108-1.1) ...
Setting up binutils-x86-64-linux-gnu (2.43.50.20250108-1.1) ...
Setting up binutils (2.43.50.20250108-1.1) ...
Processing triggers for libc-bin (2.40-5) ...
Processing triggers for man-db (2.13.0-1) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following NEW packages will be installed:
  adduser debsigs dirmngr gnupg gnupg-l10n gpg-agent gpgsm libksba8
  libnpth0t64 pinentry-curses
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 2339 kB/2383 kB of archives.
After this operation, 9033 kB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.g9oXGp/binaries  debsigs 0.2.2-1 [43.7 kB]
Get:2 http://deb.debian.org/debian sid/main amd64 adduser all 3.137 [140 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 libksba8 amd64 1.6.7-2+b1 [136 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 libnpth0t64 amd64 1.8-2 [22.9 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 dirmngr amd64 2.2.46-1+b1 [369 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 gnupg-l10n all 2.2.46-1 [702 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 pinentry-curses amd64 1.3.1-2 [86.4 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 gpg-agent amd64 2.2.46-1+b1 [252 kB]
Get:9 http://deb.debian.org/debian sid/main amd64 gpgsm amd64 2.2.46-1+b1 [255 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 gnupg all 2.2.46-1 [376 kB]
Fetched 2339 kB in 0s (19.6 MB/s)
Selecting previously unselected package adduser.
(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 ... 17152 files and directories currently installed.)
Preparing to unpack .../archives/adduser_3.137_all.deb ...
Unpacking adduser (3.137) ...
Setting up adduser (3.137) ...
Selecting previously unselected package libksba8:amd64.
(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 ... 17223 files and directories currently installed.)
Preparing to unpack .../0-libksba8_1.6.7-2+b1_amd64.deb ...
Unpacking libksba8:amd64 (1.6.7-2+b1) ...
Selecting previously unselected package libnpth0t64:amd64.
Preparing to unpack .../1-libnpth0t64_1.8-2_amd64.deb ...
Unpacking libnpth0t64:amd64 (1.8-2) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../2-dirmngr_2.2.46-1+b1_amd64.deb ...
Unpacking dirmngr (2.2.46-1+b1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../3-gnupg-l10n_2.2.46-1_all.deb ...
Unpacking gnupg-l10n (2.2.46-1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../4-pinentry-curses_1.3.1-2_amd64.deb ...
Unpacking pinentry-curses (1.3.1-2) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../5-gpg-agent_2.2.46-1+b1_amd64.deb ...
Unpacking gpg-agent (2.2.46-1+b1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../6-gpgsm_2.2.46-1+b1_amd64.deb ...
Unpacking gpgsm (2.2.46-1+b1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../7-gnupg_2.2.46-1_all.deb ...
Unpacking gnupg (2.2.46-1) ...
Selecting previously unselected package debsigs.
Preparing to unpack .../8-debsigs.deb ...
Unpacking debsigs (0.2.2-1) ...
Setting up libksba8:amd64 (1.6.7-2+b1) ...
Setting up pinentry-curses (1.3.1-2) ...
Setting up libnpth0t64:amd64 (1.8-2) ...
Setting up gpg-agent (2.2.46-1+b1) ...
Setting up gpgsm (2.2.46-1+b1) ...
Setting up dirmngr (2.2.46-1+b1) ...
Setting up gnupg-l10n (2.2.46-1) ...
Setting up gnupg (2.2.46-1) ...
Setting up debsigs (0.2.2-1) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-5) ...
autopkgtest [19:43:29]: test simple: set -e; cd perl; prove test.pl
autopkgtest [19:43:29]: test simple: [-----------------------
test.pl .. ok
All tests successful.
Files=1, Tests=4,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.05 cusr  0.01 csys =  0.07 CPU)
Result: PASS
autopkgtest [19:43:30]: test simple: -----------------------]
simple               PASS (superficial)
autopkgtest [19:43:30]: test simple:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [19:43:30]: test upstream-python: preparing testbed
Ign:1 file:/tmp/autopkgtest.g9oXGp/binaries  InRelease
Get:2 file:/tmp/autopkgtest.g9oXGp/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.g9oXGp/binaries  Release [816 B]
Ign:3 file:/tmp/autopkgtest.g9oXGp/binaries  Release.gpg
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, 9 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/6678 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.g9oXGp/binaries  libctf-nobfd0 2.43.50.20250108-1.1 [155 kB]
Get:2 file:/tmp/autopkgtest.g9oXGp/binaries  libbinutils 2.43.50.20250108-1.1 [533 kB]
Get:3 file:/tmp/autopkgtest.g9oXGp/binaries  binutils-common 2.43.50.20250108-1.1 [2603 kB]
Get:4 file:/tmp/autopkgtest.g9oXGp/binaries  binutils 2.43.50.20250108-1.1 [265 kB]
Get:5 file:/tmp/autopkgtest.g9oXGp/binaries  binutils-x86-64-linux-gnu 2.43.50.20250108-1.1 [2105 kB]
Get:6 file:/tmp/autopkgtest.g9oXGp/binaries  debsigs 0.2.2-1 [43.7 kB]
Get:7 file:/tmp/autopkgtest.g9oXGp/binaries  libctf0 2.43.50.20250108-1.1 [88.5 kB]
Get:8 file:/tmp/autopkgtest.g9oXGp/binaries  libgprofng0 2.43.50.20250108-1.1 [807 kB]
Get:9 file:/tmp/autopkgtest.g9oXGp/binaries  libsframe1 2.43.50.20250108-1.1 [77.7 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 ... 17437 files and directories currently installed.)
Preparing to unpack .../0-libctf-nobfd0.deb ...
Unpacking libctf-nobfd0:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1.1) ...
Preparing to unpack .../1-libbinutils.deb ...
Unpacking libbinutils:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1.1) ...
Preparing to unpack .../2-binutils-common.deb ...
Unpacking binutils-common:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1.1) ...
Preparing to unpack .../3-binutils.deb ...
Unpacking binutils (2.43.50.20250108-1.1) over (2.43.50.20250108-1.1) ...
Preparing to unpack .../4-binutils-x86-64-linux-gnu.deb ...
Unpacking binutils-x86-64-linux-gnu (2.43.50.20250108-1.1) over (2.43.50.20250108-1.1) ...
Preparing to unpack .../5-debsigs.deb ...
Unpacking debsigs (0.2.2-1) over (0.2.2-1) ...
Preparing to unpack .../6-libctf0.deb ...
Unpacking libctf0:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1.1) ...
Preparing to unpack .../7-libgprofng0.deb ...
Unpacking libgprofng0:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1.1) ...
Preparing to unpack .../8-libsframe1.deb ...
Unpacking libsframe1:amd64 (2.43.50.20250108-1.1) over (2.43.50.20250108-1.1) ...
Setting up binutils-common:amd64 (2.43.50.20250108-1.1) ...
Setting up libctf-nobfd0:amd64 (2.43.50.20250108-1.1) ...
Setting up libsframe1:amd64 (2.43.50.20250108-1.1) ...
Setting up libbinutils:amd64 (2.43.50.20250108-1.1) ...
Setting up libctf0:amd64 (2.43.50.20250108-1.1) ...
Setting up libgprofng0:amd64 (2.43.50.20250108-1.1) ...
Setting up binutils-x86-64-linux-gnu (2.43.50.20250108-1.1) ...
Setting up binutils (2.43.50.20250108-1.1) ...
Setting up debsigs (0.2.2-1) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-5) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cpp cpp-14
  cpp-14-x86-64-linux-gnu cpp-x86-64-linux-gnu debhelper debsig-verify
  devscripts dh-autoreconf dh-strip-nondeterminism dictionaries-common dwz
  emacsen-common fontconfig fontconfig-config fonts-dejavu-core
  fonts-dejavu-mono g++ g++-14 g++-14-x86-64-linux-gnu g++-x86-64-linux-gnu
  gcc gcc-14 gcc-14-x86-64-linux-gnu gcc-x86-64-linux-gnu gpgv hunspell-en-us
  libasan8 libaspell15 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
  libdbus-1-3 libdebhelper-perl libdouble-conversion3 libdrm-amdgpu1
  libdrm-common libdrm-intel1 libdrm-radeon1 libdrm2 libedit2 libegl-mesa0
  libegl1 libelf1t64 libenchant-2-2 libevdev2 libexpat1 libfile-dirlist-perl
  libfile-homedir-perl libfile-stripnondeterminism-perl libfile-touch-perl
  libfile-which-perl libfontconfig1 libfreetype6 libgbm1 libgcc-14-dev libgl1
  libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgraphite2-3
  libgudev-1.0-0 libharfbuzz0b libhunspell-1.7-0 libhwasan0 libice6
  libinput-bin libinput10 libio-pty-perl libipc-run-perl libisl23 libitm1
  libjpeg62-turbo libllvm19 liblsan0 libmd4c0 libmpc3 libmpfr6 libmtdev1t64
  libmythes-1.2-0 libpciaccess0 libpcre2-16-0 libpng16-16t64 libpython3-stdlib
  libpython3.13-minimal libpython3.13-stdlib libqt5core5t64 libqt5dbus5t64
  libqt5gui5t64 libqt5network5t64 libqt5svg5 libqt5widgets5t64 libquadmath0
  libsensors-config libsensors5 libsm6 libstdc++-14-dev libtext-iconv-perl
  libtool libtsan2 libubsan1 libvulkan1 libwacom-common libwacom9
  libwayland-client0 libwayland-server0 libx11-6 libx11-data libx11-xcb1
  libxau6 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
  libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
  libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1
  libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb1 libxdmcp6
  libxext6 libxkbcommon-x11-0 libxkbcommon0 libxrender1 libxshmfence1
  libxxf86vm1 libz3-4 linux-libc-dev lyx lyx-common m4 media-types
  mesa-libgallium po-debconf python3 python3-click python3-feature-check
  python3-iniconfig python3-minimal python3-packaging python3-pluggy
  python3-pyparsing python3-pytest python3-tomli-w python3-typedload
  python3.13 python3.13-minimal rpcsvc-proto sopv-gpgv sqop tex-common wdiff
  x11-common xdg-utils xkb-data
0 upgraded, 171 newly installed, 0 to remove and 0 not upgraded.
Need to get 161 MB of archives.
After this operation, 639 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 libpython3.13-minimal amd64 3.13.1-3 [858 kB]
Get:2 http://deb.debian.org/debian sid/main amd64 libexpat1 amd64 2.6.4-1 [106 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 python3.13-minimal amd64 3.13.1-3 [2202 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 python3-minimal amd64 3.13.1-2 [27.0 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 media-types all 10.1.0 [26.9 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 libpython3.13-stdlib amd64 3.13.1-3 [1973 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 python3.13 amd64 3.13.1-3 [740 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 libpython3-stdlib amd64 3.13.1-2 [9952 B]
Get:9 http://deb.debian.org/debian sid/main amd64 python3 amd64 3.13.1-2 [28.0 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 m4 amd64 1.4.19-5 [294 kB]
Get:11 http://deb.debian.org/debian sid/main amd64 autoconf all 2.72-3 [493 kB]
Get:12 http://deb.debian.org/debian sid/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:13 http://deb.debian.org/debian sid/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:14 http://deb.debian.org/debian sid/main amd64 autopoint all 0.23.1-1 [770 kB]
Get:15 http://deb.debian.org/debian sid/main amd64 libc-dev-bin amd64 2.40-5 [52.4 kB]
Get:16 http://deb.debian.org/debian sid/main amd64 linux-libc-dev all 6.12.10-1 [2492 kB]
Get:17 http://deb.debian.org/debian sid/main amd64 libcrypt-dev amd64 1:4.4.38-1 [119 kB]
Get:18 http://deb.debian.org/debian sid/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
Get:19 http://deb.debian.org/debian sid/main amd64 libc6-dev amd64 2.40-5 [1957 kB]
Get:20 http://deb.debian.org/debian sid/main amd64 libisl23 amd64 0.27-1 [659 kB]
Get:21 http://deb.debian.org/debian sid/main amd64 libmpfr6 amd64 4.2.1-1+b2 [724 kB]
Get:22 http://deb.debian.org/debian sid/main amd64 libmpc3 amd64 1.3.1-1+b3 [52.2 kB]
Get:23 http://deb.debian.org/debian sid/main amd64 cpp-14-x86-64-linux-gnu amd64 14.2.0-14 [11.0 MB]
Get:24 http://deb.debian.org/debian sid/main amd64 cpp-14 amd64 14.2.0-14 [1276 B]
Get:25 http://deb.debian.org/debian sid/main amd64 cpp-x86-64-linux-gnu amd64 4:14.2.0-1 [4840 B]
Get:26 http://deb.debian.org/debian sid/main amd64 cpp amd64 4:14.2.0-1 [1568 B]
Get:27 http://deb.debian.org/debian sid/main amd64 libcc1-0 amd64 14.2.0-14 [42.9 kB]
Get:28 http://deb.debian.org/debian sid/main amd64 libitm1 amd64 14.2.0-14 [25.9 kB]
Get:29 http://deb.debian.org/debian sid/main amd64 libasan8 amd64 14.2.0-14 [2728 kB]
Get:30 http://deb.debian.org/debian sid/main amd64 liblsan0 amd64 14.2.0-14 [1205 kB]
Get:31 http://deb.debian.org/debian sid/main amd64 libtsan2 amd64 14.2.0-14 [2460 kB]
Get:32 http://deb.debian.org/debian sid/main amd64 libubsan1 amd64 14.2.0-14 [1075 kB]
Get:33 http://deb.debian.org/debian sid/main amd64 libhwasan0 amd64 14.2.0-14 [1489 kB]
Get:34 http://deb.debian.org/debian sid/main amd64 libquadmath0 amd64 14.2.0-14 [145 kB]
Get:35 http://deb.debian.org/debian sid/main amd64 libgcc-14-dev amd64 14.2.0-14 [2675 kB]
Get:36 http://deb.debian.org/debian sid/main amd64 gcc-14-x86-64-linux-gnu amd64 14.2.0-14 [21.4 MB]
Get:37 http://deb.debian.org/debian sid/main amd64 gcc-14 amd64 14.2.0-14 [536 kB]
Get:38 http://deb.debian.org/debian sid/main amd64 gcc-x86-64-linux-gnu amd64 4:14.2.0-1 [1436 B]
Get:39 http://deb.debian.org/debian sid/main amd64 gcc amd64 4:14.2.0-1 [5136 B]
Get:40 http://deb.debian.org/debian sid/main amd64 libstdc++-14-dev amd64 14.2.0-14 [2373 kB]
Get:41 http://deb.debian.org/debian sid/main amd64 g++-14-x86-64-linux-gnu amd64 14.2.0-14 [12.1 MB]
Get:42 http://deb.debian.org/debian sid/main amd64 g++-14 amd64 14.2.0-14 [21.5 kB]
Get:43 http://deb.debian.org/debian sid/main amd64 g++-x86-64-linux-gnu amd64 4:14.2.0-1 [1200 B]
Get:44 http://deb.debian.org/debian sid/main amd64 g++ amd64 4:14.2.0-1 [1344 B]
Get:45 http://deb.debian.org/debian sid/main amd64 build-essential amd64 12.12 [4624 B]
Get:46 http://deb.debian.org/debian sid/main amd64 libdebhelper-perl all 13.24.1 [90.9 kB]
Get:47 http://deb.debian.org/debian sid/main amd64 libtool all 2.5.4-2 [539 kB]
Get:48 http://deb.debian.org/debian sid/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:49 http://deb.debian.org/debian sid/main amd64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:50 http://deb.debian.org/debian sid/main amd64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:51 http://deb.debian.org/debian sid/main amd64 libelf1t64 amd64 0.192-4 [189 kB]
Get:52 http://deb.debian.org/debian sid/main amd64 dwz amd64 0.15-1+b1 [110 kB]
Get:53 http://deb.debian.org/debian sid/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:54 http://deb.debian.org/debian sid/main amd64 debhelper all 13.24.1 [920 kB]
Get:55 http://deb.debian.org/debian sid/main amd64 debsig-verify amd64 0.31 [40.1 kB]
Get:56 http://deb.debian.org/debian sid/main amd64 gpgv amd64 2.2.46-1+b1 [219 kB]
Get:57 http://deb.debian.org/debian sid/main amd64 sopv-gpgv all 0.1.1-1 [10.7 kB]
Get:58 http://deb.debian.org/debian sid/main amd64 sqop amd64 0.36.0-2+b1 [1585 kB]
Get:59 http://deb.debian.org/debian sid/main amd64 libfile-dirlist-perl all 0.05-3 [7600 B]
Get:60 http://deb.debian.org/debian sid/main amd64 libfile-which-perl all 1.27-2 [15.1 kB]
Get:61 http://deb.debian.org/debian sid/main amd64 libfile-homedir-perl all 1.006-2 [42.4 kB]
Get:62 http://deb.debian.org/debian sid/main amd64 libfile-touch-perl all 0.12-2 [8816 B]
Get:63 http://deb.debian.org/debian sid/main amd64 libio-pty-perl amd64 1:1.20-1+b2 [34.3 kB]
Get:64 http://deb.debian.org/debian sid/main amd64 libipc-run-perl all 20231003.0-2 [101 kB]
Get:65 http://deb.debian.org/debian sid/main amd64 wdiff amd64 1.2.2-7 [122 kB]
Get:66 http://deb.debian.org/debian sid/main amd64 devscripts all 2.25.1 [1053 kB]
Get:67 http://deb.debian.org/debian sid/main amd64 libtext-iconv-perl amd64 1.7-8+b4 [14.4 kB]
Get:68 http://deb.debian.org/debian sid/main amd64 emacsen-common all 3.0.5 [12.3 kB]
Get:69 http://deb.debian.org/debian sid/main amd64 dictionaries-common all 1.30.3 [172 kB]
Get:70 http://deb.debian.org/debian sid/main amd64 libpng16-16t64 amd64 1.6.45-1 [281 kB]
Get:71 http://deb.debian.org/debian sid/main amd64 libfreetype6 amd64 2.13.3+dfsg-1 [452 kB]
Get:72 http://deb.debian.org/debian sid/main amd64 fonts-dejavu-mono all 2.37-8 [489 kB]
Get:73 http://deb.debian.org/debian sid/main amd64 fonts-dejavu-core all 2.37-8 [840 kB]
Get:74 http://deb.debian.org/debian sid/main amd64 fontconfig-config amd64 2.15.0-2 [317 kB]
Get:75 http://deb.debian.org/debian sid/main amd64 libfontconfig1 amd64 2.15.0-2 [391 kB]
Get:76 http://deb.debian.org/debian sid/main amd64 fontconfig amd64 2.15.0-2 [463 kB]
Get:77 http://deb.debian.org/debian sid/main amd64 hunspell-en-us all 1:2020.12.07-3 [559 kB]
Get:78 http://deb.debian.org/debian sid/main amd64 libaspell15 amd64 0.60.8.1-3 [338 kB]
Get:79 http://deb.debian.org/debian sid/main amd64 libdbus-1-3 amd64 1.16.0-1 [177 kB]
Get:80 http://deb.debian.org/debian sid/main amd64 libdouble-conversion3 amd64 3.3.0-1+b2 [41.8 kB]
Get:81 http://deb.debian.org/debian sid/main amd64 libdrm-common all 2.4.123-1 [8084 B]
Get:82 http://deb.debian.org/debian sid/main amd64 libdrm2 amd64 2.4.123-1 [38.7 kB]
Get:83 http://deb.debian.org/debian sid/main amd64 libdrm-amdgpu1 amd64 2.4.123-1 [22.3 kB]
Get:84 http://deb.debian.org/debian sid/main amd64 libpciaccess0 amd64 0.17-3+b3 [51.9 kB]
Get:85 http://deb.debian.org/debian sid/main amd64 libdrm-intel1 amd64 2.4.123-1 [63.7 kB]
Get:86 http://deb.debian.org/debian sid/main amd64 libdrm-radeon1 amd64 2.4.123-1 [22.3 kB]
Get:87 http://deb.debian.org/debian sid/main amd64 libedit2 amd64 3.1-20250104-1 [93.8 kB]
Get:88 http://deb.debian.org/debian sid/main amd64 libwayland-server0 amd64 1.23.0-1+b1 [34.2 kB]
Get:89 http://deb.debian.org/debian sid/main amd64 libglapi-mesa amd64 24.3.3-1 [38.0 kB]
Get:90 http://deb.debian.org/debian sid/main amd64 libz3-4 amd64 4.13.3-1 [8560 kB]
Get:91 http://deb.debian.org/debian sid/main amd64 libllvm19 amd64 1:19.1.7-1 [26.0 MB]
Get:92 http://deb.debian.org/debian sid/main amd64 libsensors-config all 1:3.6.0-10 [14.6 kB]
Get:93 http://deb.debian.org/debian sid/main amd64 libsensors5 amd64 1:3.6.0-10+b1 [35.1 kB]
Get:94 http://deb.debian.org/debian sid/main amd64 libxau6 amd64 1:1.0.11-1 [20.4 kB]
Get:95 http://deb.debian.org/debian sid/main amd64 libxdmcp6 amd64 1:1.1.5-1 [27.8 kB]
Get:96 http://deb.debian.org/debian sid/main amd64 libxcb1 amd64 1.17.0-2+b1 [144 kB]
Get:97 http://deb.debian.org/debian sid/main amd64 libx11-data all 2:1.8.10-2 [337 kB]
Get:98 http://deb.debian.org/debian sid/main amd64 libx11-6 amd64 2:1.8.10-2 [813 kB]
Get:99 http://deb.debian.org/debian sid/main amd64 libx11-xcb1 amd64 2:1.8.10-2 [241 kB]
Get:100 http://deb.debian.org/debian sid/main amd64 libxcb-dri3-0 amd64 1.17.0-2+b1 [107 kB]
Get:101 http://deb.debian.org/debian sid/main amd64 libxcb-present0 amd64 1.17.0-2+b1 [106 kB]
Get:102 http://deb.debian.org/debian sid/main amd64 libxcb-randr0 amd64 1.17.0-2+b1 [117 kB]
Get:103 http://deb.debian.org/debian sid/main amd64 libxcb-sync1 amd64 1.17.0-2+b1 [109 kB]
Get:104 http://deb.debian.org/debian sid/main amd64 libxcb-xfixes0 amd64 1.17.0-2+b1 [109 kB]
Get:105 http://deb.debian.org/debian sid/main amd64 libxshmfence1 amd64 1.3-1+b3 [8852 B]
Get:106 http://deb.debian.org/debian sid/main amd64 mesa-libgallium amd64 24.3.3-1 [9488 kB]
Get:107 http://deb.debian.org/debian sid/main amd64 libgbm1 amd64 24.3.3-1 [43.5 kB]
Get:108 http://deb.debian.org/debian sid/main amd64 libwayland-client0 amd64 1.23.0-1+b1 [26.6 kB]
Get:109 http://deb.debian.org/debian sid/main amd64 libxcb-shm0 amd64 1.17.0-2+b1 [105 kB]
Get:110 http://deb.debian.org/debian sid/main amd64 libegl-mesa0 amd64 24.3.3-1 [127 kB]
Get:111 http://deb.debian.org/debian sid/main amd64 libhunspell-1.7-0 amd64 1.7.2+really1.7.2-10+b4 [237 kB]
Get:112 http://deb.debian.org/debian sid/main amd64 libenchant-2-2 amd64 2.8.2+dfsg1-2 [56.6 kB]
Get:113 http://deb.debian.org/debian sid/main amd64 libevdev2 amd64 1.13.3+dfsg-1 [32.2 kB]
Get:114 http://deb.debian.org/debian sid/main amd64 libglvnd0 amd64 1.7.0-1+b2 [52.0 kB]
Get:115 http://deb.debian.org/debian sid/main amd64 libxcb-glx0 amd64 1.17.0-2+b1 [122 kB]
Get:116 http://deb.debian.org/debian sid/main amd64 libxext6 amd64 2:1.3.4-1+b3 [50.4 kB]
Get:117 http://deb.debian.org/debian sid/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b4 [19.3 kB]
Get:118 http://deb.debian.org/debian sid/main amd64 libvulkan1 amd64 1.4.304.0-1 [129 kB]
Get:119 http://deb.debian.org/debian sid/main amd64 libgl1-mesa-dri amd64 24.3.3-1 [44.9 kB]
Get:120 http://deb.debian.org/debian sid/main amd64 libglx-mesa0 amd64 24.3.3-1 [142 kB]
Get:121 http://deb.debian.org/debian sid/main amd64 libglx0 amd64 1.7.0-1+b2 [34.9 kB]
Get:122 http://deb.debian.org/debian sid/main amd64 libgl1 amd64 1.7.0-1+b2 [89.5 kB]
Get:123 http://deb.debian.org/debian sid/main amd64 libgraphite2-3 amd64 1.3.14-2+b1 [75.4 kB]
Get:124 http://deb.debian.org/debian sid/main amd64 libgudev-1.0-0 amd64 238-6 [14.5 kB]
Get:125 http://deb.debian.org/debian sid/main amd64 libharfbuzz0b amd64 10.2.0-1 [479 kB]
Get:126 http://deb.debian.org/debian sid/main amd64 x11-common all 1:7.7+23.2 [216 kB]
Get:127 http://deb.debian.org/debian sid/main amd64 libice6 amd64 2:1.1.1-1 [65.4 kB]
Get:128 http://deb.debian.org/debian sid/main amd64 libwacom-common all 2.13.0-1 [98.0 kB]
Get:129 http://deb.debian.org/debian sid/main amd64 libwacom9 amd64 2.13.0-1 [24.0 kB]
Get:130 http://deb.debian.org/debian sid/main amd64 libinput-bin amd64 1.26.2-1 [25.3 kB]
Get:131 http://deb.debian.org/debian sid/main amd64 libmtdev1t64 amd64 1.1.6-1.2+b1 [22.5 kB]
Get:132 http://deb.debian.org/debian sid/main amd64 libinput10 amd64 1.26.2-1 [131 kB]
Get:133 http://deb.debian.org/debian sid/main amd64 libjpeg62-turbo amd64 1:2.1.5-3+b1 [168 kB]
Get:134 http://deb.debian.org/debian sid/main amd64 libmd4c0 amd64 0.5.2-2+b1 [49.0 kB]
Get:135 http://deb.debian.org/debian sid/main amd64 libmythes-1.2-0 amd64 2:1.2.5-1+b2 [10.8 kB]
Get:136 http://deb.debian.org/debian sid/main amd64 libpcre2-16-0 amd64 10.44-5 [260 kB]
Get:137 http://deb.debian.org/debian sid/main amd64 libqt5core5t64 amd64 5.15.15+dfsg-2 [1866 kB]
Get:138 http://deb.debian.org/debian sid/main amd64 libqt5dbus5t64 amd64 5.15.15+dfsg-2 [217 kB]
Get:139 http://deb.debian.org/debian sid/main amd64 libegl1 amd64 1.7.0-1+b2 [34.6 kB]
Get:140 http://deb.debian.org/debian sid/main amd64 libqt5network5t64 amd64 5.15.15+dfsg-2 [682 kB]
Get:141 http://deb.debian.org/debian sid/main amd64 libsm6 amd64 2:1.2.4-1 [35.2 kB]
Get:142 http://deb.debian.org/debian sid/main amd64 libxcb-icccm4 amd64 0.4.2-1 [27.5 kB]
Get:143 http://deb.debian.org/debian sid/main amd64 libxcb-util1 amd64 0.4.0-1+b2 [22.5 kB]
Get:144 http://deb.debian.org/debian sid/main amd64 libxcb-image0 amd64 0.4.0-2+b2 [22.2 kB]
Get:145 http://deb.debian.org/debian sid/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b3 [15.7 kB]
Get:146 http://deb.debian.org/debian sid/main amd64 libxcb-render0 amd64 1.17.0-2+b1 [115 kB]
Get:147 http://deb.debian.org/debian sid/main amd64 libxcb-render-util0 amd64 0.3.9-1+b2 [17.4 kB]
Get:148 http://deb.debian.org/debian sid/main amd64 libxcb-shape0 amd64 1.17.0-2+b1 [106 kB]
Get:149 http://deb.debian.org/debian sid/main amd64 libxcb-xinerama0 amd64 1.17.0-2+b1 [105 kB]
Get:150 http://deb.debian.org/debian sid/main amd64 libxcb-xinput0 amd64 1.17.0-2+b1 [130 kB]
Get:151 http://deb.debian.org/debian sid/main amd64 libxcb-xkb1 amd64 1.17.0-2+b1 [130 kB]
Get:152 http://deb.debian.org/debian sid/main amd64 xkb-data all 2.42-1 [790 kB]
Get:153 http://deb.debian.org/debian sid/main amd64 libxkbcommon0 amd64 1.7.0-2 [113 kB]
Get:154 http://deb.debian.org/debian sid/main amd64 libxkbcommon-x11-0 amd64 1.7.0-2 [16.2 kB]
Get:155 http://deb.debian.org/debian sid/main amd64 libxrender1 amd64 1:0.9.10-1.1+b3 [27.8 kB]
Get:156 http://deb.debian.org/debian sid/main amd64 libqt5gui5t64 amd64 5.15.15+dfsg-2 [3498 kB]
Get:157 http://deb.debian.org/debian sid/main amd64 libqt5widgets5t64 amd64 5.15.15+dfsg-2 [2400 kB]
Get:158 http://deb.debian.org/debian sid/main amd64 libqt5svg5 amd64 5.15.15-2 [138 kB]
Get:159 http://deb.debian.org/debian sid/main amd64 tex-common all 6.18 [32.5 kB]
Get:160 http://deb.debian.org/debian sid/main amd64 lyx-common all 2.4.3-1 [11.7 MB]
Get:161 http://deb.debian.org/debian sid/main amd64 xdg-utils all 1.2.1-2 [75.8 kB]
Get:162 http://deb.debian.org/debian sid/main amd64 lyx amd64 2.4.3-1 [4928 kB]
Get:163 http://deb.debian.org/debian sid/main amd64 python3-click all 8.1.8-1 [95.2 kB]
Get:164 http://deb.debian.org/debian sid/main amd64 python3-pyparsing all 3.1.2-1 [146 kB]
Get:165 http://deb.debian.org/debian sid/main amd64 python3-feature-check all 2.2.0-1 [13.2 kB]
Get:166 http://deb.debian.org/debian sid/main amd64 python3-iniconfig all 1.1.1-2 [6396 B]
Get:167 http://deb.debian.org/debian sid/main amd64 python3-packaging all 24.2-1 [55.3 kB]
Get:168 http://deb.debian.org/debian sid/main amd64 python3-pluggy all 1.5.0-1 [26.9 kB]
Get:169 http://deb.debian.org/debian sid/main amd64 python3-pytest all 8.3.4-1 [250 kB]
Get:170 http://deb.debian.org/debian sid/main amd64 python3-tomli-w all 1.0.0-2 [8012 B]
Get:171 http://deb.debian.org/debian sid/main amd64 python3-typedload all 2.37-1 [38.0 kB]
Preconfiguring packages ...
Fetched 161 MB in 4s (40.9 MB/s)
Selecting previously unselected package libpython3.13-minimal:amd64.
(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 ... 17437 files and directories currently installed.)
Preparing to unpack .../libpython3.13-minimal_3.13.1-3_amd64.deb ...
Unpacking libpython3.13-minimal:amd64 (3.13.1-3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.6.4-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.6.4-1) ...
Selecting previously unselected package python3.13-minimal.
Preparing to unpack .../python3.13-minimal_3.13.1-3_amd64.deb ...
Unpacking python3.13-minimal (3.13.1-3) ...
Setting up libpython3.13-minimal:amd64 (3.13.1-3) ...
Setting up libexpat1:amd64 (2.6.4-1) ...
Setting up python3.13-minimal (3.13.1-3) ...
Selecting previously unselected package python3-minimal.
(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 ... 17771 files and directories currently installed.)
Preparing to unpack .../python3-minimal_3.13.1-2_amd64.deb ...
Unpacking python3-minimal (3.13.1-2) ...
Selecting previously unselected package media-types.
Preparing to unpack .../media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package libpython3.13-stdlib:amd64.
Preparing to unpack .../libpython3.13-stdlib_3.13.1-3_amd64.deb ...
Unpacking libpython3.13-stdlib:amd64 (3.13.1-3) ...
Selecting previously unselected package python3.13.
Preparing to unpack .../python3.13_3.13.1-3_amd64.deb ...
Unpacking python3.13 (3.13.1-3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.13.1-2_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.13.1-2) ...
Setting up python3-minimal (3.13.1-2) ...
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 ... 18221 files and directories currently installed.)
Preparing to unpack .../000-python3_3.13.1-2_amd64.deb ...
Unpacking python3 (3.13.1-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../001-m4_1.4.19-5_amd64.deb ...
Unpacking m4 (1.4.19-5) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../002-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../003-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../004-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../005-autopoint_0.23.1-1_all.deb ...
Unpacking autopoint (0.23.1-1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../006-libc-dev-bin_2.40-5_amd64.deb ...
Unpacking libc-dev-bin (2.40-5) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../007-linux-libc-dev_6.12.10-1_all.deb ...
Unpacking linux-libc-dev (6.12.10-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../008-libcrypt-dev_1%3a4.4.38-1_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.38-1) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../009-rpcsvc-proto_1.4.3-1_amd64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../010-libc6-dev_2.40-5_amd64.deb ...
Unpacking libc6-dev:amd64 (2.40-5) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../011-libisl23_0.27-1_amd64.deb ...
Unpacking libisl23:amd64 (0.27-1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../012-libmpfr6_4.2.1-1+b2_amd64.deb ...
Unpacking libmpfr6:amd64 (4.2.1-1+b2) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../013-libmpc3_1.3.1-1+b3_amd64.deb ...
Unpacking libmpc3:amd64 (1.3.1-1+b3) ...
Selecting previously unselected package cpp-14-x86-64-linux-gnu.
Preparing to unpack .../014-cpp-14-x86-64-linux-gnu_14.2.0-14_amd64.deb ...
Unpacking cpp-14-x86-64-linux-gnu (14.2.0-14) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../015-cpp-14_14.2.0-14_amd64.deb ...
Unpacking cpp-14 (14.2.0-14) ...
Selecting previously unselected package cpp-x86-64-linux-gnu.
Preparing to unpack .../016-cpp-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
Unpacking cpp-x86-64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../017-cpp_4%3a14.2.0-1_amd64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../018-libcc1-0_14.2.0-14_amd64.deb ...
Unpacking libcc1-0:amd64 (14.2.0-14) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../019-libitm1_14.2.0-14_amd64.deb ...
Unpacking libitm1:amd64 (14.2.0-14) ...
Selecting previously unselected package libasan8:amd64.
Preparing to unpack .../020-libasan8_14.2.0-14_amd64.deb ...
Unpacking libasan8:amd64 (14.2.0-14) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../021-liblsan0_14.2.0-14_amd64.deb ...
Unpacking liblsan0:amd64 (14.2.0-14) ...
Selecting previously unselected package libtsan2:amd64.
Preparing to unpack .../022-libtsan2_14.2.0-14_amd64.deb ...
Unpacking libtsan2:amd64 (14.2.0-14) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../023-libubsan1_14.2.0-14_amd64.deb ...
Unpacking libubsan1:amd64 (14.2.0-14) ...
Selecting previously unselected package libhwasan0:amd64.
Preparing to unpack .../024-libhwasan0_14.2.0-14_amd64.deb ...
Unpacking libhwasan0:amd64 (14.2.0-14) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../025-libquadmath0_14.2.0-14_amd64.deb ...
Unpacking libquadmath0:amd64 (14.2.0-14) ...
Selecting previously unselected package libgcc-14-dev:amd64.
Preparing to unpack .../026-libgcc-14-dev_14.2.0-14_amd64.deb ...
Unpacking libgcc-14-dev:amd64 (14.2.0-14) ...
Selecting previously unselected package gcc-14-x86-64-linux-gnu.
Preparing to unpack .../027-gcc-14-x86-64-linux-gnu_14.2.0-14_amd64.deb ...
Unpacking gcc-14-x86-64-linux-gnu (14.2.0-14) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../028-gcc-14_14.2.0-14_amd64.deb ...
Unpacking gcc-14 (14.2.0-14) ...
Selecting previously unselected package gcc-x86-64-linux-gnu.
Preparing to unpack .../029-gcc-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
Unpacking gcc-x86-64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../030-gcc_4%3a14.2.0-1_amd64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package libstdc++-14-dev:amd64.
Preparing to unpack .../031-libstdc++-14-dev_14.2.0-14_amd64.deb ...
Unpacking libstdc++-14-dev:amd64 (14.2.0-14) ...
Selecting previously unselected package g++-14-x86-64-linux-gnu.
Preparing to unpack .../032-g++-14-x86-64-linux-gnu_14.2.0-14_amd64.deb ...
Unpacking g++-14-x86-64-linux-gnu (14.2.0-14) ...
Selecting previously unselected package g++-14.
Preparing to unpack .../033-g++-14_14.2.0-14_amd64.deb ...
Unpacking g++-14 (14.2.0-14) ...
Selecting previously unselected package g++-x86-64-linux-gnu.
Preparing to unpack .../034-g++-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
Unpacking g++-x86-64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package g++.
Preparing to unpack .../035-g++_4%3a14.2.0-1_amd64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../036-build-essential_12.12_amd64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../037-libdebhelper-perl_13.24.1_all.deb ...
Unpacking libdebhelper-perl (13.24.1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../038-libtool_2.5.4-2_all.deb ...
Unpacking libtool (2.5.4-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../039-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../040-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../041-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:amd64.
Preparing to unpack .../042-libelf1t64_0.192-4_amd64.deb ...
Unpacking libelf1t64:amd64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../043-dwz_0.15-1+b1_amd64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../044-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../045-debhelper_13.24.1_all.deb ...
Unpacking debhelper (13.24.1) ...
Selecting previously unselected package debsig-verify.
Preparing to unpack .../046-debsig-verify_0.31_amd64.deb ...
Unpacking debsig-verify (0.31) ...
Selecting previously unselected package gpgv.
Preparing to unpack .../047-gpgv_2.2.46-1+b1_amd64.deb ...
Unpacking gpgv (2.2.46-1+b1) ...
Selecting previously unselected package sopv-gpgv.
Preparing to unpack .../048-sopv-gpgv_0.1.1-1_all.deb ...
Unpacking sopv-gpgv (0.1.1-1) ...
Selecting previously unselected package sqop.
Preparing to unpack .../049-sqop_0.36.0-2+b1_amd64.deb ...
Unpacking sqop (0.36.0-2+b1) ...
Selecting previously unselected package libfile-dirlist-perl.
Preparing to unpack .../050-libfile-dirlist-perl_0.05-3_all.deb ...
Unpacking libfile-dirlist-perl (0.05-3) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../051-libfile-which-perl_1.27-2_all.deb ...
Unpacking libfile-which-perl (1.27-2) ...
Selecting previously unselected package libfile-homedir-perl.
Preparing to unpack .../052-libfile-homedir-perl_1.006-2_all.deb ...
Unpacking libfile-homedir-perl (1.006-2) ...
Selecting previously unselected package libfile-touch-perl.
Preparing to unpack .../053-libfile-touch-perl_0.12-2_all.deb ...
Unpacking libfile-touch-perl (0.12-2) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../054-libio-pty-perl_1%3a1.20-1+b2_amd64.deb ...
Unpacking libio-pty-perl (1:1.20-1+b2) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../055-libipc-run-perl_20231003.0-2_all.deb ...
Unpacking libipc-run-perl (20231003.0-2) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../056-wdiff_1.2.2-7_amd64.deb ...
Unpacking wdiff (1.2.2-7) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../057-devscripts_2.25.1_all.deb ...
Unpacking devscripts (2.25.1) ...
Selecting previously unselected package libtext-iconv-perl:amd64.
Preparing to unpack .../058-libtext-iconv-perl_1.7-8+b4_amd64.deb ...
Unpacking libtext-iconv-perl:amd64 (1.7-8+b4) ...
Selecting previously unselected package emacsen-common.
Preparing to unpack .../059-emacsen-common_3.0.5_all.deb ...
Unpacking emacsen-common (3.0.5) ...
Selecting previously unselected package dictionaries-common.
Preparing to unpack .../060-dictionaries-common_1.30.3_all.deb ...
Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
Unpacking dictionaries-common (1.30.3) ...
Selecting previously unselected package libpng16-16t64:amd64.
Preparing to unpack .../061-libpng16-16t64_1.6.45-1_amd64.deb ...
Unpacking libpng16-16t64:amd64 (1.6.45-1) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../062-libfreetype6_2.13.3+dfsg-1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ...
Selecting previously unselected package fonts-dejavu-mono.
Preparing to unpack .../063-fonts-dejavu-mono_2.37-8_all.deb ...
Unpacking fonts-dejavu-mono (2.37-8) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../064-fonts-dejavu-core_2.37-8_all.deb ...
Unpacking fonts-dejavu-core (2.37-8) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../065-fontconfig-config_2.15.0-2_amd64.deb ...
Unpacking fontconfig-config (2.15.0-2) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../066-libfontconfig1_2.15.0-2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.15.0-2) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../067-fontconfig_2.15.0-2_amd64.deb ...
Unpacking fontconfig (2.15.0-2) ...
Selecting previously unselected package hunspell-en-us.
Preparing to unpack .../068-hunspell-en-us_1%3a2020.12.07-3_all.deb ...
Unpacking hunspell-en-us (1:2020.12.07-3) ...
Selecting previously unselected package libaspell15:amd64.
Preparing to unpack .../069-libaspell15_0.60.8.1-3_amd64.deb ...
Unpacking libaspell15:amd64 (0.60.8.1-3) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../070-libdbus-1-3_1.16.0-1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.16.0-1) ...
Selecting previously unselected package libdouble-conversion3:amd64.
Preparing to unpack .../071-libdouble-conversion3_3.3.0-1+b2_amd64.deb ...
Unpacking libdouble-conversion3:amd64 (3.3.0-1+b2) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../072-libdrm-common_2.4.123-1_all.deb ...
Unpacking libdrm-common (2.4.123-1) ...
Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../073-libdrm2_2.4.123-1_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.123-1) ...
Selecting previously unselected package libdrm-amdgpu1:amd64.
Preparing to unpack .../074-libdrm-amdgpu1_2.4.123-1_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.123-1) ...
Selecting previously unselected package libpciaccess0:amd64.
Preparing to unpack .../075-libpciaccess0_0.17-3+b3_amd64.deb ...
Unpacking libpciaccess0:amd64 (0.17-3+b3) ...
Selecting previously unselected package libdrm-intel1:amd64.
Preparing to unpack .../076-libdrm-intel1_2.4.123-1_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.123-1) ...
Selecting previously unselected package libdrm-radeon1:amd64.
Preparing to unpack .../077-libdrm-radeon1_2.4.123-1_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.123-1) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../078-libedit2_3.1-20250104-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20250104-1) ...
Selecting previously unselected package libwayland-server0:amd64.
Preparing to unpack .../079-libwayland-server0_1.23.0-1+b1_amd64.deb ...
Unpacking libwayland-server0:amd64 (1.23.0-1+b1) ...
Selecting previously unselected package libglapi-mesa:amd64.
Preparing to unpack .../080-libglapi-mesa_24.3.3-1_amd64.deb ...
Unpacking libglapi-mesa:amd64 (24.3.3-1) ...
Selecting previously unselected package libz3-4:amd64.
Preparing to unpack .../081-libz3-4_4.13.3-1_amd64.deb ...
Unpacking libz3-4:amd64 (4.13.3-1) ...
Selecting previously unselected package libllvm19:amd64.
Preparing to unpack .../082-libllvm19_1%3a19.1.7-1_amd64.deb ...
Unpacking libllvm19:amd64 (1:19.1.7-1) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../083-libsensors-config_1%3a3.6.0-10_all.deb ...
Unpacking libsensors-config (1:3.6.0-10) ...
Selecting previously unselected package libsensors5:amd64.
Preparing to unpack .../084-libsensors5_1%3a3.6.0-10+b1_amd64.deb ...
Unpacking libsensors5:amd64 (1:3.6.0-10+b1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../085-libxau6_1%3a1.0.11-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.11-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../086-libxdmcp6_1%3a1.1.5-1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.5-1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../087-libxcb1_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb1:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../088-libx11-data_2%3a1.8.10-2_all.deb ...
Unpacking libx11-data (2:1.8.10-2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../089-libx11-6_2%3a1.8.10-2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.10-2) ...
Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../090-libx11-xcb1_2%3a1.8.10-2_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.8.10-2) ...
Selecting previously unselected package libxcb-dri3-0:amd64.
Preparing to unpack .../091-libxcb-dri3-0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-dri3-0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-present0:amd64.
Preparing to unpack .../092-libxcb-present0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-present0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-randr0:amd64.
Preparing to unpack .../093-libxcb-randr0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-randr0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-sync1:amd64.
Preparing to unpack .../094-libxcb-sync1_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-sync1:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-xfixes0:amd64.
Preparing to unpack .../095-libxcb-xfixes0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-xfixes0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxshmfence1:amd64.
Preparing to unpack .../096-libxshmfence1_1.3-1+b3_amd64.deb ...
Unpacking libxshmfence1:amd64 (1.3-1+b3) ...
Selecting previously unselected package mesa-libgallium:amd64.
Preparing to unpack .../097-mesa-libgallium_24.3.3-1_amd64.deb ...
Unpacking mesa-libgallium:amd64 (24.3.3-1) ...
Selecting previously unselected package libgbm1:amd64.
Preparing to unpack .../098-libgbm1_24.3.3-1_amd64.deb ...
Unpacking libgbm1:amd64 (24.3.3-1) ...
Selecting previously unselected package libwayland-client0:amd64.
Preparing to unpack .../099-libwayland-client0_1.23.0-1+b1_amd64.deb ...
Unpacking libwayland-client0:amd64 (1.23.0-1+b1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../100-libxcb-shm0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libegl-mesa0:amd64.
Preparing to unpack .../101-libegl-mesa0_24.3.3-1_amd64.deb ...
Unpacking libegl-mesa0:amd64 (24.3.3-1) ...
Selecting previously unselected package libhunspell-1.7-0:amd64.
Preparing to unpack .../102-libhunspell-1.7-0_1.7.2+really1.7.2-10+b4_amd64.deb ...
Unpacking libhunspell-1.7-0:amd64 (1.7.2+really1.7.2-10+b4) ...
Selecting previously unselected package libenchant-2-2:amd64.
Preparing to unpack .../103-libenchant-2-2_2.8.2+dfsg1-2_amd64.deb ...
Unpacking libenchant-2-2:amd64 (2.8.2+dfsg1-2) ...
Selecting previously unselected package libevdev2:amd64.
Preparing to unpack .../104-libevdev2_1.13.3+dfsg-1_amd64.deb ...
Unpacking libevdev2:amd64 (1.13.3+dfsg-1) ...
Selecting previously unselected package libglvnd0:amd64.
Preparing to unpack .../105-libglvnd0_1.7.0-1+b2_amd64.deb ...
Unpacking libglvnd0:amd64 (1.7.0-1+b2) ...
Selecting previously unselected package libxcb-glx0:amd64.
Preparing to unpack .../106-libxcb-glx0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-glx0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../107-libxext6_2%3a1.3.4-1+b3_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b3) ...
Selecting previously unselected package libxxf86vm1:amd64.
Preparing to unpack .../108-libxxf86vm1_1%3a1.1.4-1+b4_amd64.deb ...
Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b4) ...
Selecting previously unselected package libvulkan1:amd64.
Preparing to unpack .../109-libvulkan1_1.4.304.0-1_amd64.deb ...
Unpacking libvulkan1:amd64 (1.4.304.0-1) ...
Selecting previously unselected package libgl1-mesa-dri:amd64.
Preparing to unpack .../110-libgl1-mesa-dri_24.3.3-1_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (24.3.3-1) ...
Selecting previously unselected package libglx-mesa0:amd64.
Preparing to unpack .../111-libglx-mesa0_24.3.3-1_amd64.deb ...
Unpacking libglx-mesa0:amd64 (24.3.3-1) ...
Selecting previously unselected package libglx0:amd64.
Preparing to unpack .../112-libglx0_1.7.0-1+b2_amd64.deb ...
Unpacking libglx0:amd64 (1.7.0-1+b2) ...
Selecting previously unselected package libgl1:amd64.
Preparing to unpack .../113-libgl1_1.7.0-1+b2_amd64.deb ...
Unpacking libgl1:amd64 (1.7.0-1+b2) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../114-libgraphite2-3_1.3.14-2+b1_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.14-2+b1) ...
Selecting previously unselected package libgudev-1.0-0:amd64.
Preparing to unpack .../115-libgudev-1.0-0_238-6_amd64.deb ...
Unpacking libgudev-1.0-0:amd64 (238-6) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../116-libharfbuzz0b_10.2.0-1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (10.2.0-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../117-x11-common_1%3a7.7+23.2_all.deb ...
Unpacking x11-common (1:7.7+23.2) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../118-libice6_2%3a1.1.1-1_amd64.deb ...
Unpacking libice6:amd64 (2:1.1.1-1) ...
Selecting previously unselected package libwacom-common.
Preparing to unpack .../119-libwacom-common_2.13.0-1_all.deb ...
Unpacking libwacom-common (2.13.0-1) ...
Selecting previously unselected package libwacom9:amd64.
Preparing to unpack .../120-libwacom9_2.13.0-1_amd64.deb ...
Unpacking libwacom9:amd64 (2.13.0-1) ...
Selecting previously unselected package libinput-bin.
Preparing to unpack .../121-libinput-bin_1.26.2-1_amd64.deb ...
Unpacking libinput-bin (1.26.2-1) ...
Selecting previously unselected package libmtdev1t64:amd64.
Preparing to unpack .../122-libmtdev1t64_1.1.6-1.2+b1_amd64.deb ...
Unpacking libmtdev1t64:amd64 (1.1.6-1.2+b1) ...
Selecting previously unselected package libinput10:amd64.
Preparing to unpack .../123-libinput10_1.26.2-1_amd64.deb ...
Unpacking libinput10:amd64 (1.26.2-1) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../124-libjpeg62-turbo_1%3a2.1.5-3+b1_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.1.5-3+b1) ...
Selecting previously unselected package libmd4c0:amd64.
Preparing to unpack .../125-libmd4c0_0.5.2-2+b1_amd64.deb ...
Unpacking libmd4c0:amd64 (0.5.2-2+b1) ...
Selecting previously unselected package libmythes-1.2-0:amd64.
Preparing to unpack .../126-libmythes-1.2-0_2%3a1.2.5-1+b2_amd64.deb ...
Unpacking libmythes-1.2-0:amd64 (2:1.2.5-1+b2) ...
Selecting previously unselected package libpcre2-16-0:amd64.
Preparing to unpack .../127-libpcre2-16-0_10.44-5_amd64.deb ...
Unpacking libpcre2-16-0:amd64 (10.44-5) ...
Selecting previously unselected package libqt5core5t64:amd64.
Preparing to unpack .../128-libqt5core5t64_5.15.15+dfsg-2_amd64.deb ...
Unpacking libqt5core5t64:amd64 (5.15.15+dfsg-2) ...
Selecting previously unselected package libqt5dbus5t64:amd64.
Preparing to unpack .../129-libqt5dbus5t64_5.15.15+dfsg-2_amd64.deb ...
Unpacking libqt5dbus5t64:amd64 (5.15.15+dfsg-2) ...
Selecting previously unselected package libegl1:amd64.
Preparing to unpack .../130-libegl1_1.7.0-1+b2_amd64.deb ...
Unpacking libegl1:amd64 (1.7.0-1+b2) ...
Selecting previously unselected package libqt5network5t64:amd64.
Preparing to unpack .../131-libqt5network5t64_5.15.15+dfsg-2_amd64.deb ...
Unpacking libqt5network5t64:amd64 (5.15.15+dfsg-2) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../132-libsm6_2%3a1.2.4-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.4-1) ...
Selecting previously unselected package libxcb-icccm4:amd64.
Preparing to unpack .../133-libxcb-icccm4_0.4.2-1_amd64.deb ...
Unpacking libxcb-icccm4:amd64 (0.4.2-1) ...
Selecting previously unselected package libxcb-util1:amd64.
Preparing to unpack .../134-libxcb-util1_0.4.0-1+b2_amd64.deb ...
Unpacking libxcb-util1:amd64 (0.4.0-1+b2) ...
Selecting previously unselected package libxcb-image0:amd64.
Preparing to unpack .../135-libxcb-image0_0.4.0-2+b2_amd64.deb ...
Unpacking libxcb-image0:amd64 (0.4.0-2+b2) ...
Selecting previously unselected package libxcb-keysyms1:amd64.
Preparing to unpack .../136-libxcb-keysyms1_0.4.0-1+b3_amd64.deb ...
Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b3) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../137-libxcb-render0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-render-util0:amd64.
Preparing to unpack .../138-libxcb-render-util0_0.3.9-1+b2_amd64.deb ...
Unpacking libxcb-render-util0:amd64 (0.3.9-1+b2) ...
Selecting previously unselected package libxcb-shape0:amd64.
Preparing to unpack .../139-libxcb-shape0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-shape0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-xinerama0:amd64.
Preparing to unpack .../140-libxcb-xinerama0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-xinput0:amd64.
Preparing to unpack .../141-libxcb-xinput0_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-xinput0:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-xkb1:amd64.
Preparing to unpack .../142-libxcb-xkb1_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb-xkb1:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../143-xkb-data_2.42-1_all.deb ...
Unpacking xkb-data (2.42-1) ...
Selecting previously unselected package libxkbcommon0:amd64.
Preparing to unpack .../144-libxkbcommon0_1.7.0-2_amd64.deb ...
Unpacking libxkbcommon0:amd64 (1.7.0-2) ...
Selecting previously unselected package libxkbcommon-x11-0:amd64.
Preparing to unpack .../145-libxkbcommon-x11-0_1.7.0-2_amd64.deb ...
Unpacking libxkbcommon-x11-0:amd64 (1.7.0-2) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../146-libxrender1_1%3a0.9.10-1.1+b3_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1+b3) ...
Selecting previously unselected package libqt5gui5t64:amd64.
Preparing to unpack .../147-libqt5gui5t64_5.15.15+dfsg-2_amd64.deb ...
Unpacking libqt5gui5t64:amd64 (5.15.15+dfsg-2) ...
Selecting previously unselected package libqt5widgets5t64:amd64.
Preparing to unpack .../148-libqt5widgets5t64_5.15.15+dfsg-2_amd64.deb ...
Unpacking libqt5widgets5t64:amd64 (5.15.15+dfsg-2) ...
Selecting previously unselected package libqt5svg5:amd64.
Preparing to unpack .../149-libqt5svg5_5.15.15-2_amd64.deb ...
Unpacking libqt5svg5:amd64 (5.15.15-2) ...
Selecting previously unselected package tex-common.
Preparing to unpack .../150-tex-common_6.18_all.deb ...
Unpacking tex-common (6.18) ...
Selecting previously unselected package lyx-common.
Preparing to unpack .../151-lyx-common_2.4.3-1_all.deb ...
Unpacking lyx-common (2.4.3-1) ...
Selecting previously unselected package xdg-utils.
Preparing to unpack .../152-xdg-utils_1.2.1-2_all.deb ...
Unpacking xdg-utils (1.2.1-2) ...
Selecting previously unselected package lyx.
Preparing to unpack .../153-lyx_2.4.3-1_amd64.deb ...
Unpacking lyx (2.4.3-1) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../154-python3-click_8.1.8-1_all.deb ...
Unpacking python3-click (8.1.8-1) ...
Selecting previously unselected package python3-pyparsing.
Preparing to unpack .../155-python3-pyparsing_3.1.2-1_all.deb ...
Unpacking python3-pyparsing (3.1.2-1) ...
Selecting previously unselected package python3-feature-check.
Preparing to unpack .../156-python3-feature-check_2.2.0-1_all.deb ...
Unpacking python3-feature-check (2.2.0-1) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../157-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../158-python3-packaging_24.2-1_all.deb ...
Unpacking python3-packaging (24.2-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../159-python3-pluggy_1.5.0-1_all.deb ...
Unpacking python3-pluggy (1.5.0-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../160-python3-pytest_8.3.4-1_all.deb ...
Unpacking python3-pytest (8.3.4-1) ...
Selecting previously unselected package python3-tomli-w.
Preparing to unpack .../161-python3-tomli-w_1.0.0-2_all.deb ...
Unpacking python3-tomli-w (1.0.0-2) ...
Selecting previously unselected package python3-typedload.
Preparing to unpack .../162-python3-typedload_2.37-1_all.deb ...
Unpacking python3-typedload (2.37-1) ...
Setting up media-types (10.1.0) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up libtext-iconv-perl:amd64 (1.7-8+b4) ...
Setting up libgraphite2-3:amd64 (1.3.14-2+b1) ...
Setting up wdiff (1.2.2-7) ...
Setting up libwayland-server0:amd64 (1.23.0-1+b1) ...
Setting up libpciaccess0:amd64 (0.17-3+b3) ...
Setting up libfile-which-perl (1.27-2) ...
Setting up libxau6:amd64 (1:1.0.11-1) ...
Setting up libxdmcp6:amd64 (1:1.1.5-1) ...
Setting up libdouble-conversion3:amd64 (3.3.0-1+b2) ...
Setting up libxcb1:amd64 (1.17.0-2+b1) ...
Setting up libxcb-xfixes0:amd64 (1.17.0-2+b1) ...
Setting up libxcb-xinput0:amd64 (1.17.0-2+b1) ...
Setting up libio-pty-perl (1:1.20-1+b2) ...
Setting up libxcb-render0:amd64 (1.17.0-2+b1) ...
Setting up libaspell15:amd64 (0.60.8.1-3) ...
Setting up libglvnd0:amd64 (1.7.0-1+b2) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libxcb-glx0:amd64 (1.17.0-2+b1) ...
Setting up libdebhelper-perl (13.24.1) ...
Setting up libedit2:amd64 (3.1-20250104-1) ...
Setting up libxcb-keysyms1:amd64 (0.4.0-1+b3) ...
Setting up libxcb-shape0:amd64 (1.17.0-2+b1) ...
Setting up x11-common (1:7.7+23.2) ...
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 libsensors-config (1:3.6.0-10) ...
Setting up linux-libc-dev (6.12.10-1) ...
Setting up m4 (1.4.19-5) ...
Setting up libxcb-render-util0:amd64 (0.3.9-1+b2) ...
Setting up xkb-data (2.42-1) ...
Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ...
Setting up libxcb-icccm4:amd64 (0.4.2-1) ...
Setting up libpcre2-16-0:amd64 (10.44-5) ...
Setting up libelf1t64:amd64 (0.192-4) ...
Setting up debsig-verify (0.31) ...
Setting up libxcb-util1:amd64 (0.4.0-1+b2) ...
Setting up libxcb-xkb1:amd64 (1.17.0-2+b1) ...
Setting up libxcb-image0:amd64 (0.4.0-2+b2) ...
Setting up libxcb-present0:amd64 (1.17.0-2+b1) ...
Setting up tex-common (6.18) ...
update-language: texlive-base not installed and configured, doing nothing!
Setting up libqt5core5t64:amd64 (5.15.15+dfsg-2) ...
Setting up autotools-dev (20220109.1) ...
Setting up libz3-4:amd64 (4.13.3-1) ...
Setting up libxcb-xinerama0:amd64 (1.17.0-2+b1) ...
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libjpeg62-turbo:amd64 (1:2.1.5-3+b1) ...
Setting up emacsen-common (3.0.5) ...
Setting up libx11-data (2:1.8.10-2) ...
Setting up libmpfr6:amd64 (4.2.1-1+b2) ...
Setting up libxcb-sync1:amd64 (1.17.0-2+b1) ...
Setting up libdbus-1-3:amd64 (1.16.0-1) ...
Setting up libquadmath0:amd64 (14.2.0-14) ...
Setting up sqop (0.36.0-2+b1) ...
update-alternatives: using /usr/bin/sqop to provide /usr/bin/sopv (sopv) in auto mode
Setting up fonts-dejavu-mono (2.37-8) ...
Setting up libpng16-16t64:amd64 (1.6.45-1) ...
Setting up libmpc3:amd64 (1.3.1-1+b3) ...
Setting up autopoint (0.23.1-1) ...
Setting up fonts-dejavu-core (2.37-8) ...
Setting up libipc-run-perl (20231003.0-2) ...
Setting up libsensors5:amd64 (1:3.6.0-10+b1) ...
Setting up libglapi-mesa:amd64 (24.3.3-1) ...
Setting up libvulkan1:amd64 (1.4.304.0-1) ...
Setting up autoconf (2.72-3) ...
Setting up libmythes-1.2-0:amd64 (2:1.2.5-1+b2) ...
Setting up libubsan1:amd64 (14.2.0-14) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libmtdev1t64:amd64 (1.1.6-1.2+b1) ...
Setting up libxshmfence1:amd64 (1.3-1+b3) ...
Setting up libhwasan0:amd64 (14.2.0-14) ...
Setting up gpgv (2.2.46-1+b1) ...
Setting up libcrypt-dev:amd64 (1:4.4.38-1) ...
Setting up libxcb-randr0:amd64 (1.17.0-2+b1) ...
Setting up libasan8:amd64 (14.2.0-14) ...
Setting up libmd4c0:amd64 (0.5.2-2+b1) ...
Setting up libx11-6:amd64 (2:1.8.10-2) ...
Setting up libtsan2:amd64 (14.2.0-14) ...
Setting up libhunspell-1.7-0:amd64 (1.7.2+really1.7.2-10+b4) ...
Setting up libfile-dirlist-perl (0.05-3) ...
Setting up libisl23:amd64 (0.27-1) ...
Setting up libc-dev-bin (2.40-5) ...
Setting up libfile-homedir-perl (1.006-2) ...
Setting up libdrm-common (2.4.123-1) ...
Setting up libpython3.13-stdlib:amd64 (3.13.1-3) ...
Setting up libevdev2:amd64 (1.13.3+dfsg-1) ...
Setting up xdg-utils (1.2.1-2) ...
update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
Setting up libcc1-0:amd64 (14.2.0-14) ...
Setting up libgudev-1.0-0:amd64 (238-6) ...
Setting up libfile-touch-perl (0.12-2) ...
Setting up liblsan0:amd64 (14.2.0-14) ...
Setting up libitm1:amd64 (14.2.0-14) ...
Setting up libpython3-stdlib:amd64 (3.13.1-2) ...
Setting up libwacom-common (2.13.0-1) ...
Setting up libxkbcommon0:amd64 (1.7.0-2) ...
Setting up libwayland-client0:amd64 (1.23.0-1+b1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libxcb-dri3-0:amd64 (1.17.0-2+b1) ...
Setting up libllvm19:amd64 (1:19.1.7-1) ...
Setting up libx11-xcb1:amd64 (2:1.8.10-2) ...
Setting up libice6:amd64 (2:1.1.1-1) ...
Setting up libqt5dbus5t64:amd64 (5.15.15+dfsg-2) ...
Setting up libxrender1:amd64 (1:0.9.10-1.1+b3) ...
Setting up dictionaries-common (1.30.3) ...
Setting up python3.13 (3.13.1-3) ...
Setting up libwacom9:amd64 (2.13.0-1) ...
Setting up fontconfig-config (2.15.0-2) ...
Setting up libqt5network5t64:amd64 (5.15.15+dfsg-2) ...
Setting up libxext6:amd64 (2:1.3.4-1+b3) ...
Setting up python3 (3.13.1-2) ...
Setting up sopv-gpgv (0.1.1-1) ...
Setting up python3-click (8.1.8-1) ...
Setting up libxxf86vm1:amd64 (1:1.1.4-1+b4) ...
Setting up libinput-bin (1.26.2-1) ...
Setting up python3-typedload (2.37-1) ...
Setting up python3-packaging (24.2-1) ...
Setting up devscripts (2.25.1) ...
Setting up python3-pyparsing (3.1.2-1) ...
Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ...
Setting up libxkbcommon-x11-0:amd64 (1.7.0-2) ...
Setting up lyx-common (2.4.3-1) ...
Setting up cpp-14-x86-64-linux-gnu (14.2.0-14) ...
Setting up cpp-14 (14.2.0-14) ...
Setting up python3-pluggy (1.5.0-1) ...
Setting up libdrm2:amd64 (2.4.123-1) ...
Setting up hunspell-en-us (1:2020.12.07-3) ...
Setting up libc6-dev:amd64 (2.40-5) ...
Setting up libharfbuzz0b:amd64 (10.2.0-1) ...
Setting up libfontconfig1:amd64 (2.15.0-2) ...
Setting up libgcc-14-dev:amd64 (14.2.0-14) ...
Setting up python3-tomli-w (1.0.0-2) ...
Setting up libstdc++-14-dev:amd64 (14.2.0-14) ...
Setting up libsm6:amd64 (2:1.2.4-1) ...
Setting up libdrm-amdgpu1:amd64 (2.4.123-1) ...
Setting up cpp-x86-64-linux-gnu (4:14.2.0-1) ...
Setting up python3-iniconfig (1.1.1-2) ...
Setting up libinput10:amd64 (1.26.2-1) ...
Setting up fontconfig (2.15.0-2) ...
Regenerating fonts cache... done.
Setting up libenchant-2-2:amd64 (2.8.2+dfsg1-2) ...
Setting up libdrm-radeon1:amd64 (2.4.123-1) ...
Setting up python3-pytest (8.3.4-1) ...
Setting up libdrm-intel1:amd64 (2.4.123-1) ...
Setting up python3-feature-check (2.2.0-1) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-x86-64-linux-gnu (14.2.0-14) ...
Setting up mesa-libgallium:amd64 (24.3.3-1) ...
Setting up gcc-x86-64-linux-gnu (4:14.2.0-1) ...
Setting up libgbm1:amd64 (24.3.3-1) ...
Setting up libgl1-mesa-dri:amd64 (24.3.3-1) ...
Setting up gcc-14 (14.2.0-14) ...
Setting up libegl-mesa0:amd64 (24.3.3-1) ...
Setting up g++-14-x86-64-linux-gnu (14.2.0-14) ...
Setting up libegl1:amd64 (1.7.0-1+b2) ...
Setting up g++-x86-64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14 (14.2.0-14) ...
Setting up libglx-mesa0:amd64 (24.3.3-1) ...
Setting up libglx0:amd64 (1.7.0-1+b2) ...
Setting up libtool (2.5.4-2) ...
Setting up gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up libgl1:amd64 (1.7.0-1+b2) ...
Setting up g++ (4:14.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.12) ...
Setting up debhelper (13.24.1) ...
Setting up libqt5gui5t64:amd64 (5.15.15+dfsg-2) ...
Setting up libqt5widgets5t64:amd64 (5.15.15+dfsg-2) ...
Setting up libqt5svg5:amd64 (5.15.15-2) ...
Setting up lyx (2.4.3-1) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-5) ...
Processing triggers for dictionaries-common (1.30.3) ...
autopkgtest [19:44:12]: test upstream-python: env PYTHONPATH="$(pwd)/python/tests" python3 -B -u -m testsigs --debsigs-program=/usr/bin/debsigs
autopkgtest [19:44:12]: test upstream-python: [-----------------------
gpg: directory '/tmp/debsigs-functional.5g99pdd7/home/.gnupg' created
gpg: keybox '/tmp/debsigs-functional.5g99pdd7/home/.gnupg/pubring.kbx' created
gpg: /tmp/debsigs-functional.5g99pdd7/home/.gnupg/trustdb.gpg: trustdb created
tru::1:1737315853:0:3:1:5

gpg: key 8249ACF5699B9939: public key "Kieron Latimer <kieron@example.net>" imported
gpg: key 8249ACF5699B9939: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
tru::1:1737315853:0:3:1:5
pub:-:3072:1:8249ACF5699B9939:1737315792:::-:::cESC::::::23::0:
fpr:::::::::69575302108FAF1D2CC5D45C8249ACF5699B9939:
uid:-::::1737315792::721BE51B0B68DCCABF46CA398893DE158EAAB931::Kieron Latimer <kieron@example.net>::::::::::0:
sub:-:3072:1:D806A9A322706DFD:1737315792::::::s::::::23:
fpr:::::::::3BE31AD3314A3BF23B24D265D806A9A322706DFD:
sub:-:3072:1:F36382CD626EEA6A:1737315792::::::e::::::23:
fpr:::::::::CDD961D64C4E4BE694FF9B76F36382CD626EEA6A:

gpg: Signature made Sun Jan 19 19:44:13 2025 UTC
gpg:                using RSA key 3BE31AD3314A3BF23B24D265D806A9A322706DFD
gpg: Good signature from "Kieron Latimer <kieron@example.net>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 6957 5302 108F AF1D 2CC5  D45C 8249 ACF5 699B 9939
     Subkey fingerprint: 3BE3 1AD3 314A 3BF2 3B24  D265 D806 A9A3 2270 6DFD
dpkg-deb: warning: root directory /tmp/autopkgtest.g9oXGp/build.ZRl/src/test-data/dpkg/single-file has unusual owner or group 1000:1000
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: hint: you might need to pass --root-owner-group, see <https://wiki.debian.org/Teams/Dpkg/RootlessBuilds> for further details
dpkg-deb: building package 'single-file' in '/tmp/debsigs-functional.5g99pdd7/home/deb-orig/single-file_0.1.0-1_all.deb'.
dpkg-deb: warning: root directory /tmp/autopkgtest.g9oXGp/build.ZRl/src/test-data/dpkg/more-files has unusual owner or group 1000:1000
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: hint: you might need to pass --root-owner-group, see <https://wiki.debian.org/Teams/Dpkg/RootlessBuilds> for further details
dpkg-deb: building package 'more-files' in '/tmp/debsigs-functional.5g99pdd7/home/deb-orig/more-files_1.0.0-7_all.deb'.
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /tmp/debsigs-functional.5g99pdd7/work
collecting ... collected 6 items

test_autosign.py::test_autosign <- ../../autopkgtest.g9oXGp/build.ZRl/src/python/tests/testsigs/unit/test_autosign.py PASSED [ 16%]
test_debsigs.py::test_list <- ../../autopkgtest.g9oXGp/build.ZRl/src/python/tests/testsigs/unit/test_debsigs.py PASSED [ 33%]
test_debsigs.py::test_sign_and_verify <- ../../autopkgtest.g9oXGp/build.ZRl/src/python/tests/testsigs/unit/test_debsigs.py PASSED [ 50%]
test_features.py::test_version <- ../../autopkgtest.g9oXGp/build.ZRl/src/python/tests/testsigs/unit/test_features.py PASSED [ 66%]
test_installer.py::test_installer <- ../../autopkgtest.g9oXGp/build.ZRl/src/python/tests/testsigs/unit/test_installer.py SKIPPED [ 83%]
test_signchanges.py::test_sign <- ../../autopkgtest.g9oXGp/build.ZRl/src/python/tests/testsigs/unit/test_signchanges.py PASSED [100%]

========================= 5 passed, 1 skipped in 1.67s =========================
autopkgtest [19:44:15]: test upstream-python: -----------------------]
upstream-python      PASS
autopkgtest [19:44:16]: test upstream-python:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [19:44:16]: @@@@@@@@@@@@@@@@@@@@ summary
simple               PASS (superficial)
upstream-python      PASS

aborted: False
returncode: 0

Files in working directory:
artifact-dir
artifact-dir/binaries
artifact-dir/binaries/binutils-aarch64-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-aarch64-linux-gnu.deb
artifact-dir/binaries/binutils-alpha-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-alpha-linux-gnu.deb
artifact-dir/binaries/binutils-arc-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-arc-linux-gnu.deb
artifact-dir/binaries/binutils-arm-linux-gnueabi-dbg.deb
artifact-dir/binaries/binutils-arm-linux-gnueabi.deb
artifact-dir/binaries/binutils-arm-linux-gnueabihf-dbg.deb
artifact-dir/binaries/binutils-arm-linux-gnueabihf.deb
artifact-dir/binaries/binutils-common.deb
artifact-dir/binaries/binutils-dbg.deb
artifact-dir/binaries/binutils-dev.deb
artifact-dir/binaries/binutils-doc.deb
artifact-dir/binaries/binutils-for-build.deb
artifact-dir/binaries/binutils-for-host.deb
artifact-dir/binaries/binutils-hppa-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-hppa-linux-gnu.deb
artifact-dir/binaries/binutils-hppa64-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-hppa64-linux-gnu.deb
artifact-dir/binaries/binutils-i686-gnu-dbg.deb
artifact-dir/binaries/binutils-i686-gnu.deb
artifact-dir/binaries/binutils-i686-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-i686-linux-gnu.deb
artifact-dir/binaries/binutils-loongarch64-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-loongarch64-linux-gnu.deb
artifact-dir/binaries/binutils-m68k-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-m68k-linux-gnu.deb
artifact-dir/binaries/binutils-multiarch-dbg.deb
artifact-dir/binaries/binutils-multiarch-dev.deb
artifact-dir/binaries/binutils-multiarch.deb
artifact-dir/binaries/binutils-powerpc-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-powerpc-linux-gnu.deb
artifact-dir/binaries/binutils-powerpc64-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-powerpc64-linux-gnu.deb
artifact-dir/binaries/binutils-powerpc64le-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-powerpc64le-linux-gnu.deb
artifact-dir/binaries/binutils-riscv64-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-riscv64-linux-gnu.deb
artifact-dir/binaries/binutils-s390x-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-s390x-linux-gnu.deb
artifact-dir/binaries/binutils-sh4-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-sh4-linux-gnu.deb
artifact-dir/binaries/binutils-source.deb
artifact-dir/binaries/binutils-sparc-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-sparc-linux-gnu.deb
artifact-dir/binaries/binutils-sparc64-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-sparc64-linux-gnu.deb
artifact-dir/binaries/binutils-x86-64-gnu-dbg.deb
artifact-dir/binaries/binutils-x86-64-gnu.deb
artifact-dir/binaries/binutils-x86-64-linux-gnu-dbg.deb
artifact-dir/binaries/binutils-x86-64-linux-gnu.deb
artifact-dir/binaries/binutils-x86-64-linux-gnux32-dbg.deb
artifact-dir/binaries/binutils-x86-64-linux-gnux32.deb
artifact-dir/binaries/binutils.deb
artifact-dir/binaries/debsigs.deb
artifact-dir/binaries/libbinutils-dbg.deb
artifact-dir/binaries/libbinutils.deb
artifact-dir/binaries/libctf-nobfd0-dbg.deb
artifact-dir/binaries/libctf-nobfd0.deb
artifact-dir/binaries/libctf0-dbg.deb
artifact-dir/binaries/libctf0.deb
artifact-dir/binaries/libgprofng0-dbg.deb
artifact-dir/binaries/libgprofng0.deb
artifact-dir/binaries/libsframe1-dbg.deb
artifact-dir/binaries/libsframe1.deb
artifact-dir/log
artifact-dir/simple-packages
artifact-dir/simple-stdout
artifact-dir/summary
artifact-dir/testbed-packages
artifact-dir/testinfo.json
artifact-dir/testpkg-version
artifact-dir/upstream-python-packages
artifact-dir/upstream-python-stderr
artifact-dir/upstream-python-stdout
--------------------

Relations

Relation Direction Type Name
relates-to Source package debsigs_0.2.2-1
relates-to Binary package debsigs_0.2.2-1_all
relates-to Package upload binutils_2.43.50.20250108-1.1
relates-to Package upload binutils_2.43.50.20250108-1.1

debug log System autopkgtest - 1 week, 4 days ago 0 minutes
BETA