Artifact python-rosettasciio_0.4-3+bd1_arm64-2024-11-10T18:00:57Z

Metadata
bd_uninstallable: null
filename: python-rosettasciio_0.4-3+bd1_arm64-2024-11-10T18:00:57Z.build
source: python-rosettasciio
version: 0.4-3

File

python-rosettasciio_0.4-3+bd1_arm64-2024-11-10T18:00:57Z.build
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-10.freexian.com

+==============================================================================+
| python-rosettasciio 0.4-3+bd1 (arm64)        Sun, 10 Nov 2024 18:00:57 +0000 |
+==============================================================================+

Package: python-rosettasciio
Version: 0.4-3+bd1
Source Version: 0.4-3
Distribution: sid
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: any

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

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


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


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

Finished processing commands.
--------------------------------------------------------------------------------
I: NOTICE: Log filtering will replace 'build/python-rosettasciio-QgmbZn/resolver-zbSsEM' with '<<RESOLVERDIR>>'

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

Get:1 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 Packages [9945 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 Components [4903 kB]
Fetched 15.1 MB in 2s (6386 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  bsdextrautils bsdutils libaudit-common libaudit1 libblkid1
  libcurl3t64-gnutls libmount1 libperl5.40 libsmartcols1 libsystemd0 libudev1
  libuuid1 login mount perl perl-base perl-modules-5.40 util-linux
18 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.1 MB of archives.
After this operation, 211 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main arm64 bsdutils arm64 1:2.40.2-10 [104 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 libperl5.40 arm64 5.40.0-7 [4156 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 perl arm64 5.40.0-7 [267 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 perl-base arm64 5.40.0-7 [1534 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 perl-modules-5.40 all 5.40.0-7 [3017 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 libsystemd0 arm64 257~rc1-4 [414 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 bsdextrautils arm64 2.40.2-10 [96.5 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libblkid1 arm64 2.40.2-10 [162 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libmount1 arm64 2.40.2-10 [190 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libsmartcols1 arm64 2.40.2-10 [135 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 mount arm64 2.40.2-10 [153 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libuuid1 arm64 2.40.2-10 [35.5 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 util-linux arm64 2.40.2-10 [1173 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libaudit-common all 1:4.0.1-3 [12.4 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 libaudit1 arm64 1:4.0.1-3 [53.9 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 login arm64 1:4.16.0-2+really2.40.2-10 [79.8 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libudev1 arm64 257~rc1-4 [138 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 libcurl3t64-gnutls arm64 8.11.0-1 [331 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 12.1 MB in 0s (60.7 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 ... 17128 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.2-10_arm64.deb ...
Unpacking bsdutils (1:2.40.2-10) over (1:2.40.2-9) ...
Setting up bsdutils (1:2.40.2-10) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libperl5.40_5.40.0-7_arm64.deb ...
Unpacking libperl5.40:arm64 (5.40.0-7) over (5.40.0-6) ...
Preparing to unpack .../perl_5.40.0-7_arm64.deb ...
Unpacking perl (5.40.0-7) over (5.40.0-6) ...
Preparing to unpack .../perl-base_5.40.0-7_arm64.deb ...
Unpacking perl-base (5.40.0-7) over (5.40.0-6) ...
Setting up perl-base (5.40.0-7) ...
(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 ... 17130 files and directories currently installed.)
Preparing to unpack .../perl-modules-5.40_5.40.0-7_all.deb ...
Unpacking perl-modules-5.40 (5.40.0-7) over (5.40.0-6) ...
Preparing to unpack .../libsystemd0_257~rc1-4_arm64.deb ...
Unpacking libsystemd0:arm64 (257~rc1-4) over (256.7-3) ...
Setting up libsystemd0:arm64 (257~rc1-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 ... 17130 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.40.2-10_arm64.deb ...
Unpacking bsdextrautils (2.40.2-10) over (2.40.2-9) ...
Preparing to unpack .../libblkid1_2.40.2-10_arm64.deb ...
Unpacking libblkid1:arm64 (2.40.2-10) over (2.40.2-9) ...
Setting up libblkid1:arm64 (2.40.2-10) ...
(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 ... 17130 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.2-10_arm64.deb ...
Unpacking libmount1:arm64 (2.40.2-10) over (2.40.2-9) ...
Setting up libmount1:arm64 (2.40.2-10) ...
(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 ... 17130 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.2-10_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.40.2-10) over (2.40.2-9) ...
Setting up libsmartcols1:arm64 (2.40.2-10) ...
(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 ... 17130 files and directories currently installed.)
Preparing to unpack .../mount_2.40.2-10_arm64.deb ...
Unpacking mount (2.40.2-10) over (2.40.2-9) ...
Preparing to unpack .../libuuid1_2.40.2-10_arm64.deb ...
Unpacking libuuid1:arm64 (2.40.2-10) over (2.40.2-9) ...
Setting up libuuid1:arm64 (2.40.2-10) ...
(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 ... 17130 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.2-10_arm64.deb ...
Unpacking util-linux (2.40.2-10) over (2.40.2-9) ...
Setting up util-linux (2.40.2-10) ...
(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 ... 17130 files and directories currently installed.)
Preparing to unpack .../libaudit-common_1%3a4.0.1-3_all.deb ...
Unpacking libaudit-common (1:4.0.1-3) over (1:4.0.1-2) ...
Setting up libaudit-common (1:4.0.1-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17130 files and directories currently installed.)
Preparing to unpack .../libaudit1_1%3a4.0.1-3_arm64.deb ...
Unpacking libaudit1:arm64 (1:4.0.1-3) over (1:4.0.1-2) ...
Setting up libaudit1:arm64 (1:4.0.1-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17130 files and directories currently installed.)
Preparing to unpack .../login_1%3a4.16.0-2+really2.40.2-10_arm64.deb ...
Unpacking login (1:4.16.0-2+really2.40.2-10) over (1:4.16.0-2+really2.40.2-9) ...
Preparing to unpack .../libudev1_257~rc1-4_arm64.deb ...
Unpacking libudev1:arm64 (257~rc1-4) over (256.7-3) ...
Setting up libudev1:arm64 (257~rc1-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 ... 17130 files and directories currently installed.)
Preparing to unpack .../libcurl3t64-gnutls_8.11.0-1_arm64.deb ...
Unpacking libcurl3t64-gnutls:arm64 (8.11.0-1) over (8.10.1-2) ...
Setting up bsdextrautils (2.40.2-10) ...
Setting up libcurl3t64-gnutls:arm64 (8.11.0-1) ...
Setting up mount (2.40.2-10) ...
Setting up perl-modules-5.40 (5.40.0-7) ...
Setting up login (1:4.16.0-2+really2.40.2-10) ...
Setting up libperl5.40:arm64 (5.40.0-7) ...
Setting up perl (5.40.0-7) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

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


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

/tmp/debusine-fetch-exec-upload-u5x21d5r/python-rosettasciio_0.4-3.dsc exists in /tmp/debusine-fetch-exec-upload-u5x21d5r; copying to chroot
I: NOTICE: Log filtering will replace 'build/python-rosettasciio-QgmbZn/python-rosettasciio-0.4' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/python-rosettasciio-QgmbZn' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-setuptools, cython3, python3-all-dev, python3-box, python3-dask, python3-dateutil, python3-numpy, python3-pint, python3-sphinx, python3-yaml, python3-numpydoc, python3-pydata-sphinx-theme, python3-sphinx-favicon, python3-sphinxcontrib-towncrier, python3-h5py, python3-numcodecs, python3-tifffile, python3-zarr, python3-pytest, python3-imageio, python3-mrcz, python3-skimage, python3-sparse, python3-pytest-xdist, python3-filelock, python3-pooch, python3-pyusid, build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-setuptools, cython3, python3-all-dev, python3-box, python3-dask, python3-dateutil, python3-numpy, python3-pint, python3-sphinx, python3-yaml, python3-numpydoc, python3-pydata-sphinx-theme, python3-sphinx-favicon, python3-sphinxcontrib-towncrier, python3-h5py, python3-numcodecs, python3-tifffile, python3-zarr, python3-pytest, python3-imageio, python3-mrcz, python3-skimage, python3-sparse, python3-pytest-xdist, python3-filelock, python3-pooch, python3-pyusid, build-essential, fakeroot
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1135 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1146 B]
Fetched 2896 B in 0s (236 kB/s)
Reading package lists...
Reading package lists...

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

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev ava blt build-essential cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu cython3 debhelper
  dh-autoreconf dh-python dh-strip-nondeterminism docutils-common dwz esbuild
  eslint fakeroot fontconfig-config fonts-dejavu-core fonts-dejavu-mono
  fonts-font-awesome fonts-glyphicons-halflings fonts-lyx g++ g++-14
  g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-14
  gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu gdb git git-man gyp
  handlebars jest jupyterlab libaec0 libargon2-1 libasan8 libbabeltrace1
  libblas3 libblosc1 libc-dev-bin libc6-dev libcares2 libcc1-0 libcrypt-dev
  libcurl4t64 libdebhelper-perl libdebuginfod-common libdebuginfod1t64
  libdeflate0 libdw1t64 libedit2 libelf1t64 liberror-perl libexpat1
  libexpat1-dev libfakeroot libfile-stripnondeterminism-perl libfontconfig1
  libfreetype6 libfribidi0 libgcc-14-dev libgdk-pixbuf-2.0-0
  libgdk-pixbuf2.0-common libgfortran5 libgraphite2-3 libharfbuzz0b
  libhdf5-103-1t64 libhdf5-hl-100t64 libhwasan0 libhwloc15 libimagequant0
  libisl23 libitm1 libjbig0 libjpeg62-turbo libjs-backbone libjs-bootstrap
  libjs-d3-format libjs-events libjs-inherits libjs-is-typedarray libjs-jquery
  libjs-jquery-ui libjs-prettify libjs-psl libjs-regenerate
  libjs-simulate-event libjs-source-map libjs-sphinxdoc libjs-sprintf-js
  libjs-typedarray-to-buffer libjs-underscore libjs-util libjson-c5
  libjson-perl liblapack3 liblbfgsb0 liblcms2-2 liblerc4 libllvm14t64 liblsan0
  liblzf1 libmpc3 libmpfr6 libncursesw6 libnode-dev libnode115 libnorm1t64
  libnotify-bin libnotify4 libnsl2 libopenjp2-7 libpfm4 libpgm-5.3-0t64
  libpng16-16t64 libproc2-0 libpython3-all-dev libpython3-dev
  libpython3-stdlib libpython3.12-dev libpython3.12-minimal
  libpython3.12-stdlib libpython3.12t64 libqhull-r8.0 libraqm0 libsharpyuv0
  libsnappy1v5 libsodium23 libsource-highlight-common libsource-highlight4t64
  libssl-dev libstdc++-14-dev libsymspg2 libsz2 libtbb12 libtbbbind-2-5
  libtbbmalloc2 libtcl8.6 libtiff6 libtirpc-common libtirpc3t64 libtk8.6
  libtool libtsan2 libubsan1 libuv1-dev libuv1t64 libwebp7 libwebpdemux2
  libwebpmux3 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxft2
  libxrender1 libxslt1.1 libxss1 libz3-4 libzmq5 linux-libc-dev llvm-14
  llvm-14-linker-tools llvm-14-runtime m4 media-types mocha node-abab
  node-abbrev node-acorn node-agent-base node-ajv node-ajv-keywords
  node-ampproject-remapping node-ansi-colors node-ansi-escapes node-ansi-regex
  node-ansi-styles node-anymatch node-aproba node-archy node-are-we-there-yet
  node-argparse node-array-find-index node-array-from node-arrify node-assert
  node-async node-async-each node-asynckit node-auto-bind
  node-babel-helper-define-polyfill-provider
  node-babel-plugin-add-module-exports node-babel-plugin-lodash
  node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3
  node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime
  node-backbone node-balanced-match node-base16 node-big.js node-bignumber
  node-binary-extensions node-bl node-blueimp-md5 node-brace-expansion
  node-braces node-browser-stdout node-browserslist node-camelcase
  node-caniuse-lite node-cbor node-chalk node-change-case node-chokidar
  node-chownr node-chrome-trace-event node-ci-info node-cjs-module-lexer
  node-clean-yaml-object node-cli-boxes node-cli-cursor node-cli-spinners
  node-cli-truncate node-cli-width node-clipanion node-cliui node-clone
  node-clone-deep node-co node-codemirror-autocomplete
  node-codemirror-commands node-codemirror-lang-cpp node-codemirror-lang-css
  node-codemirror-lang-html node-codemirror-lang-java
  node-codemirror-lang-javascript node-codemirror-lang-json
  node-codemirror-lang-markdown node-codemirror-lang-php
  node-codemirror-lang-python node-codemirror-lang-rust
  node-codemirror-lang-sql node-codemirror-lang-wast node-codemirror-lang-xml
  node-codemirror-language node-codemirror-legacy-modes node-codemirror-lint
  node-codemirror-search node-codemirror-state node-codemirror-view node-color
  node-color-convert node-color-name node-color-string node-combined-stream
  node-commander node-commondir node-concat-stream node-concordance
  node-console-control-strings node-convert-source-map node-core-js
  node-core-js-compat node-core-js-pure node-core-util-is node-cosmiconfig
  node-crelt node-css-loader node-css-selector-tokenizer node-cssom
  node-cssstyle node-csstype node-currently-unhandled node-d node-d3-array
  node-d3-collection node-d3-color node-d3-delaunay node-d3-dispatch
  node-d3-dsv node-d3-force node-d3-format node-d3-geo node-d3-geo-projection
  node-d3-hierarchy node-d3-interpolate node-d3-path node-d3-quadtree
  node-d3-queue node-d3-scale node-d3-shape node-d3-time node-d3-time-format
  node-d3-timer node-data-uri-to-buffer node-date-time
  node-debbundle-es-to-primitive node-debug node-decamelize
  node-decompress-response node-deep-equal node-deep-is node-deepmerge
  node-defaults node-define-properties node-define-property node-defined
  node-del node-delayed-stream node-delegates node-detect-newline node-diff
  node-doctrine node-dom-serializer node-domelementtype node-domhandler
  node-domutils node-electron-to-chromium node-emittery node-emojis-list
  node-encoding node-end-of-stream node-enhanced-resolve node-enquirer
  node-entities node-envinfo node-errno node-error-ex node-es-abstract
  node-es-module-lexer node-es5-ext node-es6-error node-es6-iterator
  node-es6-symbol node-escape-html node-escape-string-regexp node-escodegen
  node-eslint-scope node-eslint-utils node-eslint-visitor-keys node-espree
  node-esprima node-esquery node-esrecurse node-estraverse node-esutils
  node-event-emitter node-events node-execa node-exit node-extend-shallow
  node-external-editor node-fancy-log node-fast-deep-equal
  node-fast-json-patch node-fast-json-stable-stringify node-fast-levenshtein
  node-fetch node-file-entry-cache node-fill-range node-find-cache-dir
  node-find-up node-flat-cache node-flatted node-for-in node-for-own
  node-foreground-child node-form-data node-fortawesome-fontawesome-free
  node-free-style node-fs-extra node-fs-readdir-recursive node-fs.realpath
  node-function-bind node-functional-red-black-tree node-gauge
  node-get-caller-file node-get-stream node-glob node-glob-parent node-global
  node-globals node-globby node-got node-graceful-fs node-growl node-gyp
  node-has-flag node-has-unicode node-he node-hosted-git-info node-htmlparser2
  node-http-proxy-agent node-https-proxy-agent node-iconv-lite node-icss-utils
  node-ignore node-ignore-by-default node-imurmurhash node-indent-string
  node-inflight node-inherits node-inquirer node-interpret
  node-irregular-plurals node-is-arrayish node-is-binary-path node-is-buffer
  node-is-descriptor node-is-extendable node-is-extglob node-is-generator-fn
  node-is-glob node-is-number node-is-object node-is-path-cwd
  node-is-path-inside node-is-plain-obj node-is-plain-object node-is-promise
  node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe
  node-isobject node-isomorphic.js node-istanbul node-jest-debbundle
  node-jest-worker node-jquery node-js-tokens node-js-yaml node-jschardet
  node-jsdom node-jsesc node-json-buffer node-json-parse-better-errors
  node-json-schema node-json-schema-traverse node-json-stable-stringify
  node-json5 node-jsonfile node-jsonify node-jsonparse
  node-jupyter-widgets-base node-kind-of node-klaw node-leven node-levn
  node-lezer-common node-lezer-cpp node-lezer-css node-lezer-generator
  node-lezer-html node-lezer-java node-lezer-javascript node-lezer-json
  node-lezer-markdown node-lezer-php node-lezer-python node-lezer-rust
  node-lezer-xml node-lib0 node-load-json-file node-loader-runner
  node-loader-utils node-locate-path node-lodash node-lodash-packages
  node-long node-loose-envify node-lowercase-keys node-lru-cache node-lumino
  node-make-dir node-make-error node-markdown-to-jsx node-marked node-matcher
  node-mathjax-full node-md5-hex node-md5-o-matic node-mem node-memfs
  node-memory-fs node-merge-descriptors node-merge-stream node-micromatch
  node-mime node-mime-types node-mimic-fn node-mimic-response
  node-min-document node-mini-css-extract-plugin node-minimatch node-minimist
  node-minipass node-mj-context-menu node-mkdirp node-ms node-mute-stream
  node-n3 node-neo-async node-nopt node-normalize-package-data
  node-normalize-path node-npm-run-path node-npmlog node-object-assign
  node-object-inspect node-once node-optimist node-optionator node-osenv
  node-p-cancelable node-p-finally node-p-limit node-p-locate node-p-map
  node-p-timeout node-parse-json node-parse-ms node-parse-srcset node-parse5
  node-path-browserify node-path-dirname node-path-exists
  node-path-is-absolute node-path-is-inside node-path-to-regexp node-path-type
  node-picocolors node-pify node-pkg-dir node-playwright node-plur
  node-postcss node-postcss-modules-extract-imports
  node-postcss-modules-values node-postcss-value-parser node-prelude-ls
  node-pretty-ms node-process node-process-nextick-args node-progress
  node-prompts node-prop-types node-prr node-psl node-punycode node-pure-rand
  node-querystringify node-quick-lru node-randombytes node-react
  node-react-base16-styling node-react-dom node-react-highlight-words
  node-react-is node-react-json-tree node-react-paginate node-react-reconciler
  node-react-shallow-renderer node-react-test-renderer node-react-toastify
  node-read node-read-pkg node-readable-stream node-readdirp node-rechoir
  node-regenerate node-regenerate-unicode-properties node-regenerator-runtime
  node-regenerator-transform node-regex-not node-regexp-match-indices
  node-regexpp node-regexpu-core node-regjsgen node-regjsparser
  node-repeat-string node-require-directory node-requires-port node-resolve
  node-resolve-cwd node-resolve-from node-restore-cursor node-resumer
  node-rimraf node-rjsf node-run-async node-rw node-safe-buffer node-sane
  node-sanitize-html node-scheduler node-schema-utils node-semver
  node-serialize-javascript node-set-blocking node-set-immediate-shim
  node-shebang-command node-shebang-regex node-signal-exit node-simple-swizzle
  node-sinclair-typebox node-sinon node-slash node-slice-ansi
  node-source-list-map node-source-map node-source-map-loader
  node-source-map-support node-spdx-correct node-spdx-exceptions
  node-spdx-expression-parse node-spdx-license-ids node-speech-rule-engine
  node-sprintf-js node-ssri node-stack-utils node-stdlib node-string-decoder
  node-string-width node-strip-ansi node-strip-bom node-strip-eof
  node-strip-json-comments node-style-loader node-style-mod
  node-supports-color node-tapable node-tape node-tar node-tar-stream
  node-terser node-through node-time-stamp node-time-zone node-tmp
  node-to-fast-properties node-to-regex node-to-regex-range node-tough-cookie
  node-tslib node-typanion node-type-check node-type-detect node-typedarray
  node-typedarray-to-buffer node-typescript node-typestyle node-underscore
  node-undici node-unicode-canonical-property-names-ecmascript
  node-unicode-match-property-ecmascript
  node-unicode-match-property-value-ecmascript
  node-unicode-property-aliases-ecmascript node-universalify node-uri-js
  node-url-parse node-util node-util-deprecate node-uuid node-v8-compile-cache
  node-v8flags node-validate-npm-package-license node-vdom-to-html node-vega
  node-vega-embed node-vega-lite node-vega-themes node-vega-tooltip
  node-vscode-debugprotocol node-vscode-jsonrpc
  node-vscode-languageserver-protocol node-vscode-languageserver-types
  node-w3c-keyname node-warning node-watchpack node-wcwidth.js
  node-webassemblyjs node-webidl-conversions node-webpack-merge
  node-webpack-sources node-which node-wide-align node-widest-line
  node-wordwrap node-worker-loader node-wrap-ansi node-wrappy node-write
  node-write-file-atomic node-ws node-xtend node-xterm node-y-protocols
  node-y18n node-yallist node-yaml node-yargs node-yargs-parser node-yjs
  node-zkochan-cmd-shim nodejs po-debconf procps pybuild-plugin-pyproject
  python-babel-localedata python-matplotlib-data python-tinycss2-common
  python3 python3-alabaster python3-all python3-all-dev python3-anyio
  python3-appdirs python3-argon2 python3-arrow python3-asciitree python3-ase
  python3-asttokens python3-async-lru python3-attr python3-autocommand
  python3-babel python3-bleach python3-box python3-brotli python3-bs4
  python3-build python3-certifi python3-cffi-backend python3-chardet
  python3-charset-normalizer python3-click python3-cloudpickle
  python3-colorama python3-comm python3-contourpy python3-coverage
  python3-cycler python3-cytoolz python3-dask python3-dateutil python3-debugpy
  python3-decorator python3-defusedxml python3-dev python3-distributed
  python3-docutils python3-execnet python3-executing python3-fasteners
  python3-fastjsonschema python3-filelock python3-flexcache python3-flexparser
  python3-fonttools python3-fqdn python3-fs python3-fsspec python3-h5py
  python3-h5py-serial python3-html5lib python3-idna python3-imageio
  python3-imagesize python3-inflect python3-iniconfig python3-installer
  python3-ipykernel python3-ipython python3-ipywidgets python3-isoduration
  python3-jaraco.context python3-jaraco.functools python3-jaraco.text
  python3-jedi python3-jinja2 python3-joblib python3-json-pointer
  python3-json5 python3-jsonschema python3-jsonschema-specifications
  python3-jupyter-client python3-jupyter-core python3-jupyter-events
  python3-jupyter-server python3-jupyter-server-terminals
  python3-jupyterlab-pygments python3-jupyterlab-server python3-kiwisolver
  python3-lazy-loader python3-llvmlite python3-locket python3-lxml python3-lz4
  python3-markdown-it python3-markupsafe python3-matplotlib
  python3-matplotlib-inline python3-mdurl python3-minimal python3-mistune
  python3-monotonic python3-more-itertools python3-mpmath python3-mrcz
  python3-msgpack python3-nbclient python3-nbconvert python3-nbformat
  python3-nest-asyncio python3-networkx python3-notebook-shim python3-numba
  python3-numcodecs python3-numpy python3-numpydoc python3-overrides
  python3-packaging python3-pandocfilters python3-parso python3-partd
  python3-pexpect python3-pil python3-pil.imagetk python3-pint
  python3-pkg-resources python3-platformdirs python3-pluggy python3-pooch
  python3-prometheus-client python3-prompt-toolkit python3-psutil
  python3-ptyprocess python3-pure-eval python3-py python3-pydata-sphinx-theme
  python3-pygments python3-pyparsing python3-pyproject-hooks python3-pytest
  python3-pytest-xdist python3-pythonjsonlogger python3-pyusid
  python3-referencing python3-requests python3-rfc3339-validator
  python3-rfc3986-validator python3-rich python3-roman python3-rpds-py
  python3-scipy python3-send2trash python3-setuptools python3-sidpy
  python3-six python3-skimage python3-skimage-lib python3-sklearn
  python3-sklearn-lib python3-sniffio python3-snowballstemmer
  python3-sortedcontainers python3-soupsieve python3-sparse python3-spglib
  python3-sphinx python3-sphinx-copybutton python3-sphinx-favicon
  python3-sphinxcontrib-towncrier python3-stack-data python3-sympy
  python3-tabulate python3-tblib python3-terminado python3-threadpoolctl
  python3-tifffile python3-tinycss2 python3-tk python3-toml python3-toolz
  python3-tornado python3-traitlets python3-typeguard python3-typeshed
  python3-typing-extensions python3-tz python3-ufolib2 python3-uritemplate
  python3-urllib3 python3-wcwidth python3-webcolors python3-webencodings
  python3-websocket python3-wheel python3-yaml python3-zarr python3-zict
  python3-zipp python3-zmq python3.12 python3.12-dev python3.12-minimal
  python3.12-tk python3.13-tk rpcsvc-proto sgml-base sphinx-common terser
  tk8.6-blt2.5 towncrier ts-jest unicode-data webpack x11-common xml-core
  yarnpkg zlib1g-dev
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc blt-demo cpp-doc gcc-14-locales
  cpp-14-doc cython-doc dh-make flit node-babel-eslint node-esprima-fb
  gcc-14-doc gcc-multilib manpages-dev flex bison gcc-doc
  gdb-aarch64-linux-gnu gdb-doc gdbserver git-daemon-run | git-daemon-sysvinit
  git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
  libc-devtools glibc-doc libjs-jquery-lazyload libjs-json
  libjs-jquery-ui-docs libjs-angularjs liblcms2-utils notification-daemon
  libssl-doc libstdc++-14-doc tcl8.6 tk8.6 libtool-doc gfortran
  | fortran95-compiler gcj-jdk libuv1-doc llvm-14-doc m4-doc chai
  node-babel-plugin-polyfill-es-shims node-babel7-debug javascript-common
  livescript npm node-corepack libmail-box-perl python3-doc python3-venv
  python-argon2-doc python-arrow-doc python-ase-doc python3-netcdf4
  python3-pycodcif python-attr-doc python-bleach-doc python3-pip
  python-build-doc python-charset-normalizer-doc python-coverage-doc
  python-cycler-doc ipython python-dask-doc python3-blosc python3-boto3
  python3-graphviz python3-sqlalchemy python3-tables python-distributed-doc
  docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french
  texlive-latex-base texlive-latex-recommended execnet-doc
  python-fastjsonschema-doc python-fsspec-doc python-h5py-doc python3-genshi
  python-imageio-doc python3-astropy python3-gdal ffmpeg python-installer-doc
  python-ipython-doc python-ipywidgets-doc python-jinja2-doc python-joblib-doc
  python-jsonschema-doc python-jupyter-client-doc python-jupyter-events-doc
  python-jupyter-server-doc llvmlite-doc python-lxml-doc cm-super-minimal
  dvipng fonts-staypuft ghostscript gir1.2-gtk-3.0 inkscape ipython3
  librsvg2-common python-matplotlib-doc python3-cairocffi python3-gi
  python3-gi-cairo python3-gobject python3-pyqt5 python3-sip
  texlive-extra-utils texlive-latex-extra python-mpmath-doc python3-gmpy2
  python-nbconvert-doc texlive-fonts-recommended texlive-plain-generic
  texlive-xetex python-notebook-shim-doc www-browser gfortran python-numpy-doc
  python-pexpect-doc python-pil-doc python3-paramiko subversion
  python-pygments-doc ttf-bitstream-vera python-pyparsing-doc
  python3-cryptography python3-openssl python3-socks python-requests-doc
  python-scipy-doc python-setuptools-doc python-skimage-doc python3-dap
  python-sklearn-doc python3-stemmer python-sortedcontainers-doc dvisvgm
  fonts-freefont-otf imagemagick-6.q16 latexmk libjs-mathjax
  python3-sphinx-rtd-theme sphinx-doc tex-gyre texlive-fonts-extra
  python-sphinx-copybutton-doc python-sympy-doc python-terminado-doc
  python-tinycss2-doc tix python3-tk-dbg python-toolz-doc python3-pycurl
  python-tornado-doc python3-twisted python-traitlets-doc jupyter-notebook
  python3.12-venv python3.12-doc binfmt-support sgml-base-doc
Recommended packages:
  node-text-table libc-dbg less ssh-client manpages manpages-dev
  libarchive-cpio-perl libgdk-pixbuf2.0-bin libhwloc-plugins javascript-common
  libjson-xs-perl libgpm2 libltdl-dev llvm-14-dev binfmt-support | systemd
  node-re2 node-require-from-string libjs-sizzle firefox | chromium
  node-inwasm-runtime nodejs-doc libmail-sendmail-perl psmisc
  linux-sysctl-defaults python3-pandas libpaper-utils python3-dropbox
  python3-fusepy python3-libarchive-c python3-paramiko python3-pygit2
  python3-simplejson python3-rfc3987 python3-cssselect pandoc python3-gdal
  python3-pydot python3-pygraphviz numba-doc python3-pip python3-zfpy
  python3-blosc python3-olefile python3-tqdm python3-accessible-pygments
  python3-gi isympy-common python3-gdbm
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev ava blt build-essential cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu cython3 debhelper
  dh-autoreconf dh-python dh-strip-nondeterminism docutils-common dwz esbuild
  eslint fakeroot fontconfig-config fonts-dejavu-core fonts-dejavu-mono
  fonts-font-awesome fonts-glyphicons-halflings fonts-lyx g++ g++-14
  g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-14
  gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu gdb git git-man gyp
  handlebars jest jupyterlab libaec0 libargon2-1 libasan8 libbabeltrace1
  libblas3 libblosc1 libc-dev-bin libc6-dev libcares2 libcc1-0 libcrypt-dev
  libcurl4t64 libdebhelper-perl libdebuginfod-common libdebuginfod1t64
  libdeflate0 libdw1t64 libedit2 libelf1t64 liberror-perl libexpat1
  libexpat1-dev libfakeroot libfile-stripnondeterminism-perl libfontconfig1
  libfreetype6 libfribidi0 libgcc-14-dev libgdk-pixbuf-2.0-0
  libgdk-pixbuf2.0-common libgfortran5 libgraphite2-3 libharfbuzz0b
  libhdf5-103-1t64 libhdf5-hl-100t64 libhwasan0 libhwloc15 libimagequant0
  libisl23 libitm1 libjbig0 libjpeg62-turbo libjs-backbone libjs-bootstrap
  libjs-d3-format libjs-events libjs-inherits libjs-is-typedarray libjs-jquery
  libjs-jquery-ui libjs-prettify libjs-psl libjs-regenerate
  libjs-simulate-event libjs-source-map libjs-sphinxdoc libjs-sprintf-js
  libjs-typedarray-to-buffer libjs-underscore libjs-util libjson-c5
  libjson-perl liblapack3 liblbfgsb0 liblcms2-2 liblerc4 libllvm14t64 liblsan0
  liblzf1 libmpc3 libmpfr6 libncursesw6 libnode-dev libnode115 libnorm1t64
  libnotify-bin libnotify4 libnsl2 libopenjp2-7 libpfm4 libpgm-5.3-0t64
  libpng16-16t64 libproc2-0 libpython3-all-dev libpython3-dev
  libpython3-stdlib libpython3.12-dev libpython3.12-minimal
  libpython3.12-stdlib libpython3.12t64 libqhull-r8.0 libraqm0 libsharpyuv0
  libsnappy1v5 libsodium23 libsource-highlight-common libsource-highlight4t64
  libssl-dev libstdc++-14-dev libsymspg2 libsz2 libtbb12 libtbbbind-2-5
  libtbbmalloc2 libtcl8.6 libtiff6 libtirpc-common libtirpc3t64 libtk8.6
  libtool libtsan2 libubsan1 libuv1-dev libuv1t64 libwebp7 libwebpdemux2
  libwebpmux3 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxft2
  libxrender1 libxslt1.1 libxss1 libz3-4 libzmq5 linux-libc-dev llvm-14
  llvm-14-linker-tools llvm-14-runtime m4 media-types mocha node-abab
  node-abbrev node-acorn node-agent-base node-ajv node-ajv-keywords
  node-ampproject-remapping node-ansi-colors node-ansi-escapes node-ansi-regex
  node-ansi-styles node-anymatch node-aproba node-archy node-are-we-there-yet
  node-argparse node-array-find-index node-array-from node-arrify node-assert
  node-async node-async-each node-asynckit node-auto-bind
  node-babel-helper-define-polyfill-provider
  node-babel-plugin-add-module-exports node-babel-plugin-lodash
  node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3
  node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime
  node-backbone node-balanced-match node-base16 node-big.js node-bignumber
  node-binary-extensions node-bl node-blueimp-md5 node-brace-expansion
  node-braces node-browser-stdout node-browserslist node-camelcase
  node-caniuse-lite node-cbor node-chalk node-change-case node-chokidar
  node-chownr node-chrome-trace-event node-ci-info node-cjs-module-lexer
  node-clean-yaml-object node-cli-boxes node-cli-cursor node-cli-spinners
  node-cli-truncate node-cli-width node-clipanion node-cliui node-clone
  node-clone-deep node-co node-codemirror-autocomplete
  node-codemirror-commands node-codemirror-lang-cpp node-codemirror-lang-css
  node-codemirror-lang-html node-codemirror-lang-java
  node-codemirror-lang-javascript node-codemirror-lang-json
  node-codemirror-lang-markdown node-codemirror-lang-php
  node-codemirror-lang-python node-codemirror-lang-rust
  node-codemirror-lang-sql node-codemirror-lang-wast node-codemirror-lang-xml
  node-codemirror-language node-codemirror-legacy-modes node-codemirror-lint
  node-codemirror-search node-codemirror-state node-codemirror-view node-color
  node-color-convert node-color-name node-color-string node-combined-stream
  node-commander node-commondir node-concat-stream node-concordance
  node-console-control-strings node-convert-source-map node-core-js
  node-core-js-compat node-core-js-pure node-core-util-is node-cosmiconfig
  node-crelt node-css-loader node-css-selector-tokenizer node-cssom
  node-cssstyle node-csstype node-currently-unhandled node-d node-d3-array
  node-d3-collection node-d3-color node-d3-delaunay node-d3-dispatch
  node-d3-dsv node-d3-force node-d3-format node-d3-geo node-d3-geo-projection
  node-d3-hierarchy node-d3-interpolate node-d3-path node-d3-quadtree
  node-d3-queue node-d3-scale node-d3-shape node-d3-time node-d3-time-format
  node-d3-timer node-data-uri-to-buffer node-date-time
  node-debbundle-es-to-primitive node-debug node-decamelize
  node-decompress-response node-deep-equal node-deep-is node-deepmerge
  node-defaults node-define-properties node-define-property node-defined
  node-del node-delayed-stream node-delegates node-detect-newline node-diff
  node-doctrine node-dom-serializer node-domelementtype node-domhandler
  node-domutils node-electron-to-chromium node-emittery node-emojis-list
  node-encoding node-end-of-stream node-enhanced-resolve node-enquirer
  node-entities node-envinfo node-errno node-error-ex node-es-abstract
  node-es-module-lexer node-es5-ext node-es6-error node-es6-iterator
  node-es6-symbol node-escape-html node-escape-string-regexp node-escodegen
  node-eslint-scope node-eslint-utils node-eslint-visitor-keys node-espree
  node-esprima node-esquery node-esrecurse node-estraverse node-esutils
  node-event-emitter node-events node-execa node-exit node-extend-shallow
  node-external-editor node-fancy-log node-fast-deep-equal
  node-fast-json-patch node-fast-json-stable-stringify node-fast-levenshtein
  node-fetch node-file-entry-cache node-fill-range node-find-cache-dir
  node-find-up node-flat-cache node-flatted node-for-in node-for-own
  node-foreground-child node-form-data node-fortawesome-fontawesome-free
  node-free-style node-fs-extra node-fs-readdir-recursive node-fs.realpath
  node-function-bind node-functional-red-black-tree node-gauge
  node-get-caller-file node-get-stream node-glob node-glob-parent node-global
  node-globals node-globby node-got node-graceful-fs node-growl node-gyp
  node-has-flag node-has-unicode node-he node-hosted-git-info node-htmlparser2
  node-http-proxy-agent node-https-proxy-agent node-iconv-lite node-icss-utils
  node-ignore node-ignore-by-default node-imurmurhash node-indent-string
  node-inflight node-inherits node-inquirer node-interpret
  node-irregular-plurals node-is-arrayish node-is-binary-path node-is-buffer
  node-is-descriptor node-is-extendable node-is-extglob node-is-generator-fn
  node-is-glob node-is-number node-is-object node-is-path-cwd
  node-is-path-inside node-is-plain-obj node-is-plain-object node-is-promise
  node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe
  node-isobject node-isomorphic.js node-istanbul node-jest-debbundle
  node-jest-worker node-jquery node-js-tokens node-js-yaml node-jschardet
  node-jsdom node-jsesc node-json-buffer node-json-parse-better-errors
  node-json-schema node-json-schema-traverse node-json-stable-stringify
  node-json5 node-jsonfile node-jsonify node-jsonparse
  node-jupyter-widgets-base node-kind-of node-klaw node-leven node-levn
  node-lezer-common node-lezer-cpp node-lezer-css node-lezer-generator
  node-lezer-html node-lezer-java node-lezer-javascript node-lezer-json
  node-lezer-markdown node-lezer-php node-lezer-python node-lezer-rust
  node-lezer-xml node-lib0 node-load-json-file node-loader-runner
  node-loader-utils node-locate-path node-lodash node-lodash-packages
  node-long node-loose-envify node-lowercase-keys node-lru-cache node-lumino
  node-make-dir node-make-error node-markdown-to-jsx node-marked node-matcher
  node-mathjax-full node-md5-hex node-md5-o-matic node-mem node-memfs
  node-memory-fs node-merge-descriptors node-merge-stream node-micromatch
  node-mime node-mime-types node-mimic-fn node-mimic-response
  node-min-document node-mini-css-extract-plugin node-minimatch node-minimist
  node-minipass node-mj-context-menu node-mkdirp node-ms node-mute-stream
  node-n3 node-neo-async node-nopt node-normalize-package-data
  node-normalize-path node-npm-run-path node-npmlog node-object-assign
  node-object-inspect node-once node-optimist node-optionator node-osenv
  node-p-cancelable node-p-finally node-p-limit node-p-locate node-p-map
  node-p-timeout node-parse-json node-parse-ms node-parse-srcset node-parse5
  node-path-browserify node-path-dirname node-path-exists
  node-path-is-absolute node-path-is-inside node-path-to-regexp node-path-type
  node-picocolors node-pify node-pkg-dir node-playwright node-plur
  node-postcss node-postcss-modules-extract-imports
  node-postcss-modules-values node-postcss-value-parser node-prelude-ls
  node-pretty-ms node-process node-process-nextick-args node-progress
  node-prompts node-prop-types node-prr node-psl node-punycode node-pure-rand
  node-querystringify node-quick-lru node-randombytes node-react
  node-react-base16-styling node-react-dom node-react-highlight-words
  node-react-is node-react-json-tree node-react-paginate node-react-reconciler
  node-react-shallow-renderer node-react-test-renderer node-react-toastify
  node-read node-read-pkg node-readable-stream node-readdirp node-rechoir
  node-regenerate node-regenerate-unicode-properties node-regenerator-runtime
  node-regenerator-transform node-regex-not node-regexp-match-indices
  node-regexpp node-regexpu-core node-regjsgen node-regjsparser
  node-repeat-string node-require-directory node-requires-port node-resolve
  node-resolve-cwd node-resolve-from node-restore-cursor node-resumer
  node-rimraf node-rjsf node-run-async node-rw node-safe-buffer node-sane
  node-sanitize-html node-scheduler node-schema-utils node-semver
  node-serialize-javascript node-set-blocking node-set-immediate-shim
  node-shebang-command node-shebang-regex node-signal-exit node-simple-swizzle
  node-sinclair-typebox node-sinon node-slash node-slice-ansi
  node-source-list-map node-source-map node-source-map-loader
  node-source-map-support node-spdx-correct node-spdx-exceptions
  node-spdx-expression-parse node-spdx-license-ids node-speech-rule-engine
  node-sprintf-js node-ssri node-stack-utils node-stdlib node-string-decoder
  node-string-width node-strip-ansi node-strip-bom node-strip-eof
  node-strip-json-comments node-style-loader node-style-mod
  node-supports-color node-tapable node-tape node-tar node-tar-stream
  node-terser node-through node-time-stamp node-time-zone node-tmp
  node-to-fast-properties node-to-regex node-to-regex-range node-tough-cookie
  node-tslib node-typanion node-type-check node-type-detect node-typedarray
  node-typedarray-to-buffer node-typescript node-typestyle node-underscore
  node-undici node-unicode-canonical-property-names-ecmascript
  node-unicode-match-property-ecmascript
  node-unicode-match-property-value-ecmascript
  node-unicode-property-aliases-ecmascript node-universalify node-uri-js
  node-url-parse node-util node-util-deprecate node-uuid node-v8-compile-cache
  node-v8flags node-validate-npm-package-license node-vdom-to-html node-vega
  node-vega-embed node-vega-lite node-vega-themes node-vega-tooltip
  node-vscode-debugprotocol node-vscode-jsonrpc
  node-vscode-languageserver-protocol node-vscode-languageserver-types
  node-w3c-keyname node-warning node-watchpack node-wcwidth.js
  node-webassemblyjs node-webidl-conversions node-webpack-merge
  node-webpack-sources node-which node-wide-align node-widest-line
  node-wordwrap node-worker-loader node-wrap-ansi node-wrappy node-write
  node-write-file-atomic node-ws node-xtend node-xterm node-y-protocols
  node-y18n node-yallist node-yaml node-yargs node-yargs-parser node-yjs
  node-zkochan-cmd-shim nodejs po-debconf procps pybuild-plugin-pyproject
  python-babel-localedata python-matplotlib-data python-tinycss2-common
  python3 python3-alabaster python3-all python3-all-dev python3-anyio
  python3-appdirs python3-argon2 python3-arrow python3-asciitree python3-ase
  python3-asttokens python3-async-lru python3-attr python3-autocommand
  python3-babel python3-bleach python3-box python3-brotli python3-bs4
  python3-build python3-certifi python3-cffi-backend python3-chardet
  python3-charset-normalizer python3-click python3-cloudpickle
  python3-colorama python3-comm python3-contourpy python3-coverage
  python3-cycler python3-cytoolz python3-dask python3-dateutil python3-debugpy
  python3-decorator python3-defusedxml python3-dev python3-distributed
  python3-docutils python3-execnet python3-executing python3-fasteners
  python3-fastjsonschema python3-filelock python3-flexcache python3-flexparser
  python3-fonttools python3-fqdn python3-fs python3-fsspec python3-h5py
  python3-h5py-serial python3-html5lib python3-idna python3-imageio
  python3-imagesize python3-inflect python3-iniconfig python3-installer
  python3-ipykernel python3-ipython python3-ipywidgets python3-isoduration
  python3-jaraco.context python3-jaraco.functools python3-jaraco.text
  python3-jedi python3-jinja2 python3-joblib python3-json-pointer
  python3-json5 python3-jsonschema python3-jsonschema-specifications
  python3-jupyter-client python3-jupyter-core python3-jupyter-events
  python3-jupyter-server python3-jupyter-server-terminals
  python3-jupyterlab-pygments python3-jupyterlab-server python3-kiwisolver
  python3-lazy-loader python3-llvmlite python3-locket python3-lxml python3-lz4
  python3-markdown-it python3-markupsafe python3-matplotlib
  python3-matplotlib-inline python3-mdurl python3-minimal python3-mistune
  python3-monotonic python3-more-itertools python3-mpmath python3-mrcz
  python3-msgpack python3-nbclient python3-nbconvert python3-nbformat
  python3-nest-asyncio python3-networkx python3-notebook-shim python3-numba
  python3-numcodecs python3-numpy python3-numpydoc python3-overrides
  python3-packaging python3-pandocfilters python3-parso python3-partd
  python3-pexpect python3-pil python3-pil.imagetk python3-pint
  python3-pkg-resources python3-platformdirs python3-pluggy python3-pooch
  python3-prometheus-client python3-prompt-toolkit python3-psutil
  python3-ptyprocess python3-pure-eval python3-py python3-pydata-sphinx-theme
  python3-pygments python3-pyparsing python3-pyproject-hooks python3-pytest
  python3-pytest-xdist python3-pythonjsonlogger python3-pyusid
  python3-referencing python3-requests python3-rfc3339-validator
  python3-rfc3986-validator python3-rich python3-roman python3-rpds-py
  python3-scipy python3-send2trash python3-setuptools python3-sidpy
  python3-six python3-skimage python3-skimage-lib python3-sklearn
  python3-sklearn-lib python3-sniffio python3-snowballstemmer
  python3-sortedcontainers python3-soupsieve python3-sparse python3-spglib
  python3-sphinx python3-sphinx-copybutton python3-sphinx-favicon
  python3-sphinxcontrib-towncrier python3-stack-data python3-sympy
  python3-tabulate python3-tblib python3-terminado python3-threadpoolctl
  python3-tifffile python3-tinycss2 python3-tk python3-toml python3-toolz
  python3-tornado python3-traitlets python3-typeguard python3-typeshed
  python3-typing-extensions python3-tz python3-ufolib2 python3-uritemplate
  python3-urllib3 python3-wcwidth python3-webcolors python3-webencodings
  python3-websocket python3-wheel python3-yaml python3-zarr python3-zict
  python3-zipp python3-zmq python3.12 python3.12-dev python3.12-minimal
  python3.12-tk python3.13-tk rpcsvc-proto sbuild-build-depends-main-dummy
  sgml-base sphinx-common terser tk8.6-blt2.5 towncrier ts-jest unicode-data
  webpack x11-common xml-core yarnpkg zlib1g-dev
0 upgraded, 938 newly installed, 0 to remove and 0 not upgraded.
Need to get 379 MB of archives.
After this operation, 2060 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1068 B]
Get:2 http://deb.debian.org/debian sid/main arm64 libdebuginfod-common all 0.192-4 [23.7 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 libpython3.12-minimal arm64 3.12.7-3 [808 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 python3.12-minimal arm64 3.12.7-3 [1940 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 python3-minimal arm64 3.12.6-1 [26.7 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 media-types all 10.1.0 [26.9 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libncursesw6 arm64 6.5-2+b1 [125 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3+b1 [78.7 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libnsl2 arm64 1.3.0-3+b3 [37.9 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libpython3.12-stdlib arm64 3.12.7-3 [1902 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 python3.12 arm64 3.12.7-3 [671 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libpython3-stdlib arm64 3.12.6-1 [9692 B]
Get:15 http://deb.debian.org/debian sid/main arm64 python3 arm64 3.12.6-1 [27.8 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 sgml-base all 1.31 [15.4 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libproc2-0 arm64 2:4.0.4-6 [62.3 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 procps arm64 2:4.0.4-6 [872 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 node-xtend all 4.0.2-3 [3932 B]
Get:25 http://deb.debian.org/debian sid/main arm64 libcares2 arm64 1.34.2-1 [87.4 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libuv1t64 arm64 1.48.0-7 [143 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 node-cjs-module-lexer all 1.2.3+dfsg-1 [30.6 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 node-balanced-match all 2.0.0-1 [4872 B]
Get:29 http://deb.debian.org/debian sid/main arm64 node-brace-expansion all 2.0.1+~1.1.0-1 [7912 B]
Get:30 http://deb.debian.org/debian sid/main arm64 node-minimatch all 9.0.3-5 [76.7 kB]
Get:31 http://deb.debian.org/debian sid/main arm64 node-undici all 5.28.4+dfsg1+~cs23.12.11-2 [314 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 libnode115 arm64 20.18.0+dfsg-2 [10.9 MB]
Get:33 http://deb.debian.org/debian sid/main arm64 nodejs arm64 20.18.0+dfsg-2 [349 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 node-acorn all 8.8.1+ds+~cs25.17.7-2 [128 kB]
Get:35 http://deb.debian.org/debian sid/main arm64 node-color-name all 1.1.4+~1.1.1-2 [5920 B]
Get:36 http://deb.debian.org/debian sid/main arm64 node-color-convert all 2.0.1+~cs2.0.0-2 [13.1 kB]
Get:37 http://deb.debian.org/debian sid/main arm64 node-ansi-styles all 6.2.1-3 [8716 B]
Get:38 http://deb.debian.org/debian sid/main arm64 node-arrify all 2.0.1-3 [3700 B]
Get:39 http://deb.debian.org/debian sid/main arm64 node-bignumber all 9.1.1-1 [59.2 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 node-commander all 9.4.1-1 [65.3 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 node-cbor all 8.1.0+dfsg+~cs5.2.1-3 [88.2 kB]
Get:42 http://deb.debian.org/debian sid/main arm64 node-escape-string-regexp all 4.0.0-2 [4296 B]
Get:43 http://deb.debian.org/debian sid/main arm64 node-has-flag all 5.0.1-1 [4404 B]
Get:44 http://deb.debian.org/debian sid/main arm64 node-supports-color all 8.1.1+~8.1.1-1 [6920 B]
Get:45 http://deb.debian.org/debian sid/main arm64 node-chalk all 5.3.0-1 [18.2 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 node-normalize-path all 3.0.0+~3.0.0-1 [6608 B]
Get:47 http://deb.debian.org/debian sid/main arm64 node-anymatch all 3.1.3+~cs4.6.1-2 [33.4 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 node-async-each all 1.0.3-3 [4292 B]
Get:49 http://deb.debian.org/debian sid/main arm64 node-is-buffer all 2.0.5-2 [4112 B]
Get:50 http://deb.debian.org/debian sid/main arm64 node-kind-of all 6.0.3+dfsg-2 [10.2 kB]
Get:51 http://deb.debian.org/debian sid/main arm64 node-is-number all 7.0.0-4 [6020 B]
Get:52 http://deb.debian.org/debian sid/main arm64 node-repeat-string all 1.6.1+repack-1 [5600 B]
Get:53 http://deb.debian.org/debian sid/main arm64 node-to-regex-range all 5.0.1-4 [10.5 kB]
Get:54 http://deb.debian.org/debian sid/main arm64 node-fill-range all 7.1.1+~7.0.3-1 [8768 B]
Get:55 http://deb.debian.org/debian sid/main arm64 node-braces all 3.0.3+~3.0.4-1 [20.6 kB]
Get:56 http://deb.debian.org/debian sid/main arm64 node-is-extglob all 2.1.1-5 [4612 B]
Get:57 http://deb.debian.org/debian sid/main arm64 node-is-glob all 4.0.3-2 [6620 B]
Get:58 http://deb.debian.org/debian sid/main arm64 node-path-dirname all 1.0.2-2 [4312 B]
Get:59 http://deb.debian.org/debian sid/main arm64 node-glob-parent all 6.0.2+~5.1.1-2 [8784 B]
Get:60 http://deb.debian.org/debian sid/main arm64 libjs-inherits all 2.0.4-6 [3548 B]
Get:61 http://deb.debian.org/debian sid/main arm64 node-inherits all 2.0.4-6 [4548 B]
Get:62 http://deb.debian.org/debian sid/main arm64 node-binary-extensions all 2.2.0-2 [4408 B]
Get:63 http://deb.debian.org/debian sid/main arm64 node-is-binary-path all 2.1.0-5 [3684 B]
Get:64 http://deb.debian.org/debian sid/main arm64 node-path-is-absolute all 2.0.0-2 [4068 B]
Get:65 http://deb.debian.org/debian sid/main arm64 node-graceful-fs all 4.2.10-1 [14.4 kB]
Get:66 http://deb.debian.org/debian sid/main arm64 node-set-immediate-shim all 2.0.0-2 [3740 B]
Get:67 http://deb.debian.org/debian sid/main arm64 node-readdirp all 3.6.0-1 [11.5 kB]
Get:68 http://deb.debian.org/debian sid/main arm64 node-chokidar all 3.6.0-2 [32.3 kB]
Get:69 http://deb.debian.org/debian sid/main arm64 node-ci-info all 4.0.0+~cs1.1.0-1 [12.5 kB]
Get:70 http://deb.debian.org/debian sid/main arm64 node-clean-yaml-object all 0.1.0-6 [4760 B]
Get:71 http://deb.debian.org/debian sid/main arm64 node-slice-ansi all 5.0.0+~cs9.0.0-5 [8788 B]
Get:72 http://deb.debian.org/debian sid/main arm64 node-ansi-regex all 5.0.1-1 [4912 B]
Get:73 http://deb.debian.org/debian sid/main arm64 node-strip-ansi all 6.0.1-2 [4120 B]
Get:74 http://deb.debian.org/debian sid/main arm64 node-clone all 2.1.2+~2.1.2-1 [9140 B]
Get:75 http://deb.debian.org/debian sid/main arm64 node-defaults all 1.0.4+~1.0.3-1 [4400 B]
Get:76 http://deb.debian.org/debian sid/main arm64 node-wcwidth.js all 1.0.2-2 [7088 B]
Get:77 http://deb.debian.org/debian sid/main arm64 node-string-width all 4.2.3+~cs13.2.3-1 [10.7 kB]
Get:78 http://deb.debian.org/debian sid/main arm64 node-cli-truncate all 2.1.0-5 [5628 B]
Get:79 http://deb.debian.org/debian sid/main arm64 node-wrap-ansi all 8.0.1+~8.0.1-3 [11.8 kB]
Get:80 http://deb.debian.org/debian sid/main arm64 node-cliui all 7.0.4+repack+1+~cs1.4.2-2 [21.6 kB]
Get:81 http://deb.debian.org/debian sid/main arm64 node-time-zone all 1.0.0-5 [3772 B]
Get:82 http://deb.debian.org/debian sid/main arm64 node-date-time all 3.1.0-3 [4276 B]
Get:83 http://deb.debian.org/debian sid/main arm64 node-esutils all 2.0.3+~2.0.0-1 [12.4 kB]
Get:84 http://deb.debian.org/debian sid/main arm64 node-lodash all 4.17.21+dfsg+~cs8.31.198.20210220-9 [462 kB]
Get:85 http://deb.debian.org/debian sid/main arm64 node-md5-o-matic all 0.1.1-5 [5104 B]
Get:86 http://deb.debian.org/debian sid/main arm64 node-blueimp-md5 all 2.19.0~ds-3 [15.7 kB]
Get:87 http://deb.debian.org/debian sid/main arm64 node-md5-hex all 4.0.0-2 [4588 B]
Get:88 http://deb.debian.org/debian sid/main arm64 node-lru-cache all 10.0.1-3 [62.6 kB]
Get:89 http://deb.debian.org/debian sid/main arm64 node-semver all 7.6.1+~7.5.8-1 [49.4 kB]
Get:90 http://deb.debian.org/debian sid/main arm64 node-concordance all 5.0.4+~cs5.2.1-3 [39.9 kB]
Get:91 http://deb.debian.org/debian sid/main arm64 node-array-find-index all 1.0.2+~1.0.0-1 [4412 B]
Get:92 http://deb.debian.org/debian sid/main arm64 node-currently-unhandled all 0.4.1-4 [4584 B]
Get:93 http://deb.debian.org/debian sid/main arm64 node-ms all 2.1.3+~cs0.7.31-3 [5648 B]
Get:94 http://deb.debian.org/debian sid/main arm64 node-debug all 4.3.4+~cs4.1.7-1 [18.1 kB]
Get:95 http://deb.debian.org/debian sid/main arm64 node-ignore all 5.2.1-1 [26.4 kB]
Get:96 http://deb.debian.org/debian sid/main arm64 node-micromatch all 4.0.7+~4.0.9-1 [26.0 kB]
Get:97 http://deb.debian.org/debian sid/main arm64 node-pify all 5.0.0+~cs5.0.1-1 [7072 B]
Get:98 http://deb.debian.org/debian sid/main arm64 node-path-type all 4.0.0-3 [3944 B]
Get:99 http://deb.debian.org/debian sid/main arm64 node-core-util-is all 1.0.3-1 [4072 B]
Get:100 http://deb.debian.org/debian sid/main arm64 node-safe-buffer all 5.2.1+~cs2.1.2-3 [15.5 kB]
Get:101 http://deb.debian.org/debian sid/main arm64 node-string-decoder all 1.3.0-6 [7180 B]
Get:102 http://deb.debian.org/debian sid/main arm64 node-process-nextick-args all 2.0.1-3 [3816 B]
Get:103 http://deb.debian.org/debian sid/main arm64 node-util-deprecate all 1.0.2-3 [4436 B]
Get:104 http://deb.debian.org/debian sid/main arm64 node-isarray all 2.0.5-4 [4040 B]
Get:105 http://deb.debian.org/debian sid/main arm64 node-readable-stream all 3.6.0+~cs3.0.0-4 [32.0 kB]
Get:106 http://deb.debian.org/debian sid/main arm64 node-n3 all 1.16.3+~1.2.3+~1.10.4-1 [37.0 kB]
Get:107 http://deb.debian.org/debian sid/main arm64 node-slash all 4.0.0-3 [4292 B]
Get:108 http://deb.debian.org/debian sid/main arm64 node-globby all 13.1.3+~cs16.25.40-3 [40.5 kB]
Get:109 http://deb.debian.org/debian sid/main arm64 node-is-path-cwd all 2.2.0-2 [3672 B]
Get:110 http://deb.debian.org/debian sid/main arm64 node-path-is-inside all 1.0.2+~1.0.0-1 [5072 B]
Get:111 http://deb.debian.org/debian sid/main arm64 node-is-path-inside all 3.0.3-2 [3980 B]
Get:112 http://deb.debian.org/debian sid/main arm64 node-indent-string all 4.0.0-2 [4144 B]
Get:113 http://deb.debian.org/debian sid/main arm64 node-p-map all 4.0.0+~3.1.0+~3.0.1-2 [7904 B]
Get:114 http://deb.debian.org/debian sid/main arm64 node-fs.realpath all 1.0.0-3 [6172 B]
Get:115 http://deb.debian.org/debian sid/main arm64 node-wrappy all 1.0.2-3 [3776 B]
Get:116 http://deb.debian.org/debian sid/main arm64 node-once all 1.4.1-1 [4624 B]
Get:117 http://deb.debian.org/debian sid/main arm64 node-inflight all 1.0.6-2 [3952 B]
Get:118 http://deb.debian.org/debian sid/main arm64 node-glob all 8.1.0+~cs8.5.15-1 [134 kB]
Get:119 http://deb.debian.org/debian sid/main arm64 node-rimraf all 3.0.2-2 [11.1 kB]
Get:120 http://deb.debian.org/debian sid/main arm64 node-del all 7.1.0-1 [8020 B]
Get:121 http://deb.debian.org/debian sid/main arm64 node-emittery all 1.0.1-1 [848 kB]
Get:122 http://deb.debian.org/debian sid/main arm64 node-get-stream all 8.0.1-11 [11.6 kB]
Get:123 http://deb.debian.org/debian sid/main arm64 node-is-stream all 3.0.0-4 [5076 B]
Get:124 http://deb.debian.org/debian sid/main arm64 node-merge-stream all 2.0.0+~1.1.2-2 [5124 B]
Get:125 http://deb.debian.org/debian sid/main arm64 node-mimic-fn all 4.0.0-5 [5492 B]
Get:126 http://deb.debian.org/debian sid/main arm64 node-npm-run-path all 5.1.0+~4.0.0-8 [6276 B]
Get:127 http://deb.debian.org/debian sid/main arm64 node-shebang-regex all 3.0.0-2 [3528 B]
Get:128 http://deb.debian.org/debian sid/main arm64 node-shebang-command all 2.0.0-1 [3500 B]
Get:129 http://deb.debian.org/debian sid/main arm64 node-signal-exit all 4.1.0-7 [14.4 kB]
Get:130 http://deb.debian.org/debian sid/main arm64 node-strip-eof all 3.0.0-5 [4656 B]
Get:131 http://deb.debian.org/debian sid/main arm64 node-isexe all 2.0.0+~2.0.1-5 [6084 B]
Get:132 http://deb.debian.org/debian sid/main arm64 node-which all 2.0.2+~cs1.3.2-3 [8368 B]
Get:133 http://deb.debian.org/debian sid/main arm64 node-execa all 8.0.1+dfsg1+~cs12.0.0-1 [43.9 kB]
Get:134 http://deb.debian.org/debian sid/main arm64 node-p-limit all 4.0.0+~cs4.0.0-5 [7576 B]
Get:135 http://deb.debian.org/debian sid/main arm64 node-p-locate all 6.0.0-12 [5752 B]
Get:136 http://deb.debian.org/debian sid/main arm64 node-locate-path all 7.1.1-2 [5584 B]
Get:137 http://deb.debian.org/debian sid/main arm64 node-path-exists all 5.0.0-8 [4732 B]
Get:138 http://deb.debian.org/debian sid/main arm64 node-find-up all 6.3.0-7 [9388 B]
Get:139 http://deb.debian.org/debian sid/main arm64 node-ignore-by-default all 2.1.0-1 [4252 B]
Get:140 http://deb.debian.org/debian sid/main arm64 node-ansi-colors all 4.1.3-2 [14.8 kB]
Get:141 http://deb.debian.org/debian sid/main arm64 node-browser-stdout all 1.3.1-7 [3668 B]
Get:142 http://deb.debian.org/debian sid/main arm64 node-camelcase all 7.0.0-3 [6032 B]
Get:143 http://deb.debian.org/debian sid/main arm64 node-decamelize all 4.0.0-2 [4080 B]
Get:144 http://deb.debian.org/debian sid/main arm64 node-diff all 5.0.0~dfsg+~5.0.1-4 [69.7 kB]
Get:145 http://deb.debian.org/debian sid/main arm64 libgdk-pixbuf2.0-common all 2.42.12+dfsg-1 [311 kB]
Get:146 http://deb.debian.org/debian sid/main arm64 libjpeg62-turbo arm64 1:2.1.5-3+b1 [173 kB]
Get:147 http://deb.debian.org/debian sid/main arm64 libpng16-16t64 arm64 1.6.44-2 [273 kB]
Get:148 http://deb.debian.org/debian sid/main arm64 libdeflate0 arm64 1.22-1 [42.2 kB]
Get:149 http://deb.debian.org/debian sid/main arm64 libjbig0 arm64 2.1-6.1+b2 [30.4 kB]
Get:150 http://deb.debian.org/debian sid/main arm64 liblerc4 arm64 4.0.0+ds-5 [146 kB]
Get:151 http://deb.debian.org/debian sid/main arm64 libsharpyuv0 arm64 1.4.0-0.1+b1 [112 kB]
Get:152 http://deb.debian.org/debian sid/main arm64 libwebp7 arm64 1.4.0-0.1+b1 [268 kB]
Get:153 http://deb.debian.org/debian sid/main arm64 libtiff6 arm64 4.5.1+git230720-5 [309 kB]
Get:154 http://deb.debian.org/debian sid/main arm64 libgdk-pixbuf-2.0-0 arm64 2.42.12+dfsg-1+b1 [131 kB]
Get:155 http://deb.debian.org/debian sid/main arm64 libnotify4 arm64 0.8.3-1+b2 [24.9 kB]
Get:156 http://deb.debian.org/debian sid/main arm64 libnotify-bin arm64 0.8.3-1+b2 [12.6 kB]
Get:157 http://deb.debian.org/debian sid/main arm64 node-growl all 1.10.5-4 [7684 B]
Get:158 http://deb.debian.org/debian sid/main arm64 node-he all 1.2.0-4 [37.2 kB]
Get:159 http://deb.debian.org/debian sid/main arm64 node-is-plain-obj all 3.0.0-2 [3972 B]
Get:160 http://deb.debian.org/debian sid/main arm64 libjs-sprintf-js all 1.1.2+ds1+~1.1.2-1 [12.8 kB]
Get:161 http://deb.debian.org/debian sid/main arm64 node-sprintf-js all 1.1.2+ds1+~1.1.2-1 [4024 B]
Get:162 http://deb.debian.org/debian sid/main arm64 node-argparse all 2.0.1-2 [34.6 kB]
Get:163 http://deb.debian.org/debian sid/main arm64 node-esprima all 4.0.1+ds+~4.0.3-2 [69.3 kB]
Get:164 http://deb.debian.org/debian sid/main arm64 node-js-yaml all 4.1.0+dfsg+~4.0.5-7 [66.6 kB]
Get:165 http://deb.debian.org/debian sid/main arm64 node-isobject all 4.0.0-2 [5332 B]
Get:166 http://deb.debian.org/debian sid/main arm64 node-picocolors all 1.0.0-4 [6652 B]
Get:167 http://deb.debian.org/debian sid/main arm64 node-postcss all 8.4.39+~cs9.2.29-1 [194 kB]
Get:168 http://deb.debian.org/debian sid/main arm64 node-randombytes all 2.1.0+~2.0.0-2 [4852 B]
Get:169 http://deb.debian.org/debian sid/main arm64 node-serialize-javascript all 6.0.1-1 [12.8 kB]
Get:170 http://deb.debian.org/debian sid/main arm64 node-strip-json-comments all 4.0.0-4 [5668 B]
Get:171 http://deb.debian.org/debian sid/main arm64 node-wide-align all 1.1.3-4 [4244 B]
Get:172 http://deb.debian.org/debian sid/main arm64 node-caniuse-lite all 1.0.30001620+dfsg+~1.0.5-2 [245 kB]
Get:173 http://deb.debian.org/debian sid/main arm64 node-electron-to-chromium all 1.4.773-1 [26.8 kB]
Get:174 http://deb.debian.org/debian sid/main arm64 node-browserslist all 4.23.0+~cs6.1.32-1 [79.2 kB]
Get:175 http://deb.debian.org/debian sid/main arm64 node-get-caller-file all 2.0.5+~cs1.1.1-4 [5728 B]
Get:176 http://deb.debian.org/debian sid/main arm64 node-require-directory all 2.1.1+~2.1.2-1 [7092 B]
Get:177 http://deb.debian.org/debian sid/main arm64 node-y18n all 5.0.8+~5.0.0-3 [10.2 kB]
Get:178 http://deb.debian.org/debian sid/main arm64 node-yargs-parser all 21.1.1+~21.0.0-4 [28.4 kB]
Get:179 http://deb.debian.org/debian sid/main arm64 node-yargs all 16.2.0+~16.0.4-7 [128 kB]
Get:180 http://deb.debian.org/debian sid/main arm64 mocha all 10.7.2+ds1+~cs33.1.11-2 [185 kB]
Get:181 http://deb.debian.org/debian sid/main arm64 node-ansi-escapes all 5.0.0+really.4.3.1-1 [8896 B]
Get:182 http://deb.debian.org/debian sid/main arm64 node-bl all 5.1.0-1 [13.8 kB]
Get:183 http://deb.debian.org/debian sid/main arm64 node-restore-cursor all 4.0.0-4 [4444 B]
Get:184 http://deb.debian.org/debian sid/main arm64 node-cli-cursor all 4.0.0-3 [7880 B]
Get:185 http://deb.debian.org/debian sid/main arm64 node-cli-spinners all 2.7.0-1 [7144 B]
Get:186 http://deb.debian.org/debian sid/main arm64 node-cli-width all 3.0.0-2 [5076 B]
Get:187 http://deb.debian.org/debian sid/main arm64 node-iconv-lite all 0.6.3-3 [115 kB]
Get:188 http://deb.debian.org/debian sid/main arm64 node-jschardet all 3.0.0+dfsg+~1.4.0-3 [135 kB]
Get:189 http://deb.debian.org/debian sid/main arm64 node-tmp all 0.2.2+dfsg+~0.2.3-1 [19.7 kB]
Get:190 http://deb.debian.org/debian sid/main arm64 node-external-editor all 3.1.0+dfsg-2 [10.5 kB]
Get:191 http://deb.debian.org/debian sid/main arm64 node-mute-stream all 0.0.8+~0.0.1-3 [6232 B]
Get:192 http://deb.debian.org/debian sid/main arm64 node-run-async all 2.4.1-2 [5076 B]
Get:193 http://deb.debian.org/debian sid/main arm64 node-through all 2.3.8+~cs0.0.30-1 [5452 B]
Get:194 http://deb.debian.org/debian sid/main arm64 node-tslib all 2.4.1-1 [19.5 kB]
Get:195 http://deb.debian.org/debian sid/main arm64 node-inquirer all 8.2.5+~cs26.8.16-1 [696 kB]
Get:196 http://deb.debian.org/debian sid/main arm64 node-is-plain-object all 5.0.0-7 [6108 B]
Get:197 http://deb.debian.org/debian sid/main arm64 node-is-promise all 4.0.0-2 [4068 B]
Get:198 http://deb.debian.org/debian sid/main arm64 node-object-assign all 4.1.1-7 [4684 B]
Get:199 http://deb.debian.org/debian sid/main arm64 node-lodash-packages all 4.17.21+dfsg+~cs8.31.198.20210220-9 [179 kB]
Get:200 http://deb.debian.org/debian sid/main arm64 node-function-bind all 1.1.2+~cs2.1.14-1 [24.6 kB]
Get:201 http://deb.debian.org/debian sid/main arm64 node-object-inspect all 1.12.2+~cs1.8.1-1 [20.8 kB]
Get:202 http://deb.debian.org/debian sid/main arm64 node-es-abstract all 1.20.4+~cs26.27.47-2 [137 kB]
Get:203 http://deb.debian.org/debian sid/main arm64 node-resolve all 1.22.8+~cs5.34.15-2 [29.8 kB]
Get:204 http://deb.debian.org/debian sid/main arm64 node-define-properties all 1.2.1+~cs2.2.3-1 [9080 B]
Get:205 http://deb.debian.org/debian sid/main arm64 node-debbundle-es-to-primitive all 1.2.1+~cs9.7.25-2 [39.9 kB]
Get:206 http://deb.debian.org/debian sid/main arm64 node-is-descriptor all 3.0.0-2 [5556 B]
Get:207 http://deb.debian.org/debian sid/main arm64 node-define-property all 2.0.2+really+2.0.2-3 [6820 B]
Get:208 http://deb.debian.org/debian sid/main arm64 node-defined all 1.0.1+~1.0.0-1 [6776 B]
Get:209 http://deb.debian.org/debian sid/main arm64 node-neo-async all 2.6.2+~cs3.0.0-3 [41.8 kB]
Get:210 http://deb.debian.org/debian sid/main arm64 node-minimist all 1.2.8+~cs5.3.5-1 [15.9 kB]
Get:211 http://deb.debian.org/debian sid/main arm64 node-wordwrap all 1.0.0-4 [4628 B]
Get:212 http://deb.debian.org/debian sid/main arm64 node-optimist all 0.6.1+~0.0.30-2 [13.5 kB]
Get:213 http://deb.debian.org/debian sid/main arm64 libjs-source-map all 0.7.0++dfsg2+really.0.6.1-15 [29.6 kB]
Get:214 http://deb.debian.org/debian sid/main arm64 node-source-map all 0.7.0++dfsg2+really.0.6.1-15 [41.7 kB]
Get:215 http://deb.debian.org/debian sid/main arm64 handlebars all 3:4.7.7+~4.1.0-1 [199 kB]
Get:216 http://deb.debian.org/debian sid/main arm64 libjs-prettify all 2015.12.04+dfsg-1.1 [41.7 kB]
Get:217 http://deb.debian.org/debian sid/main arm64 node-abbrev all 1.1.1+~1.1.2-1 [5692 B]
Get:218 http://deb.debian.org/debian sid/main arm64 node-archy all 1.0.0-6 [4556 B]
Get:219 http://deb.debian.org/debian sid/main arm64 node-async all 3.2.6+dfsg-2 [96.4 kB]
Get:220 http://deb.debian.org/debian sid/main arm64 node-convert-source-map all 1.9.0+~1.5.2-1 [8176 B]
Get:221 http://deb.debian.org/debian sid/main arm64 node-es6-error all 4.1.1-5 [6148 B]
Get:222 http://deb.debian.org/debian sid/main arm64 node-estraverse all 5.3.0+ds+~5.1.1-1 [11.6 kB]
Get:223 http://deb.debian.org/debian sid/main arm64 node-deep-is all 0.1.4-1 [5136 B]
Get:224 http://deb.debian.org/debian sid/main arm64 node-fast-levenshtein all 2.0.6+ds-3 [6040 B]
Get:225 http://deb.debian.org/debian sid/main arm64 node-prelude-ls all 1.2.1+dfsg-3 [11.3 kB]
Get:226 http://deb.debian.org/debian sid/main arm64 node-type-check all 0.4.0+dfsg-3 [9184 B]
Get:227 http://deb.debian.org/debian sid/main arm64 node-levn all 0.4.1+dfsg-2 [10.2 kB]
Get:228 http://deb.debian.org/debian sid/main arm64 node-optionator all 0.9.1+dfsg+~cs1.2.3-1 [17.6 kB]
Get:229 http://deb.debian.org/debian sid/main arm64 node-escodegen all 2.1.0+dfsg+~0.0.8-1 [23.0 kB]
Get:230 http://deb.debian.org/debian sid/main arm64 node-commondir all 1.0.1+~1.0.0-1 [4388 B]
Get:231 http://deb.debian.org/debian sid/main arm64 node-make-dir all 3.1.0-3 [6040 B]
Get:232 http://deb.debian.org/debian sid/main arm64 node-pkg-dir all 5.0.0-2 [4260 B]
Get:233 http://deb.debian.org/debian sid/main arm64 node-find-cache-dir all 3.3.2+~3.2.1-1 [6152 B]
Get:234 http://deb.debian.org/debian sid/main arm64 node-foreground-child all 3.1.1-2 [13.3 kB]
Get:235 http://deb.debian.org/debian sid/main arm64 node-is-windows all 1.0.2+~cs1.0.0-1 [5936 B]
Get:236 http://deb.debian.org/debian sid/main arm64 node-ampproject-remapping all 2.2.0+~cs5.15.37-1 [59.4 kB]
Get:237 http://deb.debian.org/debian sid/main arm64 node-mkdirp all 2.1.6+~cs5.2.1-2 [24.1 kB]
Get:238 http://deb.debian.org/debian sid/main arm64 node-nopt all 5.0.0-4 [12.1 kB]
Get:239 http://deb.debian.org/debian sid/main arm64 node-resolve-from all 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 [7292 B]
Get:240 http://deb.debian.org/debian sid/main arm64 node-strip-bom all 4.0.0-2 [4144 B]
Get:241 http://deb.debian.org/debian sid/main arm64 node-hosted-git-info all 6.1.1-2 [12.6 kB]
Get:242 http://deb.debian.org/debian sid/main arm64 node-spdx-license-ids all 3.0.12-1 [6276 B]
Get:243 http://deb.debian.org/debian sid/main arm64 node-spdx-exceptions all 2.3.0-2 [3992 B]
Get:244 http://deb.debian.org/debian sid/main arm64 node-spdx-expression-parse all 3.0.1+~3.0.1-1 [7532 B]
Get:245 http://deb.debian.org/debian sid/main arm64 node-spdx-correct all 3.1.1-2 [5464 B]
Get:246 http://deb.debian.org/debian sid/main arm64 node-validate-npm-package-license all 3.0.4-2 [4280 B]
Get:247 http://deb.debian.org/debian sid/main arm64 node-normalize-package-data all 4.0.1+~2.4.1-1 [13.6 kB]
Get:248 http://deb.debian.org/debian sid/main arm64 node-read-pkg all 5.2.0-2 [24.0 kB]
Get:249 http://deb.debian.org/debian sid/main arm64 node-uuid all 8.3.2+~8.3.4-1 [44.5 kB]
Get:250 http://deb.debian.org/debian sid/main arm64 node-imurmurhash all 0.1.4+dfsg+~0.1.1-2 [8412 B]
Get:251 http://deb.debian.org/debian sid/main arm64 libjs-is-typedarray all 1.0.0-4 [3816 B]
Get:252 http://deb.debian.org/debian sid/main arm64 node-is-typedarray all 1.0.0-4 [3292 B]
Get:253 http://deb.debian.org/debian sid/main arm64 libjs-typedarray-to-buffer all 4.0.0-2 [4668 B]
Get:254 http://deb.debian.org/debian sid/main arm64 node-typedarray-to-buffer all 4.0.0-2 [3380 B]
Get:255 http://deb.debian.org/debian sid/main arm64 node-write-file-atomic all 4.0.2+~4.0.0-2 [9308 B]
Get:256 http://deb.debian.org/debian sid/main arm64 node-istanbul all 0.4.5+repack10+~cs98.25.59-3 [211 kB]
Get:257 http://deb.debian.org/debian sid/main arm64 node-resumer all 0.0.0-6 [4144 B]
Get:258 http://deb.debian.org/debian sid/main arm64 node-tape all 5.6.1+~cs8.20.19-2 [71.0 kB]
Get:259 http://deb.debian.org/debian sid/main arm64 node-deep-equal all 2.2.3+~cs43.15.94-1 [131 kB]
Get:260 http://deb.debian.org/debian sid/main arm64 libjs-util all 0.12.5+~1.0.10-1 [16.0 kB]
Get:261 http://deb.debian.org/debian sid/main arm64 node-util all 0.12.5+~1.0.10-1 [5700 B]
Get:262 http://deb.debian.org/debian sid/main arm64 node-assert all 2.0.0+~cs3.9.8-2 [26.8 kB]
Get:263 http://deb.debian.org/debian sid/main arm64 node-babel-plugin-add-module-exports all 1.0.4+dfsg1~cs5.8.0-4 [8672 B]
Get:264 http://deb.debian.org/debian sid/main arm64 node-regenerator-runtime all 0.15.2+~0.10.8-1 [10.7 kB]
Get:265 http://deb.debian.org/debian sid/main arm64 node-babel7-runtime all 7.20.15+ds1+~cs214.269.168-7 [116 kB]
Get:266 http://deb.debian.org/debian sid/main arm64 node-babel-helper-define-polyfill-provider all 0.3.3~0~20220913+ds1-1 [27.4 kB]
Get:267 http://deb.debian.org/debian sid/main arm64 node-babel-plugin-polyfill-corejs2 all 0.3.3~0~20220913+ds1-1 [17.1 kB]
Get:268 http://deb.debian.org/debian sid/main arm64 node-core-js-compat all 3.33.2-1 [78.5 kB]
Get:269 http://deb.debian.org/debian sid/main arm64 node-babel-plugin-polyfill-corejs3 all 0.6.0~0~20220913+ds1-1 [29.5 kB]
Get:270 http://deb.debian.org/debian sid/main arm64 node-babel-plugin-polyfill-regenerator all 0.4.1~0~20220913+ds1-1 [5036 B]
Get:271 http://deb.debian.org/debian sid/main arm64 node-for-in all 1.0.2-4 [4840 B]
Get:272 http://deb.debian.org/debian sid/main arm64 node-for-own all 1.0.0-3 [4800 B]
Get:273 http://deb.debian.org/debian sid/main arm64 node-is-extendable all 1.0.1-3 [5228 B]
Get:274 http://deb.debian.org/debian sid/main arm64 node-clone-deep all 4.0.1+~cs7.0.2-1 [6720 B]
Get:275 http://deb.debian.org/debian sid/main arm64 node-core-js all 3.33.2-1 [301 kB]
Get:276 http://deb.debian.org/debian sid/main arm64 node-core-js-pure all 3.33.2-1 [282 kB]
Get:277 http://deb.debian.org/debian sid/main arm64 node-fs-readdir-recursive all 1.1.0+~1.1.0-1 [4540 B]
Get:278 http://deb.debian.org/debian sid/main arm64 node-globals all 13.23.0-1 [11.3 kB]
Get:279 http://deb.debian.org/debian sid/main arm64 node-js-tokens all 8.0.0-2 [14.9 kB]
Get:280 http://deb.debian.org/debian sid/main arm64 node-jsesc all 3.0.2+~3.0.1-1 [17.6 kB]
Get:281 http://deb.debian.org/debian sid/main arm64 node-json5 all 2.2.3+dfsg-1 [25.6 kB]
Get:282 http://deb.debian.org/debian sid/main arm64 node-quick-lru all 6.1.1-4 [8076 B]
Get:283 http://deb.debian.org/debian sid/main arm64 node-regenerator-transform all 0.15.2+~0.10.8-1 [24.9 kB]
Get:284 http://deb.debian.org/debian sid/main arm64 libjs-regenerate all 1.4.2-3 [14.3 kB]
Get:285 http://deb.debian.org/debian sid/main arm64 node-regenerate all 1.4.2-3 [7388 B]
Get:286 http://deb.debian.org/debian sid/main arm64 node-regenerate-unicode-properties all 10.1.0+ds-1 [50.7 kB]
Get:287 http://deb.debian.org/debian sid/main arm64 node-regjsgen all 0.7.1+ds-1 [6968 B]
Get:288 http://deb.debian.org/debian sid/main arm64 node-regjsparser all 0.9.1+ds-2 [22.1 kB]
Get:289 http://deb.debian.org/debian sid/main arm64 node-unicode-canonical-property-names-ecmascript all 2.0.0-2 [4540 B]
Get:290 http://deb.debian.org/debian sid/main arm64 node-unicode-property-aliases-ecmascript all 2.1.0+ds-1 [5256 B]
Get:291 http://deb.debian.org/debian sid/main arm64 node-unicode-match-property-ecmascript all 2.0.0-2 [4440 B]
Get:292 http://deb.debian.org/debian sid/main arm64 node-unicode-match-property-value-ecmascript all 2.1.0+ds-1 [7272 B]
Get:293 http://deb.debian.org/debian sid/main arm64 node-regexpu-core all 5.2.2-3 [13.9 kB]
Get:294 http://deb.debian.org/debian sid/main arm64 node-source-map-support all 0.5.21+ds+~0.5.4-1 [14.5 kB]
Get:295 http://deb.debian.org/debian sid/main arm64 node-to-fast-properties all 3.0.1-3 [4332 B]
Get:296 http://deb.debian.org/debian sid/main arm64 node-v8flags all 3.2.0+~3.1.1-1 [7612 B]
Get:297 http://deb.debian.org/debian sid/main arm64 node-babel7 all 7.20.15+ds1+~cs214.269.168-7 [709 kB]
Get:298 http://deb.debian.org/debian sid/main arm64 node-is-arrayish all 0.3.2-3 [3960 B]
Get:299 http://deb.debian.org/debian sid/main arm64 node-error-ex all 1.3.2-4 [5656 B]
Get:300 http://deb.debian.org/debian sid/main arm64 node-json-parse-better-errors all 1.0.2+~cs3.3.1-3 [7724 B]
Get:301 http://deb.debian.org/debian sid/main arm64 node-parse-json all 5.2.0+~cs5.1.7-2 [7304 B]
Get:302 http://deb.debian.org/debian sid/main arm64 node-load-json-file all 7.0.1-1 [4856 B]
Get:303 http://deb.debian.org/debian sid/main arm64 node-matcher all 5.0.0-2 [6068 B]
Get:304 http://deb.debian.org/debian sid/main arm64 node-mem all 9.0.2+~cs4.2.0-2 [11.6 kB]
Get:305 http://deb.debian.org/debian sid/main arm64 node-p-finally all 2.0.1-2 [4060 B]
Get:306 http://deb.debian.org/debian sid/main arm64 node-p-timeout all 4.1.0-2 [5304 B]
Get:307 http://deb.debian.org/debian sid/main arm64 node-irregular-plurals all 3.3.0-1 [5088 B]
Get:308 http://deb.debian.org/debian sid/main arm64 node-plur all 4.0.0-2 [4720 B]
Get:309 http://deb.debian.org/debian sid/main arm64 node-parse-ms all 3.0.0-2 [3988 B]
Get:310 http://deb.debian.org/debian sid/main arm64 node-pretty-ms all 8.0.0-2 [6136 B]
Get:311 http://deb.debian.org/debian sid/main arm64 node-resolve-cwd all 3.0.0-2 [4212 B]
Get:312 http://deb.debian.org/debian sid/main arm64 node-stack-utils all 2.0.6+~2.0.1-1 [9260 B]
Get:313 http://deb.debian.org/debian sid/main arm64 ava all 5.3.1+dfsg+~cs46.3.10-3 [142 kB]
Get:314 http://deb.debian.org/debian sid/main arm64 libtcl8.6 arm64 8.6.15+dfsg-2 [982 kB]
Get:315 http://deb.debian.org/debian sid/main arm64 libfreetype6 arm64 2.13.3+dfsg-1 [422 kB]
Get:316 http://deb.debian.org/debian sid/main arm64 fonts-dejavu-mono all 2.37-8 [489 kB]
Get:317 http://deb.debian.org/debian sid/main arm64 fonts-dejavu-core all 2.37-8 [840 kB]
Get:318 http://deb.debian.org/debian sid/main arm64 fontconfig-config arm64 2.15.0-1.1+b1 [318 kB]
Get:319 http://deb.debian.org/debian sid/main arm64 libfontconfig1 arm64 2.15.0-1.1+b1 [387 kB]
Get:320 http://deb.debian.org/debian sid/main arm64 libxau6 arm64 1:1.0.11-1 [20.6 kB]
Get:321 http://deb.debian.org/debian sid/main arm64 libxdmcp6 arm64 1:1.1.2-3+b2 [24.4 kB]
Get:322 http://deb.debian.org/debian sid/main arm64 libxcb1 arm64 1.17.0-2+b1 [143 kB]
Get:323 http://deb.debian.org/debian sid/main arm64 libx11-data all 2:1.8.10-2 [337 kB]
Get:324 http://deb.debian.org/debian sid/main arm64 libx11-6 arm64 2:1.8.10-2 [789 kB]
Get:325 http://deb.debian.org/debian sid/main arm64 libxrender1 arm64 1:0.9.10-1.1+b2 [27.2 kB]
Get:326 http://deb.debian.org/debian sid/main arm64 libxft2 arm64 2.3.6-1+b2 [51.6 kB]
Get:327 http://deb.debian.org/debian sid/main arm64 libxext6 arm64 2:1.3.4-1+b2 [49.3 kB]
Get:328 http://deb.debian.org/debian sid/main arm64 x11-common all 1:7.7+23.1 [216 kB]
Get:329 http://deb.debian.org/debian sid/main arm64 libxss1 arm64 1:1.2.3-1+b2 [17.1 kB]
Get:330 http://deb.debian.org/debian sid/main arm64 libtk8.6 arm64 8.6.15-1 [738 kB]
Get:331 http://deb.debian.org/debian sid/main arm64 tk8.6-blt2.5 arm64 2.5.3+dfsg-7+b1 [538 kB]
Get:332 http://deb.debian.org/debian sid/main arm64 blt arm64 2.5.3+dfsg-7+b1 [6344 B]
Get:333 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:334 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.6-1 [2449 kB]
Get:335 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:336 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:337 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:338 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:339 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:340 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:341 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:342 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:343 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:344 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:345 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:346 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:347 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:348 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:349 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:350 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:351 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:352 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:353 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:354 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:355 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:356 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:357 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:358 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:359 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:360 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:361 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:362 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:363 http://deb.debian.org/debian sid/main arm64 cython3 arm64 3.0.11+dfsg-1 [2192 kB]
Get:364 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:365 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:366 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:367 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:368 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:369 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:370 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:371 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:372 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:373 http://deb.debian.org/debian sid/main arm64 python3-autocommand all 2.2.2-3 [13.6 kB]
Get:374 http://deb.debian.org/debian sid/main arm64 python3-more-itertools all 10.5.0-1 [63.8 kB]
Get:375 http://deb.debian.org/debian sid/main arm64 python3-typing-extensions all 4.12.2-2 [73.0 kB]
Get:376 http://deb.debian.org/debian sid/main arm64 python3-typeguard all 4.4.1-1 [37.0 kB]
Get:377 http://deb.debian.org/debian sid/main arm64 python3-inflect all 7.3.1-2 [32.4 kB]
Get:378 http://deb.debian.org/debian sid/main arm64 python3-jaraco.context all 6.0.0-1 [7984 B]
Get:379 http://deb.debian.org/debian sid/main arm64 python3-jaraco.functools all 4.1.0-1 [12.0 kB]
Get:380 http://deb.debian.org/debian sid/main arm64 python3-pkg-resources all 75.2.0-1 [213 kB]
Get:381 http://deb.debian.org/debian sid/main arm64 python3-jaraco.text all 4.0.0-1 [11.4 kB]
Get:382 http://deb.debian.org/debian sid/main arm64 python3-zipp all 3.20.2-1 [10.3 kB]
Get:383 http://deb.debian.org/debian sid/main arm64 python3-setuptools all 75.2.0-1 [731 kB]
Get:384 http://deb.debian.org/debian sid/main arm64 dh-python all 6.20241024 [109 kB]
Get:385 http://deb.debian.org/debian sid/main arm64 xml-core all 0.19 [20.1 kB]
Get:386 http://deb.debian.org/debian sid/main arm64 docutils-common all 0.21.2+dfsg-2 [128 kB]
Get:387 http://deb.debian.org/debian sid/main arm64 esbuild arm64 0.23.0-1+b2 [5502 kB]
Get:388 http://deb.debian.org/debian sid/main arm64 node-fast-deep-equal all 3.1.3-3 [5768 B]
Get:389 http://deb.debian.org/debian sid/main arm64 node-json-schema-traverse all 1.0.0-3 [6308 B]
Get:390 http://deb.debian.org/debian sid/main arm64 node-jsonify all 0.0.1-1 [8704 B]
Get:391 http://deb.debian.org/debian sid/main arm64 node-json-stable-stringify all 1.0.2+repack1+~cs1.0.34-2 [9496 B]
Get:392 http://deb.debian.org/debian sid/main arm64 node-punycode all 2.2.3-2 [9812 B]
Get:393 http://deb.debian.org/debian sid/main arm64 node-uri-js all 4.4.0+dfsg-8 [47.3 kB]
Get:394 http://deb.debian.org/debian sid/main arm64 node-ajv all 8.12.0~ds+~2.1.1-5 [182 kB]
Get:395 http://deb.debian.org/debian sid/main arm64 node-typedarray all 0.0.7-1 [11.4 kB]
Get:396 http://deb.debian.org/debian sid/main arm64 node-concat-stream all 2.0.0+~2.0.0-2 [6388 B]
Get:397 http://deb.debian.org/debian sid/main arm64 node-doctrine all 3.0.0-4 [19.9 kB]
Get:398 http://deb.debian.org/debian sid/main arm64 node-eslint-visitor-keys all 3.3.0+~1.0.0-1 [17.1 kB]
Get:399 http://deb.debian.org/debian sid/main arm64 node-esrecurse all 4.3.0-2 [6048 B]
Get:400 http://deb.debian.org/debian sid/main arm64 node-eslint-scope all 7.1.1+~3.7.4-1 [35.6 kB]
Get:401 http://deb.debian.org/debian sid/main arm64 node-espree all 9.4.1~dfsg-2 [41.1 kB]
Get:402 http://deb.debian.org/debian sid/main arm64 node-esquery all 1.4.2~ds-1 [24.9 kB]
Get:403 http://deb.debian.org/debian sid/main arm64 node-eslint-utils all 3.0.0-3 [15.5 kB]
Get:404 http://deb.debian.org/debian sid/main arm64 node-flatted all 3.2.7~ds-1 [10.3 kB]
Get:405 http://deb.debian.org/debian sid/main arm64 node-write all 2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 [17.9 kB]
Get:406 http://deb.debian.org/debian sid/main arm64 node-flat-cache all 3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 [20.2 kB]
Get:407 http://deb.debian.org/debian sid/main arm64 node-file-entry-cache all 6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 [15.3 kB]
Get:408 http://deb.debian.org/debian sid/main arm64 node-functional-red-black-tree all 1.0.1+20181105-7 [14.1 kB]
Get:409 http://deb.debian.org/debian sid/main arm64 node-memfs all 3.4.12+~cs1.0.3-1 [46.8 kB]
Get:410 http://deb.debian.org/debian sid/main arm64 node-progress all 2.0.3-2 [8256 B]
Get:411 http://deb.debian.org/debian sid/main arm64 node-regexpp all 3.2.0-5 [27.0 kB]
Get:412 http://deb.debian.org/debian sid/main arm64 node-json-schema all 0.4.0+~7.0.11-1 [13.1 kB]
Get:413 http://deb.debian.org/debian sid/main arm64 node-v8-compile-cache all 2.4.0-2 [8544 B]
Get:414 http://deb.debian.org/debian sid/main arm64 eslint all 6.4.0~dfsg+~6.1.9-12 [606 kB]
Get:415 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:416 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:417 http://deb.debian.org/debian sid/main arm64 fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [517 kB]
Get:418 http://deb.debian.org/debian sid/main arm64 fonts-glyphicons-halflings all 1.009~3.4.1+dfsg-3 [162 kB]
Get:419 http://deb.debian.org/debian sid/main arm64 fonts-lyx all 2.4.2.1-1 [190 kB]
Get:420 http://deb.debian.org/debian sid/main arm64 libdw1t64 arm64 0.192-4 [237 kB]
Get:421 http://deb.debian.org/debian sid/main arm64 libbabeltrace1 arm64 1.5.11-4 [163 kB]
Get:422 http://deb.debian.org/debian sid/main arm64 libjson-c5 arm64 0.18+ds-1 [45.2 kB]
Get:423 http://deb.debian.org/debian sid/main arm64 libdebuginfod1t64 arm64 0.192-4 [31.3 kB]
Get:424 http://deb.debian.org/debian sid/main arm64 libpython3.12t64 arm64 3.12.7-3 [1982 kB]
Get:425 http://deb.debian.org/debian sid/main arm64 libsource-highlight-common all 3.1.9-4.3 [77.5 kB]
Get:426 http://deb.debian.org/debian sid/main arm64 libsource-highlight4t64 arm64 3.1.9-4.3+b1 [294 kB]
Get:427 http://deb.debian.org/debian sid/main arm64 gdb arm64 15.1-1 [4156 kB]
Get:428 http://deb.debian.org/debian sid/main arm64 liberror-perl all 0.17029-2 [29.0 kB]
Get:429 http://deb.debian.org/debian sid/main arm64 git-man all 1:2.45.2-1.2 [2159 kB]
Get:430 http://deb.debian.org/debian sid/main arm64 git arm64 1:2.45.2-1.2 [8555 kB]
Get:431 http://deb.debian.org/debian sid/main arm64 python3-packaging all 24.1-1 [45.8 kB]
Get:432 http://deb.debian.org/debian sid/main arm64 gyp all 0.16.2-1 [255 kB]
Get:433 http://deb.debian.org/debian sid/main arm64 node-co all 4.6.0+~4.6.2-2 [9000 B]
Get:434 http://deb.debian.org/debian sid/main arm64 node-yaml all 2.3.4+~cs0.4.0-1 [124 kB]
Get:435 http://deb.debian.org/debian sid/main arm64 node-cosmiconfig all 7.1.0+ds1-1 [28.5 kB]
Get:436 http://deb.debian.org/debian sid/main arm64 node-deepmerge all 4.3.1+~1.1.1-1 [11.5 kB]
Get:437 http://deb.debian.org/debian sid/main arm64 node-detect-newline all 3.1.0-2 [3808 B]
Get:438 http://deb.debian.org/debian sid/main arm64 node-exit all 0.1.2+~0.1.31-2 [5392 B]
Get:439 http://deb.debian.org/debian sid/main arm64 node-fast-json-stable-stringify all 2.1.0-2 [4792 B]
Get:440 http://deb.debian.org/debian sid/main arm64 node-sane all 4.1.0+~cs18.17.38-2 [49.5 kB]
Get:441 http://deb.debian.org/debian sid/main arm64 node-is-generator-fn all 2.1.0-2 [3904 B]
Get:442 http://deb.debian.org/debian sid/main arm64 node-babel-plugin-lodash all 3.3.4+~cs2.0.1-7 [11.0 kB]
Get:443 http://deb.debian.org/debian sid/main arm64 node-jest-debbundle all 29.6.2~ds1+~cs73.45.28-5 [135 kB]
Get:444 http://deb.debian.org/debian sid/main arm64 node-jest-worker all 29.6.2~ds1+~cs73.45.28-5 [116 kB]
Get:445 http://deb.debian.org/debian sid/main arm64 node-abab all 2.0.6-1 [7236 B]
Get:446 http://deb.debian.org/debian sid/main arm64 node-cssom all 0.4.4-3 [13.8 kB]
Get:447 http://deb.debian.org/debian sid/main arm64 node-cssstyle all 2.3.0-3 [29.4 kB]
Get:448 http://deb.debian.org/debian sid/main arm64 node-entities all 4.5.0+dfsg-1 [49.1 kB]
Get:449 http://deb.debian.org/debian sid/main arm64 node-asynckit all 0.4.0-5 [10.3 kB]
Get:450 http://deb.debian.org/debian sid/main arm64 node-delayed-stream all 1.0.0-5 [5436 B]
Get:451 http://deb.debian.org/debian sid/main arm64 node-combined-stream all 1.0.8+~1.0.3-1 [7316 B]
Get:452 http://deb.debian.org/debian sid/main arm64 node-mime all 3.0.0+dfsg+~cs6.97.2-1 [40.2 kB]
Get:453 http://deb.debian.org/debian sid/main arm64 node-mime-types all 2.1.35-2 [8752 B]
Get:454 http://deb.debian.org/debian sid/main arm64 node-form-data all 4.0.1-1 [13.0 kB]
Get:455 http://deb.debian.org/debian sid/main arm64 node-agent-base all 7.1.1~0~2024040606-4 [11.4 kB]
Get:456 http://deb.debian.org/debian sid/main arm64 node-http-proxy-agent all 7.0.2~0~2024040606-4 [10.6 kB]
Get:457 http://deb.debian.org/debian sid/main arm64 node-https-proxy-agent all 7.0.4~0~2024040606-4 [13.5 kB]
Get:458 http://deb.debian.org/debian sid/main arm64 node-parse5 all 7.1.2+dfsg-2 [55.1 kB]
Get:459 http://deb.debian.org/debian sid/main arm64 libjs-psl all 1.8.0+ds-9 [66.2 kB]
Get:460 http://deb.debian.org/debian sid/main arm64 node-psl all 1.8.0+ds-9 [38.1 kB]
Get:461 http://deb.debian.org/debian sid/main arm64 node-universalify all 2.0.0-3 [4248 B]
Get:462 http://deb.debian.org/debian sid/main arm64 node-querystringify all 2.2.0+~2.0.0-2 [5876 B]
Get:463 http://deb.debian.org/debian sid/main arm64 node-requires-port all 1.0.0-2 [4264 B]
Get:464 http://deb.debian.org/debian sid/main arm64 node-url-parse all 1.5.10+~1.4.8-3 [20.8 kB]
Get:465 http://deb.debian.org/debian sid/main arm64 node-tough-cookie all 4.1.3+~4.0.2-2 [34.6 kB]
Get:466 http://deb.debian.org/debian sid/main arm64 node-webidl-conversions all 7.0.0~1.1.0+~cs15.1.20180823-3 [27.6 kB]
Get:467 http://deb.debian.org/debian sid/main arm64 node-read all 1.0.7-5 [5388 B]
Get:468 http://deb.debian.org/debian sid/main arm64 node-ws all 8.18.0+~cs13.7.11-1 [53.6 kB]
Get:469 http://deb.debian.org/debian sid/main arm64 node-jsdom all 20.0.3+~cs124.18.21-4 [453 kB]
Get:470 http://deb.debian.org/debian sid/main arm64 node-leven all 4.0.0+~cs1.1.1-2 [6224 B]
Get:471 http://deb.debian.org/debian sid/main arm64 node-prompts all 2.4.2+~cs7.5.11-1 [34.5 kB]
Get:472 http://deb.debian.org/debian sid/main arm64 node-pure-rand all 6.0.4+ds1-1 [16.9 kB]
Get:473 http://deb.debian.org/debian sid/main arm64 node-loose-envify all 1.4.0+dfsg1-4 [6540 B]
Get:474 http://deb.debian.org/debian sid/main arm64 node-react all 18.2.0+dfsg+~cs88.72.123-1 [132 kB]
Get:475 http://deb.debian.org/debian sid/main arm64 node-scheduler all 0.22.0~18.2.0+dfsg+~cs88.72.123-1 [68.4 kB]
Get:476 http://deb.debian.org/debian sid/main arm64 node-react-dom all 18.1.0~18.2.0+dfsg+~cs88.72.123-1 [415 kB]
Get:477 http://deb.debian.org/debian sid/main arm64 node-react-is all 18.1.0~18.2.0+dfsg+~cs88.72.123-1 [62.3 kB]
Get:478 http://deb.debian.org/debian sid/main arm64 node-react-shallow-renderer all 16.15.0~18.2.0+dfsg+~cs88.72.123-1 [72.4 kB]
Get:479 http://deb.debian.org/debian sid/main arm64 node-react-test-renderer all 18.1.0~18.2.0+dfsg+~cs88.72.123-1 [238 kB]
Get:480 http://deb.debian.org/debian sid/main arm64 node-sinclair-typebox all 0.24.44-3 [23.4 kB]
Get:481 http://deb.debian.org/debian sid/main arm64 node-array-from all 2.1.1-3 [8008 B]
Get:482 http://deb.debian.org/debian sid/main arm64 node-es6-symbol all 3.1.3+~cs3.11.0-2 [20.2 kB]
Get:483 http://deb.debian.org/debian sid/main arm64 node-es6-iterator all 2.0.3-4 [7996 B]
Get:484 http://deb.debian.org/debian sid/main arm64 node-es5-ext all 0.10.64+dfsg1+~1.1.0-2 [89.2 kB]
Get:485 http://deb.debian.org/debian sid/main arm64 node-d all 1.0.1+~1.0.1-2 [7764 B]
Get:486 http://deb.debian.org/debian sid/main arm64 node-event-emitter all 0.3.5-4 [7396 B]
Get:487 http://deb.debian.org/debian sid/main arm64 node-is-object all 1.0.2+~1.0.2-2 [9164 B]
Get:488 http://deb.debian.org/debian sid/main arm64 node-merge-descriptors all 1.0.1-3 [4772 B]
Get:489 http://deb.debian.org/debian sid/main arm64 node-path-to-regexp all 6.3.0-1 [20.0 kB]
Get:490 http://deb.debian.org/debian sid/main arm64 node-type-detect all 4.0.8-4 [11.0 kB]
Get:491 http://deb.debian.org/debian sid/main arm64 node-sinon all 18.0.0+ds2+~cs75.4.16-1 [223 kB]
Get:492 http://deb.debian.org/debian sid/main arm64 jest all 29.6.2~ds1+~cs73.45.28-5 [579 kB]
Get:493 http://deb.debian.org/debian sid/main arm64 python3-async-lru all 2.0.4-1 [7356 B]
Get:494 http://deb.debian.org/debian sid/main arm64 python3-traitlets all 5.14.3+really5.14.3-1 [70.9 kB]
Get:495 http://deb.debian.org/debian sid/main arm64 python3-comm all 0.2.1-1 [8104 B]
Get:496 http://deb.debian.org/debian sid/main arm64 python3-coverage arm64 7.6.0+dfsg1-2 [175 kB]
Get:497 http://deb.debian.org/debian sid/main arm64 python3-debugpy arm64 1.8.7+ds-1 [828 kB]
Get:498 http://deb.debian.org/debian sid/main arm64 python3-decorator all 5.1.1-5 [15.1 kB]
Get:499 http://deb.debian.org/debian sid/main arm64 python3-parso all 0.8.3-1 [67.4 kB]
Get:500 http://deb.debian.org/debian sid/main arm64 python3-typeshed all 0.0~git20231111.6764465-3 [1258 kB]
Get:501 http://deb.debian.org/debian sid/main arm64 python3-jedi all 0.19.1+ds1-1 [691 kB]
Get:502 http://deb.debian.org/debian sid/main arm64 python3-matplotlib-inline all 0.1.6-2 [8652 B]
Get:503 http://deb.debian.org/debian sid/main arm64 python3-ptyprocess all 0.7.0-6 [14.5 kB]
Get:504 http://deb.debian.org/debian sid/main arm64 python3-pexpect all 4.9-3 [55.6 kB]
Get:505 http://deb.debian.org/debian sid/main arm64 python3-wcwidth all 0.2.13+dfsg1-1 [24.9 kB]
Get:506 http://deb.debian.org/debian sid/main arm64 python3-prompt-toolkit all 3.0.48-1 [277 kB]
Get:507 http://deb.debian.org/debian sid/main arm64 python3-pygments all 2.18.0+dfsg-1 [836 kB]
Get:508 http://deb.debian.org/debian sid/main arm64 python3-asttokens all 2.4.1-2 [20.5 kB]
Get:509 http://deb.debian.org/debian sid/main arm64 python3-executing all 2.1.0-0.1 [23.9 kB]
Get:510 http://deb.debian.org/debian sid/main arm64 python3-pure-eval all 0.2.3-1 [11.2 kB]
Get:511 http://deb.debian.org/debian sid/main arm64 python3-stack-data all 0.6.3-1 [21.6 kB]
Get:512 http://deb.debian.org/debian sid/main arm64 python3-ipython all 8.20.0-1 [556 kB]
Get:513 http://deb.debian.org/debian sid/main arm64 python3-platformdirs all 4.3.6-1 [16.6 kB]
Get:514 http://deb.debian.org/debian sid/main arm64 python3-jupyter-core all 5.7.2-4 [35.1 kB]
Get:515 http://deb.debian.org/debian sid/main arm64 python3-psutil arm64 5.9.8-2+b1 [226 kB]
Get:516 http://deb.debian.org/debian sid/main arm64 python3-dateutil all 2.9.0-3 [79.3 kB]
Get:517 http://deb.debian.org/debian sid/main arm64 python3-tornado arm64 6.4.1-3 [349 kB]
Get:518 http://deb.debian.org/debian sid/main arm64 python3-cffi-backend arm64 1.17.1-1 [87.4 kB]
Get:519 http://deb.debian.org/debian sid/main arm64 python3-py all 1.11.0-2 [88.7 kB]
Get:520 http://deb.debian.org/debian sid/main arm64 libnorm1t64 arm64 1.5.9+dfsg-3.1+b1 [205 kB]
Get:521 http://deb.debian.org/debian sid/main arm64 libpgm-5.3-0t64 arm64 5.3.128~dfsg-2.1+b1 [152 kB]
Get:522 http://deb.debian.org/debian sid/main arm64 libsodium23 arm64 1.0.18-1+b2 [121 kB]
Get:523 http://deb.debian.org/debian sid/main arm64 libzmq5 arm64 4.3.5-1+b3 [253 kB]
Get:524 http://deb.debian.org/debian sid/main arm64 python3-zmq arm64 24.0.1-5+b3 [256 kB]
Get:525 http://deb.debian.org/debian sid/main arm64 python3-jupyter-client all 8.6.2-3 [91.5 kB]
Get:526 http://deb.debian.org/debian sid/main arm64 python3-nest-asyncio all 1.5.4-1 [6248 B]
Get:527 http://deb.debian.org/debian sid/main arm64 python3-ipykernel all 6.29.5-1 [102 kB]
Get:528 http://deb.debian.org/debian sid/main arm64 python3-markupsafe arm64 2.1.5-1+b2 [13.8 kB]
Get:529 http://deb.debian.org/debian sid/main arm64 python3-jinja2 all 3.1.3-1 [119 kB]
Get:530 http://deb.debian.org/debian sid/main arm64 libjs-bootstrap all 3.4.1+dfsg-3 [172 kB]
Get:531 http://deb.debian.org/debian sid/main arm64 python3-idna all 3.8-2 [41.6 kB]
Get:532 http://deb.debian.org/debian sid/main arm64 python3-sniffio all 1.3.1-1 [7120 B]
Get:533 http://deb.debian.org/debian sid/main arm64 python3-anyio all 4.6.2-1 [59.9 kB]
Get:534 http://deb.debian.org/debian sid/main arm64 libargon2-1 arm64 0~20190702+dfsg-4+b2 [21.1 kB]
Get:535 http://deb.debian.org/debian sid/main arm64 python3-argon2 arm64 21.1.0-2+b1 [23.8 kB]
Get:536 http://deb.debian.org/debian sid/main arm64 python3-colorama all 0.4.6-4 [36.2 kB]
Get:537 http://deb.debian.org/debian sid/main arm64 python3-click all 8.1.7-2 [94.3 kB]
Get:538 http://deb.debian.org/debian sid/main arm64 python3-fqdn all 1.5.1-2 [7592 B]
Get:539 http://deb.debian.org/debian sid/main arm64 python3-arrow all 1.3.0-1.1 [64.7 kB]
Get:540 http://deb.debian.org/debian sid/main arm64 python3-isoduration all 20.11.0+git20211126.ae0bd61-2 [12.3 kB]
Get:541 http://deb.debian.org/debian sid/main arm64 python3-json-pointer all 2.4-2 [14.6 kB]
Get:542 http://deb.debian.org/debian sid/main arm64 python3-attr all 24.2.0-1 [68.4 kB]
Get:543 http://deb.debian.org/debian sid/main arm64 python3-rpds-py arm64 0.20.1-1 [223 kB]
Get:544 http://deb.debian.org/debian sid/main arm64 python3-referencing all 0.35.1-1 [23.5 kB]
Get:545 http://deb.debian.org/debian sid/main arm64 python3-jsonschema-specifications all 2023.12.1-2 [9020 B]
Get:546 http://deb.debian.org/debian sid/main arm64 python3-jsonschema all 4.19.2-5 [71.4 kB]
Get:547 http://deb.debian.org/debian sid/main arm64 python3-pythonjsonlogger all 3.1.0-1 [14.4 kB]
Get:548 http://deb.debian.org/debian sid/main arm64 python3-rfc3339-validator all 0.1.4-2 [4060 B]
Get:549 http://deb.debian.org/debian sid/main arm64 python3-rfc3986-validator all 0.1.1-2 [4884 B]
Get:550 http://deb.debian.org/debian sid/main arm64 python3-mdurl all 0.1.2-1 [9444 B]
Get:551 http://deb.debian.org/debian sid/main arm64 python3-markdown-it all 3.0.0-2 [62.5 kB]
Get:552 http://deb.debian.org/debian sid/main arm64 python3-rich all 13.7.1-1 [201 kB]
Get:553 http://deb.debian.org/debian sid/main arm64 python3-uritemplate all 4.1.1-3 [10.6 kB]
Get:554 http://deb.debian.org/debian sid/main arm64 python3-webcolors all 1.13-1 [15.3 kB]
Get:555 http://deb.debian.org/debian sid/main arm64 python3-yaml arm64 6.0.2-1 [119 kB]
Get:556 http://deb.debian.org/debian sid/main arm64 python3-jupyter-events all 0.10.0-3 [18.2 kB]
Get:557 http://deb.debian.org/debian sid/main arm64 python3-terminado all 0.18.1-1 [17.3 kB]
Get:558 http://deb.debian.org/debian sid/main arm64 python3-jupyter-server-terminals all 0.5.3-2 [13.9 kB]
Get:559 http://deb.debian.org/debian sid/main arm64 python3-webencodings all 0.5.1-5 [11.1 kB]
Get:560 http://deb.debian.org/debian sid/main arm64 python3-html5lib all 1.2-1 [92.2 kB]
Get:561 http://deb.debian.org/debian sid/main arm64 python3-bleach all 6.2.0-1 [51.2 kB]
Get:562 http://deb.debian.org/debian sid/main arm64 python3-soupsieve all 2.6-1 [38.3 kB]
Get:563 http://deb.debian.org/debian sid/main arm64 python3-bs4 all 4.12.3-3 [133 kB]
Get:564 http://deb.debian.org/debian sid/main arm64 python3-defusedxml all 0.7.1-2 [43.3 kB]
Get:565 http://deb.debian.org/debian sid/main arm64 python3-jupyterlab-pygments all 0.2.2-3 [6096 B]
Get:566 http://deb.debian.org/debian sid/main arm64 python3-mistune all 3.0.2-2 [33.2 kB]
Get:567 http://deb.debian.org/debian sid/main arm64 python3-fastjsonschema all 2.20.0-1 [21.8 kB]
Get:568 http://deb.debian.org/debian sid/main arm64 python3-nbformat all 5.9.1-1 [45.1 kB]
Get:569 http://deb.debian.org/debian sid/main arm64 python3-nbclient all 0.8.0-1 [64.0 kB]
Get:570 http://deb.debian.org/debian sid/main arm64 python3-pandocfilters all 1.5.1-1 [23.7 kB]
Get:571 http://deb.debian.org/debian sid/main arm64 python-tinycss2-common all 1.3.0-1 [31.9 kB]
Get:572 http://deb.debian.org/debian sid/main arm64 python3-tinycss2 all 1.3.0-1 [22.1 kB]
Get:573 http://deb.debian.org/debian sid/main arm64 python3-nbconvert all 7.16.4-2 [158 kB]
Get:574 http://deb.debian.org/debian sid/main arm64 python3-overrides all 7.7.0-2 [14.2 kB]
Get:575 http://deb.debian.org/debian sid/main arm64 python3-prometheus-client all 0.19.0+ds1-1 [35.0 kB]
Get:576 http://deb.debian.org/debian sid/main arm64 python3-send2trash all 1.8.2-1 [16.5 kB]
Get:577 http://deb.debian.org/debian sid/main arm64 python3-websocket all 1.8.0-2 [45.5 kB]
Get:578 http://deb.debian.org/debian sid/main arm64 python3-jupyter-server all 2.14.2-4 [212 kB]
Get:579 http://deb.debian.org/debian sid/main arm64 python-babel-localedata all 2.14.0-1 [5701 kB]
Get:580 http://deb.debian.org/debian sid/main arm64 python3-tz all 2024.1-2 [30.9 kB]
Get:581 http://deb.debian.org/debian sid/main arm64 python3-babel all 2.14.0-1 [111 kB]
Get:582 http://deb.debian.org/debian sid/main arm64 python3-json5 all 0.9.25-1 [21.9 kB]
Get:583 http://deb.debian.org/debian sid/main arm64 python3-certifi all 2024.8.30+dfsg-1 [9576 B]
Get:584 http://deb.debian.org/debian sid/main arm64 python3-charset-normalizer arm64 3.4.0-1 [112 kB]
Get:585 http://deb.debian.org/debian sid/main arm64 python3-urllib3 all 2.0.7-2 [111 kB]
Get:586 http://deb.debian.org/debian sid/main arm64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
Get:587 http://deb.debian.org/debian sid/main arm64 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
Get:588 http://deb.debian.org/debian sid/main arm64 python3-jupyterlab-server all 2.25.2-1 [50.9 kB]
Get:589 http://deb.debian.org/debian sid/main arm64 python3-notebook-shim all 0.2.3-3 [11.9 kB]
Get:590 http://deb.debian.org/debian sid/main arm64 node-codemirror-state all 6.2.0-2 [41.3 kB]
Get:591 http://deb.debian.org/debian sid/main arm64 node-style-mod all 4.1.2~6.33.0+~cs119.71.50-2 [9308 B]
Get:592 http://deb.debian.org/debian sid/main arm64 node-w3c-keyname all 2.2.6-2 [4632 B]
Get:593 http://deb.debian.org/debian sid/main arm64 node-codemirror-view all 6.33.0~6.33.0+~cs119.71.50-2 [128 kB]
Get:594 http://deb.debian.org/debian sid/main arm64 node-lezer-common all 1.2.1~1.4.16+~cs14.25.46-1 [62.8 kB]
Get:595 http://deb.debian.org/debian sid/main arm64 node-codemirror-language all 6.10.2~6.33.0+~cs119.71.50-2 [38.4 kB]
Get:596 http://deb.debian.org/debian sid/main arm64 node-codemirror-autocomplete all 6.18.0~6.33.0+~cs119.71.50-2 [35.0 kB]
Get:597 http://deb.debian.org/debian sid/main arm64 node-codemirror-commands all 6.6.0~6.33.0+~cs119.71.50-2 [25.7 kB]
Get:598 http://deb.debian.org/debian sid/main arm64 node-lezer-cpp all 1.1.2~1.4.16+~cs14.25.46-1 [38.1 kB]
Get:599 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-cpp all 6.0.2~6.33.0+~cs119.71.50-2 [5680 B]
Get:600 http://deb.debian.org/debian sid/main arm64 node-lezer-css all 1.1.8~1.4.16+~cs14.25.46-1 [12.8 kB]
Get:601 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-css all 6.2.1~6.33.0+~cs119.71.50-2 [10.6 kB]
Get:602 http://deb.debian.org/debian sid/main arm64 node-crelt all 1.0.6~6.33.0+~cs119.71.50-2 [6308 B]
Get:603 http://deb.debian.org/debian sid/main arm64 node-codemirror-lint all 6.8.1~6.33.0+~cs119.71.50-2 [15.9 kB]
Get:604 http://deb.debian.org/debian sid/main arm64 node-lezer-javascript all 1.4.16+~cs14.25.46-1 [36.7 kB]
Get:605 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-javascript all 6.2.2~6.33.0+~cs119.71.50-2 [13.8 kB]
Get:606 http://deb.debian.org/debian sid/main arm64 node-lezer-html all 1.3.9~1.4.16+~cs14.25.46-1 [15.2 kB]
Get:607 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-html all 6.4.9~6.33.0+~cs119.71.50-2 [16.0 kB]
Get:608 http://deb.debian.org/debian sid/main arm64 node-lezer-java all 1.1.2~1.4.16+~cs14.25.46-1 [22.4 kB]
Get:609 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-java all 6.0.1~6.33.0+~cs119.71.50-2 [5700 B]
Get:610 http://deb.debian.org/debian sid/main arm64 node-lezer-json all 1.0.2~1.4.16+~cs14.25.46-1 [6224 B]
Get:611 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-json all 6.0.1~6.33.0+~cs119.71.50-2 [5836 B]
Get:612 http://deb.debian.org/debian sid/main arm64 node-lezer-markdown all 1.3.0~1.4.16+~cs14.25.46-1 [44.4 kB]
Get:613 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-markdown all 6.33.0+~cs119.71.50-2 [13.8 kB]
Get:614 http://deb.debian.org/debian sid/main arm64 node-lezer-php all 1.0.2~1.4.16+~cs14.25.46-1 [30.4 kB]
Get:615 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-php all 6.0.1~6.33.0+~cs119.71.50-2 [6552 B]
Get:616 http://deb.debian.org/debian sid/main arm64 node-lezer-python all 1.1.13~1.4.16+~cs14.25.46-1 [23.2 kB]
Get:617 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-python all 6.1.6~6.33.0+~cs119.71.50-2 [9840 B]
Get:618 http://deb.debian.org/debian sid/main arm64 node-lezer-rust all 1.0.2~1.4.16+~cs14.25.46-1 [29.7 kB]
Get:619 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-rust all 6.0.1~6.33.0+~cs119.71.50-2 [5628 B]
Get:620 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-sql all 6.7.1~6.33.0+~cs119.71.50-2 [22.9 kB]
Get:621 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-wast all 6.0.2~6.33.0+~cs119.71.50-2 [6496 B]
Get:622 http://deb.debian.org/debian sid/main arm64 node-lezer-xml all 1.0.5~1.4.16+~cs14.25.46-1 [10.1 kB]
Get:623 http://deb.debian.org/debian sid/main arm64 node-codemirror-lang-xml all 6.1.0~6.33.0+~cs119.71.50-2 [10.8 kB]
Get:624 http://deb.debian.org/debian sid/main arm64 node-codemirror-legacy-modes all 6.4.1~6.33.0+~cs119.71.50-2 [206 kB]
Get:625 http://deb.debian.org/debian sid/main arm64 node-codemirror-search all 6.5.6~6.33.0+~cs119.71.50-2 [20.5 kB]
Get:626 http://deb.debian.org/debian sid/main arm64 node-css-selector-tokenizer all 0.8.0+~cs4.8.3-1 [13.0 kB]
Get:627 http://deb.debian.org/debian sid/main arm64 node-icss-utils all 5.1.0+~5.1.0-1 [7564 B]
Get:628 http://deb.debian.org/debian sid/main arm64 node-postcss-modules-extract-imports all 3.0.0-2 [6584 B]
Get:629 http://deb.debian.org/debian sid/main arm64 node-postcss-modules-values all 4.0.0+~4.0.0-1 [7180 B]
Get:630 http://deb.debian.org/debian sid/main arm64 node-postcss-value-parser all 4.2.0-1 [10.4 kB]
Get:631 http://deb.debian.org/debian sid/main arm64 node-chrome-trace-event all 1.0.3-2 [6984 B]
Get:632 http://deb.debian.org/debian sid/main arm64 node-prr all 1.0.1-3 [4352 B]
Get:633 http://deb.debian.org/debian sid/main arm64 node-errno all 1.0.0-3 [7736 B]
Get:634 http://deb.debian.org/debian sid/main arm64 node-memory-fs all 0.5.0+~0.3.3-2 [7676 B]
Get:635 http://deb.debian.org/debian sid/main arm64 node-tapable all 2.2.1-3 [13.5 kB]
Get:636 http://deb.debian.org/debian sid/main arm64 node-enhanced-resolve all 5.15.0-1 [36.4 kB]
Get:637 http://deb.debian.org/debian sid/main arm64 node-es-module-lexer all 1.1.0+dfsg-3 [19.8 kB]
Get:638 http://deb.debian.org/debian sid/main arm64 libjs-events all 3.3.0+~3.0.0-3 [11.3 kB]
Get:639 http://deb.debian.org/debian sid/main arm64 node-events all 3.3.0+~3.0.0-3 [5888 B]
Get:640 http://deb.debian.org/debian sid/main arm64 node-interpret all 2.2.0-3 [7660 B]
Get:641 http://deb.debian.org/debian sid/main arm64 node-loader-runner all 4.3.0-1 [7644 B]
Get:642 http://deb.debian.org/debian sid/main arm64 node-rechoir all 0.8.0+~0.6.1-2 [6628 B]
Get:643 http://deb.debian.org/debian sid/main arm64 node-ajv-keywords all 5.1.0-4 [32.3 kB]
Get:644 http://deb.debian.org/debian sid/main arm64 node-schema-utils all 4.2.0~ds-3 [22.0 kB]
Get:645 http://deb.debian.org/debian sid/main arm64 node-watchpack all 2.4.0+~cs2.8.1-1 [20.2 kB]
Get:646 http://deb.debian.org/debian sid/main arm64 node-webassemblyjs all 1.11.4+dfsg+~cs10.11.17-2 [139 kB]
Get:647 http://deb.debian.org/debian sid/main arm64 node-source-list-map all 2.0.1+dfsg+~0.1.2-1 [10.1 kB]
Get:648 http://deb.debian.org/debian sid/main arm64 node-webpack-sources all 3.2.3+~3.2.0-2 [23.2 kB]
Get:649 http://deb.debian.org/debian sid/main arm64 node-terser all 5.31.3-1 [218 kB]
Get:650 http://deb.debian.org/debian sid/main arm64 terser all 5.31.3-1 [18.8 kB]
Get:651 http://deb.debian.org/debian sid/main arm64 node-envinfo all 7.11.0+~cs14.3.0-3 [32.6 kB]
Get:652 http://deb.debian.org/debian sid/main arm64 webpack all 5.96.1+dfsg1+~cs11.18.26-1 [806 kB]
Get:653 http://deb.debian.org/debian sid/main arm64 node-css-loader all 6.8.1+~cs14.0.17-1 [74.5 kB]
Get:654 http://deb.debian.org/debian sid/main arm64 node-fortawesome-fontawesome-free all 6.4.2+ds1-1 [1472 kB]
Get:655 http://deb.debian.org/debian sid/main arm64 node-data-uri-to-buffer all 6.0.2~0~2024040606-4 [8968 B]
Get:656 http://deb.debian.org/debian sid/main arm64 node-fetch all 3.3.2+~cs11.4.11-3 [213 kB]
Get:657 http://deb.debian.org/debian sid/main arm64 node-jsonfile all 6.1.0-4 [8496 B]
Get:658 http://deb.debian.org/debian sid/main arm64 node-klaw all 4.0.1-2 [8020 B]
Get:659 http://deb.debian.org/debian sid/main arm64 node-fs-extra all 10.1.0+~9.0.13-1 [39.8 kB]
Get:660 http://deb.debian.org/debian sid/main arm64 node-lezer-generator all 1.7.0~1.4.16+~cs14.25.46-1 [47.4 kB]
Get:661 http://deb.debian.org/debian sid/main arm64 node-long all 5.2.3-3 [14.6 kB]
Get:662 http://deb.debian.org/debian sid/main arm64 node-lumino all 2024.3.25-1 [524 kB]
Get:663 http://deb.debian.org/debian sid/main arm64 node-marked all 4.2.3+ds+~4.0.7-3 [78.6 kB]
Get:664 http://deb.debian.org/debian sid/main arm64 node-mj-context-menu all 0.9.1+ds-2 [69.9 kB]
Get:665 http://deb.debian.org/debian sid/main arm64 node-speech-rule-engine all 4.0.7+~0.1.31-2 [532 kB]
Get:666 http://deb.debian.org/debian sid/main arm64 node-mathjax-full all 3.2.2+~cs4.2.1-2 [3539 kB]
Get:667 http://deb.debian.org/debian sid/main arm64 node-big.js all 6.2.1+ds+~6.1.5-2 [26.8 kB]
Get:668 http://deb.debian.org/debian sid/main arm64 node-emojis-list all 3.0.0-2 [8244 B]
Get:669 http://deb.debian.org/debian sid/main arm64 node-loader-utils all 2.0.4-1 [15.5 kB]
Get:670 http://deb.debian.org/debian sid/main arm64 node-mini-css-extract-plugin all 2.4.6+~2.4.0-4 [34.1 kB]
Get:671 http://deb.debian.org/debian sid/main arm64 node-path-browserify all 1.0.1-3 [8148 B]
Get:672 http://deb.debian.org/debian sid/main arm64 node-playwright all 1.38.0+ds-3 [1244 kB]
Get:673 http://deb.debian.org/debian sid/main arm64 node-process all 0.11.10-3 [5560 B]
Get:674 http://deb.debian.org/debian sid/main arm64 node-warning all 4.0.3+~cs3.0.2-1 [6280 B]
Get:675 http://deb.debian.org/debian sid/main arm64 node-prop-types all 15.8.1+~15.7.9+~cs1.1.1-1 [30.4 kB]
Get:676 http://deb.debian.org/debian sid/main arm64 node-react-highlight-words all 0.20.0+~cs7.18.6-1 [32.8 kB]
Get:677 http://deb.debian.org/debian sid/main arm64 node-base16 all 1.0.0+~cs1.0.2-3 [11.3 kB]
Get:678 http://deb.debian.org/debian sid/main arm64 node-simple-swizzle all 0.2.2-5 [4056 B]
Get:679 http://deb.debian.org/debian sid/main arm64 node-color-string all 1.9.1-2 [5956 B]
Get:680 http://deb.debian.org/debian sid/main arm64 node-color all 4.2.3+~cs3.0.3-1 [8904 B]
Get:681 http://deb.debian.org/debian sid/main arm64 node-csstype all 3.1.3-1 [88.8 kB]
Get:682 http://deb.debian.org/debian sid/main arm64 node-react-base16-styling all 0.9.1~3.13.1~git20230831-2 [8548 B]
Get:683 http://deb.debian.org/debian sid/main arm64 node-react-json-tree all 0.18.0~3.13.1~git20230831-2 [59.0 kB]
Get:684 http://deb.debian.org/debian sid/main arm64 node-react-paginate all 8.2.0+ds-1 [29.6 kB]
Get:685 http://deb.debian.org/debian sid/main arm64 node-react-toastify all 9.1.2+~1.2.1-3 [34.4 kB]
Get:686 http://deb.debian.org/debian sid/main arm64 node-extend-shallow all 3.0.2-3 [5724 B]
Get:687 http://deb.debian.org/debian sid/main arm64 node-regex-not all 1.0.2+~1.0.0-1 [6772 B]
Get:688 http://deb.debian.org/debian sid/main arm64 node-to-regex all 3.0.2+~cs6.3.28-1 [55.3 kB]
Get:689 http://deb.debian.org/debian sid/main arm64 node-regexp-match-indices all 1.0.2~git20190823-2 [12.3 kB]
Get:690 http://deb.debian.org/debian sid/main arm64 node-markdown-to-jsx all 7.2.0+dfsg-2 [19.8 kB]
Get:691 http://deb.debian.org/debian sid/main arm64 node-rjsf all 5.12.1+~5.0.1-2 [350 kB]
Get:692 http://deb.debian.org/debian sid/main arm64 node-domelementtype all 2.3.0-1 [4984 B]
Get:693 http://deb.debian.org/debian sid/main arm64 node-domhandler all 5.0.3-4 [14.3 kB]
Get:694 http://deb.debian.org/debian sid/main arm64 node-dom-serializer all 2.0.0-4 [8980 B]
Get:695 http://deb.debian.org/debian sid/main arm64 node-domutils all 3.1.0-2 [24.0 kB]
Get:696 http://deb.debian.org/debian sid/main arm64 node-htmlparser2 all 9.0.0-1 [31.4 kB]
Get:697 http://deb.debian.org/debian sid/main arm64 node-parse-srcset all 1.0.2-4 [6360 B]
Get:698 http://deb.debian.org/debian sid/main arm64 node-sanitize-html all 2.13.1+~2.13.0-1 [33.7 kB]
Get:699 http://deb.debian.org/debian sid/main arm64 libjs-simulate-event all 1.4.0-2 [8000 B]
Get:700 http://deb.debian.org/debian sid/main arm64 node-source-map-loader all 4.0.1-2 [12.9 kB]
Get:701 http://deb.debian.org/debian sid/main arm64 libjs-d3-format all 1:1.4.5+~1.4.2-2 [17.7 kB]
Get:702 http://deb.debian.org/debian sid/main arm64 node-d3-format all 1:1.4.5+~1.4.2-2 [12.6 kB]
Get:703 http://deb.debian.org/debian sid/main arm64 node-d3-array all 3.2.0+~cs5.0.6-2 [44.1 kB]
Get:704 http://deb.debian.org/debian sid/main arm64 node-d3-collection all 1.0.7+~1.0.10-1 [16.9 kB]
Get:705 http://deb.debian.org/debian sid/main arm64 node-d3-color all 1.4.1+~1.4.2-1 [19.1 kB]
Get:706 http://deb.debian.org/debian sid/main arm64 node-d3-interpolate all 1.4.0+~1.4.2-1 [23.3 kB]
Get:707 http://deb.debian.org/debian sid/main arm64 node-d3-time all 1.1.0+~1.1.1-1 [18.7 kB]
Get:708 http://deb.debian.org/debian sid/main arm64 node-d3-time-format all 2.3.0+~2.3.1-1 [22.9 kB]
Get:709 http://deb.debian.org/debian sid/main arm64 node-d3-scale all 2.2.2+~2.2.6-1 [42.7 kB]
Get:710 http://deb.debian.org/debian sid/main arm64 node-d3-path all 1.0.9+~1.0.9-1 [10.2 kB]
Get:711 http://deb.debian.org/debian sid/main arm64 node-d3-shape all 1.3.7+~1.3.8-1 [54.8 kB]
Get:712 http://deb.debian.org/debian sid/main arm64 libssl-dev arm64 3.3.2-2 [3185 kB]
Get:713 http://deb.debian.org/debian sid/main arm64 libuv1-dev arm64 1.48.0-7 [181 kB]
Get:714 http://deb.debian.org/debian sid/main arm64 libnode-dev arm64 20.18.0+dfsg-2 [535 kB]
Get:715 http://deb.debian.org/debian sid/main arm64 node-delegates all 1.0.0-3 [4528 B]
Get:716 http://deb.debian.org/debian sid/main arm64 node-are-we-there-yet all 3.0.1+~1.1.0-1 [10.0 kB]
Get:717 http://deb.debian.org/debian sid/main arm64 node-console-control-strings all 1.1.0-3 [5564 B]
Get:718 http://deb.debian.org/debian sid/main arm64 node-aproba all 2.0.0-3 [5844 B]
Get:719 http://deb.debian.org/debian sid/main arm64 node-time-stamp all 2.2.0-2 [6016 B]
Get:720 http://deb.debian.org/debian sid/main arm64 node-fancy-log all 1.3.3+~cs1.3.1-2 [7940 B]
Get:721 http://deb.debian.org/debian sid/main arm64 node-has-unicode all 2.0.1-5 [3992 B]
Get:722 http://deb.debian.org/debian sid/main arm64 node-gauge all 4.0.4-2 [19.7 kB]
Get:723 http://deb.debian.org/debian sid/main arm64 node-set-blocking all 2.0.0-2 [4248 B]
Get:724 http://deb.debian.org/debian sid/main arm64 node-npmlog all 7.0.1+~4.1.4-1 [11.4 kB]
Get:725 http://deb.debian.org/debian sid/main arm64 node-osenv all 0.1.5+~0.1.1-1 [5884 B]
Get:726 http://deb.debian.org/debian sid/main arm64 node-chownr all 2.0.0-3 [4312 B]
Get:727 http://deb.debian.org/debian sid/main arm64 node-encoding all 0.1.13-2 [4400 B]
Get:728 http://deb.debian.org/debian sid/main arm64 node-jsonparse all 1.3.1-10 [8020 B]
Get:729 http://deb.debian.org/debian sid/main arm64 node-yallist all 4.0.0+~4.0.1-1 [8172 B]
Get:730 http://deb.debian.org/debian sid/main arm64 node-minipass all 5.0.0+~cs10.3.21-2 [46.9 kB]
Get:731 http://deb.debian.org/debian sid/main arm64 node-tar all 6.2.1+~cs7.0.8-1 [51.9 kB]
Get:732 http://deb.debian.org/debian sid/main arm64 node-gyp all 10.2.0+~5.0.0-1 [66.6 kB]
Get:733 http://deb.debian.org/debian sid/main arm64 node-escape-html all 1.0.3+~1.0.2-2 [5120 B]
Get:734 http://deb.debian.org/debian sid/main arm64 node-min-document all 2.19.0+~cs2.20.2-2 [8972 B]
Get:735 http://deb.debian.org/debian sid/main arm64 node-global all 4.13.1+really-4.4.0~4.13.1+~cs12.12.4-2 [16.9 kB]
Get:736 http://deb.debian.org/debian sid/main arm64 node-change-case all 0.0~git20211010.040a079-1 [19.6 kB]
Get:737 http://deb.debian.org/debian sid/main arm64 node-vdom-to-html all 2.3.1+~cs24.7.3-2 [48.3 kB]
Get:738 http://deb.debian.org/debian sid/main arm64 node-stdlib all 0.0.96+ds1+~cs0.0.429-2 [15.8 MB]
Get:739 http://deb.debian.org/debian sid/main arm64 node-style-loader all 3.3.1-2 [21.1 kB]
Get:740 http://deb.debian.org/debian sid/main arm64 node-make-error all 1.3.7-3 [5232 B]
Get:741 http://deb.debian.org/debian sid/main arm64 node-typescript all 4.9.5+ds1-2 [7345 kB]
Get:742 http://deb.debian.org/debian sid/main arm64 ts-jest all 29.1.1+~cs0.2.6-2 [120 kB]
Get:743 http://deb.debian.org/debian sid/main arm64 node-free-style all 4.1.0-2 [25.4 kB]
Get:744 http://deb.debian.org/debian sid/main arm64 node-typestyle all 2.4.0+ds+~3.0.10-1 [101 kB]
Get:745 http://deb.debian.org/debian sid/main arm64 node-d3-delaunay all 6.0.4+~cs19.0.3-2 [40.6 kB]
Get:746 http://deb.debian.org/debian sid/main arm64 node-d3-queue all 3.0.7-13 [10.2 kB]
Get:747 http://deb.debian.org/debian sid/main arm64 node-rw all 1.3.3-5 [7428 B]
Get:748 http://deb.debian.org/debian sid/main arm64 node-d3-dsv all 1.2.0+~1.2.3-1 [17.4 kB]
Get:749 http://deb.debian.org/debian sid/main arm64 node-d3-dispatch all 1.0.6+~1.0.9-1 [9560 B]
Get:750 http://deb.debian.org/debian sid/main arm64 node-d3-quadtree all 1.0.7+~1.0.9-1 [16.0 kB]
Get:751 http://deb.debian.org/debian sid/main arm64 node-d3-timer all 1.0.10+~1.0.10-1 [10.3 kB]
Get:752 http://deb.debian.org/debian sid/main arm64 node-d3-force all 2.1.1+~2.1.4-1 [30.2 kB]
Get:753 http://deb.debian.org/debian sid/main arm64 node-d3-geo all 1.12.1+~1.12.4-1 [65.5 kB]
Get:754 http://deb.debian.org/debian sid/main arm64 node-d3-geo-projection all 4.0.0-2 [99.4 kB]
Get:755 http://deb.debian.org/debian sid/main arm64 node-d3-hierarchy all 1.1.9+~1.1.8-1 [34.1 kB]
Get:756 http://deb.debian.org/debian sid/main arm64 node-vega all 5.28.0+ds+~cs5.3.0-1 [2336 kB]
Get:757 http://deb.debian.org/debian sid/main arm64 node-fast-json-patch all 3.1.1+ds-2 [24.9 kB]
Get:758 http://deb.debian.org/debian sid/main arm64 node-vega-lite all 5.18.1+~4.0.0-1 [1018 kB]
Get:759 http://deb.debian.org/debian sid/main arm64 node-vega-themes all 2.14.0-2 [22.8 kB]
Get:760 http://deb.debian.org/debian sid/main arm64 node-vega-tooltip all 0.33.0-2 [29.4 kB]
Get:761 http://deb.debian.org/debian sid/main arm64 node-vega-embed all 6.23.0-1 [157 kB]
Get:762 http://deb.debian.org/debian sid/main arm64 node-vscode-debugprotocol all 1.57.0-2 [24.4 kB]
Get:763 http://deb.debian.org/debian sid/main arm64 node-vscode-jsonrpc all 8.2.0~next.0~1.0.0~git20230424.1320922-3 [32.7 kB]
Get:764 http://deb.debian.org/debian sid/main arm64 node-vscode-languageserver-types all 3.17.4~next.0~1.0.0~git20230424.1320922-3 [32.4 kB]
Get:765 http://deb.debian.org/debian sid/main arm64 node-vscode-languageserver-protocol all 3.17.4~next.0~1.0.0~git20230424.1320922-3 [47.5 kB]
Get:766 http://deb.debian.org/debian sid/main arm64 node-webpack-merge all 5.8.0+~2.0.0-1 [17.5 kB]
Get:767 http://deb.debian.org/debian sid/main arm64 node-worker-loader all 3.0.8-5 [12.9 kB]
Get:768 http://deb.debian.org/debian sid/main arm64 node-xterm all 5.3.0-3 [606 kB]
Get:769 http://deb.debian.org/debian sid/main arm64 node-isomorphic.js all 0.2.5-1 [3644 B]
Get:770 http://deb.debian.org/debian sid/main arm64 node-lib0 all 0.2.93-1 [197 kB]
Get:771 http://deb.debian.org/debian sid/main arm64 node-yjs all 13.6.8-1 [149 kB]
Get:772 http://deb.debian.org/debian sid/main arm64 node-y-protocols all 1.0.6-1 [153 kB]
Get:773 http://deb.debian.org/debian sid/main arm64 node-clipanion all 3.2.1+dfsg-2 [31.7 kB]
Get:774 http://deb.debian.org/debian sid/main arm64 node-enquirer all 2.3.6~ds-4 [73.0 kB]
Get:775 http://deb.debian.org/debian sid/main arm64 node-typanion all 3.14.0+dfsg-1 [15.6 kB]
Get:776 http://deb.debian.org/debian sid/main arm64 node-zkochan-cmd-shim all 5.3.1+~1.0.2-3 [12.1 kB]
Get:777 http://deb.debian.org/debian sid/main arm64 node-ssri all 9.0.1-3 [18.1 kB]
Get:778 http://deb.debian.org/debian sid/main arm64 node-end-of-stream all 1.4.4+~1.4.1-1 [5292 B]
Get:779 http://deb.debian.org/debian sid/main arm64 node-tar-stream all 2.2.0+~cs3.2.2-1 [12.1 kB]
Get:780 http://deb.debian.org/debian sid/main arm64 node-mimic-response all 3.1.0-9 [5424 B]
Get:781 http://deb.debian.org/debian sid/main arm64 node-decompress-response all 6.0.0-3 [4656 B]
Get:782 http://deb.debian.org/debian sid/main arm64 node-lowercase-keys all 2.0.0-2 [3768 B]
Get:783 http://deb.debian.org/debian sid/main arm64 node-json-buffer all 3.0.1+~3.0.0-1 [4536 B]
Get:784 http://deb.debian.org/debian sid/main arm64 node-p-cancelable all 2.1.1-1 [7272 B]
Get:785 http://deb.debian.org/debian sid/main arm64 node-got all 11.8.5+~cs58.13.36-5 [121 kB]
Get:786 http://deb.debian.org/debian sid/main arm64 node-auto-bind all 4.0.0-2 [4816 B]
Get:787 http://deb.debian.org/debian sid/main arm64 node-cli-boxes all 3.0.0-1 [4796 B]
Get:788 http://deb.debian.org/debian sid/main arm64 node-react-reconciler all 0.28.0~18.2.0+dfsg+~cs88.72.123-1 [218 kB]
Get:789 http://deb.debian.org/debian sid/main arm64 node-widest-line all 3.1.0-2 [4092 B]
Get:790 http://deb.debian.org/debian sid/main arm64 yarnpkg all 4.0.2+dfsg-3 [1648 kB]
Get:791 http://deb.debian.org/debian sid/main arm64 jupyterlab all 4.0.11+ds1+~cs11.25.27-2 [34.1 MB]
Get:792 http://deb.debian.org/debian sid/main arm64 libaec0 arm64 1.1.3-1+b1 [22.5 kB]
Get:793 http://deb.debian.org/debian sid/main arm64 libblas3 arm64 3.12.0-3+b1 [98.9 kB]
Get:794 http://deb.debian.org/debian sid/main arm64 libsnappy1v5 arm64 1.2.1-1+b1 [28.7 kB]
Get:795 http://deb.debian.org/debian sid/main arm64 libblosc1 arm64 1.21.5+ds-1+b2 [39.2 kB]
Get:796 http://deb.debian.org/debian sid/main arm64 libcurl4t64 arm64 8.11.0-1 [322 kB]
Get:797 http://deb.debian.org/debian sid/main arm64 libedit2 arm64 3.1-20240808-1 [89.2 kB]
Get:798 http://deb.debian.org/debian sid/main arm64 libexpat1-dev arm64 2.6.4-1 [143 kB]
Get:799 http://deb.debian.org/debian sid/main arm64 libfribidi0 arm64 1.0.15-1 [71.8 kB]
Get:800 http://deb.debian.org/debian sid/main arm64 libgfortran5 arm64 14.2.0-8 [361 kB]
Get:801 http://deb.debian.org/debian sid/main arm64 libgraphite2-3 arm64 1.3.14-2+b1 [70.4 kB]
Get:802 http://deb.debian.org/debian sid/main arm64 libharfbuzz0b arm64 10.0.1-1 [441 kB]
Get:803 http://deb.debian.org/debian sid/main arm64 libsz2 arm64 1.1.3-1+b1 [8044 B]
Get:804 http://deb.debian.org/debian sid/main arm64 libhdf5-103-1t64 arm64 1.10.10+repack-4 [1050 kB]
Get:805 http://deb.debian.org/debian sid/main arm64 libhdf5-hl-100t64 arm64 1.10.10+repack-4 [60.9 kB]
Get:806 http://deb.debian.org/debian sid/main arm64 libhwloc15 arm64 2.11.2-1 [141 kB]
Get:807 http://deb.debian.org/debian sid/main arm64 libimagequant0 arm64 2.18.0-1+b2 [34.6 kB]
Get:808 http://deb.debian.org/debian sid/main arm64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
Get:809 http://deb.debian.org/debian sid/main arm64 libjs-backbone all 1.4.1~dfsg+~1.4.15-3 [186 kB]
Get:810 http://deb.debian.org/debian sid/main arm64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
Get:811 http://deb.debian.org/debian sid/main arm64 libjs-jquery-ui all 1.13.2+dfsg-1 [250 kB]
Get:812 http://deb.debian.org/debian sid/main arm64 libjs-sphinxdoc all 7.4.7-4 [158 kB]
Get:813 http://deb.debian.org/debian sid/main arm64 libjson-perl all 4.10000-1 [87.5 kB]
Get:814 http://deb.debian.org/debian sid/main arm64 liblapack3 arm64 3.12.0-3+b1 [1812 kB]
Get:815 http://deb.debian.org/debian sid/main arm64 liblbfgsb0 arm64 3.0+dfsg.4-1+b2 [25.6 kB]
Get:816 http://deb.debian.org/debian sid/main arm64 liblcms2-2 arm64 2.16-2 [151 kB]
Get:817 http://deb.debian.org/debian sid/main arm64 libz3-4 arm64 4.13.3-1 [7507 kB]
Get:818 http://deb.debian.org/debian sid/main arm64 libllvm14t64 arm64 1:14.0.6-20 [19.4 MB]
Get:819 http://deb.debian.org/debian sid/main arm64 liblzf1 arm64 3.6-4+b2 [10.0 kB]
Get:820 http://deb.debian.org/debian sid/main arm64 libopenjp2-7 arm64 2.5.0-2+b4 [185 kB]
Get:821 http://deb.debian.org/debian sid/main arm64 libpfm4 arm64 4.13.0+git83-g91970fe-1 [63.6 kB]
Get:822 http://deb.debian.org/debian sid/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.1-1+b1 [917 kB]
Get:823 http://deb.debian.org/debian sid/main arm64 libpython3.12-dev arm64 3.12.7-3 [4792 kB]
Get:824 http://deb.debian.org/debian sid/main arm64 libpython3-dev arm64 3.12.6-1 [9952 B]
Get:825 http://deb.debian.org/debian sid/main arm64 libpython3-all-dev arm64 3.12.6-1 [1064 B]
Get:826 http://deb.debian.org/debian sid/main arm64 libqhull-r8.0 arm64 2020.2-6+b2 [229 kB]
Get:827 http://deb.debian.org/debian sid/main arm64 libraqm0 arm64 0.10.1-1+b2 [13.8 kB]
Get:828 http://deb.debian.org/debian sid/main arm64 libsymspg2 arm64 2.5.0-1 [192 kB]
Get:829 http://deb.debian.org/debian sid/main arm64 libtbbmalloc2 arm64 2021.12.0-1 [35.2 kB]
Get:830 http://deb.debian.org/debian sid/main arm64 libtbbbind-2-5 arm64 2021.12.0-1 [14.1 kB]
Get:831 http://deb.debian.org/debian sid/main arm64 libtbb12 arm64 2021.12.0-1 [63.5 kB]
Get:832 http://deb.debian.org/debian sid/main arm64 libwebpdemux2 arm64 1.4.0-0.1+b1 [110 kB]
Get:833 http://deb.debian.org/debian sid/main arm64 libwebpmux3 arm64 1.4.0-0.1+b1 [122 kB]
Get:834 http://deb.debian.org/debian sid/main arm64 libxslt1.1 arm64 1.1.35-1.1+b1 [222 kB]
Get:835 http://deb.debian.org/debian sid/main arm64 llvm-14-runtime arm64 1:14.0.6-20 [431 kB]
Get:836 http://deb.debian.org/debian sid/main arm64 llvm-14-linker-tools arm64 1:14.0.6-20 [1099 kB]
Get:837 http://deb.debian.org/debian sid/main arm64 llvm-14 arm64 1:14.0.6-20 [10.1 MB]
Get:838 http://deb.debian.org/debian sid/main arm64 node-underscore all 1.13.4~dfsg+~1.11.4-3 [120 kB]
Get:839 http://deb.debian.org/debian sid/main arm64 node-backbone all 1.4.1~dfsg+~1.4.15-3 [109 kB]
Get:840 http://deb.debian.org/debian sid/main arm64 node-jquery all 3.6.1+dfsg+~3.5.14-1 [160 kB]
Get:841 http://deb.debian.org/debian sid/main arm64 node-jupyter-widgets-base all 6.0.10+~cs15.24.118-1.1 [28.4 kB]
Get:842 http://deb.debian.org/debian sid/main arm64 python3-pyproject-hooks all 1.2.0-1 [11.7 kB]
Get:843 http://deb.debian.org/debian sid/main arm64 python3-toml all 0.10.2-1 [16.2 kB]
Get:844 http://deb.debian.org/debian sid/main arm64 python3-wheel all 0.44.0-2 [53.4 kB]
Get:845 http://deb.debian.org/debian sid/main arm64 python3-build all 1.2.2-1 [36.0 kB]
Get:846 http://deb.debian.org/debian sid/main arm64 python3-installer all 0.7.0+dfsg1-3 [18.6 kB]
Get:847 http://deb.debian.org/debian sid/main arm64 pybuild-plugin-pyproject all 6.20241024 [11.4 kB]
Get:848 http://deb.debian.org/debian sid/main arm64 python-matplotlib-data all 3.8.3-3 [2731 kB]
Get:849 http://deb.debian.org/debian sid/main arm64 python3-alabaster all 0.7.16-0.1 [27.9 kB]
Get:850 http://deb.debian.org/debian sid/main arm64 python3-all arm64 3.12.6-1 [1040 B]
Get:851 http://deb.debian.org/debian sid/main arm64 python3.12-dev arm64 3.12.7-3 [505 kB]
Get:852 http://deb.debian.org/debian sid/main arm64 python3-dev arm64 3.12.6-1 [26.1 kB]
Get:853 http://deb.debian.org/debian sid/main arm64 python3-all-dev arm64 3.12.6-1 [1068 B]
Get:854 http://deb.debian.org/debian sid/main arm64 python3-appdirs all 1.4.4-4 [12.5 kB]
Get:855 http://deb.debian.org/debian sid/main arm64 python3-asciitree all 0.3.3-4 [5612 B]
Get:856 http://deb.debian.org/debian sid/main arm64 python3-numpy arm64 1:1.26.4+ds-11 [3351 kB]
Get:857 http://deb.debian.org/debian sid/main arm64 python3-scipy arm64 1.13.1-5 [15.4 MB]
Get:858 http://deb.debian.org/debian sid/main arm64 python3-spglib arm64 2.5.0-1 [51.6 kB]
Get:859 http://deb.debian.org/debian sid/main arm64 python3-pil arm64 10.4.0-1 [480 kB]
Get:860 http://deb.debian.org/debian sid/main arm64 python3.12-tk arm64 3.12.7-3 [111 kB]
Get:861 http://deb.debian.org/debian sid/main arm64 python3.13-tk arm64 3.13.0-1 [101 kB]
Get:862 http://deb.debian.org/debian sid/main arm64 python3-tk arm64 3.12.6-1 [9428 B]
Get:863 http://deb.debian.org/debian sid/main arm64 python3-pil.imagetk arm64 10.4.0-1 [79.4 kB]
Get:864 http://deb.debian.org/debian sid/main arm64 python3-pyparsing all 3.1.2-1 [146 kB]
Get:865 http://deb.debian.org/debian sid/main arm64 python3-contourpy arm64 1.3.0-2 [191 kB]
Get:866 http://deb.debian.org/debian sid/main arm64 python3-cycler all 0.12.1-1 [9496 B]
Get:867 http://deb.debian.org/debian sid/main arm64 python3-brotli arm64 1.1.0-2+b5 [307 kB]
Get:868 http://deb.debian.org/debian sid/main arm64 python3-six all 1.16.0-7 [16.4 kB]
Get:869 http://deb.debian.org/debian sid/main arm64 python3-fs all 2.4.16-4 [95.4 kB]
Get:870 http://deb.debian.org/debian sid/main arm64 python3-lxml arm64 5.3.0-1 [1096 kB]
Get:871 http://deb.debian.org/debian sid/main arm64 python3-lz4 arm64 4.0.2+dfsg-1+b5 [25.3 kB]
Get:872 http://deb.debian.org/debian sid/main arm64 python3-mpmath all 1.3.0-1 [419 kB]
Get:873 http://deb.debian.org/debian sid/main arm64 python3-sympy all 1.13.3-1 [4147 kB]
Get:874 http://deb.debian.org/debian sid/main arm64 python3-ufolib2 all 0.16.1+dfsg1-1 [32.9 kB]
Get:875 http://deb.debian.org/debian sid/main arm64 unicode-data all 15.1.0-1 [8547 kB]
Get:876 http://deb.debian.org/debian sid/main arm64 python3-fonttools arm64 4.54.1-4 [1356 kB]
Get:877 http://deb.debian.org/debian sid/main arm64 python3-kiwisolver arm64 1.4.7-2 [56.7 kB]
Get:878 http://deb.debian.org/debian sid/main arm64 python3-matplotlib arm64 3.8.3-3 [5509 kB]
Get:879 http://deb.debian.org/debian sid/main arm64 python3-ase all 3.23.0-1 [1698 kB]
Get:880 http://deb.debian.org/debian sid/main arm64 python3-box all 3.4.6-3 [18.1 kB]
Get:881 http://deb.debian.org/debian sid/main arm64 python3-cloudpickle all 3.0.0-2 [25.4 kB]
Get:882 http://deb.debian.org/debian sid/main arm64 python3-toolz all 1.0.0-1 [44.1 kB]
Get:883 http://deb.debian.org/debian sid/main arm64 python3-cytoolz arm64 1.0.0-1 [257 kB]
Get:884 http://deb.debian.org/debian sid/main arm64 python3-fsspec all 2024.9.0-1 [206 kB]
Get:885 http://deb.debian.org/debian sid/main arm64 python3-locket all 1.0.0-2 [5820 B]
Get:886 http://deb.debian.org/debian sid/main arm64 python3-partd all 1.4.2-1 [15.4 kB]
Get:887 http://deb.debian.org/debian sid/main arm64 python3-dask all 2024.5.2+dfsg-1 [946 kB]
Get:888 http://deb.debian.org/debian sid/main arm64 python3-msgpack arm64 1.0.3-3+b3 [77.4 kB]
Get:889 http://deb.debian.org/debian sid/main arm64 python3-sortedcontainers all 2.4.0-2 [31.9 kB]
Get:890 http://deb.debian.org/debian sid/main arm64 python3-tblib all 3.0.0-5 [13.7 kB]
Get:891 http://deb.debian.org/debian sid/main arm64 python3-zict all 3.0.0-2 [29.7 kB]
Get:892 http://deb.debian.org/debian sid/main arm64 python3-distributed all 2024.5.2+ds.1-7 [1149 kB]
Get:893 http://deb.debian.org/debian sid/main arm64 python3-roman all 4.2-1 [10.4 kB]
Get:894 http://deb.debian.org/debian sid/main arm64 python3-docutils all 0.21.2+dfsg-2 [403 kB]
Get:895 http://deb.debian.org/debian sid/main arm64 python3-execnet all 2.1.1-1 [40.2 kB]
Get:896 http://deb.debian.org/debian sid/main arm64 python3-monotonic all 1.6-2 [5728 B]
Get:897 http://deb.debian.org/debian sid/main arm64 python3-fasteners all 0.18-2 [14.0 kB]
Get:898 http://deb.debian.org/debian sid/main arm64 python3-filelock all 3.16.1-1 [12.6 kB]
Get:899 http://deb.debian.org/debian sid/main arm64 python3-flexcache all 0.3-2 [13.5 kB]
Get:900 http://deb.debian.org/debian sid/main arm64 python3-flexparser all 0.4-1 [42.9 kB]
Get:901 http://deb.debian.org/debian sid/main arm64 python3-h5py-serial arm64 3.11.0-8 [908 kB]
Get:902 http://deb.debian.org/debian sid/main arm64 python3-h5py all 3.11.0-8 [14.9 kB]
Get:903 http://deb.debian.org/debian sid/main arm64 python3-imageio all 2.36.0-1 [229 kB]
Get:904 http://deb.debian.org/debian sid/main arm64 python3-imagesize all 1.4.1-1 [6688 B]
Get:905 http://deb.debian.org/debian sid/main arm64 python3-iniconfig all 1.1.1-2 [6396 B]
Get:906 http://deb.debian.org/debian sid/main arm64 python3-ipywidgets all 8.1.5-1 [105 kB]
Get:907 http://deb.debian.org/debian sid/main arm64 python3-joblib all 1.3.2-5 [216 kB]
Get:908 http://deb.debian.org/debian sid/main arm64 python3-lazy-loader all 0.4-1 [13.5 kB]
Get:909 http://deb.debian.org/debian sid/main arm64 python3-llvmlite arm64 0.42.0-1+b2 [173 kB]
Get:910 http://deb.debian.org/debian sid/main arm64 python3-mrcz all 0.5.6-2 [35.5 kB]
Get:911 http://deb.debian.org/debian sid/main arm64 python3-networkx all 3.2.1-4 [14.2 MB]
Get:912 http://deb.debian.org/debian sid/main arm64 python3-numba arm64 0.59.1+dfsg-1 [1758 kB]
Get:913 http://deb.debian.org/debian sid/main arm64 sphinx-common all 7.4.7-4 [731 kB]
Get:914 http://deb.debian.org/debian sid/main arm64 python3-snowballstemmer all 2.2.0-4 [58.0 kB]
Get:915 http://deb.debian.org/debian sid/main arm64 python3-sphinx all 7.4.7-4 [588 kB]
Get:916 http://deb.debian.org/debian sid/main arm64 python3-pydata-sphinx-theme all 0.15.4+dfsg-2 [40.3 kB]
Get:917 http://deb.debian.org/debian sid/main arm64 python3-numcodecs arm64 0.13.1+ds-1 [323 kB]
Get:918 http://deb.debian.org/debian sid/main arm64 python3-tabulate all 0.9.0-1 [45.9 kB]
Get:919 http://deb.debian.org/debian sid/main arm64 python3-numpydoc all 1.6.0-2 [49.6 kB]
Get:920 http://deb.debian.org/debian sid/main arm64 python3-pint all 0.24.4-1 [225 kB]
Get:921 http://deb.debian.org/debian sid/main arm64 python3-pluggy all 1.5.0-1 [26.9 kB]
Get:922 http://deb.debian.org/debian sid/main arm64 python3-pooch all 1.8.2-1 [58.4 kB]
Get:923 http://deb.debian.org/debian sid/main arm64 python3-pytest all 8.3.3-1 [249 kB]
Get:924 http://deb.debian.org/debian sid/main arm64 python3-pytest-xdist all 3.6.1-1 [44.4 kB]
Get:925 http://deb.debian.org/debian sid/main arm64 python3-threadpoolctl all 3.1.0-1 [21.2 kB]
Get:926 http://deb.debian.org/debian sid/main arm64 python3-sklearn-lib arm64 1.4.2+dfsg-6 [3213 kB]
Get:927 http://deb.debian.org/debian sid/main arm64 python3-sklearn all 1.4.2+dfsg-6 [2248 kB]
Get:928 http://deb.debian.org/debian sid/main arm64 python3-sidpy all 0.12.3-3 [76.9 kB]
Get:929 http://deb.debian.org/debian sid/main arm64 python3-pyusid all 0.0.12-2 [54.1 kB]
Get:930 http://deb.debian.org/debian sid/main arm64 python3-skimage-lib arm64 0.24.0-5 [2139 kB]
Get:931 http://deb.debian.org/debian sid/main arm64 python3-tifffile all 20240920-1 [186 kB]
Get:932 http://deb.debian.org/debian sid/main arm64 python3-skimage all 0.24.0-5 [20.6 MB]
Get:933 http://deb.debian.org/debian sid/main arm64 python3-sparse all 0.16.0a9-1 [96.1 kB]
Get:934 http://deb.debian.org/debian sid/main arm64 python3-sphinx-copybutton all 0.5.2-2 [17.9 kB]
Get:935 http://deb.debian.org/debian sid/main arm64 python3-sphinx-favicon all 1.0.1-4 [9116 B]
Get:936 http://deb.debian.org/debian sid/main arm64 towncrier all 24.8.0-1 [57.4 kB]
Get:937 http://deb.debian.org/debian sid/main arm64 python3-sphinxcontrib-towncrier all 0.4.0a0-2 [10.6 kB]
Get:938 http://deb.debian.org/debian sid/main arm64 python3-zarr all 2.18.3+ds-1 [1313 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 379 MB in 9s (41.8 MB/s)
Selecting previously unselected package libdebuginfod-common.
(Reading database ... 17130 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.12-minimal:arm64.
Preparing to unpack .../libpython3.12-minimal_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-minimal:arm64 (3.12.7-3) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../libexpat1_2.6.4-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.4-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.7-3_arm64.deb ...
Unpacking python3.12-minimal (3.12.7-3) ...
Setting up libpython3.12-minimal:arm64 (3.12.7-3) ...
Setting up libexpat1:arm64 (2.6.4-1) ...
Setting up python3.12-minimal (3.12.7-3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 17460 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.12.6-1_arm64.deb ...
Unpacking python3-minimal (3.12.6-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../2-libncursesw6_6.5-2+b1_arm64.deb ...
Unpacking libncursesw6:arm64 (6.5-2+b1) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../3-libtirpc-common_1.3.4+ds-1.3_all.deb ...
Unpacking libtirpc-common (1.3.4+ds-1.3) ...
Selecting previously unselected package libtirpc3t64:arm64.
Preparing to unpack .../4-libtirpc3t64_1.3.4+ds-1.3+b1_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3 to /lib/aarch64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3.0.0 to /lib/aarch64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../5-libnsl2_1.3.0-3+b3_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-3+b3) ...
Selecting previously unselected package libpython3.12-stdlib:arm64.
Preparing to unpack .../6-libpython3.12-stdlib_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-stdlib:arm64 (3.12.7-3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../7-python3.12_3.12.7-3_arm64.deb ...
Unpacking python3.12 (3.12.7-3) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../8-libpython3-stdlib_3.12.6-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.12.6-1) ...
Setting up python3-minimal (3.12.6-1) ...
Selecting previously unselected package python3.
(Reading database ... 17933 files and directories currently installed.)
Preparing to unpack .../000-python3_3.12.6-1_arm64.deb ...
Unpacking python3 (3.12.6-1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../001-sgml-base_1.31_all.deb ...
Unpacking sgml-base (1.31) ...
Selecting previously unselected package libproc2-0:arm64.
Preparing to unpack .../002-libproc2-0_2%3a4.0.4-6_arm64.deb ...
Unpacking libproc2-0:arm64 (2:4.0.4-6) ...
Selecting previously unselected package procps.
Preparing to unpack .../003-procps_2%3a4.0.4-6_arm64.deb ...
Unpacking procps (2:4.0.4-6) ...
Selecting previously unselected package m4.
Preparing to unpack .../004-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
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.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package node-xtend.
Preparing to unpack .../009-node-xtend_4.0.2-3_all.deb ...
Unpacking node-xtend (4.0.2-3) ...
Selecting previously unselected package libcares2:arm64.
Preparing to unpack .../010-libcares2_1.34.2-1_arm64.deb ...
Unpacking libcares2:arm64 (1.34.2-1) ...
Selecting previously unselected package libuv1t64:arm64.
Preparing to unpack .../011-libuv1t64_1.48.0-7_arm64.deb ...
Unpacking libuv1t64:arm64 (1.48.0-7) ...
Selecting previously unselected package node-cjs-module-lexer.
Preparing to unpack .../012-node-cjs-module-lexer_1.2.3+dfsg-1_all.deb ...
Unpacking node-cjs-module-lexer (1.2.3+dfsg-1) ...
Selecting previously unselected package node-balanced-match.
Preparing to unpack .../013-node-balanced-match_2.0.0-1_all.deb ...
Unpacking node-balanced-match (2.0.0-1) ...
Selecting previously unselected package node-brace-expansion.
Preparing to unpack .../014-node-brace-expansion_2.0.1+~1.1.0-1_all.deb ...
Unpacking node-brace-expansion (2.0.1+~1.1.0-1) ...
Selecting previously unselected package node-minimatch.
Preparing to unpack .../015-node-minimatch_9.0.3-5_all.deb ...
Unpacking node-minimatch (9.0.3-5) ...
Selecting previously unselected package node-undici.
Preparing to unpack .../016-node-undici_5.28.4+dfsg1+~cs23.12.11-2_all.deb ...
Unpacking node-undici (5.28.4+dfsg1+~cs23.12.11-2) ...
Selecting previously unselected package libnode115:arm64.
Preparing to unpack .../017-libnode115_20.18.0+dfsg-2_arm64.deb ...
Unpacking libnode115:arm64 (20.18.0+dfsg-2) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../018-nodejs_20.18.0+dfsg-2_arm64.deb ...
Unpacking nodejs (20.18.0+dfsg-2) ...
Selecting previously unselected package node-acorn.
Preparing to unpack .../019-node-acorn_8.8.1+ds+~cs25.17.7-2_all.deb ...
Unpacking node-acorn (8.8.1+ds+~cs25.17.7-2) ...
Selecting previously unselected package node-color-name.
Preparing to unpack .../020-node-color-name_1.1.4+~1.1.1-2_all.deb ...
Unpacking node-color-name (1.1.4+~1.1.1-2) ...
Selecting previously unselected package node-color-convert.
Preparing to unpack .../021-node-color-convert_2.0.1+~cs2.0.0-2_all.deb ...
Unpacking node-color-convert (2.0.1+~cs2.0.0-2) ...
Selecting previously unselected package node-ansi-styles.
Preparing to unpack .../022-node-ansi-styles_6.2.1-3_all.deb ...
Unpacking node-ansi-styles (6.2.1-3) ...
Selecting previously unselected package node-arrify.
Preparing to unpack .../023-node-arrify_2.0.1-3_all.deb ...
Unpacking node-arrify (2.0.1-3) ...
Selecting previously unselected package node-bignumber.
Preparing to unpack .../024-node-bignumber_9.1.1-1_all.deb ...
Unpacking node-bignumber (9.1.1-1) ...
Selecting previously unselected package node-commander.
Preparing to unpack .../025-node-commander_9.4.1-1_all.deb ...
Unpacking node-commander (9.4.1-1) ...
Selecting previously unselected package node-cbor.
Preparing to unpack .../026-node-cbor_8.1.0+dfsg+~cs5.2.1-3_all.deb ...
Unpacking node-cbor (8.1.0+dfsg+~cs5.2.1-3) ...
Selecting previously unselected package node-escape-string-regexp.
Preparing to unpack .../027-node-escape-string-regexp_4.0.0-2_all.deb ...
Unpacking node-escape-string-regexp (4.0.0-2) ...
Selecting previously unselected package node-has-flag.
Preparing to unpack .../028-node-has-flag_5.0.1-1_all.deb ...
Unpacking node-has-flag (5.0.1-1) ...
Selecting previously unselected package node-supports-color.
Preparing to unpack .../029-node-supports-color_8.1.1+~8.1.1-1_all.deb ...
Unpacking node-supports-color (8.1.1+~8.1.1-1) ...
Selecting previously unselected package node-chalk.
Preparing to unpack .../030-node-chalk_5.3.0-1_all.deb ...
Unpacking node-chalk (5.3.0-1) ...
Selecting previously unselected package node-normalize-path.
Preparing to unpack .../031-node-normalize-path_3.0.0+~3.0.0-1_all.deb ...
Unpacking node-normalize-path (3.0.0+~3.0.0-1) ...
Selecting previously unselected package node-anymatch.
Preparing to unpack .../032-node-anymatch_3.1.3+~cs4.6.1-2_all.deb ...
Unpacking node-anymatch (3.1.3+~cs4.6.1-2) ...
Selecting previously unselected package node-async-each.
Preparing to unpack .../033-node-async-each_1.0.3-3_all.deb ...
Unpacking node-async-each (1.0.3-3) ...
Selecting previously unselected package node-is-buffer.
Preparing to unpack .../034-node-is-buffer_2.0.5-2_all.deb ...
Unpacking node-is-buffer (2.0.5-2) ...
Selecting previously unselected package node-kind-of.
Preparing to unpack .../035-node-kind-of_6.0.3+dfsg-2_all.deb ...
Unpacking node-kind-of (6.0.3+dfsg-2) ...
Selecting previously unselected package node-is-number.
Preparing to unpack .../036-node-is-number_7.0.0-4_all.deb ...
Unpacking node-is-number (7.0.0-4) ...
Selecting previously unselected package node-repeat-string.
Preparing to unpack .../037-node-repeat-string_1.6.1+repack-1_all.deb ...
Unpacking node-repeat-string (1.6.1+repack-1) ...
Selecting previously unselected package node-to-regex-range.
Preparing to unpack .../038-node-to-regex-range_5.0.1-4_all.deb ...
Unpacking node-to-regex-range (5.0.1-4) ...
Selecting previously unselected package node-fill-range.
Preparing to unpack .../039-node-fill-range_7.1.1+~7.0.3-1_all.deb ...
Unpacking node-fill-range (7.1.1+~7.0.3-1) ...
Selecting previously unselected package node-braces.
Preparing to unpack .../040-node-braces_3.0.3+~3.0.4-1_all.deb ...
Unpacking node-braces (3.0.3+~3.0.4-1) ...
Selecting previously unselected package node-is-extglob.
Preparing to unpack .../041-node-is-extglob_2.1.1-5_all.deb ...
Unpacking node-is-extglob (2.1.1-5) ...
Selecting previously unselected package node-is-glob.
Preparing to unpack .../042-node-is-glob_4.0.3-2_all.deb ...
Unpacking node-is-glob (4.0.3-2) ...
Selecting previously unselected package node-path-dirname.
Preparing to unpack .../043-node-path-dirname_1.0.2-2_all.deb ...
Unpacking node-path-dirname (1.0.2-2) ...
Selecting previously unselected package node-glob-parent.
Preparing to unpack .../044-node-glob-parent_6.0.2+~5.1.1-2_all.deb ...
Unpacking node-glob-parent (6.0.2+~5.1.1-2) ...
Selecting previously unselected package libjs-inherits.
Preparing to unpack .../045-libjs-inherits_2.0.4-6_all.deb ...
Unpacking libjs-inherits (2.0.4-6) ...
Selecting previously unselected package node-inherits.
Preparing to unpack .../046-node-inherits_2.0.4-6_all.deb ...
Unpacking node-inherits (2.0.4-6) ...
Selecting previously unselected package node-binary-extensions.
Preparing to unpack .../047-node-binary-extensions_2.2.0-2_all.deb ...
Unpacking node-binary-extensions (2.2.0-2) ...
Selecting previously unselected package node-is-binary-path.
Preparing to unpack .../048-node-is-binary-path_2.1.0-5_all.deb ...
Unpacking node-is-binary-path (2.1.0-5) ...
Selecting previously unselected package node-path-is-absolute.
Preparing to unpack .../049-node-path-is-absolute_2.0.0-2_all.deb ...
Unpacking node-path-is-absolute (2.0.0-2) ...
Selecting previously unselected package node-graceful-fs.
Preparing to unpack .../050-node-graceful-fs_4.2.10-1_all.deb ...
Unpacking node-graceful-fs (4.2.10-1) ...
Selecting previously unselected package node-set-immediate-shim.
Preparing to unpack .../051-node-set-immediate-shim_2.0.0-2_all.deb ...
Unpacking node-set-immediate-shim (2.0.0-2) ...
Selecting previously unselected package node-readdirp.
Preparing to unpack .../052-node-readdirp_3.6.0-1_all.deb ...
Unpacking node-readdirp (3.6.0-1) ...
Selecting previously unselected package node-chokidar.
Preparing to unpack .../053-node-chokidar_3.6.0-2_all.deb ...
Unpacking node-chokidar (3.6.0-2) ...
Selecting previously unselected package node-ci-info.
Preparing to unpack .../054-node-ci-info_4.0.0+~cs1.1.0-1_all.deb ...
Unpacking node-ci-info (4.0.0+~cs1.1.0-1) ...
Selecting previously unselected package node-clean-yaml-object.
Preparing to unpack .../055-node-clean-yaml-object_0.1.0-6_all.deb ...
Unpacking node-clean-yaml-object (0.1.0-6) ...
Selecting previously unselected package node-slice-ansi.
Preparing to unpack .../056-node-slice-ansi_5.0.0+~cs9.0.0-5_all.deb ...
Unpacking node-slice-ansi (5.0.0+~cs9.0.0-5) ...
Selecting previously unselected package node-ansi-regex.
Preparing to unpack .../057-node-ansi-regex_5.0.1-1_all.deb ...
Unpacking node-ansi-regex (5.0.1-1) ...
Selecting previously unselected package node-strip-ansi.
Preparing to unpack .../058-node-strip-ansi_6.0.1-2_all.deb ...
Unpacking node-strip-ansi (6.0.1-2) ...
Selecting previously unselected package node-clone.
Preparing to unpack .../059-node-clone_2.1.2+~2.1.2-1_all.deb ...
Unpacking node-clone (2.1.2+~2.1.2-1) ...
Selecting previously unselected package node-defaults.
Preparing to unpack .../060-node-defaults_1.0.4+~1.0.3-1_all.deb ...
Unpacking node-defaults (1.0.4+~1.0.3-1) ...
Selecting previously unselected package node-wcwidth.js.
Preparing to unpack .../061-node-wcwidth.js_1.0.2-2_all.deb ...
Unpacking node-wcwidth.js (1.0.2-2) ...
Selecting previously unselected package node-string-width.
Preparing to unpack .../062-node-string-width_4.2.3+~cs13.2.3-1_all.deb ...
Unpacking node-string-width (4.2.3+~cs13.2.3-1) ...
Selecting previously unselected package node-cli-truncate.
Preparing to unpack .../063-node-cli-truncate_2.1.0-5_all.deb ...
Unpacking node-cli-truncate (2.1.0-5) ...
Selecting previously unselected package node-wrap-ansi.
Preparing to unpack .../064-node-wrap-ansi_8.0.1+~8.0.1-3_all.deb ...
Unpacking node-wrap-ansi (8.0.1+~8.0.1-3) ...
Selecting previously unselected package node-cliui.
Preparing to unpack .../065-node-cliui_7.0.4+repack+1+~cs1.4.2-2_all.deb ...
Unpacking node-cliui (7.0.4+repack+1+~cs1.4.2-2) ...
Selecting previously unselected package node-time-zone.
Preparing to unpack .../066-node-time-zone_1.0.0-5_all.deb ...
Unpacking node-time-zone (1.0.0-5) ...
Selecting previously unselected package node-date-time.
Preparing to unpack .../067-node-date-time_3.1.0-3_all.deb ...
Unpacking node-date-time (3.1.0-3) ...
Selecting previously unselected package node-esutils.
Preparing to unpack .../068-node-esutils_2.0.3+~2.0.0-1_all.deb ...
Unpacking node-esutils (2.0.3+~2.0.0-1) ...
Selecting previously unselected package node-lodash.
Preparing to unpack .../069-node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ...
Unpacking node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Selecting previously unselected package node-md5-o-matic.
Preparing to unpack .../070-node-md5-o-matic_0.1.1-5_all.deb ...
Unpacking node-md5-o-matic (0.1.1-5) ...
Selecting previously unselected package node-blueimp-md5.
Preparing to unpack .../071-node-blueimp-md5_2.19.0~ds-3_all.deb ...
Unpacking node-blueimp-md5 (2.19.0~ds-3) ...
Selecting previously unselected package node-md5-hex.
Preparing to unpack .../072-node-md5-hex_4.0.0-2_all.deb ...
Unpacking node-md5-hex (4.0.0-2) ...
Selecting previously unselected package node-lru-cache.
Preparing to unpack .../073-node-lru-cache_10.0.1-3_all.deb ...
Unpacking node-lru-cache (10.0.1-3) ...
Selecting previously unselected package node-semver.
Preparing to unpack .../074-node-semver_7.6.1+~7.5.8-1_all.deb ...
Unpacking node-semver (7.6.1+~7.5.8-1) ...
Selecting previously unselected package node-concordance.
Preparing to unpack .../075-node-concordance_5.0.4+~cs5.2.1-3_all.deb ...
Unpacking node-concordance (5.0.4+~cs5.2.1-3) ...
Selecting previously unselected package node-array-find-index.
Preparing to unpack .../076-node-array-find-index_1.0.2+~1.0.0-1_all.deb ...
Unpacking node-array-find-index (1.0.2+~1.0.0-1) ...
Selecting previously unselected package node-currently-unhandled.
Preparing to unpack .../077-node-currently-unhandled_0.4.1-4_all.deb ...
Unpacking node-currently-unhandled (0.4.1-4) ...
Selecting previously unselected package node-ms.
Preparing to unpack .../078-node-ms_2.1.3+~cs0.7.31-3_all.deb ...
Unpacking node-ms (2.1.3+~cs0.7.31-3) ...
Selecting previously unselected package node-debug.
Preparing to unpack .../079-node-debug_4.3.4+~cs4.1.7-1_all.deb ...
Unpacking node-debug (4.3.4+~cs4.1.7-1) ...
Selecting previously unselected package node-ignore.
Preparing to unpack .../080-node-ignore_5.2.1-1_all.deb ...
Unpacking node-ignore (5.2.1-1) ...
Selecting previously unselected package node-micromatch.
Preparing to unpack .../081-node-micromatch_4.0.7+~4.0.9-1_all.deb ...
Unpacking node-micromatch (4.0.7+~4.0.9-1) ...
Selecting previously unselected package node-pify.
Preparing to unpack .../082-node-pify_5.0.0+~cs5.0.1-1_all.deb ...
Unpacking node-pify (5.0.0+~cs5.0.1-1) ...
Selecting previously unselected package node-path-type.
Preparing to unpack .../083-node-path-type_4.0.0-3_all.deb ...
Unpacking node-path-type (4.0.0-3) ...
Selecting previously unselected package node-core-util-is.
Preparing to unpack .../084-node-core-util-is_1.0.3-1_all.deb ...
Unpacking node-core-util-is (1.0.3-1) ...
Selecting previously unselected package node-safe-buffer.
Preparing to unpack .../085-node-safe-buffer_5.2.1+~cs2.1.2-3_all.deb ...
Unpacking node-safe-buffer (5.2.1+~cs2.1.2-3) ...
Selecting previously unselected package node-string-decoder.
Preparing to unpack .../086-node-string-decoder_1.3.0-6_all.deb ...
Unpacking node-string-decoder (1.3.0-6) ...
Selecting previously unselected package node-process-nextick-args.
Preparing to unpack .../087-node-process-nextick-args_2.0.1-3_all.deb ...
Unpacking node-process-nextick-args (2.0.1-3) ...
Selecting previously unselected package node-util-deprecate.
Preparing to unpack .../088-node-util-deprecate_1.0.2-3_all.deb ...
Unpacking node-util-deprecate (1.0.2-3) ...
Selecting previously unselected package node-isarray.
Preparing to unpack .../089-node-isarray_2.0.5-4_all.deb ...
Unpacking node-isarray (2.0.5-4) ...
Selecting previously unselected package node-readable-stream.
Preparing to unpack .../090-node-readable-stream_3.6.0+~cs3.0.0-4_all.deb ...
Unpacking node-readable-stream (3.6.0+~cs3.0.0-4) ...
Selecting previously unselected package node-n3.
Preparing to unpack .../091-node-n3_1.16.3+~1.2.3+~1.10.4-1_all.deb ...
Unpacking node-n3 (1.16.3+~1.2.3+~1.10.4-1) ...
Selecting previously unselected package node-slash.
Preparing to unpack .../092-node-slash_4.0.0-3_all.deb ...
Unpacking node-slash (4.0.0-3) ...
Selecting previously unselected package node-globby.
Preparing to unpack .../093-node-globby_13.1.3+~cs16.25.40-3_all.deb ...
Unpacking node-globby (13.1.3+~cs16.25.40-3) ...
Selecting previously unselected package node-is-path-cwd.
Preparing to unpack .../094-node-is-path-cwd_2.2.0-2_all.deb ...
Unpacking node-is-path-cwd (2.2.0-2) ...
Selecting previously unselected package node-path-is-inside.
Preparing to unpack .../095-node-path-is-inside_1.0.2+~1.0.0-1_all.deb ...
Unpacking node-path-is-inside (1.0.2+~1.0.0-1) ...
Selecting previously unselected package node-is-path-inside.
Preparing to unpack .../096-node-is-path-inside_3.0.3-2_all.deb ...
Unpacking node-is-path-inside (3.0.3-2) ...
Selecting previously unselected package node-indent-string.
Preparing to unpack .../097-node-indent-string_4.0.0-2_all.deb ...
Unpacking node-indent-string (4.0.0-2) ...
Selecting previously unselected package node-p-map.
Preparing to unpack .../098-node-p-map_4.0.0+~3.1.0+~3.0.1-2_all.deb ...
Unpacking node-p-map (4.0.0+~3.1.0+~3.0.1-2) ...
Selecting previously unselected package node-fs.realpath.
Preparing to unpack .../099-node-fs.realpath_1.0.0-3_all.deb ...
Unpacking node-fs.realpath (1.0.0-3) ...
Selecting previously unselected package node-wrappy.
Preparing to unpack .../100-node-wrappy_1.0.2-3_all.deb ...
Unpacking node-wrappy (1.0.2-3) ...
Selecting previously unselected package node-once.
Preparing to unpack .../101-node-once_1.4.1-1_all.deb ...
Unpacking node-once (1.4.1-1) ...
Selecting previously unselected package node-inflight.
Preparing to unpack .../102-node-inflight_1.0.6-2_all.deb ...
Unpacking node-inflight (1.0.6-2) ...
Selecting previously unselected package node-glob.
Preparing to unpack .../103-node-glob_8.1.0+~cs8.5.15-1_all.deb ...
Unpacking node-glob (8.1.0+~cs8.5.15-1) ...
Selecting previously unselected package node-rimraf.
Preparing to unpack .../104-node-rimraf_3.0.2-2_all.deb ...
Unpacking node-rimraf (3.0.2-2) ...
Selecting previously unselected package node-del.
Preparing to unpack .../105-node-del_7.1.0-1_all.deb ...
Unpacking node-del (7.1.0-1) ...
Selecting previously unselected package node-emittery.
Preparing to unpack .../106-node-emittery_1.0.1-1_all.deb ...
Unpacking node-emittery (1.0.1-1) ...
Selecting previously unselected package node-get-stream.
Preparing to unpack .../107-node-get-stream_8.0.1-11_all.deb ...
Unpacking node-get-stream (8.0.1-11) ...
Selecting previously unselected package node-is-stream.
Preparing to unpack .../108-node-is-stream_3.0.0-4_all.deb ...
Unpacking node-is-stream (3.0.0-4) ...
Selecting previously unselected package node-merge-stream.
Preparing to unpack .../109-node-merge-stream_2.0.0+~1.1.2-2_all.deb ...
Unpacking node-merge-stream (2.0.0+~1.1.2-2) ...
Selecting previously unselected package node-mimic-fn.
Preparing to unpack .../110-node-mimic-fn_4.0.0-5_all.deb ...
Unpacking node-mimic-fn (4.0.0-5) ...
Selecting previously unselected package node-npm-run-path.
Preparing to unpack .../111-node-npm-run-path_5.1.0+~4.0.0-8_all.deb ...
Unpacking node-npm-run-path (5.1.0+~4.0.0-8) ...
Selecting previously unselected package node-shebang-regex.
Preparing to unpack .../112-node-shebang-regex_3.0.0-2_all.deb ...
Unpacking node-shebang-regex (3.0.0-2) ...
Selecting previously unselected package node-shebang-command.
Preparing to unpack .../113-node-shebang-command_2.0.0-1_all.deb ...
Unpacking node-shebang-command (2.0.0-1) ...
Selecting previously unselected package node-signal-exit.
Preparing to unpack .../114-node-signal-exit_4.1.0-7_all.deb ...
Unpacking node-signal-exit (4.1.0-7) ...
Selecting previously unselected package node-strip-eof.
Preparing to unpack .../115-node-strip-eof_3.0.0-5_all.deb ...
Unpacking node-strip-eof (3.0.0-5) ...
Selecting previously unselected package node-isexe.
Preparing to unpack .../116-node-isexe_2.0.0+~2.0.1-5_all.deb ...
Unpacking node-isexe (2.0.0+~2.0.1-5) ...
Selecting previously unselected package node-which.
Preparing to unpack .../117-node-which_2.0.2+~cs1.3.2-3_all.deb ...
Unpacking node-which (2.0.2+~cs1.3.2-3) ...
Selecting previously unselected package node-execa.
Preparing to unpack .../118-node-execa_8.0.1+dfsg1+~cs12.0.0-1_all.deb ...
Unpacking node-execa (8.0.1+dfsg1+~cs12.0.0-1) ...
Selecting previously unselected package node-p-limit.
Preparing to unpack .../119-node-p-limit_4.0.0+~cs4.0.0-5_all.deb ...
Unpacking node-p-limit (4.0.0+~cs4.0.0-5) ...
Selecting previously unselected package node-p-locate.
Preparing to unpack .../120-node-p-locate_6.0.0-12_all.deb ...
Unpacking node-p-locate (6.0.0-12) ...
Selecting previously unselected package node-locate-path.
Preparing to unpack .../121-node-locate-path_7.1.1-2_all.deb ...
Unpacking node-locate-path (7.1.1-2) ...
Selecting previously unselected package node-path-exists.
Preparing to unpack .../122-node-path-exists_5.0.0-8_all.deb ...
Unpacking node-path-exists (5.0.0-8) ...
Selecting previously unselected package node-find-up.
Preparing to unpack .../123-node-find-up_6.3.0-7_all.deb ...
Unpacking node-find-up (6.3.0-7) ...
Selecting previously unselected package node-ignore-by-default.
Preparing to unpack .../124-node-ignore-by-default_2.1.0-1_all.deb ...
Unpacking node-ignore-by-default (2.1.0-1) ...
Selecting previously unselected package node-ansi-colors.
Preparing to unpack .../125-node-ansi-colors_4.1.3-2_all.deb ...
Unpacking node-ansi-colors (4.1.3-2) ...
Selecting previously unselected package node-browser-stdout.
Preparing to unpack .../126-node-browser-stdout_1.3.1-7_all.deb ...
Unpacking node-browser-stdout (1.3.1-7) ...
Selecting previously unselected package node-camelcase.
Preparing to unpack .../127-node-camelcase_7.0.0-3_all.deb ...
Unpacking node-camelcase (7.0.0-3) ...
Selecting previously unselected package node-decamelize.
Preparing to unpack .../128-node-decamelize_4.0.0-2_all.deb ...
Unpacking node-decamelize (4.0.0-2) ...
Selecting previously unselected package node-diff.
Preparing to unpack .../129-node-diff_5.0.0~dfsg+~5.0.1-4_all.deb ...
Unpacking node-diff (5.0.0~dfsg+~5.0.1-4) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../130-libgdk-pixbuf2.0-common_2.42.12+dfsg-1_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-1) ...
Selecting previously unselected package libjpeg62-turbo:arm64.
Preparing to unpack .../131-libjpeg62-turbo_1%3a2.1.5-3+b1_arm64.deb ...
Unpacking libjpeg62-turbo:arm64 (1:2.1.5-3+b1) ...
Selecting previously unselected package libpng16-16t64:arm64.
Preparing to unpack .../132-libpng16-16t64_1.6.44-2_arm64.deb ...
Unpacking libpng16-16t64:arm64 (1.6.44-2) ...
Selecting previously unselected package libdeflate0:arm64.
Preparing to unpack .../133-libdeflate0_1.22-1_arm64.deb ...
Unpacking libdeflate0:arm64 (1.22-1) ...
Selecting previously unselected package libjbig0:arm64.
Preparing to unpack .../134-libjbig0_2.1-6.1+b2_arm64.deb ...
Unpacking libjbig0:arm64 (2.1-6.1+b2) ...
Selecting previously unselected package liblerc4:arm64.
Preparing to unpack .../135-liblerc4_4.0.0+ds-5_arm64.deb ...
Unpacking liblerc4:arm64 (4.0.0+ds-5) ...
Selecting previously unselected package libsharpyuv0:arm64.
Preparing to unpack .../136-libsharpyuv0_1.4.0-0.1+b1_arm64.deb ...
Unpacking libsharpyuv0:arm64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libwebp7:arm64.
Preparing to unpack .../137-libwebp7_1.4.0-0.1+b1_arm64.deb ...
Unpacking libwebp7:arm64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libtiff6:arm64.
Preparing to unpack .../138-libtiff6_4.5.1+git230720-5_arm64.deb ...
Unpacking libtiff6:arm64 (4.5.1+git230720-5) ...
Selecting previously unselected package libgdk-pixbuf-2.0-0:arm64.
Preparing to unpack .../139-libgdk-pixbuf-2.0-0_2.42.12+dfsg-1+b1_arm64.deb ...
Unpacking libgdk-pixbuf-2.0-0:arm64 (2.42.12+dfsg-1+b1) ...
Selecting previously unselected package libnotify4:arm64.
Preparing to unpack .../140-libnotify4_0.8.3-1+b2_arm64.deb ...
Unpacking libnotify4:arm64 (0.8.3-1+b2) ...
Selecting previously unselected package libnotify-bin.
Preparing to unpack .../141-libnotify-bin_0.8.3-1+b2_arm64.deb ...
Unpacking libnotify-bin (0.8.3-1+b2) ...
Selecting previously unselected package node-growl.
Preparing to unpack .../142-node-growl_1.10.5-4_all.deb ...
Unpacking node-growl (1.10.5-4) ...
Selecting previously unselected package node-he.
Preparing to unpack .../143-node-he_1.2.0-4_all.deb ...
Unpacking node-he (1.2.0-4) ...
Selecting previously unselected package node-is-plain-obj.
Preparing to unpack .../144-node-is-plain-obj_3.0.0-2_all.deb ...
Unpacking node-is-plain-obj (3.0.0-2) ...
Selecting previously unselected package libjs-sprintf-js.
Preparing to unpack .../145-libjs-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ...
Unpacking libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Selecting previously unselected package node-sprintf-js.
Preparing to unpack .../146-node-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ...
Unpacking node-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Selecting previously unselected package node-argparse.
Preparing to unpack .../147-node-argparse_2.0.1-2_all.deb ...
Unpacking node-argparse (2.0.1-2) ...
Selecting previously unselected package node-esprima.
Preparing to unpack .../148-node-esprima_4.0.1+ds+~4.0.3-2_all.deb ...
Unpacking node-esprima (4.0.1+ds+~4.0.3-2) ...
Selecting previously unselected package node-js-yaml.
Preparing to unpack .../149-node-js-yaml_4.1.0+dfsg+~4.0.5-7_all.deb ...
Unpacking node-js-yaml (4.1.0+dfsg+~4.0.5-7) ...
Selecting previously unselected package node-isobject.
Preparing to unpack .../150-node-isobject_4.0.0-2_all.deb ...
Unpacking node-isobject (4.0.0-2) ...
Selecting previously unselected package node-picocolors.
Preparing to unpack .../151-node-picocolors_1.0.0-4_all.deb ...
Unpacking node-picocolors (1.0.0-4) ...
Selecting previously unselected package node-postcss.
Preparing to unpack .../152-node-postcss_8.4.39+~cs9.2.29-1_all.deb ...
Unpacking node-postcss (8.4.39+~cs9.2.29-1) ...
Selecting previously unselected package node-randombytes.
Preparing to unpack .../153-node-randombytes_2.1.0+~2.0.0-2_all.deb ...
Unpacking node-randombytes (2.1.0+~2.0.0-2) ...
Selecting previously unselected package node-serialize-javascript.
Preparing to unpack .../154-node-serialize-javascript_6.0.1-1_all.deb ...
Unpacking node-serialize-javascript (6.0.1-1) ...
Selecting previously unselected package node-strip-json-comments.
Preparing to unpack .../155-node-strip-json-comments_4.0.0-4_all.deb ...
Unpacking node-strip-json-comments (4.0.0-4) ...
Selecting previously unselected package node-wide-align.
Preparing to unpack .../156-node-wide-align_1.1.3-4_all.deb ...
Unpacking node-wide-align (1.1.3-4) ...
Selecting previously unselected package node-caniuse-lite.
Preparing to unpack .../157-node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2_all.deb ...
Unpacking node-caniuse-lite (1.0.30001620+dfsg+~1.0.5-2) ...
Selecting previously unselected package node-electron-to-chromium.
Preparing to unpack .../158-node-electron-to-chromium_1.4.773-1_all.deb ...
Unpacking node-electron-to-chromium (1.4.773-1) ...
Selecting previously unselected package node-browserslist.
Preparing to unpack .../159-node-browserslist_4.23.0+~cs6.1.32-1_all.deb ...
Unpacking node-browserslist (4.23.0+~cs6.1.32-1) ...
Selecting previously unselected package node-get-caller-file.
Preparing to unpack .../160-node-get-caller-file_2.0.5+~cs1.1.1-4_all.deb ...
Unpacking node-get-caller-file (2.0.5+~cs1.1.1-4) ...
Selecting previously unselected package node-require-directory.
Preparing to unpack .../161-node-require-directory_2.1.1+~2.1.2-1_all.deb ...
Unpacking node-require-directory (2.1.1+~2.1.2-1) ...
Selecting previously unselected package node-y18n.
Preparing to unpack .../162-node-y18n_5.0.8+~5.0.0-3_all.deb ...
Unpacking node-y18n (5.0.8+~5.0.0-3) ...
Selecting previously unselected package node-yargs-parser.
Preparing to unpack .../163-node-yargs-parser_21.1.1+~21.0.0-4_all.deb ...
Unpacking node-yargs-parser (21.1.1+~21.0.0-4) ...
Selecting previously unselected package node-yargs.
Preparing to unpack .../164-node-yargs_16.2.0+~16.0.4-7_all.deb ...
Unpacking node-yargs (16.2.0+~16.0.4-7) ...
Selecting previously unselected package mocha.
Preparing to unpack .../165-mocha_10.7.2+ds1+~cs33.1.11-2_all.deb ...
Unpacking mocha (10.7.2+ds1+~cs33.1.11-2) ...
Selecting previously unselected package node-ansi-escapes.
Preparing to unpack .../166-node-ansi-escapes_5.0.0+really.4.3.1-1_all.deb ...
Unpacking node-ansi-escapes (5.0.0+really.4.3.1-1) ...
Selecting previously unselected package node-bl.
Preparing to unpack .../167-node-bl_5.1.0-1_all.deb ...
Unpacking node-bl (5.1.0-1) ...
Selecting previously unselected package node-restore-cursor.
Preparing to unpack .../168-node-restore-cursor_4.0.0-4_all.deb ...
Unpacking node-restore-cursor (4.0.0-4) ...
Selecting previously unselected package node-cli-cursor.
Preparing to unpack .../169-node-cli-cursor_4.0.0-3_all.deb ...
Unpacking node-cli-cursor (4.0.0-3) ...
Selecting previously unselected package node-cli-spinners.
Preparing to unpack .../170-node-cli-spinners_2.7.0-1_all.deb ...
Unpacking node-cli-spinners (2.7.0-1) ...
Selecting previously unselected package node-cli-width.
Preparing to unpack .../171-node-cli-width_3.0.0-2_all.deb ...
Unpacking node-cli-width (3.0.0-2) ...
Selecting previously unselected package node-iconv-lite.
Preparing to unpack .../172-node-iconv-lite_0.6.3-3_all.deb ...
Unpacking node-iconv-lite (0.6.3-3) ...
Selecting previously unselected package node-jschardet.
Preparing to unpack .../173-node-jschardet_3.0.0+dfsg+~1.4.0-3_all.deb ...
Unpacking node-jschardet (3.0.0+dfsg+~1.4.0-3) ...
Selecting previously unselected package node-tmp.
Preparing to unpack .../174-node-tmp_0.2.2+dfsg+~0.2.3-1_all.deb ...
Unpacking node-tmp (0.2.2+dfsg+~0.2.3-1) ...
Selecting previously unselected package node-external-editor.
Preparing to unpack .../175-node-external-editor_3.1.0+dfsg-2_all.deb ...
Unpacking node-external-editor (3.1.0+dfsg-2) ...
Selecting previously unselected package node-mute-stream.
Preparing to unpack .../176-node-mute-stream_0.0.8+~0.0.1-3_all.deb ...
Unpacking node-mute-stream (0.0.8+~0.0.1-3) ...
Selecting previously unselected package node-run-async.
Preparing to unpack .../177-node-run-async_2.4.1-2_all.deb ...
Unpacking node-run-async (2.4.1-2) ...
Selecting previously unselected package node-through.
Preparing to unpack .../178-node-through_2.3.8+~cs0.0.30-1_all.deb ...
Unpacking node-through (2.3.8+~cs0.0.30-1) ...
Selecting previously unselected package node-tslib.
Preparing to unpack .../179-node-tslib_2.4.1-1_all.deb ...
Unpacking node-tslib (2.4.1-1) ...
Selecting previously unselected package node-inquirer.
Preparing to unpack .../180-node-inquirer_8.2.5+~cs26.8.16-1_all.deb ...
Unpacking node-inquirer (8.2.5+~cs26.8.16-1) ...
Selecting previously unselected package node-is-plain-object.
Preparing to unpack .../181-node-is-plain-object_5.0.0-7_all.deb ...
Unpacking node-is-plain-object (5.0.0-7) ...
Selecting previously unselected package node-is-promise.
Preparing to unpack .../182-node-is-promise_4.0.0-2_all.deb ...
Unpacking node-is-promise (4.0.0-2) ...
Selecting previously unselected package node-object-assign.
Preparing to unpack .../183-node-object-assign_4.1.1-7_all.deb ...
Unpacking node-object-assign (4.1.1-7) ...
Selecting previously unselected package node-lodash-packages.
Preparing to unpack .../184-node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ...
Unpacking node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Selecting previously unselected package node-function-bind.
Preparing to unpack .../185-node-function-bind_1.1.2+~cs2.1.14-1_all.deb ...
Unpacking node-function-bind (1.1.2+~cs2.1.14-1) ...
Selecting previously unselected package node-object-inspect.
Preparing to unpack .../186-node-object-inspect_1.12.2+~cs1.8.1-1_all.deb ...
Unpacking node-object-inspect (1.12.2+~cs1.8.1-1) ...
Selecting previously unselected package node-es-abstract.
Preparing to unpack .../187-node-es-abstract_1.20.4+~cs26.27.47-2_all.deb ...
Unpacking node-es-abstract (1.20.4+~cs26.27.47-2) ...
Selecting previously unselected package node-resolve.
Preparing to unpack .../188-node-resolve_1.22.8+~cs5.34.15-2_all.deb ...
Unpacking node-resolve (1.22.8+~cs5.34.15-2) ...
Selecting previously unselected package node-define-properties.
Preparing to unpack .../189-node-define-properties_1.2.1+~cs2.2.3-1_all.deb ...
Unpacking node-define-properties (1.2.1+~cs2.2.3-1) ...
Selecting previously unselected package node-debbundle-es-to-primitive.
Preparing to unpack .../190-node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2_all.deb ...
Unpacking node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ...
Selecting previously unselected package node-is-descriptor.
Preparing to unpack .../191-node-is-descriptor_3.0.0-2_all.deb ...
Unpacking node-is-descriptor (3.0.0-2) ...
Selecting previously unselected package node-define-property.
Preparing to unpack .../192-node-define-property_2.0.2+really+2.0.2-3_all.deb ...
Unpacking node-define-property (2.0.2+really+2.0.2-3) ...
Selecting previously unselected package node-defined.
Preparing to unpack .../193-node-defined_1.0.1+~1.0.0-1_all.deb ...
Unpacking node-defined (1.0.1+~1.0.0-1) ...
Selecting previously unselected package node-neo-async.
Preparing to unpack .../194-node-neo-async_2.6.2+~cs3.0.0-3_all.deb ...
Unpacking node-neo-async (2.6.2+~cs3.0.0-3) ...
Selecting previously unselected package node-minimist.
Preparing to unpack .../195-node-minimist_1.2.8+~cs5.3.5-1_all.deb ...
Unpacking node-minimist (1.2.8+~cs5.3.5-1) ...
Selecting previously unselected package node-wordwrap.
Preparing to unpack .../196-node-wordwrap_1.0.0-4_all.deb ...
Unpacking node-wordwrap (1.0.0-4) ...
Selecting previously unselected package node-optimist.
Preparing to unpack .../197-node-optimist_0.6.1+~0.0.30-2_all.deb ...
Unpacking node-optimist (0.6.1+~0.0.30-2) ...
Selecting previously unselected package libjs-source-map.
Preparing to unpack .../198-libjs-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ...
Unpacking libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Selecting previously unselected package node-source-map.
Preparing to unpack .../199-node-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ...
Unpacking node-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Selecting previously unselected package handlebars.
Preparing to unpack .../200-handlebars_3%3a4.7.7+~4.1.0-1_all.deb ...
Unpacking handlebars (3:4.7.7+~4.1.0-1) ...
Selecting previously unselected package libjs-prettify.
Preparing to unpack .../201-libjs-prettify_2015.12.04+dfsg-1.1_all.deb ...
Unpacking libjs-prettify (2015.12.04+dfsg-1.1) ...
Selecting previously unselected package node-abbrev.
Preparing to unpack .../202-node-abbrev_1.1.1+~1.1.2-1_all.deb ...
Unpacking node-abbrev (1.1.1+~1.1.2-1) ...
Selecting previously unselected package node-archy.
Preparing to unpack .../203-node-archy_1.0.0-6_all.deb ...
Unpacking node-archy (1.0.0-6) ...
Selecting previously unselected package node-async.
Preparing to unpack .../204-node-async_3.2.6+dfsg-2_all.deb ...
Unpacking node-async (3.2.6+dfsg-2) ...
Selecting previously unselected package node-convert-source-map.
Preparing to unpack .../205-node-convert-source-map_1.9.0+~1.5.2-1_all.deb ...
Unpacking node-convert-source-map (1.9.0+~1.5.2-1) ...
Selecting previously unselected package node-es6-error.
Preparing to unpack .../206-node-es6-error_4.1.1-5_all.deb ...
Unpacking node-es6-error (4.1.1-5) ...
Selecting previously unselected package node-estraverse.
Preparing to unpack .../207-node-estraverse_5.3.0+ds+~5.1.1-1_all.deb ...
Unpacking node-estraverse (5.3.0+ds+~5.1.1-1) ...
Selecting previously unselected package node-deep-is.
Preparing to unpack .../208-node-deep-is_0.1.4-1_all.deb ...
Unpacking node-deep-is (0.1.4-1) ...
Selecting previously unselected package node-fast-levenshtein.
Preparing to unpack .../209-node-fast-levenshtein_2.0.6+ds-3_all.deb ...
Unpacking node-fast-levenshtein (2.0.6+ds-3) ...
Selecting previously unselected package node-prelude-ls.
Preparing to unpack .../210-node-prelude-ls_1.2.1+dfsg-3_all.deb ...
Unpacking node-prelude-ls (1.2.1+dfsg-3) ...
Selecting previously unselected package node-type-check.
Preparing to unpack .../211-node-type-check_0.4.0+dfsg-3_all.deb ...
Unpacking node-type-check (0.4.0+dfsg-3) ...
Selecting previously unselected package node-levn.
Preparing to unpack .../212-node-levn_0.4.1+dfsg-2_all.deb ...
Unpacking node-levn (0.4.1+dfsg-2) ...
Selecting previously unselected package node-optionator.
Preparing to unpack .../213-node-optionator_0.9.1+dfsg+~cs1.2.3-1_all.deb ...
Unpacking node-optionator (0.9.1+dfsg+~cs1.2.3-1) ...
Selecting previously unselected package node-escodegen.
Preparing to unpack .../214-node-escodegen_2.1.0+dfsg+~0.0.8-1_all.deb ...
Unpacking node-escodegen (2.1.0+dfsg+~0.0.8-1) ...
Selecting previously unselected package node-commondir.
Preparing to unpack .../215-node-commondir_1.0.1+~1.0.0-1_all.deb ...
Unpacking node-commondir (1.0.1+~1.0.0-1) ...
Selecting previously unselected package node-make-dir.
Preparing to unpack .../216-node-make-dir_3.1.0-3_all.deb ...
Unpacking node-make-dir (3.1.0-3) ...
Selecting previously unselected package node-pkg-dir.
Preparing to unpack .../217-node-pkg-dir_5.0.0-2_all.deb ...
Unpacking node-pkg-dir (5.0.0-2) ...
Selecting previously unselected package node-find-cache-dir.
Preparing to unpack .../218-node-find-cache-dir_3.3.2+~3.2.1-1_all.deb ...
Unpacking node-find-cache-dir (3.3.2+~3.2.1-1) ...
Selecting previously unselected package node-foreground-child.
Preparing to unpack .../219-node-foreground-child_3.1.1-2_all.deb ...
Unpacking node-foreground-child (3.1.1-2) ...
Selecting previously unselected package node-is-windows.
Preparing to unpack .../220-node-is-windows_1.0.2+~cs1.0.0-1_all.deb ...
Unpacking node-is-windows (1.0.2+~cs1.0.0-1) ...
Selecting previously unselected package node-ampproject-remapping.
Preparing to unpack .../221-node-ampproject-remapping_2.2.0+~cs5.15.37-1_all.deb ...
Unpacking node-ampproject-remapping (2.2.0+~cs5.15.37-1) ...
Selecting previously unselected package node-mkdirp.
Preparing to unpack .../222-node-mkdirp_2.1.6+~cs5.2.1-2_all.deb ...
Unpacking node-mkdirp (2.1.6+~cs5.2.1-2) ...
Selecting previously unselected package node-nopt.
Preparing to unpack .../223-node-nopt_5.0.0-4_all.deb ...
Unpacking node-nopt (5.0.0-4) ...
Selecting previously unselected package node-resolve-from.
Preparing to unpack .../224-node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1_all.deb ...
Unpacking node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
Selecting previously unselected package node-strip-bom.
Preparing to unpack .../225-node-strip-bom_4.0.0-2_all.deb ...
Unpacking node-strip-bom (4.0.0-2) ...
Selecting previously unselected package node-hosted-git-info.
Preparing to unpack .../226-node-hosted-git-info_6.1.1-2_all.deb ...
Unpacking node-hosted-git-info (6.1.1-2) ...
Selecting previously unselected package node-spdx-license-ids.
Preparing to unpack .../227-node-spdx-license-ids_3.0.12-1_all.deb ...
Unpacking node-spdx-license-ids (3.0.12-1) ...
Selecting previously unselected package node-spdx-exceptions.
Preparing to unpack .../228-node-spdx-exceptions_2.3.0-2_all.deb ...
Unpacking node-spdx-exceptions (2.3.0-2) ...
Selecting previously unselected package node-spdx-expression-parse.
Preparing to unpack .../229-node-spdx-expression-parse_3.0.1+~3.0.1-1_all.deb ...
Unpacking node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Selecting previously unselected package node-spdx-correct.
Preparing to unpack .../230-node-spdx-correct_3.1.1-2_all.deb ...
Unpacking node-spdx-correct (3.1.1-2) ...
Selecting previously unselected package node-validate-npm-package-license.
Preparing to unpack .../231-node-validate-npm-package-license_3.0.4-2_all.deb ...
Unpacking node-validate-npm-package-license (3.0.4-2) ...
Selecting previously unselected package node-normalize-package-data.
Preparing to unpack .../232-node-normalize-package-data_4.0.1+~2.4.1-1_all.deb ...
Unpacking node-normalize-package-data (4.0.1+~2.4.1-1) ...
Selecting previously unselected package node-read-pkg.
Preparing to unpack .../233-node-read-pkg_5.2.0-2_all.deb ...
Unpacking node-read-pkg (5.2.0-2) ...
Selecting previously unselected package node-uuid.
Preparing to unpack .../234-node-uuid_8.3.2+~8.3.4-1_all.deb ...
Unpacking node-uuid (8.3.2+~8.3.4-1) ...
Selecting previously unselected package node-imurmurhash.
Preparing to unpack .../235-node-imurmurhash_0.1.4+dfsg+~0.1.1-2_all.deb ...
Unpacking node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ...
Selecting previously unselected package libjs-is-typedarray.
Preparing to unpack .../236-libjs-is-typedarray_1.0.0-4_all.deb ...
Unpacking libjs-is-typedarray (1.0.0-4) ...
Selecting previously unselected package node-is-typedarray.
Preparing to unpack .../237-node-is-typedarray_1.0.0-4_all.deb ...
Unpacking node-is-typedarray (1.0.0-4) ...
Selecting previously unselected package libjs-typedarray-to-buffer.
Preparing to unpack .../238-libjs-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking libjs-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package node-typedarray-to-buffer.
Preparing to unpack .../239-node-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking node-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package node-write-file-atomic.
Preparing to unpack .../240-node-write-file-atomic_4.0.2+~4.0.0-2_all.deb ...
Unpacking node-write-file-atomic (4.0.2+~4.0.0-2) ...
Selecting previously unselected package node-istanbul.
Preparing to unpack .../241-node-istanbul_0.4.5+repack10+~cs98.25.59-3_all.deb ...
Unpacking node-istanbul (0.4.5+repack10+~cs98.25.59-3) ...
Selecting previously unselected package node-resumer.
Preparing to unpack .../242-node-resumer_0.0.0-6_all.deb ...
Unpacking node-resumer (0.0.0-6) ...
Selecting previously unselected package node-tape.
Preparing to unpack .../243-node-tape_5.6.1+~cs8.20.19-2_all.deb ...
Unpacking node-tape (5.6.1+~cs8.20.19-2) ...
Selecting previously unselected package node-deep-equal.
Preparing to unpack .../244-node-deep-equal_2.2.3+~cs43.15.94-1_all.deb ...
Unpacking node-deep-equal (2.2.3+~cs43.15.94-1) ...
Selecting previously unselected package libjs-util.
Preparing to unpack .../245-libjs-util_0.12.5+~1.0.10-1_all.deb ...
Unpacking libjs-util (0.12.5+~1.0.10-1) ...
Selecting previously unselected package node-util.
Preparing to unpack .../246-node-util_0.12.5+~1.0.10-1_all.deb ...
Unpacking node-util (0.12.5+~1.0.10-1) ...
Selecting previously unselected package node-assert.
Preparing to unpack .../247-node-assert_2.0.0+~cs3.9.8-2_all.deb ...
Unpacking node-assert (2.0.0+~cs3.9.8-2) ...
Selecting previously unselected package node-babel-plugin-add-module-exports.
Preparing to unpack .../248-node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4_all.deb ...
Unpacking node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ...
Selecting previously unselected package node-regenerator-runtime.
Preparing to unpack .../249-node-regenerator-runtime_0.15.2+~0.10.8-1_all.deb ...
Unpacking node-regenerator-runtime (0.15.2+~0.10.8-1) ...
Selecting previously unselected package node-babel7-runtime.
Preparing to unpack .../250-node-babel7-runtime_7.20.15+ds1+~cs214.269.168-7_all.deb ...
Unpacking node-babel7-runtime (7.20.15+ds1+~cs214.269.168-7) ...
Selecting previously unselected package node-babel-helper-define-polyfill-provider.
Preparing to unpack .../251-node-babel-helper-define-polyfill-provider_0.3.3~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ...
Selecting previously unselected package node-babel-plugin-polyfill-corejs2.
Preparing to unpack .../252-node-babel-plugin-polyfill-corejs2_0.3.3~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ...
Selecting previously unselected package node-core-js-compat.
Preparing to unpack .../253-node-core-js-compat_3.33.2-1_all.deb ...
Unpacking node-core-js-compat (3.33.2-1) ...
Selecting previously unselected package node-babel-plugin-polyfill-corejs3.
Preparing to unpack .../254-node-babel-plugin-polyfill-corejs3_0.6.0~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ...
Selecting previously unselected package node-babel-plugin-polyfill-regenerator.
Preparing to unpack .../255-node-babel-plugin-polyfill-regenerator_0.4.1~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ...
Selecting previously unselected package node-for-in.
Preparing to unpack .../256-node-for-in_1.0.2-4_all.deb ...
Unpacking node-for-in (1.0.2-4) ...
Selecting previously unselected package node-for-own.
Preparing to unpack .../257-node-for-own_1.0.0-3_all.deb ...
Unpacking node-for-own (1.0.0-3) ...
Selecting previously unselected package node-is-extendable.
Preparing to unpack .../258-node-is-extendable_1.0.1-3_all.deb ...
Unpacking node-is-extendable (1.0.1-3) ...
Selecting previously unselected package node-clone-deep.
Preparing to unpack .../259-node-clone-deep_4.0.1+~cs7.0.2-1_all.deb ...
Unpacking node-clone-deep (4.0.1+~cs7.0.2-1) ...
Selecting previously unselected package node-core-js.
Preparing to unpack .../260-node-core-js_3.33.2-1_all.deb ...
Unpacking node-core-js (3.33.2-1) ...
Selecting previously unselected package node-core-js-pure.
Preparing to unpack .../261-node-core-js-pure_3.33.2-1_all.deb ...
Unpacking node-core-js-pure (3.33.2-1) ...
Selecting previously unselected package node-fs-readdir-recursive.
Preparing to unpack .../262-node-fs-readdir-recursive_1.1.0+~1.1.0-1_all.deb ...
Unpacking node-fs-readdir-recursive (1.1.0+~1.1.0-1) ...
Selecting previously unselected package node-globals.
Preparing to unpack .../263-node-globals_13.23.0-1_all.deb ...
Unpacking node-globals (13.23.0-1) ...
Selecting previously unselected package node-js-tokens.
Preparing to unpack .../264-node-js-tokens_8.0.0-2_all.deb ...
Unpacking node-js-tokens (8.0.0-2) ...
Selecting previously unselected package node-jsesc.
Preparing to unpack .../265-node-jsesc_3.0.2+~3.0.1-1_all.deb ...
Unpacking node-jsesc (3.0.2+~3.0.1-1) ...
Selecting previously unselected package node-json5.
Preparing to unpack .../266-node-json5_2.2.3+dfsg-1_all.deb ...
Unpacking node-json5 (2.2.3+dfsg-1) ...
Selecting previously unselected package node-quick-lru.
Preparing to unpack .../267-node-quick-lru_6.1.1-4_all.deb ...
Unpacking node-quick-lru (6.1.1-4) ...
Selecting previously unselected package node-regenerator-transform.
Preparing to unpack .../268-node-regenerator-transform_0.15.2+~0.10.8-1_all.deb ...
Unpacking node-regenerator-transform (0.15.2+~0.10.8-1) ...
Selecting previously unselected package libjs-regenerate.
Preparing to unpack .../269-libjs-regenerate_1.4.2-3_all.deb ...
Unpacking libjs-regenerate (1.4.2-3) ...
Selecting previously unselected package node-regenerate.
Preparing to unpack .../270-node-regenerate_1.4.2-3_all.deb ...
Unpacking node-regenerate (1.4.2-3) ...
Selecting previously unselected package node-regenerate-unicode-properties.
Preparing to unpack .../271-node-regenerate-unicode-properties_10.1.0+ds-1_all.deb ...
Unpacking node-regenerate-unicode-properties (10.1.0+ds-1) ...
Selecting previously unselected package node-regjsgen.
Preparing to unpack .../272-node-regjsgen_0.7.1+ds-1_all.deb ...
Unpacking node-regjsgen (0.7.1+ds-1) ...
Selecting previously unselected package node-regjsparser.
Preparing to unpack .../273-node-regjsparser_0.9.1+ds-2_all.deb ...
Unpacking node-regjsparser (0.9.1+ds-2) ...
Selecting previously unselected package node-unicode-canonical-property-names-ecmascript.
Preparing to unpack .../274-node-unicode-canonical-property-names-ecmascript_2.0.0-2_all.deb ...
Unpacking node-unicode-canonical-property-names-ecmascript (2.0.0-2) ...
Selecting previously unselected package node-unicode-property-aliases-ecmascript.
Preparing to unpack .../275-node-unicode-property-aliases-ecmascript_2.1.0+ds-1_all.deb ...
Unpacking node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ...
Selecting previously unselected package node-unicode-match-property-ecmascript.
Preparing to unpack .../276-node-unicode-match-property-ecmascript_2.0.0-2_all.deb ...
Unpacking node-unicode-match-property-ecmascript (2.0.0-2) ...
Selecting previously unselected package node-unicode-match-property-value-ecmascript.
Preparing to unpack .../277-node-unicode-match-property-value-ecmascript_2.1.0+ds-1_all.deb ...
Unpacking node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ...
Selecting previously unselected package node-regexpu-core.
Preparing to unpack .../278-node-regexpu-core_5.2.2-3_all.deb ...
Unpacking node-regexpu-core (5.2.2-3) ...
Selecting previously unselected package node-source-map-support.
Preparing to unpack .../279-node-source-map-support_0.5.21+ds+~0.5.4-1_all.deb ...
Unpacking node-source-map-support (0.5.21+ds+~0.5.4-1) ...
Selecting previously unselected package node-to-fast-properties.
Preparing to unpack .../280-node-to-fast-properties_3.0.1-3_all.deb ...
Unpacking node-to-fast-properties (3.0.1-3) ...
Selecting previously unselected package node-v8flags.
Preparing to unpack .../281-node-v8flags_3.2.0+~3.1.1-1_all.deb ...
Unpacking node-v8flags (3.2.0+~3.1.1-1) ...
Selecting previously unselected package node-babel7.
Preparing to unpack .../282-node-babel7_7.20.15+ds1+~cs214.269.168-7_all.deb ...
Unpacking node-babel7 (7.20.15+ds1+~cs214.269.168-7) ...
Selecting previously unselected package node-is-arrayish.
Preparing to unpack .../283-node-is-arrayish_0.3.2-3_all.deb ...
Unpacking node-is-arrayish (0.3.2-3) ...
Selecting previously unselected package node-error-ex.
Preparing to unpack .../284-node-error-ex_1.3.2-4_all.deb ...
Unpacking node-error-ex (1.3.2-4) ...
Selecting previously unselected package node-json-parse-better-errors.
Preparing to unpack .../285-node-json-parse-better-errors_1.0.2+~cs3.3.1-3_all.deb ...
Unpacking node-json-parse-better-errors (1.0.2+~cs3.3.1-3) ...
Selecting previously unselected package node-parse-json.
Preparing to unpack .../286-node-parse-json_5.2.0+~cs5.1.7-2_all.deb ...
Unpacking node-parse-json (5.2.0+~cs5.1.7-2) ...
Selecting previously unselected package node-load-json-file.
Preparing to unpack .../287-node-load-json-file_7.0.1-1_all.deb ...
Unpacking node-load-json-file (7.0.1-1) ...
Selecting previously unselected package node-matcher.
Preparing to unpack .../288-node-matcher_5.0.0-2_all.deb ...
Unpacking node-matcher (5.0.0-2) ...
Selecting previously unselected package node-mem.
Preparing to unpack .../289-node-mem_9.0.2+~cs4.2.0-2_all.deb ...
Unpacking node-mem (9.0.2+~cs4.2.0-2) ...
Selecting previously unselected package node-p-finally.
Preparing to unpack .../290-node-p-finally_2.0.1-2_all.deb ...
Unpacking node-p-finally (2.0.1-2) ...
Selecting previously unselected package node-p-timeout.
Preparing to unpack .../291-node-p-timeout_4.1.0-2_all.deb ...
Unpacking node-p-timeout (4.1.0-2) ...
Selecting previously unselected package node-irregular-plurals.
Preparing to unpack .../292-node-irregular-plurals_3.3.0-1_all.deb ...
Unpacking node-irregular-plurals (3.3.0-1) ...
Selecting previously unselected package node-plur.
Preparing to unpack .../293-node-plur_4.0.0-2_all.deb ...
Unpacking node-plur (4.0.0-2) ...
Selecting previously unselected package node-parse-ms.
Preparing to unpack .../294-node-parse-ms_3.0.0-2_all.deb ...
Unpacking node-parse-ms (3.0.0-2) ...
Selecting previously unselected package node-pretty-ms.
Preparing to unpack .../295-node-pretty-ms_8.0.0-2_all.deb ...
Unpacking node-pretty-ms (8.0.0-2) ...
Selecting previously unselected package node-resolve-cwd.
Preparing to unpack .../296-node-resolve-cwd_3.0.0-2_all.deb ...
Unpacking node-resolve-cwd (3.0.0-2) ...
Selecting previously unselected package node-stack-utils.
Preparing to unpack .../297-node-stack-utils_2.0.6+~2.0.1-1_all.deb ...
Unpacking node-stack-utils (2.0.6+~2.0.1-1) ...
Selecting previously unselected package ava.
Preparing to unpack .../298-ava_5.3.1+dfsg+~cs46.3.10-3_all.deb ...
Unpacking ava (5.3.1+dfsg+~cs46.3.10-3) ...
Selecting previously unselected package libtcl8.6:arm64.
Preparing to unpack .../299-libtcl8.6_8.6.15+dfsg-2_arm64.deb ...
Unpacking libtcl8.6:arm64 (8.6.15+dfsg-2) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../300-libfreetype6_2.13.3+dfsg-1_arm64.deb ...
Unpacking libfreetype6:arm64 (2.13.3+dfsg-1) ...
Selecting previously unselected package fonts-dejavu-mono.
Preparing to unpack .../301-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 .../302-fonts-dejavu-core_2.37-8_all.deb ...
Unpacking fonts-dejavu-core (2.37-8) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../303-fontconfig-config_2.15.0-1.1+b1_arm64.deb ...
Unpacking fontconfig-config (2.15.0-1.1+b1) ...
Selecting previously unselected package libfontconfig1:arm64.
Preparing to unpack .../304-libfontconfig1_2.15.0-1.1+b1_arm64.deb ...
Unpacking libfontconfig1:arm64 (2.15.0-1.1+b1) ...
Selecting previously unselected package libxau6:arm64.
Preparing to unpack .../305-libxau6_1%3a1.0.11-1_arm64.deb ...
Unpacking libxau6:arm64 (1:1.0.11-1) ...
Selecting previously unselected package libxdmcp6:arm64.
Preparing to unpack .../306-libxdmcp6_1%3a1.1.2-3+b2_arm64.deb ...
Unpacking libxdmcp6:arm64 (1:1.1.2-3+b2) ...
Selecting previously unselected package libxcb1:arm64.
Preparing to unpack .../307-libxcb1_1.17.0-2+b1_arm64.deb ...
Unpacking libxcb1:arm64 (1.17.0-2+b1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../308-libx11-data_2%3a1.8.10-2_all.deb ...
Unpacking libx11-data (2:1.8.10-2) ...
Selecting previously unselected package libx11-6:arm64.
Preparing to unpack .../309-libx11-6_2%3a1.8.10-2_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.8.10-2) ...
Selecting previously unselected package libxrender1:arm64.
Preparing to unpack .../310-libxrender1_1%3a0.9.10-1.1+b2_arm64.deb ...
Unpacking libxrender1:arm64 (1:0.9.10-1.1+b2) ...
Selecting previously unselected package libxft2:arm64.
Preparing to unpack .../311-libxft2_2.3.6-1+b2_arm64.deb ...
Unpacking libxft2:arm64 (2.3.6-1+b2) ...
Selecting previously unselected package libxext6:arm64.
Preparing to unpack .../312-libxext6_2%3a1.3.4-1+b2_arm64.deb ...
Unpacking libxext6:arm64 (2:1.3.4-1+b2) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../313-x11-common_1%3a7.7+23.1_all.deb ...
Unpacking x11-common (1:7.7+23.1) ...
Selecting previously unselected package libxss1:arm64.
Preparing to unpack .../314-libxss1_1%3a1.2.3-1+b2_arm64.deb ...
Unpacking libxss1:arm64 (1:1.2.3-1+b2) ...
Selecting previously unselected package libtk8.6:arm64.
Preparing to unpack .../315-libtk8.6_8.6.15-1_arm64.deb ...
Unpacking libtk8.6:arm64 (8.6.15-1) ...
Selecting previously unselected package tk8.6-blt2.5.
Preparing to unpack .../316-tk8.6-blt2.5_2.5.3+dfsg-7+b1_arm64.deb ...
Unpacking tk8.6-blt2.5 (2.5.3+dfsg-7+b1) ...
Selecting previously unselected package blt.
Preparing to unpack .../317-blt_2.5.3+dfsg-7+b1_arm64.deb ...
Unpacking blt (2.5.3+dfsg-7+b1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../318-libc-dev-bin_2.40-3_arm64.deb ...
Unpacking libc-dev-bin (2.40-3) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../319-linux-libc-dev_6.11.6-1_all.deb ...
Unpacking linux-libc-dev (6.11.6-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../320-libcrypt-dev_1%3a4.4.36-5_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.36-5) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../321-rpcsvc-proto_1.4.3-1+b1_arm64.deb ...
Unpacking rpcsvc-proto (1.4.3-1+b1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../322-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../323-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../324-libmpfr6_4.2.1-1+b2_arm64.deb ...
Unpacking libmpfr6:arm64 (4.2.1-1+b2) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../325-libmpc3_1.3.1-1+b3_arm64.deb ...
Unpacking libmpc3:arm64 (1.3.1-1+b3) ...
Selecting previously unselected package cpp-14-aarch64-linux-gnu.
Preparing to unpack .../326-cpp-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../327-cpp-14_14.2.0-8_arm64.deb ...
Unpacking cpp-14 (14.2.0-8) ...
Selecting previously unselected package cpp-aarch64-linux-gnu.
Preparing to unpack .../328-cpp-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../329-cpp_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../330-libcc1-0_14.2.0-8_arm64.deb ...
Unpacking libcc1-0:arm64 (14.2.0-8) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../331-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../332-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../333-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../334-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../335-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../336-libhwasan0_14.2.0-8_arm64.deb ...
Unpacking libhwasan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libgcc-14-dev:arm64.
Preparing to unpack .../337-libgcc-14-dev_14.2.0-8_arm64.deb ...
Unpacking libgcc-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package gcc-14-aarch64-linux-gnu.
Preparing to unpack .../338-gcc-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../339-gcc-14_14.2.0-8_arm64.deb ...
Unpacking gcc-14 (14.2.0-8) ...
Selecting previously unselected package gcc-aarch64-linux-gnu.
Preparing to unpack .../340-gcc-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../341-gcc_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package libstdc++-14-dev:arm64.
Preparing to unpack .../342-libstdc++-14-dev_14.2.0-8_arm64.deb ...
Unpacking libstdc++-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package g++-14-aarch64-linux-gnu.
Preparing to unpack .../343-g++-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking g++-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package g++-14.
Preparing to unpack .../344-g++-14_14.2.0-8_arm64.deb ...
Unpacking g++-14 (14.2.0-8) ...
Selecting previously unselected package g++-aarch64-linux-gnu.
Preparing to unpack .../345-g++-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking g++-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package g++.
Preparing to unpack .../346-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../347-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package cython3.
Preparing to unpack .../348-cython3_3.0.11+dfsg-1_arm64.deb ...
Unpacking cython3 (3.0.11+dfsg-1) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../349-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../350-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../351-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../352-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 .../353-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:arm64.
Preparing to unpack .../354-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../355-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../356-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../357-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package python3-autocommand.
Preparing to unpack .../358-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 .../359-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 .../360-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 .../361-python3-typeguard_4.4.1-1_all.deb ...
Unpacking python3-typeguard (4.4.1-1) ...
Selecting previously unselected package python3-inflect.
Preparing to unpack .../362-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 .../363-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 .../364-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 .../365-python3-pkg-resources_75.2.0-1_all.deb ...
Unpacking python3-pkg-resources (75.2.0-1) ...
Selecting previously unselected package python3-jaraco.text.
Preparing to unpack .../366-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 .../367-python3-zipp_3.20.2-1_all.deb ...
Unpacking python3-zipp (3.20.2-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../368-python3-setuptools_75.2.0-1_all.deb ...
Unpacking python3-setuptools (75.2.0-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../369-dh-python_6.20241024_all.deb ...
Unpacking dh-python (6.20241024) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../370-xml-core_0.19_all.deb ...
Unpacking xml-core (0.19) ...
Selecting previously unselected package docutils-common.
Preparing to unpack .../371-docutils-common_0.21.2+dfsg-2_all.deb ...
Unpacking docutils-common (0.21.2+dfsg-2) ...
Selecting previously unselected package esbuild.
Preparing to unpack .../372-esbuild_0.23.0-1+b2_arm64.deb ...
Unpacking esbuild (0.23.0-1+b2) ...
Selecting previously unselected package node-fast-deep-equal.
Preparing to unpack .../373-node-fast-deep-equal_3.1.3-3_all.deb ...
Unpacking node-fast-deep-equal (3.1.3-3) ...
Selecting previously unselected package node-json-schema-traverse.
Preparing to unpack .../374-node-json-schema-traverse_1.0.0-3_all.deb ...
Unpacking node-json-schema-traverse (1.0.0-3) ...
Selecting previously unselected package node-jsonify.
Preparing to unpack .../375-node-jsonify_0.0.1-1_all.deb ...
Unpacking node-jsonify (0.0.1-1) ...
Selecting previously unselected package node-json-stable-stringify.
Preparing to unpack .../376-node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2_all.deb ...
Unpacking node-json-stable-stringify (1.0.2+repack1+~cs1.0.34-2) ...
Selecting previously unselected package node-punycode.
Preparing to unpack .../377-node-punycode_2.2.3-2_all.deb ...
Unpacking node-punycode (2.2.3-2) ...
Selecting previously unselected package node-uri-js.
Preparing to unpack .../378-node-uri-js_4.4.0+dfsg-8_all.deb ...
Unpacking node-uri-js (4.4.0+dfsg-8) ...
Selecting previously unselected package node-ajv.
Preparing to unpack .../379-node-ajv_8.12.0~ds+~2.1.1-5_all.deb ...
Unpacking node-ajv (8.12.0~ds+~2.1.1-5) ...
Selecting previously unselected package node-typedarray.
Preparing to unpack .../380-node-typedarray_0.0.7-1_all.deb ...
Unpacking node-typedarray (0.0.7-1) ...
Selecting previously unselected package node-concat-stream.
Preparing to unpack .../381-node-concat-stream_2.0.0+~2.0.0-2_all.deb ...
Unpacking node-concat-stream (2.0.0+~2.0.0-2) ...
Selecting previously unselected package node-doctrine.
Preparing to unpack .../382-node-doctrine_3.0.0-4_all.deb ...
Unpacking node-doctrine (3.0.0-4) ...
Selecting previously unselected package node-eslint-visitor-keys.
Preparing to unpack .../383-node-eslint-visitor-keys_3.3.0+~1.0.0-1_all.deb ...
Unpacking node-eslint-visitor-keys (3.3.0+~1.0.0-1) ...
Selecting previously unselected package node-esrecurse.
Preparing to unpack .../384-node-esrecurse_4.3.0-2_all.deb ...
Unpacking node-esrecurse (4.3.0-2) ...
Selecting previously unselected package node-eslint-scope.
Preparing to unpack .../385-node-eslint-scope_7.1.1+~3.7.4-1_all.deb ...
Unpacking node-eslint-scope (7.1.1+~3.7.4-1) ...
Selecting previously unselected package node-espree.
Preparing to unpack .../386-node-espree_9.4.1~dfsg-2_all.deb ...
Unpacking node-espree (9.4.1~dfsg-2) ...
Selecting previously unselected package node-esquery.
Preparing to unpack .../387-node-esquery_1.4.2~ds-1_all.deb ...
Unpacking node-esquery (1.4.2~ds-1) ...
Selecting previously unselected package node-eslint-utils.
Preparing to unpack .../388-node-eslint-utils_3.0.0-3_all.deb ...
Unpacking node-eslint-utils (3.0.0-3) ...
Selecting previously unselected package node-flatted.
Preparing to unpack .../389-node-flatted_3.2.7~ds-1_all.deb ...
Unpacking node-flatted (3.2.7~ds-1) ...
Selecting previously unselected package node-write.
Preparing to unpack .../390-node-write_2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ...
Unpacking node-write (2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ...
Selecting previously unselected package node-flat-cache.
Preparing to unpack .../391-node-flat-cache_3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ...
Unpacking node-flat-cache (3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ...
Selecting previously unselected package node-file-entry-cache.
Preparing to unpack .../392-node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ...
Unpacking node-file-entry-cache (6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ...
Selecting previously unselected package node-functional-red-black-tree.
Preparing to unpack .../393-node-functional-red-black-tree_1.0.1+20181105-7_all.deb ...
Unpacking node-functional-red-black-tree (1.0.1+20181105-7) ...
Selecting previously unselected package node-memfs.
Preparing to unpack .../394-node-memfs_3.4.12+~cs1.0.3-1_all.deb ...
Unpacking node-memfs (3.4.12+~cs1.0.3-1) ...
Selecting previously unselected package node-progress.
Preparing to unpack .../395-node-progress_2.0.3-2_all.deb ...
Unpacking node-progress (2.0.3-2) ...
Selecting previously unselected package node-regexpp.
Preparing to unpack .../396-node-regexpp_3.2.0-5_all.deb ...
Unpacking node-regexpp (3.2.0-5) ...
Selecting previously unselected package node-json-schema.
Preparing to unpack .../397-node-json-schema_0.4.0+~7.0.11-1_all.deb ...
Unpacking node-json-schema (0.4.0+~7.0.11-1) ...
Selecting previously unselected package node-v8-compile-cache.
Preparing to unpack .../398-node-v8-compile-cache_2.4.0-2_all.deb ...
Unpacking node-v8-compile-cache (2.4.0-2) ...
Selecting previously unselected package eslint.
Preparing to unpack .../399-eslint_6.4.0~dfsg+~6.1.9-12_all.deb ...
Unpacking eslint (6.4.0~dfsg+~6.1.9-12) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../400-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../401-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package fonts-font-awesome.
Preparing to unpack .../402-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ...
Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ...
Selecting previously unselected package fonts-glyphicons-halflings.
Preparing to unpack .../403-fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3_all.deb ...
Unpacking fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ...
Selecting previously unselected package fonts-lyx.
Preparing to unpack .../404-fonts-lyx_2.4.2.1-1_all.deb ...
Unpacking fonts-lyx (2.4.2.1-1) ...
Selecting previously unselected package libdw1t64:arm64.
Preparing to unpack .../405-libdw1t64_0.192-4_arm64.deb ...
Unpacking libdw1t64:arm64 (0.192-4) ...
Selecting previously unselected package libbabeltrace1:arm64.
Preparing to unpack .../406-libbabeltrace1_1.5.11-4_arm64.deb ...
Unpacking libbabeltrace1:arm64 (1.5.11-4) ...
Selecting previously unselected package libjson-c5:arm64.
Preparing to unpack .../407-libjson-c5_0.18+ds-1_arm64.deb ...
Unpacking libjson-c5:arm64 (0.18+ds-1) ...
Selecting previously unselected package libdebuginfod1t64:arm64.
Preparing to unpack .../408-libdebuginfod1t64_0.192-4_arm64.deb ...
Unpacking libdebuginfod1t64:arm64 (0.192-4) ...
Selecting previously unselected package libpython3.12t64:arm64.
Preparing to unpack .../409-libpython3.12t64_3.12.7-3_arm64.deb ...
Unpacking libpython3.12t64:arm64 (3.12.7-3) ...
Selecting previously unselected package libsource-highlight-common.
Preparing to unpack .../410-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:arm64.
Preparing to unpack .../411-libsource-highlight4t64_3.1.9-4.3+b1_arm64.deb ...
Unpacking libsource-highlight4t64:arm64 (3.1.9-4.3+b1) ...
Selecting previously unselected package gdb.
Preparing to unpack .../412-gdb_15.1-1_arm64.deb ...
Unpacking gdb (15.1-1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../413-liberror-perl_0.17029-2_all.deb ...
Unpacking liberror-perl (0.17029-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../414-git-man_1%3a2.45.2-1.2_all.deb ...
Unpacking git-man (1:2.45.2-1.2) ...
Selecting previously unselected package git.
Preparing to unpack .../415-git_1%3a2.45.2-1.2_arm64.deb ...
Unpacking git (1:2.45.2-1.2) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../416-python3-packaging_24.1-1_all.deb ...
Unpacking python3-packaging (24.1-1) ...
Selecting previously unselected package gyp.
Preparing to unpack .../417-gyp_0.16.2-1_all.deb ...
Unpacking gyp (0.16.2-1) ...
Selecting previously unselected package node-co.
Preparing to unpack .../418-node-co_4.6.0+~4.6.2-2_all.deb ...
Unpacking node-co (4.6.0+~4.6.2-2) ...
Selecting previously unselected package node-yaml.
Preparing to unpack .../419-node-yaml_2.3.4+~cs0.4.0-1_all.deb ...
Unpacking node-yaml (2.3.4+~cs0.4.0-1) ...
Selecting previously unselected package node-cosmiconfig.
Preparing to unpack .../420-node-cosmiconfig_7.1.0+ds1-1_all.deb ...
Unpacking node-cosmiconfig (7.1.0+ds1-1) ...
Selecting previously unselected package node-deepmerge.
Preparing to unpack .../421-node-deepmerge_4.3.1+~1.1.1-1_all.deb ...
Unpacking node-deepmerge (4.3.1+~1.1.1-1) ...
Selecting previously unselected package node-detect-newline.
Preparing to unpack .../422-node-detect-newline_3.1.0-2_all.deb ...
Unpacking node-detect-newline (3.1.0-2) ...
Selecting previously unselected package node-exit.
Preparing to unpack .../423-node-exit_0.1.2+~0.1.31-2_all.deb ...
Unpacking node-exit (0.1.2+~0.1.31-2) ...
Selecting previously unselected package node-fast-json-stable-stringify.
Preparing to unpack .../424-node-fast-json-stable-stringify_2.1.0-2_all.deb ...
Unpacking node-fast-json-stable-stringify (2.1.0-2) ...
Selecting previously unselected package node-sane.
Preparing to unpack .../425-node-sane_4.1.0+~cs18.17.38-2_all.deb ...
Unpacking node-sane (4.1.0+~cs18.17.38-2) ...
Selecting previously unselected package node-is-generator-fn.
Preparing to unpack .../426-node-is-generator-fn_2.1.0-2_all.deb ...
Unpacking node-is-generator-fn (2.1.0-2) ...
Selecting previously unselected package node-babel-plugin-lodash.
Preparing to unpack .../427-node-babel-plugin-lodash_3.3.4+~cs2.0.1-7_all.deb ...
Unpacking node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ...
Selecting previously unselected package node-jest-debbundle.
Preparing to unpack .../428-node-jest-debbundle_29.6.2~ds1+~cs73.45.28-5_all.deb ...
Unpacking node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ...
Selecting previously unselected package node-jest-worker.
Preparing to unpack .../429-node-jest-worker_29.6.2~ds1+~cs73.45.28-5_all.deb ...
Unpacking node-jest-worker (29.6.2~ds1+~cs73.45.28-5) ...
Selecting previously unselected package node-abab.
Preparing to unpack .../430-node-abab_2.0.6-1_all.deb ...
Unpacking node-abab (2.0.6-1) ...
Selecting previously unselected package node-cssom.
Preparing to unpack .../431-node-cssom_0.4.4-3_all.deb ...
Unpacking node-cssom (0.4.4-3) ...
Selecting previously unselected package node-cssstyle.
Preparing to unpack .../432-node-cssstyle_2.3.0-3_all.deb ...
Unpacking node-cssstyle (2.3.0-3) ...
Selecting previously unselected package node-entities.
Preparing to unpack .../433-node-entities_4.5.0+dfsg-1_all.deb ...
Unpacking node-entities (4.5.0+dfsg-1) ...
Selecting previously unselected package node-asynckit.
Preparing to unpack .../434-node-asynckit_0.4.0-5_all.deb ...
Unpacking node-asynckit (0.4.0-5) ...
Selecting previously unselected package node-delayed-stream.
Preparing to unpack .../435-node-delayed-stream_1.0.0-5_all.deb ...
Unpacking node-delayed-stream (1.0.0-5) ...
Selecting previously unselected package node-combined-stream.
Preparing to unpack .../436-node-combined-stream_1.0.8+~1.0.3-1_all.deb ...
Unpacking node-combined-stream (1.0.8+~1.0.3-1) ...
Selecting previously unselected package node-mime.
Preparing to unpack .../437-node-mime_3.0.0+dfsg+~cs6.97.2-1_all.deb ...
Unpacking node-mime (3.0.0+dfsg+~cs6.97.2-1) ...
Selecting previously unselected package node-mime-types.
Preparing to unpack .../438-node-mime-types_2.1.35-2_all.deb ...
Unpacking node-mime-types (2.1.35-2) ...
Selecting previously unselected package node-form-data.
Preparing to unpack .../439-node-form-data_4.0.1-1_all.deb ...
Unpacking node-form-data (4.0.1-1) ...
Selecting previously unselected package node-agent-base.
Preparing to unpack .../440-node-agent-base_7.1.1~0~2024040606-4_all.deb ...
Unpacking node-agent-base (7.1.1~0~2024040606-4) ...
Selecting previously unselected package node-http-proxy-agent.
Preparing to unpack .../441-node-http-proxy-agent_7.0.2~0~2024040606-4_all.deb ...
Unpacking node-http-proxy-agent (7.0.2~0~2024040606-4) ...
Selecting previously unselected package node-https-proxy-agent.
Preparing to unpack .../442-node-https-proxy-agent_7.0.4~0~2024040606-4_all.deb ...
Unpacking node-https-proxy-agent (7.0.4~0~2024040606-4) ...
Selecting previously unselected package node-parse5.
Preparing to unpack .../443-node-parse5_7.1.2+dfsg-2_all.deb ...
Unpacking node-parse5 (7.1.2+dfsg-2) ...
Selecting previously unselected package libjs-psl.
Preparing to unpack .../444-libjs-psl_1.8.0+ds-9_all.deb ...
Unpacking libjs-psl (1.8.0+ds-9) ...
Selecting previously unselected package node-psl.
Preparing to unpack .../445-node-psl_1.8.0+ds-9_all.deb ...
Unpacking node-psl (1.8.0+ds-9) ...
Selecting previously unselected package node-universalify.
Preparing to unpack .../446-node-universalify_2.0.0-3_all.deb ...
Unpacking node-universalify (2.0.0-3) ...
Selecting previously unselected package node-querystringify.
Preparing to unpack .../447-node-querystringify_2.2.0+~2.0.0-2_all.deb ...
Unpacking node-querystringify (2.2.0+~2.0.0-2) ...
Selecting previously unselected package node-requires-port.
Preparing to unpack .../448-node-requires-port_1.0.0-2_all.deb ...
Unpacking node-requires-port (1.0.0-2) ...
Selecting previously unselected package node-url-parse.
Preparing to unpack .../449-node-url-parse_1.5.10+~1.4.8-3_all.deb ...
Unpacking node-url-parse (1.5.10+~1.4.8-3) ...
Selecting previously unselected package node-tough-cookie.
Preparing to unpack .../450-node-tough-cookie_4.1.3+~4.0.2-2_all.deb ...
Unpacking node-tough-cookie (4.1.3+~4.0.2-2) ...
Selecting previously unselected package node-webidl-conversions.
Preparing to unpack .../451-node-webidl-conversions_7.0.0~1.1.0+~cs15.1.20180823-3_all.deb ...
Unpacking node-webidl-conversions (7.0.0~1.1.0+~cs15.1.20180823-3) ...
Selecting previously unselected package node-read.
Preparing to unpack .../452-node-read_1.0.7-5_all.deb ...
Unpacking node-read (1.0.7-5) ...
Selecting previously unselected package node-ws.
Preparing to unpack .../453-node-ws_8.18.0+~cs13.7.11-1_all.deb ...
Unpacking node-ws (8.18.0+~cs13.7.11-1) ...
Selecting previously unselected package node-jsdom.
Preparing to unpack .../454-node-jsdom_20.0.3+~cs124.18.21-4_all.deb ...
Unpacking node-jsdom (20.0.3+~cs124.18.21-4) ...
Selecting previously unselected package node-leven.
Preparing to unpack .../455-node-leven_4.0.0+~cs1.1.1-2_all.deb ...
Unpacking node-leven (4.0.0+~cs1.1.1-2) ...
Selecting previously unselected package node-prompts.
Preparing to unpack .../456-node-prompts_2.4.2+~cs7.5.11-1_all.deb ...
Unpacking node-prompts (2.4.2+~cs7.5.11-1) ...
Selecting previously unselected package node-pure-rand.
Preparing to unpack .../457-node-pure-rand_6.0.4+ds1-1_all.deb ...
Unpacking node-pure-rand (6.0.4+ds1-1) ...
Selecting previously unselected package node-loose-envify.
Preparing to unpack .../458-node-loose-envify_1.4.0+dfsg1-4_all.deb ...
Unpacking node-loose-envify (1.4.0+dfsg1-4) ...
Selecting previously unselected package node-react.
Preparing to unpack .../459-node-react_18.2.0+dfsg+~cs88.72.123-1_all.deb ...
Unpacking node-react (18.2.0+dfsg+~cs88.72.123-1) ...
Selecting previously unselected package node-scheduler.
Preparing to unpack .../460-node-scheduler_0.22.0~18.2.0+dfsg+~cs88.72.123-1_all.deb ...
Unpacking node-scheduler (0.22.0~18.2.0+dfsg+~cs88.72.123-1) ...
Selecting previously unselected package node-react-dom.
Preparing to unpack .../461-node-react-dom_18.1.0~18.2.0+dfsg+~cs88.72.123-1_all.deb ...
Unpacking node-react-dom (18.1.0~18.2.0+dfsg+~cs88.72.123-1) ...
Selecting previously unselected package node-react-is.
Preparing to unpack .../462-node-react-is_18.1.0~18.2.0+dfsg+~cs88.72.123-1_all.deb ...
Unpacking node-react-is (18.1.0~18.2.0+dfsg+~cs88.72.123-1) ...
Selecting previously unselected package node-react-shallow-renderer.
Preparing to unpack .../463-node-react-shallow-renderer_16.15.0~18.2.0+dfsg+~cs88.72.123-1_all.deb ...
Unpacking node-react-shallow-renderer (16.15.0~18.2.0+dfsg+~cs88.72.123-1) ...
Selecting previously unselected package node-react-test-renderer.
Preparing to unpack .../464-node-react-test-renderer_18.1.0~18.2.0+dfsg+~cs88.72.123-1_all.deb ...
Unpacking node-react-test-renderer (18.1.0~18.2.0+dfsg+~cs88.72.123-1) ...
Selecting previously unselected package node-sinclair-typebox.
Preparing to unpack .../465-node-sinclair-typebox_0.24.44-3_all.deb ...
Unpacking node-sinclair-typebox (0.24.44-3) ...
Selecting previously unselected package node-array-from.
Preparing to unpack .../466-node-array-from_2.1.1-3_all.deb ...
Unpacking node-array-from (2.1.1-3) ...
Selecting previously unselected package node-es6-symbol.
Preparing to unpack .../467-node-es6-symbol_3.1.3+~cs3.11.0-2_all.deb ...
Unpacking node-es6-symbol (3.1.3+~cs3.11.0-2) ...
Selecting previously unselected package node-es6-iterator.
Preparing to unpack .../468-node-es6-iterator_2.0.3-4_all.deb ...
Unpacking node-es6-iterator (2.0.3-4) ...
Selecting previously unselected package node-es5-ext.
Preparing to unpack .../469-node-es5-ext_0.10.64+dfsg1+~1.1.0-2_all.deb ...
Unpacking node-es5-ext (0.10.64+dfsg1+~1.1.0-2) ...
Selecting previously unselected package node-d.
Preparing to unpack .../470-node-d_1.0.1+~1.0.1-2_all.deb ...
Unpacking node-d (1.0.1+~1.0.1-2) ...
Selecting previously unselected package node-event-emitter.
Preparing to unpack .../471-node-event-emitter_0.3.5-4_all.deb ...
Unpacking node-event-emitter (0.3.5-4) ...
Selecting previously unselected package node-is-object.
Preparing to unpack .../472-node-is-object_1.0.2+~1.0.2-2_all.deb ...
Unpacking node-is-object (1.0.2+~1.0.2-2) ...
Selecting previously unselected package node-merge-descriptors.
Preparing to unpack .../473-node-merge-descriptors_1.0.1-3_all.deb ...
Unpacking node-merge-descriptors (1.0.1-3) ...
Selecting previously unselected package node-path-to-regexp.
Preparing to unpack .../474-node-path-to-regexp_6.3.0-1_all.deb ...
Unpacking node-path-to-regexp (6.3.0-1) ...
Selecting previously unselected package node-type-detect.
Preparing to unpack .../475-node-type-detect_4.0.8-4_all.deb ...
Unpacking node-type-detect (4.0.8-4) ...
Selecting previously unselected package node-sinon.
Preparing to unpack .../476-node-sinon_18.0.0+ds2+~cs75.4.16-1_all.deb ...
Unpacking node-sinon (18.0.0+ds2+~cs75.4.16-1) ...
Selecting previously unselected package jest.
Preparing to unpack .../477-jest_29.6.2~ds1+~cs73.45.28-5_all.deb ...
Unpacking jest (29.6.2~ds1+~cs73.45.28-5) ...
Selecting previously unselected package python3-async-lru.
Preparing to unpack .../478-python3-async-lru_2.0.4-1_all.deb ...
Unpacking python3-async-lru (2.0.4-1) ...
Selecting previously unselected package python3-traitlets.
Preparing to unpack .../479-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-comm.
Preparing to unpack .../480-python3-comm_0.2.1-1_all.deb ...
Unpacking python3-comm (0.2.1-1) ...
Selecting previously unselected package python3-coverage.
Preparing to unpack .../481-python3-coverage_7.6.0+dfsg1-2_arm64.deb ...
Unpacking python3-coverage (7.6.0+dfsg1-2) ...
Selecting previously unselected package python3-debugpy.
Preparing to unpack .../482-python3-debugpy_1.8.7+ds-1_arm64.deb ...
Unpacking python3-debugpy (1.8.7+ds-1) ...
Selecting previously unselected package python3-decorator.
Preparing to unpack .../483-python3-decorator_5.1.1-5_all.deb ...
Unpacking python3-decorator (5.1.1-5) ...
Selecting previously unselected package python3-parso.
Preparing to unpack .../484-python3-parso_0.8.3-1_all.deb ...
Unpacking python3-parso (0.8.3-1) ...
Selecting previously unselected package python3-typeshed.
Preparing to unpack .../485-python3-typeshed_0.0~git20231111.6764465-3_all.deb ...
Unpacking python3-typeshed (0.0~git20231111.6764465-3) ...
Selecting previously unselected package python3-jedi.
Preparing to unpack .../486-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 .../487-python3-matplotlib-inline_0.1.6-2_all.deb ...
Unpacking python3-matplotlib-inline (0.1.6-2) ...
Selecting previously unselected package python3-ptyprocess.
Preparing to unpack .../488-python3-ptyprocess_0.7.0-6_all.deb ...
Unpacking python3-ptyprocess (0.7.0-6) ...
Selecting previously unselected package python3-pexpect.
Preparing to unpack .../489-python3-pexpect_4.9-3_all.deb ...
Unpacking python3-pexpect (4.9-3) ...
Selecting previously unselected package python3-wcwidth.
Preparing to unpack .../490-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 .../491-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 .../492-python3-pygments_2.18.0+dfsg-1_all.deb ...
Unpacking python3-pygments (2.18.0+dfsg-1) ...
Selecting previously unselected package python3-asttokens.
Preparing to unpack .../493-python3-asttokens_2.4.1-2_all.deb ...
Unpacking python3-asttokens (2.4.1-2) ...
Selecting previously unselected package python3-executing.
Preparing to unpack .../494-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 .../495-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 .../496-python3-stack-data_0.6.3-1_all.deb ...
Unpacking python3-stack-data (0.6.3-1) ...
Selecting previously unselected package python3-ipython.
Preparing to unpack .../497-python3-ipython_8.20.0-1_all.deb ...
Unpacking python3-ipython (8.20.0-1) ...
Selecting previously unselected package python3-platformdirs.
Preparing to unpack .../498-python3-platformdirs_4.3.6-1_all.deb ...
Unpacking python3-platformdirs (4.3.6-1) ...
Selecting previously unselected package python3-jupyter-core.
Preparing to unpack .../499-python3-jupyter-core_5.7.2-4_all.deb ...
Unpacking python3-jupyter-core (5.7.2-4) ...
Selecting previously unselected package python3-psutil.
Preparing to unpack .../500-python3-psutil_5.9.8-2+b1_arm64.deb ...
Unpacking python3-psutil (5.9.8-2+b1) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../501-python3-dateutil_2.9.0-3_all.deb ...
Unpacking python3-dateutil (2.9.0-3) ...
Selecting previously unselected package python3-tornado.
Preparing to unpack .../502-python3-tornado_6.4.1-3_arm64.deb ...
Unpacking python3-tornado (6.4.1-3) ...
Selecting previously unselected package python3-cffi-backend:arm64.
Preparing to unpack .../503-python3-cffi-backend_1.17.1-1_arm64.deb ...
Unpacking python3-cffi-backend:arm64 (1.17.1-1) ...
Selecting previously unselected package python3-py.
Preparing to unpack .../504-python3-py_1.11.0-2_all.deb ...
Unpacking python3-py (1.11.0-2) ...
Selecting previously unselected package libnorm1t64:arm64.
Preparing to unpack .../505-libnorm1t64_1.5.9+dfsg-3.1+b1_arm64.deb ...
Unpacking libnorm1t64:arm64 (1.5.9+dfsg-3.1+b1) ...
Selecting previously unselected package libpgm-5.3-0t64:arm64.
Preparing to unpack .../506-libpgm-5.3-0t64_5.3.128~dfsg-2.1+b1_arm64.deb ...
Unpacking libpgm-5.3-0t64:arm64 (5.3.128~dfsg-2.1+b1) ...
Selecting previously unselected package libsodium23:arm64.
Preparing to unpack .../507-libsodium23_1.0.18-1+b2_arm64.deb ...
Unpacking libsodium23:arm64 (1.0.18-1+b2) ...
Selecting previously unselected package libzmq5:arm64.
Preparing to unpack .../508-libzmq5_4.3.5-1+b3_arm64.deb ...
Unpacking libzmq5:arm64 (4.3.5-1+b3) ...
Selecting previously unselected package python3-zmq.
Preparing to unpack .../509-python3-zmq_24.0.1-5+b3_arm64.deb ...
Unpacking python3-zmq (24.0.1-5+b3) ...
Selecting previously unselected package python3-jupyter-client.
Preparing to unpack .../510-python3-jupyter-client_8.6.2-3_all.deb ...
Unpacking python3-jupyter-client (8.6.2-3) ...
Selecting previously unselected package python3-nest-asyncio.
Preparing to unpack .../511-python3-nest-asyncio_1.5.4-1_all.deb ...
Unpacking python3-nest-asyncio (1.5.4-1) ...
Selecting previously unselected package python3-ipykernel.
Preparing to unpack .../512-python3-ipykernel_6.29.5-1_all.deb ...
Unpacking python3-ipykernel (6.29.5-1) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../513-python3-markupsafe_2.1.5-1+b2_arm64.deb ...
Unpacking python3-markupsafe (2.1.5-1+b2) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../514-python3-jinja2_3.1.3-1_all.deb ...
Unpacking python3-jinja2 (3.1.3-1) ...
Selecting previously unselected package libjs-bootstrap.
Preparing to unpack .../515-libjs-bootstrap_3.4.1+dfsg-3_all.deb ...
Unpacking libjs-bootstrap (3.4.1+dfsg-3) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../516-python3-idna_3.8-2_all.deb ...
Unpacking python3-idna (3.8-2) ...
Selecting previously unselected package python3-sniffio.
Preparing to unpack .../517-python3-sniffio_1.3.1-1_all.deb ...
Unpacking python3-sniffio (1.3.1-1) ...
Selecting previously unselected package python3-anyio.
Preparing to unpack .../518-python3-anyio_4.6.2-1_all.deb ...
Unpacking python3-anyio (4.6.2-1) ...
Selecting previously unselected package libargon2-1:arm64.
Preparing to unpack .../519-libargon2-1_0~20190702+dfsg-4+b2_arm64.deb ...
Unpacking libargon2-1:arm64 (0~20190702+dfsg-4+b2) ...
Selecting previously unselected package python3-argon2.
Preparing to unpack .../520-python3-argon2_21.1.0-2+b1_arm64.deb ...
Unpacking python3-argon2 (21.1.0-2+b1) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../521-python3-colorama_0.4.6-4_all.deb ...
Unpacking python3-colorama (0.4.6-4) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../522-python3-click_8.1.7-2_all.deb ...
Unpacking python3-click (8.1.7-2) ...
Selecting previously unselected package python3-fqdn.
Preparing to unpack .../523-python3-fqdn_1.5.1-2_all.deb ...
Unpacking python3-fqdn (1.5.1-2) ...
Selecting previously unselected package python3-arrow.
Preparing to unpack .../524-python3-arrow_1.3.0-1.1_all.deb ...
Unpacking python3-arrow (1.3.0-1.1) ...
Selecting previously unselected package python3-isoduration.
Preparing to unpack .../525-python3-isoduration_20.11.0+git20211126.ae0bd61-2_all.deb ...
Unpacking python3-isoduration (20.11.0+git20211126.ae0bd61-2) ...
Selecting previously unselected package python3-json-pointer.
Preparing to unpack .../526-python3-json-pointer_2.4-2_all.deb ...
Unpacking python3-json-pointer (2.4-2) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../527-python3-attr_24.2.0-1_all.deb ...
Unpacking python3-attr (24.2.0-1) ...
Selecting previously unselected package python3-rpds-py.
Preparing to unpack .../528-python3-rpds-py_0.20.1-1_arm64.deb ...
Unpacking python3-rpds-py (0.20.1-1) ...
Selecting previously unselected package python3-referencing.
Preparing to unpack .../529-python3-referencing_0.35.1-1_all.deb ...
Unpacking python3-referencing (0.35.1-1) ...
Selecting previously unselected package python3-jsonschema-specifications.
Preparing to unpack .../530-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 .../531-python3-jsonschema_4.19.2-5_all.deb ...
Unpacking python3-jsonschema (4.19.2-5) ...
Selecting previously unselected package python3-pythonjsonlogger.
Preparing to unpack .../532-python3-pythonjsonlogger_3.1.0-1_all.deb ...
Unpacking python3-pythonjsonlogger (3.1.0-1) ...
Selecting previously unselected package python3-rfc3339-validator.
Preparing to unpack .../533-python3-rfc3339-validator_0.1.4-2_all.deb ...
Unpacking python3-rfc3339-validator (0.1.4-2) ...
Selecting previously unselected package python3-rfc3986-validator.
Preparing to unpack .../534-python3-rfc3986-validator_0.1.1-2_all.deb ...
Unpacking python3-rfc3986-validator (0.1.1-2) ...
Selecting previously unselected package python3-mdurl.
Preparing to unpack .../535-python3-mdurl_0.1.2-1_all.deb ...
Unpacking python3-mdurl (0.1.2-1) ...
Selecting previously unselected package python3-markdown-it.
Preparing to unpack .../536-python3-markdown-it_3.0.0-2_all.deb ...
Unpacking python3-markdown-it (3.0.0-2) ...
Selecting previously unselected package python3-rich.
Preparing to unpack .../537-python3-rich_13.7.1-1_all.deb ...
Unpacking python3-rich (13.7.1-1) ...
Selecting previously unselected package python3-uritemplate.
Preparing to unpack .../538-python3-uritemplate_4.1.1-3_all.deb ...
Unpacking python3-uritemplate (4.1.1-3) ...
Selecting previously unselected package python3-webcolors.
Preparing to unpack .../539-python3-webcolors_1.13-1_all.deb ...
Unpacking python3-webcolors (1.13-1) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../540-python3-yaml_6.0.2-1_arm64.deb ...
Unpacking python3-yaml (6.0.2-1) ...
Selecting previously unselected package python3-jupyter-events.
Preparing to unpack .../541-python3-jupyter-events_0.10.0-3_all.deb ...
Unpacking python3-jupyter-events (0.10.0-3) ...
Selecting previously unselected package python3-terminado.
Preparing to unpack .../542-python3-terminado_0.18.1-1_all.deb ...
Unpacking python3-terminado (0.18.1-1) ...
Selecting previously unselected package python3-jupyter-server-terminals.
Preparing to unpack .../543-python3-jupyter-server-terminals_0.5.3-2_all.deb ...
Unpacking python3-jupyter-server-terminals (0.5.3-2) ...
Selecting previously unselected package python3-webencodings.
Preparing to unpack .../544-python3-webencodings_0.5.1-5_all.deb ...
Unpacking python3-webencodings (0.5.1-5) ...
Selecting previously unselected package python3-html5lib.
Preparing to unpack .../545-python3-html5lib_1.2-1_all.deb ...
Unpacking python3-html5lib (1.2-1) ...
Selecting previously unselected package python3-bleach.
Preparing to unpack .../546-python3-bleach_6.2.0-1_all.deb ...
Unpacking python3-bleach (6.2.0-1) ...
Selecting previously unselected package python3-soupsieve.
Preparing to unpack .../547-python3-soupsieve_2.6-1_all.deb ...
Unpacking python3-soupsieve (2.6-1) ...
Selecting previously unselected package python3-bs4.
Preparing to unpack .../548-python3-bs4_4.12.3-3_all.deb ...
Unpacking python3-bs4 (4.12.3-3) ...
Selecting previously unselected package python3-defusedxml.
Preparing to unpack .../549-python3-defusedxml_0.7.1-2_all.deb ...
Unpacking python3-defusedxml (0.7.1-2) ...
Selecting previously unselected package python3-jupyterlab-pygments.
Preparing to unpack .../550-python3-jupyterlab-pygments_0.2.2-3_all.deb ...
Unpacking python3-jupyterlab-pygments (0.2.2-3) ...
Selecting previously unselected package python3-mistune.
Preparing to unpack .../551-python3-mistune_3.0.2-2_all.deb ...
Unpacking python3-mistune (3.0.2-2) ...
Selecting previously unselected package python3-fastjsonschema.
Preparing to unpack .../552-python3-fastjsonschema_2.20.0-1_all.deb ...
Unpacking python3-fastjsonschema (2.20.0-1) ...
Selecting previously unselected package python3-nbformat.
Preparing to unpack .../553-python3-nbformat_5.9.1-1_all.deb ...
Unpacking python3-nbformat (5.9.1-1) ...
Selecting previously unselected package python3-nbclient.
Preparing to unpack .../554-python3-nbclient_0.8.0-1_all.deb ...
Unpacking python3-nbclient (0.8.0-1) ...
Selecting previously unselected package python3-pandocfilters.
Preparing to unpack .../555-python3-pandocfilters_1.5.1-1_all.deb ...
Unpacking python3-pandocfilters (1.5.1-1) ...
Selecting previously unselected package python-tinycss2-common.
Preparing to unpack .../556-python-tinycss2-common_1.3.0-1_all.deb ...
Unpacking python-tinycss2-common (1.3.0-1) ...
Selecting previously unselected package python3-tinycss2.
Preparing to unpack .../557-python3-tinycss2_1.3.0-1_all.deb ...
Unpacking python3-tinycss2 (1.3.0-1) ...
Selecting previously unselected package python3-nbconvert.
Preparing to unpack .../558-python3-nbconvert_7.16.4-2_all.deb ...
Unpacking python3-nbconvert (7.16.4-2) ...
Selecting previously unselected package python3-overrides.
Preparing to unpack .../559-python3-overrides_7.7.0-2_all.deb ...
Unpacking python3-overrides (7.7.0-2) ...
Selecting previously unselected package python3-prometheus-client.
Preparing to unpack .../560-python3-prometheus-client_0.19.0+ds1-1_all.deb ...
Unpacking python3-prometheus-client (0.19.0+ds1-1) ...
Selecting previously unselected package python3-send2trash.
Preparing to unpack .../561-python3-send2trash_1.8.2-1_all.deb ...
Unpacking python3-send2trash (1.8.2-1) ...
Selecting previously unselected package python3-websocket.
Preparing to unpack .../562-python3-websocket_1.8.0-2_all.deb ...
Unpacking python3-websocket (1.8.0-2) ...
Selecting previously unselected package python3-jupyter-server.
Preparing to unpack .../563-python3-jupyter-server_2.14.2-4_all.deb ...
Unpacking python3-jupyter-server (2.14.2-4) ...
Selecting previously unselected package python-babel-localedata.
Preparing to unpack .../564-python-babel-localedata_2.14.0-1_all.deb ...
Unpacking python-babel-localedata (2.14.0-1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../565-python3-tz_2024.1-2_all.deb ...
Unpacking python3-tz (2024.1-2) ...
Selecting previously unselected package python3-babel.
Preparing to unpack .../566-python3-babel_2.14.0-1_all.deb ...
Unpacking python3-babel (2.14.0-1) ...
Selecting previously unselected package python3-json5.
Preparing to unpack .../567-python3-json5_0.9.25-1_all.deb ...
Unpacking python3-json5 (0.9.25-1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../568-python3-certifi_2024.8.30+dfsg-1_all.deb ...
Unpacking python3-certifi (2024.8.30+dfsg-1) ...
Selecting previously unselected package python3-charset-normalizer.
Preparing to unpack .../569-python3-charset-normalizer_3.4.0-1_arm64.deb ...
Unpacking python3-charset-normalizer (3.4.0-1) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../570-python3-urllib3_2.0.7-2_all.deb ...
Unpacking python3-urllib3 (2.0.7-2) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../571-python3-chardet_5.2.0+dfsg-1_all.deb ...
Unpacking python3-chardet (5.2.0+dfsg-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../572-python3-requests_2.32.3+dfsg-1_all.deb ...
Unpacking python3-requests (2.32.3+dfsg-1) ...
Selecting previously unselected package python3-jupyterlab-server.
Preparing to unpack .../573-python3-jupyterlab-server_2.25.2-1_all.deb ...
Unpacking python3-jupyterlab-server (2.25.2-1) ...
Selecting previously unselected package python3-notebook-shim.
Preparing to unpack .../574-python3-notebook-shim_0.2.3-3_all.deb ...
Unpacking python3-notebook-shim (0.2.3-3) ...
Selecting previously unselected package node-codemirror-state.
Preparing to unpack .../575-node-codemirror-state_6.2.0-2_all.deb ...
Unpacking node-codemirror-state (6.2.0-2) ...
Selecting previously unselected package node-style-mod.
Preparing to unpack .../576-node-style-mod_4.1.2~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-style-mod (4.1.2~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-w3c-keyname.
Preparing to unpack .../577-node-w3c-keyname_2.2.6-2_all.deb ...
Unpacking node-w3c-keyname (2.2.6-2) ...
Selecting previously unselected package node-codemirror-view.
Preparing to unpack .../578-node-codemirror-view_6.33.0~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-view (6.33.0~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-common.
Preparing to unpack .../579-node-lezer-common_1.2.1~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-common (1.2.1~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-language.
Preparing to unpack .../580-node-codemirror-language_6.10.2~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-language (6.10.2~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-codemirror-autocomplete.
Preparing to unpack .../581-node-codemirror-autocomplete_6.18.0~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-autocomplete (6.18.0~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-codemirror-commands.
Preparing to unpack .../582-node-codemirror-commands_6.6.0~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-commands (6.6.0~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-cpp.
Preparing to unpack .../583-node-lezer-cpp_1.1.2~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-cpp (1.1.2~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-cpp.
Preparing to unpack .../584-node-codemirror-lang-cpp_6.0.2~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-cpp (6.0.2~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-css.
Preparing to unpack .../585-node-lezer-css_1.1.8~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-css (1.1.8~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-css.
Preparing to unpack .../586-node-codemirror-lang-css_6.2.1~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-css (6.2.1~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-crelt.
Preparing to unpack .../587-node-crelt_1.0.6~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-crelt (1.0.6~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-codemirror-lint.
Preparing to unpack .../588-node-codemirror-lint_6.8.1~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lint (6.8.1~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-javascript.
Preparing to unpack .../589-node-lezer-javascript_1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-javascript (1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-javascript.
Preparing to unpack .../590-node-codemirror-lang-javascript_6.2.2~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-javascript (6.2.2~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-html.
Preparing to unpack .../591-node-lezer-html_1.3.9~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-html (1.3.9~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-html.
Preparing to unpack .../592-node-codemirror-lang-html_6.4.9~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-html (6.4.9~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-java.
Preparing to unpack .../593-node-lezer-java_1.1.2~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-java (1.1.2~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-java.
Preparing to unpack .../594-node-codemirror-lang-java_6.0.1~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-java (6.0.1~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-json.
Preparing to unpack .../595-node-lezer-json_1.0.2~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-json (1.0.2~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-json.
Preparing to unpack .../596-node-codemirror-lang-json_6.0.1~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-json (6.0.1~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-markdown.
Preparing to unpack .../597-node-lezer-markdown_1.3.0~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-markdown (1.3.0~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-markdown.
Preparing to unpack .../598-node-codemirror-lang-markdown_6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-markdown (6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-php.
Preparing to unpack .../599-node-lezer-php_1.0.2~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-php (1.0.2~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-php.
Preparing to unpack .../600-node-codemirror-lang-php_6.0.1~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-php (6.0.1~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-python.
Preparing to unpack .../601-node-lezer-python_1.1.13~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-python (1.1.13~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-python.
Preparing to unpack .../602-node-codemirror-lang-python_6.1.6~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-python (6.1.6~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-rust.
Preparing to unpack .../603-node-lezer-rust_1.0.2~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-rust (1.0.2~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-rust.
Preparing to unpack .../604-node-codemirror-lang-rust_6.0.1~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-rust (6.0.1~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-codemirror-lang-sql.
Preparing to unpack .../605-node-codemirror-lang-sql_6.7.1~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-sql (6.7.1~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-codemirror-lang-wast.
Preparing to unpack .../606-node-codemirror-lang-wast_6.0.2~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-wast (6.0.2~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-lezer-xml.
Preparing to unpack .../607-node-lezer-xml_1.0.5~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-xml (1.0.5~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-codemirror-lang-xml.
Preparing to unpack .../608-node-codemirror-lang-xml_6.1.0~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-lang-xml (6.1.0~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-codemirror-legacy-modes.
Preparing to unpack .../609-node-codemirror-legacy-modes_6.4.1~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-legacy-modes (6.4.1~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-codemirror-search.
Preparing to unpack .../610-node-codemirror-search_6.5.6~6.33.0+~cs119.71.50-2_all.deb ...
Unpacking node-codemirror-search (6.5.6~6.33.0+~cs119.71.50-2) ...
Selecting previously unselected package node-css-selector-tokenizer.
Preparing to unpack .../611-node-css-selector-tokenizer_0.8.0+~cs4.8.3-1_all.deb ...
Unpacking node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ...
Selecting previously unselected package node-icss-utils.
Preparing to unpack .../612-node-icss-utils_5.1.0+~5.1.0-1_all.deb ...
Unpacking node-icss-utils (5.1.0+~5.1.0-1) ...
Selecting previously unselected package node-postcss-modules-extract-imports.
Preparing to unpack .../613-node-postcss-modules-extract-imports_3.0.0-2_all.deb ...
Unpacking node-postcss-modules-extract-imports (3.0.0-2) ...
Selecting previously unselected package node-postcss-modules-values.
Preparing to unpack .../614-node-postcss-modules-values_4.0.0+~4.0.0-1_all.deb ...
Unpacking node-postcss-modules-values (4.0.0+~4.0.0-1) ...
Selecting previously unselected package node-postcss-value-parser.
Preparing to unpack .../615-node-postcss-value-parser_4.2.0-1_all.deb ...
Unpacking node-postcss-value-parser (4.2.0-1) ...
Selecting previously unselected package node-chrome-trace-event.
Preparing to unpack .../616-node-chrome-trace-event_1.0.3-2_all.deb ...
Unpacking node-chrome-trace-event (1.0.3-2) ...
Selecting previously unselected package node-prr.
Preparing to unpack .../617-node-prr_1.0.1-3_all.deb ...
Unpacking node-prr (1.0.1-3) ...
Selecting previously unselected package node-errno.
Preparing to unpack .../618-node-errno_1.0.0-3_all.deb ...
Unpacking node-errno (1.0.0-3) ...
Selecting previously unselected package node-memory-fs.
Preparing to unpack .../619-node-memory-fs_0.5.0+~0.3.3-2_all.deb ...
Unpacking node-memory-fs (0.5.0+~0.3.3-2) ...
Selecting previously unselected package node-tapable.
Preparing to unpack .../620-node-tapable_2.2.1-3_all.deb ...
Unpacking node-tapable (2.2.1-3) ...
Selecting previously unselected package node-enhanced-resolve.
Preparing to unpack .../621-node-enhanced-resolve_5.15.0-1_all.deb ...
Unpacking node-enhanced-resolve (5.15.0-1) ...
Selecting previously unselected package node-es-module-lexer.
Preparing to unpack .../622-node-es-module-lexer_1.1.0+dfsg-3_all.deb ...
Unpacking node-es-module-lexer (1.1.0+dfsg-3) ...
Selecting previously unselected package libjs-events.
Preparing to unpack .../623-libjs-events_3.3.0+~3.0.0-3_all.deb ...
Unpacking libjs-events (3.3.0+~3.0.0-3) ...
Selecting previously unselected package node-events.
Preparing to unpack .../624-node-events_3.3.0+~3.0.0-3_all.deb ...
Unpacking node-events (3.3.0+~3.0.0-3) ...
Selecting previously unselected package node-interpret.
Preparing to unpack .../625-node-interpret_2.2.0-3_all.deb ...
Unpacking node-interpret (2.2.0-3) ...
Selecting previously unselected package node-loader-runner.
Preparing to unpack .../626-node-loader-runner_4.3.0-1_all.deb ...
Unpacking node-loader-runner (4.3.0-1) ...
Selecting previously unselected package node-rechoir.
Preparing to unpack .../627-node-rechoir_0.8.0+~0.6.1-2_all.deb ...
Unpacking node-rechoir (0.8.0+~0.6.1-2) ...
Selecting previously unselected package node-ajv-keywords.
Preparing to unpack .../628-node-ajv-keywords_5.1.0-4_all.deb ...
Unpacking node-ajv-keywords (5.1.0-4) ...
Selecting previously unselected package node-schema-utils.
Preparing to unpack .../629-node-schema-utils_4.2.0~ds-3_all.deb ...
Unpacking node-schema-utils (4.2.0~ds-3) ...
Selecting previously unselected package node-watchpack.
Preparing to unpack .../630-node-watchpack_2.4.0+~cs2.8.1-1_all.deb ...
Unpacking node-watchpack (2.4.0+~cs2.8.1-1) ...
Selecting previously unselected package node-webassemblyjs.
Preparing to unpack .../631-node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2_all.deb ...
Unpacking node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) ...
Selecting previously unselected package node-source-list-map.
Preparing to unpack .../632-node-source-list-map_2.0.1+dfsg+~0.1.2-1_all.deb ...
Unpacking node-source-list-map (2.0.1+dfsg+~0.1.2-1) ...
Selecting previously unselected package node-webpack-sources.
Preparing to unpack .../633-node-webpack-sources_3.2.3+~3.2.0-2_all.deb ...
Unpacking node-webpack-sources (3.2.3+~3.2.0-2) ...
Selecting previously unselected package node-terser.
Preparing to unpack .../634-node-terser_5.31.3-1_all.deb ...
Unpacking node-terser (5.31.3-1) ...
Selecting previously unselected package terser.
Preparing to unpack .../635-terser_5.31.3-1_all.deb ...
Unpacking terser (5.31.3-1) ...
Selecting previously unselected package node-envinfo.
Preparing to unpack .../636-node-envinfo_7.11.0+~cs14.3.0-3_all.deb ...
Unpacking node-envinfo (7.11.0+~cs14.3.0-3) ...
Selecting previously unselected package webpack.
Preparing to unpack .../637-webpack_5.96.1+dfsg1+~cs11.18.26-1_all.deb ...
Unpacking webpack (5.96.1+dfsg1+~cs11.18.26-1) ...
Selecting previously unselected package node-css-loader.
Preparing to unpack .../638-node-css-loader_6.8.1+~cs14.0.17-1_all.deb ...
Unpacking node-css-loader (6.8.1+~cs14.0.17-1) ...
Selecting previously unselected package node-fortawesome-fontawesome-free.
Preparing to unpack .../639-node-fortawesome-fontawesome-free_6.4.2+ds1-1_all.deb ...
Unpacking node-fortawesome-fontawesome-free (6.4.2+ds1-1) ...
Selecting previously unselected package node-data-uri-to-buffer.
Preparing to unpack .../640-node-data-uri-to-buffer_6.0.2~0~2024040606-4_all.deb ...
Unpacking node-data-uri-to-buffer (6.0.2~0~2024040606-4) ...
Selecting previously unselected package node-fetch.
Preparing to unpack .../641-node-fetch_3.3.2+~cs11.4.11-3_all.deb ...
Unpacking node-fetch (3.3.2+~cs11.4.11-3) ...
Selecting previously unselected package node-jsonfile.
Preparing to unpack .../642-node-jsonfile_6.1.0-4_all.deb ...
Unpacking node-jsonfile (6.1.0-4) ...
Selecting previously unselected package node-klaw.
Preparing to unpack .../643-node-klaw_4.0.1-2_all.deb ...
Unpacking node-klaw (4.0.1-2) ...
Selecting previously unselected package node-fs-extra.
Preparing to unpack .../644-node-fs-extra_10.1.0+~9.0.13-1_all.deb ...
Unpacking node-fs-extra (10.1.0+~9.0.13-1) ...
Selecting previously unselected package node-lezer-generator.
Preparing to unpack .../645-node-lezer-generator_1.7.0~1.4.16+~cs14.25.46-1_all.deb ...
Unpacking node-lezer-generator (1.7.0~1.4.16+~cs14.25.46-1) ...
Selecting previously unselected package node-long.
Preparing to unpack .../646-node-long_5.2.3-3_all.deb ...
Unpacking node-long (5.2.3-3) ...
Selecting previously unselected package node-lumino.
Preparing to unpack .../647-node-lumino_2024.3.25-1_all.deb ...
Unpacking node-lumino (2024.3.25-1) ...
Selecting previously unselected package node-marked.
Preparing to unpack .../648-node-marked_4.2.3+ds+~4.0.7-3_all.deb ...
Unpacking node-marked (4.2.3+ds+~4.0.7-3) ...
Selecting previously unselected package node-mj-context-menu.
Preparing to unpack .../649-node-mj-context-menu_0.9.1+ds-2_all.deb ...
Unpacking node-mj-context-menu (0.9.1+ds-2) ...
Selecting previously unselected package node-speech-rule-engine.
Preparing to unpack .../650-node-speech-rule-engine_4.0.7+~0.1.31-2_all.deb ...
Unpacking node-speech-rule-engine (4.0.7+~0.1.31-2) ...
Selecting previously unselected package node-mathjax-full.
Preparing to unpack .../651-node-mathjax-full_3.2.2+~cs4.2.1-2_all.deb ...
Unpacking node-mathjax-full (3.2.2+~cs4.2.1-2) ...
Selecting previously unselected package node-big.js.
Preparing to unpack .../652-node-big.js_6.2.1+ds+~6.1.5-2_all.deb ...
Unpacking node-big.js (6.2.1+ds+~6.1.5-2) ...
Selecting previously unselected package node-emojis-list.
Preparing to unpack .../653-node-emojis-list_3.0.0-2_all.deb ...
Unpacking node-emojis-list (3.0.0-2) ...
Selecting previously unselected package node-loader-utils.
Preparing to unpack .../654-node-loader-utils_2.0.4-1_all.deb ...
Unpacking node-loader-utils (2.0.4-1) ...
Selecting previously unselected package node-mini-css-extract-plugin.
Preparing to unpack .../655-node-mini-css-extract-plugin_2.4.6+~2.4.0-4_all.deb ...
Unpacking node-mini-css-extract-plugin (2.4.6+~2.4.0-4) ...
Selecting previously unselected package node-path-browserify.
Preparing to unpack .../656-node-path-browserify_1.0.1-3_all.deb ...
Unpacking node-path-browserify (1.0.1-3) ...
Selecting previously unselected package node-playwright.
Preparing to unpack .../657-node-playwright_1.38.0+ds-3_all.deb ...
Unpacking node-playwright (1.38.0+ds-3) ...
Selecting previously unselected package node-process.
Preparing to unpack .../658-node-process_0.11.10-3_all.deb ...
Unpacking node-process (0.11.10-3) ...
Selecting previously unselected package node-warning.
Preparing to unpack .../659-node-warning_4.0.3+~cs3.0.2-1_all.deb ...
Unpacking node-warning (4.0.3+~cs3.0.2-1) ...
Selecting previously unselected package node-prop-types.
Preparing to unpack .../660-node-prop-types_15.8.1+~15.7.9+~cs1.1.1-1_all.deb ...
Unpacking node-prop-types (15.8.1+~15.7.9+~cs1.1.1-1) ...
Selecting previously unselected package node-react-highlight-words.
Preparing to unpack .../661-node-react-highlight-words_0.20.0+~cs7.18.6-1_all.deb ...
Unpacking node-react-highlight-words (0.20.0+~cs7.18.6-1) ...
Selecting previously unselected package node-base16.
Preparing to unpack .../662-node-base16_1.0.0+~cs1.0.2-3_all.deb ...
Unpacking node-base16 (1.0.0+~cs1.0.2-3) ...
Selecting previously unselected package node-simple-swizzle.
Preparing to unpack .../663-node-simple-swizzle_0.2.2-5_all.deb ...
Unpacking node-simple-swizzle (0.2.2-5) ...
Selecting previously unselected package node-color-string.
Preparing to unpack .../664-node-color-string_1.9.1-2_all.deb ...
Unpacking node-color-string (1.9.1-2) ...
Selecting previously unselected package node-color.
Preparing to unpack .../665-node-color_4.2.3+~cs3.0.3-1_all.deb ...
Unpacking node-color (4.2.3+~cs3.0.3-1) ...
Selecting previously unselected package node-csstype.
Preparing to unpack .../666-node-csstype_3.1.3-1_all.deb ...
Unpacking node-csstype (3.1.3-1) ...
Selecting previously unselected package node-react-base16-styling.
Preparing to unpack .../667-node-react-base16-styling_0.9.1~3.13.1~git20230831-2_all.deb ...
Unpacking node-react-base16-styling (0.9.1~3.13.1~git20230831-2) ...
Selecting previously unselected package node-react-json-tree.
Preparing to unpack .../668-node-react-json-tree_0.18.0~3.13.1~git20230831-2_all.deb ...
Unpacking node-react-json-tree (0.18.0~3.13.1~git20230831-2) ...
Selecting previously unselected package node-react-paginate.
Preparing to unpack .../669-node-react-paginate_8.2.0+ds-1_all.deb ...
Unpacking node-react-paginate (8.2.0+ds-1) ...
Selecting previously unselected package node-react-toastify.
Preparing to unpack .../670-node-react-toastify_9.1.2+~1.2.1-3_all.deb ...
Unpacking node-react-toastify (9.1.2+~1.2.1-3) ...
Selecting previously unselected package node-extend-shallow.
Preparing to unpack .../671-node-extend-shallow_3.0.2-3_all.deb ...
Unpacking node-extend-shallow (3.0.2-3) ...
Selecting previously unselected package node-regex-not.
Preparing to unpack .../672-node-regex-not_1.0.2+~1.0.0-1_all.deb ...
Unpacking node-regex-not (1.0.2+~1.0.0-1) ...
Selecting previously unselected package node-to-regex.
Preparing to unpack .../673-node-to-regex_3.0.2+~cs6.3.28-1_all.deb ...
Unpacking node-to-regex (3.0.2+~cs6.3.28-1) ...
Selecting previously unselected package node-regexp-match-indices.
Preparing to unpack .../674-node-regexp-match-indices_1.0.2~git20190823-2_all.deb ...
Unpacking node-regexp-match-indices (1.0.2~git20190823-2) ...
Selecting previously unselected package node-markdown-to-jsx.
Preparing to unpack .../675-node-markdown-to-jsx_7.2.0+dfsg-2_all.deb ...
Unpacking node-markdown-to-jsx (7.2.0+dfsg-2) ...
Selecting previously unselected package node-rjsf.
Preparing to unpack .../676-node-rjsf_5.12.1+~5.0.1-2_all.deb ...
Unpacking node-rjsf (5.12.1+~5.0.1-2) ...
Selecting previously unselected package node-domelementtype.
Preparing to unpack .../677-node-domelementtype_2.3.0-1_all.deb ...
Unpacking node-domelementtype (2.3.0-1) ...
Selecting previously unselected package node-domhandler.
Preparing to unpack .../678-node-domhandler_5.0.3-4_all.deb ...
Unpacking node-domhandler (5.0.3-4) ...
Selecting previously unselected package node-dom-serializer.
Preparing to unpack .../679-node-dom-serializer_2.0.0-4_all.deb ...
Unpacking node-dom-serializer (2.0.0-4) ...
Selecting previously unselected package node-domutils.
Preparing to unpack .../680-node-domutils_3.1.0-2_all.deb ...
Unpacking node-domutils (3.1.0-2) ...
Selecting previously unselected package node-htmlparser2.
Preparing to unpack .../681-node-htmlparser2_9.0.0-1_all.deb ...
Unpacking node-htmlparser2 (9.0.0-1) ...
Selecting previously unselected package node-parse-srcset.
Preparing to unpack .../682-node-parse-srcset_1.0.2-4_all.deb ...
Unpacking node-parse-srcset (1.0.2-4) ...
Selecting previously unselected package node-sanitize-html.
Preparing to unpack .../683-node-sanitize-html_2.13.1+~2.13.0-1_all.deb ...
Unpacking node-sanitize-html (2.13.1+~2.13.0-1) ...
Selecting previously unselected package libjs-simulate-event.
Preparing to unpack .../684-libjs-simulate-event_1.4.0-2_all.deb ...
Unpacking libjs-simulate-event (1.4.0-2) ...
Selecting previously unselected package node-source-map-loader.
Preparing to unpack .../685-node-source-map-loader_4.0.1-2_all.deb ...
Unpacking node-source-map-loader (4.0.1-2) ...
Selecting previously unselected package libjs-d3-format.
Preparing to unpack .../686-libjs-d3-format_1%3a1.4.5+~1.4.2-2_all.deb ...
Unpacking libjs-d3-format (1:1.4.5+~1.4.2-2) ...
Selecting previously unselected package node-d3-format.
Preparing to unpack .../687-node-d3-format_1%3a1.4.5+~1.4.2-2_all.deb ...
Unpacking node-d3-format (1:1.4.5+~1.4.2-2) ...
Selecting previously unselected package node-d3-array.
Preparing to unpack .../688-node-d3-array_3.2.0+~cs5.0.6-2_all.deb ...
Unpacking node-d3-array (3.2.0+~cs5.0.6-2) ...
Selecting previously unselected package node-d3-collection.
Preparing to unpack .../689-node-d3-collection_1.0.7+~1.0.10-1_all.deb ...
Unpacking node-d3-collection (1.0.7+~1.0.10-1) ...
Selecting previously unselected package node-d3-color.
Preparing to unpack .../690-node-d3-color_1.4.1+~1.4.2-1_all.deb ...
Unpacking node-d3-color (1.4.1+~1.4.2-1) ...
Selecting previously unselected package node-d3-interpolate.
Preparing to unpack .../691-node-d3-interpolate_1.4.0+~1.4.2-1_all.deb ...
Unpacking node-d3-interpolate (1.4.0+~1.4.2-1) ...
Selecting previously unselected package node-d3-time.
Preparing to unpack .../692-node-d3-time_1.1.0+~1.1.1-1_all.deb ...
Unpacking node-d3-time (1.1.0+~1.1.1-1) ...
Selecting previously unselected package node-d3-time-format.
Preparing to unpack .../693-node-d3-time-format_2.3.0+~2.3.1-1_all.deb ...
Unpacking node-d3-time-format (2.3.0+~2.3.1-1) ...
Selecting previously unselected package node-d3-scale.
Preparing to unpack .../694-node-d3-scale_2.2.2+~2.2.6-1_all.deb ...
Unpacking node-d3-scale (2.2.2+~2.2.6-1) ...
Selecting previously unselected package node-d3-path.
Preparing to unpack .../695-node-d3-path_1.0.9+~1.0.9-1_all.deb ...
Unpacking node-d3-path (1.0.9+~1.0.9-1) ...
Selecting previously unselected package node-d3-shape.
Preparing to unpack .../696-node-d3-shape_1.3.7+~1.3.8-1_all.deb ...
Unpacking node-d3-shape (1.3.7+~1.3.8-1) ...
Selecting previously unselected package libssl-dev:arm64.
Preparing to unpack .../697-libssl-dev_3.3.2-2_arm64.deb ...
Unpacking libssl-dev:arm64 (3.3.2-2) ...
Selecting previously unselected package libuv1-dev:arm64.
Preparing to unpack .../698-libuv1-dev_1.48.0-7_arm64.deb ...
Unpacking libuv1-dev:arm64 (1.48.0-7) ...
Selecting previously unselected package libnode-dev.
Preparing to unpack .../699-libnode-dev_20.18.0+dfsg-2_arm64.deb ...
Unpacking libnode-dev (20.18.0+dfsg-2) ...
Selecting previously unselected package node-delegates.
Preparing to unpack .../700-node-delegates_1.0.0-3_all.deb ...
Unpacking node-delegates (1.0.0-3) ...
Selecting previously unselected package node-are-we-there-yet.
Preparing to unpack .../701-node-are-we-there-yet_3.0.1+~1.1.0-1_all.deb ...
Unpacking node-are-we-there-yet (3.0.1+~1.1.0-1) ...
Selecting previously unselected package node-console-control-strings.
Preparing to unpack .../702-node-console-control-strings_1.1.0-3_all.deb ...
Unpacking node-console-control-strings (1.1.0-3) ...
Selecting previously unselected package node-aproba.
Preparing to unpack .../703-node-aproba_2.0.0-3_all.deb ...
Unpacking node-aproba (2.0.0-3) ...
Selecting previously unselected package node-time-stamp.
Preparing to unpack .../704-node-time-stamp_2.2.0-2_all.deb ...
Unpacking node-time-stamp (2.2.0-2) ...
Selecting previously unselected package node-fancy-log.
Preparing to unpack .../705-node-fancy-log_1.3.3+~cs1.3.1-2_all.deb ...
Unpacking node-fancy-log (1.3.3+~cs1.3.1-2) ...
Selecting previously unselected package node-has-unicode.
Preparing to unpack .../706-node-has-unicode_2.0.1-5_all.deb ...
Unpacking node-has-unicode (2.0.1-5) ...
Selecting previously unselected package node-gauge.
Preparing to unpack .../707-node-gauge_4.0.4-2_all.deb ...
Unpacking node-gauge (4.0.4-2) ...
Selecting previously unselected package node-set-blocking.
Preparing to unpack .../708-node-set-blocking_2.0.0-2_all.deb ...
Unpacking node-set-blocking (2.0.0-2) ...
Selecting previously unselected package node-npmlog.
Preparing to unpack .../709-node-npmlog_7.0.1+~4.1.4-1_all.deb ...
Unpacking node-npmlog (7.0.1+~4.1.4-1) ...
Selecting previously unselected package node-osenv.
Preparing to unpack .../710-node-osenv_0.1.5+~0.1.1-1_all.deb ...
Unpacking node-osenv (0.1.5+~0.1.1-1) ...
Selecting previously unselected package node-chownr.
Preparing to unpack .../711-node-chownr_2.0.0-3_all.deb ...
Unpacking node-chownr (2.0.0-3) ...
Selecting previously unselected package node-encoding.
Preparing to unpack .../712-node-encoding_0.1.13-2_all.deb ...
Unpacking node-encoding (0.1.13-2) ...
Selecting previously unselected package node-jsonparse.
Preparing to unpack .../713-node-jsonparse_1.3.1-10_all.deb ...
Unpacking node-jsonparse (1.3.1-10) ...
Selecting previously unselected package node-yallist.
Preparing to unpack .../714-node-yallist_4.0.0+~4.0.1-1_all.deb ...
Unpacking node-yallist (4.0.0+~4.0.1-1) ...
Selecting previously unselected package node-minipass.
Preparing to unpack .../715-node-minipass_5.0.0+~cs10.3.21-2_all.deb ...
Unpacking node-minipass (5.0.0+~cs10.3.21-2) ...
Selecting previously unselected package node-tar.
Preparing to unpack .../716-node-tar_6.2.1+~cs7.0.8-1_all.deb ...
Unpacking node-tar (6.2.1+~cs7.0.8-1) ...
Selecting previously unselected package node-gyp.
Preparing to unpack .../717-node-gyp_10.2.0+~5.0.0-1_all.deb ...
Unpacking node-gyp (10.2.0+~5.0.0-1) ...
Selecting previously unselected package node-escape-html.
Preparing to unpack .../718-node-escape-html_1.0.3+~1.0.2-2_all.deb ...
Unpacking node-escape-html (1.0.3+~1.0.2-2) ...
Selecting previously unselected package node-min-document.
Preparing to unpack .../719-node-min-document_2.19.0+~cs2.20.2-2_all.deb ...
Unpacking node-min-document (2.19.0+~cs2.20.2-2) ...
Selecting previously unselected package node-global.
Preparing to unpack .../720-node-global_4.13.1+really-4.4.0~4.13.1+~cs12.12.4-2_all.deb ...
Unpacking node-global (4.13.1+really-4.4.0~4.13.1+~cs12.12.4-2) ...
Selecting previously unselected package node-change-case.
Preparing to unpack .../721-node-change-case_0.0~git20211010.040a079-1_all.deb ...
Unpacking node-change-case (0.0~git20211010.040a079-1) ...
Selecting previously unselected package node-vdom-to-html.
Preparing to unpack .../722-node-vdom-to-html_2.3.1+~cs24.7.3-2_all.deb ...
Unpacking node-vdom-to-html (2.3.1+~cs24.7.3-2) ...
Selecting previously unselected package node-stdlib.
Preparing to unpack .../723-node-stdlib_0.0.96+ds1+~cs0.0.429-2_all.deb ...
Unpacking node-stdlib (0.0.96+ds1+~cs0.0.429-2) ...
Selecting previously unselected package node-style-loader.
Preparing to unpack .../724-node-style-loader_3.3.1-2_all.deb ...
Unpacking node-style-loader (3.3.1-2) ...
Selecting previously unselected package node-make-error.
Preparing to unpack .../725-node-make-error_1.3.7-3_all.deb ...
Unpacking node-make-error (1.3.7-3) ...
Selecting previously unselected package node-typescript.
Preparing to unpack .../726-node-typescript_4.9.5+ds1-2_all.deb ...
Unpacking node-typescript (4.9.5+ds1-2) ...
Selecting previously unselected package ts-jest.
Preparing to unpack .../727-ts-jest_29.1.1+~cs0.2.6-2_all.deb ...
Unpacking ts-jest (29.1.1+~cs0.2.6-2) ...
Selecting previously unselected package node-free-style.
Preparing to unpack .../728-node-free-style_4.1.0-2_all.deb ...
Unpacking node-free-style (4.1.0-2) ...
Selecting previously unselected package node-typestyle.
Preparing to unpack .../729-node-typestyle_2.4.0+ds+~3.0.10-1_all.deb ...
Unpacking node-typestyle (2.4.0+ds+~3.0.10-1) ...
Selecting previously unselected package node-d3-delaunay.
Preparing to unpack .../730-node-d3-delaunay_6.0.4+~cs19.0.3-2_all.deb ...
Unpacking node-d3-delaunay (6.0.4+~cs19.0.3-2) ...
Selecting previously unselected package node-d3-queue.
Preparing to unpack .../731-node-d3-queue_3.0.7-13_all.deb ...
Unpacking node-d3-queue (3.0.7-13) ...
Selecting previously unselected package node-rw.
Preparing to unpack .../732-node-rw_1.3.3-5_all.deb ...
Unpacking node-rw (1.3.3-5) ...
Selecting previously unselected package node-d3-dsv.
Preparing to unpack .../733-node-d3-dsv_1.2.0+~1.2.3-1_all.deb ...
Unpacking node-d3-dsv (1.2.0+~1.2.3-1) ...
Selecting previously unselected package node-d3-dispatch.
Preparing to unpack .../734-node-d3-dispatch_1.0.6+~1.0.9-1_all.deb ...
Unpacking node-d3-dispatch (1.0.6+~1.0.9-1) ...
Selecting previously unselected package node-d3-quadtree.
Preparing to unpack .../735-node-d3-quadtree_1.0.7+~1.0.9-1_all.deb ...
Unpacking node-d3-quadtree (1.0.7+~1.0.9-1) ...
Selecting previously unselected package node-d3-timer.
Preparing to unpack .../736-node-d3-timer_1.0.10+~1.0.10-1_all.deb ...
Unpacking node-d3-timer (1.0.10+~1.0.10-1) ...
Selecting previously unselected package node-d3-force.
Preparing to unpack .../737-node-d3-force_2.1.1+~2.1.4-1_all.deb ...
Unpacking node-d3-force (2.1.1+~2.1.4-1) ...
Selecting previously unselected package node-d3-geo.
Preparing to unpack .../738-node-d3-geo_1.12.1+~1.12.4-1_all.deb ...
Unpacking node-d3-geo (1.12.1+~1.12.4-1) ...
Selecting previously unselected package node-d3-geo-projection.
Preparing to unpack .../739-node-d3-geo-projection_4.0.0-2_all.deb ...
Unpacking node-d3-geo-projection (4.0.0-2) ...
Selecting previously unselected package node-d3-hierarchy.
Preparing to unpack .../740-node-d3-hierarchy_1.1.9+~1.1.8-1_all.deb ...
Unpacking node-d3-hierarchy (1.1.9+~1.1.8-1) ...
Selecting previously unselected package node-vega.
Preparing to unpack .../741-node-vega_5.28.0+ds+~cs5.3.0-1_all.deb ...
Unpacking node-vega (5.28.0+ds+~cs5.3.0-1) ...
Selecting previously unselected package node-fast-json-patch.
Preparing to unpack .../742-node-fast-json-patch_3.1.1+ds-2_all.deb ...
Unpacking node-fast-json-patch (3.1.1+ds-2) ...
Selecting previously unselected package node-vega-lite.
Preparing to unpack .../743-node-vega-lite_5.18.1+~4.0.0-1_all.deb ...
Unpacking node-vega-lite (5.18.1+~4.0.0-1) ...
Selecting previously unselected package node-vega-themes.
Preparing to unpack .../744-node-vega-themes_2.14.0-2_all.deb ...
Unpacking node-vega-themes (2.14.0-2) ...
Selecting previously unselected package node-vega-tooltip.
Preparing to unpack .../745-node-vega-tooltip_0.33.0-2_all.deb ...
Unpacking node-vega-tooltip (0.33.0-2) ...
Selecting previously unselected package node-vega-embed.
Preparing to unpack .../746-node-vega-embed_6.23.0-1_all.deb ...
Unpacking node-vega-embed (6.23.0-1) ...
Selecting previously unselected package node-vscode-debugprotocol.
Preparing to unpack .../747-node-vscode-debugprotocol_1.57.0-2_all.deb ...
Unpacking node-vscode-debugprotocol (1.57.0-2) ...
Selecting previously unselected package node-vscode-jsonrpc.
Preparing to unpack .../748-node-vscode-jsonrpc_8.2.0~next.0~1.0.0~git20230424.1320922-3_all.deb ...
Unpacking node-vscode-jsonrpc (8.2.0~next.0~1.0.0~git20230424.1320922-3) ...
Selecting previously unselected package node-vscode-languageserver-types.
Preparing to unpack .../749-node-vscode-languageserver-types_3.17.4~next.0~1.0.0~git20230424.1320922-3_all.deb ...
Unpacking node-vscode-languageserver-types (3.17.4~next.0~1.0.0~git20230424.1320922-3) ...
Selecting previously unselected package node-vscode-languageserver-protocol.
Preparing to unpack .../750-node-vscode-languageserver-protocol_3.17.4~next.0~1.0.0~git20230424.1320922-3_all.deb ...
Unpacking node-vscode-languageserver-protocol (3.17.4~next.0~1.0.0~git20230424.1320922-3) ...
Selecting previously unselected package node-webpack-merge.
Preparing to unpack .../751-node-webpack-merge_5.8.0+~2.0.0-1_all.deb ...
Unpacking node-webpack-merge (5.8.0+~2.0.0-1) ...
Selecting previously unselected package node-worker-loader.
Preparing to unpack .../752-node-worker-loader_3.0.8-5_all.deb ...
Unpacking node-worker-loader (3.0.8-5) ...
Selecting previously unselected package node-xterm.
Preparing to unpack .../753-node-xterm_5.3.0-3_all.deb ...
Unpacking node-xterm (5.3.0-3) ...
Selecting previously unselected package node-isomorphic.js.
Preparing to unpack .../754-node-isomorphic.js_0.2.5-1_all.deb ...
Unpacking node-isomorphic.js (0.2.5-1) ...
Selecting previously unselected package node-lib0.
Preparing to unpack .../755-node-lib0_0.2.93-1_all.deb ...
Unpacking node-lib0 (0.2.93-1) ...
Selecting previously unselected package node-yjs.
Preparing to unpack .../756-node-yjs_13.6.8-1_all.deb ...
Unpacking node-yjs (13.6.8-1) ...
Selecting previously unselected package node-y-protocols.
Preparing to unpack .../757-node-y-protocols_1.0.6-1_all.deb ...
Unpacking node-y-protocols (1.0.6-1) ...
Selecting previously unselected package node-clipanion.
Preparing to unpack .../758-node-clipanion_3.2.1+dfsg-2_all.deb ...
Unpacking node-clipanion (3.2.1+dfsg-2) ...
Selecting previously unselected package node-enquirer.
Preparing to unpack .../759-node-enquirer_2.3.6~ds-4_all.deb ...
Unpacking node-enquirer (2.3.6~ds-4) ...
Selecting previously unselected package node-typanion.
Preparing to unpack .../760-node-typanion_3.14.0+dfsg-1_all.deb ...
Unpacking node-typanion (3.14.0+dfsg-1) ...
Selecting previously unselected package node-zkochan-cmd-shim.
Preparing to unpack .../761-node-zkochan-cmd-shim_5.3.1+~1.0.2-3_all.deb ...
Unpacking node-zkochan-cmd-shim (5.3.1+~1.0.2-3) ...
Selecting previously unselected package node-ssri.
Preparing to unpack .../762-node-ssri_9.0.1-3_all.deb ...
Unpacking node-ssri (9.0.1-3) ...
Selecting previously unselected package node-end-of-stream.
Preparing to unpack .../763-node-end-of-stream_1.4.4+~1.4.1-1_all.deb ...
Unpacking node-end-of-stream (1.4.4+~1.4.1-1) ...
Selecting previously unselected package node-tar-stream.
Preparing to unpack .../764-node-tar-stream_2.2.0+~cs3.2.2-1_all.deb ...
Unpacking node-tar-stream (2.2.0+~cs3.2.2-1) ...
Selecting previously unselected package node-mimic-response.
Preparing to unpack .../765-node-mimic-response_3.1.0-9_all.deb ...
Unpacking node-mimic-response (3.1.0-9) ...
Selecting previously unselected package node-decompress-response.
Preparing to unpack .../766-node-decompress-response_6.0.0-3_all.deb ...
Unpacking node-decompress-response (6.0.0-3) ...
Selecting previously unselected package node-lowercase-keys.
Preparing to unpack .../767-node-lowercase-keys_2.0.0-2_all.deb ...
Unpacking node-lowercase-keys (2.0.0-2) ...
Selecting previously unselected package node-json-buffer.
Preparing to unpack .../768-node-json-buffer_3.0.1+~3.0.0-1_all.deb ...
Unpacking node-json-buffer (3.0.1+~3.0.0-1) ...
Selecting previously unselected package node-p-cancelable.
Preparing to unpack .../769-node-p-cancelable_2.1.1-1_all.deb ...
Unpacking node-p-cancelable (2.1.1-1) ...
Selecting previously unselected package node-got.
Preparing to unpack .../770-node-got_11.8.5+~cs58.13.36-5_all.deb ...
Unpacking node-got (11.8.5+~cs58.13.36-5) ...
Selecting previously unselected package node-auto-bind.
Preparing to unpack .../771-node-auto-bind_4.0.0-2_all.deb ...
Unpacking node-auto-bind (4.0.0-2) ...
Selecting previously unselected package node-cli-boxes.
Preparing to unpack .../772-node-cli-boxes_3.0.0-1_all.deb ...
Unpacking node-cli-boxes (3.0.0-1) ...
Selecting previously unselected package node-react-reconciler.
Preparing to unpack .../773-node-react-reconciler_0.28.0~18.2.0+dfsg+~cs88.72.123-1_all.deb ...
Unpacking node-react-reconciler (0.28.0~18.2.0+dfsg+~cs88.72.123-1) ...
Selecting previously unselected package node-widest-line.
Preparing to unpack .../774-node-widest-line_3.1.0-2_all.deb ...
Unpacking node-widest-line (3.1.0-2) ...
Selecting previously unselected package yarnpkg.
Preparing to unpack .../775-yarnpkg_4.0.2+dfsg-3_all.deb ...
Unpacking yarnpkg (4.0.2+dfsg-3) ...
Selecting previously unselected package jupyterlab.
Preparing to unpack .../776-jupyterlab_4.0.11+ds1+~cs11.25.27-2_all.deb ...
Unpacking jupyterlab (4.0.11+ds1+~cs11.25.27-2) ...
Selecting previously unselected package libaec0:arm64.
Preparing to unpack .../777-libaec0_1.1.3-1+b1_arm64.deb ...
Unpacking libaec0:arm64 (1.1.3-1+b1) ...
Selecting previously unselected package libblas3:arm64.
Preparing to unpack .../778-libblas3_3.12.0-3+b1_arm64.deb ...
Unpacking libblas3:arm64 (3.12.0-3+b1) ...
Selecting previously unselected package libsnappy1v5:arm64.
Preparing to unpack .../779-libsnappy1v5_1.2.1-1+b1_arm64.deb ...
Unpacking libsnappy1v5:arm64 (1.2.1-1+b1) ...
Selecting previously unselected package libblosc1:arm64.
Preparing to unpack .../780-libblosc1_1.21.5+ds-1+b2_arm64.deb ...
Unpacking libblosc1:arm64 (1.21.5+ds-1+b2) ...
Selecting previously unselected package libcurl4t64:arm64.
Preparing to unpack .../781-libcurl4t64_8.11.0-1_arm64.deb ...
Unpacking libcurl4t64:arm64 (8.11.0-1) ...
Selecting previously unselected package libedit2:arm64.
Preparing to unpack .../782-libedit2_3.1-20240808-1_arm64.deb ...
Unpacking libedit2:arm64 (3.1-20240808-1) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../783-libexpat1-dev_2.6.4-1_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.6.4-1) ...
Selecting previously unselected package libfribidi0:arm64.
Preparing to unpack .../784-libfribidi0_1.0.15-1_arm64.deb ...
Unpacking libfribidi0:arm64 (1.0.15-1) ...
Selecting previously unselected package libgfortran5:arm64.
Preparing to unpack .../785-libgfortran5_14.2.0-8_arm64.deb ...
Unpacking libgfortran5:arm64 (14.2.0-8) ...
Selecting previously unselected package libgraphite2-3:arm64.
Preparing to unpack .../786-libgraphite2-3_1.3.14-2+b1_arm64.deb ...
Unpacking libgraphite2-3:arm64 (1.3.14-2+b1) ...
Selecting previously unselected package libharfbuzz0b:arm64.
Preparing to unpack .../787-libharfbuzz0b_10.0.1-1_arm64.deb ...
Unpacking libharfbuzz0b:arm64 (10.0.1-1) ...
Selecting previously unselected package libsz2:arm64.
Preparing to unpack .../788-libsz2_1.1.3-1+b1_arm64.deb ...
Unpacking libsz2:arm64 (1.1.3-1+b1) ...
Selecting previously unselected package libhdf5-103-1t64:arm64.
Preparing to unpack .../789-libhdf5-103-1t64_1.10.10+repack-4_arm64.deb ...
Unpacking libhdf5-103-1t64:arm64 (1.10.10+repack-4) ...
Selecting previously unselected package libhdf5-hl-100t64:arm64.
Preparing to unpack .../790-libhdf5-hl-100t64_1.10.10+repack-4_arm64.deb ...
Unpacking libhdf5-hl-100t64:arm64 (1.10.10+repack-4) ...
Selecting previously unselected package libhwloc15:arm64.
Preparing to unpack .../791-libhwloc15_2.11.2-1_arm64.deb ...
Unpacking libhwloc15:arm64 (2.11.2-1) ...
Selecting previously unselected package libimagequant0:arm64.
Preparing to unpack .../792-libimagequant0_2.18.0-1+b2_arm64.deb ...
Unpacking libimagequant0:arm64 (2.18.0-1+b2) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../793-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-backbone.
Preparing to unpack .../794-libjs-backbone_1.4.1~dfsg+~1.4.15-3_all.deb ...
Unpacking libjs-backbone (1.4.1~dfsg+~1.4.15-3) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../795-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-jquery-ui.
Preparing to unpack .../796-libjs-jquery-ui_1.13.2+dfsg-1_all.deb ...
Unpacking libjs-jquery-ui (1.13.2+dfsg-1) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../797-libjs-sphinxdoc_7.4.7-4_all.deb ...
Unpacking libjs-sphinxdoc (7.4.7-4) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../798-libjson-perl_4.10000-1_all.deb ...
Unpacking libjson-perl (4.10000-1) ...
Selecting previously unselected package liblapack3:arm64.
Preparing to unpack .../799-liblapack3_3.12.0-3+b1_arm64.deb ...
Unpacking liblapack3:arm64 (3.12.0-3+b1) ...
Selecting previously unselected package liblbfgsb0:arm64.
Preparing to unpack .../800-liblbfgsb0_3.0+dfsg.4-1+b2_arm64.deb ...
Unpacking liblbfgsb0:arm64 (3.0+dfsg.4-1+b2) ...
Selecting previously unselected package liblcms2-2:arm64.
Preparing to unpack .../801-liblcms2-2_2.16-2_arm64.deb ...
Unpacking liblcms2-2:arm64 (2.16-2) ...
Selecting previously unselected package libz3-4:arm64.
Preparing to unpack .../802-libz3-4_4.13.3-1_arm64.deb ...
Unpacking libz3-4:arm64 (4.13.3-1) ...
Selecting previously unselected package libllvm14t64:arm64.
Preparing to unpack .../803-libllvm14t64_1%3a14.0.6-20_arm64.deb ...
Unpacking libllvm14t64:arm64 (1:14.0.6-20) ...
Selecting previously unselected package liblzf1:arm64.
Preparing to unpack .../804-liblzf1_3.6-4+b2_arm64.deb ...
Unpacking liblzf1:arm64 (3.6-4+b2) ...
Selecting previously unselected package libopenjp2-7:arm64.
Preparing to unpack .../805-libopenjp2-7_2.5.0-2+b4_arm64.deb ...
Unpacking libopenjp2-7:arm64 (2.5.0-2+b4) ...
Selecting previously unselected package libpfm4:arm64.
Preparing to unpack .../806-libpfm4_4.13.0+git83-g91970fe-1_arm64.deb ...
Unpacking libpfm4:arm64 (4.13.0+git83-g91970fe-1) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../807-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Selecting previously unselected package libpython3.12-dev:arm64.
Preparing to unpack .../808-libpython3.12-dev_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-dev:arm64 (3.12.7-3) ...
Selecting previously unselected package libpython3-dev:arm64.
Preparing to unpack .../809-libpython3-dev_3.12.6-1_arm64.deb ...
Unpacking libpython3-dev:arm64 (3.12.6-1) ...
Selecting previously unselected package libpython3-all-dev:arm64.
Preparing to unpack .../810-libpython3-all-dev_3.12.6-1_arm64.deb ...
Unpacking libpython3-all-dev:arm64 (3.12.6-1) ...
Selecting previously unselected package libqhull-r8.0:arm64.
Preparing to unpack .../811-libqhull-r8.0_2020.2-6+b2_arm64.deb ...
Unpacking libqhull-r8.0:arm64 (2020.2-6+b2) ...
Selecting previously unselected package libraqm0:arm64.
Preparing to unpack .../812-libraqm0_0.10.1-1+b2_arm64.deb ...
Unpacking libraqm0:arm64 (0.10.1-1+b2) ...
Selecting previously unselected package libsymspg2:arm64.
Preparing to unpack .../813-libsymspg2_2.5.0-1_arm64.deb ...
Unpacking libsymspg2:arm64 (2.5.0-1) ...
Selecting previously unselected package libtbbmalloc2:arm64.
Preparing to unpack .../814-libtbbmalloc2_2021.12.0-1_arm64.deb ...
Unpacking libtbbmalloc2:arm64 (2021.12.0-1) ...
Selecting previously unselected package libtbbbind-2-5:arm64.
Preparing to unpack .../815-libtbbbind-2-5_2021.12.0-1_arm64.deb ...
Unpacking libtbbbind-2-5:arm64 (2021.12.0-1) ...
Selecting previously unselected package libtbb12:arm64.
Preparing to unpack .../816-libtbb12_2021.12.0-1_arm64.deb ...
Unpacking libtbb12:arm64 (2021.12.0-1) ...
Selecting previously unselected package libwebpdemux2:arm64.
Preparing to unpack .../817-libwebpdemux2_1.4.0-0.1+b1_arm64.deb ...
Unpacking libwebpdemux2:arm64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libwebpmux3:arm64.
Preparing to unpack .../818-libwebpmux3_1.4.0-0.1+b1_arm64.deb ...
Unpacking libwebpmux3:arm64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libxslt1.1:arm64.
Preparing to unpack .../819-libxslt1.1_1.1.35-1.1+b1_arm64.deb ...
Unpacking libxslt1.1:arm64 (1.1.35-1.1+b1) ...
Selecting previously unselected package llvm-14-runtime.
Preparing to unpack .../820-llvm-14-runtime_1%3a14.0.6-20_arm64.deb ...
Unpacking llvm-14-runtime (1:14.0.6-20) ...
Selecting previously unselected package llvm-14-linker-tools.
Preparing to unpack .../821-llvm-14-linker-tools_1%3a14.0.6-20_arm64.deb ...
Unpacking llvm-14-linker-tools (1:14.0.6-20) ...
Selecting previously unselected package llvm-14.
Preparing to unpack .../822-llvm-14_1%3a14.0.6-20_arm64.deb ...
Unpacking llvm-14 (1:14.0.6-20) ...
Selecting previously unselected package node-underscore.
Preparing to unpack .../823-node-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
Unpacking node-underscore (1.13.4~dfsg+~1.11.4-3) ...
Selecting previously unselected package node-backbone.
Preparing to unpack .../824-node-backbone_1.4.1~dfsg+~1.4.15-3_all.deb ...
Unpacking node-backbone (1.4.1~dfsg+~1.4.15-3) ...
Selecting previously unselected package node-jquery.
Preparing to unpack .../825-node-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
Unpacking node-jquery (3.6.1+dfsg+~3.5.14-1) ...
Selecting previously unselected package node-jupyter-widgets-base.
Preparing to unpack .../826-node-jupyter-widgets-base_6.0.10+~cs15.24.118-1.1_all.deb ...
Unpacking node-jupyter-widgets-base (6.0.10+~cs15.24.118-1.1) ...
Selecting previously unselected package python3-pyproject-hooks.
Preparing to unpack .../827-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 .../828-python3-toml_0.10.2-1_all.deb ...
Unpacking python3-toml (0.10.2-1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../829-python3-wheel_0.44.0-2_all.deb ...
Unpacking python3-wheel (0.44.0-2) ...
Selecting previously unselected package python3-build.
Preparing to unpack .../830-python3-build_1.2.2-1_all.deb ...
Unpacking python3-build (1.2.2-1) ...
Selecting previously unselected package python3-installer.
Preparing to unpack .../831-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 .../832-pybuild-plugin-pyproject_6.20241024_all.deb ...
Unpacking pybuild-plugin-pyproject (6.20241024) ...
Selecting previously unselected package python-matplotlib-data.
Preparing to unpack .../833-python-matplotlib-data_3.8.3-3_all.deb ...
Unpacking python-matplotlib-data (3.8.3-3) ...
Selecting previously unselected package python3-alabaster.
Preparing to unpack .../834-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 .../835-python3-all_3.12.6-1_arm64.deb ...
Unpacking python3-all (3.12.6-1) ...
Selecting previously unselected package python3.12-dev.
Preparing to unpack .../836-python3.12-dev_3.12.7-3_arm64.deb ...
Unpacking python3.12-dev (3.12.7-3) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../837-python3-dev_3.12.6-1_arm64.deb ...
Unpacking python3-dev (3.12.6-1) ...
Selecting previously unselected package python3-all-dev.
Preparing to unpack .../838-python3-all-dev_3.12.6-1_arm64.deb ...
Unpacking python3-all-dev (3.12.6-1) ...
Selecting previously unselected package python3-appdirs.
Preparing to unpack .../839-python3-appdirs_1.4.4-4_all.deb ...
Unpacking python3-appdirs (1.4.4-4) ...
Selecting previously unselected package python3-asciitree.
Preparing to unpack .../840-python3-asciitree_0.3.3-4_all.deb ...
Unpacking python3-asciitree (0.3.3-4) ...
Selecting previously unselected package python3-numpy.
Preparing to unpack .../841-python3-numpy_1%3a1.26.4+ds-11_arm64.deb ...
Unpacking python3-numpy (1:1.26.4+ds-11) ...
Selecting previously unselected package python3-scipy.
Preparing to unpack .../842-python3-scipy_1.13.1-5_arm64.deb ...
Unpacking python3-scipy (1.13.1-5) ...
Selecting previously unselected package python3-spglib.
Preparing to unpack .../843-python3-spglib_2.5.0-1_arm64.deb ...
Unpacking python3-spglib (2.5.0-1) ...
Selecting previously unselected package python3-pil:arm64.
Preparing to unpack .../844-python3-pil_10.4.0-1_arm64.deb ...
Unpacking python3-pil:arm64 (10.4.0-1) ...
Selecting previously unselected package python3.12-tk.
Preparing to unpack .../845-python3.12-tk_3.12.7-3_arm64.deb ...
Unpacking python3.12-tk (3.12.7-3) ...
Selecting previously unselected package python3.13-tk.
Preparing to unpack .../846-python3.13-tk_3.13.0-1_arm64.deb ...
Unpacking python3.13-tk (3.13.0-1) ...
Selecting previously unselected package python3-tk:arm64.
Preparing to unpack .../847-python3-tk_3.12.6-1_arm64.deb ...
Unpacking python3-tk:arm64 (3.12.6-1) ...
Selecting previously unselected package python3-pil.imagetk:arm64.
Preparing to unpack .../848-python3-pil.imagetk_10.4.0-1_arm64.deb ...
Unpacking python3-pil.imagetk:arm64 (10.4.0-1) ...
Selecting previously unselected package python3-pyparsing.
Preparing to unpack .../849-python3-pyparsing_3.1.2-1_all.deb ...
Unpacking python3-pyparsing (3.1.2-1) ...
Selecting previously unselected package python3-contourpy.
Preparing to unpack .../850-python3-contourpy_1.3.0-2_arm64.deb ...
Unpacking python3-contourpy (1.3.0-2) ...
Selecting previously unselected package python3-cycler.
Preparing to unpack .../851-python3-cycler_0.12.1-1_all.deb ...
Unpacking python3-cycler (0.12.1-1) ...
Selecting previously unselected package python3-brotli.
Preparing to unpack .../852-python3-brotli_1.1.0-2+b5_arm64.deb ...
Unpacking python3-brotli (1.1.0-2+b5) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../853-python3-six_1.16.0-7_all.deb ...
Unpacking python3-six (1.16.0-7) ...
Selecting previously unselected package python3-fs.
Preparing to unpack .../854-python3-fs_2.4.16-4_all.deb ...
Unpacking python3-fs (2.4.16-4) ...
Selecting previously unselected package python3-lxml:arm64.
Preparing to unpack .../855-python3-lxml_5.3.0-1_arm64.deb ...
Unpacking python3-lxml:arm64 (5.3.0-1) ...
Selecting previously unselected package python3-lz4.
Preparing to unpack .../856-python3-lz4_4.0.2+dfsg-1+b5_arm64.deb ...
Unpacking python3-lz4 (4.0.2+dfsg-1+b5) ...
Selecting previously unselected package python3-mpmath.
Preparing to unpack .../857-python3-mpmath_1.3.0-1_all.deb ...
Unpacking python3-mpmath (1.3.0-1) ...
Selecting previously unselected package python3-sympy.
Preparing to unpack .../858-python3-sympy_1.13.3-1_all.deb ...
Unpacking python3-sympy (1.13.3-1) ...
Selecting previously unselected package python3-ufolib2.
Preparing to unpack .../859-python3-ufolib2_0.16.1+dfsg1-1_all.deb ...
Unpacking python3-ufolib2 (0.16.1+dfsg1-1) ...
Selecting previously unselected package unicode-data.
Preparing to unpack .../860-unicode-data_15.1.0-1_all.deb ...
Unpacking unicode-data (15.1.0-1) ...
Selecting previously unselected package python3-fonttools.
Preparing to unpack .../861-python3-fonttools_4.54.1-4_arm64.deb ...
Unpacking python3-fonttools (4.54.1-4) ...
Selecting previously unselected package python3-kiwisolver.
Preparing to unpack .../862-python3-kiwisolver_1.4.7-2_arm64.deb ...
Unpacking python3-kiwisolver (1.4.7-2) ...
Selecting previously unselected package python3-matplotlib.
Preparing to unpack .../863-python3-matplotlib_3.8.3-3_arm64.deb ...
Unpacking python3-matplotlib (3.8.3-3) ...
Selecting previously unselected package python3-ase.
Preparing to unpack .../864-python3-ase_3.23.0-1_all.deb ...
Unpacking python3-ase (3.23.0-1) ...
Selecting previously unselected package python3-box.
Preparing to unpack .../865-python3-box_3.4.6-3_all.deb ...
Unpacking python3-box (3.4.6-3) ...
Selecting previously unselected package python3-cloudpickle.
Preparing to unpack .../866-python3-cloudpickle_3.0.0-2_all.deb ...
Unpacking python3-cloudpickle (3.0.0-2) ...
Selecting previously unselected package python3-toolz.
Preparing to unpack .../867-python3-toolz_1.0.0-1_all.deb ...
Unpacking python3-toolz (1.0.0-1) ...
Selecting previously unselected package python3-cytoolz.
Preparing to unpack .../868-python3-cytoolz_1.0.0-1_arm64.deb ...
Unpacking python3-cytoolz (1.0.0-1) ...
Selecting previously unselected package python3-fsspec.
Preparing to unpack .../869-python3-fsspec_2024.9.0-1_all.deb ...
Unpacking python3-fsspec (2024.9.0-1) ...
Selecting previously unselected package python3-locket.
Preparing to unpack .../870-python3-locket_1.0.0-2_all.deb ...
Unpacking python3-locket (1.0.0-2) ...
Selecting previously unselected package python3-partd.
Preparing to unpack .../871-python3-partd_1.4.2-1_all.deb ...
Unpacking python3-partd (1.4.2-1) ...
Selecting previously unselected package python3-dask.
Preparing to unpack .../872-python3-dask_2024.5.2+dfsg-1_all.deb ...
Unpacking python3-dask (2024.5.2+dfsg-1) ...
Selecting previously unselected package python3-msgpack.
Preparing to unpack .../873-python3-msgpack_1.0.3-3+b3_arm64.deb ...
Unpacking python3-msgpack (1.0.3-3+b3) ...
Selecting previously unselected package python3-sortedcontainers.
Preparing to unpack .../874-python3-sortedcontainers_2.4.0-2_all.deb ...
Unpacking python3-sortedcontainers (2.4.0-2) ...
Selecting previously unselected package python3-tblib.
Preparing to unpack .../875-python3-tblib_3.0.0-5_all.deb ...
Unpacking python3-tblib (3.0.0-5) ...
Selecting previously unselected package python3-zict.
Preparing to unpack .../876-python3-zict_3.0.0-2_all.deb ...
Unpacking python3-zict (3.0.0-2) ...
Selecting previously unselected package python3-distributed.
Preparing to unpack .../877-python3-distributed_2024.5.2+ds.1-7_all.deb ...
Unpacking python3-distributed (2024.5.2+ds.1-7) ...
Selecting previously unselected package python3-roman.
Preparing to unpack .../878-python3-roman_4.2-1_all.deb ...
Unpacking python3-roman (4.2-1) ...
Selecting previously unselected package python3-docutils.
Preparing to unpack .../879-python3-docutils_0.21.2+dfsg-2_all.deb ...
Unpacking python3-docutils (0.21.2+dfsg-2) ...
Selecting previously unselected package python3-execnet.
Preparing to unpack .../880-python3-execnet_2.1.1-1_all.deb ...
Unpacking python3-execnet (2.1.1-1) ...
Selecting previously unselected package python3-monotonic.
Preparing to unpack .../881-python3-monotonic_1.6-2_all.deb ...
Unpacking python3-monotonic (1.6-2) ...
Selecting previously unselected package python3-fasteners.
Preparing to unpack .../882-python3-fasteners_0.18-2_all.deb ...
Unpacking python3-fasteners (0.18-2) ...
Selecting previously unselected package python3-filelock.
Preparing to unpack .../883-python3-filelock_3.16.1-1_all.deb ...
Unpacking python3-filelock (3.16.1-1) ...
Selecting previously unselected package python3-flexcache.
Preparing to unpack .../884-python3-flexcache_0.3-2_all.deb ...
Unpacking python3-flexcache (0.3-2) ...
Selecting previously unselected package python3-flexparser.
Preparing to unpack .../885-python3-flexparser_0.4-1_all.deb ...
Unpacking python3-flexparser (0.4-1) ...
Selecting previously unselected package python3-h5py-serial.
Preparing to unpack .../886-python3-h5py-serial_3.11.0-8_arm64.deb ...
Unpacking python3-h5py-serial (3.11.0-8) ...
Selecting previously unselected package python3-h5py.
Preparing to unpack .../887-python3-h5py_3.11.0-8_all.deb ...
Unpacking python3-h5py (3.11.0-8) ...
Selecting previously unselected package python3-imageio.
Preparing to unpack .../888-python3-imageio_2.36.0-1_all.deb ...
Unpacking python3-imageio (2.36.0-1) ...
Selecting previously unselected package python3-imagesize.
Preparing to unpack .../889-python3-imagesize_1.4.1-1_all.deb ...
Unpacking python3-imagesize (1.4.1-1) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../890-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-ipywidgets.
Preparing to unpack .../891-python3-ipywidgets_8.1.5-1_all.deb ...
Unpacking python3-ipywidgets (8.1.5-1) ...
Selecting previously unselected package python3-joblib.
Preparing to unpack .../892-python3-joblib_1.3.2-5_all.deb ...
Unpacking python3-joblib (1.3.2-5) ...
Selecting previously unselected package python3-lazy-loader.
Preparing to unpack .../893-python3-lazy-loader_0.4-1_all.deb ...
Unpacking python3-lazy-loader (0.4-1) ...
Selecting previously unselected package python3-llvmlite.
Preparing to unpack .../894-python3-llvmlite_0.42.0-1+b2_arm64.deb ...
Unpacking python3-llvmlite (0.42.0-1+b2) ...
Selecting previously unselected package python3-mrcz.
Preparing to unpack .../895-python3-mrcz_0.5.6-2_all.deb ...
Unpacking python3-mrcz (0.5.6-2) ...
Selecting previously unselected package python3-networkx.
Preparing to unpack .../896-python3-networkx_3.2.1-4_all.deb ...
Unpacking python3-networkx (3.2.1-4) ...
Selecting previously unselected package python3-numba.
Preparing to unpack .../897-python3-numba_0.59.1+dfsg-1_arm64.deb ...
Unpacking python3-numba (0.59.1+dfsg-1) ...
Selecting previously unselected package sphinx-common.
Preparing to unpack .../898-sphinx-common_7.4.7-4_all.deb ...
Unpacking sphinx-common (7.4.7-4) ...
Selecting previously unselected package python3-snowballstemmer.
Preparing to unpack .../899-python3-snowballstemmer_2.2.0-4_all.deb ...
Unpacking python3-snowballstemmer (2.2.0-4) ...
Selecting previously unselected package python3-sphinx.
Preparing to unpack .../900-python3-sphinx_7.4.7-4_all.deb ...
Unpacking python3-sphinx (7.4.7-4) ...
Selecting previously unselected package python3-pydata-sphinx-theme.
Preparing to unpack .../901-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-numcodecs.
Preparing to unpack .../902-python3-numcodecs_0.13.1+ds-1_arm64.deb ...
Unpacking python3-numcodecs (0.13.1+ds-1) ...
Selecting previously unselected package python3-tabulate.
Preparing to unpack .../903-python3-tabulate_0.9.0-1_all.deb ...
Unpacking python3-tabulate (0.9.0-1) ...
Selecting previously unselected package python3-numpydoc.
Preparing to unpack .../904-python3-numpydoc_1.6.0-2_all.deb ...
Unpacking python3-numpydoc (1.6.0-2) ...
Selecting previously unselected package python3-pint.
Preparing to unpack .../905-python3-pint_0.24.4-1_all.deb ...
Unpacking python3-pint (0.24.4-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../906-python3-pluggy_1.5.0-1_all.deb ...
Unpacking python3-pluggy (1.5.0-1) ...
Selecting previously unselected package python3-pooch.
Preparing to unpack .../907-python3-pooch_1.8.2-1_all.deb ...
Unpacking python3-pooch (1.8.2-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../908-python3-pytest_8.3.3-1_all.deb ...
Unpacking python3-pytest (8.3.3-1) ...
Selecting previously unselected package python3-pytest-xdist.
Preparing to unpack .../909-python3-pytest-xdist_3.6.1-1_all.deb ...
Unpacking python3-pytest-xdist (3.6.1-1) ...
Selecting previously unselected package python3-threadpoolctl.
Preparing to unpack .../910-python3-threadpoolctl_3.1.0-1_all.deb ...
Unpacking python3-threadpoolctl (3.1.0-1) ...
Selecting previously unselected package python3-sklearn-lib:arm64.
Preparing to unpack .../911-python3-sklearn-lib_1.4.2+dfsg-6_arm64.deb ...
Unpacking python3-sklearn-lib:arm64 (1.4.2+dfsg-6) ...
Selecting previously unselected package python3-sklearn.
Preparing to unpack .../912-python3-sklearn_1.4.2+dfsg-6_all.deb ...
Unpacking python3-sklearn (1.4.2+dfsg-6) ...
Selecting previously unselected package python3-sidpy.
Preparing to unpack .../913-python3-sidpy_0.12.3-3_all.deb ...
Unpacking python3-sidpy (0.12.3-3) ...
Selecting previously unselected package python3-pyusid.
Preparing to unpack .../914-python3-pyusid_0.0.12-2_all.deb ...
Unpacking python3-pyusid (0.0.12-2) ...
Selecting previously unselected package python3-skimage-lib:arm64.
Preparing to unpack .../915-python3-skimage-lib_0.24.0-5_arm64.deb ...
Unpacking python3-skimage-lib:arm64 (0.24.0-5) ...
Selecting previously unselected package python3-tifffile.
Preparing to unpack .../916-python3-tifffile_20240920-1_all.deb ...
Unpacking python3-tifffile (20240920-1) ...
Selecting previously unselected package python3-skimage.
Preparing to unpack .../917-python3-skimage_0.24.0-5_all.deb ...
Unpacking python3-skimage (0.24.0-5) ...
Selecting previously unselected package python3-sparse.
Preparing to unpack .../918-python3-sparse_0.16.0a9-1_all.deb ...
Unpacking python3-sparse (0.16.0a9-1) ...
Selecting previously unselected package python3-sphinx-copybutton.
Preparing to unpack .../919-python3-sphinx-copybutton_0.5.2-2_all.deb ...
Unpacking python3-sphinx-copybutton (0.5.2-2) ...
Selecting previously unselected package python3-sphinx-favicon.
Preparing to unpack .../920-python3-sphinx-favicon_1.0.1-4_all.deb ...
Unpacking python3-sphinx-favicon (1.0.1-4) ...
Selecting previously unselected package towncrier.
Preparing to unpack .../921-towncrier_24.8.0-1_all.deb ...
Unpacking towncrier (24.8.0-1) ...
Selecting previously unselected package python3-sphinxcontrib-towncrier.
Preparing to unpack .../922-python3-sphinxcontrib-towncrier_0.4.0a0-2_all.deb ...
Unpacking python3-sphinxcontrib-towncrier (0.4.0a0-2) ...
Selecting previously unselected package python3-zarr.
Preparing to unpack .../923-python3-zarr_2.18.3+ds-1_all.deb ...
Unpacking python3-zarr (2.18.3+ds-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../924-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up node-ansi-colors (4.1.3-2) ...
Setting up node-escape-html (1.0.3+~1.0.2-2) ...
Setting up media-types (10.1.0) ...
Setting up node-delayed-stream (1.0.0-5) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up libgraphite2-3:arm64 (1.3.14-2+b1) ...
Setting up liblcms2-2:arm64 (2.16-2) ...
Setting up libtbbmalloc2:arm64 (2021.12.0-1) ...
Setting up node-fs.realpath (1.0.0-3) ...
Setting up esbuild (0.23.0-1+b2) ...
Setting up node-crelt (1.0.6~6.33.0+~cs119.71.50-2) ...
Setting up libnorm1t64:arm64 (1.5.9+dfsg-3.1+b1) ...
Setting up libsharpyuv0:arm64 (1.4.0-0.1+b1) ...
Setting up node-path-browserify (1.0.1-3) ...
Setting up node-ampproject-remapping (2.2.0+~cs5.15.37-1) ...
Setting up node-diff (5.0.0~dfsg+~5.0.1-4) ...
Setting up node-d3-timer (1.0.10+~1.0.10-1) ...
Setting up node-d3-color (1.4.1+~1.4.2-1) ...
Setting up libxau6:arm64 (1:1.0.11-1) ...
Setting up libxdmcp6:arm64 (1:1.1.2-3+b2) ...
Setting up node-lru-cache (10.0.1-3) ...
Setting up node-d3-interpolate (1.4.0+~1.4.2-1) ...
Setting up node-d3-queue (3.0.7-13) ...
Setting up node-abbrev (1.1.1+~1.1.2-1) ...
Setting up libxcb1:arm64 (1.17.0-2+b1) ...
Setting up node-domelementtype (2.3.0-1) ...
Setting up node-path-is-inside (1.0.2+~1.0.0-1) ...
Setting up libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Setting up node-style-mod (4.1.2~6.33.0+~cs119.71.50-2) ...
Setting up libsodium23:arm64 (1.0.18-1+b2) ...
Setting up node-pify (5.0.0+~cs5.0.1-1) ...
Setting up node-p-limit (4.0.0+~cs4.0.0-5) ...
Setting up node-yallist (4.0.0+~4.0.1-1) ...
Setting up liblerc4:arm64 (4.0.0+ds-5) ...
Setting up node-isomorphic.js (0.2.5-1) ...
Setting up libjs-inherits (2.0.4-6) ...
Setting up node-p-cancelable (2.1.1-1) ...
Setting up node-is-windows (1.0.2+~cs1.0.0-1) ...
Setting up node-ansi-regex (5.0.1-1) ...
Setting up node-d3-hierarchy (1.1.9+~1.1.8-1) ...
Setting up node-yaml (2.3.4+~cs0.4.0-1) ...
Setting up node-loader-runner (4.3.0-1) ...
Setting up node-object-inspect (1.12.2+~cs1.8.1-1) ...
Setting up libdebuginfod-common (0.192-4) ...
Setting up node-slash (4.0.0-3) ...
Setting up libcurl4t64:arm64 (8.11.0-1) ...
Setting up node-util-deprecate (1.0.2-3) ...
Setting up node-deepmerge (4.3.1+~1.1.1-1) ...
Setting up node-fs-readdir-recursive (1.1.0+~1.1.0-1) ...
Setting up node-v8flags (3.2.0+~3.1.1-1) ...
Setting up node-get-caller-file (2.0.5+~cs1.1.1-4) ...
Setting up node-arrify (2.0.1-3) ...
Setting up node-eslint-visitor-keys (3.3.0+~1.0.0-1) ...
Setting up node-caniuse-lite (1.0.30001620+dfsg+~1.0.5-2) ...
Setting up node-isobject (4.0.0-2) ...
Setting up fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ...
Setting up node-delegates (1.0.0-3) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up fonts-lyx (2.4.2.1-1) ...
Setting up libargon2-1:arm64 (0~20190702+dfsg-4+b2) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up node-merge-descriptors (1.0.1-3) ...
Setting up node-co (4.6.0+~4.6.2-2) ...
Setting up node-isexe (2.0.0+~2.0.1-5) ...
Setting up libdebhelper-perl (13.20) ...
Setting up node-resolve (1.22.8+~cs5.34.15-2) ...
Setting up libedit2:arm64 (3.1-20240808-1) ...
Setting up node-jsonparse (1.3.1-10) ...
Setting up node-core-js-pure (3.33.2-1) ...
Setting up node-es-module-lexer (1.1.0+dfsg-3) ...
Setting up node-path-exists (5.0.0-8) ...
Setting up node-cli-spinners (2.7.0-1) ...
Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-1) ...
Setting up libuv1t64:arm64 (1.48.0-7) ...
Setting up node-lezer-common (1.2.1~1.4.16+~cs14.25.46-1) ...
Setting up node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ...
Setting up node-escape-string-regexp (4.0.0-2) ...
Setting up node-through (2.3.8+~cs0.0.30-1) ...
Setting up node-array-find-index (1.0.2+~1.0.0-1) ...
Setting up node-sinclair-typebox (0.24.44-3) ...
Setting up libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Setting up x11-common (1:7.7+23.1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
Setting up node-p-locate (6.0.0-12) ...
Setting up node-tslib (2.4.1-1) ...
Setting up node-strip-bom (4.0.0-2) ...
Setting up libdeflate0:arm64 (1.22-1) ...
Setting up node-stack-utils (2.0.6+~2.0.1-1) ...
Setting up linux-libc-dev (6.11.6-1) ...
Setting up node-ci-info (4.0.0+~cs1.1.0-1) ...
Setting up m4 (1.4.19-4) ...
Setting up node-color-name (1.1.4+~1.1.1-2) ...
Setting up libqhull-r8.0:arm64 (2020.2-6+b2) ...
Setting up node-chrome-trace-event (1.0.3-2) ...
Setting up node-json-buffer (3.0.1+~3.0.0-1) ...
Setting up node-emojis-list (3.0.0-2) ...
Setting up node-electron-to-chromium (1.4.773-1) ...
Setting up node-cjs-module-lexer (1.2.3+dfsg-1) ...
Setting up node-console-control-strings (1.1.0-3) ...
Setting up node-parse-ms (3.0.0-2) ...
Setting up node-source-list-map (2.0.1+dfsg+~0.1.2-1) ...
Setting up node-mj-context-menu (0.9.1+ds-2) ...
Setting up node-camelcase (7.0.0-3) ...
Setting up node-resumer (0.0.0-6) ...
Setting up node-uuid (8.3.2+~8.3.4-1) ...
Setting up node-fortawesome-fontawesome-free (6.4.2+ds1-1) ...
Setting up node-run-async (2.4.1-2) ...
Setting up node-w3c-keyname (2.2.6-2) ...
Setting up node-lezer-css (1.1.8~1.4.16+~cs14.25.46-1) ...
Setting up node-clipanion (3.2.1+dfsg-2) ...
Setting up node-auto-bind (4.0.0-2) ...
Setting up node-terser (5.31.3-1) ...
Setting up node-parse-srcset (1.0.2-4) ...
Setting up libjbig0:arm64 (2.1-6.1+b2) ...
Setting up node-process (0.11.10-3) ...
Setting up node-abab (2.0.6-1) ...
Setting up node-domhandler (5.0.3-4) ...
Setting up node-path-type (4.0.0-3) ...
Setting up node-indent-string (4.0.0-2) ...
Setting up node-type-detect (4.0.8-4) ...
Setting up node-d3-path (1.0.9+~1.0.9-1) ...
Setting up libaec0:arm64 (1.1.3-1+b1) ...
Setting up libsource-highlight-common (3.1.9-4.3) ...
Setting up node-typedarray (0.0.7-1) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up python-babel-localedata (2.14.0-1) ...
Setting up node-function-bind (1.1.2+~cs2.1.14-1) ...
Setting up libsnappy1v5:arm64 (1.2.1-1+b1) ...
Setting up node-min-document (2.19.0+~cs2.20.2-2) ...
Setting up node-clone (2.1.2+~2.1.2-1) ...
Setting up node-p-map (4.0.0+~3.1.0+~3.0.1-2) ...
Setting up node-prompts (2.4.2+~cs7.5.11-1) ...
Setting up node-chownr (2.0.0-3) ...
Setting up node-has-flag (5.0.1-1) ...
Setting up libdw1t64:arm64 (0.192-4) ...
Setting up node-estraverse (5.3.0+ds+~5.1.1-1) ...
Setting up node-blueimp-md5 (2.19.0~ds-3) ...
Setting up node-regjsgen (0.7.1+ds-1) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up liberror-perl (0.17029-2) ...
Setting up unicode-data (15.1.0-1) ...
Setting up node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Setting up node-lumino (2024.3.25-1) ...
Setting up libsymspg2:arm64 (2.5.0-1) ...
Setting up node-lezer-rust (1.0.2~1.4.16+~cs14.25.46-1) ...
Setting up libjs-psl (1.8.0+ds-9) ...
Setting up node-json-schema-traverse (1.0.0-3) ...
Setting up node-inherits (2.0.4-6) ...
Setting up node-react-is (18.1.0~18.2.0+dfsg+~cs88.72.123-1) ...
Setting up node-path-is-absolute (2.0.0-2) ...
Setting up node-locate-path (7.1.1-2) ...
Setting up libpgm-5.3-0t64:arm64 (5.3.128~dfsg-2.1+b1) ...
Setting up node-universalify (2.0.0-3) ...
Setting up node-fast-json-patch (3.1.1+ds-2) ...
Setting up node-postcss-value-parser (4.2.0-1) ...
Setting up node-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up autotools-dev (20220109.1) ...
Setting up node-is-descriptor (3.0.0-2) ...
Setting up libz3-4:arm64 (4.13.3-1) ...
Setting up node-safe-buffer (5.2.1+~cs2.1.2-3) ...
Setting up libblas3:arm64 (3.12.0-3+b1) ...
update-alternatives: using /usr/lib/aarch64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/aarch64-linux-gnu/libblas.so.3 (libblas.so.3-aarch64-linux-gnu) in auto mode
Setting up node-pretty-ms (8.0.0-2) ...
Setting up node-rw (1.3.3-5) ...
Setting up node-d3-delaunay (6.0.4+~cs19.0.3-2) ...
Setting up libpfm4:arm64 (4.13.0+git83-g91970fe-1) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up node-rechoir (0.8.0+~0.6.1-2) ...
Setting up node-json-parse-better-errors (1.0.2+~cs3.3.1-3) ...
Setting up libjpeg62-turbo:arm64 (1:2.1.5-3+b1) ...
Setting up node-unicode-canonical-property-names-ecmascript (2.0.0-2) ...
Setting up node-lezer-markdown (1.3.0~1.4.16+~cs14.25.46-1) ...
Setting up node-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Setting up node-flatted (3.2.7~ds-1) ...
Setting up node-y18n (5.0.8+~5.0.0-3) ...
Setting up node-detect-newline (3.1.0-2) ...
Setting up node-fast-deep-equal (3.1.3-3) ...
Setting up node-exit (0.1.2+~0.1.31-2) ...
Setting up node-shebang-regex (3.0.0-2) ...
Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
Setting up node-big.js (6.2.1+ds+~6.1.5-2) ...
Setting up libx11-data (2:1.8.10-2) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up node-d3-quadtree (1.0.7+~1.0.9-1) ...
Setting up node-balanced-match (2.0.0-1) ...
Setting up node-convert-source-map (1.9.0+~1.5.2-1) ...
Setting up node-base16 (1.0.0+~cs1.0.2-3) ...
Setting up node-brace-expansion (2.0.1+~1.1.0-1) ...
Setting up node-free-style (4.1.0-2) ...
Setting up node-is-object (1.0.2+~1.0.2-2) ...
Setting up node-is-stream (3.0.0-4) ...
Setting up node-spdx-exceptions (2.3.0-2) ...
Setting up liblzf1:arm64 (3.6-4+b2) ...
Setting up node-p-finally (2.0.1-2) ...
Setting up libfribidi0:arm64 (1.0.15-1) ...
Setting up node-get-stream (8.0.1-11) ...
Setting up node-js-tokens (8.0.0-2) ...
Setting up node-core-js (3.33.2-1) ...
Setting up node-interpret (2.2.0-3) ...
Setting up libimagequant0:arm64 (2.18.0-1+b2) ...
Setting up libproc2-0:arm64 (2:4.0.4-6) ...
Setting up node-set-blocking (2.0.0-2) ...
Setting up node-prr (1.0.1-3) ...
Setting up fonts-dejavu-mono (2.37-8) ...
Setting up libssl-dev:arm64 (3.3.2-2) ...
Setting up libpng16-16t64:arm64 (1.6.44-2) ...
Setting up libhwloc15:arm64 (2.11.2-1) ...
Setting up libcares2:arm64 (1.34.2-1) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up node-lezer-javascript (1.4.16+~cs14.25.46-1) ...
Setting up node-repeat-string (1.6.1+repack-1) ...
Setting up node-change-case (0.0~git20211010.040a079-1) ...
Setting up node-globals (13.23.0-1) ...
Setting up node-deep-is (0.1.4-1) ...
Setting up libtcl8.6:arm64 (8.6.15+dfsg-2) ...
Setting up node-d3-collection (1.0.7+~1.0.10-1) ...
Setting up autopoint (0.22.5-2) ...
Setting up node-async (3.2.6+dfsg-2) ...
Setting up fonts-dejavu-core (2.37-8) ...
Setting up node-signal-exit (4.1.0-7) ...
Setting up node-randombytes (2.1.0+~2.0.0-2) ...
Setting up node-vega-themes (2.14.0-2) ...
Setting up libncursesw6:arm64 (6.5-2+b1) ...
Setting up node-vscode-languageserver-types (3.17.4~next.0~1.0.0~git20230424.1320922-3) ...
Setting up node-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Setting up node-wrappy (1.0.2-3) ...
Setting up libbabeltrace1:arm64 (1.5.11-4) ...
Setting up libgfortran5:arm64 (14.2.0-8) ...
Setting up node-fast-json-stable-stringify (2.1.0-2) ...
Setting up node-asynckit (0.4.0-5) ...
Setting up node-typanion (3.14.0+dfsg-1) ...
Setting up autoconf (2.72-3) ...
Setting up libllvm14t64:arm64 (1:14.0.6-20) ...
Setting up node-require-directory (2.1.1+~2.1.2-1) ...
Setting up node-d3-dispatch (1.0.6+~1.0.9-1) ...
Setting up node-quick-lru (6.1.1-4) ...
Setting up node-regenerator-runtime (0.15.2+~0.10.8-1) ...
Setting up libwebp7:arm64 (1.4.0-0.1+b1) ...
Setting up node-punycode (2.2.3-2) ...
Setting up node-d3-time (1.1.0+~1.1.1-1) ...
Setting up libubsan1:arm64 (14.2.0-8) ...
Setting up node-codemirror-state (6.2.0-2) ...
Setting up node-to-fast-properties (3.0.1-3) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up node-defaults (1.0.4+~1.0.3-1) ...
Setting up node-entities (4.5.0+dfsg-1) ...
Setting up node-mute-stream (0.0.8+~0.0.1-3) ...
Setting up node-memfs (3.4.12+~cs1.0.3-1) ...
Setting up node-mimic-response (3.1.0-9) ...
Setting up node-commander (9.4.1-1) ...
Setting up node-undici (5.28.4+dfsg1+~cs23.12.11-2) ...
Setting up libjs-typedarray-to-buffer (4.0.0-2) ...
Setting up dwz (0.15-1+b1) ...
Setting up node-lezer-json (1.0.2~1.4.16+~cs14.25.46-1) ...
Setting up node-d3-array (3.2.0+~cs5.0.6-2) ...
Setting up libjs-d3-format (1:1.4.5+~1.4.2-2) ...
Setting up node-graceful-fs (4.2.10-1) ...
Setting up node-merge-stream (2.0.0+~1.1.2-2) ...
Setting up node-is-path-cwd (2.2.0-2) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up node-matcher (5.0.0-2) ...
Setting up libtiff6:arm64 (4.5.1+git230720-5) ...
Setting up node-clean-yaml-object (0.1.0-6) ...
Setting up node-jsonify (0.0.1-1) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up procps (2:4.0.4-6) ...
Setting up python-tinycss2-common (1.3.0-1) ...
Setting up libjson-perl (4.10000-1) ...
Setting up node-json-stable-stringify (1.0.2+repack1+~cs1.0.34-2) ...
Setting up node-fast-levenshtein (2.0.6+ds-3) ...
Setting up libjs-regenerate (1.4.2-3) ...
Setting up libxslt1.1:arm64 (1.1.35-1.1+b1) ...
Setting up libblosc1:arm64 (1.21.5+ds-1+b2) ...
Setting up node-hosted-git-info (6.1.1-2) ...
Setting up node-md5-o-matic (0.1.1-5) ...
Setting up node-aproba (2.0.0-3) ...
Setting up node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ...
Setting up node-binary-extensions (2.2.0-2) ...
Setting up node-is-plain-object (5.0.0-7) ...
Setting up node-eslint-utils (3.0.0-3) ...
Setting up node-mimic-fn (4.0.0-5) ...
Setting up node-long (5.2.3-3) ...
Setting up node-currently-unhandled (0.4.1-4) ...
Setting up node-path-dirname (1.0.2-2) ...
Setting up libopenjp2-7:arm64 (2.5.0-2+b4) ...
Setting up git-man (1:2.45.2-1.2) ...
Setting up libx11-6:arm64 (2:1.8.10-2) ...
Setting up node-xterm (5.3.0-3) ...
Setting up node-spdx-license-ids (3.0.12-1) ...
Setting up node-string-decoder (1.3.0-6) ...
Setting up node-lezer-php (1.0.2~1.4.16+~cs14.25.46-1) ...
Setting up libgdk-pixbuf-2.0-0:arm64 (2.42.12+dfsg-1+b1) ...
Setting up node-esutils (2.0.3+~2.0.0-1) ...
Setting up node-time-stamp (2.2.0-2) ...
Setting up node-commondir (1.0.1+~1.0.0-1) ...
Setting up sgml-base (1.31) ...
Setting up libjs-prettify (2015.12.04+dfsg-1.1) ...
Setting up libjs-events (3.3.0+~3.0.0-3) ...
Setting up node-vscode-jsonrpc (8.2.0~next.0~1.0.0~git20230424.1320922-3) ...
Setting up node-core-util-is (1.0.3-1) ...
Setting up node-json-schema (0.4.0+~7.0.11-1) ...
Setting up node-uri-js (4.4.0+dfsg-8) ...
Setting up node-prelude-ls (1.2.1+dfsg-3) ...
Setting up node-minimatch (9.0.3-5) ...
Setting up node-irregular-plurals (3.3.0-1) ...
Setting up node-cli-boxes (3.0.0-1) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up node-d3-geo (1.12.1+~1.12.4-1) ...
Setting up node-zkochan-cmd-shim (5.3.1+~1.0.2-3) ...
Setting up node-cli-width (3.0.0-2) ...
Setting up node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ...
Setting up node-xtend (4.0.2-3) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up node-p-timeout (4.1.0-2) ...
Setting up node-set-immediate-shim (2.0.0-2) ...
Setting up node-foreground-child (3.1.1-2) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up node-pure-rand (6.0.4+ds1-1) ...
Setting up node-querystringify (2.2.0+~2.0.0-2) ...
Setting up node-wordwrap (1.0.0-4) ...
Setting up node-read (1.0.7-5) ...
Setting up llvm-14-linker-tools (1:14.0.6-20) ...
Setting up node-ignore-by-default (2.1.0-1) ...
Setting up python-matplotlib-data (3.8.3-3) ...
Setting up node-regexpp (3.2.0-5) ...
Setting up libwebpmux3:arm64 (1.4.0-0.1+b1) ...
Setting up node-time-zone (1.0.0-5) ...
Setting up node-lezer-cpp (1.1.2~1.4.16+~cs14.25.46-1) ...
Setting up node-is-arrayish (0.3.2-3) ...
Setting up node-csstype (3.1.3-1) ...
Setting up node-is-promise (4.0.0-2) ...
Setting up node-esquery (1.4.2~ds-1) ...
Setting up node-npm-run-path (5.1.0+~4.0.0-8) ...
Setting up libjson-c5:arm64 (0.18+ds-1) ...
Setting up node-path-to-regexp (6.3.0-1) ...
Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ...
Setting up node-is-buffer (2.0.5-2) ...
Setting up node-vscode-debugprotocol (1.57.0-2) ...
Setting up node-color-convert (2.0.1+~cs2.0.0-2) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up node-array-from (2.1.1-3) ...
Setting up node-data-uri-to-buffer (6.0.2~0~2024040606-4) ...
Setting up node-webidl-conversions (7.0.0~1.1.0+~cs15.1.20180823-3) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up node-is-generator-fn (2.1.0-2) ...
Setting up node-async-each (1.0.3-3) ...
Setting up node-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up libsz2:arm64 (1.1.3-1+b1) ...
Setting up libjs-bootstrap (3.4.1+dfsg-3) ...
Setting up libitm1:arm64 (14.2.0-8) ...
Setting up node-isarray (2.0.5-4) ...
Setting up node-osenv (0.1.5+~0.1.1-1) ...
Setting up node-is-plain-obj (3.0.0-2) ...
Setting up node-is-extglob (2.1.1-5) ...
Setting up node-tapable (2.2.1-3) ...
Setting up node-shebang-command (2.0.0-1) ...
Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up libjs-is-typedarray (1.0.0-4) ...
Setting up libjs-simulate-event (1.4.0-2) ...
Setting up node-lowercase-keys (2.0.0-2) ...
Setting up node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ...
Setting up node-decompress-response (6.0.0-3) ...
Setting up node-strip-eof (3.0.0-5) ...
Setting up node-process-nextick-args (2.0.1-3) ...
Setting up node-lezer-html (1.3.9~1.4.16+~cs14.25.46-1) ...
Setting up node-has-unicode (2.0.1-5) ...
Setting up node-emittery (1.0.1-1) ...
Setting up node-jschardet (3.0.0+dfsg+~1.4.0-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 libuv1-dev:arm64 (1.48.0-7) ...
Setting up node-readable-stream (3.6.0+~cs3.0.0-4) ...
Setting up libdebuginfod1t64:arm64 (0.192-4) ...
Setting up liblapack3:arm64 (3.12.0-3+b1) ...
update-alternatives: using /usr/lib/aarch64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/aarch64-linux-gnu/liblapack.so.3 (liblapack.so.3-aarch64-linux-gnu) in auto mode
Setting up node-mem (9.0.2+~cs4.2.0-2) ...
Setting up node-md5-hex (4.0.0-2) ...
Setting up node-supports-color (8.1.1+~8.1.1-1) ...
Setting up node-d3-format (1:1.4.5+~1.4.2-2) ...
Setting up libzmq5:arm64 (4.3.5-1+b3) ...
Setting up node-error-ex (1.3.2-4) ...
Setting up node-once (1.4.1-1) ...
Setting up node-webpack-sources (3.2.3+~3.2.0-2) ...
Setting up node-psl (1.8.0+ds-9) ...
Setting up libxrender1:arm64 (1:0.9.10-1.1+b2) ...
Setting up node-n3 (1.16.3+~1.2.3+~1.10.4-1) ...
Setting up libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Setting up node-global (4.13.1+really-4.4.0~4.13.1+~cs12.12.4-2) ...
Setting up node-lezer-xml (1.0.5~1.4.16+~cs14.25.46-1) ...
Setting up node-parse5 (7.1.2+dfsg-2) ...
Setting up node-vscode-languageserver-protocol (3.17.4~next.0~1.0.0~git20230424.1320922-3) ...
Setting up fontconfig-config (2.15.0-1.1+b1) ...
Setting up node-d3-time-format (2.3.0+~2.3.1-1) ...
Setting up node-lezer-python (1.1.13~1.4.16+~cs14.25.46-1) ...
Setting up node-serialize-javascript (6.0.1-1) ...
Setting up libwebpdemux2:arm64 (1.4.0-0.1+b1) ...
Setting up node-lezer-java (1.1.2~1.4.16+~cs14.25.46-1) ...
Setting up node-are-we-there-yet (3.0.1+~1.1.0-1) ...
Setting up node-find-up (6.3.0-7) ...
Setting up libxext6:arm64 (2:1.3.4-1+b2) ...
Setting up node-kind-of (6.0.3+dfsg-2) ...
Setting up libjs-backbone (1.4.1~dfsg+~1.4.15-3) ...
Setting up libsource-highlight4t64:arm64 (3.1.9-4.3+b1) ...
Setting up node-is-binary-path (2.1.0-5) ...
Setting up node-events (3.3.0+~3.0.0-3) ...
Setting up node-plur (4.0.0-2) ...
Setting up node-d3-shape (1.3.7+~1.3.8-1) ...
Setting up node-minimist (1.2.8+~cs5.3.5-1) ...
Setting up node-fancy-log (1.3.3+~cs1.3.1-2) ...
Setting up node-typestyle (2.4.0+ds+~3.0.10-1) ...
Setting up node-define-property (2.0.2+really+2.0.2-3) ...
Setting up libtbbbind-2-5:arm64 (2021.12.0-1) ...
Setting up node-wcwidth.js (1.0.2-2) ...
Setting up node-resolve-cwd (3.0.0-2) ...
Setting up node-fetch (3.3.2+~cs11.4.11-3) ...
Setting up node-babel7-runtime (7.20.15+ds1+~cs214.269.168-7) ...
Setting up node-iconv-lite (0.6.3-3) ...
Setting up node-type-check (0.4.0+dfsg-3) ...
Setting up node-dom-serializer (2.0.0-4) ...
Setting up libjs-jquery-ui (1.13.2+dfsg-1) ...
Setting up libfreetype6:arm64 (2.13.3+dfsg-1) ...
Setting up llvm-14-runtime (1:14.0.6-20) ...
Setting up node-ansi-styles (6.2.1-3) ...
Setting up node-codemirror-view (6.33.0~6.33.0+~cs119.71.50-2) ...
Setting up node-simple-swizzle (0.2.2-5) ...
Setting up node-pkg-dir (5.0.0-2) ...
Setting up libnotify4:arm64 (0.8.3-1+b2) ...
Setting up node-d3-scale (2.2.2+~2.2.6-1) ...
Setting up node-got (11.8.5+~cs58.13.36-5) ...
Setting up node-restore-cursor (4.0.0-4) ...
Setting up node-optimist (0.6.1+~0.0.30-2) ...
Setting up node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Setting up git (1:2.45.2-1.2) ...
Setting up libjs-sphinxdoc (7.4.7-4) ...
Setting up node-klaw (4.0.1-2) ...
Setting up node-d3-force (2.1.1+~2.1.4-1) ...
Setting up libnotify-bin (0.8.3-1+b2) ...
Setting up node-concat-stream (2.0.0+~2.0.0-2) ...
Setting up node-is-typedarray (1.0.0-4) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up node-inflight (1.0.6-2) ...
Setting up xml-core (0.19) ...
Setting up libnsl2:arm64 (1.3.0-3+b3) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up libharfbuzz0b:arm64 (10.0.1-1) ...
Setting up node-codemirror-search (6.5.6~6.33.0+~cs119.71.50-2) ...
Setting up libxss1:arm64 (1:1.2.3-1+b2) ...
Setting up libfontconfig1:arm64 (2.15.0-1.1+b1) ...
Setting up node-d3-dsv (1.2.0+~1.2.3-1) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up libhdf5-103-1t64:arm64 (1.10.10+repack-4) ...
Setting up node-encoding (0.1.13-2) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up node-slice-ansi (5.0.0+~cs9.0.0-5) ...
Setting up liblbfgsb0:arm64 (3.0+dfsg.4-1+b2) ...
Setting up node-bl (5.1.0-1) ...
Setting up llvm-14 (1:14.0.6-20) ...
Setting up node-cli-cursor (4.0.0-3) ...
Setting up node-codemirror-language (6.10.2~6.33.0+~cs119.71.50-2) ...
Setting up libhdf5-hl-100t64:arm64 (1.10.10+repack-4) ...
Setting up libxft2:arm64 (2.3.6-1+b2) ...
Setting up node-domutils (3.1.0-2) ...
Setting up node-end-of-stream (1.4.4+~1.4.1-1) ...
Setting up libpython3.12-stdlib:arm64 (3.12.7-3) ...
Setting up node-codemirror-lint (6.8.1~6.33.0+~cs119.71.50-2) ...
Setting up node-regenerator-transform (0.15.2+~0.10.8-1) ...
Setting up node-backbone (1.4.1~dfsg+~1.4.15-3) ...
Setting up libtk8.6:arm64 (8.6.15-1) ...
Setting up node-codemirror-lang-css (6.2.1~6.33.0+~cs119.71.50-2) ...
Setting up python3.12 (3.12.7-3) ...
Setting up node-tar-stream (2.2.0+~cs3.2.2-1) ...
Setting up python3.12-tk (3.12.7-3) ...
Setting up node-codemirror-autocomplete (6.18.0~6.33.0+~cs119.71.50-2) ...
Setting up node-growl (1.10.5-4) ...
Setting up node-codemirror-commands (6.6.0~6.33.0+~cs119.71.50-2) ...
Setting up libtbb12:arm64 (2021.12.0-1) ...
Setting up python3.13-tk (3.13.0-1) ...
Setting up libpython3.12t64:arm64 (3.12.7-3) ...
Setting up node-levn (0.4.1+dfsg-2) ...
Setting up node-codemirror-lang-rust (6.0.1~6.33.0+~cs119.71.50-2) ...
Setting up node-spdx-correct (3.1.1-2) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up gdb (15.1-1) ...
Setting up libexpat1-dev:arm64 (2.6.4-1) ...
Setting up node-glob (8.1.0+~cs8.5.15-1) ...
Setting up node-codemirror-lang-json (6.0.1~6.33.0+~cs119.71.50-2) ...
Setting up libraqm0:arm64 (0.10.1-1+b2) ...
Setting up sphinx-common (7.4.7-4) ...
Setting up node-codemirror-lang-wast (6.0.2~6.33.0+~cs119.71.50-2) ...
Setting up node-codemirror-lang-cpp (6.0.2~6.33.0+~cs119.71.50-2) ...
Setting up node-codemirror-lang-python (6.1.6~6.33.0+~cs119.71.50-2) ...
Setting up node-typedarray-to-buffer (4.0.0-2) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Setting up node-codemirror-lang-xml (6.1.0~6.33.0+~cs119.71.50-2) ...
Setting up node-codemirror-lang-sql (6.7.1~6.33.0+~cs119.71.50-2) ...
Setting up node-htmlparser2 (9.0.0-1) ...
Setting up node-minipass (5.0.0+~cs10.3.21-2) ...
Setting up cpp (4:14.2.0-1) ...
Setting up node-codemirror-lang-java (6.0.1~6.33.0+~cs119.71.50-2) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up node-codemirror-lang-javascript (6.2.2~6.33.0+~cs119.71.50-2) ...
Setting up libpython3-stdlib:arm64 (3.12.6-1) ...
Setting up node-codemirror-legacy-modes (6.4.1~6.33.0+~cs119.71.50-2) ...
Setting up node-validate-npm-package-license (3.0.4-2) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up node-optionator (0.9.1+dfsg+~cs1.2.3-1) ...
Setting up node-ssri (9.0.1-3) ...
Setting up tk8.6-blt2.5 (2.5.3+dfsg-7+b1) ...
Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up node-write-file-atomic (4.0.2+~4.0.0-2) ...
Setting up blt (2.5.3+dfsg-7+b1) ...
Setting up node-codemirror-lang-html (6.4.9~6.33.0+~cs119.71.50-2) ...
Setting up python3 (3.12.6-1) ...
Setting up libpython3.12-dev:arm64 (3.12.7-3) ...
Setting up python3-sortedcontainers (2.4.0-2) ...
Setting up python3-pandocfilters (1.5.1-1) ...
Setting up python3-zipp (3.20.2-1) ...
Setting up python3-autocommand (2.2.2-3) ...
Setting up python3-markupsafe (2.1.5-1+b2) ...
Setting up python3-wheel (0.44.0-2) ...
Setting up python3-webencodings (0.5.1-5) ...
Setting up python3-platformdirs (4.3.6-1) ...
Setting up python3-psutil (5.9.8-2+b1) ...
Setting up python3-tz (2024.1-2) ...
Setting up gcc-14 (14.2.0-8) ...
Setting up python3-cloudpickle (3.0.0-2) ...
Setting up python3-uritemplate (4.1.1-3) ...
Setting up python3-monotonic (1.6-2) ...
Setting up python3-six (1.16.0-7) ...
Setting up python3-pil:arm64 (10.4.0-1) ...
Setting up python3-llvmlite (0.42.0-1+b2) ...
Setting up python3-roman (4.2-1) ...
Setting up python3-decorator (5.1.1-5) ...
Setting up python3-fqdn (1.5.1-2) ...
Setting up python3-async-lru (2.0.4-1) ...
Setting up python3-jinja2 (3.1.3-1) ...
Setting up python3-webcolors (1.13-1) ...
Setting up python3-packaging (24.1-1) ...
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 python3-certifi (2024.8.30+dfsg-1) ...
Setting up python3-typeshed (0.0~git20231111.6764465-3) ...
Setting up python3-snowballstemmer (2.2.0-4) ...
Setting up python3-nest-asyncio (1.5.4-1) ...
Setting up python3-brotli (1.1.0-2+b5) ...
Setting up python3-mdurl (0.1.2-1) ...
Setting up python3-cycler (0.12.1-1) ...
Setting up python3-rfc3986-validator (0.1.1-2) ...
Setting up python3-kiwisolver (1.4.7-2) ...
Setting up python3-idna (3.8-2) ...
Setting up python3.12-dev (3.12.7-3) ...
Setting up cython3 (3.0.11+dfsg-1) ...
Setting up python3-typing-extensions (4.12.2-2) ...
Setting up python3-fasteners (0.18-2) ...
Setting up python3-asciitree (0.3.3-4) ...
Setting up python3-html5lib (1.2-1) ...
Setting up python3-toml (0.10.2-1) ...
Setting up python3-installer (0.7.0+dfsg1-3) ...
Setting up python3-urllib3 (2.0.7-2) ...
Setting up python3-pluggy (1.5.0-1) ...
Setting up python3-markdown-it (3.0.0-2) ...
Setting up python3-rpds-py (0.20.1-1) ...
Setting up python3-fastjsonschema (2.20.0-1) ...
Setting up python3-json-pointer (2.4-2) ...
Setting up python3-lxml:arm64 (5.3.0-1) ...
Setting up python3-traitlets (5.14.3+really5.14.3-1) ...
Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up python3-toolz (1.0.0-1) ...
Setting up python3-dateutil (2.9.0-3) ...
Setting up python3-flexcache (0.3-2) ...
Setting up python3-msgpack (1.0.3-3+b3) ...
Setting up python3-lazy-loader (0.4-1) ...
Setting up g++-14 (14.2.0-8) ...
Setting up python3-mpmath (1.3.0-1) ...
Setting up python3-build (1.2.2-1) ...
Setting up python3-execnet (2.1.1-1) ...
Setting up python3-zict (3.0.0-2) ...
Setting up python3-locket (1.0.0-2) ...
Setting up python3-appdirs (1.4.4-4) ...
Setting up python3-mistune (3.0.2-2) ...
Setting up python3-soupsieve (2.6-1) ...
Setting up python3-websocket (1.8.0-2) ...
Setting up python3-jupyter-core (5.7.2-4) ...
Setting up python3-cffi-backend:arm64 (1.17.1-1) ...
Setting up python3-imagesize (1.4.1-1) ...
Setting up python3-cytoolz (1.0.0-1) ...
/usr/lib/python3/dist-packages/cytoolz/tests/test_inspect_args.py:505: SyntaxWarning: "is" with 'int' literal. Did you mean "=="?
  assert num_required_args(Wrapped) is 1
Setting up python3-ptyprocess (0.7.0-6) ...
Setting up python3-prompt-toolkit (3.0.48-1) ...
Setting up python3-partd (1.4.2-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-sympy (1.13.3-1) ...
Setting up python3-attr (24.2.0-1) ...
Setting up python3-tornado (6.4.1-3) ...
Setting up python3-pure-eval (0.2.3-1) ...
Setting up python3-send2trash (1.8.2-1) ...
Setting up python3-filelock (3.16.1-1) ...
Setting up node-codemirror-lang-markdown (6.33.0+~cs119.71.50-2) ...
Setting up python3-tinycss2 (1.3.0-1) ...
Setting up libpython3-dev:arm64 (3.12.6-1) ...
Setting up python3-jaraco.functools (4.1.0-1) ...
Setting up node-codemirror-lang-php (6.0.1~6.33.0+~cs119.71.50-2) ...
Setting up python3-arrow (1.3.0-1.1) ...
Setting up python3-tblib (3.0.0-5) ...
Setting up python3-jaraco.context (6.0.0-1) ...
Setting up python3-anyio (4.6.2-1) ...
Setting up python3-pythonjsonlogger (3.1.0-1) ...
Setting up python3-parso (0.8.3-1) ...
Setting up libtool (2.4.7-8) ...
Setting up python3-colorama (0.4.6-4) ...
Setting up python3-lz4 (4.0.2+dfsg-1+b5) ...
Setting up python3-defusedxml (0.7.1-2) ...
Setting up python3-json5 (0.9.25-1) ...
Setting up python3-asttokens (2.4.1-2) ...
Setting up python3-charset-normalizer (3.4.0-1) ...
Setting up python3-pytest (8.3.3-1) ...
Setting up python3-alabaster (0.7.16-0.1) ...
Setting up python3-overrides (7.7.0-2) ...
Setting up python3-fsspec (2024.9.0-1) ...
Setting up python3-typeguard (4.4.1-1) ...
Setting up python3-rfc3339-validator (0.1.4-2) ...
Setting up python3-threadpoolctl (3.1.0-1) ...
Setting up python3-tabulate (0.9.0-1) ...
Setting up python3-isoduration (20.11.0+git20211126.ae0bd61-2) ...
Setting up python3-all (3.12.6-1) ...
Setting up python3-coverage (7.6.0+dfsg1-2) ...
Setting up python3-yaml (6.0.2-1) ...
Setting up python3-tk:arm64 (3.12.6-1) ...
Setting up python3-click (8.1.7-2) ...
Setting up python3-debugpy (1.8.7+ds-1) ...
Setting up python3-bs4 (4.12.3-3) ...
Setting up gcc (4:14.2.0-1) ...
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 dh-autoreconf (20) ...
Setting up python3-inflect (7.3.1-2) ...
Setting up python3-prometheus-client (0.19.0+ds1-1) ...
Setting up python3-flexparser (0.4-1) ...
Setting up python3-pil.imagetk:arm64 (10.4.0-1) ...
Setting up python3-executing (2.1.0-0.1) ...
Setting up libpython3-all-dev:arm64 (3.12.6-1) ...
Setting up python3-jaraco.text (4.0.0-1) ...
Setting up python3-pexpect (4.9-3) ...
Setting up python3-dev (3.12.6-1) ...
Setting up python3-terminado (0.18.1-1) ...
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 python3-box (3.4.6-3) ...
Setting up python3-argon2 (21.1.0-2+b1) ...
Setting up build-essential (12.12) ...
Setting up python3-jupyter-server-terminals (0.5.3-2) ...
Setting up python3-stack-data (0.6.3-1) ...
Setting up python3-referencing (0.35.1-1) ...
Setting up python3-pkg-resources (75.2.0-1) ...
Setting up python3-all-dev (3.12.6-1) ...
Setting up python3-setuptools (75.2.0-1) ...
Setting up python3-pytest-xdist (3.6.1-1) ...
Setting up python3-py (1.11.0-2) ...
Setting up python3-jedi (0.19.1+ds1-1) ...
Setting up python3-joblib (1.3.2-5) ...
Setting up python3-babel (2.14.0-1) ...
update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode
Setting up towncrier (24.8.0-1) ...
Setting up python3-dask (2024.5.2+dfsg-1) ...
Setting up debhelper (13.20) ...
Setting up python3-networkx (3.2.1-4) ...
Setting up python3-fs (2.4.16-4) ...
Setting up python3-pint (0.24.4-1) ...
Setting up python3-pygments (2.18.0+dfsg-1) ...
Setting up python3-distributed (2024.5.2+ds.1-7) ...
Setting up python3-chardet (5.2.0+dfsg-1) ...
Setting up python3-ipython (8.20.0-1) ...
Setting up python3-zmq (24.0.1-5+b3) ...
Setting up python3-requests (2.32.3+dfsg-1) ...
Setting up python3-numpy (1:1.26.4+ds-11) ...
Setting up python3-jupyter-client (8.6.2-3) ...
Setting up python3-contourpy (1.3.0-2) ...
Setting up python3-spglib (2.5.0-1) ...
Setting up python3-jsonschema-specifications (2023.12.1-2) ...
Setting up python3-imageio (2.36.0-1) ...
Setting up gyp (0.16.2-1) ...
Setting up dh-python (6.20241024) ...
Setting up python3-mrcz (0.5.6-2) ...
/usr/lib/python3/dist-packages/mrcz/ReliablePy.py:362: SyntaxWarning: invalid escape sequence '\A'
  plt.xlabel( "Resolution ($\AA^{-1}$)" )
/usr/lib/python3/dist-packages/mrcz/ReliablePy.py:385: SyntaxWarning: invalid escape sequence '\A'
  plt.xlabel( "Resolution ($\AA^{-1}$)" )
/usr/lib/python3/dist-packages/mrcz/ReliablePy.py:537: SyntaxWarning: invalid escape sequence '\A'
  plt.xlabel( "Defocus ($\AA$)" )
/usr/lib/python3/dist-packages/mrcz/ReliablePy.py:830: SyntaxWarning: invalid escape sequence '\A'
  plt.xlabel( "Defocus, $C_1 (\AA)$" )
/usr/lib/python3/dist-packages/mrcz/ReliablePy.py:836: SyntaxWarning: invalid escape sequence '\A'
  plt.xlabel( "Astigmatism, $A_1 (\AA)$" )
/usr/lib/python3/dist-packages/mrcz/ReliablePy.py:848: SyntaxWarning: invalid escape sequence '\A'
  plt.xlabel( "Fitted Resolution, $r (\AA)$" )
/usr/lib/python3/dist-packages/mrcz/ioMRC.py:219: SyntaxWarning: invalid escape sequence '\m'
  '''
/usr/lib/python3/dist-packages/mrcz/ioMRC.py:555: SyntaxWarning: invalid escape sequence '\A'
  if header['pixelunits'] == u'\\AA' or header['pixelunits'] == u'\AA':
/usr/lib/python3/dist-packages/mrcz/ioMRC.py:557: SyntaxWarning: invalid escape sequence '\m'
  elif header['pixelunits'] == u'\mum':
/usr/lib/python3/dist-packages/mrcz/ioMRC.py:605: SyntaxWarning: invalid escape sequence '\m'
  '''
/usr/lib/python3/dist-packages/mrcz/ioMRC.py:1050: SyntaxWarning: invalid escape sequence '\A'
  if header['pixelunits'] == '\\AA' or header['pixelunits'] == '\AA':
/usr/lib/python3/dist-packages/mrcz/ioMRC.py:1052: SyntaxWarning: invalid escape sequence '\m'
  elif header['pixelunits'] == '\mum':
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:66: SyntaxWarning: invalid escape sequence '\A'
  pixelsize=pixelsize, pixelunits=u'\AA',
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:70: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, rereadHeader = mrcz.readMRC(mrcName, pixelunits=u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:77: SyntaxWarning: invalid escape sequence '\A'
  assert(rereadHeader['pixelunits'] == u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:149: SyntaxWarning: invalid escape sequence '\A'
  pixelsize=pixelsize, pixelunits=u'\AA',
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:153: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, rereadHeader = mrcz.readMRC(mrcName, pixelunits=u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:166: SyntaxWarning: invalid escape sequence '\A'
  assert(rereadHeader['pixelunits'] == u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:178: SyntaxWarning: invalid escape sequence '\A'
  pixelsize=pixelsize, pixelunits=u'\AA',
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:184: SyntaxWarning: invalid escape sequence '\A'
  worker = mrcz.asyncReadMRC(mrcName, pixelunits=u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:198: SyntaxWarning: invalid escape sequence '\A'
  assert(rereadHeader['pixelunits'] == u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:211: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, _ = mrcz.readMRC(mrcName, pixelunits=u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:232: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, _ = mrcz.readMRC(mrcName, pixelunits=u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:251: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, _ = mrcz.readMRC(mrcName, pixelunits=u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:271: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, _ = mrcz.readMRC(mrcName, pixelunits=u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:293: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, _ = mrcz.readMRC(mrcName, pixelunits=u'\AA', slices=slices)
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:311: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, _ = mrcz.readMRC(mrcName, pixelunits=u'\AA', slices=slices)
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:447: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, _ = mrcz.readMRC(mrcName, pixelunits=u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:487: SyntaxWarning: invalid escape sequence '\A'
  pixelsize=pixelsize, pixelunits=u'\AA',
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:494: SyntaxWarning: invalid escape sequence '\A'
  rereadMage, rereadHeader = mrcz.readMRC(mrcOutput, pixelunits=u'\AA')
/usr/lib/python3/dist-packages/mrcz/test_mrcz.py:505: SyntaxWarning: invalid escape sequence '\A'
  npt.assert_array_equal(rereadHeader['pixelunits'], u'\AA')
Setting up python3-scipy (1.13.1-5) ...
Setting up python3-skimage-lib:arm64 (0.24.0-5) ...
Setting up python3-rich (13.7.1-1) ...
Setting up pybuild-plugin-pyproject (6.20241024) ...
Setting up python3-sklearn-lib:arm64 (1.4.2+dfsg-6) ...
Setting up python3-h5py-serial (3.11.0-8) ...
Setting up python3-tifffile (20240920-1) ...
Setting up python3-numba (0.59.1+dfsg-1) ...
update-alternatives: using /usr/share/python3-numba/numba to provide /usr/bin/numba (numba) in auto mode
Setting up python3-jupyterlab-pygments (0.2.2-3) ...
Setting up python3-jsonschema (4.19.2-5) ...
Setting up python3-pooch (1.8.2-1) ...
Setting up python3-ipykernel (6.29.5-1) ...
Setting up python3-h5py (3.11.0-8) ...
Setting up python3-sklearn (1.4.2+dfsg-6) ...
Setting up python3-jupyter-events (0.10.0-3) ...
Setting up python3-sparse (0.16.0a9-1) ...
Setting up python3-nbformat (5.9.1-1) ...
Setting up python3-nbclient (0.8.0-1) ...
Setting up python3-nbconvert (7.16.4-2) ...
Setting up python3-jupyter-server (2.14.2-4) ...
Setting up python3-jupyterlab-server (2.25.2-1) ...
Setting up python3-notebook-shim (0.2.3-3) ...
Setting up node-define-properties (1.2.1+~cs2.2.3-1) ...
Setting up python3-fonttools (4.54.1-4) ...
Setting up python3-ufolib2 (0.16.1+dfsg1-1) ...
Setting up node-acorn (8.8.1+ds+~cs25.17.7-2) ...
Setting up node-espree (9.4.1~dfsg-2) ...
Setting up node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ...
Setting up node-es6-symbol (3.1.3+~cs3.11.0-2) ...
Setting up libnode115:arm64 (20.18.0+dfsg-2) ...
Setting up python3-matplotlib (3.8.3-3) ...
Setting up python3-ase (3.23.0-1) ...
Setting up libnode-dev (20.18.0+dfsg-2) ...
Setting up node-es5-ext (0.10.64+dfsg1+~1.1.0-2) ...
Setting up node-vdom-to-html (2.3.1+~cs24.7.3-2) ...
Setting up nodejs (20.18.0+dfsg-2) ...
update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
Setting up node-argparse (2.0.1-2) ...
Setting up node-typescript (4.9.5+ds1-2) ...
Setting up node-he (1.2.0-4) ...
Setting up terser (5.31.3-1) ...
Setting up node-mime (3.0.0+dfsg+~cs6.97.2-1) ...
Setting up node-source-map-support (0.5.21+ds+~0.5.4-1) ...
Setting up node-jsonfile (6.1.0-4) ...
Setting up node-lezer-generator (1.7.0~1.4.16+~cs14.25.46-1) ...
Setting up node-combined-stream (1.0.8+~1.0.3-1) ...
Setting up node-unicode-match-property-ecmascript (2.0.0-2) ...
Setting up node-defined (1.0.1+~1.0.0-1) ...
Setting up node-mime-types (2.1.35-2) ...
Setting up node-fs-extra (10.1.0+~9.0.13-1) ...
Setting up node-speech-rule-engine (4.0.7+~0.1.31-2) ...
Setting up node-ansi-escapes (5.0.0+really.4.3.1-1) ...
Setting up node-cssom (0.4.4-3) ...
Setting up node-form-data (4.0.1-1) ...
Setting up node-strip-ansi (6.0.1-2) ...
Setting up node-marked (4.2.3+ds+~4.0.7-3) ...
Setting up node-write (2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ...
Setting up node-ignore (5.2.1-1) ...
Setting up node-chalk (5.3.0-1) ...
Setting up node-which (2.0.2+~cs1.3.2-3) ...
Setting up node-make-error (1.3.7-3) ...
Setting up node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ...
Setting up node-esprima (4.0.1+ds+~4.0.3-2) ...
Setting up node-is-path-inside (3.0.3-2) ...
Setting up node-playwright (1.38.0+ds-3) ...
Setting up node-neo-async (2.6.2+~cs3.0.0-3) ...
Setting up node-mkdirp (2.1.6+~cs5.2.1-2) ...
Setting up python3-skimage (0.24.0-5) ...
Setting up node-es6-error (4.1.1-5) ...
Setting up node-archy (1.0.0-6) ...
Setting up node-js-yaml (4.1.0+dfsg+~4.0.5-7) ...
Setting up node-d3-geo-projection (4.0.0-2) ...
Setting up node-nopt (5.0.0-4) ...
Setting up node-loose-envify (1.4.0+dfsg1-4) ...
Setting up node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Setting up node-progress (2.0.3-2) ...
Setting up node-json5 (2.2.3+dfsg-1) ...
Setting up node-mathjax-full (3.2.2+~cs4.2.1-2) ...
Setting up node-ms (2.1.3+~cs0.7.31-3) ...
Setting up node-rimraf (3.0.2-2) ...
Setting up node-string-width (4.2.3+~cs13.2.3-1) ...
Setting up node-regenerate (1.4.2-3) ...
Setting up node-semver (7.6.1+~7.5.8-1) ...
Setting up node-picocolors (1.0.0-4) ...
Setting up node-bignumber (9.1.1-1) ...
Setting up node-es-abstract (1.20.4+~cs26.27.47-2) ...
Setting up handlebars (3:4.7.7+~4.1.0-1) ...
Setting up node-object-assign (4.1.1-7) ...
Setting up node-is-glob (4.0.3-2) ...
Setting up node-v8-compile-cache (2.4.0-2) ...
Setting up node-leven (4.0.0+~cs1.1.1-2) ...
Setting up node-flat-cache (3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ...
Setting up node-is-number (7.0.0-4) ...
Setting up node-requires-port (1.0.0-2) ...
Setting up node-for-in (1.0.2-4) ...
Setting up node-enquirer (2.3.6~ds-4) ...
Setting up node-warning (4.0.3+~cs3.0.2-1) ...
Setting up node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) ...
Setting up node-date-time (3.1.0-3) ...
Setting up node-execa (8.0.1+dfsg1+~cs12.0.0-1) ...
Setting up node-strip-json-comments (4.0.0-4) ...
Setting up node-browser-stdout (1.3.1-7) ...
Setting up node-es6-iterator (2.0.3-4) ...
Setting up node-is-extendable (1.0.1-3) ...
Setting up node-d (1.0.1+~1.0.1-2) ...
Setting up node-doctrine (3.0.0-4) ...
Setting up node-event-emitter (0.3.5-4) ...
Setting up node-url-parse (1.5.10+~1.4.8-3) ...
Setting up node-color-string (1.9.1-2) ...
Setting up node-ajv (8.12.0~ds+~2.1.1-5) ...
Setting up node-tmp (0.2.2+dfsg+~0.2.3-1) ...
Setting up node-jsesc (3.0.2+~3.0.1-1) ...
Setting up node-regjsparser (0.9.1+ds-2) ...
Setting up node-errno (1.0.0-3) ...
Setting up node-vega (5.28.0+ds+~cs5.3.0-1) ...
Setting up node-decamelize (4.0.0-2) ...
Setting up node-normalize-path (3.0.0+~3.0.0-1) ...
Setting up node-functional-red-black-tree (1.0.1+20181105-7) ...
Setting up node-debug (4.3.4+~cs4.1.7-1) ...
Setting up node-scheduler (0.22.0~18.2.0+dfsg+~cs88.72.123-1) ...
Setting up node-agent-base (7.1.1~0~2024040606-4) ...
Setting up node-lib0 (0.2.93-1) ...
Setting up node-browserslist (4.23.0+~cs6.1.32-1) ...
Setting up node-y-protocols (1.0.6-1) ...
Setting up node-yargs-parser (21.1.1+~21.0.0-4) ...
Setting up node-vega-tooltip (0.33.0-2) ...
Setting up node-make-dir (3.1.0-3) ...
Setting up node-cssstyle (2.3.0-3) ...
Setting up node-esrecurse (4.3.0-2) ...
Setting up node-file-entry-cache (6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ...
Setting up node-wrap-ansi (8.0.1+~8.0.1-3) ...
Setting up node-normalize-package-data (4.0.1+~2.4.1-1) ...
Setting up node-concordance (5.0.4+~cs5.2.1-3) ...
Setting up node-for-own (1.0.0-3) ...
Setting up node-eslint-scope (7.1.1+~3.7.4-1) ...
Setting up node-escodegen (2.1.0+dfsg+~0.0.8-1) ...
Setting up node-widest-line (3.1.0-2) ...
Setting up node-memory-fs (0.5.0+~0.3.3-2) ...
Setting up node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ...
Setting up node-assert (2.0.0+~cs3.9.8-2) ...
Setting up node-tar (6.2.1+~cs7.0.8-1) ...
Setting up node-regenerate-unicode-properties (10.1.0+ds-1) ...
Setting up node-loader-utils (2.0.4-1) ...
Setting up node-glob-parent (6.0.2+~5.1.1-2) ...
Setting up node-tough-cookie (4.1.3+~4.0.2-2) ...
Setting up node-cli-truncate (2.1.0-5) ...
Setting up node-enhanced-resolve (5.15.0-1) ...
Setting up node-postcss (8.4.39+~cs9.2.29-1) ...
Setting up node-wide-align (1.1.3-4) ...
Setting up node-anymatch (3.1.3+~cs4.6.1-2) ...
Setting up node-react (18.2.0+dfsg+~cs88.72.123-1) ...
Setting up node-cbor (8.1.0+dfsg+~cs5.2.1-3) ...
Setting up node-postcss-modules-extract-imports (3.0.0-2) ...
Setting up node-https-proxy-agent (7.0.4~0~2024040606-4) ...
Setting up node-cliui (7.0.4+repack+1+~cs1.4.2-2) ...
Setting up node-react-dom (18.1.0~18.2.0+dfsg+~cs88.72.123-1) ...
Setting up node-yjs (13.6.8-1) ...
Setting up node-external-editor (3.1.0+dfsg-2) ...
Setting up node-extend-shallow (3.0.2-3) ...
Setting up node-react-toastify (9.1.2+~1.2.1-3) ...
Setting up node-regexpu-core (5.2.2-3) ...
Setting up node-yargs (16.2.0+~16.0.4-7) ...
Setting up node-to-regex-range (5.0.1-4) ...
Setting up node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ...
Setting up node-envinfo (7.11.0+~cs14.3.0-3) ...
Setting up node-ajv-keywords (5.1.0-4) ...
Setting up node-color (4.2.3+~cs3.0.3-1) ...
Setting up node-core-js-compat (3.33.2-1) ...
Setting up node-markdown-to-jsx (7.2.0+dfsg-2) ...
Setting up node-react-shallow-renderer (16.15.0~18.2.0+dfsg+~cs88.72.123-1) ...
Setting up node-http-proxy-agent (7.0.2~0~2024040606-4) ...
Setting up node-clone-deep (4.0.1+~cs7.0.2-1) ...
Setting up eslint (6.4.0~dfsg+~6.1.9-12) ...
Setting up node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ...
Setting up node-react-test-renderer (18.1.0~18.2.0+dfsg+~cs88.72.123-1) ...
Setting up node-gauge (4.0.4-2) ...
Setting up node-webpack-merge (5.8.0+~2.0.0-1) ...
Setting up node-react-base16-styling (0.9.1~3.13.1~git20230831-2) ...
Setting up node-readdirp (3.6.0-1) ...
Setting up node-ws (8.18.0+~cs13.7.11-1) ...
Setting up node-icss-utils (5.1.0+~5.1.0-1) ...
Setting up node-source-map-loader (4.0.1-2) ...
Setting up node-prop-types (15.8.1+~15.7.9+~cs1.1.1-1) ...
Setting up node-schema-utils (4.2.0~ds-3) ...
Setting up node-jsdom (20.0.3+~cs124.18.21-4) ...
Setting up node-sanitize-html (2.13.1+~2.13.0-1) ...
Setting up node-react-reconciler (0.28.0~18.2.0+dfsg+~cs88.72.123-1) ...
Setting up node-rjsf (5.12.1+~5.0.1-2) ...
Setting up node-vega-lite (5.18.1+~4.0.0-1) ...
Setting up node-style-loader (3.3.1-2) ...
Setting up node-jest-worker (29.6.2~ds1+~cs73.45.28-5) ...
Setting up node-npmlog (7.0.1+~4.1.4-1) ...
Setting up node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ...
Setting up node-postcss-modules-values (4.0.0+~4.0.0-1) ...
Setting up node-regex-not (1.0.2+~1.0.0-1) ...
Setting up node-fill-range (7.1.1+~7.0.3-1) ...
Setting up node-react-highlight-words (0.20.0+~cs7.18.6-1) ...
Setting up node-react-json-tree (0.18.0~3.13.1~git20230831-2) ...
Setting up node-react-paginate (8.2.0+ds-1) ...
Setting up node-vega-embed (6.23.0-1) ...
Setting up node-to-regex (3.0.2+~cs6.3.28-1) ...
Setting up node-gyp (10.2.0+~5.0.0-1) ...
Setting up node-braces (3.0.3+~3.0.4-1) ...
Setting up node-chokidar (3.6.0-2) ...
Setting up node-watchpack (2.4.0+~cs2.8.1-1) ...
Setting up node-regexp-match-indices (1.0.2~git20190823-2) ...
Setting up node-stdlib (0.0.96+ds1+~cs0.0.429-2) ...
Setting up node-micromatch (4.0.7+~4.0.9-1) ...
Setting up node-globby (13.1.3+~cs16.25.40-3) ...
Setting up node-sane (4.1.0+~cs18.17.38-2) ...
Setting up node-del (7.1.0-1) ...
Setting up mocha (10.7.2+ds1+~cs33.1.11-2) ...
Setting up node-find-cache-dir (3.3.2+~3.2.1-1) ...
Setting up node-inquirer (8.2.5+~cs26.8.16-1) ...
Setting up node-babel7 (7.20.15+ds1+~cs214.269.168-7) ...
update-alternatives: using /usr/bin/babeljs-7 to provide /usr/bin/babeljs (babeljs) in auto mode
update-alternatives: using /usr/bin/babeljs-7-external-helpers to provide /usr/bin/babeljs-external-helpers (babeljs-external-helpers) in auto mode
update-alternatives: using /usr/bin/babeljs-7-node to provide /usr/bin/babeljs-node (babeljs-node) in auto mode
update-alternatives: using /usr/bin/babeljs-7-parser to provide /usr/bin/babeljs-parser (babeljs-parser) in auto mode
Setting up node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ...
Setting up node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ...
Setting up node-parse-json (5.2.0+~cs5.1.7-2) ...
Setting up node-cosmiconfig (7.1.0+ds1-1) ...
Setting up node-read-pkg (5.2.0-2) ...
Setting up node-istanbul (0.4.5+repack10+~cs98.25.59-3) ...
Setting up node-tape (5.6.1+~cs8.20.19-2) ...
Setting up node-load-json-file (7.0.1-1) ...
Setting up webpack (5.96.1+dfsg1+~cs11.18.26-1) ...
Setting up node-worker-loader (3.0.8-5) ...
Setting up node-deep-equal (2.2.3+~cs43.15.94-1) ...
Setting up ava (5.3.1+dfsg+~cs46.3.10-3) ...
Setting up libjs-util (0.12.5+~1.0.10-1) ...
Setting up node-css-loader (6.8.1+~cs14.0.17-1) ...
Setting up node-mini-css-extract-plugin (2.4.6+~2.4.0-4) ...
Setting up yarnpkg (4.0.2+dfsg-3) ...
Setting up node-util (0.12.5+~1.0.10-1) ...
Setting up node-sinon (18.0.0+ds2+~cs75.4.16-1) ...
Setting up jest (29.6.2~ds1+~cs73.45.28-5) ...
Setting up ts-jest (29.1.1+~cs0.2.6-2) ...
Setting up jupyterlab (4.0.11+ds1+~cs11.25.27-2) ...
Setting up node-jupyter-widgets-base (6.0.10+~cs15.24.118-1.1) ...
Setting up python3-ipywidgets (8.1.5-1) ...
/usr/lib/python3/dist-packages/ipywidgets/widgets/tests/test_traits.py:61: SyntaxWarning: invalid escape sequence '\.'
  'var(--my-color-\.)', # CSS variable with escaped characters
Setting up python3-sidpy (0.12.3-3) ...
Setting up python3-pyusid (0.0.12-2) ...
Processing triggers for libc-bin (2.40-3) ...
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 (7.4.7-4) ...
Setting up python3-sphinx-copybutton (0.5.2-2) ...
Setting up python3-sphinx-favicon (1.0.1-4) ...
Setting up python3-numpydoc (1.6.0-2) ...
Setting up python3-pydata-sphinx-theme (0.15.4+dfsg-2) ...
Setting up python3-sphinxcontrib-towncrier (0.4.0a0-2) ...
Setting up python3-numcodecs (0.13.1+ds-1) ...
Setting up python3-zarr (2.18.3+ds-1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...

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

Arch check ok (arm64 included in any all)

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

Kernel: Linux 6.1.0-26-cloud-arm64 #1 SMP Debian 6.1.112-1 (2024-09-30) arm64 (aarch64)
Toolchain package versions: binutils_2.43.1-5 dpkg-dev_1.22.11 g++-14_14.2.0-8 gcc-14_14.2.0-8 libc6-dev_2.40-3 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 linux-libc-dev_6.11.6-1
Package versions: appstream_1.0.3-1+b1 apt_2.9.10 autoconf_2.72-3 automake_1:1.16.5-1.3 autopoint_0.22.5-2 autotools-dev_20220109.1 ava_5.3.1+dfsg+~cs46.3.10-3 base-files_13.5 base-passwd_3.6.5 bash_5.2.32-1+b2 binutils_2.43.1-5 binutils-aarch64-linux-gnu_2.43.1-5 binutils-common_2.43.1-5 blt_2.5.3+dfsg-7+b1 bsdextrautils_2.40.2-10 bsdutils_1:2.40.2-10 build-essential_12.12 bzip2_1.0.8-6 ca-certificates_20240203 coreutils_9.5-1+b1 cpp_4:14.2.0-1 cpp-14_14.2.0-8 cpp-14-aarch64-linux-gnu_14.2.0-8 cpp-aarch64-linux-gnu_4:14.2.0-1 cython3_3.0.11+dfsg-1 dash_0.5.12-9+b1 debconf_1.5.87 debhelper_13.20 debian-archive-keyring_2023.4 debianutils_5.20+b1 dh-autoreconf_20 dh-python_6.20241024 dh-strip-nondeterminism_1.14.0-1 diffstat_1.66-1+b1 diffutils_1:3.10-1+b1 docutils-common_0.21.2+dfsg-2 dpkg_1.22.11 dpkg-dev_1.22.11 dwz_0.15-1+b1 e2fsprogs_1.47.1-1+b1 esbuild_0.23.0-1+b2 eslint_6.4.0~dfsg+~6.1.9-12 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 fontconfig-config_2.15.0-1.1+b1 fonts-dejavu-core_2.37-8 fonts-dejavu-mono_2.37-8 fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1 fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3 fonts-lyx_2.4.2.1-1 g++_4:14.2.0-1 g++-14_14.2.0-8 g++-14-aarch64-linux-gnu_14.2.0-8 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-8 gcc-14-aarch64-linux-gnu_14.2.0-8 gcc-14-base_14.2.0-8 gcc-aarch64-linux-gnu_4:14.2.0-1 gdb_15.1-1 gettext_0.22.5-2 gettext-base_0.22.5-2 git_1:2.45.2-1.2 git-man_1:2.45.2-1.2 gpg_2.2.45-2 gpgconf_2.2.45-2 gpgv_2.2.45-2 grep_3.11-4+b1 groff-base_1.23.0-5 gyp_0.16.2-1 gzip_1.12-1.1+b1 handlebars_3:4.7.7+~4.1.0-1 hostname_3.25 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 iso-codes_4.17.0-1 jest_29.6.2~ds1+~cs73.45.28-5 jupyterlab_4.0.11+ds1+~cs11.25.27-2 libacl1_2.3.2-2+b1 libaec0_1.1.3-1+b1 libaliased-perl_0.34-3 libappstream5_1.0.3-1+b1 libapt-pkg-perl_0.1.40+b6 libapt-pkg6.0t64_2.9.10 libarchive-zip-perl_1.68-1 libargon2-1_0~20190702+dfsg-4+b2 libasan8_14.2.0-8 libassuan9_3.0.1-2 libatomic1_14.2.0-8 libattr1_1:2.5.2-2 libaudit-common_1:4.0.1-3 libaudit1_1:4.0.1-3 libb-hooks-endofscope-perl_0.28-1 libb-hooks-op-check-perl_0.22-3+b2 libbabeltrace1_1.5.11-4 libberkeleydb-perl_0.66-1 libbinutils_2.43.1-5 libblas3_3.12.0-3+b1 libblkid1_2.40.2-10 libblosc1_1.21.5+ds-1+b2 libbrotli1_1.1.0-2+b5 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libc-bin_2.40-3 libc-dev-bin_2.40-3 libc6_2.40-3 libc6-dev_2.40-3 libcap-ng0_0.8.5-3 libcap2_1:2.66-5+b1 libcapture-tiny-perl_0.48-2 libcares2_1.34.2-1 libcc1-0_14.2.0-8 libcgi-pm-perl_4.66-1 libclass-data-inheritable-perl_0.10-1 libclass-inspector-perl_1.36-3 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b4 libclone-perl_0.47-1+b1 libcom-err2_1.47.1-1+b1 libconfig-tiny-perl_2.30-1 libconst-fast-perl_0.014-2 libcpanel-json-xs-perl_4.38-1+b1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.1-5 libctf0_2.43.1-5 libcurl3t64-gnutls_8.11.0-1 libcurl4t64_8.11.0-1 libdata-dpath-perl_0.60-1 libdata-messagepack-perl_1.02-1+b4 libdata-optlist-perl_0.114-1 libdata-validate-domain-perl_0.15-1 libdata-validate-ip-perl_0.31-1 libdata-validate-uri-perl_0.07-3 libdb5.3t64_5.3.28+dfsg2-9 libdebconfclient0_0.273 libdebhelper-perl_13.20 libdebuginfod-common_0.192-4 libdebuginfod1t64_0.192-4 libdeflate0_1.22-1 libdevel-callchecker-perl_0.009-1+b1 libdevel-size-perl_0.84-1+b1 libdevel-stacktrace-perl_2.0500-1 libdpkg-perl_1.22.11 libdw1t64_0.192-4 libdynaloader-functions-perl_0.004-1 libedit2_3.1-20240808-1 libelf1t64_0.192-4 libemail-address-xs-perl_1.05-1+b4 libencode-locale-perl_1.05-3 liberror-perl_0.17029-2 libexception-class-perl_1.45-1 libexpat1_2.6.4-1 libexpat1-dev_2.6.4-1 libext2fs2t64_1.47.1-1+b1 libfakeroot_1.36-1 libffi8_3.4.6-1 libfile-basedir-perl_0.09-2 libfile-find-rule-perl_0.34-3 libfile-listing-perl_6.16-1 libfile-sharedir-perl_1.118-3 libfile-stripnondeterminism-perl_1.14.0-1 libfont-ttf-perl_1.06-2 libfontconfig1_2.15.0-1.1+b1 libfreetype6_2.13.3+dfsg-1 libfribidi0_1.0.15-1 libgcc-14-dev_14.2.0-8 libgcc-s1_14.2.0-8 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libgdk-pixbuf-2.0-0_2.42.12+dfsg-1+b1 libgdk-pixbuf2.0-common_2.42.12+dfsg-1 libgfortran5_14.2.0-8 libglib2.0-0t64_2.82.2-2 libgmp10_2:6.3.0+dfsg-2+b2 libgnutls30t64_3.8.6-2+b1 libgomp1_14.2.0-8 libgpg-error0_1.50-4 libgprofng0_2.43.1-5 libgraphite2-3_1.3.14-2+b1 libgssapi-krb5-2_1.21.3-3 libharfbuzz0b_10.0.1-1 libhdf5-103-1t64_1.10.10+repack-4 libhdf5-hl-100t64_1.10.10+repack-4 libhogweed6t64_3.10-1+b1 libhtml-form-perl_6.12-1 libhtml-html5-entities-perl_0.004-3 libhtml-parser-perl_3.83-1+b1 libhtml-tagset-perl_3.24-1 libhtml-tokeparser-simple-perl_3.16-4 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.11-1 libhttp-date-perl_6.06-1 libhttp-message-perl_7.00-2 libhttp-negotiate-perl_6.01-2 libhwasan0_14.2.0-8 libhwloc15_2.11.2-1 libicu72_72.1-5+b1 libidn2-0_2.3.7-2+b1 libimagequant0_2.18.0-1+b2 libimport-into-perl_1.002005-2 libio-html-perl_1.004-3 libio-interactive-perl_1.025-1 libio-socket-ssl-perl_2.089-1 libio-string-perl_1.08-4 libipc-run3-perl_0.049-1 libipc-system-simple-perl_1.30-2 libisl23_0.27-1 libiterator-perl_0.03+ds1-2 libiterator-util-perl_0.02+ds1-2 libitm1_14.2.0-8 libjansson4_2.14-2+b3 libjbig0_2.1-6.1+b2 libjpeg62-turbo_1:2.1.5-3+b1 libjs-backbone_1.4.1~dfsg+~1.4.15-3 libjs-bootstrap_3.4.1+dfsg-3 libjs-d3-format_1:1.4.5+~1.4.2-2 libjs-events_3.3.0+~3.0.0-3 libjs-inherits_2.0.4-6 libjs-is-typedarray_1.0.0-4 libjs-jquery_3.6.1+dfsg+~3.5.14-1 libjs-jquery-ui_1.13.2+dfsg-1 libjs-prettify_2015.12.04+dfsg-1.1 libjs-psl_1.8.0+ds-9 libjs-regenerate_1.4.2-3 libjs-simulate-event_1.4.0-2 libjs-source-map_0.7.0++dfsg2+really.0.6.1-15 libjs-sphinxdoc_7.4.7-4 libjs-sprintf-js_1.1.2+ds1+~1.1.2-1 libjs-typedarray-to-buffer_4.0.0-2 libjs-underscore_1.13.4~dfsg+~1.11.4-3 libjs-util_0.12.5+~1.0.10-1 libjson-c5_0.18+ds-1 libjson-maybexs-perl_1.004008-1 libjson-perl_4.10000-1 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-4 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 liblapack3_3.12.0-3+b1 liblbfgsb0_3.0+dfsg.4-1+b2 liblcms2-2_2.16-2 libldap-2.5-0_2.5.18+dfsg-3+b1 liblerc4_4.0.0+ds-5 liblist-compare-perl_0.55-2 liblist-someutils-perl_0.59-1 liblist-utilsby-perl_0.12-2 libllvm14t64_1:14.0.6-20 liblsan0_14.2.0-8 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.14-1 liblz1_1.15~pre2-1 liblz4-1_1.9.4-3+b1 liblzf1_3.6-4+b2 liblzma5_5.6.3-1+b1 liblzo2-2_2.10-3+b1 libmagic-mgc_1:5.45-3+b1 libmagic1t64_1:5.45-3+b1 libmarkdown2_2.2.7-2+b1 libmd0_1.1.0-2+b1 libmldbm-perl_2.05-4 libmodule-implementation-perl_0.09-2 libmodule-runtime-perl_0.016-2 libmoo-perl_2.005005-1 libmoox-aliases-perl_0.001006-2 libmount1_2.40.2-10 libmouse-perl_2.5.11-1+b1 libmpc3_1.3.1-1+b3 libmpfr6_4.2.1-1+b2 libnamespace-clean-perl_0.27-2 libncursesw6_6.5-2+b1 libnet-domain-tld-perl_1.75-4 libnet-http-perl_6.23-1 libnet-ipv6addr-perl_1.02-1 libnet-netmask-perl_2.0002-2 libnet-ssleay-perl_1.94-2 libnetaddr-ip-perl_4.079+dfsg-2+b4 libnettle8t64_3.10-1+b1 libnghttp2-14_1.64.0-1 libnghttp3-9_1.4.0-1+b1 libngtcp2-16_1.6.0-1 libngtcp2-crypto-gnutls8_1.6.0-1 libnode-dev_20.18.0+dfsg-2 libnode115_20.18.0+dfsg-2 libnorm1t64_1.5.9+dfsg-3.1+b1 libnotify-bin_0.8.3-1+b2 libnotify4_0.8.3-1+b2 libnsl2_1.3.0-3+b3 libnumber-compare-perl_0.03-3 libopenjp2-7_2.5.0-2+b4 libp11-kit0_0.25.5-2+b1 libpackage-stash-perl_0.40-1 libpam-modules_1.5.3-7+b1 libpam-modules-bin_1.5.3-7+b1 libpam-runtime_1.5.3-7 libpam0g_1.5.3-7+b1 libparams-classify-perl_0.015-2+b4 libparams-util-perl_1.102-3+b1 libpath-tiny-perl_0.146-1 libpcre2-8-0_10.42-4+b2 libperl5.40_5.40.0-7 libperlio-gzip-perl_0.20-1+b4 libperlio-utf8-strict-perl_0.010-1+b3 libpfm4_4.13.0+git83-g91970fe-1 libpgm-5.3-0t64_5.3.128~dfsg-2.1+b1 libpipeline1_1.5.8-1 libpng16-16t64_1.6.44-2 libproc-processtable-perl_0.636-1+b3 libproc2-0_2:4.0.4-6 libpsl5t64_0.21.2-1.1+b1 libpython3-all-dev_3.12.6-1 libpython3-dev_3.12.6-1 libpython3-stdlib_3.12.6-1 libpython3.12-dev_3.12.7-3 libpython3.12-minimal_3.12.7-3 libpython3.12-stdlib_3.12.7-3 libpython3.12t64_3.12.7-3 libqhull-r8.0_2020.2-6+b2 libraqm0_0.10.1-1+b2 libreadline8t64_8.2-5 libregexp-wildcards-perl_1.05-3 librole-tiny-perl_2.002004-1 librtmp1_2.4+20151223.gitfa8646d.1-2+b5 libsasl2-2_2.1.28+dfsg1-8 libsasl2-modules-db_2.1.28+dfsg1-8 libseccomp2_2.5.5-1+b2 libselinux1_3.7-3 libsemanage-common_3.7-2 libsemanage2_3.7-2 libsepol2_3.7-1 libsereal-decoder-perl_5.004+ds-1+b3 libsereal-encoder-perl_5.004+ds-1+b3 libsframe1_2.43.1-5 libsharpyuv0_1.4.0-0.1+b1 libsmartcols1_2.40.2-10 libsnappy1v5_1.2.1-1+b1 libsodium23_1.0.18-1+b2 libsort-versions-perl_1.62-3 libsource-highlight-common_3.1.9-4.3 libsource-highlight4t64_3.1.9-4.3+b1 libsqlite3-0_3.46.1-1 libss2_1.47.1-1+b1 libssh2-1t64_1.11.1-1 libssl-dev_3.3.2-2 libssl3t64_3.3.2-2 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 libstemmer0d_2.2.0-4+b2 libstrictures-perl_2.000006-1 libsub-exporter-perl_0.990-1 libsub-exporter-progressive-perl_0.001013-3 libsub-identify-perl_0.14-3+b3 libsub-install-perl_0.929-1 libsub-name-perl_0.27-1+b3 libsub-quote-perl_2.006008-1 libsymspg2_2.5.0-1 libsyntax-keyword-try-perl_0.30-1+b1 libsystemd0_257~rc1-4 libsz2_1.1.3-1+b1 libtasn1-6_4.19.0-3+b3 libtbb12_2021.12.0-1 libtbbbind-2-5_2021.12.0-1 libtbbmalloc2_2021.12.0-1 libtcl8.6_8.6.15+dfsg-2 libterm-readkey-perl_2.38-2+b4 libtext-glob-perl_0.11-3 libtext-levenshteinxs-perl_0.03-5+b4 libtext-markdown-discount-perl_0.16-1+b3 libtext-xslate-perl_3.5.9-2+b1 libtiff6_4.5.1+git230720-5 libtime-duration-perl_1.21-2 libtime-moment-perl_0.44-2+b4 libtimedate-perl_2.3300-2 libtinfo6_6.5-2+b1 libtirpc-common_1.3.4+ds-1.3 libtirpc3t64_1.3.4+ds-1.3+b1 libtk8.6_8.6.15-1 libtool_2.4.7-8 libtry-tiny-perl_0.32-1 libtsan2_14.2.0-8 libubsan1_14.2.0-8 libuchardet0_0.0.8-1+b2 libudev1_257~rc1-4 libunicode-utf8-perl_0.62-2+b3 libunistring5_1.2-1+b1 liburi-perl_5.30-1 libuuid1_2.40.2-10 libuv1-dev_1.48.0-7 libuv1t64_1.48.0-7 libvariable-magic-perl_0.64-1+b1 libwebp7_1.4.0-0.1+b1 libwebpdemux2_1.4.0-0.1+b1 libwebpmux3_1.4.0-0.1+b1 libwww-mechanize-perl_2.19-1 libwww-perl_6.77-1 libwww-robotrules-perl_6.02-1 libx11-6_2:1.8.10-2 libx11-data_2:1.8.10-2 libxau6_1:1.0.11-1 libxcb1_1.17.0-2+b1 libxdmcp6_1:1.1.2-3+b2 libxext6_2:1.3.4-1+b2 libxft2_2.3.6-1+b2 libxml-libxml-perl_2.0207+dfsg+really+2.0134-5+b1 libxml-namespacesupport-perl_1.12-2 libxml-sax-base-perl_1.09-3 libxml-sax-perl_1.02+dfsg-3 libxml2_2.12.7+dfsg+really2.9.14-0.1 libxmlb2_0.3.21-1 libxrender1_1:0.9.10-1.1+b2 libxs-parse-keyword-perl_0.46-1+b1 libxslt1.1_1.1.35-1.1+b1 libxss1_1:1.2.3-1+b2 libxxhash0_0.8.2-2+b2 libyaml-0-2_0.2.5-1+b2 libyaml-libyaml-perl_0.902.0+ds-2+b1 libz3-4_4.13.3-1 libzmq5_4.3.5-1+b3 libzstd1_1.5.6+dfsg-1+b1 lintian_2.120.0 linux-libc-dev_6.11.6-1 llvm-14_1:14.0.6-20 llvm-14-linker-tools_1:14.0.6-20 llvm-14-runtime_1:14.0.6-20 login_1:4.16.0-2+really2.40.2-10 login.defs_1:4.16.0-4 logsave_1.47.1-1+b1 lzop_1.04-2+b1 m4_1.4.19-4 make_4.3-4.1+b1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 media-types_10.1.0 mocha_10.7.2+ds1+~cs33.1.11-2 mount_2.40.2-10 ncurses-base_6.5-2 ncurses-bin_6.5-2+b1 netbase_6.4 node-abab_2.0.6-1 node-abbrev_1.1.1+~1.1.2-1 node-acorn_8.8.1+ds+~cs25.17.7-2 node-agent-base_7.1.1~0~2024040606-4 node-ajv_8.12.0~ds+~2.1.1-5 node-ajv-keywords_5.1.0-4 node-ampproject-remapping_2.2.0+~cs5.15.37-1 node-ansi-colors_4.1.3-2 node-ansi-escapes_5.0.0+really.4.3.1-1 node-ansi-regex_5.0.1-1 node-ansi-styles_6.2.1-3 node-anymatch_3.1.3+~cs4.6.1-2 node-aproba_2.0.0-3 node-archy_1.0.0-6 node-are-we-there-yet_3.0.1+~1.1.0-1 node-argparse_2.0.1-2 node-array-find-index_1.0.2+~1.0.0-1 node-array-from_2.1.1-3 node-arrify_2.0.1-3 node-assert_2.0.0+~cs3.9.8-2 node-async_3.2.6+dfsg-2 node-async-each_1.0.3-3 node-asynckit_0.4.0-5 node-auto-bind_4.0.0-2 node-babel-helper-define-polyfill-provider_0.3.3~0~20220913+ds1-1 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4 node-babel-plugin-lodash_3.3.4+~cs2.0.1-7 node-babel-plugin-polyfill-corejs2_0.3.3~0~20220913+ds1-1 node-babel-plugin-polyfill-corejs3_0.6.0~0~20220913+ds1-1 node-babel-plugin-polyfill-regenerator_0.4.1~0~20220913+ds1-1 node-babel7_7.20.15+ds1+~cs214.269.168-7 node-babel7-runtime_7.20.15+ds1+~cs214.269.168-7 node-backbone_1.4.1~dfsg+~1.4.15-3 node-balanced-match_2.0.0-1 node-base16_1.0.0+~cs1.0.2-3 node-big.js_6.2.1+ds+~6.1.5-2 node-bignumber_9.1.1-1 node-binary-extensions_2.2.0-2 node-bl_5.1.0-1 node-blueimp-md5_2.19.0~ds-3 node-brace-expansion_2.0.1+~1.1.0-1 node-braces_3.0.3+~3.0.4-1 node-browser-stdout_1.3.1-7 node-browserslist_4.23.0+~cs6.1.32-1 node-camelcase_7.0.0-3 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2 node-cbor_8.1.0+dfsg+~cs5.2.1-3 node-chalk_5.3.0-1 node-change-case_0.0~git20211010.040a079-1 node-chokidar_3.6.0-2 node-chownr_2.0.0-3 node-chrome-trace-event_1.0.3-2 node-ci-info_4.0.0+~cs1.1.0-1 node-cjs-module-lexer_1.2.3+dfsg-1 node-clean-yaml-object_0.1.0-6 node-cli-boxes_3.0.0-1 node-cli-cursor_4.0.0-3 node-cli-spinners_2.7.0-1 node-cli-truncate_2.1.0-5 node-cli-width_3.0.0-2 node-clipanion_3.2.1+dfsg-2 node-cliui_7.0.4+repack+1+~cs1.4.2-2 node-clone_2.1.2+~2.1.2-1 node-clone-deep_4.0.1+~cs7.0.2-1 node-co_4.6.0+~4.6.2-2 node-codemirror-autocomplete_6.18.0~6.33.0+~cs119.71.50-2 node-codemirror-commands_6.6.0~6.33.0+~cs119.71.50-2 node-codemirror-lang-cpp_6.0.2~6.33.0+~cs119.71.50-2 node-codemirror-lang-css_6.2.1~6.33.0+~cs119.71.50-2 node-codemirror-lang-html_6.4.9~6.33.0+~cs119.71.50-2 node-codemirror-lang-java_6.0.1~6.33.0+~cs119.71.50-2 node-codemirror-lang-javascript_6.2.2~6.33.0+~cs119.71.50-2 node-codemirror-lang-json_6.0.1~6.33.0+~cs119.71.50-2 node-codemirror-lang-markdown_6.33.0+~cs119.71.50-2 node-codemirror-lang-php_6.0.1~6.33.0+~cs119.71.50-2 node-codemirror-lang-python_6.1.6~6.33.0+~cs119.71.50-2 node-codemirror-lang-rust_6.0.1~6.33.0+~cs119.71.50-2 node-codemirror-lang-sql_6.7.1~6.33.0+~cs119.71.50-2 node-codemirror-lang-wast_6.0.2~6.33.0+~cs119.71.50-2 node-codemirror-lang-xml_6.1.0~6.33.0+~cs119.71.50-2 node-codemirror-language_6.10.2~6.33.0+~cs119.71.50-2 node-codemirror-legacy-modes_6.4.1~6.33.0+~cs119.71.50-2 node-codemirror-lint_6.8.1~6.33.0+~cs119.71.50-2 node-codemirror-search_6.5.6~6.33.0+~cs119.71.50-2 node-codemirror-state_6.2.0-2 node-codemirror-view_6.33.0~6.33.0+~cs119.71.50-2 node-color_4.2.3+~cs3.0.3-1 node-color-convert_2.0.1+~cs2.0.0-2 node-color-name_1.1.4+~1.1.1-2 node-color-string_1.9.1-2 node-combined-stream_1.0.8+~1.0.3-1 node-commander_9.4.1-1 node-commondir_1.0.1+~1.0.0-1 node-concat-stream_2.0.0+~2.0.0-2 node-concordance_5.0.4+~cs5.2.1-3 node-console-control-strings_1.1.0-3 node-convert-source-map_1.9.0+~1.5.2-1 node-core-js_3.33.2-1 node-core-js-compat_3.33.2-1 node-core-js-pure_3.33.2-1 node-core-util-is_1.0.3-1 node-cosmiconfig_7.1.0+ds1-1 node-crelt_1.0.6~6.33.0+~cs119.71.50-2 node-css-loader_6.8.1+~cs14.0.17-1 node-css-selector-tokenizer_0.8.0+~cs4.8.3-1 node-cssom_0.4.4-3 node-cssstyle_2.3.0-3 node-csstype_3.1.3-1 node-currently-unhandled_0.4.1-4 node-d_1.0.1+~1.0.1-2 node-d3-array_3.2.0+~cs5.0.6-2 node-d3-collection_1.0.7+~1.0.10-1 node-d3-color_1.4.1+~1.4.2-1 node-d3-delaunay_6.0.4+~cs19.0.3-2 node-d3-dispatch_1.0.6+~1.0.9-1 node-d3-dsv_1.2.0+~1.2.3-1 node-d3-force_2.1.1+~2.1.4-1 node-d3-format_1:1.4.5+~1.4.2-2 node-d3-geo_1.12.1+~1.12.4-1 node-d3-geo-projection_4.0.0-2 node-d3-hierarchy_1.1.9+~1.1.8-1 node-d3-interpolate_1.4.0+~1.4.2-1 node-d3-path_1.0.9+~1.0.9-1 node-d3-quadtree_1.0.7+~1.0.9-1 node-d3-queue_3.0.7-13 node-d3-scale_2.2.2+~2.2.6-1 node-d3-shape_1.3.7+~1.3.8-1 node-d3-time_1.1.0+~1.1.1-1 node-d3-time-format_2.3.0+~2.3.1-1 node-d3-timer_1.0.10+~1.0.10-1 node-data-uri-to-buffer_6.0.2~0~2024040606-4 node-date-time_3.1.0-3 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2 node-debug_4.3.4+~cs4.1.7-1 node-decamelize_4.0.0-2 node-decompress-response_6.0.0-3 node-deep-equal_2.2.3+~cs43.15.94-1 node-deep-is_0.1.4-1 node-deepmerge_4.3.1+~1.1.1-1 node-defaults_1.0.4+~1.0.3-1 node-define-properties_1.2.1+~cs2.2.3-1 node-define-property_2.0.2+really+2.0.2-3 node-defined_1.0.1+~1.0.0-1 node-del_7.1.0-1 node-delayed-stream_1.0.0-5 node-delegates_1.0.0-3 node-detect-newline_3.1.0-2 node-diff_5.0.0~dfsg+~5.0.1-4 node-doctrine_3.0.0-4 node-dom-serializer_2.0.0-4 node-domelementtype_2.3.0-1 node-domhandler_5.0.3-4 node-domutils_3.1.0-2 node-electron-to-chromium_1.4.773-1 node-emittery_1.0.1-1 node-emojis-list_3.0.0-2 node-encoding_0.1.13-2 node-end-of-stream_1.4.4+~1.4.1-1 node-enhanced-resolve_5.15.0-1 node-enquirer_2.3.6~ds-4 node-entities_4.5.0+dfsg-1 node-envinfo_7.11.0+~cs14.3.0-3 node-errno_1.0.0-3 node-error-ex_1.3.2-4 node-es-abstract_1.20.4+~cs26.27.47-2 node-es-module-lexer_1.1.0+dfsg-3 node-es5-ext_0.10.64+dfsg1+~1.1.0-2 node-es6-error_4.1.1-5 node-es6-iterator_2.0.3-4 node-es6-symbol_3.1.3+~cs3.11.0-2 node-escape-html_1.0.3+~1.0.2-2 node-escape-string-regexp_4.0.0-2 node-escodegen_2.1.0+dfsg+~0.0.8-1 node-eslint-scope_7.1.1+~3.7.4-1 node-eslint-utils_3.0.0-3 node-eslint-visitor-keys_3.3.0+~1.0.0-1 node-espree_9.4.1~dfsg-2 node-esprima_4.0.1+ds+~4.0.3-2 node-esquery_1.4.2~ds-1 node-esrecurse_4.3.0-2 node-estraverse_5.3.0+ds+~5.1.1-1 node-esutils_2.0.3+~2.0.0-1 node-event-emitter_0.3.5-4 node-events_3.3.0+~3.0.0-3 node-execa_8.0.1+dfsg1+~cs12.0.0-1 node-exit_0.1.2+~0.1.31-2 node-extend-shallow_3.0.2-3 node-external-editor_3.1.0+dfsg-2 node-fancy-log_1.3.3+~cs1.3.1-2 node-fast-deep-equal_3.1.3-3 node-fast-json-patch_3.1.1+ds-2 node-fast-json-stable-stringify_2.1.0-2 node-fast-levenshtein_2.0.6+ds-3 node-fetch_3.3.2+~cs11.4.11-3 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 node-fill-range_7.1.1+~7.0.3-1 node-find-cache-dir_3.3.2+~3.2.1-1 node-find-up_6.3.0-7 node-flat-cache_3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 node-flatted_3.2.7~ds-1 node-for-in_1.0.2-4 node-for-own_1.0.0-3 node-foreground-child_3.1.1-2 node-form-data_4.0.1-1 node-fortawesome-fontawesome-free_6.4.2+ds1-1 node-free-style_4.1.0-2 node-fs-extra_10.1.0+~9.0.13-1 node-fs-readdir-recursive_1.1.0+~1.1.0-1 node-fs.realpath_1.0.0-3 node-function-bind_1.1.2+~cs2.1.14-1 node-functional-red-black-tree_1.0.1+20181105-7 node-gauge_4.0.4-2 node-get-caller-file_2.0.5+~cs1.1.1-4 node-get-stream_8.0.1-11 node-glob_8.1.0+~cs8.5.15-1 node-glob-parent_6.0.2+~5.1.1-2 node-global_4.13.1+really-4.4.0~4.13.1+~cs12.12.4-2 node-globals_13.23.0-1 node-globby_13.1.3+~cs16.25.40-3 node-got_11.8.5+~cs58.13.36-5 node-graceful-fs_4.2.10-1 node-growl_1.10.5-4 node-gyp_10.2.0+~5.0.0-1 node-has-flag_5.0.1-1 node-has-unicode_2.0.1-5 node-he_1.2.0-4 node-hosted-git-info_6.1.1-2 node-htmlparser2_9.0.0-1 node-http-proxy-agent_7.0.2~0~2024040606-4 node-https-proxy-agent_7.0.4~0~2024040606-4 node-iconv-lite_0.6.3-3 node-icss-utils_5.1.0+~5.1.0-1 node-ignore_5.2.1-1 node-ignore-by-default_2.1.0-1 node-imurmurhash_0.1.4+dfsg+~0.1.1-2 node-indent-string_4.0.0-2 node-inflight_1.0.6-2 node-inherits_2.0.4-6 node-inquirer_8.2.5+~cs26.8.16-1 node-interpret_2.2.0-3 node-irregular-plurals_3.3.0-1 node-is-arrayish_0.3.2-3 node-is-binary-path_2.1.0-5 node-is-buffer_2.0.5-2 node-is-descriptor_3.0.0-2 node-is-extendable_1.0.1-3 node-is-extglob_2.1.1-5 node-is-generator-fn_2.1.0-2 node-is-glob_4.0.3-2 node-is-number_7.0.0-4 node-is-object_1.0.2+~1.0.2-2 node-is-path-cwd_2.2.0-2 node-is-path-inside_3.0.3-2 node-is-plain-obj_3.0.0-2 node-is-plain-object_5.0.0-7 node-is-promise_4.0.0-2 node-is-stream_3.0.0-4 node-is-typedarray_1.0.0-4 node-is-windows_1.0.2+~cs1.0.0-1 node-isarray_2.0.5-4 node-isexe_2.0.0+~2.0.1-5 node-isobject_4.0.0-2 node-isomorphic.js_0.2.5-1 node-istanbul_0.4.5+repack10+~cs98.25.59-3 node-jest-debbundle_29.6.2~ds1+~cs73.45.28-5 node-jest-worker_29.6.2~ds1+~cs73.45.28-5 node-jquery_3.6.1+dfsg+~3.5.14-1 node-js-tokens_8.0.0-2 node-js-yaml_4.1.0+dfsg+~4.0.5-7 node-jschardet_3.0.0+dfsg+~1.4.0-3 node-jsdom_20.0.3+~cs124.18.21-4 node-jsesc_3.0.2+~3.0.1-1 node-json-buffer_3.0.1+~3.0.0-1 node-json-parse-better-errors_1.0.2+~cs3.3.1-3 node-json-schema_0.4.0+~7.0.11-1 node-json-schema-traverse_1.0.0-3 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2 node-json5_2.2.3+dfsg-1 node-jsonfile_6.1.0-4 node-jsonify_0.0.1-1 node-jsonparse_1.3.1-10 node-jupyter-widgets-base_6.0.10+~cs15.24.118-1.1 node-kind-of_6.0.3+dfsg-2 node-klaw_4.0.1-2 node-leven_4.0.0+~cs1.1.1-2 node-levn_0.4.1+dfsg-2 node-lezer-common_1.2.1~1.4.16+~cs14.25.46-1 node-lezer-cpp_1.1.2~1.4.16+~cs14.25.46-1 node-lezer-css_1.1.8~1.4.16+~cs14.25.46-1 node-lezer-generator_1.7.0~1.4.16+~cs14.25.46-1 node-lezer-html_1.3.9~1.4.16+~cs14.25.46-1 node-lezer-java_1.1.2~1.4.16+~cs14.25.46-1 node-lezer-javascript_1.4.16+~cs14.25.46-1 node-lezer-json_1.0.2~1.4.16+~cs14.25.46-1 node-lezer-markdown_1.3.0~1.4.16+~cs14.25.46-1 node-lezer-php_1.0.2~1.4.16+~cs14.25.46-1 node-lezer-python_1.1.13~1.4.16+~cs14.25.46-1 node-lezer-rust_1.0.2~1.4.16+~cs14.25.46-1 node-lezer-xml_1.0.5~1.4.16+~cs14.25.46-1 node-lib0_0.2.93-1 node-load-json-file_7.0.1-1 node-loader-runner_4.3.0-1 node-loader-utils_2.0.4-1 node-locate-path_7.1.1-2 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9 node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-9 node-long_5.2.3-3 node-loose-envify_1.4.0+dfsg1-4 node-lowercase-keys_2.0.0-2 node-lru-cache_10.0.1-3 node-lumino_2024.3.25-1 node-make-dir_3.1.0-3 node-make-error_1.3.7-3 node-markdown-to-jsx_7.2.0+dfsg-2 node-marked_4.2.3+ds+~4.0.7-3 node-matcher_5.0.0-2 node-mathjax-full_3.2.2+~cs4.2.1-2 node-md5-hex_4.0.0-2 node-md5-o-matic_0.1.1-5 node-mem_9.0.2+~cs4.2.0-2 node-memfs_3.4.12+~cs1.0.3-1 node-memory-fs_0.5.0+~0.3.3-2 node-merge-descriptors_1.0.1-3 node-merge-stream_2.0.0+~1.1.2-2 node-micromatch_4.0.7+~4.0.9-1 node-mime_3.0.0+dfsg+~cs6.97.2-1 node-mime-types_2.1.35-2 node-mimic-fn_4.0.0-5 node-mimic-response_3.1.0-9 node-min-document_2.19.0+~cs2.20.2-2 node-mini-css-extract-plugin_2.4.6+~2.4.0-4 node-minimatch_9.0.3-5 node-minimist_1.2.8+~cs5.3.5-1 node-minipass_5.0.0+~cs10.3.21-2 node-mj-context-menu_0.9.1+ds-2 node-mkdirp_2.1.6+~cs5.2.1-2 node-ms_2.1.3+~cs0.7.31-3 node-mute-stream_0.0.8+~0.0.1-3 node-n3_1.16.3+~1.2.3+~1.10.4-1 node-neo-async_2.6.2+~cs3.0.0-3 node-nopt_5.0.0-4 node-normalize-package-data_4.0.1+~2.4.1-1 node-normalize-path_3.0.0+~3.0.0-1 node-npm-run-path_5.1.0+~4.0.0-8 node-npmlog_7.0.1+~4.1.4-1 node-object-assign_4.1.1-7 node-object-inspect_1.12.2+~cs1.8.1-1 node-once_1.4.1-1 node-optimist_0.6.1+~0.0.30-2 node-optionator_0.9.1+dfsg+~cs1.2.3-1 node-osenv_0.1.5+~0.1.1-1 node-p-cancelable_2.1.1-1 node-p-finally_2.0.1-2 node-p-limit_4.0.0+~cs4.0.0-5 node-p-locate_6.0.0-12 node-p-map_4.0.0+~3.1.0+~3.0.1-2 node-p-timeout_4.1.0-2 node-parse-json_5.2.0+~cs5.1.7-2 node-parse-ms_3.0.0-2 node-parse-srcset_1.0.2-4 node-parse5_7.1.2+dfsg-2 node-path-browserify_1.0.1-3 node-path-dirname_1.0.2-2 node-path-exists_5.0.0-8 node-path-is-absolute_2.0.0-2 node-path-is-inside_1.0.2+~1.0.0-1 node-path-to-regexp_6.3.0-1 node-path-type_4.0.0-3 node-picocolors_1.0.0-4 node-pify_5.0.0+~cs5.0.1-1 node-pkg-dir_5.0.0-2 node-playwright_1.38.0+ds-3 node-plur_4.0.0-2 node-postcss_8.4.39+~cs9.2.29-1 node-postcss-modules-extract-imports_3.0.0-2 node-postcss-modules-values_4.0.0+~4.0.0-1 node-postcss-value-parser_4.2.0-1 node-prelude-ls_1.2.1+dfsg-3 node-pretty-ms_8.0.0-2 node-process_0.11.10-3 node-process-nextick-args_2.0.1-3 node-progress_2.0.3-2 node-prompts_2.4.2+~cs7.5.11-1 node-prop-types_15.8.1+~15.7.9+~cs1.1.1-1 node-prr_1.0.1-3 node-psl_1.8.0+ds-9 node-punycode_2.2.3-2 node-pure-rand_6.0.4+ds1-1 node-querystringify_2.2.0+~2.0.0-2 node-quick-lru_6.1.1-4 node-randombytes_2.1.0+~2.0.0-2 node-react_18.2.0+dfsg+~cs88.72.123-1 node-react-base16-styling_0.9.1~3.13.1~git20230831-2 node-react-dom_18.1.0~18.2.0+dfsg+~cs88.72.123-1 node-react-highlight-words_0.20.0+~cs7.18.6-1 node-react-is_18.1.0~18.2.0+dfsg+~cs88.72.123-1 node-react-json-tree_0.18.0~3.13.1~git20230831-2 node-react-paginate_8.2.0+ds-1 node-react-reconciler_0.28.0~18.2.0+dfsg+~cs88.72.123-1 node-react-shallow-renderer_16.15.0~18.2.0+dfsg+~cs88.72.123-1 node-react-test-renderer_18.1.0~18.2.0+dfsg+~cs88.72.123-1 node-react-toastify_9.1.2+~1.2.1-3 node-read_1.0.7-5 node-read-pkg_5.2.0-2 node-readable-stream_3.6.0+~cs3.0.0-4 node-readdirp_3.6.0-1 node-rechoir_0.8.0+~0.6.1-2 node-regenerate_1.4.2-3 node-regenerate-unicode-properties_10.1.0+ds-1 node-regenerator-runtime_0.15.2+~0.10.8-1 node-regenerator-transform_0.15.2+~0.10.8-1 node-regex-not_1.0.2+~1.0.0-1 node-regexp-match-indices_1.0.2~git20190823-2 node-regexpp_3.2.0-5 node-regexpu-core_5.2.2-3 node-regjsgen_0.7.1+ds-1 node-regjsparser_0.9.1+ds-2 node-repeat-string_1.6.1+repack-1 node-require-directory_2.1.1+~2.1.2-1 node-requires-port_1.0.0-2 node-resolve_1.22.8+~cs5.34.15-2 node-resolve-cwd_3.0.0-2 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1 node-restore-cursor_4.0.0-4 node-resumer_0.0.0-6 node-rimraf_3.0.2-2 node-rjsf_5.12.1+~5.0.1-2 node-run-async_2.4.1-2 node-rw_1.3.3-5 node-safe-buffer_5.2.1+~cs2.1.2-3 node-sane_4.1.0+~cs18.17.38-2 node-sanitize-html_2.13.1+~2.13.0-1 node-scheduler_0.22.0~18.2.0+dfsg+~cs88.72.123-1 node-schema-utils_4.2.0~ds-3 node-semver_7.6.1+~7.5.8-1 node-serialize-javascript_6.0.1-1 node-set-blocking_2.0.0-2 node-set-immediate-shim_2.0.0-2 node-shebang-command_2.0.0-1 node-shebang-regex_3.0.0-2 node-signal-exit_4.1.0-7 node-simple-swizzle_0.2.2-5 node-sinclair-typebox_0.24.44-3 node-sinon_18.0.0+ds2+~cs75.4.16-1 node-slash_4.0.0-3 node-slice-ansi_5.0.0+~cs9.0.0-5 node-source-list-map_2.0.1+dfsg+~0.1.2-1 node-source-map_0.7.0++dfsg2+really.0.6.1-15 node-source-map-loader_4.0.1-2 node-source-map-support_0.5.21+ds+~0.5.4-1 node-spdx-correct_3.1.1-2 node-spdx-exceptions_2.3.0-2 node-spdx-expression-parse_3.0.1+~3.0.1-1 node-spdx-license-ids_3.0.12-1 node-speech-rule-engine_4.0.7+~0.1.31-2 node-sprintf-js_1.1.2+ds1+~1.1.2-1 node-ssri_9.0.1-3 node-stack-utils_2.0.6+~2.0.1-1 node-stdlib_0.0.96+ds1+~cs0.0.429-2 node-string-decoder_1.3.0-6 node-string-width_4.2.3+~cs13.2.3-1 node-strip-ansi_6.0.1-2 node-strip-bom_4.0.0-2 node-strip-eof_3.0.0-5 node-strip-json-comments_4.0.0-4 node-style-loader_3.3.1-2 node-style-mod_4.1.2~6.33.0+~cs119.71.50-2 node-supports-color_8.1.1+~8.1.1-1 node-tapable_2.2.1-3 node-tape_5.6.1+~cs8.20.19-2 node-tar_6.2.1+~cs7.0.8-1 node-tar-stream_2.2.0+~cs3.2.2-1 node-terser_5.31.3-1 node-through_2.3.8+~cs0.0.30-1 node-time-stamp_2.2.0-2 node-time-zone_1.0.0-5 node-tmp_0.2.2+dfsg+~0.2.3-1 node-to-fast-properties_3.0.1-3 node-to-regex_3.0.2+~cs6.3.28-1 node-to-regex-range_5.0.1-4 node-tough-cookie_4.1.3+~4.0.2-2 node-tslib_2.4.1-1 node-typanion_3.14.0+dfsg-1 node-type-check_0.4.0+dfsg-3 node-type-detect_4.0.8-4 node-typedarray_0.0.7-1 node-typedarray-to-buffer_4.0.0-2 node-typescript_4.9.5+ds1-2 node-typestyle_2.4.0+ds+~3.0.10-1 node-underscore_1.13.4~dfsg+~1.11.4-3 node-undici_5.28.4+dfsg1+~cs23.12.11-2 node-unicode-canonical-property-names-ecmascript_2.0.0-2 node-unicode-match-property-ecmascript_2.0.0-2 node-unicode-match-property-value-ecmascript_2.1.0+ds-1 node-unicode-property-aliases-ecmascript_2.1.0+ds-1 node-universalify_2.0.0-3 node-uri-js_4.4.0+dfsg-8 node-url-parse_1.5.10+~1.4.8-3 node-util_0.12.5+~1.0.10-1 node-util-deprecate_1.0.2-3 node-uuid_8.3.2+~8.3.4-1 node-v8-compile-cache_2.4.0-2 node-v8flags_3.2.0+~3.1.1-1 node-validate-npm-package-license_3.0.4-2 node-vdom-to-html_2.3.1+~cs24.7.3-2 node-vega_5.28.0+ds+~cs5.3.0-1 node-vega-embed_6.23.0-1 node-vega-lite_5.18.1+~4.0.0-1 node-vega-themes_2.14.0-2 node-vega-tooltip_0.33.0-2 node-vscode-debugprotocol_1.57.0-2 node-vscode-jsonrpc_8.2.0~next.0~1.0.0~git20230424.1320922-3 node-vscode-languageserver-protocol_3.17.4~next.0~1.0.0~git20230424.1320922-3 node-vscode-languageserver-types_3.17.4~next.0~1.0.0~git20230424.1320922-3 node-w3c-keyname_2.2.6-2 node-warning_4.0.3+~cs3.0.2-1 node-watchpack_2.4.0+~cs2.8.1-1 node-wcwidth.js_1.0.2-2 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2 node-webidl-conversions_7.0.0~1.1.0+~cs15.1.20180823-3 node-webpack-merge_5.8.0+~2.0.0-1 node-webpack-sources_3.2.3+~3.2.0-2 node-which_2.0.2+~cs1.3.2-3 node-wide-align_1.1.3-4 node-widest-line_3.1.0-2 node-wordwrap_1.0.0-4 node-worker-loader_3.0.8-5 node-wrap-ansi_8.0.1+~8.0.1-3 node-wrappy_1.0.2-3 node-write_2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 node-write-file-atomic_4.0.2+~4.0.0-2 node-ws_8.18.0+~cs13.7.11-1 node-xtend_4.0.2-3 node-xterm_5.3.0-3 node-y-protocols_1.0.6-1 node-y18n_5.0.8+~5.0.0-3 node-yallist_4.0.0+~4.0.1-1 node-yaml_2.3.4+~cs0.4.0-1 node-yargs_16.2.0+~16.0.4-7 node-yargs-parser_21.1.1+~21.0.0-4 node-yjs_13.6.8-1 node-zkochan-cmd-shim_5.3.1+~1.0.2-3 nodejs_20.18.0+dfsg-2 openssl_3.3.2-2 openssl-provider-legacy_3.3.2-2 passwd_1:4.16.0-4 patch_2.7.6-7+b1 patchutils_0.4.2-1+b1 perl_5.40.0-7 perl-base_5.40.0-7 perl-modules-5.40_5.40.0-7 perl-openssl-defaults_7+b2 plzip_1.11-2 po-debconf_1.0.21+nmu1 procps_2:4.0.4-6 pybuild-plugin-pyproject_6.20241024 python-babel-localedata_2.14.0-1 python-matplotlib-data_3.8.3-3 python-tinycss2-common_1.3.0-1 python3_3.12.6-1 python3-alabaster_0.7.16-0.1 python3-all_3.12.6-1 python3-all-dev_3.12.6-1 python3-anyio_4.6.2-1 python3-appdirs_1.4.4-4 python3-argon2_21.1.0-2+b1 python3-arrow_1.3.0-1.1 python3-asciitree_0.3.3-4 python3-ase_3.23.0-1 python3-asttokens_2.4.1-2 python3-async-lru_2.0.4-1 python3-attr_24.2.0-1 python3-autocommand_2.2.2-3 python3-babel_2.14.0-1 python3-bleach_6.2.0-1 python3-box_3.4.6-3 python3-brotli_1.1.0-2+b5 python3-bs4_4.12.3-3 python3-build_1.2.2-1 python3-certifi_2024.8.30+dfsg-1 python3-cffi-backend_1.17.1-1 python3-chardet_5.2.0+dfsg-1 python3-charset-normalizer_3.4.0-1 python3-click_8.1.7-2 python3-cloudpickle_3.0.0-2 python3-colorama_0.4.6-4 python3-comm_0.2.1-1 python3-contourpy_1.3.0-2 python3-coverage_7.6.0+dfsg1-2 python3-cycler_0.12.1-1 python3-cytoolz_1.0.0-1 python3-dask_2024.5.2+dfsg-1 python3-dateutil_2.9.0-3 python3-debugpy_1.8.7+ds-1 python3-decorator_5.1.1-5 python3-defusedxml_0.7.1-2 python3-dev_3.12.6-1 python3-distributed_2024.5.2+ds.1-7 python3-docutils_0.21.2+dfsg-2 python3-execnet_2.1.1-1 python3-executing_2.1.0-0.1 python3-fasteners_0.18-2 python3-fastjsonschema_2.20.0-1 python3-filelock_3.16.1-1 python3-flexcache_0.3-2 python3-flexparser_0.4-1 python3-fonttools_4.54.1-4 python3-fqdn_1.5.1-2 python3-fs_2.4.16-4 python3-fsspec_2024.9.0-1 python3-h5py_3.11.0-8 python3-h5py-serial_3.11.0-8 python3-html5lib_1.2-1 python3-idna_3.8-2 python3-imageio_2.36.0-1 python3-imagesize_1.4.1-1 python3-inflect_7.3.1-2 python3-iniconfig_1.1.1-2 python3-installer_0.7.0+dfsg1-3 python3-ipykernel_6.29.5-1 python3-ipython_8.20.0-1 python3-ipywidgets_8.1.5-1 python3-isoduration_20.11.0+git20211126.ae0bd61-2 python3-jaraco.context_6.0.0-1 python3-jaraco.functools_4.1.0-1 python3-jaraco.text_4.0.0-1 python3-jedi_0.19.1+ds1-1 python3-jinja2_3.1.3-1 python3-joblib_1.3.2-5 python3-json-pointer_2.4-2 python3-json5_0.9.25-1 python3-jsonschema_4.19.2-5 python3-jsonschema-specifications_2023.12.1-2 python3-jupyter-client_8.6.2-3 python3-jupyter-core_5.7.2-4 python3-jupyter-events_0.10.0-3 python3-jupyter-server_2.14.2-4 python3-jupyter-server-terminals_0.5.3-2 python3-jupyterlab-pygments_0.2.2-3 python3-jupyterlab-server_2.25.2-1 python3-kiwisolver_1.4.7-2 python3-lazy-loader_0.4-1 python3-llvmlite_0.42.0-1+b2 python3-locket_1.0.0-2 python3-lxml_5.3.0-1 python3-lz4_4.0.2+dfsg-1+b5 python3-markdown-it_3.0.0-2 python3-markupsafe_2.1.5-1+b2 python3-matplotlib_3.8.3-3 python3-matplotlib-inline_0.1.6-2 python3-mdurl_0.1.2-1 python3-minimal_3.12.6-1 python3-mistune_3.0.2-2 python3-monotonic_1.6-2 python3-more-itertools_10.5.0-1 python3-mpmath_1.3.0-1 python3-mrcz_0.5.6-2 python3-msgpack_1.0.3-3+b3 python3-nbclient_0.8.0-1 python3-nbconvert_7.16.4-2 python3-nbformat_5.9.1-1 python3-nest-asyncio_1.5.4-1 python3-networkx_3.2.1-4 python3-notebook-shim_0.2.3-3 python3-numba_0.59.1+dfsg-1 python3-numcodecs_0.13.1+ds-1 python3-numpy_1:1.26.4+ds-11 python3-numpydoc_1.6.0-2 python3-overrides_7.7.0-2 python3-packaging_24.1-1 python3-pandocfilters_1.5.1-1 python3-parso_0.8.3-1 python3-partd_1.4.2-1 python3-pexpect_4.9-3 python3-pil_10.4.0-1 python3-pil.imagetk_10.4.0-1 python3-pint_0.24.4-1 python3-pkg-resources_75.2.0-1 python3-platformdirs_4.3.6-1 python3-pluggy_1.5.0-1 python3-pooch_1.8.2-1 python3-prometheus-client_0.19.0+ds1-1 python3-prompt-toolkit_3.0.48-1 python3-psutil_5.9.8-2+b1 python3-ptyprocess_0.7.0-6 python3-pure-eval_0.2.3-1 python3-py_1.11.0-2 python3-pydata-sphinx-theme_0.15.4+dfsg-2 python3-pygments_2.18.0+dfsg-1 python3-pyparsing_3.1.2-1 python3-pyproject-hooks_1.2.0-1 python3-pytest_8.3.3-1 python3-pytest-xdist_3.6.1-1 python3-pythonjsonlogger_3.1.0-1 python3-pyusid_0.0.12-2 python3-referencing_0.35.1-1 python3-requests_2.32.3+dfsg-1 python3-rfc3339-validator_0.1.4-2 python3-rfc3986-validator_0.1.1-2 python3-rich_13.7.1-1 python3-roman_4.2-1 python3-rpds-py_0.20.1-1 python3-scipy_1.13.1-5 python3-send2trash_1.8.2-1 python3-setuptools_75.2.0-1 python3-sidpy_0.12.3-3 python3-six_1.16.0-7 python3-skimage_0.24.0-5 python3-skimage-lib_0.24.0-5 python3-sklearn_1.4.2+dfsg-6 python3-sklearn-lib_1.4.2+dfsg-6 python3-sniffio_1.3.1-1 python3-snowballstemmer_2.2.0-4 python3-sortedcontainers_2.4.0-2 python3-soupsieve_2.6-1 python3-sparse_0.16.0a9-1 python3-spglib_2.5.0-1 python3-sphinx_7.4.7-4 python3-sphinx-copybutton_0.5.2-2 python3-sphinx-favicon_1.0.1-4 python3-sphinxcontrib-towncrier_0.4.0a0-2 python3-stack-data_0.6.3-1 python3-sympy_1.13.3-1 python3-tabulate_0.9.0-1 python3-tblib_3.0.0-5 python3-terminado_0.18.1-1 python3-threadpoolctl_3.1.0-1 python3-tifffile_20240920-1 python3-tinycss2_1.3.0-1 python3-tk_3.12.6-1 python3-toml_0.10.2-1 python3-toolz_1.0.0-1 python3-tornado_6.4.1-3 python3-traitlets_5.14.3+really5.14.3-1 python3-typeguard_4.4.1-1 python3-typeshed_0.0~git20231111.6764465-3 python3-typing-extensions_4.12.2-2 python3-tz_2024.1-2 python3-ufolib2_0.16.1+dfsg1-1 python3-uritemplate_4.1.1-3 python3-urllib3_2.0.7-2 python3-wcwidth_0.2.13+dfsg1-1 python3-webcolors_1.13-1 python3-webencodings_0.5.1-5 python3-websocket_1.8.0-2 python3-wheel_0.44.0-2 python3-yaml_6.0.2-1 python3-zarr_2.18.3+ds-1 python3-zict_3.0.0-2 python3-zipp_3.20.2-1 python3-zmq_24.0.1-5+b3 python3.12_3.12.7-3 python3.12-dev_3.12.7-3 python3.12-minimal_3.12.7-3 python3.12-tk_3.12.7-3 python3.13-tk_3.13.0-1 readline-common_8.2-5 rpcsvc-proto_1.4.3-1+b1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-2+b1 sensible-utils_0.0.24 sgml-base_1.31 shared-mime-info_2.4-5+b1 sphinx-common_7.4.7-4 sysvinit-utils_3.11-1 t1utils_1.41-4+b1 tar_1.35+dfsg-3+b1 terser_5.31.3-1 tk8.6-blt2.5_2.5.3+dfsg-7+b1 towncrier_24.8.0-1 ts-jest_29.1.1+~cs0.2.6-2 tzdata_2024b-3 ucf_3.0043+nmu1 unicode-data_15.1.0-1 unzip_6.0-28+b1 util-linux_2.40.2-10 webpack_5.96.1+dfsg1+~cs11.18.26-1 x11-common_1:7.7+23.1 xml-core_0.19 xz-utils_5.6.3-1+b1 yarnpkg_4.0.2+dfsg-3 zlib1g_1:1.3.dfsg+really1.3.1-1+b1 zlib1g-dev_1:1.3.dfsg+really1.3.1-1+b1

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


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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 3.0 (quilt)
Source: python-rosettasciio
Binary: python3-rosettasciio, python-rosettasciio-doc
Architecture: any all
Version: 0.4-3
Maintainer: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders: Debian Python Team <team+python@tracker.debian.org>, Roland Mas <lolando@debian.org>
Standards-Version: 4.6.2.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rosettasciio
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rosettasciio.git
Testsuite: autopkgtest-pkg-pybuild
Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-setuptools, cython3, python3-all-dev, python3-box, python3-dask, python3-dateutil, python3-numpy, python3-pint, python3-sphinx, python3-yaml, python3-numpydoc, python3-pydata-sphinx-theme, python3-sphinx-favicon, python3-sphinxcontrib-towncrier, python3-h5py, python3-numcodecs, python3-tifffile, python3-zarr, python3-pytest, python3-imageio, python3-mrcz, python3-skimage, python3-sparse, python3-pytest-xdist, python3-filelock <!nocheck>, python3-pooch <!nocheck>, python3-pyusid
Package-List:
 python-rosettasciio-doc deb doc optional arch=all
 python3-rosettasciio deb python optional arch=any
Checksums-Sha1:
 17f2888d7aaaac0a2cf0f69b4e752b64d87ef47f 85686145 python-rosettasciio_0.4.orig.tar.gz
 075a59bf92abe88c982373091463a8833cfc5b14 3108 python-rosettasciio_0.4-3.debian.tar.xz
Checksums-Sha256:
 0020c1f58c00efd4aad8ca0355462a2a6196ae5b6aac0b4195c8086dd154885d 85686145 python-rosettasciio_0.4.orig.tar.gz
 918c60862beedcd0bc735e4f8a4fd8b1ec892046c3ec2329722bceba812dd95f 3108 python-rosettasciio_0.4-3.debian.tar.xz
Files:
 ed4d81299eebfab1c25195d93e0904ab 85686145 python-rosettasciio_0.4.orig.tar.gz
 57fd1ad4f78ffba4070779d692a2957b 3108 python-rosettasciio_0.4-3.debian.tar.xz
Dgit: d0d8c9eb2c821e3bce659a0269c2ea4c00e88975 debian archive/debian/0.4-3 https://git.dgit.debian.org/python-rosettasciio

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmbfgmwACgkQOTWH2X2G
UAsRcw//X7sRr3GBaxD9EikozPyEI2fgRoLz5mkY9kim47+IvgPe/i/RjB3k+xCe
MAJHA0M+raleBHDApk5ppvj4/OoRZE7bIPJHlfppPEDWQXS93BBRaVfrk1rb8Efl
jdEAgBOZjQ0rdV5bgkXK6RyGgO/KS3brHAX/fhnv2vy5QJIKl/MKmO7JhehmUiCB
Fp0M10Vw+Xwpszcvahml9A3o6mXHyZAl6Vko2otfS/rodGowxRYgiN3LFEy+wUhH
DdNc/ajvFX07UfYJsqC3+aCCoVKIlpErnuYen70/tKA9boeYvD6PzWrJsLmy9LDa
V19O4352RAtkWY3lPWsCb4e1rjq/SDo5d15PCTHcffoWhruPlK6CIxWO7NmRH2Dz
Ajx5yZNICyCLKnVMJbT0DjjSaPVODbvek+e22VtvWIzM0gI6FPgmWZFfyT+Qul8I
FLZgE5fs9n2HwNrILcXsNVBSKjwlbz0RUmebiWQUClqsO8cKIhf74J2kJpTq9J4S
8Vo5hhBQPLCOSM3cMA3qxAqcCKA7QJMxgOuZ35JSkPI+SzMsE0TYI3nMM8hmECAe
boWq7uZTZAj0DE0LWES57p0T3w9Qps7BahJnXvdnpHlGzarxW6KXSpJQDd/8M85S
6SVPGmeG/4nAwpoRLOoitwnJrd5JjZ0ek/sKxIP+l+xm53tjzo8=
=uD+L
-----END PGP SIGNATURE-----

gpgv: Signature made Mon Sep  9 23:19:08 2024 UTC
gpgv:                using RSA key AC0A4FF12611B6FCCF01C111393587D97D86500B
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./python-rosettasciio_0.4-3.dsc: no acceptable signature found
dpkg-source: info: extracting python-rosettasciio in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking python-rosettasciio_0.4.orig.tar.gz
dpkg-source: info: unpacking python-rosettasciio_0.4-3.debian.tar.xz

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

Sufficient free space for build

Hack binNMU version
-------------------

Created changelog entry for binNMU version 0.4-3+bd1

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

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

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

Command: dpkg-buildpackage --sanitize-env -us -uc -mDebusine Rebuild <debusine@example.net> -B -rfakeroot
dpkg-buildpackage: info: source package python-rosettasciio
dpkg-buildpackage: info: source version 0.4-3+bd1
dpkg-buildpackage: info: source distribution sid
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
dpkg-source: info: using options from python-rosettasciio-0.4/debian/source/options: --extend-diff-ignore=^[^/]+.(egg-info|dist-info)/
 debian/rules clean
dh clean --with python3,sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary-arch
dh binary-arch --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -a -O--buildsystem=pybuild
   dh_autoreconf -a -O--buildsystem=pybuild
   dh_auto_configure -a -O--buildsystem=pybuild
   dh_auto_build -a -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_rosettasciio  
* Building wheel...
Compiling rsciio/bruker/unbcf_fast.pyx because it changed.
[1/1] Cythonizing rsciio/bruker/unbcf_fast.pyx
running bdist_wheel
running build
running build_py
creating build/lib/rsciio
copying rsciio/_docstrings.py -> build/lib/rsciio
copying rsciio/__init__.py -> build/lib/rsciio
copying rsciio/_hierarchical.py -> build/lib/rsciio
copying rsciio/_logger.py -> build/lib/rsciio
creating build/lib/rsciio/jobinyvon
copying rsciio/jobinyvon/__init__.py -> build/lib/rsciio/jobinyvon
copying rsciio/jobinyvon/_api.py -> build/lib/rsciio/jobinyvon
creating build/lib/rsciio/hamamatsu
copying rsciio/hamamatsu/__init__.py -> build/lib/rsciio/hamamatsu
copying rsciio/hamamatsu/_api.py -> build/lib/rsciio/hamamatsu
creating build/lib/rsciio/tiff
copying rsciio/tiff/__init__.py -> build/lib/rsciio/tiff
copying rsciio/tiff/_api.py -> build/lib/rsciio/tiff
creating build/lib/rsciio/image
copying rsciio/image/__init__.py -> build/lib/rsciio/image
copying rsciio/image/_api.py -> build/lib/rsciio/image
creating build/lib/rsciio/empad
copying rsciio/empad/__init__.py -> build/lib/rsciio/empad
copying rsciio/empad/_api.py -> build/lib/rsciio/empad
creating build/lib/rsciio/msa
copying rsciio/msa/__init__.py -> build/lib/rsciio/msa
copying rsciio/msa/_api.py -> build/lib/rsciio/msa
creating build/lib/rsciio/utils
copying rsciio/utils/array.py -> build/lib/rsciio/utils
copying rsciio/utils/skimage_exposure.py -> build/lib/rsciio/utils
copying rsciio/utils/__init__.py -> build/lib/rsciio/utils
copying rsciio/utils/image.py -> build/lib/rsciio/utils
copying rsciio/utils/exceptions.py -> build/lib/rsciio/utils
copying rsciio/utils/date_time_tools.py -> build/lib/rsciio/utils
copying rsciio/utils/elements.py -> build/lib/rsciio/utils
copying rsciio/utils/distributed.py -> build/lib/rsciio/utils
copying rsciio/utils/rgb_tools.py -> build/lib/rsciio/utils
copying rsciio/utils/readfile.py -> build/lib/rsciio/utils
copying rsciio/utils/fei_stream_readers.py -> build/lib/rsciio/utils
copying rsciio/utils/hdf5.py -> build/lib/rsciio/utils
copying rsciio/utils/tests.py -> build/lib/rsciio/utils
copying rsciio/utils/tools.py -> build/lib/rsciio/utils
creating build/lib/rsciio/hspy
copying rsciio/hspy/__init__.py -> build/lib/rsciio/hspy
copying rsciio/hspy/_api.py -> build/lib/rsciio/hspy
creating build/lib/rsciio/protochips
copying rsciio/protochips/__init__.py -> build/lib/rsciio/protochips
copying rsciio/protochips/_api.py -> build/lib/rsciio/protochips
creating build/lib/rsciio/ripple
copying rsciio/ripple/__init__.py -> build/lib/rsciio/ripple
copying rsciio/ripple/_api.py -> build/lib/rsciio/ripple
creating build/lib/rsciio/nexus
copying rsciio/nexus/__init__.py -> build/lib/rsciio/nexus
copying rsciio/nexus/_api.py -> build/lib/rsciio/nexus
creating build/lib/rsciio/mrc
copying rsciio/mrc/__init__.py -> build/lib/rsciio/mrc
copying rsciio/mrc/_api.py -> build/lib/rsciio/mrc
creating build/lib/rsciio/pantarhei
copying rsciio/pantarhei/__init__.py -> build/lib/rsciio/pantarhei
copying rsciio/pantarhei/_api.py -> build/lib/rsciio/pantarhei
creating build/lib/rsciio/tvips
copying rsciio/tvips/__init__.py -> build/lib/rsciio/tvips
copying rsciio/tvips/_api.py -> build/lib/rsciio/tvips
creating build/lib/rsciio/usid
copying rsciio/usid/__init__.py -> build/lib/rsciio/usid
copying rsciio/usid/_api.py -> build/lib/rsciio/usid
creating build/lib/rsciio/zspy
copying rsciio/zspy/__init__.py -> build/lib/rsciio/zspy
copying rsciio/zspy/_api.py -> build/lib/rsciio/zspy
creating build/lib/rsciio/trivista
copying rsciio/trivista/__init__.py -> build/lib/rsciio/trivista
copying rsciio/trivista/_api.py -> build/lib/rsciio/trivista
creating build/lib/rsciio/jeol
copying rsciio/jeol/__init__.py -> build/lib/rsciio/jeol
copying rsciio/jeol/_api.py -> build/lib/rsciio/jeol
creating build/lib/rsciio/tests
copying rsciio/tests/test_mrc.py -> build/lib/rsciio/tests
copying rsciio/tests/test_digitalmicrograph.py -> build/lib/rsciio/tests
copying rsciio/tests/test_ripple.py -> build/lib/rsciio/tests
copying rsciio/tests/test_set_log_level.py -> build/lib/rsciio/tests
copying rsciio/tests/test_impulse.py -> build/lib/rsciio/tests
copying rsciio/tests/test_hspy.py -> build/lib/rsciio/tests
copying rsciio/tests/test_tia.py -> build/lib/rsciio/tests
copying rsciio/tests/test_lazy_not_implemented.py -> build/lib/rsciio/tests
copying rsciio/tests/test_edax.py -> build/lib/rsciio/tests
copying rsciio/tests/test_pantarhei.py -> build/lib/rsciio/tests
copying rsciio/tests/test_blockfile.py -> build/lib/rsciio/tests
copying rsciio/tests/test_quantumdetector.py -> build/lib/rsciio/tests
copying rsciio/tests/registry.py -> build/lib/rsciio/tests
copying rsciio/tests/test_protochips.py -> build/lib/rsciio/tests
copying rsciio/tests/__init__.py -> build/lib/rsciio/tests
copying rsciio/tests/test_bruker.py -> build/lib/rsciio/tests
copying rsciio/tests/test_emd_velox.py -> build/lib/rsciio/tests
copying rsciio/tests/test_de5.py -> build/lib/rsciio/tests
copying rsciio/tests/test_hamamatsu.py -> build/lib/rsciio/tests
copying rsciio/tests/test_io.py -> build/lib/rsciio/tests
copying rsciio/tests/test_tiff.py -> build/lib/rsciio/tests
copying rsciio/tests/test_import.py -> build/lib/rsciio/tests
copying rsciio/tests/test_digitalsurf.py -> build/lib/rsciio/tests
copying rsciio/tests/test_tvips.py -> build/lib/rsciio/tests
copying rsciio/tests/test_semper.py -> build/lib/rsciio/tests
copying rsciio/tests/test_jobinyvon.py -> build/lib/rsciio/tests
copying rsciio/tests/test_empad.py -> build/lib/rsciio/tests
copying rsciio/tests/test_emd_prismatic.py -> build/lib/rsciio/tests
copying rsciio/tests/registry_utils.py -> build/lib/rsciio/tests
copying rsciio/tests/test_emd_ncem.py -> build/lib/rsciio/tests
copying rsciio/tests/test_jeol.py -> build/lib/rsciio/tests
copying rsciio/tests/generate_renishaw_test_file.py -> build/lib/rsciio/tests
copying rsciio/tests/test_phenom.py -> build/lib/rsciio/tests
copying rsciio/tests/test_usid.py -> build/lib/rsciio/tests
copying rsciio/tests/test_msa.py -> build/lib/rsciio/tests
copying rsciio/tests/test_trivista.py -> build/lib/rsciio/tests
copying rsciio/tests/test_dens.py -> build/lib/rsciio/tests
copying rsciio/tests/test_mrcz.py -> build/lib/rsciio/tests
copying rsciio/tests/test_image.py -> build/lib/rsciio/tests
copying rsciio/tests/test_zspy.py -> build/lib/rsciio/tests
copying rsciio/tests/test_nexus.py -> build/lib/rsciio/tests
copying rsciio/tests/test_renishaw.py -> build/lib/rsciio/tests
copying rsciio/tests/conftest.py -> build/lib/rsciio/tests
copying rsciio/tests/generate_dm_testing_files.py -> build/lib/rsciio/tests
copying rsciio/tests/test_fei_stream_readers.py -> build/lib/rsciio/tests
creating build/lib/rsciio/bruker
copying rsciio/bruker/__init__.py -> build/lib/rsciio/bruker
copying rsciio/bruker/_api.py -> build/lib/rsciio/bruker
creating build/lib/rsciio/netcdf
copying rsciio/netcdf/__init__.py -> build/lib/rsciio/netcdf
copying rsciio/netcdf/_api.py -> build/lib/rsciio/netcdf
creating build/lib/rsciio/tia
copying rsciio/tia/__init__.py -> build/lib/rsciio/tia
copying rsciio/tia/_api.py -> build/lib/rsciio/tia
creating build/lib/rsciio/semper
copying rsciio/semper/__init__.py -> build/lib/rsciio/semper
copying rsciio/semper/_api.py -> build/lib/rsciio/semper
creating build/lib/rsciio/blockfile
copying rsciio/blockfile/__init__.py -> build/lib/rsciio/blockfile
copying rsciio/blockfile/_api.py -> build/lib/rsciio/blockfile
creating build/lib/rsciio/edax
copying rsciio/edax/__init__.py -> build/lib/rsciio/edax
copying rsciio/edax/_api.py -> build/lib/rsciio/edax
creating build/lib/rsciio/renishaw
copying rsciio/renishaw/__init__.py -> build/lib/rsciio/renishaw
copying rsciio/renishaw/_api.py -> build/lib/rsciio/renishaw
creating build/lib/rsciio/emd
copying rsciio/emd/__init__.py -> build/lib/rsciio/emd
copying rsciio/emd/_api.py -> build/lib/rsciio/emd
copying rsciio/emd/_emd_ncem.py -> build/lib/rsciio/emd
copying rsciio/emd/_emd_velox.py -> build/lib/rsciio/emd
creating build/lib/rsciio/phenom
copying rsciio/phenom/__init__.py -> build/lib/rsciio/phenom
copying rsciio/phenom/_api.py -> build/lib/rsciio/phenom
creating build/lib/rsciio/dens
copying rsciio/dens/__init__.py -> build/lib/rsciio/dens
copying rsciio/dens/_api.py -> build/lib/rsciio/dens
creating build/lib/rsciio/digitalsurf
copying rsciio/digitalsurf/__init__.py -> build/lib/rsciio/digitalsurf
copying rsciio/digitalsurf/_api.py -> build/lib/rsciio/digitalsurf
creating build/lib/rsciio/impulse
copying rsciio/impulse/__init__.py -> build/lib/rsciio/impulse
copying rsciio/impulse/_api.py -> build/lib/rsciio/impulse
creating build/lib/rsciio/quantumdetector
copying rsciio/quantumdetector/__init__.py -> build/lib/rsciio/quantumdetector
copying rsciio/quantumdetector/_api.py -> build/lib/rsciio/quantumdetector
creating build/lib/rsciio/digitalmicrograph
copying rsciio/digitalmicrograph/__init__.py -> build/lib/rsciio/digitalmicrograph
copying rsciio/digitalmicrograph/_api.py -> build/lib/rsciio/digitalmicrograph
creating build/lib/rsciio/mrcz
copying rsciio/mrcz/__init__.py -> build/lib/rsciio/mrcz
copying rsciio/mrcz/_api.py -> build/lib/rsciio/mrcz
creating build/lib/rsciio/tests/utils
copying rsciio/tests/utils/test_utils.py -> build/lib/rsciio/tests/utils
copying rsciio/tests/utils/__init__.py -> build/lib/rsciio/tests/utils
copying rsciio/tests/utils/test_rgbtools.py -> build/lib/rsciio/tests/utils
running egg_info
creating rosettasciio.egg-info
writing rosettasciio.egg-info/PKG-INFO
writing dependency_links to rosettasciio.egg-info/dependency_links.txt
writing requirements to rosettasciio.egg-info/requires.txt
writing top-level names to rosettasciio.egg-info/top_level.txt
writing manifest file 'rosettasciio.egg-info/SOURCES.txt'
reading manifest file 'rosettasciio.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'rsciio/tests/data'
adding license file 'COPYING.txt'
writing manifest file 'rosettasciio.egg-info/SOURCES.txt'
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/rsciio
creating build/bdist.linux-aarch64/wheel/rsciio/jobinyvon
copying build/lib/rsciio/jobinyvon/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/jobinyvon
copying build/lib/rsciio/jobinyvon/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/jobinyvon
creating build/bdist.linux-aarch64/wheel/rsciio/hamamatsu
copying build/lib/rsciio/hamamatsu/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/hamamatsu
copying build/lib/rsciio/hamamatsu/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/hamamatsu
creating build/bdist.linux-aarch64/wheel/rsciio/tiff
copying build/lib/rsciio/tiff/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/tiff
copying build/lib/rsciio/tiff/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/tiff
creating build/bdist.linux-aarch64/wheel/rsciio/image
copying build/lib/rsciio/image/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/image
copying build/lib/rsciio/image/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/image
creating build/bdist.linux-aarch64/wheel/rsciio/empad
copying build/lib/rsciio/empad/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/empad
copying build/lib/rsciio/empad/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/empad
creating build/bdist.linux-aarch64/wheel/rsciio/msa
copying build/lib/rsciio/msa/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/msa
copying build/lib/rsciio/msa/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/msa
creating build/bdist.linux-aarch64/wheel/rsciio/utils
copying build/lib/rsciio/utils/array.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/skimage_exposure.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/image.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/exceptions.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/date_time_tools.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/elements.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/distributed.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/rgb_tools.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/readfile.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/fei_stream_readers.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/hdf5.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/tests.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
copying build/lib/rsciio/utils/tools.py -> build/bdist.linux-aarch64/wheel/./rsciio/utils
creating build/bdist.linux-aarch64/wheel/rsciio/hspy
copying build/lib/rsciio/hspy/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/hspy
copying build/lib/rsciio/hspy/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/hspy
creating build/bdist.linux-aarch64/wheel/rsciio/protochips
copying build/lib/rsciio/protochips/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/protochips
copying build/lib/rsciio/protochips/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/protochips
creating build/bdist.linux-aarch64/wheel/rsciio/ripple
copying build/lib/rsciio/ripple/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/ripple
copying build/lib/rsciio/ripple/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/ripple
copying build/lib/rsciio/_docstrings.py -> build/bdist.linux-aarch64/wheel/./rsciio
creating build/bdist.linux-aarch64/wheel/rsciio/nexus
copying build/lib/rsciio/nexus/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/nexus
copying build/lib/rsciio/nexus/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/nexus
creating build/bdist.linux-aarch64/wheel/rsciio/mrc
copying build/lib/rsciio/mrc/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/mrc
copying build/lib/rsciio/mrc/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/mrc
copying build/lib/rsciio/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio
creating build/bdist.linux-aarch64/wheel/rsciio/pantarhei
copying build/lib/rsciio/pantarhei/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/pantarhei
copying build/lib/rsciio/pantarhei/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/pantarhei
creating build/bdist.linux-aarch64/wheel/rsciio/tvips
copying build/lib/rsciio/tvips/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/tvips
copying build/lib/rsciio/tvips/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/tvips
creating build/bdist.linux-aarch64/wheel/rsciio/usid
copying build/lib/rsciio/usid/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/usid
copying build/lib/rsciio/usid/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/usid
creating build/bdist.linux-aarch64/wheel/rsciio/zspy
copying build/lib/rsciio/zspy/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/zspy
copying build/lib/rsciio/zspy/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/zspy
creating build/bdist.linux-aarch64/wheel/rsciio/trivista
copying build/lib/rsciio/trivista/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/trivista
copying build/lib/rsciio/trivista/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/trivista
creating build/bdist.linux-aarch64/wheel/rsciio/jeol
copying build/lib/rsciio/jeol/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/jeol
copying build/lib/rsciio/jeol/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/jeol
creating build/bdist.linux-aarch64/wheel/rsciio/tests
copying build/lib/rsciio/tests/test_mrc.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_digitalmicrograph.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_ripple.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_set_log_level.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
creating build/bdist.linux-aarch64/wheel/rsciio/tests/utils
copying build/lib/rsciio/tests/utils/test_utils.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests/utils
copying build/lib/rsciio/tests/utils/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests/utils
copying build/lib/rsciio/tests/utils/test_rgbtools.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests/utils
copying build/lib/rsciio/tests/test_impulse.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_hspy.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_tia.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_lazy_not_implemented.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_edax.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_pantarhei.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_blockfile.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_quantumdetector.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/registry.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_protochips.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_bruker.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_emd_velox.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_de5.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_hamamatsu.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_io.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_tiff.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_import.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_digitalsurf.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_tvips.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_semper.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_jobinyvon.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_empad.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_emd_prismatic.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/registry_utils.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_emd_ncem.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_jeol.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/generate_renishaw_test_file.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_phenom.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_usid.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_msa.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_trivista.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_dens.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_mrcz.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_image.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_zspy.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_nexus.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_renishaw.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/conftest.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/generate_dm_testing_files.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
copying build/lib/rsciio/tests/test_fei_stream_readers.py -> build/bdist.linux-aarch64/wheel/./rsciio/tests
creating build/bdist.linux-aarch64/wheel/rsciio/bruker
copying build/lib/rsciio/bruker/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/bruker
copying build/lib/rsciio/bruker/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/bruker
copying build/lib/rsciio/_hierarchical.py -> build/bdist.linux-aarch64/wheel/./rsciio
copying build/lib/rsciio/_logger.py -> build/bdist.linux-aarch64/wheel/./rsciio
creating build/bdist.linux-aarch64/wheel/rsciio/netcdf
copying build/lib/rsciio/netcdf/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/netcdf
copying build/lib/rsciio/netcdf/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/netcdf
creating build/bdist.linux-aarch64/wheel/rsciio/tia
copying build/lib/rsciio/tia/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/tia
copying build/lib/rsciio/tia/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/tia
creating build/bdist.linux-aarch64/wheel/rsciio/semper
copying build/lib/rsciio/semper/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/semper
copying build/lib/rsciio/semper/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/semper
creating build/bdist.linux-aarch64/wheel/rsciio/blockfile
copying build/lib/rsciio/blockfile/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/blockfile
copying build/lib/rsciio/blockfile/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/blockfile
creating build/bdist.linux-aarch64/wheel/rsciio/edax
copying build/lib/rsciio/edax/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/edax
copying build/lib/rsciio/edax/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/edax
creating build/bdist.linux-aarch64/wheel/rsciio/renishaw
copying build/lib/rsciio/renishaw/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/renishaw
copying build/lib/rsciio/renishaw/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/renishaw
creating build/bdist.linux-aarch64/wheel/rsciio/emd
copying build/lib/rsciio/emd/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/emd
copying build/lib/rsciio/emd/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/emd
copying build/lib/rsciio/emd/_emd_ncem.py -> build/bdist.linux-aarch64/wheel/./rsciio/emd
copying build/lib/rsciio/emd/_emd_velox.py -> build/bdist.linux-aarch64/wheel/./rsciio/emd
creating build/bdist.linux-aarch64/wheel/rsciio/phenom
copying build/lib/rsciio/phenom/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/phenom
copying build/lib/rsciio/phenom/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/phenom
creating build/bdist.linux-aarch64/wheel/rsciio/dens
copying build/lib/rsciio/dens/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/dens
copying build/lib/rsciio/dens/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/dens
creating build/bdist.linux-aarch64/wheel/rsciio/digitalsurf
copying build/lib/rsciio/digitalsurf/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/digitalsurf
copying build/lib/rsciio/digitalsurf/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/digitalsurf
creating build/bdist.linux-aarch64/wheel/rsciio/impulse
copying build/lib/rsciio/impulse/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/impulse
copying build/lib/rsciio/impulse/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/impulse
creating build/bdist.linux-aarch64/wheel/rsciio/quantumdetector
copying build/lib/rsciio/quantumdetector/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/quantumdetector
copying build/lib/rsciio/quantumdetector/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/quantumdetector
creating build/bdist.linux-aarch64/wheel/rsciio/digitalmicrograph
copying build/lib/rsciio/digitalmicrograph/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/digitalmicrograph
copying build/lib/rsciio/digitalmicrograph/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/digitalmicrograph
creating build/bdist.linux-aarch64/wheel/rsciio/mrcz
copying build/lib/rsciio/mrcz/__init__.py -> build/bdist.linux-aarch64/wheel/./rsciio/mrcz
copying build/lib/rsciio/mrcz/_api.py -> build/bdist.linux-aarch64/wheel/./rsciio/mrcz
running install_egg_info
Copying rosettasciio.egg-info to build/bdist.linux-aarch64/wheel/./rosettasciio-0.0.0.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/rosettasciio-0.0.0.dist-info/WHEEL
creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_rosettasciio/.tmp-g_ohz1c6/rosettasciio-0.0.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'rsciio/__init__.py'
adding 'rsciio/_docstrings.py'
adding 'rsciio/_hierarchical.py'
adding 'rsciio/_logger.py'
adding 'rsciio/blockfile/__init__.py'
adding 'rsciio/blockfile/_api.py'
adding 'rsciio/bruker/__init__.py'
adding 'rsciio/bruker/_api.py'
adding 'rsciio/dens/__init__.py'
adding 'rsciio/dens/_api.py'
adding 'rsciio/digitalmicrograph/__init__.py'
adding 'rsciio/digitalmicrograph/_api.py'
adding 'rsciio/digitalsurf/__init__.py'
adding 'rsciio/digitalsurf/_api.py'
adding 'rsciio/edax/__init__.py'
adding 'rsciio/edax/_api.py'
adding 'rsciio/emd/__init__.py'
adding 'rsciio/emd/_api.py'
adding 'rsciio/emd/_emd_ncem.py'
adding 'rsciio/emd/_emd_velox.py'
adding 'rsciio/empad/__init__.py'
adding 'rsciio/empad/_api.py'
adding 'rsciio/hamamatsu/__init__.py'
adding 'rsciio/hamamatsu/_api.py'
adding 'rsciio/hspy/__init__.py'
adding 'rsciio/hspy/_api.py'
adding 'rsciio/image/__init__.py'
adding 'rsciio/image/_api.py'
adding 'rsciio/impulse/__init__.py'
adding 'rsciio/impulse/_api.py'
adding 'rsciio/jeol/__init__.py'
adding 'rsciio/jeol/_api.py'
adding 'rsciio/jobinyvon/__init__.py'
adding 'rsciio/jobinyvon/_api.py'
adding 'rsciio/mrc/__init__.py'
adding 'rsciio/mrc/_api.py'
adding 'rsciio/mrcz/__init__.py'
adding 'rsciio/mrcz/_api.py'
adding 'rsciio/msa/__init__.py'
adding 'rsciio/msa/_api.py'
adding 'rsciio/netcdf/__init__.py'
adding 'rsciio/netcdf/_api.py'
adding 'rsciio/nexus/__init__.py'
adding 'rsciio/nexus/_api.py'
adding 'rsciio/pantarhei/__init__.py'
adding 'rsciio/pantarhei/_api.py'
adding 'rsciio/phenom/__init__.py'
adding 'rsciio/phenom/_api.py'
adding 'rsciio/protochips/__init__.py'
adding 'rsciio/protochips/_api.py'
adding 'rsciio/quantumdetector/__init__.py'
adding 'rsciio/quantumdetector/_api.py'
adding 'rsciio/renishaw/__init__.py'
adding 'rsciio/renishaw/_api.py'
adding 'rsciio/ripple/__init__.py'
adding 'rsciio/ripple/_api.py'
adding 'rsciio/semper/__init__.py'
adding 'rsciio/semper/_api.py'
adding 'rsciio/tests/__init__.py'
adding 'rsciio/tests/conftest.py'
adding 'rsciio/tests/generate_dm_testing_files.py'
adding 'rsciio/tests/generate_renishaw_test_file.py'
adding 'rsciio/tests/registry.py'
adding 'rsciio/tests/registry_utils.py'
adding 'rsciio/tests/test_blockfile.py'
adding 'rsciio/tests/test_bruker.py'
adding 'rsciio/tests/test_de5.py'
adding 'rsciio/tests/test_dens.py'
adding 'rsciio/tests/test_digitalmicrograph.py'
adding 'rsciio/tests/test_digitalsurf.py'
adding 'rsciio/tests/test_edax.py'
adding 'rsciio/tests/test_emd_ncem.py'
adding 'rsciio/tests/test_emd_prismatic.py'
adding 'rsciio/tests/test_emd_velox.py'
adding 'rsciio/tests/test_empad.py'
adding 'rsciio/tests/test_fei_stream_readers.py'
adding 'rsciio/tests/test_hamamatsu.py'
adding 'rsciio/tests/test_hspy.py'
adding 'rsciio/tests/test_image.py'
adding 'rsciio/tests/test_import.py'
adding 'rsciio/tests/test_impulse.py'
adding 'rsciio/tests/test_io.py'
adding 'rsciio/tests/test_jeol.py'
adding 'rsciio/tests/test_jobinyvon.py'
adding 'rsciio/tests/test_lazy_not_implemented.py'
adding 'rsciio/tests/test_mrc.py'
adding 'rsciio/tests/test_mrcz.py'
adding 'rsciio/tests/test_msa.py'
adding 'rsciio/tests/test_nexus.py'
adding 'rsciio/tests/test_pantarhei.py'
adding 'rsciio/tests/test_phenom.py'
adding 'rsciio/tests/test_protochips.py'
adding 'rsciio/tests/test_quantumdetector.py'
adding 'rsciio/tests/test_renishaw.py'
adding 'rsciio/tests/test_ripple.py'
adding 'rsciio/tests/test_semper.py'
adding 'rsciio/tests/test_set_log_level.py'
adding 'rsciio/tests/test_tia.py'
adding 'rsciio/tests/test_tiff.py'
adding 'rsciio/tests/test_trivista.py'
adding 'rsciio/tests/test_tvips.py'
adding 'rsciio/tests/test_usid.py'
adding 'rsciio/tests/test_zspy.py'
adding 'rsciio/tests/utils/__init__.py'
adding 'rsciio/tests/utils/test_rgbtools.py'
adding 'rsciio/tests/utils/test_utils.py'
adding 'rsciio/tia/__init__.py'
adding 'rsciio/tia/_api.py'
adding 'rsciio/tiff/__init__.py'
adding 'rsciio/tiff/_api.py'
adding 'rsciio/trivista/__init__.py'
adding 'rsciio/trivista/_api.py'
adding 'rsciio/tvips/__init__.py'
adding 'rsciio/tvips/_api.py'
adding 'rsciio/usid/__init__.py'
adding 'rsciio/usid/_api.py'
adding 'rsciio/utils/__init__.py'
adding 'rsciio/utils/array.py'
adding 'rsciio/utils/date_time_tools.py'
adding 'rsciio/utils/distributed.py'
adding 'rsciio/utils/elements.py'
adding 'rsciio/utils/exceptions.py'
adding 'rsciio/utils/fei_stream_readers.py'
adding 'rsciio/utils/hdf5.py'
adding 'rsciio/utils/image.py'
adding 'rsciio/utils/readfile.py'
adding 'rsciio/utils/rgb_tools.py'
adding 'rsciio/utils/skimage_exposure.py'
adding 'rsciio/utils/tests.py'
adding 'rsciio/utils/tools.py'
adding 'rsciio/zspy/__init__.py'
adding 'rsciio/zspy/_api.py'
adding 'rosettasciio-0.0.0.dist-info/COPYING.txt'
adding 'rosettasciio-0.0.0.dist-info/METADATA'
adding 'rosettasciio-0.0.0.dist-info/WHEEL'
adding 'rosettasciio-0.0.0.dist-info/top_level.txt'
adding 'rosettasciio-0.0.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built rosettasciio-0.0.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with "installer" module
   dh_auto_test -a -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_rosettasciio/build; python3.12 -m pytest /<<PKGBUILDDIR>>/rsciio/tests
============================= test session starts ==============================
platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: typeguard-4.4.1, xdist-3.6.1, anyio-4.6.2
created: 4/4 workers
4 workers [151 items]

....ss..s..s.s.s..s..s.s..s..s..s.s.s..sssssss.sss.ssss.sss.sFsssss.sFss [ 47%]
.s.sssFsssFsssss.ss....................Fatal Python error: Segmentation fault

Thread 0x0000ffff907df180 (most recent call first):
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 534 in read
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 567 in from_io
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 1160 in _thread_receiver
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 341 in run
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 411 in _perform_spawn

Current thread 0x0000ffff91679740 (most recent call first):
  File "/<<PKGBUILDDIR>>/rsciio/utils/fei_stream_readers.py", line 251 in stream_to_sparse_COO_array
  File "/<<PKGBUILDDIR>>/rsciio/tests/test_fei_stream_readers.py", line 45 in test_dense_stream
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 159 in pytest_pyfunc_call
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1627 in runtest
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 174 in pytest_runtest_call
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 242 in <lambda>
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 341 in from_call
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 241 in call_and_report
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 132 in runtestprotocol
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 113 in pytest_runtest_protocol
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/xdist/remote.py", line 195 in run_one_test
  File "/usr/lib/python3/dist-packages/xdist/remote.py", line 174 in pytest_runtestloop
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 337 in _main
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 283 in wrap_session
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 330 in pytest_cmdline_main
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/xdist/remote.py", line 393 in <module>
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 1291 in executetask
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 341 in run
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 411 in _perform_spawn
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 389 in integrate_as_primary_thread
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 1273 in serve
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 1806 in serve
  File "<string>", line 8 in <module>
  File "<string>", line 1 in <module>

Extension modules: yaml._yaml, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, cytoolz.utils, cytoolz.itertoolz, cytoolz.functoolz, cytoolz.dicttoolz, cytoolz.recipes, psutil._psutil_linux, psutil._psutil_posix, markupsafe._speedups, scipy._lib._ccallback_c, numba.core.typeconv._typeconv, numba._helperlib, numba._dynfunc, numba._dispatcher, numba.core.runtime._nrt_python, numba.np.ufunc._internal, numba.experimental.jitclass._box, scipy.sparse._sparsetools, _csparsetools, scipy.sparse._csparsetools, scipy.linalg._fblas, scipy.linalg._flapack, scipy.linalg.cython_lapack, scipy.linalg._cythonized_array_utils, scipy.linalg._solve_toeplitz, scipy.linalg._decomp_lu_cython, scipy.linalg._matfuncs_sqrtm_triu, scipy.linalg.cython_blas, scipy.linalg._matfuncs_expm, scipy.linalg._decomp_update, scipy.sparse.linalg._dsolve._superlu, scipy.sparse.linalg._eigen.arpack._arpack, scipy.sparse.linalg._propack._spropack, scipy.sparse.linalg._propack._dpropack, scipy.sparse.linalg._propack._cpropack, scipy.sparse.linalg._propack._zpropack, scipy.sparse.csgraph._tools, scipy.sparse.csgraph._shortest_path, scipy.sparse.csgraph._traversal, scipy.sparse.csgraph._min_spanning_tree, scipy.sparse.csgraph._flow, scipy.sparse.csgraph._matching, scipy.sparse.csgraph._reordering, scipy._lib._uarray._uarray, scipy.special._ufuncs_cxx, scipy.special._cdflib, scipy.special._ufuncs, scipy.special._specfun, scipy.special._comb, scipy.special._ellip_harm_2, scipy.fftpack.convolve, h5py._debian_h5py_serial._errors, h5py._debian_h5py_serial.defs, h5py._debian_h5py_serial._objects, h5py._debian_h5py_serial.h5, h5py._debian_h5py_serial.utils, h5py._debian_h5py_serial.h5t, h5py._debian_h5py_serial.h5s, h5py._debian_h5py_serial.h5ac, h5py._debian_h5py_serial.h5p, h5py._debian_h5py_serial.h5r, h5py._debian_h5py_serial._proxy, h5py._debian_h5py_serial._conv, h5py._debian_h5py_serial.h5z, h5py._debian_h5py_serial.h5a, h5py._debian_h5py_serial.h5d, h5py._debian_h5py_serial.h5ds, h5py._debian_h5py_serial.h5g, h5py._debian_h5py_serial.h5i, h5py._debian_h5py_serial.h5f, h5py._debian_h5py_serial.h5fd, h5py._debian_h5py_serial.h5pl, h5py._debian_h5py_serial.h5o, h5py._debian_h5py_serial.h5l, h5py._debian_h5py_serial._selector, h5py.atexit, h5py._errors, h5py.defs, h5py._objects, h5py.h5, h5py.utils, h5py.h5t, h5py.h5s, h5py.h5ac, h5py.h5p, h5py.h5r, h5py._proxy, h5py._conv, h5py.h5z, h5py.h5a, h5py.h5d, h5py.h5ds, h5py.h5g, h5py.h5i, h5py.h5f, h5py.h5fd, h5py.h5pl, h5py.h5o, h5py.h5l, h5py._selector, PIL._imaging, matplotlib._c_internal_utils, matplotlib._path, kiwisolver._cext (total: 117)
[gw0] node down: Not properly terminated
F
replacing crashed worker gw0
..................................Fatal Python error: Segmentation fault

Thread 0x0000ffff9d6ff180 (most recent call first):
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 534 in read
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 567 in from_io
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 1160 in _thread_receiver
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 341 in run
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 411 in _perform_spawn

Current thread 0x0000ffff9e59e740 (most recent call first):
  File "/<<PKGBUILDDIR>>/rsciio/utils/fei_stream_readers.py", line 251 in stream_to_sparse_COO_array
  File "/<<PKGBUILDDIR>>/rsciio/tests/test_fei_stream_readers.py", line 45 in test_dense_stream
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 159 in pytest_pyfunc_call
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1627 in runtest
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 174 in pytest_runtest_call
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 242 in <lambda>
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 341 in from_call
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 241 in call_and_report
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 132 in runtestprotocol
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 113 in pytest_runtest_protocol
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/xdist/remote.py", line 195 in run_one_test
  File "/usr/lib/python3/dist-packages/xdist/remote.py", line 174 in pytest_runtestloop
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 337 in _main
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 283 in wrap_session
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 330 in pytest_cmdline_main
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103 in _multicall
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513 in __call__
  File "/usr/lib/python3/dist-packages/xdist/remote.py", line 393 in <module>
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 1291 in executetask
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 341 in run
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 411 in _perform_spawn
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 389 in integrate_as_primary_thread
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 1273 in serve
  File "/usr/lib/python3/dist-packages/execnet/gateway_base.py", line 1806 in serve
  File "<string>", line 8 in <module>
  File "<string>", line 1 in <module>

Extension modules: yaml._yaml, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, cytoolz.utils, cytoolz.itertoolz, cytoolz.functoolz, cytoolz.dicttoolz, cytoolz.recipes, psutil._psutil_linux, psutil._psutil_posix, markupsafe._speedups, scipy._lib._ccallback_c, numba.core.typeconv._typeconv, numba._helperlib, numba._dynfunc, numba._dispatcher, numba.core.runtime._nrt_python, numba.np.ufunc._internal, numba.experimental.jitclass._box, scipy.sparse._sparsetools, _csparsetools, scipy.sparse._csparsetools, scipy.linalg._fblas, scipy.linalg._flapack, scipy.linalg.cython_lapack, scipy.linalg._cythonized_array_utils, scipy.linalg._solve_toeplitz, scipy.linalg._decomp_lu_cython, scipy.linalg._matfuncs_sqrtm_triu, scipy.linalg.cython_blas, scipy.linalg._matfuncs_expm, scipy.linalg._decomp_update, scipy.sparse.linalg._dsolve._superlu, scipy.sparse.linalg._eigen.arpack._arpack, scipy.sparse.linalg._propack._spropack, scipy.sparse.linalg._propack._dpropack, scipy.sparse.linalg._propack._cpropack, scipy.sparse.linalg._propack._zpropack, scipy.sparse.csgraph._tools, scipy.sparse.csgraph._shortest_path, scipy.sparse.csgraph._traversal, scipy.sparse.csgraph._min_spanning_tree, scipy.sparse.csgraph._flow, scipy.sparse.csgraph._matching, scipy.sparse.csgraph._reordering, scipy._lib._uarray._uarray, scipy.special._ufuncs_cxx, scipy.special._cdflib, scipy.special._ufuncs, scipy.special._specfun, scipy.special._comb, scipy.special._ellip_harm_2, scipy.fftpack.convolve, h5py._debian_h5py_serial._errors, h5py._debian_h5py_serial.defs, h5py._debian_h5py_serial._objects, h5py._debian_h5py_serial.h5, h5py._debian_h5py_serial.utils, h5py._debian_h5py_serial.h5t, h5py._debian_h5py_serial.h5s, h5py._debian_h5py_serial.h5ac, h5py._debian_h5py_serial.h5p, h5py._debian_h5py_serial.h5r, h5py._debian_h5py_serial._proxy, h5py._debian_h5py_serial._conv, h5py._debian_h5py_serial.h5z, h5py._debian_h5py_serial.h5a, h5py._debian_h5py_serial.h5d, h5py._debian_h5py_serial.h5ds, h5py._debian_h5py_serial.h5g, h5py._debian_h5py_serial.h5i, h5py._debian_h5py_serial.h5f, h5py._debian_h5py_serial.h5fd, h5py._debian_h5py_serial.h5pl, h5py._debian_h5py_serial.h5o, h5py._debian_h5py_serial.h5l, h5py._debian_h5py_serial._selector, h5py.atexit, h5py._errors, h5py.defs, h5py._objects, h5py.h5, h5py.utils, h5py.h5t, h5py.h5s, h5py.h5ac, h5py.h5p, h5py.h5r, h5py._proxy, h5py._conv, h5py.h5z, h5py.h5a, h5py.h5d, h5py.h5ds, h5py.h5g, h5py.h5i, h5py.h5f, h5py.h5fd, h5py.h5pl, h5py.h5o, h5py.h5l, h5py._selector, PIL._imaging, skimage._shared.geometry, tornado.speedups, msgpack._cmsgpack, lz4._version, lz4.block._block, matplotlib._c_internal_utils, matplotlib._path, kiwisolver._cext, matplotlib._image, scipy.optimize._minpack2, scipy.optimize._group_columns, scipy._lib.messagestream, scipy.optimize._trlib._trlib, scipy.optimize._lbfgsb, _moduleTNC, scipy.optimize._moduleTNC, scipy.optimize._cobyla, scipy.optimize._slsqp, scipy.optimize._minpack, scipy.optimize._lsq.givens_elimination, scipy.optimize._zeros, scipy.optimize._highs.cython.src._highs_wrapper, scipy.optimize._highs._highs_wrapper, scipy.optimize._highs.cython.src._highs_constants, scipy.optimize._highs._highs_constants, scipy.linalg._interpolative, scipy.optimize._bglu_dense, scipy.optimize._lsap, scipy.spatial._ckdtree, scipy.spatial._qhull, scipy.spatial._voronoi, scipy.spatial._distance_wrap, scipy.spatial._hausdorff, scipy.spatial.transform._rotation, scipy.optimize._direct, sklearn.__check_build._check_build, lz4.frame._frame, scipy.ndimage._nd_image, _ni_label, scipy.ndimage._ni_label, scipy.integrate._odepack, scipy.integrate._quadpack, scipy.integrate._vode, scipy.integrate._dop, scipy.integrate._lsoda, scipy.special.cython_special, scipy.stats._stats, scipy.stats.beta_ufunc, scipy.stats._boost.beta_ufunc, scipy.stats.binom_ufunc, scipy.stats._boost.binom_ufunc, scipy.stats.nbinom_ufunc, scipy.stats._boost.nbinom_ufunc, scipy.stats.hypergeom_ufunc, scipy.stats._boost.hypergeom_ufunc, scipy.stats.ncf_ufunc, scipy.stats._boost.ncf_ufunc, scipy.stats.ncx2_ufunc, scipy.stats._boost.ncx2_ufunc, scipy.stats.nct_ufunc, scipy.stats._boost.nct_ufunc, scipy.stats.skewnorm_ufunc, scipy.stats._boost.skewnorm_ufunc, scipy.stats.invgauss_ufunc, scipy.stats._boost.invgauss_ufunc, scipy.interpolate._fitpack, scipy.interpolate.dfitpack, scipy.interpolate._bspl, scipy.interpolate._ppoly, scipy.interpolate.interpnd, scipy.interpolate._rbfinterp_pythran, scipy.interpolate._rgi_cython, scipy.stats._biasedurn, scipy.stats._levy_stable.levyst, scipy.stats._stats_pythran, scipy.stats._ansari_swilk_statistics, scipy.stats._sobol, scipy.stats._qmc_cy, scipy.stats._mvn, scipy.stats._rcont.rcont, scipy.stats._unuran.unuran_wrapper, sklearn.utils._isfinite, sklearn.utils.murmurhash, sklearn.utils._openmp_helpers, sklearn.metrics.cluster._expected_mutual_info_fast, sklearn.utils.sparsefuncs_fast, sklearn.preprocessing._csr_polynomial_expansion, sklearn.preprocessing._target_encoder_fast, sklearn.metrics._dist_metrics, sklearn.metrics._pairwise_distances_reduction._datasets_pair, sklearn.utils._cython_blas, sklearn.metrics._pairwise_distances_reduction._base, sklearn.metrics._pairwise_distances_reduction._middle_term_computer, sklearn.utils._heap, sklearn.utils._sorting, sklearn.metrics._pairwise_distances_reduction._argkmin, sklearn.metrics._pairwise_distances_reduction._argkmin_classmode, sklearn.utils._vector_sentinel, sklearn.metrics._pairwise_distances_reduction._radius_neighbors, sklearn.metrics._pairwise_distances_reduction._radius_neighbors_classmode, sklearn.metrics._pairwise_fast, sklearn.utils._fast_dict, sklearn.cluster._hierarchical_fast, sklearn.cluster._k_means_common, sklearn.cluster._k_means_elkan, sklearn.cluster._k_means_lloyd, sklearn.cluster._k_means_minibatch, sklearn.neighbors._partition_nodes, sklearn.neighbors._ball_tree, sklearn.neighbors._kd_tree, sklearn.utils.arrayfuncs, sklearn.utils._random, sklearn.utils._seq_dataset, sklearn.linear_model._cd_fast, sklearn._loss._loss, sklearn.svm._liblinear, sklearn.svm._libsvm, sklearn.svm._libsvm_sparse, sklearn.utils._weight_vector, sklearn.linear_model._sgd_fast, sklearn.linear_model._sag_fast, sklearn.decomposition._online_lda_fast, sklearn.decomposition._cdnmf_fast, sklearn.cluster._dbscan_inner, sklearn.cluster._hdbscan._tree, sklearn.cluster._hdbscan._linkage, sklearn.cluster._hdbscan._reachability, sklearn._isotonic, sklearn.tree._utils, sklearn.tree._tree, sklearn.tree._splitter, sklearn.tree._criterion, sklearn.neighbors._quad_tree, sklearn.manifold._barnes_hut_tsne, sklearn.manifold._utils, numcodecs.compat_ext, numcodecs.blosc, numcodecs.zstd, numcodecs.lz4, numcodecs._shuffle, numcodecs.jenkins, numcodecs.vlen, numcodecs.fletcher32, scipy.io.matlab._mio_utils, scipy.io.matlab._streams, scipy.io.matlab._mio5_utils (total: 260)
[gw1] node down: Not properly terminated

replacing crashed worker gw1
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 283, in wrap_session
INTERNALERROR>     session.exitstatus = doit(config, session) or 0
INTERNALERROR>                          ^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 337, in _main
INTERNALERROR>     config.hook.pytest_runtestloop(session=session)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513, in __call__
INTERNALERROR>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
INTERNALERROR>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
INTERNALERROR>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in _multicall
INTERNALERROR>     raise exception.with_traceback(exception.__traceback__)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in _multicall
INTERNALERROR>     teardown.throw(exception)  # type: ignore[union-attr]
INTERNALERROR>     ^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/logging.py", line 803, in pytest_runtestloop
INTERNALERROR>     return (yield)  # Run all the tests.
INTERNALERROR>             ^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in _multicall
INTERNALERROR>     teardown.throw(exception)  # type: ignore[union-attr]
INTERNALERROR>     ^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/terminal.py", line 673, in pytest_runtestloop
INTERNALERROR>     result = yield
INTERNALERROR>              ^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>           ^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/xdist/dsession.py", line 138, in pytest_runtestloop
INTERNALERROR>     self.loop_once()
INTERNALERROR>   File "/usr/lib/python3/dist-packages/xdist/dsession.py", line 163, in loop_once
INTERNALERROR>     call(**kwargs)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/xdist/dsession.py", line 306, in worker_collectionfinish
INTERNALERROR>     self.sched.schedule()
INTERNALERROR>   File "/usr/lib/python3/dist-packages/xdist/scheduler/loadscope.py", line 354, in schedule
INTERNALERROR>     self._reschedule(node)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/xdist/scheduler/loadscope.py", line 336, in _reschedule
INTERNALERROR>     self._assign_work_unit(node)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/xdist/scheduler/loadscope.py", line 275, in _assign_work_unit
INTERNALERROR>     worker_collection = self.registered_collections[node]
INTERNALERROR>                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
INTERNALERROR> KeyError: <WorkerController gw5>

============ 5 failed, 87 passed, 88 skipped, 20 warnings in 7.41s =============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=3: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_rosettasciio/build; python3.12 -m pytest {dir}/rsciio/tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.12 returned exit code 13
make: *** [debian/rules:7: binary-arch] Error 25
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-11-10T18:05:26Z

Finished
--------


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

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

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

Build Architecture: arm64
Build Type: any
Build-Space: 153520
Build-Time: 14
Distribution: sid
Fail-Stage: build
Host Architecture: arm64
Install-Time: 226
Job: /tmp/debusine-fetch-exec-upload-u5x21d5r/python-rosettasciio_0.4-3.dsc
Machine Architecture: arm64
Package: python-rosettasciio
Package-Time: 269
Source-Version: 0.4-3
Space: 153520
Status: attempted
Version: 0.4-3+bd1
--------------------------------------------------------------------------------
Finished at 2024-11-10T18:05:26Z
Build needed 00:04:29, 153520k disk space

Relations

Relation Direction Type Name
relates-to Source package python-rosettasciio_0.4-3

build log System build a package - 1 week, 4 days ago 0 minutes
BETA