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
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
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-xrba8ovj/python-click-doc_8.2.0-1_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/python-stactools-doc_0.5.3-3_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/python3-click_8.2.0-1_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/python3-stactools_0.5.3-3_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/stactools_0.5.3-3_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/stactools_0.5.3-3.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1140235/system.tar.xz
output (contains stdout and stderr):
autopkgtest [15:59:10]: starting date and time: 2025-01-17 15:59:10+0000
autopkgtest [15:59:10]: version 5.38~bpo12+1
autopkgtest [15:59:10]: host debusine-worker-amd64-hades-01; 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-xrba8ovj/python-click-doc_8.2.0-1_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/python-stactools-doc_0.5.3-3_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/python3-click_8.2.0-1_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/python3-stactools_0.5.3-3_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/stactools_0.5.3-3_all.deb /tmp/debusine-fetch-exec-upload-xrba8ovj/stactools_0.5.3-3.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1140235/system.tar.xz
autopkgtest [15:59:14]: testbed dpkg architecture: amd64
autopkgtest [15:59:15]: testbed apt version: 2.9.20
autopkgtest [15:59:15]: @@@@@@@@@@@@@@@@@@@@ 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 [7324 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 Components [5045 kB]
Fetched 22.6 MB in 2s (9845 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, 1324 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.22 [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.22 [1382 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 2024b-6 [257 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 0s (86.2 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.22_amd64.deb ...
Unpacking libapt-pkg6.0t64:amd64 (2.9.22) over (2.9.20) ...
Setting up libapt-pkg6.0t64:amd64 (2.9.22) ...
(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.22_amd64.deb ...
Unpacking apt (2.9.22) over (2.9.20) ...
Setting up apt (2.9.22) ...
(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_2024b-6_all.deb ...
Unpacking tzdata (2024b-6) 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 (2024b-6) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Fri Jan 17 15:59:31 UTC 2025.
Universal Time is now:  Fri Jan 17 15:59:31 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 [15:59:34]: testbed running kernel: Linux 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 (2025-01-02)
autopkgtest [15:59:34]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-xrba8ovj/stactools_0.5.3-3.dsc
gpg: Signature made Mon Dec 23 13:25:50 2024 UTC
gpg:                using RSA key 3B70F209A5FFD68903C472C5EBF48AB2578F9812
gpg:                issuer "antonio.valentino@tiscali.it"
gpg: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.RKBB2S/stactools_0.5.3-3.dsc: no acceptable signature found
dpkg-source: info: extracting stactools in src
dpkg-source: info: unpacking stactools_0.5.3.orig.tar.gz
dpkg-source: info: unpacking stactools_0.5.3-3.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-Fix-broken-antimeridian-tests.patch
autopkgtest [15:59:36]: testing package stactools version 0.5.3-3
autopkgtest [15:59:36]: build not needed
autopkgtest [15:59:36]: test pybuild-autopkgtest: 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.22 [329 kB]
Fetched 329 kB in 0s (6986 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.22_amd64.deb ...
Unpacking apt-utils (2.9.22) ...
Setting up apt-utils (2.9.22) ...
Processing triggers for man-db (2.13.0-1) ...
Ign:1 file:/tmp/autopkgtest.RKBB2S/binaries  InRelease
Get:2 file:/tmp/autopkgtest.RKBB2S/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.RKBB2S/binaries  Release [816 B]
Ign:3 file:/tmp/autopkgtest.RKBB2S/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.RKBB2S/binaries  Packages [5515 B]
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 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 dh-autoreconf
  dh-python dh-strip-nondeterminism docutils-common dwz 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
  gdal-data gdal-plugins gdb jupyter jupyter-client jupyter-console
  jupyter-core jupyter-nbformat libabsl20230802 libaec0 libaom3 libarmadillo14
  libarpack2t64 libasan8 libavif16 libbabeltrace1 libblas3 libblosc1
  libc-dev-bin libc6-dev libcc1-0 libcfitsio10t64 libcrypt-dev libcurl4t64
  libdav1d7 libde265-0 libdebhelper-perl libdebuginfod-common
  libdebuginfod1t64 libdeflate0 libdw1t64 libelf1t64 libexpat1
  libfile-stripnondeterminism-perl libfontconfig1 libfreetype6 libfreexl1
  libfyba0t64 libgav1-1 libgcc-14-dev libgdal36 libgeos-c1t64 libgeos3.13.0
  libgeotiff5 libgfortran5 libgif7 libgpgme11t64 libgpgmepp6t64 libhdf4-0-alt
  libhdf5-310 libhdf5-hl-310 libheif-plugin-dav1d libheif-plugin-libde265
  libheif1 libhwasan0 libipt2 libisl23 libitm1 libjbig0 libjpeg62-turbo
  libjs-jquery libjs-requirejs libjs-sphinxdoc libjs-underscore libjson-c5
  libjson-perl libkmlbase1t64 libkmldom1t64 libkmlengine1t64 liblapack3
  liblcms2-2 liblerc4 liblsan0 libltdl7 libmariadb3 libminizip1t64 libmpc3
  libmpfr6 libnetcdf19t64 libnorm1t64 libnsl2 libnspr4 libnss3 libodbc2
  libodbcinst2 libogdi4.1 libopenjp2-7 libpgm-5.3-0t64 libpng16-16t64
  libpoppler140 libpq5 libproj25 libpython3-stdlib libpython3.12-minimal
  libpython3.12-stdlib libpython3.13 libpython3.13-minimal
  libpython3.13-stdlib libqhull-r8.0 libquadmath0 librav1e0.7 librttopo1
  libsharpyuv0 libsnappy1v5 libsodium23 libsource-highlight-common
  libsource-highlight4t64 libspatialite8t64 libstdc++-14-dev libsvtav1enc2
  libsz2 libtiff6 libtirpc-common libtirpc3t64 libtool libtsan2 libubsan1
  liburiparser1 libuv1t64 libwebp7 libxerces-c3.2t64 libxslt1.1 libyuv0
  libzmq5 linux-libc-dev m4 mariadb-common media-types mysql-common po-debconf
  proj-data pybuild-plugin-autopkgtest pybuild-plugin-pyproject
  python-babel-localedata python-stactools-doc python-tinycss2-common python3
  python3-affine python3-aiohappyeyeballs python3-aiohttp python3-aiosignal
  python3-alabaster python3-all python3-antimeridian python3-anyio
  python3-asttokens python3-async-timeout python3-attr python3-autocommand
  python3-babel python3-bleach python3-bs4 python3-build python3-certifi
  python3-cffi-backend python3-chardet python3-charset-normalizer
  python3-click python3-click-plugins python3-cligj python3-colorama
  python3-comm python3-coverage python3-dateutil python3-debugpy
  python3-decorator python3-defusedxml python3-docutils python3-dotenv
  python3-executing python3-fastjsonschema python3-frozenlist python3-fsspec
  python3-h11 python3-html5lib python3-idna python3-imagesize python3-inflect
  python3-iniconfig python3-installer python3-ipykernel python3-ipython
  python3-jaraco.context python3-jaraco.functools python3-jaraco.text
  python3-jedi python3-jinja2 python3-jsonschema
  python3-jsonschema-specifications python3-jupyter-client
  python3-jupyter-console python3-jupyter-core python3-jupyterlab-pygments
  python3-livereload python3-lxml python3-markupsafe python3-matplotlib-inline
  python3-minimal python3-mistune python3-more-itertools python3-multidict
  python3-nbclient python3-nbconvert python3-nbformat python3-nbsphinx
  python3-nest-asyncio python3-numpy python3-packaging python3-pandocfilters
  python3-parso python3-pexpect python3-pkg-resources python3-platformdirs
  python3-pluggy python3-prompt-toolkit python3-psutil python3-ptyprocess
  python3-pure-eval python3-pydata-sphinx-theme python3-pygments
  python3-pyparsing python3-pyproj python3-pyproject-hooks python3-pystac
  python3-pytest python3-rasterio python3-referencing python3-requests
  python3-roman python3-rpds-py python3-setuptools python3-shapely
  python3-sniffio python3-snowballstemmer python3-soupsieve python3-sphinx
  python3-sphinx-autobuild python3-sphinx-click python3-stac-check
  python3-stac-validator python3-stack-data python3-stactools
  python3-starlette python3-tinycss2 python3-toml python3-tornado
  python3-traitlets python3-typeguard python3-typeshed
  python3-typing-extensions python3-urllib3 python3-uvicorn python3-uvloop
  python3-watchfiles python3-wcwidth python3-webencodings python3-websockets
  python3-wheel python3-wsproto python3-yaml python3-yarl python3-zipp
  python3-zmq python3.12 python3.12-minimal python3.13 python3.13-minimal
  rpcsvc-proto sgml-base sphinx-common stactools unixodbc-common xml-core
0 upgraded, 299 newly installed, 0 to remove and 0 not upgraded.
Need to get 168 MB/169 MB of archives.
After this operation, 681 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.RKBB2S/binaries  python-stactools-doc 0.5.3-3 [766 kB]
Get:2 file:/tmp/autopkgtest.RKBB2S/binaries  python3-click 8.2.0-1 [98.6 kB]
Get:3 file:/tmp/autopkgtest.RKBB2S/binaries  python3-stactools 0.5.3-3 [60.0 kB]
Get:4 file:/tmp/autopkgtest.RKBB2S/binaries  stactools 0.5.3-3 [25.6 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 libdebuginfod-common all 0.192-4 [23.7 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 libpython3.13-minimal amd64 3.13.1-3 [858 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 libexpat1 amd64 2.6.4-1 [106 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 python3.13-minimal amd64 3.13.1-3 [2202 kB]
Get:9 http://deb.debian.org/debian sid/main amd64 python3-minimal amd64 3.13.1-2 [27.0 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 media-types all 10.1.0 [26.9 kB]
Get:11 http://deb.debian.org/debian sid/main amd64 libpython3.13-stdlib amd64 3.13.1-3 [1973 kB]
Get:12 http://deb.debian.org/debian sid/main amd64 python3.13 amd64 3.13.1-3 [740 kB]
Get:13 http://deb.debian.org/debian sid/main amd64 libpython3-stdlib amd64 3.13.1-2 [9952 B]
Get:14 http://deb.debian.org/debian sid/main amd64 python3 amd64 3.13.1-2 [28.0 kB]
Get:15 http://deb.debian.org/debian sid/main amd64 libpython3.12-minimal amd64 3.12.8-5 [817 kB]
Get:16 http://deb.debian.org/debian sid/main amd64 python3.12-minimal amd64 3.12.8-5 [2164 kB]
Get:17 http://deb.debian.org/debian sid/main amd64 sgml-base all 1.31 [15.4 kB]
Get:18 http://deb.debian.org/debian sid/main amd64 m4 amd64 1.4.19-5 [294 kB]
Get:19 http://deb.debian.org/debian sid/main amd64 autoconf all 2.72-3 [493 kB]
Get:20 http://deb.debian.org/debian sid/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:21 http://deb.debian.org/debian sid/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:22 http://deb.debian.org/debian sid/main amd64 autopoint all 0.23.1-1 [770 kB]
Get:23 http://deb.debian.org/debian sid/main amd64 libc-dev-bin amd64 2.40-5 [52.4 kB]
Get:24 http://deb.debian.org/debian sid/main amd64 linux-libc-dev all 6.12.9-1 [2488 kB]
Get:25 http://deb.debian.org/debian sid/main amd64 libcrypt-dev amd64 1:4.4.38-1 [119 kB]
Get:26 http://deb.debian.org/debian sid/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
Get:27 http://deb.debian.org/debian sid/main amd64 libc6-dev amd64 2.40-5 [1957 kB]
Get:28 http://deb.debian.org/debian sid/main amd64 libisl23 amd64 0.27-1 [659 kB]
Get:29 http://deb.debian.org/debian sid/main amd64 libmpfr6 amd64 4.2.1-1+b2 [724 kB]
Get:30 http://deb.debian.org/debian sid/main amd64 libmpc3 amd64 1.3.1-1+b3 [52.2 kB]
Get:31 http://deb.debian.org/debian sid/main amd64 cpp-14-x86-64-linux-gnu amd64 14.2.0-14 [11.0 MB]
Get:32 http://deb.debian.org/debian sid/main amd64 cpp-14 amd64 14.2.0-14 [1276 B]
Get:33 http://deb.debian.org/debian sid/main amd64 cpp-x86-64-linux-gnu amd64 4:14.2.0-1 [4840 B]
Get:34 http://deb.debian.org/debian sid/main amd64 cpp amd64 4:14.2.0-1 [1568 B]
Get:35 http://deb.debian.org/debian sid/main amd64 libcc1-0 amd64 14.2.0-14 [42.9 kB]
Get:36 http://deb.debian.org/debian sid/main amd64 libitm1 amd64 14.2.0-14 [25.9 kB]
Get:37 http://deb.debian.org/debian sid/main amd64 libasan8 amd64 14.2.0-14 [2728 kB]
Get:38 http://deb.debian.org/debian sid/main amd64 liblsan0 amd64 14.2.0-14 [1205 kB]
Get:39 http://deb.debian.org/debian sid/main amd64 libtsan2 amd64 14.2.0-14 [2460 kB]
Get:40 http://deb.debian.org/debian sid/main amd64 libubsan1 amd64 14.2.0-14 [1075 kB]
Get:41 http://deb.debian.org/debian sid/main amd64 libhwasan0 amd64 14.2.0-14 [1489 kB]
Get:42 http://deb.debian.org/debian sid/main amd64 libquadmath0 amd64 14.2.0-14 [145 kB]
Get:43 http://deb.debian.org/debian sid/main amd64 libgcc-14-dev amd64 14.2.0-14 [2675 kB]
Get:44 http://deb.debian.org/debian sid/main amd64 gcc-14-x86-64-linux-gnu amd64 14.2.0-14 [21.4 MB]
Get:45 http://deb.debian.org/debian sid/main amd64 gcc-14 amd64 14.2.0-14 [536 kB]
Get:46 http://deb.debian.org/debian sid/main amd64 gcc-x86-64-linux-gnu amd64 4:14.2.0-1 [1436 B]
Get:47 http://deb.debian.org/debian sid/main amd64 gcc amd64 4:14.2.0-1 [5136 B]
Get:48 http://deb.debian.org/debian sid/main amd64 libstdc++-14-dev amd64 14.2.0-14 [2373 kB]
Get:49 http://deb.debian.org/debian sid/main amd64 g++-14-x86-64-linux-gnu amd64 14.2.0-14 [12.1 MB]
Get:50 http://deb.debian.org/debian sid/main amd64 g++-14 amd64 14.2.0-14 [21.5 kB]
Get:51 http://deb.debian.org/debian sid/main amd64 g++-x86-64-linux-gnu amd64 4:14.2.0-1 [1200 B]
Get:52 http://deb.debian.org/debian sid/main amd64 g++ amd64 4:14.2.0-1 [1344 B]
Get:53 http://deb.debian.org/debian sid/main amd64 build-essential amd64 12.12 [4624 B]
Get:54 http://deb.debian.org/debian sid/main amd64 libdebhelper-perl all 13.23 [90.6 kB]
Get:55 http://deb.debian.org/debian sid/main amd64 libtool all 2.5.4-2 [539 kB]
Get:56 http://deb.debian.org/debian sid/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:57 http://deb.debian.org/debian sid/main amd64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:58 http://deb.debian.org/debian sid/main amd64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:59 http://deb.debian.org/debian sid/main amd64 libelf1t64 amd64 0.192-4 [189 kB]
Get:60 http://deb.debian.org/debian sid/main amd64 dwz amd64 0.15-1+b1 [110 kB]
Get:61 http://deb.debian.org/debian sid/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:62 http://deb.debian.org/debian sid/main amd64 debhelper all 13.23 [919 kB]
Get:63 http://deb.debian.org/debian sid/main amd64 python3-autocommand all 2.2.2-3 [13.6 kB]
Get:64 http://deb.debian.org/debian sid/main amd64 python3-more-itertools all 10.5.0-1 [63.8 kB]
Get:65 http://deb.debian.org/debian sid/main amd64 python3-typing-extensions all 4.12.2-2 [73.0 kB]
Get:66 http://deb.debian.org/debian sid/main amd64 python3-typeguard all 4.4.1-1 [37.0 kB]
Get:67 http://deb.debian.org/debian sid/main amd64 python3-inflect all 7.3.1-2 [32.4 kB]
Get:68 http://deb.debian.org/debian sid/main amd64 python3-jaraco.context all 6.0.0-1 [7984 B]
Get:69 http://deb.debian.org/debian sid/main amd64 python3-jaraco.functools all 4.1.0-1 [12.0 kB]
Get:70 http://deb.debian.org/debian sid/main amd64 python3-pkg-resources all 75.6.0-1 [222 kB]
Get:71 http://deb.debian.org/debian sid/main amd64 python3-jaraco.text all 4.0.0-1 [11.4 kB]
Get:72 http://deb.debian.org/debian sid/main amd64 python3-zipp all 3.21.0-1 [10.6 kB]
Get:73 http://deb.debian.org/debian sid/main amd64 python3-setuptools all 75.6.0-1 [720 kB]
Get:74 http://deb.debian.org/debian sid/main amd64 dh-python all 6.20250108 [113 kB]
Get:75 http://deb.debian.org/debian sid/main amd64 xml-core all 0.19 [20.1 kB]
Get:76 http://deb.debian.org/debian sid/main amd64 docutils-common all 0.21.2+dfsg-2 [128 kB]
Get:77 http://deb.debian.org/debian sid/main amd64 fonts-dejavu-mono all 2.37-8 [489 kB]
Get:78 http://deb.debian.org/debian sid/main amd64 fonts-dejavu-core all 2.37-8 [840 kB]
Get:79 http://deb.debian.org/debian sid/main amd64 fontconfig-config amd64 2.15.0-2 [317 kB]
Get:80 http://deb.debian.org/debian sid/main amd64 gdal-data all 3.10.1+dfsg-1 [401 kB]
Get:81 http://deb.debian.org/debian sid/main amd64 gdal-plugins amd64 3.10.1+dfsg-1 [179 kB]
Get:82 http://deb.debian.org/debian sid/main amd64 libdw1t64 amd64 0.192-4 [255 kB]
Get:83 http://deb.debian.org/debian sid/main amd64 libbabeltrace1 amd64 1.5.11-4+b1 [176 kB]
Get:84 http://deb.debian.org/debian sid/main amd64 libjson-c5 amd64 0.18+ds-1 [46.0 kB]
Get:85 http://deb.debian.org/debian sid/main amd64 libdebuginfod1t64 amd64 0.192-4 [32.4 kB]
Get:86 http://deb.debian.org/debian sid/main amd64 libipt2 amd64 2.1.1-1 [47.8 kB]
Get:87 http://deb.debian.org/debian sid/main amd64 libpython3.13 amd64 3.13.1-3 [2151 kB]
Get:88 http://deb.debian.org/debian sid/main amd64 libsource-highlight-common all 3.1.9-4.3 [77.5 kB]
Get:89 http://deb.debian.org/debian sid/main amd64 libsource-highlight4t64 amd64 3.1.9-4.3+b1 [335 kB]
Get:90 http://deb.debian.org/debian sid/main amd64 gdb amd64 15.2-1+b1 [4382 kB]
Get:91 http://deb.debian.org/debian sid/main amd64 python3-platformdirs all 4.3.6-1 [16.6 kB]
Get:92 http://deb.debian.org/debian sid/main amd64 python3-traitlets all 5.14.3+really5.14.3-1 [70.9 kB]
Get:93 http://deb.debian.org/debian sid/main amd64 python3-jupyter-core all 5.7.2-5 [35.3 kB]
Get:94 http://deb.debian.org/debian sid/main amd64 jupyter-core all 5.7.2-5 [16.8 kB]
Get:95 http://deb.debian.org/debian sid/main amd64 python3-psutil amd64 5.9.8-2 [225 kB]
Get:96 http://deb.debian.org/debian sid/main amd64 python3-dateutil all 2.9.0-3 [79.3 kB]
Get:97 http://deb.debian.org/debian sid/main amd64 python3-tornado amd64 6.4.2-1 [349 kB]
Get:98 http://deb.debian.org/debian sid/main amd64 python3-cffi-backend amd64 1.17.1-2+b1 [96.2 kB]
Get:99 http://deb.debian.org/debian sid/main amd64 libnorm1t64 amd64 1.5.9+dfsg-3.1+b2 [221 kB]
Get:100 http://deb.debian.org/debian sid/main amd64 libpgm-5.3-0t64 amd64 5.3.128~dfsg-2.1+b1 [162 kB]
Get:101 http://deb.debian.org/debian sid/main amd64 libsodium23 amd64 1.0.18-1+b2 [165 kB]
Get:102 http://deb.debian.org/debian sid/main amd64 libzmq5 amd64 4.3.5-1+b3 [283 kB]
Get:103 http://deb.debian.org/debian sid/main amd64 python3-zmq amd64 26.2.0-1 [219 kB]
Get:104 http://deb.debian.org/debian sid/main amd64 python3-jupyter-client all 8.6.3-2 [92.4 kB]
Get:105 http://deb.debian.org/debian sid/main amd64 jupyter-client all 8.6.3-2 [23.4 kB]
Get:106 http://deb.debian.org/debian sid/main amd64 python3-comm all 0.2.1-1 [8104 B]
Get:107 http://deb.debian.org/debian sid/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:108 http://deb.debian.org/debian sid/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3+b1 [83.1 kB]
Get:109 http://deb.debian.org/debian sid/main amd64 libnsl2 amd64 1.3.0-3+b3 [40.6 kB]
Get:110 http://deb.debian.org/debian sid/main amd64 libpython3.12-stdlib amd64 3.12.8-5 [1971 kB]
Get:111 http://deb.debian.org/debian sid/main amd64 python3.12 amd64 3.12.8-5 [677 kB]
Get:112 http://deb.debian.org/debian sid/main amd64 python3-coverage amd64 7.6.0+dfsg1-2+b1 [177 kB]
Get:113 http://deb.debian.org/debian sid/main amd64 python3-debugpy amd64 1.8.8+ds-2 [1105 kB]
Get:114 http://deb.debian.org/debian sid/main amd64 python3-decorator all 5.1.1-5 [15.1 kB]
Get:115 http://deb.debian.org/debian sid/main amd64 python3-parso all 0.8.4-1 [67.8 kB]
Get:116 http://deb.debian.org/debian sid/main amd64 python3-typeshed all 0.0~git20241223.ea91db2-1 [1530 kB]
Get:117 http://deb.debian.org/debian sid/main amd64 python3-jedi all 0.19.1+ds1-1 [691 kB]
Get:118 http://deb.debian.org/debian sid/main amd64 python3-matplotlib-inline all 0.1.6-2 [8652 B]
Get:119 http://deb.debian.org/debian sid/main amd64 python3-wcwidth all 0.2.13+dfsg1-1 [24.9 kB]
Get:120 http://deb.debian.org/debian sid/main amd64 python3-prompt-toolkit all 3.0.48-1 [277 kB]
Get:121 http://deb.debian.org/debian sid/main amd64 python3-pygments all 2.18.0+dfsg-2 [836 kB]
Get:122 http://deb.debian.org/debian sid/main amd64 python3-asttokens all 3.0.0-1 [20.1 kB]
Get:123 http://deb.debian.org/debian sid/main amd64 python3-executing all 2.1.0-0.1 [23.9 kB]
Get:124 http://deb.debian.org/debian sid/main amd64 python3-pure-eval all 0.2.3-1 [11.2 kB]
Get:125 http://deb.debian.org/debian sid/main amd64 python3-stack-data all 0.6.3-1 [21.6 kB]
Get:126 http://deb.debian.org/debian sid/main amd64 python3-ptyprocess all 0.7.0-6 [14.5 kB]
Get:127 http://deb.debian.org/debian sid/main amd64 python3-pexpect all 4.9-3 [55.6 kB]
Get:128 http://deb.debian.org/debian sid/main amd64 python3-ipython all 8.30.0-2 [568 kB]
Get:129 http://deb.debian.org/debian sid/main amd64 python3-nest-asyncio all 1.5.4-1 [6248 B]
Get:130 http://deb.debian.org/debian sid/main amd64 python3-packaging all 24.2-1 [55.3 kB]
Get:131 http://deb.debian.org/debian sid/main amd64 python3-ipykernel all 6.29.5-2 [102 kB]
Get:132 http://deb.debian.org/debian sid/main amd64 python3-jupyter-console all 6.6.3-2 [23.6 kB]
Get:133 http://deb.debian.org/debian sid/main amd64 jupyter-console all 6.6.3-2 [6672 B]
Get:134 http://deb.debian.org/debian sid/main amd64 python3-fastjsonschema all 2.21.1-1 [22.4 kB]
Get:135 http://deb.debian.org/debian sid/main amd64 python3-attr all 24.3.0-1 [68.8 kB]
Get:136 http://deb.debian.org/debian sid/main amd64 python3-rpds-py amd64 0.21.0-2 [287 kB]
Get:137 http://deb.debian.org/debian sid/main amd64 python3-referencing all 0.35.1-2 [23.5 kB]
Get:138 http://deb.debian.org/debian sid/main amd64 python3-jsonschema-specifications all 2023.12.1-2 [9020 B]
Get:139 http://deb.debian.org/debian sid/main amd64 python3-jsonschema all 4.19.2-6 [71.4 kB]
Get:140 http://deb.debian.org/debian sid/main amd64 python3-nbformat all 5.9.1-1 [45.1 kB]
Get:141 http://deb.debian.org/debian sid/main amd64 jupyter-nbformat all 5.9.1-1 [9404 B]
Get:142 http://deb.debian.org/debian sid/main amd64 jupyter all 5.7.2-5 [12.2 kB]
Get:143 http://deb.debian.org/debian sid/main amd64 libabsl20230802 amd64 20230802.1-4 [464 kB]
Get:144 http://deb.debian.org/debian sid/main amd64 libaec0 amd64 1.1.3-1+b1 [23.8 kB]
Get:145 http://deb.debian.org/debian sid/main amd64 libaom3 amd64 3.11.0-1 [1879 kB]
Get:146 http://deb.debian.org/debian sid/main amd64 libblas3 amd64 3.12.0-4 [152 kB]
Get:147 http://deb.debian.org/debian sid/main amd64 libgfortran5 amd64 14.2.0-14 [837 kB]
Get:148 http://deb.debian.org/debian sid/main amd64 liblapack3 amd64 3.12.0-4 [2450 kB]
Get:149 http://deb.debian.org/debian sid/main amd64 libarpack2t64 amd64 3.9.1-4 [104 kB]
Get:150 http://deb.debian.org/debian sid/main amd64 libarmadillo14 amd64 1:14.2.1+dfsg-1+b1 [102 kB]
Get:151 http://deb.debian.org/debian sid/main amd64 libdav1d7 amd64 1.5.0-1+b1 [550 kB]
Get:152 http://deb.debian.org/debian sid/main amd64 libgav1-1 amd64 0.19.0-3 [350 kB]
Get:153 http://deb.debian.org/debian sid/main amd64 librav1e0.7 amd64 0.7.1-9 [939 kB]
Get:154 http://deb.debian.org/debian sid/main amd64 libsvtav1enc2 amd64 2.3.0+dfsg-1 [2489 kB]
Get:155 http://deb.debian.org/debian sid/main amd64 libjpeg62-turbo amd64 1:2.1.5-3+b1 [168 kB]
Get:156 http://deb.debian.org/debian sid/main amd64 libyuv0 amd64 0.0.1899.20250103-1 [173 kB]
Get:157 http://deb.debian.org/debian sid/main amd64 libavif16 amd64 1.1.1-1 [117 kB]
Get:158 http://deb.debian.org/debian sid/main amd64 libsnappy1v5 amd64 1.2.1-1+b1 [29.6 kB]
Get:159 http://deb.debian.org/debian sid/main amd64 libblosc1 amd64 1.21.5+ds-1+b2 [49.5 kB]
Get:160 http://deb.debian.org/debian sid/main amd64 libcfitsio10t64 amd64 4.5.0-5 [575 kB]
Get:161 http://deb.debian.org/debian sid/main amd64 libcurl4t64 amd64 8.11.1-1+b1 [352 kB]
Get:162 http://deb.debian.org/debian sid/main amd64 libde265-0 amd64 1.0.15-1+b2 [189 kB]
Get:163 http://deb.debian.org/debian sid/main amd64 libdeflate0 amd64 1.23-1+b1 [47.5 kB]
Get:164 http://deb.debian.org/debian sid/main amd64 libpng16-16t64 amd64 1.6.45-1 [281 kB]
Get:165 http://deb.debian.org/debian sid/main amd64 libfreetype6 amd64 2.13.3+dfsg-1 [452 kB]
Get:166 http://deb.debian.org/debian sid/main amd64 libfontconfig1 amd64 2.15.0-2 [391 kB]
Get:167 http://deb.debian.org/debian sid/main amd64 libminizip1t64 amd64 1:1.3.dfsg+really1.3.1-1+b1 [53.3 kB]
Get:168 http://deb.debian.org/debian sid/main amd64 libfreexl1 amd64 2.0.0-1+b3 [40.0 kB]
Get:169 http://deb.debian.org/debian sid/main amd64 libfyba0t64 amd64 4.1.1-11+b1 [113 kB]
Get:170 http://deb.debian.org/debian sid/main amd64 libgeos3.13.0 amd64 3.13.0-1 [968 kB]
Get:171 http://deb.debian.org/debian sid/main amd64 libgeos-c1t64 amd64 3.13.0-1 [102 kB]
Get:172 http://deb.debian.org/debian sid/main amd64 proj-data all 9.5.1-1 [6284 kB]
Get:173 http://deb.debian.org/debian sid/main amd64 libjbig0 amd64 2.1-6.1+b2 [32.1 kB]
Get:174 http://deb.debian.org/debian sid/main amd64 liblerc4 amd64 4.0.0+ds-5 [183 kB]
Get:175 http://deb.debian.org/debian sid/main amd64 libsharpyuv0 amd64 1.5.0-0.1 [116 kB]
Get:176 http://deb.debian.org/debian sid/main amd64 libwebp7 amd64 1.5.0-0.1 [318 kB]
Get:177 http://deb.debian.org/debian sid/main amd64 libtiff6 amd64 4.5.1+git230720-5 [324 kB]
Get:178 http://deb.debian.org/debian sid/main amd64 libproj25 amd64 9.5.1-1 [1420 kB]
Get:179 http://deb.debian.org/debian sid/main amd64 libgeotiff5 amd64 1.7.3-1+b1 [68.7 kB]
Get:180 http://deb.debian.org/debian sid/main amd64 libgif7 amd64 5.2.2-1+b1 [44.2 kB]
Get:181 http://deb.debian.org/debian sid/main amd64 libsz2 amd64 1.1.3-1+b1 [8080 B]
Get:182 http://deb.debian.org/debian sid/main amd64 libhdf4-0-alt amd64 4.3.0-1+b1 [269 kB]
Get:183 http://deb.debian.org/debian sid/main amd64 libhdf5-310 amd64 1.14.5+repack-3 [1344 kB]
Get:184 http://deb.debian.org/debian sid/main amd64 libheif-plugin-dav1d amd64 1.19.5-1 [11.2 kB]
Get:185 http://deb.debian.org/debian sid/main amd64 libheif-plugin-libde265 amd64 1.19.5-1 [15.2 kB]
Get:186 http://deb.debian.org/debian sid/main amd64 libheif1 amd64 1.19.5-1 [514 kB]
Get:187 http://deb.debian.org/debian sid/main amd64 liburiparser1 amd64 0.9.8+dfsg-2 [45.5 kB]
Get:188 http://deb.debian.org/debian sid/main amd64 libkmlbase1t64 amd64 1.3.0-12+b2 [50.5 kB]
Get:189 http://deb.debian.org/debian sid/main amd64 libkmldom1t64 amd64 1.3.0-12+b2 [158 kB]
Get:190 http://deb.debian.org/debian sid/main amd64 libkmlengine1t64 amd64 1.3.0-12+b2 [80.1 kB]
Get:191 http://deb.debian.org/debian sid/main amd64 mysql-common all 5.8+1.1.1 [6784 B]
Get:192 http://deb.debian.org/debian sid/main amd64 mariadb-common all 1:11.4.4-3 [27.9 kB]
Get:193 http://deb.debian.org/debian sid/main amd64 libmariadb3 amd64 1:11.4.4-3 [179 kB]
Get:194 http://deb.debian.org/debian sid/main amd64 libhdf5-hl-310 amd64 1.14.5+repack-3 [69.3 kB]
Get:195 http://deb.debian.org/debian sid/main amd64 libnetcdf19t64 amd64 1:4.9.2-7+b1 [477 kB]
Get:196 http://deb.debian.org/debian sid/main amd64 libltdl7 amd64 2.5.4-2 [415 kB]
Get:197 http://deb.debian.org/debian sid/main amd64 libodbc2 amd64 2.3.12-2 [151 kB]
Get:198 http://deb.debian.org/debian sid/main amd64 unixodbc-common all 2.3.12-2 [8640 B]
Get:199 http://deb.debian.org/debian sid/main amd64 libodbcinst2 amd64 2.3.12-2 [35.1 kB]
Get:200 http://deb.debian.org/debian sid/main amd64 libogdi4.1 amd64 4.1.1+ds-5 [217 kB]
Get:201 http://deb.debian.org/debian sid/main amd64 libopenjp2-7 amd64 2.5.0-2+b4 [199 kB]
Get:202 http://deb.debian.org/debian sid/main amd64 libgpgme11t64 amd64 1.24.1-2 [344 kB]
Get:203 http://deb.debian.org/debian sid/main amd64 libgpgmepp6t64 amd64 1.24.1-2 [340 kB]
Get:204 http://deb.debian.org/debian sid/main amd64 liblcms2-2 amd64 2.16-2 [160 kB]
Get:205 http://deb.debian.org/debian sid/main amd64 libnspr4 amd64 2:4.36-1 [110 kB]
Get:206 http://deb.debian.org/debian sid/main amd64 libnss3 amd64 2:3.107-1 [1390 kB]
Get:207 http://deb.debian.org/debian sid/main amd64 libpoppler140 amd64 24.08.0-4 [1965 kB]
Get:208 http://deb.debian.org/debian sid/main amd64 libpq5 amd64 17.2-1+b2 [224 kB]
Get:209 http://deb.debian.org/debian sid/main amd64 libqhull-r8.0 amd64 2020.2-6+b2 [248 kB]
Get:210 http://deb.debian.org/debian sid/main amd64 librttopo1 amd64 1.1.0-3+b2 [179 kB]
Get:211 http://deb.debian.org/debian sid/main amd64 libspatialite8t64 amd64 5.1.0-3+b2 [1864 kB]
Get:212 http://deb.debian.org/debian sid/main amd64 libxerces-c3.2t64 amd64 3.2.4+debian-1.3+b1 [900 kB]
Get:213 http://deb.debian.org/debian sid/main amd64 libgdal36 amd64 3.10.1+dfsg-1 [9242 kB]
Get:214 http://deb.debian.org/debian sid/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
Get:215 http://deb.debian.org/debian sid/main amd64 libjs-requirejs all 2.3.7+ds+~2.1.37-1 [196 kB]
Get:216 http://deb.debian.org/debian sid/main amd64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
Get:217 http://deb.debian.org/debian sid/main amd64 libjs-sphinxdoc all 8.1.3-4 [30.4 kB]
Get:218 http://deb.debian.org/debian sid/main amd64 libjson-perl all 4.10000-1 [87.5 kB]
Get:219 http://deb.debian.org/debian sid/main amd64 libuv1t64 amd64 1.48.0-7 [148 kB]
Get:220 http://deb.debian.org/debian sid/main amd64 libxslt1.1 amd64 1.1.35-1.1+b1 [233 kB]
Get:221 http://deb.debian.org/debian sid/main amd64 pybuild-plugin-autopkgtest all 6.20250108 [11.6 kB]
Get:222 http://deb.debian.org/debian sid/main amd64 python3-pyproject-hooks all 1.2.0-1 [11.7 kB]
Get:223 http://deb.debian.org/debian sid/main amd64 python3-toml all 0.10.2-1 [16.2 kB]
Get:224 http://deb.debian.org/debian sid/main amd64 python3-wheel all 0.45.1-1 [56.7 kB]
Get:225 http://deb.debian.org/debian sid/main amd64 python3-build all 1.2.2-1 [36.0 kB]
Get:226 http://deb.debian.org/debian sid/main amd64 python3-installer all 0.7.0+dfsg1-3 [18.6 kB]
Get:227 http://deb.debian.org/debian sid/main amd64 pybuild-plugin-pyproject all 6.20250108 [11.6 kB]
Get:228 http://deb.debian.org/debian sid/main amd64 python-babel-localedata all 2.16.0-1 [5696 kB]
Get:229 http://deb.debian.org/debian sid/main amd64 python-tinycss2-common all 1.4.0-1 [44.8 kB]
Get:230 http://deb.debian.org/debian sid/main amd64 python3-affine all 2.4.0-1 [15.5 kB]
Get:231 http://deb.debian.org/debian sid/main amd64 python3-aiohappyeyeballs all 2.4.4-2 [13.4 kB]
Get:232 http://deb.debian.org/debian sid/main amd64 python3-idna all 3.8-2 [41.6 kB]
Get:233 http://deb.debian.org/debian sid/main amd64 python3-multidict amd64 6.1.0-1+b1 [39.8 kB]
Get:234 http://deb.debian.org/debian sid/main amd64 python3-yarl amd64 1.13.1-1+b1 [118 kB]
Get:235 http://deb.debian.org/debian sid/main amd64 python3-async-timeout all 5.0.1-1 [8324 B]
Get:236 http://deb.debian.org/debian sid/main amd64 python3-frozenlist amd64 1.5.0-1+b1 [58.6 kB]
Get:237 http://deb.debian.org/debian sid/main amd64 python3-aiosignal all 1.3.2-1 [6100 B]
Get:238 http://deb.debian.org/debian sid/main amd64 python3-aiohttp amd64 3.10.11-1 [368 kB]
Get:239 http://deb.debian.org/debian sid/main amd64 python3-alabaster all 0.7.16-0.1 [27.9 kB]
Get:240 http://deb.debian.org/debian sid/main amd64 python3-all amd64 3.13.1-2 [1056 B]
Get:241 http://deb.debian.org/debian sid/main amd64 python3-numpy amd64 1:1.26.4+ds-13 [4736 kB]
Get:242 http://deb.debian.org/debian sid/main amd64 python3-shapely amd64 2.0.6-4+b1 [342 kB]
Get:243 http://deb.debian.org/debian sid/main amd64 python3-antimeridian all 0.4.0-1 [21.0 kB]
Get:244 http://deb.debian.org/debian sid/main amd64 python3-sniffio all 1.3.1-1 [7120 B]
Get:245 http://deb.debian.org/debian sid/main amd64 python3-anyio all 4.7.0-1 [61.8 kB]
Get:246 http://deb.debian.org/debian sid/main amd64 python3-babel all 2.16.0-1 [114 kB]
Get:247 http://deb.debian.org/debian sid/main amd64 python3-webencodings all 0.5.1-5 [11.1 kB]
Get:248 http://deb.debian.org/debian sid/main amd64 python3-html5lib all 1.2-1 [92.2 kB]
Get:249 http://deb.debian.org/debian sid/main amd64 python3-bleach all 6.2.0-1 [51.2 kB]
Get:250 http://deb.debian.org/debian sid/main amd64 python3-soupsieve all 2.6-1 [38.3 kB]
Get:251 http://deb.debian.org/debian sid/main amd64 python3-bs4 all 4.12.3-3 [133 kB]
Get:252 http://deb.debian.org/debian sid/main amd64 python3-certifi all 2024.12.14+ds-1 [9624 B]
Get:253 http://deb.debian.org/debian sid/main amd64 python3-chardet all 5.2.0+dfsg-2 [108 kB]
Get:254 http://deb.debian.org/debian sid/main amd64 python3-charset-normalizer amd64 3.4.0-1+b1 [140 kB]
Get:255 http://deb.debian.org/debian sid/main amd64 python3-click-plugins all 1.1.1-4 [9852 B]
Get:256 http://deb.debian.org/debian sid/main amd64 python3-cligj all 0.7.2-2 [8616 B]
Get:257 http://deb.debian.org/debian sid/main amd64 python3-colorama all 0.4.6-4 [36.2 kB]
Get:258 http://deb.debian.org/debian sid/main amd64 python3-defusedxml all 0.7.1-3 [43.4 kB]
Get:259 http://deb.debian.org/debian sid/main amd64 python3-roman all 4.2-1 [10.4 kB]
Get:260 http://deb.debian.org/debian sid/main amd64 python3-docutils all 0.21.2+dfsg-2 [403 kB]
Get:261 http://deb.debian.org/debian sid/main amd64 python3-dotenv all 1.0.1-1 [26.6 kB]
Get:262 http://deb.debian.org/debian sid/main amd64 python3-fsspec all 2024.10.0-1 [206 kB]
Get:263 http://deb.debian.org/debian sid/main amd64 python3-h11 all 0.14.0-1 [50.1 kB]
Get:264 http://deb.debian.org/debian sid/main amd64 python3-imagesize all 1.4.1-1 [6688 B]
Get:265 http://deb.debian.org/debian sid/main amd64 python3-iniconfig all 1.1.1-2 [6396 B]
Get:266 http://deb.debian.org/debian sid/main amd64 python3-markupsafe amd64 2.1.5-1+b2 [13.9 kB]
Get:267 http://deb.debian.org/debian sid/main amd64 python3-jinja2 all 3.1.3-2 [120 kB]
Get:268 http://deb.debian.org/debian sid/main amd64 python3-jupyterlab-pygments all 0.2.2-3 [6096 B]
Get:269 http://deb.debian.org/debian sid/main amd64 python3-livereload all 2.7.0-0.1 [23.7 kB]
Get:270 http://deb.debian.org/debian sid/main amd64 python3-lxml amd64 5.3.0-1+b1 [1676 kB]
Get:271 http://deb.debian.org/debian sid/main amd64 python3-mistune all 3.0.2-2 [33.2 kB]
Get:272 http://deb.debian.org/debian sid/main amd64 python3-nbclient all 0.8.0-2 [62.2 kB]
Get:273 http://deb.debian.org/debian sid/main amd64 python3-tinycss2 all 1.4.0-1 [24.9 kB]
Get:274 http://deb.debian.org/debian sid/main amd64 python3-pandocfilters all 1.5.1-1 [23.7 kB]
Get:275 http://deb.debian.org/debian sid/main amd64 python3-nbconvert all 7.16.5-1 [159 kB]
Get:276 http://deb.debian.org/debian sid/main amd64 sphinx-common all 8.1.3-4 [616 kB]
Get:277 http://deb.debian.org/debian sid/main amd64 python3-urllib3 all 2.2.3-4 [112 kB]
Get:278 http://deb.debian.org/debian sid/main amd64 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
Get:279 http://deb.debian.org/debian sid/main amd64 python3-snowballstemmer all 2.2.0-4 [58.0 kB]
Get:280 http://deb.debian.org/debian sid/main amd64 python3-sphinx all 8.1.3-4 [468 kB]
Get:281 http://deb.debian.org/debian sid/main amd64 python3-nbsphinx all 0.9.5+ds-1 [39.9 kB]
Get:282 http://deb.debian.org/debian sid/main amd64 python3-pluggy all 1.5.0-1 [26.9 kB]
Get:283 http://deb.debian.org/debian sid/main amd64 python3-pydata-sphinx-theme all 0.15.4+dfsg-2 [40.3 kB]
Get:284 http://deb.debian.org/debian sid/main amd64 python3-pyparsing all 3.1.2-1 [146 kB]
Get:285 http://deb.debian.org/debian sid/main amd64 python3-pyproj amd64 3.7.0-1+b1 [565 kB]
Get:286 http://deb.debian.org/debian sid/main amd64 python3-pystac all 1.11.0-1 [146 kB]
Get:287 http://deb.debian.org/debian sid/main amd64 python3-pytest all 8.3.4-1 [250 kB]
Get:288 http://deb.debian.org/debian sid/main amd64 python3-rasterio amd64 1.4.3-1+b1 [1885 kB]
Get:289 http://deb.debian.org/debian sid/main amd64 python3-starlette all 0.41.3-2 [51.2 kB]
Get:290 http://deb.debian.org/debian sid/main amd64 python3-wsproto all 1.2.0-1 [25.4 kB]
Get:291 http://deb.debian.org/debian sid/main amd64 python3-uvloop amd64 0.21.0+ds1-1+b1 [803 kB]
Get:292 http://deb.debian.org/debian sid/main amd64 python3-uvicorn all 0.32.0-2 [50.8 kB]
Get:293 http://deb.debian.org/debian sid/main amd64 python3-watchfiles amd64 0.24.0-1+b1 [354 kB]
Get:294 http://deb.debian.org/debian sid/main amd64 python3-websockets amd64 14.1-1 [89.2 kB]
Get:295 http://deb.debian.org/debian sid/main amd64 python3-sphinx-autobuild all 2024.10.03-1 [12.9 kB]
Get:296 http://deb.debian.org/debian sid/main amd64 python3-sphinx-click all 6.0.0-2 [10.3 kB]
Get:297 http://deb.debian.org/debian sid/main amd64 python3-stac-validator all 3.5.0+ds-1 [29.0 kB]
Get:298 http://deb.debian.org/debian sid/main amd64 python3-yaml amd64 6.0.2-1+b1 [178 kB]
Get:299 http://deb.debian.org/debian sid/main amd64 python3-stac-check all 1.4.0+ds-2 [13.8 kB]
Preconfiguring packages ...
Fetched 168 MB in 2s (89.7 MB/s)
Selecting previously unselected package libdebuginfod-common.
(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 .../libdebuginfod-common_0.192-4_all.deb ...
Unpacking libdebuginfod-common (0.192-4) ...
Selecting previously unselected package libpython3.13-minimal:amd64.
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 ... 17508 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 ... 17958 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 libpython3.12-minimal:amd64.
Preparing to unpack .../001-libpython3.12-minimal_3.12.8-5_amd64.deb ...
Unpacking libpython3.12-minimal:amd64 (3.12.8-5) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../002-python3.12-minimal_3.12.8-5_amd64.deb ...
Unpacking python3.12-minimal (3.12.8-5) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../003-sgml-base_1.31_all.deb ...
Unpacking sgml-base (1.31) ...
Selecting previously unselected package m4.
Preparing to unpack .../004-m4_1.4.19-5_amd64.deb ...
Unpacking m4 (1.4.19-5) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../005-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../006-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../007-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 .../008-autopoint_0.23.1-1_all.deb ...
Unpacking autopoint (0.23.1-1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../009-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 .../010-linux-libc-dev_6.12.9-1_all.deb ...
Unpacking linux-libc-dev (6.12.9-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../011-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 .../012-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 .../013-libc6-dev_2.40-5_amd64.deb ...
Unpacking libc6-dev:amd64 (2.40-5) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../014-libisl23_0.27-1_amd64.deb ...
Unpacking libisl23:amd64 (0.27-1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../015-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 .../016-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 .../017-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 .../018-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 .../019-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 .../020-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 .../021-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 .../022-libitm1_14.2.0-14_amd64.deb ...
Unpacking libitm1:amd64 (14.2.0-14) ...
Selecting previously unselected package libasan8:amd64.
Preparing to unpack .../023-libasan8_14.2.0-14_amd64.deb ...
Unpacking libasan8:amd64 (14.2.0-14) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../024-liblsan0_14.2.0-14_amd64.deb ...
Unpacking liblsan0:amd64 (14.2.0-14) ...
Selecting previously unselected package libtsan2:amd64.
Preparing to unpack .../025-libtsan2_14.2.0-14_amd64.deb ...
Unpacking libtsan2:amd64 (14.2.0-14) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../026-libubsan1_14.2.0-14_amd64.deb ...
Unpacking libubsan1:amd64 (14.2.0-14) ...
Selecting previously unselected package libhwasan0:amd64.
Preparing to unpack .../027-libhwasan0_14.2.0-14_amd64.deb ...
Unpacking libhwasan0:amd64 (14.2.0-14) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../028-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 .../029-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 .../030-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 .../031-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 .../032-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 .../033-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 .../034-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 .../035-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 .../036-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 .../037-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 .../038-g++_4%3a14.2.0-1_amd64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../039-build-essential_12.12_amd64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../040-libdebhelper-perl_13.23_all.deb ...
Unpacking libdebhelper-perl (13.23) ...
Selecting previously unselected package libtool.
Preparing to unpack .../041-libtool_2.5.4-2_all.deb ...
Unpacking libtool (2.5.4-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../042-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../043-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 .../044-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 .../045-libelf1t64_0.192-4_amd64.deb ...
Unpacking libelf1t64:amd64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../046-dwz_0.15-1+b1_amd64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../047-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../048-debhelper_13.23_all.deb ...
Unpacking debhelper (13.23) ...
Selecting previously unselected package python3-autocommand.
Preparing to unpack .../049-python3-autocommand_2.2.2-3_all.deb ...
Unpacking python3-autocommand (2.2.2-3) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../050-python3-more-itertools_10.5.0-1_all.deb ...
Unpacking python3-more-itertools (10.5.0-1) ...
Selecting previously unselected package python3-typing-extensions.
Preparing to unpack .../051-python3-typing-extensions_4.12.2-2_all.deb ...
Unpacking python3-typing-extensions (4.12.2-2) ...
Selecting previously unselected package python3-typeguard.
Preparing to unpack .../052-python3-typeguard_4.4.1-1_all.deb ...
Unpacking python3-typeguard (4.4.1-1) ...
Selecting previously unselected package python3-inflect.
Preparing to unpack .../053-python3-inflect_7.3.1-2_all.deb ...
Unpacking python3-inflect (7.3.1-2) ...
Selecting previously unselected package python3-jaraco.context.
Preparing to unpack .../054-python3-jaraco.context_6.0.0-1_all.deb ...
Unpacking python3-jaraco.context (6.0.0-1) ...
Selecting previously unselected package python3-jaraco.functools.
Preparing to unpack .../055-python3-jaraco.functools_4.1.0-1_all.deb ...
Unpacking python3-jaraco.functools (4.1.0-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../056-python3-pkg-resources_75.6.0-1_all.deb ...
Unpacking python3-pkg-resources (75.6.0-1) ...
Selecting previously unselected package python3-jaraco.text.
Preparing to unpack .../057-python3-jaraco.text_4.0.0-1_all.deb ...
Unpacking python3-jaraco.text (4.0.0-1) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../058-python3-zipp_3.21.0-1_all.deb ...
Unpacking python3-zipp (3.21.0-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../059-python3-setuptools_75.6.0-1_all.deb ...
Unpacking python3-setuptools (75.6.0-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../060-dh-python_6.20250108_all.deb ...
Unpacking dh-python (6.20250108) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../061-xml-core_0.19_all.deb ...
Unpacking xml-core (0.19) ...
Selecting previously unselected package docutils-common.
Preparing to unpack .../062-docutils-common_0.21.2+dfsg-2_all.deb ...
Unpacking docutils-common (0.21.2+dfsg-2) ...
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 gdal-data.
Preparing to unpack .../066-gdal-data_3.10.1+dfsg-1_all.deb ...
Unpacking gdal-data (3.10.1+dfsg-1) ...
Selecting previously unselected package gdal-plugins:amd64.
Preparing to unpack .../067-gdal-plugins_3.10.1+dfsg-1_amd64.deb ...
Unpacking gdal-plugins:amd64 (3.10.1+dfsg-1) ...
Selecting previously unselected package libdw1t64:amd64.
Preparing to unpack .../068-libdw1t64_0.192-4_amd64.deb ...
Unpacking libdw1t64:amd64 (0.192-4) ...
Selecting previously unselected package libbabeltrace1:amd64.
Preparing to unpack .../069-libbabeltrace1_1.5.11-4+b1_amd64.deb ...
Unpacking libbabeltrace1:amd64 (1.5.11-4+b1) ...
Selecting previously unselected package libjson-c5:amd64.
Preparing to unpack .../070-libjson-c5_0.18+ds-1_amd64.deb ...
Unpacking libjson-c5:amd64 (0.18+ds-1) ...
Selecting previously unselected package libdebuginfod1t64:amd64.
Preparing to unpack .../071-libdebuginfod1t64_0.192-4_amd64.deb ...
Unpacking libdebuginfod1t64:amd64 (0.192-4) ...
Selecting previously unselected package libipt2.
Preparing to unpack .../072-libipt2_2.1.1-1_amd64.deb ...
Unpacking libipt2 (2.1.1-1) ...
Selecting previously unselected package libpython3.13:amd64.
Preparing to unpack .../073-libpython3.13_3.13.1-3_amd64.deb ...
Unpacking libpython3.13:amd64 (3.13.1-3) ...
Selecting previously unselected package libsource-highlight-common.
Preparing to unpack .../074-libsource-highlight-common_3.1.9-4.3_all.deb ...
Unpacking libsource-highlight-common (3.1.9-4.3) ...
Selecting previously unselected package libsource-highlight4t64:amd64.
Preparing to unpack .../075-libsource-highlight4t64_3.1.9-4.3+b1_amd64.deb ...
Unpacking libsource-highlight4t64:amd64 (3.1.9-4.3+b1) ...
Selecting previously unselected package gdb.
Preparing to unpack .../076-gdb_15.2-1+b1_amd64.deb ...
Unpacking gdb (15.2-1+b1) ...
Selecting previously unselected package python3-platformdirs.
Preparing to unpack .../077-python3-platformdirs_4.3.6-1_all.deb ...
Unpacking python3-platformdirs (4.3.6-1) ...
Selecting previously unselected package python3-traitlets.
Preparing to unpack .../078-python3-traitlets_5.14.3+really5.14.3-1_all.deb ...
Unpacking python3-traitlets (5.14.3+really5.14.3-1) ...
Selecting previously unselected package python3-jupyter-core.
Preparing to unpack .../079-python3-jupyter-core_5.7.2-5_all.deb ...
Unpacking python3-jupyter-core (5.7.2-5) ...
Selecting previously unselected package jupyter-core.
Preparing to unpack .../080-jupyter-core_5.7.2-5_all.deb ...
Unpacking jupyter-core (5.7.2-5) ...
Selecting previously unselected package python3-psutil.
Preparing to unpack .../081-python3-psutil_5.9.8-2_amd64.deb ...
Unpacking python3-psutil (5.9.8-2) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../082-python3-dateutil_2.9.0-3_all.deb ...
Unpacking python3-dateutil (2.9.0-3) ...
Selecting previously unselected package python3-tornado.
Preparing to unpack .../083-python3-tornado_6.4.2-1_amd64.deb ...
Unpacking python3-tornado (6.4.2-1) ...
Selecting previously unselected package python3-cffi-backend:amd64.
Preparing to unpack .../084-python3-cffi-backend_1.17.1-2+b1_amd64.deb ...
Unpacking python3-cffi-backend:amd64 (1.17.1-2+b1) ...
Selecting previously unselected package libnorm1t64:amd64.
Preparing to unpack .../085-libnorm1t64_1.5.9+dfsg-3.1+b2_amd64.deb ...
Unpacking libnorm1t64:amd64 (1.5.9+dfsg-3.1+b2) ...
Selecting previously unselected package libpgm-5.3-0t64:amd64.
Preparing to unpack .../086-libpgm-5.3-0t64_5.3.128~dfsg-2.1+b1_amd64.deb ...
Unpacking libpgm-5.3-0t64:amd64 (5.3.128~dfsg-2.1+b1) ...
Selecting previously unselected package libsodium23:amd64.
Preparing to unpack .../087-libsodium23_1.0.18-1+b2_amd64.deb ...
Unpacking libsodium23:amd64 (1.0.18-1+b2) ...
Selecting previously unselected package libzmq5:amd64.
Preparing to unpack .../088-libzmq5_4.3.5-1+b3_amd64.deb ...
Unpacking libzmq5:amd64 (4.3.5-1+b3) ...
Selecting previously unselected package python3-zmq.
Preparing to unpack .../089-python3-zmq_26.2.0-1_amd64.deb ...
Unpacking python3-zmq (26.2.0-1) ...
Selecting previously unselected package python3-jupyter-client.
Preparing to unpack .../090-python3-jupyter-client_8.6.3-2_all.deb ...
Unpacking python3-jupyter-client (8.6.3-2) ...
Selecting previously unselected package jupyter-client.
Preparing to unpack .../091-jupyter-client_8.6.3-2_all.deb ...
Unpacking jupyter-client (8.6.3-2) ...
Selecting previously unselected package python3-comm.
Preparing to unpack .../092-python3-comm_0.2.1-1_all.deb ...
Unpacking python3-comm (0.2.1-1) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../093-libtirpc-common_1.3.4+ds-1.3_all.deb ...
Unpacking libtirpc-common (1.3.4+ds-1.3) ...
Selecting previously unselected package libtirpc3t64:amd64.
Preparing to unpack .../094-libtirpc3t64_1.3.4+ds-1.3+b1_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:amd64 (1.3.4+ds-1.3+b1) ...
Selecting previously unselected package libnsl2:amd64.
Preparing to unpack .../095-libnsl2_1.3.0-3+b3_amd64.deb ...
Unpacking libnsl2:amd64 (1.3.0-3+b3) ...
Selecting previously unselected package libpython3.12-stdlib:amd64.
Preparing to unpack .../096-libpython3.12-stdlib_3.12.8-5_amd64.deb ...
Unpacking libpython3.12-stdlib:amd64 (3.12.8-5) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../097-python3.12_3.12.8-5_amd64.deb ...
Unpacking python3.12 (3.12.8-5) ...
Selecting previously unselected package python3-coverage.
Preparing to unpack .../098-python3-coverage_7.6.0+dfsg1-2+b1_amd64.deb ...
Unpacking python3-coverage (7.6.0+dfsg1-2+b1) ...
Selecting previously unselected package python3-debugpy.
Preparing to unpack .../099-python3-debugpy_1.8.8+ds-2_amd64.deb ...
Unpacking python3-debugpy (1.8.8+ds-2) ...
Selecting previously unselected package python3-decorator.
Preparing to unpack .../100-python3-decorator_5.1.1-5_all.deb ...
Unpacking python3-decorator (5.1.1-5) ...
Selecting previously unselected package python3-parso.
Preparing to unpack .../101-python3-parso_0.8.4-1_all.deb ...
Unpacking python3-parso (0.8.4-1) ...
Selecting previously unselected package python3-typeshed.
Preparing to unpack .../102-python3-typeshed_0.0~git20241223.ea91db2-1_all.deb ...
Unpacking python3-typeshed (0.0~git20241223.ea91db2-1) ...
Selecting previously unselected package python3-jedi.
Preparing to unpack .../103-python3-jedi_0.19.1+ds1-1_all.deb ...
Unpacking python3-jedi (0.19.1+ds1-1) ...
Selecting previously unselected package python3-matplotlib-inline.
Preparing to unpack .../104-python3-matplotlib-inline_0.1.6-2_all.deb ...
Unpacking python3-matplotlib-inline (0.1.6-2) ...
Selecting previously unselected package python3-wcwidth.
Preparing to unpack .../105-python3-wcwidth_0.2.13+dfsg1-1_all.deb ...
Unpacking python3-wcwidth (0.2.13+dfsg1-1) ...
Selecting previously unselected package python3-prompt-toolkit.
Preparing to unpack .../106-python3-prompt-toolkit_3.0.48-1_all.deb ...
Unpacking python3-prompt-toolkit (3.0.48-1) ...
Selecting previously unselected package python3-pygments.
Preparing to unpack .../107-python3-pygments_2.18.0+dfsg-2_all.deb ...
Unpacking python3-pygments (2.18.0+dfsg-2) ...
Selecting previously unselected package python3-asttokens.
Preparing to unpack .../108-python3-asttokens_3.0.0-1_all.deb ...
Unpacking python3-asttokens (3.0.0-1) ...
Selecting previously unselected package python3-executing.
Preparing to unpack .../109-python3-executing_2.1.0-0.1_all.deb ...
Unpacking python3-executing (2.1.0-0.1) ...
Selecting previously unselected package python3-pure-eval.
Preparing to unpack .../110-python3-pure-eval_0.2.3-1_all.deb ...
Unpacking python3-pure-eval (0.2.3-1) ...
Selecting previously unselected package python3-stack-data.
Preparing to unpack .../111-python3-stack-data_0.6.3-1_all.deb ...
Unpacking python3-stack-data (0.6.3-1) ...
Selecting previously unselected package python3-ptyprocess.
Preparing to unpack .../112-python3-ptyprocess_0.7.0-6_all.deb ...
Unpacking python3-ptyprocess (0.7.0-6) ...
Selecting previously unselected package python3-pexpect.
Preparing to unpack .../113-python3-pexpect_4.9-3_all.deb ...
Unpacking python3-pexpect (4.9-3) ...
Selecting previously unselected package python3-ipython.
Preparing to unpack .../114-python3-ipython_8.30.0-2_all.deb ...
Unpacking python3-ipython (8.30.0-2) ...
Selecting previously unselected package python3-nest-asyncio.
Preparing to unpack .../115-python3-nest-asyncio_1.5.4-1_all.deb ...
Unpacking python3-nest-asyncio (1.5.4-1) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../116-python3-packaging_24.2-1_all.deb ...
Unpacking python3-packaging (24.2-1) ...
Selecting previously unselected package python3-ipykernel.
Preparing to unpack .../117-python3-ipykernel_6.29.5-2_all.deb ...
Unpacking python3-ipykernel (6.29.5-2) ...
Selecting previously unselected package python3-jupyter-console.
Preparing to unpack .../118-python3-jupyter-console_6.6.3-2_all.deb ...
Unpacking python3-jupyter-console (6.6.3-2) ...
Selecting previously unselected package jupyter-console.
Preparing to unpack .../119-jupyter-console_6.6.3-2_all.deb ...
Unpacking jupyter-console (6.6.3-2) ...
Selecting previously unselected package python3-fastjsonschema.
Preparing to unpack .../120-python3-fastjsonschema_2.21.1-1_all.deb ...
Unpacking python3-fastjsonschema (2.21.1-1) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../121-python3-attr_24.3.0-1_all.deb ...
Unpacking python3-attr (24.3.0-1) ...
Selecting previously unselected package python3-rpds-py.
Preparing to unpack .../122-python3-rpds-py_0.21.0-2_amd64.deb ...
Unpacking python3-rpds-py (0.21.0-2) ...
Selecting previously unselected package python3-referencing.
Preparing to unpack .../123-python3-referencing_0.35.1-2_all.deb ...
Unpacking python3-referencing (0.35.1-2) ...
Selecting previously unselected package python3-jsonschema-specifications.
Preparing to unpack .../124-python3-jsonschema-specifications_2023.12.1-2_all.deb ...
Unpacking python3-jsonschema-specifications (2023.12.1-2) ...
Selecting previously unselected package python3-jsonschema.
Preparing to unpack .../125-python3-jsonschema_4.19.2-6_all.deb ...
Unpacking python3-jsonschema (4.19.2-6) ...
Selecting previously unselected package python3-nbformat.
Preparing to unpack .../126-python3-nbformat_5.9.1-1_all.deb ...
Unpacking python3-nbformat (5.9.1-1) ...
Selecting previously unselected package jupyter-nbformat.
Preparing to unpack .../127-jupyter-nbformat_5.9.1-1_all.deb ...
Unpacking jupyter-nbformat (5.9.1-1) ...
Selecting previously unselected package jupyter.
Preparing to unpack .../128-jupyter_5.7.2-5_all.deb ...
Unpacking jupyter (5.7.2-5) ...
Selecting previously unselected package libabsl20230802:amd64.
Preparing to unpack .../129-libabsl20230802_20230802.1-4_amd64.deb ...
Unpacking libabsl20230802:amd64 (20230802.1-4) ...
Selecting previously unselected package libaec0:amd64.
Preparing to unpack .../130-libaec0_1.1.3-1+b1_amd64.deb ...
Unpacking libaec0:amd64 (1.1.3-1+b1) ...
Selecting previously unselected package libaom3:amd64.
Preparing to unpack .../131-libaom3_3.11.0-1_amd64.deb ...
Unpacking libaom3:amd64 (3.11.0-1) ...
Selecting previously unselected package libblas3:amd64.
Preparing to unpack .../132-libblas3_3.12.0-4_amd64.deb ...
Unpacking libblas3:amd64 (3.12.0-4) ...
Selecting previously unselected package libgfortran5:amd64.
Preparing to unpack .../133-libgfortran5_14.2.0-14_amd64.deb ...
Unpacking libgfortran5:amd64 (14.2.0-14) ...
Selecting previously unselected package liblapack3:amd64.
Preparing to unpack .../134-liblapack3_3.12.0-4_amd64.deb ...
Unpacking liblapack3:amd64 (3.12.0-4) ...
Selecting previously unselected package libarpack2t64:amd64.
Preparing to unpack .../135-libarpack2t64_3.9.1-4_amd64.deb ...
Unpacking libarpack2t64:amd64 (3.9.1-4) ...
Selecting previously unselected package libarmadillo14.
Preparing to unpack .../136-libarmadillo14_1%3a14.2.1+dfsg-1+b1_amd64.deb ...
Unpacking libarmadillo14 (1:14.2.1+dfsg-1+b1) ...
Selecting previously unselected package libdav1d7:amd64.
Preparing to unpack .../137-libdav1d7_1.5.0-1+b1_amd64.deb ...
Unpacking libdav1d7:amd64 (1.5.0-1+b1) ...
Selecting previously unselected package libgav1-1:amd64.
Preparing to unpack .../138-libgav1-1_0.19.0-3_amd64.deb ...
Unpacking libgav1-1:amd64 (0.19.0-3) ...
Selecting previously unselected package librav1e0.7:amd64.
Preparing to unpack .../139-librav1e0.7_0.7.1-9_amd64.deb ...
Unpacking librav1e0.7:amd64 (0.7.1-9) ...
Selecting previously unselected package libsvtav1enc2:amd64.
Preparing to unpack .../140-libsvtav1enc2_2.3.0+dfsg-1_amd64.deb ...
Unpacking libsvtav1enc2:amd64 (2.3.0+dfsg-1) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../141-libjpeg62-turbo_1%3a2.1.5-3+b1_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.1.5-3+b1) ...
Selecting previously unselected package libyuv0:amd64.
Preparing to unpack .../142-libyuv0_0.0.1899.20250103-1_amd64.deb ...
Unpacking libyuv0:amd64 (0.0.1899.20250103-1) ...
Selecting previously unselected package libavif16:amd64.
Preparing to unpack .../143-libavif16_1.1.1-1_amd64.deb ...
Unpacking libavif16:amd64 (1.1.1-1) ...
Selecting previously unselected package libsnappy1v5:amd64.
Preparing to unpack .../144-libsnappy1v5_1.2.1-1+b1_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.2.1-1+b1) ...
Selecting previously unselected package libblosc1:amd64.
Preparing to unpack .../145-libblosc1_1.21.5+ds-1+b2_amd64.deb ...
Unpacking libblosc1:amd64 (1.21.5+ds-1+b2) ...
Selecting previously unselected package libcfitsio10t64:amd64.
Preparing to unpack .../146-libcfitsio10t64_4.5.0-5_amd64.deb ...
Unpacking libcfitsio10t64:amd64 (4.5.0-5) ...
Selecting previously unselected package libcurl4t64:amd64.
Preparing to unpack .../147-libcurl4t64_8.11.1-1+b1_amd64.deb ...
Unpacking libcurl4t64:amd64 (8.11.1-1+b1) ...
Selecting previously unselected package libde265-0:amd64.
Preparing to unpack .../148-libde265-0_1.0.15-1+b2_amd64.deb ...
Unpacking libde265-0:amd64 (1.0.15-1+b2) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../149-libdeflate0_1.23-1+b1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.23-1+b1) ...
Selecting previously unselected package libpng16-16t64:amd64.
Preparing to unpack .../150-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 .../151-libfreetype6_2.13.3+dfsg-1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../152-libfontconfig1_2.15.0-2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.15.0-2) ...
Selecting previously unselected package libminizip1t64:amd64.
Preparing to unpack .../153-libminizip1t64_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
Unpacking libminizip1t64:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Selecting previously unselected package libfreexl1:amd64.
Preparing to unpack .../154-libfreexl1_2.0.0-1+b3_amd64.deb ...
Unpacking libfreexl1:amd64 (2.0.0-1+b3) ...
Selecting previously unselected package libfyba0t64:amd64.
Preparing to unpack .../155-libfyba0t64_4.1.1-11+b1_amd64.deb ...
Unpacking libfyba0t64:amd64 (4.1.1-11+b1) ...
Selecting previously unselected package libgeos3.13.0:amd64.
Preparing to unpack .../156-libgeos3.13.0_3.13.0-1_amd64.deb ...
Unpacking libgeos3.13.0:amd64 (3.13.0-1) ...
Selecting previously unselected package libgeos-c1t64:amd64.
Preparing to unpack .../157-libgeos-c1t64_3.13.0-1_amd64.deb ...
Unpacking libgeos-c1t64:amd64 (3.13.0-1) ...
Selecting previously unselected package proj-data.
Preparing to unpack .../158-proj-data_9.5.1-1_all.deb ...
Unpacking proj-data (9.5.1-1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../159-libjbig0_2.1-6.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-6.1+b2) ...
Selecting previously unselected package liblerc4:amd64.
Preparing to unpack .../160-liblerc4_4.0.0+ds-5_amd64.deb ...
Unpacking liblerc4:amd64 (4.0.0+ds-5) ...
Selecting previously unselected package libsharpyuv0:amd64.
Preparing to unpack .../161-libsharpyuv0_1.5.0-0.1_amd64.deb ...
Unpacking libsharpyuv0:amd64 (1.5.0-0.1) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../162-libwebp7_1.5.0-0.1_amd64.deb ...
Unpacking libwebp7:amd64 (1.5.0-0.1) ...
Selecting previously unselected package libtiff6:amd64.
Preparing to unpack .../163-libtiff6_4.5.1+git230720-5_amd64.deb ...
Unpacking libtiff6:amd64 (4.5.1+git230720-5) ...
Selecting previously unselected package libproj25:amd64.
Preparing to unpack .../164-libproj25_9.5.1-1_amd64.deb ...
Unpacking libproj25:amd64 (9.5.1-1) ...
Selecting previously unselected package libgeotiff5:amd64.
Preparing to unpack .../165-libgeotiff5_1.7.3-1+b1_amd64.deb ...
Unpacking libgeotiff5:amd64 (1.7.3-1+b1) ...
Selecting previously unselected package libgif7:amd64.
Preparing to unpack .../166-libgif7_5.2.2-1+b1_amd64.deb ...
Unpacking libgif7:amd64 (5.2.2-1+b1) ...
Selecting previously unselected package libsz2:amd64.
Preparing to unpack .../167-libsz2_1.1.3-1+b1_amd64.deb ...
Unpacking libsz2:amd64 (1.1.3-1+b1) ...
Selecting previously unselected package libhdf4-0-alt:amd64.
Preparing to unpack .../168-libhdf4-0-alt_4.3.0-1+b1_amd64.deb ...
Unpacking libhdf4-0-alt:amd64 (4.3.0-1+b1) ...
Selecting previously unselected package libhdf5-310:amd64.
Preparing to unpack .../169-libhdf5-310_1.14.5+repack-3_amd64.deb ...
Unpacking libhdf5-310:amd64 (1.14.5+repack-3) ...
Selecting previously unselected package libheif-plugin-dav1d:amd64.
Preparing to unpack .../170-libheif-plugin-dav1d_1.19.5-1_amd64.deb ...
Unpacking libheif-plugin-dav1d:amd64 (1.19.5-1) ...
Selecting previously unselected package libheif-plugin-libde265:amd64.
Preparing to unpack .../171-libheif-plugin-libde265_1.19.5-1_amd64.deb ...
Unpacking libheif-plugin-libde265:amd64 (1.19.5-1) ...
Selecting previously unselected package libheif1:amd64.
Preparing to unpack .../172-libheif1_1.19.5-1_amd64.deb ...
Unpacking libheif1:amd64 (1.19.5-1) ...
Selecting previously unselected package liburiparser1:amd64.
Preparing to unpack .../173-liburiparser1_0.9.8+dfsg-2_amd64.deb ...
Unpacking liburiparser1:amd64 (0.9.8+dfsg-2) ...
Selecting previously unselected package libkmlbase1t64:amd64.
Preparing to unpack .../174-libkmlbase1t64_1.3.0-12+b2_amd64.deb ...
Unpacking libkmlbase1t64:amd64 (1.3.0-12+b2) ...
Selecting previously unselected package libkmldom1t64:amd64.
Preparing to unpack .../175-libkmldom1t64_1.3.0-12+b2_amd64.deb ...
Unpacking libkmldom1t64:amd64 (1.3.0-12+b2) ...
Selecting previously unselected package libkmlengine1t64:amd64.
Preparing to unpack .../176-libkmlengine1t64_1.3.0-12+b2_amd64.deb ...
Unpacking libkmlengine1t64:amd64 (1.3.0-12+b2) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../177-mysql-common_5.8+1.1.1_all.deb ...
Unpacking mysql-common (5.8+1.1.1) ...
Selecting previously unselected package mariadb-common.
Preparing to unpack .../178-mariadb-common_1%3a11.4.4-3_all.deb ...
Unpacking mariadb-common (1:11.4.4-3) ...
Selecting previously unselected package libmariadb3:amd64.
Preparing to unpack .../179-libmariadb3_1%3a11.4.4-3_amd64.deb ...
Unpacking libmariadb3:amd64 (1:11.4.4-3) ...
Selecting previously unselected package libhdf5-hl-310:amd64.
Preparing to unpack .../180-libhdf5-hl-310_1.14.5+repack-3_amd64.deb ...
Unpacking libhdf5-hl-310:amd64 (1.14.5+repack-3) ...
Selecting previously unselected package libnetcdf19t64:amd64.
Preparing to unpack .../181-libnetcdf19t64_1%3a4.9.2-7+b1_amd64.deb ...
Unpacking libnetcdf19t64:amd64 (1:4.9.2-7+b1) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../182-libltdl7_2.5.4-2_amd64.deb ...
Unpacking libltdl7:amd64 (2.5.4-2) ...
Selecting previously unselected package libodbc2:amd64.
Preparing to unpack .../183-libodbc2_2.3.12-2_amd64.deb ...
Unpacking libodbc2:amd64 (2.3.12-2) ...
Selecting previously unselected package unixodbc-common.
Preparing to unpack .../184-unixodbc-common_2.3.12-2_all.deb ...
Unpacking unixodbc-common (2.3.12-2) ...
Selecting previously unselected package libodbcinst2:amd64.
Preparing to unpack .../185-libodbcinst2_2.3.12-2_amd64.deb ...
Unpacking libodbcinst2:amd64 (2.3.12-2) ...
Selecting previously unselected package libogdi4.1:amd64.
Preparing to unpack .../186-libogdi4.1_4.1.1+ds-5_amd64.deb ...
Unpacking libogdi4.1:amd64 (4.1.1+ds-5) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../187-libopenjp2-7_2.5.0-2+b4_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.5.0-2+b4) ...
Selecting previously unselected package libgpgme11t64:amd64.
Preparing to unpack .../188-libgpgme11t64_1.24.1-2_amd64.deb ...
Unpacking libgpgme11t64:amd64 (1.24.1-2) ...
Selecting previously unselected package libgpgmepp6t64:amd64.
Preparing to unpack .../189-libgpgmepp6t64_1.24.1-2_amd64.deb ...
Unpacking libgpgmepp6t64:amd64 (1.24.1-2) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../190-liblcms2-2_2.16-2_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.16-2) ...
Selecting previously unselected package libnspr4:amd64.
Preparing to unpack .../191-libnspr4_2%3a4.36-1_amd64.deb ...
Unpacking libnspr4:amd64 (2:4.36-1) ...
Selecting previously unselected package libnss3:amd64.
Preparing to unpack .../192-libnss3_2%3a3.107-1_amd64.deb ...
Unpacking libnss3:amd64 (2:3.107-1) ...
Selecting previously unselected package libpoppler140:amd64.
Preparing to unpack .../193-libpoppler140_24.08.0-4_amd64.deb ...
Unpacking libpoppler140:amd64 (24.08.0-4) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../194-libpq5_17.2-1+b2_amd64.deb ...
Unpacking libpq5:amd64 (17.2-1+b2) ...
Selecting previously unselected package libqhull-r8.0:amd64.
Preparing to unpack .../195-libqhull-r8.0_2020.2-6+b2_amd64.deb ...
Unpacking libqhull-r8.0:amd64 (2020.2-6+b2) ...
Selecting previously unselected package librttopo1:amd64.
Preparing to unpack .../196-librttopo1_1.1.0-3+b2_amd64.deb ...
Unpacking librttopo1:amd64 (1.1.0-3+b2) ...
Selecting previously unselected package libspatialite8t64:amd64.
Preparing to unpack .../197-libspatialite8t64_5.1.0-3+b2_amd64.deb ...
Unpacking libspatialite8t64:amd64 (5.1.0-3+b2) ...
Selecting previously unselected package libxerces-c3.2t64:amd64.
Preparing to unpack .../198-libxerces-c3.2t64_3.2.4+debian-1.3+b1_amd64.deb ...
Unpacking libxerces-c3.2t64:amd64 (3.2.4+debian-1.3+b1) ...
Selecting previously unselected package libgdal36:amd64.
Preparing to unpack .../199-libgdal36_3.10.1+dfsg-1_amd64.deb ...
Unpacking libgdal36:amd64 (3.10.1+dfsg-1) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../200-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Selecting previously unselected package libjs-requirejs.
Preparing to unpack .../201-libjs-requirejs_2.3.7+ds+~2.1.37-1_all.deb ...
Unpacking libjs-requirejs (2.3.7+ds+~2.1.37-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../202-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../203-libjs-sphinxdoc_8.1.3-4_all.deb ...
Unpacking libjs-sphinxdoc (8.1.3-4) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../204-libjson-perl_4.10000-1_all.deb ...
Unpacking libjson-perl (4.10000-1) ...
Selecting previously unselected package libuv1t64:amd64.
Preparing to unpack .../205-libuv1t64_1.48.0-7_amd64.deb ...
Unpacking libuv1t64:amd64 (1.48.0-7) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../206-libxslt1.1_1.1.35-1.1+b1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.35-1.1+b1) ...
Selecting previously unselected package pybuild-plugin-autopkgtest.
Preparing to unpack .../207-pybuild-plugin-autopkgtest_6.20250108_all.deb ...
Unpacking pybuild-plugin-autopkgtest (6.20250108) ...
Selecting previously unselected package python3-pyproject-hooks.
Preparing to unpack .../208-python3-pyproject-hooks_1.2.0-1_all.deb ...
Unpacking python3-pyproject-hooks (1.2.0-1) ...
Selecting previously unselected package python3-toml.
Preparing to unpack .../209-python3-toml_0.10.2-1_all.deb ...
Unpacking python3-toml (0.10.2-1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../210-python3-wheel_0.45.1-1_all.deb ...
Unpacking python3-wheel (0.45.1-1) ...
Selecting previously unselected package python3-build.
Preparing to unpack .../211-python3-build_1.2.2-1_all.deb ...
Unpacking python3-build (1.2.2-1) ...
Selecting previously unselected package python3-installer.
Preparing to unpack .../212-python3-installer_0.7.0+dfsg1-3_all.deb ...
Unpacking python3-installer (0.7.0+dfsg1-3) ...
Selecting previously unselected package pybuild-plugin-pyproject.
Preparing to unpack .../213-pybuild-plugin-pyproject_6.20250108_all.deb ...
Unpacking pybuild-plugin-pyproject (6.20250108) ...
Selecting previously unselected package python-babel-localedata.
Preparing to unpack .../214-python-babel-localedata_2.16.0-1_all.deb ...
Unpacking python-babel-localedata (2.16.0-1) ...
Selecting previously unselected package python-stactools-doc.
Preparing to unpack .../215-python-stactools-doc.deb ...
Unpacking python-stactools-doc (0.5.3-3) ...
Selecting previously unselected package python-tinycss2-common.
Preparing to unpack .../216-python-tinycss2-common_1.4.0-1_all.deb ...
Unpacking python-tinycss2-common (1.4.0-1) ...
Selecting previously unselected package python3-affine.
Preparing to unpack .../217-python3-affine_2.4.0-1_all.deb ...
Unpacking python3-affine (2.4.0-1) ...
Selecting previously unselected package python3-aiohappyeyeballs.
Preparing to unpack .../218-python3-aiohappyeyeballs_2.4.4-2_all.deb ...
Unpacking python3-aiohappyeyeballs (2.4.4-2) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../219-python3-idna_3.8-2_all.deb ...
Unpacking python3-idna (3.8-2) ...
Selecting previously unselected package python3-multidict.
Preparing to unpack .../220-python3-multidict_6.1.0-1+b1_amd64.deb ...
Unpacking python3-multidict (6.1.0-1+b1) ...
Selecting previously unselected package python3-yarl.
Preparing to unpack .../221-python3-yarl_1.13.1-1+b1_amd64.deb ...
Unpacking python3-yarl (1.13.1-1+b1) ...
Selecting previously unselected package python3-async-timeout.
Preparing to unpack .../222-python3-async-timeout_5.0.1-1_all.deb ...
Unpacking python3-async-timeout (5.0.1-1) ...
Selecting previously unselected package python3-frozenlist.
Preparing to unpack .../223-python3-frozenlist_1.5.0-1+b1_amd64.deb ...
Unpacking python3-frozenlist (1.5.0-1+b1) ...
Selecting previously unselected package python3-aiosignal.
Preparing to unpack .../224-python3-aiosignal_1.3.2-1_all.deb ...
Unpacking python3-aiosignal (1.3.2-1) ...
Selecting previously unselected package python3-aiohttp.
Preparing to unpack .../225-python3-aiohttp_3.10.11-1_amd64.deb ...
Unpacking python3-aiohttp (3.10.11-1) ...
Selecting previously unselected package python3-alabaster.
Preparing to unpack .../226-python3-alabaster_0.7.16-0.1_all.deb ...
Unpacking python3-alabaster (0.7.16-0.1) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../227-python3-all_3.13.1-2_amd64.deb ...
Unpacking python3-all (3.13.1-2) ...
Selecting previously unselected package python3-numpy.
Preparing to unpack .../228-python3-numpy_1%3a1.26.4+ds-13_amd64.deb ...
Unpacking python3-numpy (1:1.26.4+ds-13) ...
Selecting previously unselected package python3-shapely.
Preparing to unpack .../229-python3-shapely_2.0.6-4+b1_amd64.deb ...
Unpacking python3-shapely (2.0.6-4+b1) ...
Selecting previously unselected package python3-antimeridian.
Preparing to unpack .../230-python3-antimeridian_0.4.0-1_all.deb ...
Unpacking python3-antimeridian (0.4.0-1) ...
Selecting previously unselected package python3-sniffio.
Preparing to unpack .../231-python3-sniffio_1.3.1-1_all.deb ...
Unpacking python3-sniffio (1.3.1-1) ...
Selecting previously unselected package python3-anyio.
Preparing to unpack .../232-python3-anyio_4.7.0-1_all.deb ...
Unpacking python3-anyio (4.7.0-1) ...
Selecting previously unselected package python3-babel.
Preparing to unpack .../233-python3-babel_2.16.0-1_all.deb ...
Unpacking python3-babel (2.16.0-1) ...
Selecting previously unselected package python3-webencodings.
Preparing to unpack .../234-python3-webencodings_0.5.1-5_all.deb ...
Unpacking python3-webencodings (0.5.1-5) ...
Selecting previously unselected package python3-html5lib.
Preparing to unpack .../235-python3-html5lib_1.2-1_all.deb ...
Unpacking python3-html5lib (1.2-1) ...
Selecting previously unselected package python3-bleach.
Preparing to unpack .../236-python3-bleach_6.2.0-1_all.deb ...
Unpacking python3-bleach (6.2.0-1) ...
Selecting previously unselected package python3-soupsieve.
Preparing to unpack .../237-python3-soupsieve_2.6-1_all.deb ...
Unpacking python3-soupsieve (2.6-1) ...
Selecting previously unselected package python3-bs4.
Preparing to unpack .../238-python3-bs4_4.12.3-3_all.deb ...
Unpacking python3-bs4 (4.12.3-3) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../239-python3-certifi_2024.12.14+ds-1_all.deb ...
Unpacking python3-certifi (2024.12.14+ds-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../240-python3-chardet_5.2.0+dfsg-2_all.deb ...
Unpacking python3-chardet (5.2.0+dfsg-2) ...
Selecting previously unselected package python3-charset-normalizer.
Preparing to unpack .../241-python3-charset-normalizer_3.4.0-1+b1_amd64.deb ...
Unpacking python3-charset-normalizer (3.4.0-1+b1) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../242-python3-click.deb ...
Unpacking python3-click (8.2.0-1) ...
Selecting previously unselected package python3-click-plugins.
Preparing to unpack .../243-python3-click-plugins_1.1.1-4_all.deb ...
Unpacking python3-click-plugins (1.1.1-4) ...
Selecting previously unselected package python3-cligj.
Preparing to unpack .../244-python3-cligj_0.7.2-2_all.deb ...
Unpacking python3-cligj (0.7.2-2) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../245-python3-colorama_0.4.6-4_all.deb ...
Unpacking python3-colorama (0.4.6-4) ...
Selecting previously unselected package python3-defusedxml.
Preparing to unpack .../246-python3-defusedxml_0.7.1-3_all.deb ...
Unpacking python3-defusedxml (0.7.1-3) ...
Selecting previously unselected package python3-roman.
Preparing to unpack .../247-python3-roman_4.2-1_all.deb ...
Unpacking python3-roman (4.2-1) ...
Selecting previously unselected package python3-docutils.
Preparing to unpack .../248-python3-docutils_0.21.2+dfsg-2_all.deb ...
Unpacking python3-docutils (0.21.2+dfsg-2) ...
Selecting previously unselected package python3-dotenv.
Preparing to unpack .../249-python3-dotenv_1.0.1-1_all.deb ...
Unpacking python3-dotenv (1.0.1-1) ...
Selecting previously unselected package python3-fsspec.
Preparing to unpack .../250-python3-fsspec_2024.10.0-1_all.deb ...
Unpacking python3-fsspec (2024.10.0-1) ...
Selecting previously unselected package python3-h11.
Preparing to unpack .../251-python3-h11_0.14.0-1_all.deb ...
Unpacking python3-h11 (0.14.0-1) ...
Selecting previously unselected package python3-imagesize.
Preparing to unpack .../252-python3-imagesize_1.4.1-1_all.deb ...
Unpacking python3-imagesize (1.4.1-1) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../253-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../254-python3-markupsafe_2.1.5-1+b2_amd64.deb ...
Unpacking python3-markupsafe (2.1.5-1+b2) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../255-python3-jinja2_3.1.3-2_all.deb ...
Unpacking python3-jinja2 (3.1.3-2) ...
Selecting previously unselected package python3-jupyterlab-pygments.
Preparing to unpack .../256-python3-jupyterlab-pygments_0.2.2-3_all.deb ...
Unpacking python3-jupyterlab-pygments (0.2.2-3) ...
Selecting previously unselected package python3-livereload.
Preparing to unpack .../257-python3-livereload_2.7.0-0.1_all.deb ...
Unpacking python3-livereload (2.7.0-0.1) ...
Selecting previously unselected package python3-lxml:amd64.
Preparing to unpack .../258-python3-lxml_5.3.0-1+b1_amd64.deb ...
Unpacking python3-lxml:amd64 (5.3.0-1+b1) ...
Selecting previously unselected package python3-mistune.
Preparing to unpack .../259-python3-mistune_3.0.2-2_all.deb ...
Unpacking python3-mistune (3.0.2-2) ...
Selecting previously unselected package python3-nbclient.
Preparing to unpack .../260-python3-nbclient_0.8.0-2_all.deb ...
Unpacking python3-nbclient (0.8.0-2) ...
Selecting previously unselected package python3-tinycss2.
Preparing to unpack .../261-python3-tinycss2_1.4.0-1_all.deb ...
Unpacking python3-tinycss2 (1.4.0-1) ...
Selecting previously unselected package python3-pandocfilters.
Preparing to unpack .../262-python3-pandocfilters_1.5.1-1_all.deb ...
Unpacking python3-pandocfilters (1.5.1-1) ...
Selecting previously unselected package python3-nbconvert.
Preparing to unpack .../263-python3-nbconvert_7.16.5-1_all.deb ...
Unpacking python3-nbconvert (7.16.5-1) ...
Selecting previously unselected package sphinx-common.
Preparing to unpack .../264-sphinx-common_8.1.3-4_all.deb ...
Unpacking sphinx-common (8.1.3-4) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../265-python3-urllib3_2.2.3-4_all.deb ...
Unpacking python3-urllib3 (2.2.3-4) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../266-python3-requests_2.32.3+dfsg-1_all.deb ...
Unpacking python3-requests (2.32.3+dfsg-1) ...
Selecting previously unselected package python3-snowballstemmer.
Preparing to unpack .../267-python3-snowballstemmer_2.2.0-4_all.deb ...
Unpacking python3-snowballstemmer (2.2.0-4) ...
Selecting previously unselected package python3-sphinx.
Preparing to unpack .../268-python3-sphinx_8.1.3-4_all.deb ...
Unpacking python3-sphinx (8.1.3-4) ...
Selecting previously unselected package python3-nbsphinx.
Preparing to unpack .../269-python3-nbsphinx_0.9.5+ds-1_all.deb ...
Unpacking python3-nbsphinx (0.9.5+ds-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../270-python3-pluggy_1.5.0-1_all.deb ...
Unpacking python3-pluggy (1.5.0-1) ...
Selecting previously unselected package python3-pydata-sphinx-theme.
Preparing to unpack .../271-python3-pydata-sphinx-theme_0.15.4+dfsg-2_all.deb ...
Unpacking python3-pydata-sphinx-theme (0.15.4+dfsg-2) ...
Selecting previously unselected package python3-pyparsing.
Preparing to unpack .../272-python3-pyparsing_3.1.2-1_all.deb ...
Unpacking python3-pyparsing (3.1.2-1) ...
Selecting previously unselected package python3-pyproj.
Preparing to unpack .../273-python3-pyproj_3.7.0-1+b1_amd64.deb ...
Unpacking python3-pyproj (3.7.0-1+b1) ...
Selecting previously unselected package python3-pystac.
Preparing to unpack .../274-python3-pystac_1.11.0-1_all.deb ...
Unpacking python3-pystac (1.11.0-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../275-python3-pytest_8.3.4-1_all.deb ...
Unpacking python3-pytest (8.3.4-1) ...
Selecting previously unselected package python3-rasterio.
Preparing to unpack .../276-python3-rasterio_1.4.3-1+b1_amd64.deb ...
Unpacking python3-rasterio (1.4.3-1+b1) ...
Selecting previously unselected package python3-starlette.
Preparing to unpack .../277-python3-starlette_0.41.3-2_all.deb ...
Unpacking python3-starlette (0.41.3-2) ...
Selecting previously unselected package python3-wsproto.
Preparing to unpack .../278-python3-wsproto_1.2.0-1_all.deb ...
Unpacking python3-wsproto (1.2.0-1) ...
Selecting previously unselected package python3-uvloop.
Preparing to unpack .../279-python3-uvloop_0.21.0+ds1-1+b1_amd64.deb ...
Unpacking python3-uvloop (0.21.0+ds1-1+b1) ...
Selecting previously unselected package python3-uvicorn.
Preparing to unpack .../280-python3-uvicorn_0.32.0-2_all.deb ...
Unpacking python3-uvicorn (0.32.0-2) ...
Selecting previously unselected package python3-watchfiles.
Preparing to unpack .../281-python3-watchfiles_0.24.0-1+b1_amd64.deb ...
Unpacking python3-watchfiles (0.24.0-1+b1) ...
Selecting previously unselected package python3-websockets.
Preparing to unpack .../282-python3-websockets_14.1-1_amd64.deb ...
Unpacking python3-websockets (14.1-1) ...
Selecting previously unselected package python3-sphinx-autobuild.
Preparing to unpack .../283-python3-sphinx-autobuild_2024.10.03-1_all.deb ...
Unpacking python3-sphinx-autobuild (2024.10.03-1) ...
Selecting previously unselected package python3-sphinx-click.
Preparing to unpack .../284-python3-sphinx-click_6.0.0-2_all.deb ...
Unpacking python3-sphinx-click (6.0.0-2) ...
Selecting previously unselected package python3-stac-validator.
Preparing to unpack .../285-python3-stac-validator_3.5.0+ds-1_all.deb ...
Unpacking python3-stac-validator (3.5.0+ds-1) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../286-python3-yaml_6.0.2-1+b1_amd64.deb ...
Unpacking python3-yaml (6.0.2-1+b1) ...
Selecting previously unselected package python3-stac-check.
Preparing to unpack .../287-python3-stac-check_1.4.0+ds-2_all.deb ...
Unpacking python3-stac-check (1.4.0+ds-2) ...
Selecting previously unselected package python3-stactools.
Preparing to unpack .../288-python3-stactools.deb ...
Unpacking python3-stactools (0.5.3-3) ...
Selecting previously unselected package stactools.
Preparing to unpack .../289-stactools.deb ...
Unpacking stactools (0.5.3-3) ...
Setting up media-types (10.1.0) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up liblcms2-2:amd64 (2.16-2) ...
Setting up libnorm1t64:amd64 (1.5.9+dfsg-3.1+b2) ...
Setting up libsharpyuv0:amd64 (1.5.0-0.1) ...
Setting up libaom3:amd64 (3.11.0-1) ...
Setting up mysql-common (5.8+1.1.1) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libsodium23:amd64 (1.0.18-1+b2) ...
Setting up liblerc4:amd64 (4.0.0+ds-5) ...
Setting up proj-data (9.5.1-1) ...
Setting up libdebuginfod-common (0.192-4) ...
Setting up libcurl4t64:amd64 (8.11.1-1+b1) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libgeos3.13.0:amd64 (3.13.0-1) ...
Setting up libdebhelper-perl (13.23) ...
Setting up libuv1t64:amd64 (1.48.0-7) ...
Setting up libpython3.12-minimal:amd64 (3.12.8-5) ...
Setting up libpq5:amd64 (17.2-1+b2) ...
Setting up libdeflate0:amd64 (1.23-1+b1) ...
Setting up linux-libc-dev (6.12.9-1) ...
Setting up m4 (1.4.19-5) ...
Setting up libqhull-r8.0:amd64 (2020.2-6+b2) ...
Setting up libxerces-c3.2t64:amd64 (3.2.4+debian-1.3+b1) ...
Setting up libjs-requirejs (2.3.7+ds+~2.1.37-1) ...
Setting up libjbig0:amd64 (2.1-6.1+b2) ...
Setting up libaec0:amd64 (1.1.3-1+b1) ...
Setting up gdal-data (3.10.1+dfsg-1) ...
Setting up libsource-highlight-common (3.1.9-4.3) ...
Setting up libelf1t64:amd64 (0.192-4) ...
Setting up python-babel-localedata (2.16.0-1) ...
Setting up libsnappy1v5:amd64 (1.2.1-1+b1) ...
Setting up libdw1t64:amd64 (0.192-4) ...
Setting up mariadb-common (1:11.4.4-3) ...
update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libpgm-5.3-0t64:amd64 (5.3.128~dfsg-2.1+b1) ...
Setting up autotools-dev (20220109.1) ...
Setting up libblas3:amd64 (3.12.0-4) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libcfitsio10t64:amd64 (4.5.0-5) ...
Setting up libjpeg62-turbo:amd64 (1:2.1.5-3+b1) ...
Setting up libsvtav1enc2:amd64 (2.3.0+dfsg-1) ...
Setting up libmpfr6:amd64 (4.2.1-1+b2) ...
Setting up libnspr4:amd64 (2:4.36-1) ...
Setting up libquadmath0:amd64 (14.2.0-14) ...
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 libipt2 (2.1.1-1) ...
Setting up libmariadb3:amd64 (1:11.4.4-3) ...
Setting up fonts-dejavu-core (2.37-8) ...
Setting up unixodbc-common (2.3.12-2) ...
Setting up libltdl7:amd64 (2.5.4-2) ...
Setting up libbabeltrace1:amd64 (1.5.11-4+b1) ...
Setting up libgfortran5:amd64 (14.2.0-14) ...
Setting up autoconf (2.72-3) ...
Setting up libwebp7:amd64 (1.5.0-0.1) ...
Setting up libubsan1:amd64 (14.2.0-14) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up libgif7:amd64 (5.2.2-1+b1) ...
Setting up libodbc2:amd64 (2.3.12-2) ...
Setting up liburiparser1:amd64 (0.9.8+dfsg-2) ...
Setting up libfyba0t64:amd64 (4.1.1-11+b1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libdav1d7:amd64 (1.5.0-1+b1) ...
Setting up libminizip1t64:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Setting up libhwasan0:amd64 (14.2.0-14) ...
Setting up libcrypt-dev:amd64 (1:4.4.38-1) ...
Setting up libtiff6:amd64 (4.5.1+git230720-5) ...
Setting up librav1e0.7:amd64 (0.7.1-9) ...
Setting up libasan8:amd64 (14.2.0-14) ...
Setting up python-tinycss2-common (1.4.0-1) ...
Setting up libjson-perl (4.10000-1) ...
Setting up libxslt1.1:amd64 (1.1.35-1.1+b1) ...
Setting up libblosc1:amd64 (1.21.5+ds-1+b2) ...
Setting up libopenjp2-7:amd64 (2.5.0-2+b4) ...
Setting up libabsl20230802:amd64 (20230802.1-4) ...
Setting up sgml-base (1.31) ...
Setting up libgpgme11t64:amd64 (1.24.1-2) ...
Setting up libtsan2:amd64 (14.2.0-14) ...
Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up libisl23:amd64 (0.27-1) ...
Setting up libde265-0:amd64 (1.0.15-1+b2) ...
Setting up libc-dev-bin (2.40-5) ...
Setting up libkmlbase1t64:amd64 (1.3.0-12+b2) ...
Setting up libyuv0:amd64 (0.0.1899.20250103-1) ...
Setting up libpython3.13-stdlib:amd64 (3.13.1-3) ...
Setting up libjson-c5:amd64 (0.18+ds-1) ...
Setting up libcc1-0:amd64 (14.2.0-14) ...
Setting up liblsan0:amd64 (14.2.0-14) ...
Setting up libsz2:amd64 (1.1.3-1+b1) ...
Setting up libitm1:amd64 (14.2.0-14) ...
Setting up libpython3-stdlib:amd64 (3.13.1-2) ...
Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up gdal-plugins:amd64 (3.10.1+dfsg-1) ...
Setting up libpython3.13:amd64 (3.13.1-3) ...
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 python3.12-minimal (3.12.8-5) ...
Setting up libgpgmepp6t64:amd64 (1.24.1-2) ...
Setting up libdebuginfod1t64:amd64 (0.192-4) ...
Setting up libodbcinst2:amd64 (2.3.12-2) ...
Setting up liblapack3:amd64 (3.12.0-4) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up libarpack2t64:amd64 (3.9.1-4) ...
Setting up libzmq5:amd64 (4.3.5-1+b3) ...
Setting up libproj25:amd64 (9.5.1-1) ...
Setting up libtirpc3t64:amd64 (1.3.4+ds-1.3+b1) ...
Setting up libogdi4.1:amd64 (4.1.1+ds-5) ...
Setting up python3.13 (3.13.1-3) ...
Setting up fontconfig-config (2.15.0-2) ...
Setting up libgeos-c1t64:amd64 (3.13.0-1) ...
Setting up python3 (3.13.1-2) ...
Setting up libsource-highlight4t64:amd64 (3.1.9-4.3+b1) ...
Setting up libnss3:amd64 (2:3.107-1) ...
Setting up python3-pandocfilters (1.5.1-1) ...
Setting up python3-zipp (3.21.0-1) ...
Setting up python3-click (8.2.0-1) ...
Setting up python3-autocommand (2.2.2-3) ...
Setting up python3-markupsafe (2.1.5-1+b2) ...
Setting up python3-wheel (0.45.1-1) ...
Setting up python3-webencodings (0.5.1-5) ...
Setting up python3-platformdirs (4.3.6-1) ...
Setting up python3-psutil (5.9.8-2) ...
Setting up python3-multidict (6.1.0-1+b1) ...
Setting up libgeotiff5:amd64 (1.7.3-1+b1) ...
Setting up python3-frozenlist (1.5.0-1+b1) ...
Setting up python3-aiosignal (1.3.2-1) ...
Setting up python3-async-timeout (5.0.1-1) ...
Setting up libkmldom1t64:amd64 (1.3.0-12+b2) ...
Setting up python3-roman (4.2-1) ...
Setting up python3-decorator (5.1.1-5) ...
Setting up python3-jinja2 (3.1.3-2) ...
Setting up python3-pygments (2.18.0+dfsg-2) ...
Setting up python3-packaging (24.2-1) ...
Setting up gdb (15.2-1+b1) ...
Setting up python3-chardet (5.2.0+dfsg-2) ...
Setting up python3-wcwidth (0.2.13+dfsg1-1) ...
Setting up python3-pyproject-hooks (1.2.0-1) ...
Setting up python3-pyparsing (3.1.2-1) ...
Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ...
Setting up python3-certifi (2024.12.14+ds-1) ...
Setting up python3-typeshed (0.0~git20241223.ea91db2-1) ...
Setting up python3-snowballstemmer (2.2.0-4) ...
Setting up python3-nest-asyncio (1.5.4-1) ...
Setting up python3-idna (3.8-2) ...
Setting up python3-h11 (0.14.0-1) ...
Setting up python3-click-plugins (1.1.1-4) ...
Setting up cpp-14-x86-64-linux-gnu (14.2.0-14) ...
Setting up libgav1-1:amd64 (0.19.0-3) ...
Setting up python3-typing-extensions (4.12.2-2) ...
Setting up python3-aiohappyeyeballs (2.4.4-2) ...
Setting up python3-html5lib (1.2-1) ...
Setting up python3-numpy (1:1.26.4+ds-13) ...
Setting up libjs-sphinxdoc (8.1.3-4) ...
Setting up python3-toml (0.10.2-1) ...
Setting up python3-uvloop (0.21.0+ds1-1+b1) ...
Setting up python3-installer (0.7.0+dfsg1-3) ...
Setting up cpp-14 (14.2.0-14) ...
Setting up python3-urllib3 (2.2.3-4) ...
Setting up python3-pluggy (1.5.0-1) ...
Setting up libhdf4-0-alt:amd64 (4.3.0-1+b1) ...
Setting up python3-rpds-py (0.21.0-2) ...
Setting up python3-fastjsonschema (2.21.1-1) ...
Setting up librttopo1:amd64 (1.1.0-3+b2) ...
Setting up libhdf5-310:amd64 (1.14.5+repack-3) ...
Setting up libfreexl1:amd64 (2.0.0-1+b3) ...
Setting up python3-lxml:amd64 (5.3.0-1+b1) ...
Setting up xml-core (0.19) ...
Setting up python3-traitlets (5.14.3+really5.14.3-1) ...
Setting up libnsl2:amd64 (1.3.0-3+b3) ...
Setting up libc6-dev:amd64 (2.40-5) ...
Setting up python3-dateutil (2.9.0-3) ...
Setting up libarmadillo14 (1:14.2.1+dfsg-1+b1) ...
Setting up libfontconfig1:amd64 (2.15.0-2) ...
Setting up libgcc-14-dev:amd64 (14.2.0-14) ...
Setting up python3-affine (2.4.0-1) ...
Setting up python3-build (1.2.2-1) ...
Setting up libstdc++-14-dev:amd64 (14.2.0-14) ...
Setting up python3-yarl (1.13.1-1+b1) ...
Setting up python3-mistune (3.0.2-2) ...
Setting up python3-soupsieve (2.6-1) ...
Setting up python3-jupyter-core (5.7.2-5) ...
Setting up python3-cffi-backend:amd64 (1.17.1-2+b1) ...
Setting up python3-imagesize (1.4.1-1) ...
Setting up python3-ptyprocess (0.7.0-6) ...
Setting up libspatialite8t64:amd64 (5.1.0-3+b2) ...
Setting up python3-websockets (14.1-1) ...
Setting up cpp-x86-64-linux-gnu (4:14.2.0-1) ...
Setting up python3-dotenv (1.0.1-1) ...
Setting up python3-prompt-toolkit (3.0.48-1) ...
Setting up python3-more-itertools (10.5.0-1) ...
Setting up python3-iniconfig (1.1.1-2) ...
Setting up python3-sniffio (1.3.1-1) ...
Setting up python3-attr (24.3.0-1) ...
Setting up python3-tornado (6.4.2-1) ...
Setting up libhdf5-hl-310:amd64 (1.14.5+repack-3) ...
Setting up python3-pure-eval (0.2.3-1) ...
Setting up libavif16:amd64 (1.1.1-1) ...
Setting up python3-shapely (2.0.6-4+b1) ...
Setting up libnetcdf19t64:amd64 (1:4.9.2-7+b1) ...
Setting up python3-tinycss2 (1.4.0-1) ...
Setting up python3-jaraco.functools (4.1.0-1) ...
Setting up libpython3.12-stdlib:amd64 (3.12.8-5) ...
Setting up python3-wsproto (1.2.0-1) ...
Setting up python3-jaraco.context (6.0.0-1) ...
Setting up python3-anyio (4.7.0-1) ...
Setting up python3-parso (0.8.4-1) ...
Setting up python3-colorama (0.4.6-4) ...
Setting up python3-defusedxml (0.7.1-3) ...
Setting up python3-asttokens (3.0.0-1) ...
Setting up python3-charset-normalizer (3.4.0-1+b1) ...
Setting up python3-pytest (8.3.4-1) ...
Setting up python3-alabaster (0.7.16-0.1) ...
Setting up python3-cligj (0.7.2-2) ...
Setting up python3.12 (3.12.8-5) ...
Setting up python3-fsspec (2024.10.0-1) ...
Setting up python3-typeguard (4.4.1-1) ...
Setting up python3-aiohttp (3.10.11-1) ...
Setting up python3-watchfiles (0.24.0-1+b1) ...
Setting up python3-all (3.13.1-2) ...
Setting up python3-coverage (7.6.0+dfsg1-2+b1) ...
Setting up python3-yaml (6.0.2-1+b1) ...
Setting up libkmlengine1t64:amd64 (1.3.0-12+b2) ...
Setting up python3-starlette (0.41.3-2) ...
Setting up python3-debugpy (1.8.8+ds-2) ...
Setting up python3-pyproj (3.7.0-1+b1) ...
Setting up python3-bs4 (4.12.3-3) ...
Setting up python3-bleach (6.2.0-1) ...
Setting up python3-matplotlib-inline (0.1.6-2) ...
Setting up python3-comm (0.2.1-1) ...
Setting up python3-jupyterlab-pygments (0.2.2-3) ...
Setting up python-stactools-doc (0.5.3-3) ...
Setting up python3-inflect (7.3.1-2) ...
Setting up python3-executing (2.1.0-0.1) ...
Setting up python3-jaraco.text (4.0.0-1) ...
Setting up python3-pexpect (4.9-3) ...
Setting up python3-zmq (26.2.0-1) ...
Setting up sphinx-common (8.1.3-4) ...
Setting up python3-requests (2.32.3+dfsg-1) ...
Setting up cpp (4:14.2.0-1) ...
Setting up libpoppler140:amd64 (24.08.0-4) ...
Setting up python3-jupyter-client (8.6.3-2) ...
Setting up jupyter-core (5.7.2-5) ...
Setting up gcc-14-x86-64-linux-gnu (14.2.0-14) ...
Setting up python3-stack-data (0.6.3-1) ...
Setting up python3-referencing (0.35.1-2) ...
Setting up python3-pkg-resources (75.6.0-1) ...
Setting up python3-antimeridian (0.4.0-1) ...
Setting up python3-uvicorn (0.32.0-2) ...
Setting up python3-setuptools (75.6.0-1) ...
Setting up gcc-x86-64-linux-gnu (4:14.2.0-1) ...
Setting up python3-jedi (0.19.1+ds1-1) ...
Setting up python3-babel (2.16.0-1) ...
update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode
Setting up jupyter-client (8.6.3-2) ...
Setting up gcc-14 (14.2.0-14) ...
Setting up python3-ipython (8.30.0-2) ...
Setting up python3-ipykernel (6.29.5-2) ...
Setting up g++-14-x86-64-linux-gnu (14.2.0-14) ...
Setting up python3-livereload (2.7.0-0.1) ...
Setting up g++-x86-64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14 (14.2.0-14) ...
Setting up python3-jsonschema-specifications (2023.12.1-2) ...
Setting up dh-python (6.20250108) ...
Setting up libtool (2.5.4-2) ...
Setting up pybuild-plugin-pyproject (6.20250108) ...
Setting up python3-jupyter-console (6.6.3-2) ...
Setting up gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up python3-jsonschema (4.19.2-6) ...
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 jupyter-console (6.6.3-2) ...
Setting up build-essential (12.12) ...
Setting up python3-pystac (1.11.0-1) ...
Setting up python3-stac-validator (3.5.0+ds-1) ...
Setting up debhelper (13.23) ...
Setting up python3-nbformat (5.9.1-1) ...
Setting up python3-stac-check (1.4.0+ds-2) ...
Setting up python3-nbclient (0.8.0-2) ...
Setting up jupyter-nbformat (5.9.1-1) ...
Setting up python3-nbconvert (7.16.5-1) ...
Setting up jupyter (5.7.2-5) ...
Setting up pybuild-plugin-autopkgtest (6.20250108) ...
Setting up libheif-plugin-dav1d:amd64 (1.19.5-1) ...
Setting up libheif-plugin-libde265:amd64 (1.19.5-1) ...
Setting up libheif1:amd64 (1.19.5-1) ...
Setting up libgdal36:amd64 (3.10.1+dfsg-1) ...
Setting up python3-rasterio (1.4.3-1+b1) ...
Setting up python3-stactools (0.5.3-3) ...
Setting up stactools (0.5.3-3) ...
Processing triggers for libc-bin (2.40-5) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for sgml-base (1.31) ...
Setting up docutils-common (0.21.2+dfsg-2) ...
Processing triggers for sgml-base (1.31) ...
Setting up python3-docutils (0.21.2+dfsg-2) ...
Setting up python3-sphinx (8.1.3-4) ...
Setting up python3-sphinx-click (6.0.0-2) ...
Setting up python3-sphinx-autobuild (2024.10.03-1) ...
Setting up python3-nbsphinx (0.9.5+ds-1) ...
Setting up python3-pydata-sphinx-theme (0.15.4+dfsg-2) ...
autopkgtest [16:00:58]: test pybuild-autopkgtest: pybuild-autopkgtest
autopkgtest [16:00:58]: test pybuild-autopkgtest: [-----------------------
pybuild-autopkgtest
I: pybuild base:311: cd /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build; python3.12 -m pytest -k "not test_collection_with_invalid_name and not test_valid_item and not test_collection_invalid_asset and not test_external_pc_data and not test_one_datetime and not test_fsspec_io and not test_external_data_https" tests
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build
configfile: pyproject.toml
plugins: anyio-4.7.0, typeguard-4.4.1
collected 100 items / 8 deselected / 92 selected

tests/cli/commands/test_add.py ...                                       [  3%]
tests/cli/commands/test_add_asset.py ..                                  [  5%]
tests/cli/commands/test_add_raster.py .                                  [  6%]
tests/cli/commands/test_copy.py .......                                  [ 14%]
tests/cli/commands/test_create.py ...                                    [ 17%]
tests/cli/commands/test_info.py ..                                       [ 19%]
tests/cli/commands/test_lint.py .                                        [ 20%]
tests/cli/commands/test_merge.py ....                                    [ 25%]
tests/cli/commands/test_migrate.py ........                              [ 33%]
tests/cli/commands/test_summary.py .                                     [ 34%]
tests/cli/commands/test_update_extent.py .                               [ 35%]
tests/cli/commands/test_update_geometry.py .                             [ 36%]
tests/cli/commands/test_validate.py ..                                   [ 39%]
tests/cli/commands/test_version.py ..                                    [ 41%]
tests/core/test_add_asset.py ........                                    [ 50%]
tests/core/test_add_raster.py ...............                            [ 66%]
tests/core/test_create.py .                                              [ 67%]
tests/core/test_io.py .                                                  [ 68%]
tests/core/test_projection.py .                                          [ 69%]
tests/core/utils/test_antimeridian.py .....                              [ 75%]
tests/core/utils/test_convert.py ...                                     [ 78%]
tests/core/utils/test_raster_footprint.py ..............                 [ 93%]
tests/core/utils/test_round.py .....                                     [ 98%]
tests/testing/test_test_data.py s                                        [100%]

=============================== warnings summary ===============================
tests/cli/commands/test_lint.py::test_invalid_item
  /usr/lib/python3/dist-packages/stac_check/lint.py:189: DeprecationWarning: open_text is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice.
    with importlib.resources.open_text(__name__, "stac-check.config.yml") as f:

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-0-dtype6-zero_data-0]
tests/core/test_add_raster.py::test_add_raster_with_nodata[1-nan-dtype9-nan_data-0]
  /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build/tests/core/test_add_raster.py:93: UserWarning: Warning: converting a masked element to nan.
    minimum.append(float(np.nanmin(data[i])))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-0-dtype6-zero_data-0]
tests/core/test_add_raster.py::test_add_raster_with_nodata[1-nan-dtype9-nan_data-0]
  /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build/tests/core/test_add_raster.py:94: UserWarning: Warning: converting a masked element to nan.
    maximum.append(float(np.nanmax(data[i])))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-0-dtype6-zero_data-0]
tests/core/test_add_raster.py::test_add_raster_with_nodata[1-nan-dtype9-nan_data-0]
  /usr/lib/python3/dist-packages/stactools/core/add_raster.py:58: UserWarning: Warning: converting a masked element to nan.
    minimum = float(numpy.nanmin(data))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-0-dtype6-zero_data-0]
tests/core/test_add_raster.py::test_add_raster_with_nodata[1-nan-dtype9-nan_data-0]
  /usr/lib/python3/dist-packages/stactools/core/add_raster.py:59: UserWarning: Warning: converting a masked element to nan.
    maximum = float(numpy.nanmax(data))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-None-dtype8-nan_data-0]
  /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build/tests/core/test_add_raster.py:93: RuntimeWarning: All-NaN axis encountered
    minimum.append(float(np.nanmin(data[i])))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-None-dtype8-nan_data-0]
  /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build/tests/core/test_add_raster.py:94: RuntimeWarning: All-NaN axis encountered
    maximum.append(float(np.nanmax(data[i])))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-None-dtype8-nan_data-0]
  /usr/lib/python3/dist-packages/stactools/core/add_raster.py:58: RuntimeWarning: All-NaN axis encountered
    minimum = float(numpy.nanmin(data))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-None-dtype8-nan_data-0]
  /usr/lib/python3/dist-packages/stactools/core/add_raster.py:59: RuntimeWarning: All-NaN axis encountered
    maximum = float(numpy.nanmax(data))

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========== 91 passed, 1 skipped, 8 deselected, 13 warnings in 4.71s ===========
I: pybuild base:311: cd /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build; python3.13 -m pytest -k "not test_collection_with_invalid_name and not test_valid_item and not test_collection_invalid_asset and not test_external_pc_data and not test_one_datetime and not test_fsspec_io and not test_external_data_https" tests
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build
configfile: pyproject.toml
plugins: anyio-4.7.0, typeguard-4.4.1
collected 100 items / 8 deselected / 92 selected

tests/cli/commands/test_add.py ...                                       [  3%]
tests/cli/commands/test_add_asset.py ..                                  [  5%]
tests/cli/commands/test_add_raster.py .                                  [  6%]
tests/cli/commands/test_copy.py .......                                  [ 14%]
tests/cli/commands/test_create.py ...                                    [ 17%]
tests/cli/commands/test_info.py ..                                       [ 19%]
tests/cli/commands/test_lint.py .                                        [ 20%]
tests/cli/commands/test_merge.py ....                                    [ 25%]
tests/cli/commands/test_migrate.py ........                              [ 33%]
tests/cli/commands/test_summary.py .                                     [ 34%]
tests/cli/commands/test_update_extent.py .                               [ 35%]
tests/cli/commands/test_update_geometry.py .                             [ 36%]
tests/cli/commands/test_validate.py ..                                   [ 39%]
tests/cli/commands/test_version.py ..                                    [ 41%]
tests/core/test_add_asset.py ........                                    [ 50%]
tests/core/test_add_raster.py ...............                            [ 66%]
tests/core/test_create.py .                                              [ 67%]
tests/core/test_io.py .                                                  [ 68%]
tests/core/test_projection.py .                                          [ 69%]
tests/core/utils/test_antimeridian.py .....                              [ 75%]
tests/core/utils/test_convert.py ...                                     [ 78%]
tests/core/utils/test_raster_footprint.py ..............                 [ 93%]
tests/core/utils/test_round.py .....                                     [ 98%]
tests/testing/test_test_data.py s                                        [100%]

=============================== warnings summary ===============================
tests/core/test_add_raster.py::test_add_raster_with_nodata[1-0-dtype6-zero_data-0]
tests/core/test_add_raster.py::test_add_raster_with_nodata[1-nan-dtype9-nan_data-0]
  /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build/tests/core/test_add_raster.py:93: UserWarning: Warning: converting a masked element to nan.
    minimum.append(float(np.nanmin(data[i])))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-0-dtype6-zero_data-0]
tests/core/test_add_raster.py::test_add_raster_with_nodata[1-nan-dtype9-nan_data-0]
  /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build/tests/core/test_add_raster.py:94: UserWarning: Warning: converting a masked element to nan.
    maximum.append(float(np.nanmax(data[i])))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-0-dtype6-zero_data-0]
tests/core/test_add_raster.py::test_add_raster_with_nodata[1-nan-dtype9-nan_data-0]
  /usr/lib/python3/dist-packages/stactools/core/add_raster.py:58: UserWarning: Warning: converting a masked element to nan.
    minimum = float(numpy.nanmin(data))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-0-dtype6-zero_data-0]
tests/core/test_add_raster.py::test_add_raster_with_nodata[1-nan-dtype9-nan_data-0]
  /usr/lib/python3/dist-packages/stactools/core/add_raster.py:59: UserWarning: Warning: converting a masked element to nan.
    maximum = float(numpy.nanmax(data))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-None-dtype8-nan_data-0]
  /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build/tests/core/test_add_raster.py:93: RuntimeWarning: All-NaN axis encountered
    minimum.append(float(np.nanmin(data[i])))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-None-dtype8-nan_data-0]
  /tmp/autopkgtest.RKBB2S/autopkgtest_tmp/build/tests/core/test_add_raster.py:94: RuntimeWarning: All-NaN axis encountered
    maximum.append(float(np.nanmax(data[i])))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-None-dtype8-nan_data-0]
  /usr/lib/python3/dist-packages/stactools/core/add_raster.py:58: RuntimeWarning: All-NaN axis encountered
    minimum = float(numpy.nanmin(data))

tests/core/test_add_raster.py::test_add_raster_with_nodata[1-None-dtype8-nan_data-0]
  /usr/lib/python3/dist-packages/stactools/core/add_raster.py:59: RuntimeWarning: All-NaN axis encountered
    maximum = float(numpy.nanmax(data))

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========== 91 passed, 1 skipped, 8 deselected, 12 warnings in 4.55s ===========
autopkgtest [16:01:09]: test pybuild-autopkgtest: -----------------------]
autopkgtest [16:01:09]: test pybuild-autopkgtest:  - - - - - - - - - - results - - - - - - - - - -
pybuild-autopkgtest  PASS
autopkgtest [16:01:09]: @@@@@@@@@@@@@@@@@@@@ summary
pybuild-autopkgtest  PASS

aborted: False
returncode: 0

Files in working directory:
artifact-dir
artifact-dir/binaries
artifact-dir/binaries/python-click-doc.deb
artifact-dir/binaries/python-stactools-doc.deb
artifact-dir/binaries/python3-click.deb
artifact-dir/binaries/python3-stactools.deb
artifact-dir/binaries/stactools.deb
artifact-dir/log
artifact-dir/pybuild-autopkgtest-packages
artifact-dir/pybuild-autopkgtest-stderr
artifact-dir/pybuild-autopkgtest-stdout
artifact-dir/summary
artifact-dir/testbed-packages
artifact-dir/testinfo.json
artifact-dir/testpkg-version
--------------------

Relations

Relation Direction Type Name
relates-to Source package stactools_0.5.3-3
relates-to Binary package python-stactools-doc_0.5.3-3_all
relates-to Binary package python3-stactools_0.5.3-3_all
relates-to Binary package stactools_0.5.3-3_all
relates-to Package upload python-click_8.2.0-1

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