Artifact debusine:work-request-debug-logs

Metadata
{}

File

cmd-output.log
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
cmd: autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-pnb00aca/createrepo-c_0.17.3-6+b1_arm64.deb /tmp/debusine-fetch-exec-upload-pnb00aca/libcreaterepo-c-dev_0.17.3-6+b1_arm64.deb /tmp/debusine-fetch-exec-upload-pnb00aca/libcreaterepo-c0_0.17.3-6+b1_arm64.deb /tmp/debusine-fetch-exec-upload-pnb00aca/python-click-doc_8.2.0-1_all.deb /tmp/debusine-fetch-exec-upload-pnb00aca/python3-click_8.2.0-1_all.deb /tmp/debusine-fetch-exec-upload-pnb00aca/python3-createrepo-c_0.17.3-6+b1_arm64.deb /tmp/debusine-fetch-exec-upload-pnb00aca/createrepo-c_0.17.3-6.dsc -- unshare --arch arm64 --release sid --tarball /var/lib/debusine/worker/system-images/1140263/system.tar.xz
output (contains stdout and stderr):
autopkgtest [15:24:19]: starting date and time: 2025-01-17 15:24:19+0000
autopkgtest [15:24:19]: version 5.38~bpo12+1
autopkgtest [15:24:19]: host debusine-worker-arm64-demeter-09; command line: /usr/bin/autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-pnb00aca/createrepo-c_0.17.3-6+b1_arm64.deb /tmp/debusine-fetch-exec-upload-pnb00aca/libcreaterepo-c-dev_0.17.3-6+b1_arm64.deb /tmp/debusine-fetch-exec-upload-pnb00aca/libcreaterepo-c0_0.17.3-6+b1_arm64.deb /tmp/debusine-fetch-exec-upload-pnb00aca/python-click-doc_8.2.0-1_all.deb /tmp/debusine-fetch-exec-upload-pnb00aca/python3-click_8.2.0-1_all.deb /tmp/debusine-fetch-exec-upload-pnb00aca/python3-createrepo-c_0.17.3-6+b1_arm64.deb /tmp/debusine-fetch-exec-upload-pnb00aca/createrepo-c_0.17.3-6.dsc -- unshare --arch arm64 --release sid --tarball /var/lib/debusine/worker/system-images/1140263/system.tar.xz
autopkgtest [15:24:24]: testbed dpkg architecture: arm64
autopkgtest [15:24:24]: testbed apt version: 2.9.20
autopkgtest [15:24:24]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian sid InRelease [205 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 Packages [9926 kB]
Get:3 http://deb.debian.org/debian sid/main Translation-en [7324 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 Components [4694 kB]
Fetched 22.1 MB in 3s (6690 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following package was automatically installed and is no longer required:
  libldap-2.5-0
Use 'apt autoremove' to remove it.
The following NEW packages will be installed:
  libldap-common libldap2 libtext-charwidth-perl libtext-wrapi18n-perl
The following packages will be upgraded:
  apt base-passwd binutils binutils-aarch64-linux-gnu binutils-common
  bsdextrautils bsdutils dash diffutils dpkg dpkg-dev e2fsprogs gcc-14-base
  gettext gettext-base gpg gpgconf gzip init-system-helpers libapt-pkg6.0t64
  libatomic1 libaudit1 libbinutils libblkid1 libc-bin libc6 libcgi-pm-perl
  libcom-err2 libcpanel-json-xs-perl libcrypt1 libctf-nobfd0 libctf0
  libcurl3t64-gnutls libdebconfclient0 libdpkg-perl libext2fs2t64 libgcc-s1
  libglib2.0-0t64 libgomp1 libgprofng0 libgssapi-krb5-2 libhtml-parser-perl
  libicu72 libk5crypto3 libkrb5-3 libkrb5support0 liblz1 liblz4-1 libmount1
  libsasl2-2 libsasl2-modules-db libsframe1 libsmartcols1 libss2 libssl3t64
  libstdc++6 libsystemd0 libtext-markdown-discount-perl libudev1 libuuid1
  libxs-parse-keyword-perl libxxhash0 libzstd1 login logsave mount openssl
  openssl-provider-legacy sysvinit-utils tzdata ucf util-linux
72 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 41.0 MB of archives.
After this operation, 1438 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main arm64 bsdutils arm64 1:2.40.4-1 [105 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 dash arm64 0.5.12-11 [92.8 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 diffutils arm64 1:3.10-2 [378 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 libatomic1 arm64 14.2.0-14 [10.1 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 libgomp1 arm64 14.2.0-14 [124 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 gcc-14-base arm64 14.2.0-14 [48.7 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libgcc-s1 arm64 14.2.0-14 [54.1 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libstdc++6 arm64 14.2.0-14 [637 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libc6 arm64 2.40-5 [2459 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libxxhash0 arm64 0.8.3-2 [22.3 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 liblz4-1 arm64 1.9.4-4 [55.3 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 openssl-provider-legacy arm64 3.4.0-2 [299 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libzstd1 arm64 1.5.6+dfsg-2 [261 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libssl3t64 arm64 3.4.0-2 [2635 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 libsystemd0 arm64 257.2-2 [418 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libudev1 arm64 257.2-2 [140 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libapt-pkg6.0t64 arm64 2.9.22 [977 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 dpkg arm64 1.22.14 [1522 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 gzip arm64 1.13-1 [135 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 bsdextrautils arm64 2.40.4-1 [91.6 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libblkid1 arm64 2.40.4-1 [163 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libmount1 arm64 2.40.4-1 [191 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libsmartcols1 arm64 2.40.4-1 [136 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 mount arm64 2.40.4-1 [153 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libuuid1 arm64 2.40.4-1 [36.1 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 util-linux arm64 2.40.4-1 [1173 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 libdebconfclient0 arm64 0.277 [10.5 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 base-passwd arm64 3.6.6 [52.9 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 apt arm64 2.9.22 [1299 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 init-system-helpers all 1.68 [38.7 kB]
Get:31 http://deb.debian.org/debian sid/main arm64 libc-bin arm64 2.40-5 [541 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 sysvinit-utils arm64 3.13-1 [33.1 kB]
Get:33 http://deb.debian.org/debian sid/main arm64 logsave arm64 1.47.2-1 [23.8 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 libext2fs2t64 arm64 1.47.2-1 [204 kB]
Get:35 http://deb.debian.org/debian sid/main arm64 e2fsprogs arm64 1.47.2-1 [563 kB]
Get:36 http://deb.debian.org/debian sid/main arm64 libaudit1 arm64 1:4.0.2-2+b1 [54.6 kB]
Get:37 http://deb.debian.org/debian sid/main arm64 libcrypt1 arm64 1:4.4.38-1 [91.8 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 login arm64 1:4.16.0-2+really2.40.4-1 [86.7 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 tzdata all 2024b-6 [257 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 gettext-base arm64 0.23.1-1 [241 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 libtext-charwidth-perl arm64 0.04-11+b4 [9652 B]
Get:42 http://deb.debian.org/debian sid/main arm64 libtext-wrapi18n-perl all 0.06-10 [8808 B]
Get:43 http://deb.debian.org/debian sid/main arm64 ucf all 3.0048 [42.0 kB]
Get:44 http://deb.debian.org/debian sid/main arm64 libgprofng0 arm64 2.43.50.20250108-1 [668 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 libctf0 arm64 2.43.50.20250108-1 [84.1 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 libctf-nobfd0 arm64 2.43.50.20250108-1 [151 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 binutils-aarch64-linux-gnu arm64 2.43.50.20250108-1 [2808 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 libbinutils arm64 2.43.50.20250108-1 [660 kB]
Get:49 http://deb.debian.org/debian sid/main arm64 binutils arm64 2.43.50.20250108-1 [68.4 kB]
Get:50 http://deb.debian.org/debian sid/main arm64 binutils-common arm64 2.43.50.20250108-1 [2628 kB]
Get:51 http://deb.debian.org/debian sid/main arm64 libsframe1 arm64 2.43.50.20250108-1 [77.1 kB]
Get:52 http://deb.debian.org/debian sid/main arm64 dpkg-dev all 1.22.14 [1334 kB]
Get:53 http://deb.debian.org/debian sid/main arm64 libdpkg-perl all 1.22.14 [646 kB]
Get:54 http://deb.debian.org/debian sid/main arm64 gettext arm64 0.23.1-1 [1610 kB]
Get:55 http://deb.debian.org/debian sid/main arm64 gpg arm64 2.2.46-1+b1 [481 kB]
Get:56 http://deb.debian.org/debian sid/main arm64 gpgconf arm64 2.2.46-1+b1 [115 kB]
Get:57 http://deb.debian.org/debian sid/main arm64 libhtml-parser-perl arm64 3.83-1+b2 [97.5 kB]
Get:58 http://deb.debian.org/debian sid/main arm64 libcgi-pm-perl all 4.67-1 [217 kB]
Get:59 http://deb.debian.org/debian sid/main arm64 libcom-err2 arm64 1.47.2-1 [23.9 kB]
Get:60 http://deb.debian.org/debian sid/main arm64 libcpanel-json-xs-perl arm64 4.39-1 [128 kB]
Get:61 http://deb.debian.org/debian sid/main arm64 libgssapi-krb5-2 arm64 1.21.3-4 [127 kB]
Get:62 http://deb.debian.org/debian sid/main arm64 libkrb5-3 arm64 1.21.3-4 [308 kB]
Get:63 http://deb.debian.org/debian sid/main arm64 libkrb5support0 arm64 1.21.3-4 [32.2 kB]
Get:64 http://deb.debian.org/debian sid/main arm64 libk5crypto3 arm64 1.21.3-4 [81.5 kB]
Get:65 http://deb.debian.org/debian sid/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg1-8+b1 [20.3 kB]
Get:66 http://deb.debian.org/debian sid/main arm64 libsasl2-2 arm64 2.1.28+dfsg1-8+b1 [55.7 kB]
Get:67 http://deb.debian.org/debian sid/main arm64 libldap2 arm64 2.6.9+dfsg-1 [179 kB]
Get:68 http://deb.debian.org/debian sid/main arm64 libcurl3t64-gnutls arm64 8.11.1-1+b1 [331 kB]
Get:69 http://deb.debian.org/debian sid/main arm64 libglib2.0-0t64 arm64 2.82.4-2 [1413 kB]
Get:70 http://deb.debian.org/debian sid/main arm64 libicu72 arm64 72.1-6 [9239 kB]
Get:71 http://deb.debian.org/debian sid/main arm64 libldap-common all 2.6.9+dfsg-1 [34.5 kB]
Get:72 http://deb.debian.org/debian sid/main arm64 liblz1 arm64 1.15-1 [37.8 kB]
Get:73 http://deb.debian.org/debian sid/main arm64 libss2 arm64 1.47.2-1 [28.4 kB]
Get:74 http://deb.debian.org/debian sid/main arm64 libtext-markdown-discount-perl arm64 0.17-1 [13.0 kB]
Get:75 http://deb.debian.org/debian sid/main arm64 libxs-parse-keyword-perl arm64 0.48-1 [64.2 kB]
Get:76 http://deb.debian.org/debian sid/main arm64 openssl arm64 3.4.0-2 [1385 kB]
Preconfiguring packages ...
Fetched 41.0 MB in 1s (52.0 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 ... 17282 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.4-1_arm64.deb ...
Unpacking bsdutils (1:2.40.4-1) over (1:2.40.2-13) ...
Setting up bsdutils (1:2.40.4-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17282 files and directories currently installed.)
Preparing to unpack .../dash_0.5.12-11_arm64.deb ...
Unpacking dash (0.5.12-11) over (0.5.12-9+b1) ...
Setting up dash (0.5.12-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17281 files and directories currently installed.)
Preparing to unpack .../diffutils_1%3a3.10-2_arm64.deb ...
Unpacking diffutils (1:3.10-2) over (1:3.10-1+b1) ...
Setting up diffutils (1:3.10-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17280 files and directories currently installed.)
Preparing to unpack .../libatomic1_14.2.0-14_arm64.deb ...
Unpacking libatomic1:arm64 (14.2.0-14) over (14.2.0-11) ...
Preparing to unpack .../libgomp1_14.2.0-14_arm64.deb ...
Unpacking libgomp1:arm64 (14.2.0-14) over (14.2.0-11) ...
Preparing to unpack .../gcc-14-base_14.2.0-14_arm64.deb ...
Unpacking gcc-14-base:arm64 (14.2.0-14) over (14.2.0-11) ...
Setting up gcc-14-base:arm64 (14.2.0-14) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17280 files and directories currently installed.)
Preparing to unpack .../libgcc-s1_14.2.0-14_arm64.deb ...
Unpacking libgcc-s1:arm64 (14.2.0-14) over (14.2.0-11) ...
Setting up libgcc-s1:arm64 (14.2.0-14) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17280 files and directories currently installed.)
Preparing to unpack .../libstdc++6_14.2.0-14_arm64.deb ...
Unpacking libstdc++6:arm64 (14.2.0-14) over (14.2.0-11) ...
Setting up libstdc++6:arm64 (14.2.0-14) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17280 files and directories currently installed.)
Preparing to unpack .../libc6_2.40-5_arm64.deb ...
Unpacking libc6:arm64 (2.40-5) over (2.40-4) ...
Setting up libc6:arm64 (2.40-5) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17280 files and directories currently installed.)
Preparing to unpack .../libxxhash0_0.8.3-2_arm64.deb ...
Unpacking libxxhash0:arm64 (0.8.3-2) over (0.8.2-2+b2) ...
Setting up libxxhash0:arm64 (0.8.3-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17279 files and directories currently installed.)
Preparing to unpack .../liblz4-1_1.9.4-4_arm64.deb ...
Unpacking liblz4-1:arm64 (1.9.4-4) over (1.9.4-3+b1) ...
Setting up liblz4-1:arm64 (1.9.4-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17278 files and directories currently installed.)
Preparing to unpack .../openssl-provider-legacy_3.4.0-2_arm64.deb ...
Unpacking openssl-provider-legacy (3.4.0-2) over (3.3.2-2) ...
Setting up openssl-provider-legacy (3.4.0-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17278 files and directories currently installed.)
Preparing to unpack .../libzstd1_1.5.6+dfsg-2_arm64.deb ...
Unpacking libzstd1:arm64 (1.5.6+dfsg-2) over (1.5.6+dfsg-1+b1) ...
Setting up libzstd1:arm64 (1.5.6+dfsg-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17277 files and directories currently installed.)
Preparing to unpack .../libssl3t64_3.4.0-2_arm64.deb ...
Unpacking libssl3t64:arm64 (3.4.0-2) over (3.3.2-2) ...
Setting up libssl3t64:arm64 (3.4.0-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17276 files and directories currently installed.)
Preparing to unpack .../libsystemd0_257.2-2_arm64.deb ...
Unpacking libsystemd0:arm64 (257.2-2) over (257.1-5) ...
Setting up libsystemd0:arm64 (257.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17276 files and directories currently installed.)
Preparing to unpack .../libudev1_257.2-2_arm64.deb ...
Unpacking libudev1:arm64 (257.2-2) over (257.1-5) ...
Setting up libudev1:arm64 (257.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17276 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0t64_2.9.22_arm64.deb ...
Unpacking libapt-pkg6.0t64:arm64 (2.9.22) over (2.9.20) ...
Setting up libapt-pkg6.0t64:arm64 (2.9.22) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17276 files and directories currently installed.)
Preparing to unpack .../dpkg_1.22.14_arm64.deb ...
Unpacking dpkg (1.22.14) over (1.22.11) ...
Setting up dpkg (1.22.14) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17275 files and directories currently installed.)
Preparing to unpack .../archives/gzip_1.13-1_arm64.deb ...
Unpacking gzip (1.13-1) over (1.12-1.2) ...
Setting up gzip (1.13-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17275 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.40.4-1_arm64.deb ...
Unpacking bsdextrautils (2.40.4-1) over (2.40.2-13) ...
Preparing to unpack .../libblkid1_2.40.4-1_arm64.deb ...
Unpacking libblkid1:arm64 (2.40.4-1) over (2.40.2-13) ...
Setting up libblkid1:arm64 (2.40.4-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17275 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.4-1_arm64.deb ...
Unpacking libmount1:arm64 (2.40.4-1) over (2.40.2-13) ...
Setting up libmount1:arm64 (2.40.4-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17275 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.4-1_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.40.4-1) over (2.40.2-13) ...
Setting up libsmartcols1:arm64 (2.40.4-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17275 files and directories currently installed.)
Preparing to unpack .../mount_2.40.4-1_arm64.deb ...
Unpacking mount (2.40.4-1) over (2.40.2-13) ...
Preparing to unpack .../libuuid1_2.40.4-1_arm64.deb ...
Unpacking libuuid1:arm64 (2.40.4-1) over (2.40.2-13) ...
Setting up libuuid1:arm64 (2.40.4-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17275 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.4-1_arm64.deb ...
Unpacking util-linux (2.40.4-1) over (2.40.2-13) ...
Setting up util-linux (2.40.4-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17277 files and directories currently installed.)
Preparing to unpack .../libdebconfclient0_0.277_arm64.deb ...
Unpacking libdebconfclient0:arm64 (0.277) over (0.276) ...
Setting up libdebconfclient0:arm64 (0.277) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17277 files and directories currently installed.)
Preparing to unpack .../base-passwd_3.6.6_arm64.deb ...
Unpacking base-passwd (3.6.6) over (3.6.5) ...
Setting up base-passwd (3.6.6) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17277 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.9.22_arm64.deb ...
Unpacking apt (2.9.22) over (2.9.20) ...
Setting up apt (2.9.22) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17277 files and directories currently installed.)
Preparing to unpack .../init-system-helpers_1.68_all.deb ...
Unpacking init-system-helpers (1.68) over (1.67) ...
Setting up init-system-helpers (1.68) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17277 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.40-5_arm64.deb ...
Unpacking libc-bin (2.40-5) over (2.40-4) ...
Setting up libc-bin (2.40-5) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17277 files and directories currently installed.)
Preparing to unpack .../sysvinit-utils_3.13-1_arm64.deb ...
Unpacking sysvinit-utils (3.13-1) over (3.11-1) ...
Setting up sysvinit-utils (3.13-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17277 files and directories currently installed.)
Preparing to unpack .../logsave_1.47.2-1_arm64.deb ...
Unpacking logsave (1.47.2-1) over (1.47.2~rc1-2) ...
Preparing to unpack .../libext2fs2t64_1.47.2-1_arm64.deb ...
Leaving 'diversion of /lib/aarch64-linux-gnu/libe2p.so.2 to /lib/aarch64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/aarch64-linux-gnu/libe2p.so.2.3 to /lib/aarch64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/aarch64-linux-gnu/libext2fs.so.2 to /lib/aarch64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
Leaving 'diversion of /lib/aarch64-linux-gnu/libext2fs.so.2.4 to /lib/aarch64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
Unpacking libext2fs2t64:arm64 (1.47.2-1) over (1.47.2~rc1-2) ...
Setting up libext2fs2t64:arm64 (1.47.2-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17277 files and directories currently installed.)
Preparing to unpack .../e2fsprogs_1.47.2-1_arm64.deb ...
Unpacking e2fsprogs (1.47.2-1) over (1.47.2~rc1-2) ...
Preparing to unpack .../libaudit1_1%3a4.0.2-2+b1_arm64.deb ...
Unpacking libaudit1:arm64 (1:4.0.2-2+b1) over (1:4.0.2-2) ...
Setting up libaudit1:arm64 (1:4.0.2-2+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17278 files and directories currently installed.)
Preparing to unpack .../libcrypt1_1%3a4.4.38-1_arm64.deb ...
Unpacking libcrypt1:arm64 (1:4.4.38-1) over (1:4.4.36-5) ...
Setting up libcrypt1:arm64 (1:4.4.38-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17278 files and directories currently installed.)
Preparing to unpack .../00-login_1%3a4.16.0-2+really2.40.4-1_arm64.deb ...
Unpacking login (1:4.16.0-2+really2.40.4-1) over (1:4.16.0-2+really2.40.2-13) ...
Preparing to unpack .../01-tzdata_2024b-6_all.deb ...
Unpacking tzdata (2024b-6) over (2024b-4) ...
Preparing to unpack .../02-gettext-base_0.23.1-1_arm64.deb ...
Unpacking gettext-base (0.23.1-1) over (0.22.5-3) ...
Selecting previously unselected package libtext-charwidth-perl:arm64.
Preparing to unpack .../03-libtext-charwidth-perl_0.04-11+b4_arm64.deb ...
Unpacking libtext-charwidth-perl:arm64 (0.04-11+b4) ...
Selecting previously unselected package libtext-wrapi18n-perl.
Preparing to unpack .../04-libtext-wrapi18n-perl_0.06-10_all.deb ...
Unpacking libtext-wrapi18n-perl (0.06-10) ...
Preparing to unpack .../05-ucf_3.0048_all.deb ...
Unpacking ucf (3.0048) over (3.0046) ...
Preparing to unpack .../06-libgprofng0_2.43.50.20250108-1_arm64.deb ...
Unpacking libgprofng0:arm64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../07-libctf0_2.43.50.20250108-1_arm64.deb ...
Unpacking libctf0:arm64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../08-libctf-nobfd0_2.43.50.20250108-1_arm64.deb ...
Unpacking libctf-nobfd0:arm64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../09-binutils-aarch64-linux-gnu_2.43.50.20250108-1_arm64.deb ...
Unpacking binutils-aarch64-linux-gnu (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../10-libbinutils_2.43.50.20250108-1_arm64.deb ...
Unpacking libbinutils:arm64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../11-binutils_2.43.50.20250108-1_arm64.deb ...
Unpacking binutils (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../12-binutils-common_2.43.50.20250108-1_arm64.deb ...
Unpacking binutils-common:arm64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../13-libsframe1_2.43.50.20250108-1_arm64.deb ...
Unpacking libsframe1:arm64 (2.43.50.20250108-1) over (2.43.50.20241221-1) ...
Preparing to unpack .../14-dpkg-dev_1.22.14_all.deb ...
Unpacking dpkg-dev (1.22.14) over (1.22.11) ...
Preparing to unpack .../15-libdpkg-perl_1.22.14_all.deb ...
Unpacking libdpkg-perl (1.22.14) over (1.22.11) ...
Preparing to unpack .../16-gettext_0.23.1-1_arm64.deb ...
Unpacking gettext (0.23.1-1) over (0.22.5-3) ...
Preparing to unpack .../17-gpg_2.2.46-1+b1_arm64.deb ...
Unpacking gpg (2.2.46-1+b1) over (2.2.45-2) ...
Preparing to unpack .../18-gpgconf_2.2.46-1+b1_arm64.deb ...
Unpacking gpgconf (2.2.46-1+b1) over (2.2.45-2) ...
Preparing to unpack .../19-libhtml-parser-perl_3.83-1+b2_arm64.deb ...
Unpacking libhtml-parser-perl:arm64 (3.83-1+b2) over (3.83-1+b1) ...
Preparing to unpack .../20-libcgi-pm-perl_4.67-1_all.deb ...
Unpacking libcgi-pm-perl (4.67-1) over (4.66-1) ...
Preparing to unpack .../21-libcom-err2_1.47.2-1_arm64.deb ...
Unpacking libcom-err2:arm64 (1.47.2-1) over (1.47.2~rc1-2) ...
Preparing to unpack .../22-libcpanel-json-xs-perl_4.39-1_arm64.deb ...
Unpacking libcpanel-json-xs-perl:arm64 (4.39-1) over (4.38-1+b1) ...
Preparing to unpack .../23-libgssapi-krb5-2_1.21.3-4_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.21.3-4) over (1.21.3-3) ...
Preparing to unpack .../24-libkrb5-3_1.21.3-4_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.21.3-4) over (1.21.3-3) ...
Preparing to unpack .../25-libkrb5support0_1.21.3-4_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.21.3-4) over (1.21.3-3) ...
Preparing to unpack .../26-libk5crypto3_1.21.3-4_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.21.3-4) over (1.21.3-3) ...
Preparing to unpack .../27-libsasl2-modules-db_2.1.28+dfsg1-8+b1_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-8+b1) over (2.1.28+dfsg1-8) ...
Preparing to unpack .../28-libsasl2-2_2.1.28+dfsg1-8+b1_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-8+b1) over (2.1.28+dfsg1-8) ...
Selecting previously unselected package libldap2:arm64.
Preparing to unpack .../29-libldap2_2.6.9+dfsg-1_arm64.deb ...
Unpacking libldap2:arm64 (2.6.9+dfsg-1) ...
Preparing to unpack .../30-libcurl3t64-gnutls_8.11.1-1+b1_arm64.deb ...
Unpacking libcurl3t64-gnutls:arm64 (8.11.1-1+b1) over (8.11.1-1) ...
Preparing to unpack .../31-libglib2.0-0t64_2.82.4-2_arm64.deb ...
Unpacking libglib2.0-0t64:arm64 (2.82.4-2) over (2.82.4-1) ...
Preparing to unpack .../32-libicu72_72.1-6_arm64.deb ...
Unpacking libicu72:arm64 (72.1-6) over (72.1-5+b1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../33-libldap-common_2.6.9+dfsg-1_all.deb ...
Unpacking libldap-common (2.6.9+dfsg-1) ...
Preparing to unpack .../34-liblz1_1.15-1_arm64.deb ...
Unpacking liblz1:arm64 (1.15-1) over (1.15~rc1-1) ...
Preparing to unpack .../35-libss2_1.47.2-1_arm64.deb ...
Unpacking libss2:arm64 (1.47.2-1) over (1.47.2~rc1-2) ...
Preparing to unpack .../36-libtext-markdown-discount-perl_0.17-1_arm64.deb ...
Unpacking libtext-markdown-discount-perl (0.17-1) over (0.16-1+b3) ...
Preparing to unpack .../37-libxs-parse-keyword-perl_0.48-1_arm64.deb ...
Unpacking libxs-parse-keyword-perl (0.48-1) over (0.47-1) ...
Preparing to unpack .../38-openssl_3.4.0-2_arm64.deb ...
Unpacking openssl (3.4.0-2) over (3.3.2-2) ...
Setting up liblz1:arm64 (1.15-1) ...
Setting up libtext-charwidth-perl:arm64 (0.04-11+b4) ...
Setting up libicu72:arm64 (72.1-6) ...
Setting up bsdextrautils (2.40.4-1) ...
Setting up libcpanel-json-xs-perl:arm64 (4.39-1) ...
Setting up binutils-common:arm64 (2.43.50.20250108-1) ...
Installing new version of config file /etc/gprofng.rc ...
Setting up libctf-nobfd0:arm64 (2.43.50.20250108-1) ...
Setting up gettext-base (0.23.1-1) ...
Setting up libtext-markdown-discount-perl (0.17-1) ...
Setting up libcom-err2:arm64 (1.47.2-1) ...
Setting up libgomp1:arm64 (14.2.0-14) ...
Setting up libldap-common (2.6.9+dfsg-1) ...
Setting up libtext-wrapi18n-perl (0.06-10) ...
Setting up libsframe1:arm64 (2.43.50.20250108-1) ...
Setting up libkrb5support0:arm64 (1.21.3-4) ...
Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-8+b1) ...
Setting up tzdata (2024b-6) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Fri Jan 17 15:24:46 UTC 2025.
Universal Time is now:  Fri Jan 17 15:24:46 UTC 2025.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libxs-parse-keyword-perl (0.48-1) ...
Setting up libatomic1:arm64 (14.2.0-14) ...
Setting up libss2:arm64 (1.47.2-1) ...
Setting up ucf (3.0048) ...
Setting up libk5crypto3:arm64 (1.21.3-4) ...
Setting up libdpkg-perl (1.22.14) ...
Setting up logsave (1.47.2-1) ...
Setting up libsasl2-2:arm64 (2.1.28+dfsg1-8+b1) ...
Setting up mount (2.40.4-1) ...
Setting up libhtml-parser-perl:arm64 (3.83-1+b2) ...
Setting up gpgconf (2.2.46-1+b1) ...
Setting up libkrb5-3:arm64 (1.21.3-4) ...
Setting up libbinutils:arm64 (2.43.50.20250108-1) ...
Setting up openssl (3.4.0-2) ...
Setting up libldap2:arm64 (2.6.9+dfsg-1) ...
Setting up gpg (2.2.46-1+b1) ...
Setting up login (1:4.16.0-2+really2.40.4-1) ...
Setting up libctf0:arm64 (2.43.50.20250108-1) ...
Setting up gettext (0.23.1-1) ...
Setting up libcgi-pm-perl (4.67-1) ...
Setting up e2fsprogs (1.47.2-1) ...
Setting up libglib2.0-0t64:arm64 (2.82.4-2) ...
No schema files found: doing nothing.
Setting up libgprofng0:arm64 (2.43.50.20250108-1) ...
Setting up libgssapi-krb5-2:arm64 (1.21.3-4) ...
Setting up libcurl3t64-gnutls:arm64 (8.11.1-1+b1) ...
Setting up binutils-aarch64-linux-gnu (2.43.50.20250108-1) ...
Setting up binutils (2.43.50.20250108-1) ...
Setting up dpkg-dev (1.22.14) ...
Processing triggers for libc-bin (2.40-5) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for debianutils (5.21) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  libldap-2.5-0*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 590 kB disk space will be freed.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17333 files and directories currently installed.)
Removing libldap-2.5-0:arm64 (2.5.19+dfsg-1) ...
Processing triggers for libc-bin (2.40-5) ...
autopkgtest [15:24:50]: testbed running kernel: Linux 6.1.0-29-cloud-arm64 #1 SMP Debian 6.1.123-1 (2025-01-02)
autopkgtest [15:24:50]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-pnb00aca/createrepo-c_0.17.3-6.dsc
gpg: Signature made Mon Oct 14 22:40:34 2024 UTC
gpg:                using RSA key AC24AAC7DDC420F18ECA6B91286BF7EFCD77241E
gpg:                issuer "bluca@debian.org"
gpg: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.LvLqZd/createrepo-c_0.17.3-6.dsc: no acceptable signature found
dpkg-source: info: extracting createrepo-c in src
dpkg-source: info: unpacking createrepo-c_0.17.3.orig.tar.gz
dpkg-source: info: unpacking createrepo-c_0.17.3-6.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying python-path.patch
dpkg-source: info: applying python-skbuild-path.patch
dpkg-source: info: applying python-platlib-debian.patch
dpkg-source: info: applying missing-include.patch
dpkg-source: info: applying timet-print.patch
dpkg-source: info: applying const-libxml2.patch
dpkg-source: info: applying sqlite-libxml2.patch
autopkgtest [15:24:51]: testing package createrepo-c version 0.17.3-6
autopkgtest [15:24:51]: build not needed
autopkgtest [15:24:51]: test repotest: preparing testbed
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  apt-utils
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 309 kB of archives.
After this operation, 1174 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main arm64 apt-utils arm64 2.9.22 [309 kB]
Fetched 309 kB in 0s (7135 kB/s)
Selecting previously unselected package apt-utils.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17323 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.9.22_arm64.deb ...
Unpacking apt-utils (2.9.22) ...
Setting up apt-utils (2.9.22) ...
Processing triggers for man-db (2.13.0-1) ...
Ign:1 file:/tmp/autopkgtest.LvLqZd/binaries  InRelease
Get:2 file:/tmp/autopkgtest.LvLqZd/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.LvLqZd/binaries  Release [816 B]
Ign:3 file:/tmp/autopkgtest.LvLqZd/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.LvLqZd/binaries  Packages [7370 B]
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following NEW packages will be installed:
  comerr-dev cpp cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu
  createrepo-c debugedit elfutils gcc gcc-14 gcc-14-aarch64-linux-gnu
  gcc-aarch64-linux-gnu girepository-tools icu-devtools krb5-multidev
  libarchive13t64 libasan8 libasm1t64 libaudit-dev libblkid-dev libbrotli-dev
  libbz2-dev libc-dev-bin libc6-dev libcap-ng-dev libcc1-0 libcreaterepo-c-dev
  libcreaterepo-c0 libcrypt-dev libcurl4-openssl-dev libcurl4t64 libdbus-1-3
  libdebuginfod-common libdebuginfod1t64 libdrpm0 libdw1t64 libelf1t64
  libevent-2.1-7t64 libexpat1 libexpat1-dev libffi-dev libfsverity-dev
  libfsverity0 libgcc-14-dev libgcrypt20-dev libgio-2.0-dev libgio-2.0-dev-bin
  libgirepository-2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev
  libglib2.0-dev-bin libgmp-dev libgmpxx4ldbl libgnutls-dane0t64
  libgnutls-openssl27t64 libgnutls28-dev libgpg-error-dev libgssrpc4t64
  libhwasan0 libicu-dev libidn2-dev libisl23 libitm1 libjson-c5
  libkadm5clnt-mit12 libkadm5srv-mit12 libkdb5-10t64 libkrb5-dev libldap-dev
  liblsan0 liblua5.3-0 liblzma-dev libmagic-dev libmodulemd2 libmount-dev
  libmpc3 libmpfr6 libncurses-dev libncurses6 libnghttp2-dev libp11-kit-dev
  libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3
  libpopt-dev libpopt0 libpsl-dev libpython3-dev libpython3-stdlib
  libpython3.13 libpython3.13-dev libpython3.13-minimal libpython3.13-stdlib
  libreadline-dev librpm-dev librpm10 librpmbuild10 librpmio10 librpmsign10
  librtmp-dev libselinux1-dev libsepol-dev libsqlite3-dev libssh2-1-dev
  libssl-dev libsysprof-capture-4-dev libtasn1-6-dev libtsan2 libubsan1
  libunbound8 libxml2-dev libzck1 libzstd-dev linux-libc-dev media-types
  native-architecture nettle-dev pkgconf pkgconf-bin python3 python3-click
  python3-createrepo-c python3-minimal python3-packaging python3.13
  python3.13-minimal rpcsvc-proto rpm rpm-common rpm2cpio uuid-dev zlib1g-dev
0 upgraded, 135 newly installed, 0 to remove and 0 not upgraded.
Need to get 106 MB/106 MB of archives.
After this operation, 401 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.LvLqZd/binaries  libcreaterepo-c0 0.17.3-6+b1 [82.2 kB]
Get:2 file:/tmp/autopkgtest.LvLqZd/binaries  createrepo-c 0.17.3-6+b1 [47.5 kB]
Get:3 file:/tmp/autopkgtest.LvLqZd/binaries  libcreaterepo-c-dev 0.17.3-6+b1 [27.4 kB]
Get:4 file:/tmp/autopkgtest.LvLqZd/binaries  python3-click 8.2.0-1 [98.6 kB]
Get:5 file:/tmp/autopkgtest.LvLqZd/binaries  python3-createrepo-c 0.17.3-6+b1 [39.7 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 libdebuginfod-common all 0.192-4 [23.7 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libpython3.13-minimal arm64 3.13.1-3 [852 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 python3.13-minimal arm64 3.13.1-3 [1990 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 python3-minimal arm64 3.13.1-2 [27.0 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 media-types all 10.1.0 [26.9 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libpython3.13-stdlib arm64 3.13.1-3 [1912 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 python3.13 arm64 3.13.1-3 [740 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libpython3-stdlib arm64 3.13.1-2 [9952 B]
Get:15 http://deb.debian.org/debian sid/main arm64 python3 arm64 3.13.1-2 [28.0 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-5 [51.6 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.12.9-1 [2488 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.38-1 [123 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-5 [1593 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 comerr-dev arm64 2.1-1.47.2-1 [55.9 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-14 [9163 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-14 [1280 B]
Get:27 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:28 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:29 http://deb.debian.org/debian sid/main arm64 libcurl4t64 arm64 8.11.1-1+b1 [324 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 liblua5.3-0 arm64 5.3.6-2+b3 [118 kB]
Get:31 http://deb.debian.org/debian sid/main arm64 libpopt0 arm64 1.19+dfsg-2 [42.8 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 librpmio10 arm64 4.20.0+dfsg-3+b1 [1792 kB]
Get:33 http://deb.debian.org/debian sid/main arm64 librpm10 arm64 4.20.0+dfsg-3+b1 [1904 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 libdrpm0 arm64 0.5.2-2 [44.2 kB]
Get:35 http://deb.debian.org/debian sid/main arm64 libmodulemd2 arm64 2.15.0-1 [128 kB]
Get:36 http://deb.debian.org/debian sid/main arm64 libzck1 arm64 1.5.1+ds1-1 [46.3 kB]
Get:37 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 libdw1t64 arm64 0.192-4 [237 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 debugedit arm64 1:5.1-1 [41.6 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 libarchive13t64 arm64 3.7.4-1.1 [323 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 libasm1t64 arm64 0.192-4 [28.2 kB]
Get:42 http://deb.debian.org/debian sid/main arm64 libjson-c5 arm64 0.18+ds-1 [45.2 kB]
Get:43 http://deb.debian.org/debian sid/main arm64 libdebuginfod1t64 arm64 0.192-4 [31.3 kB]
Get:44 http://deb.debian.org/debian sid/main arm64 elfutils arm64 0.192-4 [464 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-14 [42.1 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-14 [24.1 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-14 [2577 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-14 [1162 kB]
Get:49 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-14 [2385 kB]
Get:50 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-14 [1039 kB]
Get:51 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-14 [1442 kB]
Get:52 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-14 [2368 kB]
Get:53 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-14 [17.7 MB]
Get:54 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-14 [525 kB]
Get:55 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:56 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:57 http://deb.debian.org/debian sid/main arm64 native-architecture all 0.2.3 [2108 B]
Get:58 http://deb.debian.org/debian sid/main arm64 libgirepository-2.0-0 arm64 2.82.4-2 [130 kB]
Get:59 http://deb.debian.org/debian sid/main arm64 girepository-tools arm64 2.82.4-2 [135 kB]
Get:60 http://deb.debian.org/debian sid/main arm64 icu-devtools arm64 72.1-6 [196 kB]
Get:61 http://deb.debian.org/debian sid/main arm64 libgssrpc4t64 arm64 1.21.3-4 [56.9 kB]
Get:62 http://deb.debian.org/debian sid/main arm64 libkadm5clnt-mit12 arm64 1.21.3-4 [41.0 kB]
Get:63 http://deb.debian.org/debian sid/main arm64 libkdb5-10t64 arm64 1.21.3-4 [41.0 kB]
Get:64 http://deb.debian.org/debian sid/main arm64 libkadm5srv-mit12 arm64 1.21.3-4 [53.1 kB]
Get:65 http://deb.debian.org/debian sid/main arm64 krb5-multidev arm64 1.21.3-4 [126 kB]
Get:66 http://deb.debian.org/debian sid/main arm64 libcap-ng-dev arm64 0.8.5-4 [34.5 kB]
Get:67 http://deb.debian.org/debian sid/main arm64 libaudit-dev arm64 1:4.0.2-2+b1 [90.2 kB]
Get:68 http://deb.debian.org/debian sid/main arm64 uuid-dev arm64 2.40.4-1 [48.2 kB]
Get:69 http://deb.debian.org/debian sid/main arm64 libblkid-dev arm64 2.40.4-1 [210 kB]
Get:70 http://deb.debian.org/debian sid/main arm64 libbrotli-dev arm64 1.1.0-2+b6 [308 kB]
Get:71 http://deb.debian.org/debian sid/main arm64 libbz2-dev arm64 1.0.8-6 [31.9 kB]
Get:72 http://deb.debian.org/debian sid/main arm64 libidn2-dev arm64 2.3.7-2+b1 [122 kB]
Get:73 http://deb.debian.org/debian sid/main arm64 libkrb5-dev arm64 1.21.3-4 [15.9 kB]
Get:74 http://deb.debian.org/debian sid/main arm64 libldap-dev arm64 2.6.9+dfsg-1 [305 kB]
Get:75 http://deb.debian.org/debian sid/main arm64 libpkgconf3 arm64 1.8.1-4 [35.3 kB]
Get:76 http://deb.debian.org/debian sid/main arm64 pkgconf-bin arm64 1.8.1-4 [29.6 kB]
Get:77 http://deb.debian.org/debian sid/main arm64 pkgconf arm64 1.8.1-4 [26.1 kB]
Get:78 http://deb.debian.org/debian sid/main arm64 libnghttp2-dev arm64 1.64.0-1 [112 kB]
Get:79 http://deb.debian.org/debian sid/main arm64 libpsl-dev arm64 0.21.2-1.1+b1 [77.9 kB]
Get:80 http://deb.debian.org/debian sid/main arm64 libgmpxx4ldbl arm64 2:6.3.0+dfsg-3 [329 kB]
Get:81 http://deb.debian.org/debian sid/main arm64 libgmp-dev arm64 2:6.3.0+dfsg-3 [621 kB]
Get:82 http://deb.debian.org/debian sid/main arm64 libevent-2.1-7t64 arm64 2.1.12-stable-10+b1 [170 kB]
Get:83 http://deb.debian.org/debian sid/main arm64 libunbound8 arm64 1.22.0-1+b1 [553 kB]
Get:84 http://deb.debian.org/debian sid/main arm64 libgnutls-dane0t64 arm64 3.8.8-2 [446 kB]
Get:85 http://deb.debian.org/debian sid/main arm64 libgnutls-openssl27t64 arm64 3.8.8-2 [446 kB]
Get:86 http://deb.debian.org/debian sid/main arm64 libp11-kit-dev arm64 0.25.5-3 [208 kB]
Get:87 http://deb.debian.org/debian sid/main arm64 libtasn1-6-dev arm64 4.19.0-3+b3 [96.5 kB]
Get:88 http://deb.debian.org/debian sid/main arm64 nettle-dev arm64 3.10-1+b1 [1324 kB]
Get:89 http://deb.debian.org/debian sid/main arm64 libgnutls28-dev arm64 3.8.8-2 [1404 kB]
Get:90 http://deb.debian.org/debian sid/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.1-1+b1 [917 kB]
Get:91 http://deb.debian.org/debian sid/main arm64 librtmp-dev arm64 2.4+20151223.gitfa8646d.1-2+b5 [67.5 kB]
Get:92 http://deb.debian.org/debian sid/main arm64 libssl-dev arm64 3.4.0-2 [3234 kB]
Get:93 http://deb.debian.org/debian sid/main arm64 libssh2-1-dev arm64 1.11.1-1 [388 kB]
Get:94 http://deb.debian.org/debian sid/main arm64 libzstd-dev arm64 1.5.6+dfsg-2 [329 kB]
Get:95 http://deb.debian.org/debian sid/main arm64 libcurl4-openssl-dev arm64 8.11.1-1+b1 [449 kB]
Get:96 http://deb.debian.org/debian sid/main arm64 libffi-dev arm64 3.4.6-1 [57.0 kB]
Get:97 http://deb.debian.org/debian sid/main arm64 libsepol-dev arm64 3.7-1 [354 kB]
Get:98 http://deb.debian.org/debian sid/main arm64 libpcre2-16-0 arm64 10.44-5 [230 kB]
Get:99 http://deb.debian.org/debian sid/main arm64 libpcre2-32-0 arm64 10.44-5 [220 kB]
Get:100 http://deb.debian.org/debian sid/main arm64 libpcre2-posix3 arm64 10.44-5 [60.5 kB]
Get:101 http://deb.debian.org/debian sid/main arm64 libpcre2-dev arm64 10.44-5 [704 kB]
Get:102 http://deb.debian.org/debian sid/main arm64 libselinux1-dev arm64 3.7-3+b1 [164 kB]
Get:103 http://deb.debian.org/debian sid/main arm64 libmount-dev arm64 2.40.4-1 [29.3 kB]
Get:104 http://deb.debian.org/debian sid/main arm64 libsysprof-capture-4-dev arm64 47.2-1 [49.1 kB]
Get:105 http://deb.debian.org/debian sid/main arm64 libgio-2.0-dev arm64 2.82.4-2 [1698 kB]
Get:106 http://deb.debian.org/debian sid/main arm64 libglib2.0-data all 2.82.4-2 [1276 kB]
Get:107 http://deb.debian.org/debian sid/main arm64 libglib2.0-bin arm64 2.82.4-2 [123 kB]
Get:108 http://deb.debian.org/debian sid/main arm64 python3-packaging all 24.2-1 [55.3 kB]
Get:109 http://deb.debian.org/debian sid/main arm64 libgio-2.0-dev-bin arm64 2.82.4-2 [162 kB]
Get:110 http://deb.debian.org/debian sid/main arm64 libglib2.0-dev-bin arm64 2.82.4-2 [52.1 kB]
Get:111 http://deb.debian.org/debian sid/main arm64 libglib2.0-dev arm64 2.82.4-2 [52.9 kB]
Get:112 http://deb.debian.org/debian sid/main arm64 liblzma-dev arm64 5.6.3-1+b1 [312 kB]
Get:113 http://deb.debian.org/debian sid/main arm64 libmagic-dev arm64 1:5.45-3+b1 [115 kB]
Get:114 http://deb.debian.org/debian sid/main arm64 libpython3.13 arm64 3.13.1-3 [1971 kB]
Get:115 http://deb.debian.org/debian sid/main arm64 libexpat1-dev arm64 2.6.4-1 [143 kB]
Get:116 http://deb.debian.org/debian sid/main arm64 libpython3.13-dev arm64 3.13.1-3 [4710 kB]
Get:117 http://deb.debian.org/debian sid/main arm64 libpython3-dev arm64 3.13.1-2 [10.2 kB]
Get:118 http://deb.debian.org/debian sid/main arm64 librpmbuild10 arm64 4.20.0+dfsg-3+b1 [1787 kB]
Get:119 http://deb.debian.org/debian sid/main arm64 libfsverity0 arm64 1.6-1.2 [10.4 kB]
Get:120 http://deb.debian.org/debian sid/main arm64 librpmsign10 arm64 4.20.0+dfsg-3+b1 [1724 kB]
Get:121 http://deb.debian.org/debian sid/main arm64 libpopt-dev arm64 1.19+dfsg-2 [47.0 kB]
Get:122 http://deb.debian.org/debian sid/main arm64 libicu-dev arm64 72.1-6 [10.3 MB]
Get:123 http://deb.debian.org/debian sid/main arm64 libxml2-dev arm64 2.12.7+dfsg+really2.9.14-0.2+b1 [751 kB]
Get:124 http://deb.debian.org/debian sid/main arm64 libncurses6 arm64 6.5-2+b1 [96.1 kB]
Get:125 http://deb.debian.org/debian sid/main arm64 libncurses-dev arm64 6.5-2+b1 [338 kB]
Get:126 http://deb.debian.org/debian sid/main arm64 libreadline-dev arm64 8.2-6 [155 kB]
Get:127 http://deb.debian.org/debian sid/main arm64 libsqlite3-dev arm64 3.46.1-1 [1058 kB]
Get:128 http://deb.debian.org/debian sid/main arm64 libgpg-error-dev arm64 1.51-3 [139 kB]
Get:129 http://deb.debian.org/debian sid/main arm64 libgcrypt20-dev arm64 1.11.0-7 [797 kB]
Get:130 http://deb.debian.org/debian sid/main arm64 libfsverity-dev arm64 1.6-1.2 [13.7 kB]
Get:131 http://deb.debian.org/debian sid/main arm64 librpm-dev arm64 4.20.0+dfsg-3+b1 [1769 kB]
Get:132 http://deb.debian.org/debian sid/main arm64 libdbus-1-3 arm64 1.16.0-1 [168 kB]
Get:133 http://deb.debian.org/debian sid/main arm64 rpm-common arm64 4.20.0+dfsg-3+b1 [1751 kB]
Get:134 http://deb.debian.org/debian sid/main arm64 rpm2cpio arm64 4.20.0+dfsg-3+b1 [1722 kB]
Get:135 http://deb.debian.org/debian sid/main arm64 rpm arm64 4.20.0+dfsg-3+b1 [1890 kB]
Preconfiguring packages ...
Fetched 106 MB in 1s (84.1 MB/s)
Selecting previously unselected package libdebuginfod-common.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17405 files and directories currently installed.)
Preparing to unpack .../libdebuginfod-common_0.192-4_all.deb ...
Unpacking libdebuginfod-common (0.192-4) ...
Selecting previously unselected package libpython3.13-minimal:arm64.
Preparing to unpack .../libpython3.13-minimal_3.13.1-3_arm64.deb ...
Unpacking libpython3.13-minimal:arm64 (3.13.1-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.13-minimal.
Preparing to unpack .../python3.13-minimal_3.13.1-3_arm64.deb ...
Unpacking python3.13-minimal (3.13.1-3) ...
Setting up libpython3.13-minimal:arm64 (3.13.1-3) ...
Setting up libexpat1:arm64 (2.6.4-1) ...
Setting up python3.13-minimal (3.13.1-3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17749 files and directories currently installed.)
Preparing to unpack .../python3-minimal_3.13.1-2_arm64.deb ...
Unpacking python3-minimal (3.13.1-2) ...
Selecting previously unselected package media-types.
Preparing to unpack .../media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package libpython3.13-stdlib:arm64.
Preparing to unpack .../libpython3.13-stdlib_3.13.1-3_arm64.deb ...
Unpacking libpython3.13-stdlib:arm64 (3.13.1-3) ...
Selecting previously unselected package python3.13.
Preparing to unpack .../python3.13_3.13.1-3_arm64.deb ...
Unpacking python3.13 (3.13.1-3) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../libpython3-stdlib_3.13.1-2_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.13.1-2) ...
Setting up python3-minimal (3.13.1-2) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18199 files and directories currently installed.)
Preparing to unpack .../000-python3_3.13.1-2_arm64.deb ...
Unpacking python3 (3.13.1-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../001-libc-dev-bin_2.40-5_arm64.deb ...
Unpacking libc-dev-bin (2.40-5) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../002-linux-libc-dev_6.12.9-1_all.deb ...
Unpacking linux-libc-dev (6.12.9-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../003-libcrypt-dev_1%3a4.4.38-1_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.38-1) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../004-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 .../005-libc6-dev_2.40-5_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-5) ...
Selecting previously unselected package comerr-dev:arm64.
Preparing to unpack .../006-comerr-dev_2.1-1.47.2-1_arm64.deb ...
Unpacking comerr-dev:arm64 (2.1-1.47.2-1) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../007-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../008-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 .../009-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 .../010-cpp-14-aarch64-linux-gnu_14.2.0-14_arm64.deb ...
Unpacking cpp-14-aarch64-linux-gnu (14.2.0-14) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../011-cpp-14_14.2.0-14_arm64.deb ...
Unpacking cpp-14 (14.2.0-14) ...
Selecting previously unselected package cpp-aarch64-linux-gnu.
Preparing to unpack .../012-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 .../013-cpp_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcurl4t64:arm64.
Preparing to unpack .../014-libcurl4t64_8.11.1-1+b1_arm64.deb ...
Unpacking libcurl4t64:arm64 (8.11.1-1+b1) ...
Selecting previously unselected package liblua5.3-0:arm64.
Preparing to unpack .../015-liblua5.3-0_5.3.6-2+b3_arm64.deb ...
Unpacking liblua5.3-0:arm64 (5.3.6-2+b3) ...
Selecting previously unselected package libpopt0:arm64.
Preparing to unpack .../016-libpopt0_1.19+dfsg-2_arm64.deb ...
Unpacking libpopt0:arm64 (1.19+dfsg-2) ...
Selecting previously unselected package librpmio10:arm64.
Preparing to unpack .../017-librpmio10_4.20.0+dfsg-3+b1_arm64.deb ...
Unpacking librpmio10:arm64 (4.20.0+dfsg-3+b1) ...
Selecting previously unselected package librpm10:arm64.
Preparing to unpack .../018-librpm10_4.20.0+dfsg-3+b1_arm64.deb ...
Unpacking librpm10:arm64 (4.20.0+dfsg-3+b1) ...
Selecting previously unselected package libdrpm0:arm64.
Preparing to unpack .../019-libdrpm0_0.5.2-2_arm64.deb ...
Unpacking libdrpm0:arm64 (0.5.2-2) ...
Selecting previously unselected package libmodulemd2:arm64.
Preparing to unpack .../020-libmodulemd2_2.15.0-1_arm64.deb ...
Unpacking libmodulemd2:arm64 (2.15.0-1) ...
Selecting previously unselected package libzck1:arm64.
Preparing to unpack .../021-libzck1_1.5.1+ds1-1_arm64.deb ...
Unpacking libzck1:arm64 (1.5.1+ds1-1) ...
Selecting previously unselected package libcreaterepo-c0:arm64.
Preparing to unpack .../022-libcreaterepo-c0.deb ...
Unpacking libcreaterepo-c0:arm64 (0.17.3-6+b1) ...
Selecting previously unselected package createrepo-c.
Preparing to unpack .../023-createrepo-c.deb ...
Unpacking createrepo-c (0.17.3-6+b1) ...
Selecting previously unselected package libelf1t64:arm64.
Preparing to unpack .../024-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package libdw1t64:arm64.
Preparing to unpack .../025-libdw1t64_0.192-4_arm64.deb ...
Unpacking libdw1t64:arm64 (0.192-4) ...
Selecting previously unselected package debugedit.
Preparing to unpack .../026-debugedit_1%3a5.1-1_arm64.deb ...
Unpacking debugedit (1:5.1-1) ...
Selecting previously unselected package libarchive13t64:arm64.
Preparing to unpack .../027-libarchive13t64_3.7.4-1.1_arm64.deb ...
Unpacking libarchive13t64:arm64 (3.7.4-1.1) ...
Selecting previously unselected package libasm1t64:arm64.
Preparing to unpack .../028-libasm1t64_0.192-4_arm64.deb ...
Unpacking libasm1t64:arm64 (0.192-4) ...
Selecting previously unselected package libjson-c5:arm64.
Preparing to unpack .../029-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 .../030-libdebuginfod1t64_0.192-4_arm64.deb ...
Unpacking libdebuginfod1t64:arm64 (0.192-4) ...
Selecting previously unselected package elfutils.
Preparing to unpack .../031-elfutils_0.192-4_arm64.deb ...
Unpacking elfutils (0.192-4) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../032-libcc1-0_14.2.0-14_arm64.deb ...
Unpacking libcc1-0:arm64 (14.2.0-14) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../033-libitm1_14.2.0-14_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-14) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../034-libasan8_14.2.0-14_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-14) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../035-liblsan0_14.2.0-14_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-14) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../036-libtsan2_14.2.0-14_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-14) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../037-libubsan1_14.2.0-14_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-14) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../038-libhwasan0_14.2.0-14_arm64.deb ...
Unpacking libhwasan0:arm64 (14.2.0-14) ...
Selecting previously unselected package libgcc-14-dev:arm64.
Preparing to unpack .../039-libgcc-14-dev_14.2.0-14_arm64.deb ...
Unpacking libgcc-14-dev:arm64 (14.2.0-14) ...
Selecting previously unselected package gcc-14-aarch64-linux-gnu.
Preparing to unpack .../040-gcc-14-aarch64-linux-gnu_14.2.0-14_arm64.deb ...
Unpacking gcc-14-aarch64-linux-gnu (14.2.0-14) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../041-gcc-14_14.2.0-14_arm64.deb ...
Unpacking gcc-14 (14.2.0-14) ...
Selecting previously unselected package gcc-aarch64-linux-gnu.
Preparing to unpack .../042-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 .../043-gcc_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package native-architecture.
Preparing to unpack .../044-native-architecture_0.2.3_all.deb ...
Unpacking native-architecture (0.2.3) ...
Selecting previously unselected package libgirepository-2.0-0:arm64.
Preparing to unpack .../045-libgirepository-2.0-0_2.82.4-2_arm64.deb ...
Unpacking libgirepository-2.0-0:arm64 (2.82.4-2) ...
Selecting previously unselected package girepository-tools:arm64.
Preparing to unpack .../046-girepository-tools_2.82.4-2_arm64.deb ...
Unpacking girepository-tools:arm64 (2.82.4-2) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../047-icu-devtools_72.1-6_arm64.deb ...
Unpacking icu-devtools (72.1-6) ...
Selecting previously unselected package libgssrpc4t64:arm64.
Preparing to unpack .../048-libgssrpc4t64_1.21.3-4_arm64.deb ...
Unpacking libgssrpc4t64:arm64 (1.21.3-4) ...
Selecting previously unselected package libkadm5clnt-mit12:arm64.
Preparing to unpack .../049-libkadm5clnt-mit12_1.21.3-4_arm64.deb ...
Unpacking libkadm5clnt-mit12:arm64 (1.21.3-4) ...
Selecting previously unselected package libkdb5-10t64:arm64.
Preparing to unpack .../050-libkdb5-10t64_1.21.3-4_arm64.deb ...
Unpacking libkdb5-10t64:arm64 (1.21.3-4) ...
Selecting previously unselected package libkadm5srv-mit12:arm64.
Preparing to unpack .../051-libkadm5srv-mit12_1.21.3-4_arm64.deb ...
Unpacking libkadm5srv-mit12:arm64 (1.21.3-4) ...
Selecting previously unselected package krb5-multidev:arm64.
Preparing to unpack .../052-krb5-multidev_1.21.3-4_arm64.deb ...
Unpacking krb5-multidev:arm64 (1.21.3-4) ...
Selecting previously unselected package libcap-ng-dev:arm64.
Preparing to unpack .../053-libcap-ng-dev_0.8.5-4_arm64.deb ...
Unpacking libcap-ng-dev:arm64 (0.8.5-4) ...
Selecting previously unselected package libaudit-dev:arm64.
Preparing to unpack .../054-libaudit-dev_1%3a4.0.2-2+b1_arm64.deb ...
Unpacking libaudit-dev:arm64 (1:4.0.2-2+b1) ...
Selecting previously unselected package uuid-dev:arm64.
Preparing to unpack .../055-uuid-dev_2.40.4-1_arm64.deb ...
Unpacking uuid-dev:arm64 (2.40.4-1) ...
Selecting previously unselected package libblkid-dev:arm64.
Preparing to unpack .../056-libblkid-dev_2.40.4-1_arm64.deb ...
Unpacking libblkid-dev:arm64 (2.40.4-1) ...
Selecting previously unselected package libbrotli-dev:arm64.
Preparing to unpack .../057-libbrotli-dev_1.1.0-2+b6_arm64.deb ...
Unpacking libbrotli-dev:arm64 (1.1.0-2+b6) ...
Selecting previously unselected package libbz2-dev:arm64.
Preparing to unpack .../058-libbz2-dev_1.0.8-6_arm64.deb ...
Unpacking libbz2-dev:arm64 (1.0.8-6) ...
Selecting previously unselected package libidn2-dev:arm64.
Preparing to unpack .../059-libidn2-dev_2.3.7-2+b1_arm64.deb ...
Unpacking libidn2-dev:arm64 (2.3.7-2+b1) ...
Selecting previously unselected package libkrb5-dev:arm64.
Preparing to unpack .../060-libkrb5-dev_1.21.3-4_arm64.deb ...
Unpacking libkrb5-dev:arm64 (1.21.3-4) ...
Selecting previously unselected package libldap-dev:arm64.
Preparing to unpack .../061-libldap-dev_2.6.9+dfsg-1_arm64.deb ...
Unpacking libldap-dev:arm64 (2.6.9+dfsg-1) ...
Selecting previously unselected package libpkgconf3:arm64.
Preparing to unpack .../062-libpkgconf3_1.8.1-4_arm64.deb ...
Unpacking libpkgconf3:arm64 (1.8.1-4) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../063-pkgconf-bin_1.8.1-4_arm64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:arm64.
Preparing to unpack .../064-pkgconf_1.8.1-4_arm64.deb ...
Unpacking pkgconf:arm64 (1.8.1-4) ...
Selecting previously unselected package libnghttp2-dev:arm64.
Preparing to unpack .../065-libnghttp2-dev_1.64.0-1_arm64.deb ...
Unpacking libnghttp2-dev:arm64 (1.64.0-1) ...
Selecting previously unselected package libpsl-dev:arm64.
Preparing to unpack .../066-libpsl-dev_0.21.2-1.1+b1_arm64.deb ...
Unpacking libpsl-dev:arm64 (0.21.2-1.1+b1) ...
Selecting previously unselected package libgmpxx4ldbl:arm64.
Preparing to unpack .../067-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_arm64.deb ...
Unpacking libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libgmp-dev:arm64.
Preparing to unpack .../068-libgmp-dev_2%3a6.3.0+dfsg-3_arm64.deb ...
Unpacking libgmp-dev:arm64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libevent-2.1-7t64:arm64.
Preparing to unpack .../069-libevent-2.1-7t64_2.1.12-stable-10+b1_arm64.deb ...
Unpacking libevent-2.1-7t64:arm64 (2.1.12-stable-10+b1) ...
Selecting previously unselected package libunbound8:arm64.
Preparing to unpack .../070-libunbound8_1.22.0-1+b1_arm64.deb ...
Unpacking libunbound8:arm64 (1.22.0-1+b1) ...
Selecting previously unselected package libgnutls-dane0t64:arm64.
Preparing to unpack .../071-libgnutls-dane0t64_3.8.8-2_arm64.deb ...
Unpacking libgnutls-dane0t64:arm64 (3.8.8-2) ...
Selecting previously unselected package libgnutls-openssl27t64:arm64.
Preparing to unpack .../072-libgnutls-openssl27t64_3.8.8-2_arm64.deb ...
Unpacking libgnutls-openssl27t64:arm64 (3.8.8-2) ...
Selecting previously unselected package libp11-kit-dev:arm64.
Preparing to unpack .../073-libp11-kit-dev_0.25.5-3_arm64.deb ...
Unpacking libp11-kit-dev:arm64 (0.25.5-3) ...
Selecting previously unselected package libtasn1-6-dev:arm64.
Preparing to unpack .../074-libtasn1-6-dev_4.19.0-3+b3_arm64.deb ...
Unpacking libtasn1-6-dev:arm64 (4.19.0-3+b3) ...
Selecting previously unselected package nettle-dev:arm64.
Preparing to unpack .../075-nettle-dev_3.10-1+b1_arm64.deb ...
Unpacking nettle-dev:arm64 (3.10-1+b1) ...
Selecting previously unselected package libgnutls28-dev:arm64.
Preparing to unpack .../076-libgnutls28-dev_3.8.8-2_arm64.deb ...
Unpacking libgnutls28-dev:arm64 (3.8.8-2) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../077-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 librtmp-dev:arm64.
Preparing to unpack .../078-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_arm64.deb ...
Unpacking librtmp-dev:arm64 (2.4+20151223.gitfa8646d.1-2+b5) ...
Selecting previously unselected package libssl-dev:arm64.
Preparing to unpack .../079-libssl-dev_3.4.0-2_arm64.deb ...
Unpacking libssl-dev:arm64 (3.4.0-2) ...
Selecting previously unselected package libssh2-1-dev:arm64.
Preparing to unpack .../080-libssh2-1-dev_1.11.1-1_arm64.deb ...
Unpacking libssh2-1-dev:arm64 (1.11.1-1) ...
Selecting previously unselected package libzstd-dev:arm64.
Preparing to unpack .../081-libzstd-dev_1.5.6+dfsg-2_arm64.deb ...
Unpacking libzstd-dev:arm64 (1.5.6+dfsg-2) ...
Selecting previously unselected package libcurl4-openssl-dev:arm64.
Preparing to unpack .../082-libcurl4-openssl-dev_8.11.1-1+b1_arm64.deb ...
Unpacking libcurl4-openssl-dev:arm64 (8.11.1-1+b1) ...
Selecting previously unselected package libffi-dev:arm64.
Preparing to unpack .../083-libffi-dev_3.4.6-1_arm64.deb ...
Unpacking libffi-dev:arm64 (3.4.6-1) ...
Selecting previously unselected package libsepol-dev:arm64.
Preparing to unpack .../084-libsepol-dev_3.7-1_arm64.deb ...
Unpacking libsepol-dev:arm64 (3.7-1) ...
Selecting previously unselected package libpcre2-16-0:arm64.
Preparing to unpack .../085-libpcre2-16-0_10.44-5_arm64.deb ...
Unpacking libpcre2-16-0:arm64 (10.44-5) ...
Selecting previously unselected package libpcre2-32-0:arm64.
Preparing to unpack .../086-libpcre2-32-0_10.44-5_arm64.deb ...
Unpacking libpcre2-32-0:arm64 (10.44-5) ...
Selecting previously unselected package libpcre2-posix3:arm64.
Preparing to unpack .../087-libpcre2-posix3_10.44-5_arm64.deb ...
Unpacking libpcre2-posix3:arm64 (10.44-5) ...
Selecting previously unselected package libpcre2-dev:arm64.
Preparing to unpack .../088-libpcre2-dev_10.44-5_arm64.deb ...
Unpacking libpcre2-dev:arm64 (10.44-5) ...
Selecting previously unselected package libselinux1-dev:arm64.
Preparing to unpack .../089-libselinux1-dev_3.7-3+b1_arm64.deb ...
Unpacking libselinux1-dev:arm64 (3.7-3+b1) ...
Selecting previously unselected package libmount-dev:arm64.
Preparing to unpack .../090-libmount-dev_2.40.4-1_arm64.deb ...
Unpacking libmount-dev:arm64 (2.40.4-1) ...
Selecting previously unselected package libsysprof-capture-4-dev:arm64.
Preparing to unpack .../091-libsysprof-capture-4-dev_47.2-1_arm64.deb ...
Unpacking libsysprof-capture-4-dev:arm64 (47.2-1) ...
Selecting previously unselected package libgio-2.0-dev:arm64.
Preparing to unpack .../092-libgio-2.0-dev_2.82.4-2_arm64.deb ...
Unpacking libgio-2.0-dev:arm64 (2.82.4-2) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../093-libglib2.0-data_2.82.4-2_all.deb ...
Unpacking libglib2.0-data (2.82.4-2) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../094-libglib2.0-bin_2.82.4-2_arm64.deb ...
Unpacking libglib2.0-bin (2.82.4-2) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../095-python3-packaging_24.2-1_all.deb ...
Unpacking python3-packaging (24.2-1) ...
Selecting previously unselected package libgio-2.0-dev-bin.
Preparing to unpack .../096-libgio-2.0-dev-bin_2.82.4-2_arm64.deb ...
Unpacking libgio-2.0-dev-bin (2.82.4-2) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../097-libglib2.0-dev-bin_2.82.4-2_arm64.deb ...
Unpacking libglib2.0-dev-bin (2.82.4-2) ...
Selecting previously unselected package libglib2.0-dev:arm64.
Preparing to unpack .../098-libglib2.0-dev_2.82.4-2_arm64.deb ...
Unpacking libglib2.0-dev:arm64 (2.82.4-2) ...
Selecting previously unselected package liblzma-dev:arm64.
Preparing to unpack .../099-liblzma-dev_5.6.3-1+b1_arm64.deb ...
Unpacking liblzma-dev:arm64 (5.6.3-1+b1) ...
Selecting previously unselected package libmagic-dev:arm64.
Preparing to unpack .../100-libmagic-dev_1%3a5.45-3+b1_arm64.deb ...
Unpacking libmagic-dev:arm64 (1:5.45-3+b1) ...
Selecting previously unselected package libpython3.13:arm64.
Preparing to unpack .../101-libpython3.13_3.13.1-3_arm64.deb ...
Unpacking libpython3.13:arm64 (3.13.1-3) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../102-libexpat1-dev_2.6.4-1_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.6.4-1) ...
Selecting previously unselected package libpython3.13-dev:arm64.
Preparing to unpack .../103-libpython3.13-dev_3.13.1-3_arm64.deb ...
Unpacking libpython3.13-dev:arm64 (3.13.1-3) ...
Selecting previously unselected package libpython3-dev:arm64.
Preparing to unpack .../104-libpython3-dev_3.13.1-2_arm64.deb ...
Unpacking libpython3-dev:arm64 (3.13.1-2) ...
Selecting previously unselected package librpmbuild10:arm64.
Preparing to unpack .../105-librpmbuild10_4.20.0+dfsg-3+b1_arm64.deb ...
Unpacking librpmbuild10:arm64 (4.20.0+dfsg-3+b1) ...
Selecting previously unselected package libfsverity0:arm64.
Preparing to unpack .../106-libfsverity0_1.6-1.2_arm64.deb ...
Unpacking libfsverity0:arm64 (1.6-1.2) ...
Selecting previously unselected package librpmsign10:arm64.
Preparing to unpack .../107-librpmsign10_4.20.0+dfsg-3+b1_arm64.deb ...
Unpacking librpmsign10:arm64 (4.20.0+dfsg-3+b1) ...
Selecting previously unselected package libpopt-dev:arm64.
Preparing to unpack .../108-libpopt-dev_1.19+dfsg-2_arm64.deb ...
Unpacking libpopt-dev:arm64 (1.19+dfsg-2) ...
Selecting previously unselected package libicu-dev:arm64.
Preparing to unpack .../109-libicu-dev_72.1-6_arm64.deb ...
Unpacking libicu-dev:arm64 (72.1-6) ...
Selecting previously unselected package libxml2-dev:arm64.
Preparing to unpack .../110-libxml2-dev_2.12.7+dfsg+really2.9.14-0.2+b1_arm64.deb ...
Unpacking libxml2-dev:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Selecting previously unselected package libncurses6:arm64.
Preparing to unpack .../111-libncurses6_6.5-2+b1_arm64.deb ...
Unpacking libncurses6:arm64 (6.5-2+b1) ...
Selecting previously unselected package libncurses-dev:arm64.
Preparing to unpack .../112-libncurses-dev_6.5-2+b1_arm64.deb ...
Unpacking libncurses-dev:arm64 (6.5-2+b1) ...
Selecting previously unselected package libreadline-dev:arm64.
Preparing to unpack .../113-libreadline-dev_8.2-6_arm64.deb ...
Unpacking libreadline-dev:arm64 (8.2-6) ...
Selecting previously unselected package libsqlite3-dev:arm64.
Preparing to unpack .../114-libsqlite3-dev_3.46.1-1_arm64.deb ...
Unpacking libsqlite3-dev:arm64 (3.46.1-1) ...
Selecting previously unselected package libgpg-error-dev:arm64.
Preparing to unpack .../115-libgpg-error-dev_1.51-3_arm64.deb ...
Unpacking libgpg-error-dev:arm64 (1.51-3) ...
Selecting previously unselected package libgcrypt20-dev:arm64.
Preparing to unpack .../116-libgcrypt20-dev_1.11.0-7_arm64.deb ...
Unpacking libgcrypt20-dev:arm64 (1.11.0-7) ...
Selecting previously unselected package libfsverity-dev:arm64.
Preparing to unpack .../117-libfsverity-dev_1.6-1.2_arm64.deb ...
Unpacking libfsverity-dev:arm64 (1.6-1.2) ...
Selecting previously unselected package librpm-dev:arm64.
Preparing to unpack .../118-librpm-dev_4.20.0+dfsg-3+b1_arm64.deb ...
Unpacking librpm-dev:arm64 (4.20.0+dfsg-3+b1) ...
Selecting previously unselected package libcreaterepo-c-dev:arm64.
Preparing to unpack .../119-libcreaterepo-c-dev.deb ...
Unpacking libcreaterepo-c-dev:arm64 (0.17.3-6+b1) ...
Selecting previously unselected package libdbus-1-3:arm64.
Preparing to unpack .../120-libdbus-1-3_1.16.0-1_arm64.deb ...
Unpacking libdbus-1-3:arm64 (1.16.0-1) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../121-python3-click.deb ...
Unpacking python3-click (8.2.0-1) ...
Selecting previously unselected package python3-createrepo-c.
Preparing to unpack .../122-python3-createrepo-c.deb ...
Unpacking python3-createrepo-c (0.17.3-6+b1) ...
Selecting previously unselected package rpm-common.
Preparing to unpack .../123-rpm-common_4.20.0+dfsg-3+b1_arm64.deb ...
Unpacking rpm-common (4.20.0+dfsg-3+b1) ...
Selecting previously unselected package rpm2cpio.
Preparing to unpack .../124-rpm2cpio_4.20.0+dfsg-3+b1_arm64.deb ...
Unpacking rpm2cpio (4.20.0+dfsg-3+b1) ...
Selecting previously unselected package rpm.
Preparing to unpack .../125-rpm_4.20.0+dfsg-3+b1_arm64.deb ...
Unpacking rpm (4.20.0+dfsg-3+b1) ...
Setting up media-types (10.1.0) ...
Setting up libgnutls-openssl27t64:arm64 (3.8.8-2) ...
Setting up native-architecture (0.2.3) ...
Setting up libzstd-dev:arm64 (1.5.6+dfsg-2) ...
Setting up libdebuginfod-common (0.192-4) ...
Setting up libcurl4t64:arm64 (8.11.1-1+b1) ...
Setting up libgirepository-2.0-0:arm64 (2.82.4-2) ...
Setting up linux-libc-dev (6.12.9-1) ...
Setting up libevent-2.1-7t64:arm64 (2.1.12-stable-10+b1) ...
Setting up libzck1:arm64 (1.5.1+ds1-1) ...
Setting up libmagic-dev:arm64 (1:5.45-3+b1) ...
Setting up libffi-dev:arm64 (3.4.6-1) ...
Setting up libpcre2-16-0:arm64 (10.44-5) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up libpsl-dev:arm64 (0.21.2-1.1+b1) ...
Setting up libfsverity0:arm64 (1.6-1.2) ...
Setting up libdw1t64:arm64 (0.192-4) ...
Setting up libsysprof-capture-4-dev:arm64 (47.2-1) ...
Setting up libpcre2-32-0:arm64 (10.44-5) ...
Setting up libglib2.0-data (2.82.4-2) ...
Setting up libunbound8:arm64 (1.22.0-1+b1) ...
Setting up libpkgconf3:arm64 (1.8.1-4) ...
Setting up libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-3) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up libgnutls-dane0t64:arm64 (3.8.8-2) ...
Setting up libgpg-error-dev:arm64 (1.51-3) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up libgssrpc4t64:arm64 (1.21.3-4) ...
Setting up libldap-dev:arm64 (2.6.9+dfsg-1) ...
Setting up libncurses6:arm64 (6.5-2+b1) ...
Setting up libdbus-1-3:arm64 (1.16.0-1) ...
Setting up libasm1t64:arm64 (0.192-4) ...
Setting up libssl-dev:arm64 (3.4.0-2) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up icu-devtools (72.1-6) ...
Setting up libsepol-dev:arm64 (3.7-1) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up libidn2-dev:arm64 (2.3.7-2+b1) ...
Setting up liblzma-dev:arm64 (5.6.3-1+b1) ...
Setting up libubsan1:arm64 (14.2.0-14) ...
Setting up libpcre2-posix3:arm64 (10.44-5) ...
Setting up libhwasan0:arm64 (14.2.0-14) ...
Setting up libcrypt-dev:arm64 (1:4.4.38-1) ...
Setting up libasan8:arm64 (14.2.0-14) ...
Setting up liblua5.3-0:arm64 (5.3.6-2+b3) ...
Setting up libcap-ng-dev:arm64 (0.8.5-4) ...
Setting up debugedit (1:5.1-1) ...
Setting up libtsan2:arm64 (14.2.0-14) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up libfsverity-dev:arm64 (1.6-1.2) ...
Setting up libc-dev-bin (2.40-5) ...
Setting up libtasn1-6-dev:arm64 (4.19.0-3+b3) ...
Setting up libarchive13t64:arm64 (3.7.4-1.1) ...
Setting up libpython3.13-stdlib:arm64 (3.13.1-3) ...
Setting up libjson-c5:arm64 (0.18+ds-1) ...
Setting up libcc1-0:arm64 (14.2.0-14) ...
Setting up libbrotli-dev:arm64 (1.1.0-2+b6) ...
Setting up liblsan0:arm64 (14.2.0-14) ...
Setting up libp11-kit-dev:arm64 (0.25.5-3) ...
Setting up libitm1:arm64 (14.2.0-14) ...
Setting up libpython3-stdlib:arm64 (3.13.1-2) ...
Setting up libpopt0:arm64 (1.19+dfsg-2) ...
Setting up libkadm5clnt-mit12:arm64 (1.21.3-4) ...
Setting up libpython3.13:arm64 (3.13.1-3) ...
Setting up libdebuginfod1t64:arm64 (0.192-4) ...
Setting up girepository-tools:arm64 (2.82.4-2) ...
Setting up libgmp-dev:arm64 (2:6.3.0+dfsg-3) ...
Setting up nettle-dev:arm64 (3.10-1+b1) ...
Setting up libkdb5-10t64:arm64 (1.21.3-4) ...
Setting up python3.13 (3.13.1-3) ...
Setting up libaudit-dev:arm64 (1:4.0.2-2+b1) ...
Setting up libglib2.0-bin (2.82.4-2) ...
Setting up librpmio10:arm64 (4.20.0+dfsg-3+b1) ...
Setting up python3 (3.13.1-2) ...
Setting up python3-click (8.2.0-1) ...
Setting up pkgconf:arm64 (1.8.1-4) ...
Setting up python3-packaging (24.2-1) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-14) ...
Setting up libkadm5srv-mit12:arm64 (1.21.3-4) ...
Setting up libc6-dev:arm64 (2.40-5) ...
Setting up libgcc-14-dev:arm64 (14.2.0-14) ...
Setting up libicu-dev:arm64 (72.1-6) ...
Setting up libbz2-dev:arm64 (1.0.8-6) ...
Setting up libmodulemd2:arm64 (2.15.0-1) ...
Setting up libgnutls28-dev:arm64 (3.8.8-2) ...
Setting up elfutils (0.192-4) ...
Setting up libnghttp2-dev:arm64 (1.64.0-1) ...
Setting up libgio-2.0-dev-bin (2.82.4-2) ...
Setting up libncurses-dev:arm64 (6.5-2+b1) ...
Setting up libpcre2-dev:arm64 (10.44-5) ...
Setting up libselinux1-dev:arm64 (3.7-3+b1) ...
Setting up librpm10:arm64 (4.20.0+dfsg-3+b1) ...
Setting up rpm-common (4.20.0+dfsg-3+b1) ...
Setting up libreadline-dev:arm64 (8.2-6) ...
Setting up libpopt-dev:arm64 (1.19+dfsg-2) ...
Setting up libdrpm0:arm64 (0.5.2-2) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up libxml2-dev:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up libexpat1-dev:arm64 (2.6.4-1) ...
Setting up libgcrypt20-dev:arm64 (1.11.0-7) ...
Setting up libsqlite3-dev:arm64 (3.46.1-1) ...
Setting up librpmsign10:arm64 (4.20.0+dfsg-3+b1) ...
Setting up uuid-dev:arm64 (2.40.4-1) ...
Setting up comerr-dev:arm64 (2.1-1.47.2-1) ...
Setting up cpp-14 (14.2.0-14) ...
Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-14) ...
Setting up libcreaterepo-c0:arm64 (0.17.3-6+b1) ...
Setting up krb5-multidev:arm64 (1.21.3-4) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up libglib2.0-dev-bin (2.82.4-2) ...
Setting up libblkid-dev:arm64 (2.40.4-1) ...
Setting up librpmbuild10:arm64 (4.20.0+dfsg-3+b1) ...
Setting up createrepo-c (0.17.3-6+b1) ...
Setting up rpm2cpio (4.20.0+dfsg-3+b1) ...
Setting up rpm (4.20.0+dfsg-3+b1) ...
Setting up gcc-14 (14.2.0-14) ...
Setting up librpm-dev:arm64 (4.20.0+dfsg-3+b1) ...
Setting up libkrb5-dev:arm64 (1.21.3-4) ...
Setting up python3-createrepo-c (0.17.3-6+b1) ...
Setting up libpython3.13-dev:arm64 (3.13.1-3) ...
Setting up librtmp-dev:arm64 (2.4+20151223.gitfa8646d.1-2+b5) ...
Setting up libssh2-1-dev:arm64 (1.11.1-1) ...
Setting up libmount-dev:arm64 (2.40.4-1) ...
Setting up libgio-2.0-dev:arm64 (2.82.4-2) ...
Setting up libpython3-dev:arm64 (3.13.1-2) ...
Setting up gcc (4:14.2.0-1) ...
Setting up libcurl4-openssl-dev:arm64 (8.11.1-1+b1) ...
Processing triggers for libc-bin (2.40-5) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libglib2.0-0t64:arm64 (2.82.4-2) ...
No schema files found: doing nothing.
Setting up libglib2.0-dev:arm64 (2.82.4-2) ...
Setting up libcreaterepo-c-dev:arm64 (0.17.3-6+b1) ...
autopkgtest [15:25:20]: test repotest: python3 debian/tests/repotest.py --source debian/tests/pkg/foo-0.1.0 --spec debian/tests/pkg/foo.spec
autopkgtest [15:25:20]: test repotest: [-----------------------
  5119320      4 drwxr-xr-x   5 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild
  5119323      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/SOURCES
  5119324      4 -rw-r--r--   1 unshare  unshare       486 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/SOURCES/foo-0.1.0.tar.gz
  5119321      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/BUILD
  5119322      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/BUILDROOT
error: Unable to open sqlite database /var/lib/rpm/rpmdb.sqlite: unable to open database file
error: cannot open Packages index using sqlite - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
Executing(%mkbuilddir): /bin/sh -e /var/tmp/rpm-tmp.uYN0Ys
+ umask 022
+ cd /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ test -d /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ /usr/bin/rm -rf /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ /usr/bin/mkdir -p /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ /usr/bin/mkdir -p /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build/SPECPARTS
+ RPM_EC=0
+ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.c4RqhM
+ umask 022
+ cd /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ cd /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ rm -rf foo-0.1.0
+ /usr/lib/rpm/rpmuncompress -x /tmp/repotest.aj0jixnn/rpmbuild/SOURCES/foo-0.1.0.tar.gz
+ STATUS=0
+ [ 0 -ne 0 ]
+ cd foo-0.1.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
+ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YH3YuR
+ umask 022
+ cd /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ cd foo-0.1.0
+ make -j4 DEBUGINFOD_URLS=https://debuginfod.example.com
cc     foo.c   -o foo
+ RPM_EC=0
+ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5SpcAW
+ umask 022
+ cd /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ /usr/bin/rm -rf /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build/BUILDROOT
+ /usr/bin/mkdir -p /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ /usr/bin/mkdir /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build/BUILDROOT
+ cd foo-0.1.0
+ /usr/bin/make install DESTDIR=/tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build/BUILDROOT INSTALL=/usr/bin/install -p
mkdir -p /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build/BUILDROOT/usr/bin
install -m 755 foo /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build/BUILDROOT/usr/bin/foo
install -m 755 foosetup.pl /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build/BUILDROOT/usr/bin/foosetup
+ /usr/lib/rpm/brp-compress /usr
+ /usr/lib/rpm/brp-elfperms
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-remove-la-files
Reading /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: foo-0.1.0-1.aarch64
Provides: foo = 0.1.0-1 foo(aarch-64) = 0.1.0-1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
Processing files: foo-common-0.1.0-1.noarch
Provides: foo-common = 0.1.0-1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /usr/bin/perl
Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build/BUILDROOT
Wrote: /tmp/repotest.aj0jixnn/rpmbuild/SRPMS/foo-0.1.0-1.src.rpm
Wrote: /tmp/repotest.aj0jixnn/rpmbuild/RPMS/noarch/foo-common-0.1.0-1.noarch.rpm
Wrote: /tmp/repotest.aj0jixnn/rpmbuild/RPMS/aarch64/foo-0.1.0-1.aarch64.rpm
Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.2uCXqu
+ umask 022
+ cd /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ test -d /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ rm -rf /tmp/repotest.aj0jixnn/rpmbuild/BUILD/foo-0.1.0-build
+ RPM_EC=0
+ jobs -p
+ exit 0
  5119320      4 drwxr-xr-x   7 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild
  5119323      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/SOURCES
  5119324      4 -rw-r--r--   1 unshare  unshare       486 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/SOURCES/foo-0.1.0.tar.gz
  5119326      4 drwxr-xr-x   4 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/RPMS
  5119341      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/RPMS/aarch64
  5119343     12 -rw-rw-r--   1 unshare  unshare      9703 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/RPMS/aarch64/foo-0.1.0-1.aarch64.rpm
  5119342      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/RPMS/noarch
  5119344      8 -rw-rw-r--   1 unshare  unshare      6906 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/RPMS/noarch/foo-common-0.1.0-1.noarch.rpm
  5119327      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/SRPMS
  5119340     12 -rw-rw-r--   1 unshare  unshare      9412 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/SRPMS/foo-0.1.0-1.src.rpm
  5119321      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/BUILD
  5119322      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/rpmbuild/BUILDROOT
Directory walk started
Directory walk done - 0 packages
Temporary output repo path: /tmp/repotest.aj0jixnn/repo/.repodata/
Preparing sqlite DBs
Pool started (with 5 workers)
Pool finished
  5119325      4 drwxr-xr-x   3 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo
  5119328      4 drwxrwxr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata
  5119335      4 -rw-rw-r--   1 unshare  unshare      1332 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/36dcff9ed726e9de4cb492d5476fd47cb6fc6b206c63d5b6c147ec0eb0f14f41-primary.sqlite.bz2
  5119330      4 -rw-rw-r--   1 unshare  unshare       123 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/95a4415d859d7120efb6b3cf964c07bebbff9a5275ca673e6e74a97bcbfb2a5f-filelists.xml.gz
  5119336      4 -rw-rw-r--   1 unshare  unshare       606 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/9f1665eb0e474e173006a13c8e79b8a3c576332e65d65e672e54e24f8fb5a618-filelists.sqlite.bz2
  5119337      4 -rw-rw-r--   1 unshare  unshare       582 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/48a8d1229e1cb898628d67e00c664238b928015be9d1ccdc06635f5bc20e9dfd-other.sqlite.bz2
  5119332      4 -rw-rw-r--   1 unshare  unshare      3068 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/repomd.xml
  5119331      4 -rw-rw-r--   1 unshare  unshare       123 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/ef3e20691954c3d1318ec3071a982da339f4ed76967ded668b795c9e070aaab6-other.xml.gz
  5119329      4 -rw-rw-r--   1 unshare  unshare       134 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/1cb61ea996355add02b1426ed4c1780ea75ce0c04c5d1107c025c3fbd7d8bcae-primary.xml.gz
Directory walk started
Directory walk done - 3 packages
Temporary output repo path: /tmp/repotest.aj0jixnn/repo/.repodata/
Preparing sqlite DBs
Pool started (with 5 workers)
Pool finished
  5119325      4 drwxr-xr-x   6 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo
  5119338      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/aarch64
  5119339     12 -rw-r--r--   1 unshare  unshare      9703 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/aarch64/foo-0.1.0-1.aarch64.rpm
  5119333      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/Sources
  5119334     12 -rw-r--r--   1 unshare  unshare      9412 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/Sources/foo-0.1.0-1.src.rpm
  5119347      4 drwxrwxr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata
  5119355      4 -rw-rw-r--   1 unshare  unshare       976 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/8c0b0593d8c34d262966330abe967282787aeaa3d44f163b6a657e98827ed060-filelists.sqlite.bz2
  5119349      4 -rw-rw-r--   1 unshare  unshare       379 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/e7bdaa5321c237a92572547394964f297e74f0bfac7a3555ea1b366b142b5c24-filelists.xml.gz
  5119356      4 -rw-rw-r--   1 unshare  unshare      1121 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/d2424c4092bf160eff8f0db38663e7dfc88724a48fc41be790f33711c05b4775-other.sqlite.bz2
  5119348      4 -rw-rw-r--   1 unshare  unshare      1046 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/f87928dbcbe3da6c0a96893cb3619f73795479aa4d747fbc6470201e788f2f4e-primary.xml.gz
  5119351      4 -rw-rw-r--   1 unshare  unshare      3072 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/repomd.xml
  5119350      4 -rw-rw-r--   1 unshare  unshare       513 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/dc3b016fcb0f3cb9641a85f9cf11685a4ffa013356f9a3f5ebcf7fb39ce5d4ba-other.xml.gz
  5119354      4 -rw-rw-r--   1 unshare  unshare      2590 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/repodata/b285f266082b8205250418d99dc51bf7a20255d92d15e6a81840667558a9851e-primary.sqlite.bz2
  5119345      4 drwxr-xr-x   2 unshare  unshare      4096 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/noarch
  5119346      8 -rw-r--r--   1 unshare  unshare      6906 Jan 17 15:25 /tmp/repotest.aj0jixnn/repo/noarch/foo-common-0.1.0-1.noarch.rpm
Using temporary directory /tmp/repotest.aj0jixnn
Source archive: /tmp/repotest.aj0jixnn/foo-0.1.0.tar.gz
RPM directory structure at /tmp/repotest.aj0jixnn/rpmbuild
Creating an empty repository at /tmp/repotest.aj0jixnn/repo
Copying the source RPM package
- /tmp/repotest.aj0jixnn/rpmbuild/SRPMS/foo-0.1.0-1.src.rpm -> /tmp/repotest.aj0jixnn/repo/Sources
Copying the binary RPM packages
- /tmp/repotest.aj0jixnn/rpmbuild/RPMS/aarch64/foo-0.1.0-1.aarch64.rpm -> /tmp/repotest.aj0jixnn/repo/aarch64
- /tmp/repotest.aj0jixnn/rpmbuild/RPMS/noarch/foo-common-0.1.0-1.noarch.rpm -> /tmp/repotest.aj0jixnn/repo/noarch
Running createrepo_c again
{'foo:aarch64': PosixPath('/tmp/repotest.aj0jixnn/repo/aarch64/foo-0.1.0-1.aarch64.rpm'), 'foo:src': PosixPath('/tmp/repotest.aj0jixnn/repo/Sources/foo-0.1.0-1.src.rpm'), 'foo-common:noarch': PosixPath('/tmp/repotest.aj0jixnn/repo/noarch/foo-common-0.1.0-1.noarch.rpm')}
Seems fine!
autopkgtest [15:25:21]: test repotest: -----------------------]
autopkgtest [15:25:21]: test repotest:  - - - - - - - - - - results - - - - - - - - - -
repotest             PASS
autopkgtest [15:25:21]: @@@@@@@@@@@@@@@@@@@@ summary
repotest             PASS

aborted: False
returncode: 0

Files in working directory:
artifact-dir
artifact-dir/binaries
artifact-dir/binaries/createrepo-c.deb
artifact-dir/binaries/libcreaterepo-c-dev.deb
artifact-dir/binaries/libcreaterepo-c0.deb
artifact-dir/binaries/python-click-doc.deb
artifact-dir/binaries/python3-click.deb
artifact-dir/binaries/python3-createrepo-c.deb
artifact-dir/log
artifact-dir/repotest-packages
artifact-dir/repotest-stderr
artifact-dir/repotest-stdout
artifact-dir/summary
artifact-dir/testbed-packages
artifact-dir/testinfo.json
artifact-dir/testpkg-version
--------------------

Relations

Relation Direction Type Name
relates-to Source package createrepo-c_0.17.3-6
relates-to Binary package createrepo-c_0.17.3-6+b1_arm64
relates-to Binary package libcreaterepo-c-dev_0.17.3-6+b1_arm64
relates-to Binary package libcreaterepo-c0_0.17.3-6+b1_arm64
relates-to Binary package python3-createrepo-c_0.17.3-6+b1_arm64
relates-to Package upload python-click_8.2.0-1

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