Artifact debusine:work-request-debug-logs

Metadata
{}

File

cmd-output.log
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
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-dngdodix/apt-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt-transport-https_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt-utils-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt-utils_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/autopkgtest_5.28_all.deb /tmp/debusine-fetch-exec-upload-dngdodix/libapt-pkg-dev_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/libapt-pkg-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dngdodix/libapt-pkg6.0-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/libapt-pkg6.0_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/autopkgtest_5.28.dsc -- unshare --arch amd64 --release bookworm --tarball /var/lib/debusine/worker/system-images/1116685/system.tar.xz
output (contains stdout and stderr):
autopkgtest [21:44:56]: starting date and time: 2024-12-26 21:44:56+0000
autopkgtest [21:44:56]: version 5.38~bpo12+1
autopkgtest [21:44:56]: host debusine-worker-amd64-hades-01; command line: /usr/bin/autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-dngdodix/apt-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt-transport-https_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt-utils-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt-utils_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/apt_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/autopkgtest_5.28_all.deb /tmp/debusine-fetch-exec-upload-dngdodix/libapt-pkg-dev_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/libapt-pkg-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dngdodix/libapt-pkg6.0-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/libapt-pkg6.0_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dngdodix/autopkgtest_5.28.dsc -- unshare --arch amd64 --release bookworm --tarball /var/lib/debusine/worker/system-images/1116685/system.tar.xz
autopkgtest [21:45:00]: testbed dpkg architecture: amd64
autopkgtest [21:45:00]: testbed apt version: 2.6.1
autopkgtest [21:45:00]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 Packages [8789 kB]
Get:3 http://deb.debian.org/debian bookworm/main Translation-en [6109 kB]
Fetched 15.0 MB in 1s (11.5 MB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
autopkgtest [21:45:03]: testbed running kernel: Linux 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
autopkgtest [21:45:03]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-dngdodix/autopkgtest_5.28.dsc
gpgv: Signature made Mon Jan 30 20:56:00 2023 UTC
gpgv:                using RSA key 58B66D48736BE93B052DE6729C5C99EB05BD750A
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.kDn3jb/autopkgtest_5.28.dsc: no acceptable signature found
dpkg-source: info: extracting autopkgtest in src
dpkg-source: info: unpacking autopkgtest_5.28.tar.xz
autopkgtest [21:45:04]: testing package autopkgtest version 5.28
docker               SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
lxc                  SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
lxd                  SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
podman               SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
podman-init          SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
unshare              SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
autopkgtest [21:45:04]: build not needed
docker               SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
lxc                  SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
lxd                  SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
podman               SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
podman-init          SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
unshare              SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
autopkgtest [21:45:04]: test autopkgtest: preparing testbed
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  apt-utils
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 309 kB of archives.
After this operation, 1062 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 apt-utils amd64 2.6.1 [309 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 309 kB in 0s (7386 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 ... 17140 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.6.1_amd64.deb ...
Unpacking apt-utils (2.6.1) ...
Setting up apt-utils (2.6.1) ...
Processing triggers for man-db (2.11.2-2) ...
Get:1 file:/tmp/autopkgtest.kDn3jb/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.kDn3jb/binaries  InRelease
Get:2 file:/tmp/autopkgtest.kDn3jb/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.kDn3jb/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.kDn3jb/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.kDn3jb/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.kDn3jb/binaries  Packages [12.1 kB]
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
0 upgraded, 0 newly installed, 3 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/2588 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.kDn3jb/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.kDn3jb/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.kDn3jb/binaries  apt-utils 2.6.1 [309 kB]
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17221 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg6.0.deb ...
Unpacking libapt-pkg6.0:amd64 (2.6.1) over (2.6.1) ...
Setting up libapt-pkg6.0:amd64 (2.6.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 ... 17221 files and directories currently installed.)
Preparing to unpack .../binaries/./apt.deb ...
Unpacking apt (2.6.1) over (2.6.1) ...
Setting up apt (2.6.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 ... 17221 files and directories currently installed.)
Preparing to unpack .../binaries/./apt-utils.deb ...
Unpacking apt-utils (2.6.1) over (2.6.1) ...
Setting up apt-utils (2.6.1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following NEW packages will be installed:
  autoconf autodep8 automake autopkgtest autopoint autotools-dev
  build-essential cpp cpp-12 dctrl-tools debhelper dh-autoreconf
  dh-strip-nondeterminism dwz fakeroot g++ g++-12 gcc gcc-12 libasan8
  libatomic1 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev libdebhelper-perl
  libelf1 libexpat1 libfakeroot libfile-stripnondeterminism-perl libgcc-12-dev
  libgssapi-krb5-2 libisl23 libitm1 libk5crypto3 libkeyutils1 libkrb5-3
  libkrb5support0 liblsan0 libmpc3 libmpfr6 libncursesw6 libnsl-dev libnsl2
  libproc2-0 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib
  libquadmath0 libstdc++-12-dev libsub-override-perl libtirpc-common
  libtirpc-dev libtirpc3 libtool libtsan2 libubsan1 linux-libc-dev m4
  media-types po-debconf procps python3 python3-chardet python3-debian
  python3-minimal python3-pkg-resources python3.11 python3.11-minimal
  rpcsvc-proto sudo
0 upgraded, 71 newly installed, 0 to remove and 0 not upgraded.
Need to get 70.4 MB/70.6 MB of archives.
After this operation, 272 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.kDn3jb/binaries  autopkgtest 5.28 [161 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u4 [815 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u4 [2066 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u2 [32.6 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u2 [78.7 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u2 [332 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u2 [135 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u4 [1797 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6+deb12u4 [573 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B]
Get:19 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 sudo amd64 1.9.13p3-1+deb12u1 [1889 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
Get:25 http://deb.debian.org/debian bookworm/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 autodep8 all 0.28 [13.3 kB]
Get:27 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB]
Get:30 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 python3-debian all 0.1.49 [115 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-12 [495 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u9 [46.7 kB]
Get:34 http://deb.debian.org/debian bookworm/main amd64 linux-libc-dev amd64 6.1.115-1 [2066 kB]
Get:35 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
Get:37 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:38 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
Get:39 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u9 [1904 kB]
Get:40 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1.1 [683 kB]
Get:41 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB]
Get:42 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB]
Get:43 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B]
Get:45 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB]
Get:46 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14 [9328 B]
Get:48 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14 [2195 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14 [969 kB]
Get:50 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB]
Get:51 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14 [883 kB]
Get:52 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB]
Get:53 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB]
Get:54 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB]
Get:55 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B]
Get:56 http://deb.debian.org/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2046 kB]
Get:57 http://deb.debian.org/debian bookworm/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB]
Get:58 http://deb.debian.org/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
Get:59 http://deb.debian.org/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
Get:60 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
Get:61 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-7~deb12u1 [517 kB]
Get:62 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:63 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
Get:64 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
Get:65 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
Get:66 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
Get:67 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
Get:68 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:69 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
Get:70 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB]
Get:71 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB]
Fetched 70.4 MB in 1s (104 MB/s)
Selecting previously unselected package libpython3.11-minimal:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17221 files and directories currently installed.)
Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u4_amd64.deb ...
Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.5.0-1+deb12u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package python3.11-minimal.
Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u4_amd64.deb ...
Unpacking python3.11-minimal (3.11.2-6+deb12u4) ...
Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u4) ...
Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ...
Setting up python3.11-minimal (3.11.2-6+deb12u4) ...
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 ... 17537 files and directories currently installed.)
Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_amd64.deb ...
Unpacking python3-minimal (3.11.2-1+b1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../01-media-types_10.0.0_all.deb ...
Unpacking media-types (10.0.0) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../02-libncursesw6_6.4-4_amd64.deb ...
Unpacking libncursesw6:amd64 (6.4-4) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6.3-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
Unpacking libtirpc-common (1.3.3+ds-1) ...
Selecting previously unselected package libtirpc3:amd64.
Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl2:amd64.
Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ...
Unpacking libnsl2:amd64 (1.3.0-2) ...
Selecting previously unselected package libpython3.11-stdlib:amd64.
Preparing to unpack .../11-libpython3.11-stdlib_3.11.2-6+deb12u4_amd64.deb ...
Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package python3.11.
Preparing to unpack .../12-python3.11_3.11.2-6+deb12u4_amd64.deb ...
Unpacking python3.11 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../13-libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
Setting up python3-minimal (3.11.2-1+b1) ...
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 ... 18012 files and directories currently installed.)
Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
Unpacking python3 (3.11.2-1+b1) ...
Selecting previously unselected package sudo.
Preparing to unpack .../01-sudo_1.9.13p3-1+deb12u1_amd64.deb ...
Unpacking sudo (1.9.13p3-1+deb12u1) ...
Selecting previously unselected package libproc2-0:amd64.
Preparing to unpack .../02-libproc2-0_2%3a4.0.2-3_amd64.deb ...
Unpacking libproc2-0:amd64 (2:4.0.2-3) ...
Selecting previously unselected package procps.
Preparing to unpack .../03-procps_2%3a4.0.2-3_amd64.deb ...
Unpacking procps (2:4.0.2-3) ...
Selecting previously unselected package m4.
Preparing to unpack .../04-m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../05-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package dctrl-tools.
Preparing to unpack .../06-dctrl-tools_2.24-3+b1_amd64.deb ...
Unpacking dctrl-tools (2.24-3+b1) ...
Selecting previously unselected package autodep8.
Preparing to unpack .../07-autodep8_0.28_all.deb ...
Unpacking autodep8 (0.28) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../08-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../09-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../10-python3-pkg-resources_66.1.1-1_all.deb ...
Unpacking python3-pkg-resources (66.1.1-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../11-python3-chardet_5.1.0+dfsg-2_all.deb ...
Unpacking python3-chardet (5.1.0+dfsg-2) ...
Selecting previously unselected package python3-debian.
Preparing to unpack .../12-python3-debian_0.1.49_all.deb ...
Unpacking python3-debian (0.1.49) ...
Selecting previously unselected package autopkgtest.
Preparing to unpack .../13-autopkgtest.deb ...
Unpacking autopkgtest (5.28) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../14-autopoint_0.21-12_all.deb ...
Unpacking autopoint (0.21-12) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../15-libc-dev-bin_2.36-9+deb12u9_amd64.deb ...
Unpacking libc-dev-bin (2.36-9+deb12u9) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../16-linux-libc-dev_6.1.115-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (6.1.115-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../17-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../18-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../19-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../20-rpcsvc-proto_1.4.3-1_amd64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../21-libc6-dev_2.36-9+deb12u9_amd64.deb ...
Unpacking libc6-dev:amd64 (2.36-9+deb12u9) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../22-libisl23_0.25-1.1_amd64.deb ...
Unpacking libisl23:amd64 (0.25-1.1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../23-libmpfr6_4.2.0-1_amd64.deb ...
Unpacking libmpfr6:amd64 (4.2.0-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../24-libmpc3_1.3.1-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.3.1-1) ...
Selecting previously unselected package cpp-12.
Preparing to unpack .../25-cpp-12_12.2.0-14_amd64.deb ...
Unpacking cpp-12 (12.2.0-14) ...
Selecting previously unselected package cpp.
Preparing to unpack .../26-cpp_4%3a12.2.0-3_amd64.deb ...
Unpacking cpp (4:12.2.0-3) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../27-libcc1-0_12.2.0-14_amd64.deb ...
Unpacking libcc1-0:amd64 (12.2.0-14) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../28-libitm1_12.2.0-14_amd64.deb ...
Unpacking libitm1:amd64 (12.2.0-14) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../29-libatomic1_12.2.0-14_amd64.deb ...
Unpacking libatomic1:amd64 (12.2.0-14) ...
Selecting previously unselected package libasan8:amd64.
Preparing to unpack .../30-libasan8_12.2.0-14_amd64.deb ...
Unpacking libasan8:amd64 (12.2.0-14) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../31-liblsan0_12.2.0-14_amd64.deb ...
Unpacking liblsan0:amd64 (12.2.0-14) ...
Selecting previously unselected package libtsan2:amd64.
Preparing to unpack .../32-libtsan2_12.2.0-14_amd64.deb ...
Unpacking libtsan2:amd64 (12.2.0-14) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../33-libubsan1_12.2.0-14_amd64.deb ...
Unpacking libubsan1:amd64 (12.2.0-14) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../34-libquadmath0_12.2.0-14_amd64.deb ...
Unpacking libquadmath0:amd64 (12.2.0-14) ...
Selecting previously unselected package libgcc-12-dev:amd64.
Preparing to unpack .../35-libgcc-12-dev_12.2.0-14_amd64.deb ...
Unpacking libgcc-12-dev:amd64 (12.2.0-14) ...
Selecting previously unselected package gcc-12.
Preparing to unpack .../36-gcc-12_12.2.0-14_amd64.deb ...
Unpacking gcc-12 (12.2.0-14) ...
Selecting previously unselected package gcc.
Preparing to unpack .../37-gcc_4%3a12.2.0-3_amd64.deb ...
Unpacking gcc (4:12.2.0-3) ...
Selecting previously unselected package libstdc++-12-dev:amd64.
Preparing to unpack .../38-libstdc++-12-dev_12.2.0-14_amd64.deb ...
Unpacking libstdc++-12-dev:amd64 (12.2.0-14) ...
Selecting previously unselected package g++-12.
Preparing to unpack .../39-g++-12_12.2.0-14_amd64.deb ...
Unpacking g++-12 (12.2.0-14) ...
Selecting previously unselected package g++.
Preparing to unpack .../40-g++_4%3a12.2.0-3_amd64.deb ...
Unpacking g++ (4:12.2.0-3) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../41-build-essential_12.9_amd64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../42-libdebhelper-perl_13.11.4_all.deb ...
Unpacking libdebhelper-perl (13.11.4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../43-libtool_2.4.7-7~deb12u1_all.deb ...
Unpacking libtool (2.4.7-7~deb12u1) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../44-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../45-libsub-override-perl_0.09-4_all.deb ...
Unpacking libsub-override-perl (0.09-4) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../46-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../47-dh-strip-nondeterminism_1.13.1-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.13.1-1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../48-libelf1_0.188-2.1_amd64.deb ...
Unpacking libelf1:amd64 (0.188-2.1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../49-dwz_0.15-1_amd64.deb ...
Unpacking dwz (0.15-1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../50-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../51-debhelper_13.11.4_all.deb ...
Unpacking debhelper (13.11.4) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../52-libfakeroot_1.31-1.2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.31-1.2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../53-fakeroot_1.31-1.2_amd64.deb ...
Unpacking fakeroot (1.31-1.2) ...
Setting up media-types (10.0.0) ...
Setting up libkeyutils1:amd64 (1.6.3-2) ...
Setting up libtirpc-common (1.3.3+ds-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.11.4) ...
Setting up linux-libc-dev:amd64 (6.1.115-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libfakeroot:amd64 (1.31-1.2) ...
Setting up libkrb5support0:amd64 (1.20.1-2+deb12u2) ...
Setting up fakeroot (1.31-1.2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up autotools-dev (20220109.1) ...
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libmpfr6:amd64 (4.2.0-1) ...
Setting up libquadmath0:amd64 (12.2.0-14) ...
Setting up libproc2-0:amd64 (2:4.0.2-3) ...
Setting up libmpc3:amd64 (1.3.1-1) ...
Setting up libatomic1:amd64 (12.2.0-14) ...
Setting up autopoint (0.21-12) ...
Setting up sudo (1.9.13p3-1+deb12u1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
Setting up libncursesw6:amd64 (6.4-4) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u2) ...
Setting up autoconf (2.71-3) ...
Setting up libubsan1:amd64 (12.2.0-14) ...
Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
Setting up libasan8:amd64 (12.2.0-14) ...
Setting up procps (2:4.0.2-3) ...
Setting up libsub-override-perl (0.09-4) ...
Setting up libkrb5-3:amd64 (1.20.1-2+deb12u2) ...
Setting up libtsan2:amd64 (12.2.0-14) ...
Setting up libisl23:amd64 (0.25-1.1) ...
Setting up libc-dev-bin (2.36-9+deb12u9) ...
Setting up libelf1:amd64 (0.188-2.1) ...
Setting up libcc1-0:amd64 (12.2.0-14) ...
Setting up liblsan0:amd64 (12.2.0-14) ...
Setting up dctrl-tools (2.24-3+b1) ...
Setting up libitm1:amd64 (12.2.0-14) ...
Setting up autodep8 (0.28) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
Setting up cpp-12 (12.2.0-14) ...
Setting up libgcc-12-dev:amd64 (12.2.0-14) ...
Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ...
Setting up dh-strip-nondeterminism (1.13.1-1) ...
Setting up dwz (0.15-1) ...
Setting up cpp (4:12.2.0-3) ...
Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
Setting up gcc-12 (12.2.0-14) ...
Setting up libnsl2:amd64 (1.3.0-2) ...
Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u4) ...
Setting up gcc (4:12.2.0-3) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up libc6-dev:amd64 (2.36-9+deb12u9) ...
Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
Setting up python3.11 (3.11.2-6+deb12u4) ...
Setting up libstdc++-12-dev:amd64 (12.2.0-14) ...
Setting up libtool (2.4.7-7~deb12u1) ...
Setting up python3 (3.11.2-1+b1) ...
Setting up dh-autoreconf (20) ...
Setting up g++-12 (12.2.0-14) ...
Setting up python3-pkg-resources (66.1.1-1) ...
Setting up debhelper (13.11.4) ...
Setting up python3-chardet (5.1.0+dfsg-2) ...
Setting up python3-debian (0.1.49) ...
Setting up g++ (4:12.2.0-3) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9) ...
Setting up autopkgtest (5.28) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
autopkgtest [21:45:22]: Setting up user "unshare" to sudo without password...
autopkgtest [21:45:22]: test autopkgtest: [-----------------------
test_add_apt_release (__main__.ChrootRunner.test_add_apt_release)
--add-apt-release ... skipped 'chroot runner needs to run as root'
test_add_apt_source (__main__.ChrootRunner.test_add_apt_source)
--add-apt-source ... skipped 'chroot runner needs to run as root'
test_apt_default_release (__main__.ChrootRunner.test_apt_default_release)
--apt-default-release ... skipped 'chroot runner needs to run as root'
test_apt_pocket (__main__.ChrootRunner.test_apt_pocket)
--apt-pocket ... skipped 'chroot runner needs to run as root'
test_apt_pocket_selected (__main__.ChrootRunner.test_apt_pocket_selected)
--apt-pocket with package list ... skipped 'chroot runner needs to run as root'
test_apt_source_no_restrictions (__main__.ChrootRunner.test_apt_source_no_restrictions)
apt source, no build, no restrictions ... skipped 'chroot runner needs to run as root'
test_apt_source_single_line_package_list (__main__.ChrootRunner.test_apt_source_single_line_package_list)
apt source, single-line Package-List: ... skipped 'chroot runner needs to run as root'
test_arch_all (__main__.ChrootRunner.test_arch_all)
A test on "all" architecture skipped ... skipped 'chroot runner needs to run as root'
test_arch_any (__main__.ChrootRunner.test_arch_any)
A test on "any" architecture succeeds ... skipped 'chroot runner needs to run as root'
test_arch_in_mixed_list_skipped_explicit (__main__.ChrootRunner.test_arch_in_mixed_list_skipped_explicit) ... skipped 'chroot runner needs to run as root'
test_arch_in_mixed_list_skipped_wildcard (__main__.ChrootRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'chroot runner needs to run as root'
test_arch_in_supported_list (__main__.ChrootRunner.test_arch_in_supported_list) ... skipped 'chroot runner needs to run as root'
test_arch_in_unsupported_list (__main__.ChrootRunner.test_arch_in_unsupported_list) ... skipped 'chroot runner needs to run as root'
test_arch_in_unsupported_wildcard_list (__main__.ChrootRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'chroot runner needs to run as root'
test_arch_not_in_negated_list (__main__.ChrootRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'chroot runner needs to run as root'
test_arch_not_in_supported_list (__main__.ChrootRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'chroot runner needs to run as root'
test_arch_not_in_supported_wildcard_list (__main__.ChrootRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'chroot runner needs to run as root'
test_artifacts (__main__.ChrootRunner.test_artifacts)
tests producing additional artifacts ... skipped 'chroot runner needs to run as root'
test_breaks_testbed (__main__.ChrootRunner.test_breaks_testbed)
breaks-testbed restriction ... skipped 'chroot runner needs to run as root'
test_build_deps (__main__.ChrootRunner.test_build_deps)
test depends on build dependencies ... skipped 'chroot runner needs to run as root'
test_build_deps_profiles (__main__.ChrootRunner.test_build_deps_profiles)
test depends on build dependencies with build profiles ... skipped 'chroot runner needs to run as root'
test_cli_args_from_file (__main__.ChrootRunner.test_cli_args_from_file)
read CLI arguments from file ... skipped 'chroot runner needs to run as root'
test_copy (__main__.ChrootRunner.test_copy)
--copy ... skipped 'chroot runner needs to run as root'
test_fancy_deps (__main__.ChrootRunner.test_fancy_deps)
wrapped and versioned test dependencies ... skipped 'chroot runner needs to run as root'
test_flaky_fail (__main__.ChrootRunner.test_flaky_fail)
A flaky test fails ... skipped 'chroot runner needs to run as root'
test_flaky_fail_mixed (__main__.ChrootRunner.test_flaky_fail_mixed)
A flaky test fails, but another test passes ... skipped 'chroot runner needs to run as root'
test_flaky_success (__main__.ChrootRunner.test_flaky_success)
A flaky test succeeds ... skipped 'chroot runner needs to run as root'
test_isolation (__main__.ChrootRunner.test_isolation)
isolation restrictions ... skipped 'chroot runner needs to run as root'
test_needs_internet_skipped (__main__.ChrootRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'chroot runner needs to run as root'
test_needs_internet_success (__main__.ChrootRunner.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'chroot runner needs to run as root'
test_needs_internet_tried_skipped (__main__.ChrootRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'chroot runner needs to run as root'
test_needs_internet_tried_success (__main__.ChrootRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'chroot runner needs to run as root'
test_no_dpkg_query (__main__.ChrootRunner.test_no_dpkg_query)
testbed does not have dpkg-query ... skipped 'chroot runner needs to run as root'
test_no_tests_dir (__main__.ChrootRunner.test_no_tests_dir)
package without debian/tests/ ... skipped 'chroot runner needs to run as root'
test_nonexisting_override_control (__main__.ChrootRunner.test_nonexisting_override_control)
nonexisting --override-control ... skipped 'chroot runner needs to run as root'
test_override_control (__main__.ChrootRunner.test_override_control)
custom control file path with --override-control ... skipped 'chroot runner needs to run as root'
test_pin_packages (__main__.ChrootRunner.test_pin_packages)
--pin-packages ... skipped 'chroot runner needs to run as root'
test_pseudo_terminal (__main__.ChrootRunner.test_pseudo_terminal) ... skipped 'chroot runner needs to run as root'
test_relative_chroot_path (__main__.ChrootRunner.test_relative_chroot_path)
relative chroot path ... skipped 'chroot runner needs to run as root'
test_setup_commands_file (__main__.ChrootRunner.test_setup_commands_file)
--setup-commands with command file ... skipped 'chroot runner needs to run as root'
test_setup_commands_string (__main__.ChrootRunner.test_setup_commands_string)
--setup-commands with command string ... skipped 'chroot runner needs to run as root'
test_skippable_fail (__main__.ChrootRunner.test_skippable_fail)
A skippable test fails ... skipped 'chroot runner needs to run as root'
test_skippable_skipped (__main__.ChrootRunner.test_skippable_skipped)
A skippable test skips itself ... skipped 'chroot runner needs to run as root'
test_skippable_skipped_mixed (__main__.ChrootRunner.test_skippable_skipped_mixed)
A skippable test skips itself, but another test passes ... skipped 'chroot runner needs to run as root'
test_skippable_success (__main__.ChrootRunner.test_skippable_success)
A skippable test succeeds ... skipped 'chroot runner needs to run as root'
test_slash_in_test_name (__main__.ChrootRunner.test_slash_in_test_name)
test names must not contain / ... skipped 'chroot runner needs to run as root'
test_superficial_fail (__main__.ChrootRunner.test_superficial_fail)
A superficial test failing is the same as if it was ... skipped 'chroot runner needs to run as root'
test_superficial_fail_mixed (__main__.ChrootRunner.test_superficial_fail_mixed)
A superficial test (among others) failing is the same as if it ... skipped 'chroot runner needs to run as root'
test_superficial_success (__main__.ChrootRunner.test_superficial_success)
If all successful tests are superficial, it's as though they ... skipped 'chroot runner needs to run as root'
test_superficial_success_mixed (__main__.ChrootRunner.test_superficial_success_mixed)
Superficial tests don't harm non-superficial tests. ... skipped 'chroot runner needs to run as root'
test_tree_allow_stderr_nobuild_fail_on_exit (__main__.ChrootRunner.test_tree_allow_stderr_nobuild_fail_on_exit)
source tree, no build, allow-stderr, test fails with non-zero ... skipped 'chroot runner needs to run as root'
test_tree_allow_stderr_nobuild_success (__main__.ChrootRunner.test_tree_allow_stderr_nobuild_success)
source tree, no build, allow-stderr, test success ... skipped 'chroot runner needs to run as root'
test_tree_build_needed_success (__main__.ChrootRunner.test_tree_build_needed_success) ... skipped 'chroot runner needs to run as root'
test_tree_garbage (__main__.ChrootRunner.test_tree_garbage)
copied source tree contains only expected files ... skipped 'chroot runner needs to run as root'
test_tree_norestrictions_nobuild_fail_on_exit (__main__.ChrootRunner.test_tree_norestrictions_nobuild_fail_on_exit)
source tree, no build, no restrictions, test fails with non-zero ... skipped 'chroot runner needs to run as root'
test_tree_norestrictions_nobuild_fail_on_stderr (__main__.ChrootRunner.test_tree_norestrictions_nobuild_fail_on_stderr)
source tree, no build, no restrictions, test fails with stderr ... skipped 'chroot runner needs to run as root'
test_tree_norestrictions_nobuild_fail_on_stderr_and_exit (__main__.ChrootRunner.test_tree_norestrictions_nobuild_fail_on_stderr_and_exit)
source tree, no build, no restrictions, test fails with stderr+exit ... skipped 'chroot runner needs to run as root'
test_tree_norestrictions_nobuild_success (__main__.ChrootRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'chroot runner needs to run as root'
test_unicode (__main__.ChrootRunner.test_unicode)
Unicode test output ... skipped 'chroot runner needs to run as root'
test_unknown_restriction (__main__.ChrootRunner.test_unknown_restriction)
Tests with unknown restrictions are skipped ... skipped 'chroot runner needs to run as root'
test_unskippable (__main__.ChrootRunner.test_unskippable)
A non-skippable test fails with an exit status that happens ... skipped 'chroot runner needs to run as root'
test_apt_autodep8_with_control (__main__.DockerRunner.test_apt_autodep8_with_control)
autodep8 with d/t/control present ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_apt_source (__main__.DockerRunner.test_apt_source)
apt source ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_apt_source_arch_conflict (__main__.DockerRunner.test_apt_source_arch_conflict)
apt-source for src with binary that other src also provides for different arch ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_all (__main__.DockerRunner.test_arch_all)
A test on "all" architecture skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_any (__main__.DockerRunner.test_arch_any)
A test on "any" architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_in_mixed_list_skipped_explicit (__main__.DockerRunner.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_in_mixed_list_skipped_wildcard (__main__.DockerRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_in_supported_list (__main__.DockerRunner.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_in_unsupported_list (__main__.DockerRunner.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_in_unsupported_wildcard_list (__main__.DockerRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_not_in_negated_list (__main__.DockerRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_not_in_supported_list (__main__.DockerRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_arch_not_in_supported_wildcard_list (__main__.DockerRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_background_process (__main__.DockerRunner.test_background_process)
leftover background process in test ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_breaks_testbed (__main__.DockerRunner.test_breaks_testbed)
breaks-testbed restriction ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_can_sudo (__main__.DockerRunner.test_can_sudo)
Containers can provide a working sudo ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_copy_performance (__main__.DockerRunner.test_copy_performance)
copying files between host and testbed is fast and reliable ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_copy_timeout (__main__.DockerRunner.test_copy_timeout)
handling copying timeout ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_dsc_build_needed_success (__main__.DockerRunner.test_dsc_build_needed_success)
dsc, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_exit_255 (__main__.DockerRunner.test_exit_255)
test exits with code 255 ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_flaky_success (__main__.DockerRunner.test_flaky_success)
A flaky test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_isolation (__main__.DockerRunner.test_isolation)
isolation restrictions ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_needs_internet_skipped (__main__.DockerRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_needs_internet_success (__main__.DockerRunner.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_needs_internet_tried_skipped (__main__.DockerRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_needs_internet_tried_success (__main__.DockerRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_needs_recommends (__main__.DockerRunner.test_needs_recommends)
needs-recommends restriction ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_needs_recommends_first (__main__.DockerRunner.test_needs_recommends_first)
needs-recommends restriction in former of two tests ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_needs_recommends_last (__main__.DockerRunner.test_needs_recommends_last)
needs-recommends restriction in later of two tests ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_no_locale_conf (__main__.DockerRunner.test_no_locale_conf)
No /etc/default/locale ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_pseudo_terminal (__main__.DockerRunner.test_pseudo_terminal)
The test can access pseudo-terminals ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_reboot (__main__.DockerRunner.test_reboot)
needs-reboot test gets skipped ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_reboot_mixed (__main__.DockerRunner.test_reboot_mixed)
needs-reboot test gets skipped but another test is still run ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_recommends_in_test_depends (__main__.DockerRunner.test_recommends_in_test_depends)
@recommends@ in test dependencies ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_setup_commands (__main__.DockerRunner.test_setup_commands)
--setup-commands ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_setup_commands_suppress_reboot (__main__.DockerRunner.test_setup_commands_suppress_reboot)
--setup-commands with suppressed reboot ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_skippable_success (__main__.DockerRunner.test_skippable_success)
A skippable test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_timeout (__main__.DockerRunner.test_timeout)
handling test timeout ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_tree_build_needed_success (__main__.DockerRunner.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_tree_built_binaries (__main__.DockerRunner.test_tree_built_binaries)
source tree, install built binaries ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_tree_norestrictions_nobuild_success (__main__.DockerRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_user (__main__.DockerRunner.test_user)
Run tests as different user ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_user_needs_root (__main__.DockerRunner.test_user_needs_root)
--user option with needs-root restriction ... skipped 'Set $AUTOPKGTEST_TEST_DOCKER to an existing image name'
test_apt_autodep8_with_control (__main__.LxcRunner.test_apt_autodep8_with_control)
autodep8 with d/t/control present ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_apt_source (__main__.LxcRunner.test_apt_source)
apt source ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_apt_source_arch_conflict (__main__.LxcRunner.test_apt_source_arch_conflict)
apt-source for src with binary that other src also provides for different arch ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_all (__main__.LxcRunner.test_arch_all)
A test on "all" architecture skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_any (__main__.LxcRunner.test_arch_any)
A test on "any" architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_in_mixed_list_skipped_explicit (__main__.LxcRunner.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_in_mixed_list_skipped_wildcard (__main__.LxcRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_in_supported_list (__main__.LxcRunner.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_in_unsupported_list (__main__.LxcRunner.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_in_unsupported_wildcard_list (__main__.LxcRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_not_in_negated_list (__main__.LxcRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_not_in_supported_list (__main__.LxcRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_arch_not_in_supported_wildcard_list (__main__.LxcRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_background_process (__main__.LxcRunner.test_background_process)
leftover background process in test ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_breaks_testbed (__main__.LxcRunner.test_breaks_testbed)
breaks-testbed restriction ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_can_sudo (__main__.LxcRunner.test_can_sudo)
Containers can provide a working sudo ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_copy_performance (__main__.LxcRunner.test_copy_performance)
copying files between host and testbed is fast and reliable ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_copy_timeout (__main__.LxcRunner.test_copy_timeout)
handling copying timeout ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_dsc_build_needed_success (__main__.LxcRunner.test_dsc_build_needed_success)
dsc, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_exit_255 (__main__.LxcRunner.test_exit_255)
test exits with code 255 ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_flaky_success (__main__.LxcRunner.test_flaky_success)
A flaky test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_isolation (__main__.LxcRunner.test_isolation)
isolation restrictions ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_logind (__main__.LxcRunner.test_logind)
test has logind session ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_needs_internet_skipped (__main__.LxcRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_needs_internet_success (__main__.LxcRunner.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_needs_internet_tried_skipped (__main__.LxcRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_needs_internet_tried_success (__main__.LxcRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_needs_recommends (__main__.LxcRunner.test_needs_recommends)
needs-recommends restriction ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_needs_recommends_first (__main__.LxcRunner.test_needs_recommends_first)
needs-recommends restriction in former of two tests ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_needs_recommends_last (__main__.LxcRunner.test_needs_recommends_last)
needs-recommends restriction in later of two tests ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_no_locale_conf (__main__.LxcRunner.test_no_locale_conf)
No /etc/default/locale ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_pseudo_terminal (__main__.LxcRunner.test_pseudo_terminal)
The test can access pseudo-terminals ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_reboot (__main__.LxcRunner.test_reboot)
test that reboots ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_reboot_prepare (__main__.LxcRunner.test_reboot_prepare)
test that reboots by itself ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_recommends_in_test_depends (__main__.LxcRunner.test_recommends_in_test_depends)
@recommends@ in test dependencies ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_setup_commands (__main__.LxcRunner.test_setup_commands)
--setup-commands ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_setup_commands_reboot (__main__.LxcRunner.test_setup_commands_reboot)
--setup-commands with reboot ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_setup_commands_suppress_reboot (__main__.LxcRunner.test_setup_commands_suppress_reboot)
--setup-commands with suppressed reboot ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_skippable_success (__main__.LxcRunner.test_skippable_success)
A skippable test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_timeout (__main__.LxcRunner.test_timeout)
handling test timeout ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_tree_build_needed_success (__main__.LxcRunner.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_tree_built_binaries (__main__.LxcRunner.test_tree_built_binaries)
source tree, install built binaries ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_tree_norestrictions_nobuild_success (__main__.LxcRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_user (__main__.LxcRunner.test_user)
Run tests as different user ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_user_needs_root (__main__.LxcRunner.test_user_needs_root)
--user option with needs-root restriction ... skipped 'Set $AUTOPKGTEST_TEST_LXC to an existing container'
test_apt_autodep8_with_control (__main__.LxdRunner.test_apt_autodep8_with_control)
autodep8 with d/t/control present ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_apt_source (__main__.LxdRunner.test_apt_source)
apt source ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_apt_source_arch_conflict (__main__.LxdRunner.test_apt_source_arch_conflict)
apt-source for src with binary that other src also provides for different arch ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_all (__main__.LxdRunner.test_arch_all)
A test on "all" architecture skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_any (__main__.LxdRunner.test_arch_any)
A test on "any" architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_in_mixed_list_skipped_explicit (__main__.LxdRunner.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_in_mixed_list_skipped_wildcard (__main__.LxdRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_in_supported_list (__main__.LxdRunner.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_in_unsupported_list (__main__.LxdRunner.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_in_unsupported_wildcard_list (__main__.LxdRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_not_in_negated_list (__main__.LxdRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_not_in_supported_list (__main__.LxdRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_arch_not_in_supported_wildcard_list (__main__.LxdRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_background_process (__main__.LxdRunner.test_background_process)
leftover background process in test ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_breaks_testbed (__main__.LxdRunner.test_breaks_testbed)
breaks-testbed restriction ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_can_sudo (__main__.LxdRunner.test_can_sudo)
Containers can provide a working sudo ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_copy_performance (__main__.LxdRunner.test_copy_performance)
copying files between host and testbed is fast and reliable ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_copy_timeout (__main__.LxdRunner.test_copy_timeout)
handling copying timeout ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_dsc_build_needed_success (__main__.LxdRunner.test_dsc_build_needed_success)
dsc, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_exit_255 (__main__.LxdRunner.test_exit_255)
test exits with code 255 ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_flaky_success (__main__.LxdRunner.test_flaky_success)
A flaky test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_isolation (__main__.LxdRunner.test_isolation)
isolation restrictions ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_logind (__main__.LxdRunner.test_logind)
test has logind session ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_needs_internet_skipped (__main__.LxdRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_needs_internet_success (__main__.LxdRunner.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_needs_internet_tried_skipped (__main__.LxdRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_needs_internet_tried_success (__main__.LxdRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_needs_recommends (__main__.LxdRunner.test_needs_recommends)
needs-recommends restriction ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_needs_recommends_first (__main__.LxdRunner.test_needs_recommends_first)
needs-recommends restriction in former of two tests ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_needs_recommends_last (__main__.LxdRunner.test_needs_recommends_last)
needs-recommends restriction in later of two tests ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_no_locale_conf (__main__.LxdRunner.test_no_locale_conf)
No /etc/default/locale ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_pseudo_terminal (__main__.LxdRunner.test_pseudo_terminal)
The test can access pseudo-terminals ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_reboot (__main__.LxdRunner.test_reboot)
test that reboots ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_reboot_prepare (__main__.LxdRunner.test_reboot_prepare)
test that reboots by itself ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_recommends_in_test_depends (__main__.LxdRunner.test_recommends_in_test_depends)
@recommends@ in test dependencies ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_setup_commands (__main__.LxdRunner.test_setup_commands)
--setup-commands ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_setup_commands_reboot (__main__.LxdRunner.test_setup_commands_reboot)
--setup-commands with reboot ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_setup_commands_suppress_reboot (__main__.LxdRunner.test_setup_commands_suppress_reboot)
--setup-commands with suppressed reboot ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_skippable_success (__main__.LxdRunner.test_skippable_success)
A skippable test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_timeout (__main__.LxdRunner.test_timeout) ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_tree_build_needed_success (__main__.LxdRunner.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_tree_built_binaries (__main__.LxdRunner.test_tree_built_binaries)
source tree, install built binaries ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_tree_norestrictions_nobuild_success (__main__.LxdRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_user (__main__.LxdRunner.test_user)
Run tests as different user ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_user_needs_root (__main__.LxdRunner.test_user_needs_root)
--user option with needs-root restriction ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing LXD image'
test_apt_source_nonexisting (__main__.NullRunner.test_apt_source_nonexisting)
apt-source for nonexisting package ... skipped 'this test needs local deb-src apt sources'
test_arch_all (__main__.NullRunner.test_arch_all)
A test on "all" architecture skipped ... ok
test_arch_any (__main__.NullRunner.test_arch_any)
A test on "any" architecture succeeds ... ok
test_arch_in_mixed_list_skipped_explicit (__main__.NullRunner.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... ok
test_arch_in_mixed_list_skipped_wildcard (__main__.NullRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... ok
test_arch_in_supported_list (__main__.NullRunner.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... ok
test_arch_in_unsupported_list (__main__.NullRunner.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... ok
test_arch_in_unsupported_wildcard_list (__main__.NullRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... ok
test_arch_not_in_negated_list (__main__.NullRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... ok
test_arch_not_in_supported_list (__main__.NullRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... ok
test_arch_not_in_supported_wildcard_list (__main__.NullRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... ok
test_breaks_testbed (__main__.NullRunner.test_breaks_testbed)
breaks-testbed restriction ... ok
test_broken_test_deps (__main__.NullRunner.test_broken_test_deps)
unsatisfiable test dependencies ... ok
test_build_parallel (__main__.NullRunner.test_build_parallel)
--build-parallel option ... ok
test_can_sudo (__main__.NullRunner.test_can_sudo)
needs-sudo supported if and only if requirements already met ... # Non-root uid cannot sudo already
ok
test_command_not_found (__main__.NullRunner.test_command_not_found)
command-not-found failure is test failure ... ok
test_continue_with_other_tests (__main__.NullRunner.test_continue_with_other_tests)
Install failure should continue with next test ... ok
test_dev_stdouterr_access (__main__.NullRunner.test_dev_stdouterr_access)
write to /dev/stdout and /dev/stderr in a test ... ok
test_dsc_norestrictions_nobuild_success (__main__.NullRunner.test_dsc_norestrictions_nobuild_success)
dsc, no build, no restrictions, test success ... ok
test_env_passing (__main__.NullRunner.test_env_passing)
Pass environment variable to test ... ok
test_flaky_fail (__main__.NullRunner.test_flaky_fail)
A flaky test fails ... ok
test_flaky_fail_mixed (__main__.NullRunner.test_flaky_fail_mixed)
A flaky test fails, but another test passes ... ok
test_flaky_success (__main__.NullRunner.test_flaky_success)
A flaky test succeeds ... ok
test_git_source (__main__.NullRunner.test_git_source)
Check out source from git (default branch) ... skipped 'git not installed'
test_git_source_branch (__main__.NullRunner.test_git_source_branch)
Check out source from git (specified branch) ... skipped 'git not installed'
test_invalid_depends (__main__.NullRunner.test_invalid_depends)
Depends: has invalid syntax ... ok
test_isolation (__main__.NullRunner.test_isolation)
isolation restrictions ... ok
test_known_derestriction (__main__.NullRunner.test_known_derestriction)
--ignore-restrictions is respected for known restrictions ... ok
test_logfile_failure (__main__.NullRunner.test_logfile_failure)
--log-file option, failure ... ok
test_logfile_success (__main__.NullRunner.test_logfile_success)
--log-file option, success ... ok
test_needs_internet_skipped (__main__.NullRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... ok
test_needs_internet_success (__main__.NullRunner.test_needs_internet_success)
A needs-internet test succeeds ... ok
test_needs_internet_tried_skipped (__main__.NullRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... ok
test_needs_internet_tried_success (__main__.NullRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... ok
test_no_apt_install_with_dependencies_satisfied (__main__.NullRunner.test_no_apt_install_with_dependencies_satisfied)
package with dependencies satisfied while apt-get install is not available ... ok
test_no_apt_install_with_missing_dependency (__main__.NullRunner.test_no_apt_install_with_missing_dependency)
package with missing tests dependencies without available apt-get install ... ok
test_no_tests_dir (__main__.NullRunner.test_no_tests_dir)
package without debian/tests/ ... ok
test_non_unicode_stderr (__main__.NullRunner.test_non_unicode_stderr)
Don't fail on non-unicode test output on stderr ... ok
test_non_unicode_stdout (__main__.NullRunner.test_non_unicode_stdout)
Don't fail on non-unicode test output ... ok
test_pseudo_terminal (__main__.NullRunner.test_pseudo_terminal)
The test can access pseudo-terminals ... ok
test_reboot (__main__.NullRunner.test_reboot)
needs-reboot test gets skipped ... ok
test_reboot_mixed (__main__.NullRunner.test_reboot_mixed)
needs-reboot test gets skipped but another test is still run ... ok
test_setup_commands_boot_fail_badpkg (__main__.NullRunner.test_setup_commands_boot_fail_badpkg)
--setup-commands-boot which exit with 100 (bad package) ... ok
test_setup_commands_boot_fail_transient (__main__.NullRunner.test_setup_commands_boot_fail_transient)
--setup-commands-boot which exit with 1 (transient error) ... ok
test_setup_commands_fail_badpkg (__main__.NullRunner.test_setup_commands_fail_badpkg)
--setup-commands which exit with 100 (bad package) ... ok
test_setup_commands_fail_transient (__main__.NullRunner.test_setup_commands_fail_transient)
--setup-commands which exit with 1 (transient error) ... ok
test_signal (__main__.NullRunner.test_signal)
tests keep default signal handler ... ok
test_skip (__main__.NullRunner.test_skip)
Skip two specified tests ... ok
test_skip_not_installable (__main__.NullRunner.test_skip_not_installable)
Test skip-not-installable restriction ... ok
test_skip_not_installable_mixed (__main__.NullRunner.test_skip_not_installable_mixed)
Test skip-not-installable restriction combined with a passing test ... ok
test_skippable_fail (__main__.NullRunner.test_skippable_fail)
A skippable test fails ... ok
test_skippable_skipped (__main__.NullRunner.test_skippable_skipped)
A skippable test skips itself ... ok
test_skippable_skipped_mixed (__main__.NullRunner.test_skippable_skipped_mixed)
A skippable test skips itself, but another test passes ... ok
test_skippable_success (__main__.NullRunner.test_skippable_success)
A skippable test succeeds ... ok
test_summary (__main__.NullRunner.test_summary)
--summary option ... ok
test_superficial_fail (__main__.NullRunner.test_superficial_fail)
A superficial test failing is the same as if it was ... ok
test_superficial_fail_mixed (__main__.NullRunner.test_superficial_fail_mixed)
A superficial test (among others) failing is the same as if it ... ok
test_superficial_success (__main__.NullRunner.test_superficial_success)
If all successful tests are superficial, it's as though they ... ok
test_superficial_success_mixed (__main__.NullRunner.test_superficial_success_mixed)
Superficial tests don't harm non-superficial tests. ... ok
test_test_command (__main__.NullRunner.test_test_command)
Test-Command: instead of Tests: ... ok
test_test_command_with_double_quotes_and_single_quotes (__main__.NullRunner.test_test_command_with_double_quotes_and_single_quotes)
Test-Command contains quotes ... ok
test_test_command_with_double_quotes_in_single_quotes (__main__.NullRunner.test_test_command_with_double_quotes_in_single_quotes)
Test-Command contains double quotes inside single quotes ... ok
test_test_command_with_single_quotes (__main__.NullRunner.test_test_command_with_single_quotes)
Test-Command contains double quotes inside single quotes ... ok
test_test_not_found (__main__.NullRunner.test_test_not_found)
Tests: specifies a nonexisting test ... ok
test_testname (__main__.NullRunner.test_testname)
Run only specified tests. ... ok
test_testname_noexist (__main__.NullRunner.test_testname_noexist)
Run only one specified test which does not exist ... ok
test_testname_with_others_skipped (__main__.NullRunner.test_testname_with_others_skipped)
Run only one specified test between skipped tests ... ok
test_timeout (__main__.NullRunner.test_timeout)
handling test timeout ... ok
test_timeout_long_build (__main__.NullRunner.test_timeout_long_build)
long-running build with custom timeouts ... ok
test_timeout_long_build_fail (__main__.NullRunner.test_timeout_long_build_fail)
long-running build times out ... ok
test_timeout_long_test (__main__.NullRunner.test_timeout_long_test)
long-running test with custom timeouts ... ok
test_timeout_no_output (__main__.NullRunner.test_timeout_no_output)
handling test timeout for test without any output ... ok
test_tmpdir_env (__main__.NullRunner.test_tmpdir_env)
Respects $TMPDIR ... ok
test_tree_allow_stderr_nobuild_fail_on_exit (__main__.NullRunner.test_tree_allow_stderr_nobuild_fail_on_exit)
source tree, no build, allow-stderr, test fails with non-zero ... ok
test_tree_allow_stderr_nobuild_success (__main__.NullRunner.test_tree_allow_stderr_nobuild_success)
source tree, no build, allow-stderr, test success ... ok
test_tree_apply_patches_build_needed (__main__.NullRunner.test_tree_apply_patches_build_needed)
source tree, 3.0 (quilt) patches get applied with build-needed ... ok
test_tree_apply_patches_nobuild (__main__.NullRunner.test_tree_apply_patches_nobuild)
source tree, 3.0 (quilt) patches get applied with built package ... ok
test_tree_build_needed_success (__main__.NullRunner.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... ok
test_tree_debian_tests_only (__main__.NullRunner.test_tree_debian_tests_only)
tree with only debian/tests/ ... ok
test_tree_norestrictions_nobuild_fail_on_exit (__main__.NullRunner.test_tree_norestrictions_nobuild_fail_on_exit)
source tree, no build, no restrictions, test fails with non-zero ... ok
test_tree_norestrictions_nobuild_fail_on_stderr (__main__.NullRunner.test_tree_norestrictions_nobuild_fail_on_stderr)
source tree, no build, no restrictions, test fails with stderr ... ok
test_tree_norestrictions_nobuild_fail_on_stderr_and_exit (__main__.NullRunner.test_tree_norestrictions_nobuild_fail_on_stderr_and_exit)
source tree, no build, no restrictions, test fails with stderr+exit ... ok
test_tree_norestrictions_nobuild_success (__main__.NullRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... ok
test_tree_output_dir (__main__.NullRunner.test_tree_output_dir)
source tree, explicit --output-dir ... ok
test_tree_output_dir_in_test_tree (__main__.NullRunner.test_tree_output_dir_in_test_tree)
source tree, --output-dir in tests tree ... ok
test_tree_output_dir_nonempty (__main__.NullRunner.test_tree_output_dir_nonempty)
existing and non-empty --output-dir ... ok
test_undeletable_files (__main__.NullRunner.test_undeletable_files)
source tree has undeletable files ... ok
test_unicode (__main__.NullRunner.test_unicode)
Unicode test output ... ok
test_unknown_derestriction (__main__.NullRunner.test_unknown_derestriction)
--ignore-restrictions is respected for unknown restrictions ... ok
test_unknown_restriction (__main__.NullRunner.test_unknown_restriction)
test with unknown restriction gets skipped ... ok
test_unskippable (__main__.NullRunner.test_unskippable)
A non-skippable test fails with an exit status that happens ... ok
test_validate (__main__.NullRunner.test_validate)
--validate command line options ... ok
test_versioned_depends (__main__.NullRunner.test_versioned_depends)
Depends: with versions ... ok
test_broken_test_deps (__main__.NullRunnerRoot.test_broken_test_deps)
unsatisfiable test dependencies ... skipped 'NullRunnerRoot tests need to run as root'
test_cannot_sudo (__main__.NullRunnerRoot.test_cannot_sudo)
Will not run needs-sudo tests if we could not revert ... skipped 'NullRunnerRoot tests need to run as root'
test_default_locale (__main__.NullRunnerRoot.test_default_locale)
tests have default locale C.UTF-8 ... skipped 'NullRunnerRoot tests need to run as root'
test_specify_locale (__main__.NullRunnerRoot.test_specify_locale)
tests have specified locale ... skipped 'NullRunnerRoot tests need to run as root'
test_tmpdir_for_other_users (__main__.NullRunnerRoot.test_tmpdir_for_other_users)
$TMPDIR is accessible to non-root users ... skipped 'NullRunnerRoot tests need to run as root'
test_user (__main__.NullRunnerRoot.test_user)
--user option ... skipped 'NullRunnerRoot tests need to run as root'
test_apt_autodep8_with_control (__main__.PodmanInitRunner.test_apt_autodep8_with_control)
autodep8 with d/t/control present ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_apt_source (__main__.PodmanInitRunner.test_apt_source)
apt source ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_apt_source_arch_conflict (__main__.PodmanInitRunner.test_apt_source_arch_conflict)
apt-source for src with binary that other src also provides for different arch ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_all (__main__.PodmanInitRunner.test_arch_all)
A test on "all" architecture skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_any (__main__.PodmanInitRunner.test_arch_any)
A test on "any" architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_in_mixed_list_skipped_explicit (__main__.PodmanInitRunner.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_in_mixed_list_skipped_wildcard (__main__.PodmanInitRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_in_supported_list (__main__.PodmanInitRunner.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_in_unsupported_list (__main__.PodmanInitRunner.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_in_unsupported_wildcard_list (__main__.PodmanInitRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_not_in_negated_list (__main__.PodmanInitRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_not_in_supported_list (__main__.PodmanInitRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_arch_not_in_supported_wildcard_list (__main__.PodmanInitRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_background_process (__main__.PodmanInitRunner.test_background_process)
leftover background process in test ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_breaks_testbed (__main__.PodmanInitRunner.test_breaks_testbed)
breaks-testbed restriction ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_can_sudo (__main__.PodmanInitRunner.test_can_sudo)
Containers can provide a working sudo ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_copy_performance (__main__.PodmanInitRunner.test_copy_performance)
copying files between host and testbed is fast and reliable ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_copy_timeout (__main__.PodmanInitRunner.test_copy_timeout)
handling copying timeout ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_dsc_build_needed_success (__main__.PodmanInitRunner.test_dsc_build_needed_success)
dsc, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_exit_255 (__main__.PodmanInitRunner.test_exit_255)
test exits with code 255 ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_flaky_success (__main__.PodmanInitRunner.test_flaky_success)
A flaky test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_isolation (__main__.PodmanInitRunner.test_isolation)
isolation restrictions ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_logind (__main__.PodmanInitRunner.test_logind)
test has logind session ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_needs_internet_skipped (__main__.PodmanInitRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_needs_internet_success (__main__.PodmanInitRunner.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_needs_internet_tried_skipped (__main__.PodmanInitRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_needs_internet_tried_success (__main__.PodmanInitRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_needs_recommends (__main__.PodmanInitRunner.test_needs_recommends)
needs-recommends restriction ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_needs_recommends_first (__main__.PodmanInitRunner.test_needs_recommends_first)
needs-recommends restriction in former of two tests ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_needs_recommends_last (__main__.PodmanInitRunner.test_needs_recommends_last)
needs-recommends restriction in later of two tests ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_no_locale_conf (__main__.PodmanInitRunner.test_no_locale_conf)
No /etc/default/locale ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_pseudo_terminal (__main__.PodmanInitRunner.test_pseudo_terminal)
The test can access pseudo-terminals ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_reboot (__main__.PodmanInitRunner.test_reboot)
needs-reboot test gets skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_reboot_mixed (__main__.PodmanInitRunner.test_reboot_mixed)
needs-reboot test gets skipped but another test is still run ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_recommends_in_test_depends (__main__.PodmanInitRunner.test_recommends_in_test_depends)
@recommends@ in test dependencies ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_setup_commands (__main__.PodmanInitRunner.test_setup_commands)
--setup-commands ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_setup_commands_suppress_reboot (__main__.PodmanInitRunner.test_setup_commands_suppress_reboot)
--setup-commands with suppressed reboot ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_skippable_success (__main__.PodmanInitRunner.test_skippable_success)
A skippable test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_timeout (__main__.PodmanInitRunner.test_timeout)
handling test timeout ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_tree_build_needed_success (__main__.PodmanInitRunner.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_tree_built_binaries (__main__.PodmanInitRunner.test_tree_built_binaries)
source tree, install built binaries ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_tree_norestrictions_nobuild_success (__main__.PodmanInitRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_user (__main__.PodmanInitRunner.test_user)
Run tests as different user ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_user_needs_root (__main__.PodmanInitRunner.test_user_needs_root)
--user option with needs-root restriction ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN_INIT to an existing image name'
test_apt_autodep8_with_control (__main__.PodmanRunner.test_apt_autodep8_with_control)
autodep8 with d/t/control present ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_apt_source (__main__.PodmanRunner.test_apt_source)
apt source ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_apt_source_arch_conflict (__main__.PodmanRunner.test_apt_source_arch_conflict)
apt-source for src with binary that other src also provides for different arch ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_all (__main__.PodmanRunner.test_arch_all)
A test on "all" architecture skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_any (__main__.PodmanRunner.test_arch_any)
A test on "any" architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_in_mixed_list_skipped_explicit (__main__.PodmanRunner.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_in_mixed_list_skipped_wildcard (__main__.PodmanRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_in_supported_list (__main__.PodmanRunner.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_in_unsupported_list (__main__.PodmanRunner.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_in_unsupported_wildcard_list (__main__.PodmanRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_not_in_negated_list (__main__.PodmanRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_not_in_supported_list (__main__.PodmanRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_arch_not_in_supported_wildcard_list (__main__.PodmanRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_background_process (__main__.PodmanRunner.test_background_process)
leftover background process in test ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_breaks_testbed (__main__.PodmanRunner.test_breaks_testbed)
breaks-testbed restriction ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_can_sudo (__main__.PodmanRunner.test_can_sudo)
Containers can provide a working sudo ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_copy_performance (__main__.PodmanRunner.test_copy_performance)
copying files between host and testbed is fast and reliable ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_copy_timeout (__main__.PodmanRunner.test_copy_timeout)
handling copying timeout ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_dsc_build_needed_success (__main__.PodmanRunner.test_dsc_build_needed_success)
dsc, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_exit_255 (__main__.PodmanRunner.test_exit_255)
test exits with code 255 ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_flaky_success (__main__.PodmanRunner.test_flaky_success)
A flaky test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_isolation (__main__.PodmanRunner.test_isolation)
isolation restrictions ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_needs_internet_skipped (__main__.PodmanRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_needs_internet_success (__main__.PodmanRunner.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_needs_internet_tried_skipped (__main__.PodmanRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_needs_internet_tried_success (__main__.PodmanRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_needs_recommends (__main__.PodmanRunner.test_needs_recommends)
needs-recommends restriction ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_needs_recommends_first (__main__.PodmanRunner.test_needs_recommends_first)
needs-recommends restriction in former of two tests ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_needs_recommends_last (__main__.PodmanRunner.test_needs_recommends_last)
needs-recommends restriction in later of two tests ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_no_locale_conf (__main__.PodmanRunner.test_no_locale_conf)
No /etc/default/locale ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_pseudo_terminal (__main__.PodmanRunner.test_pseudo_terminal)
The test can access pseudo-terminals ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_reboot (__main__.PodmanRunner.test_reboot)
needs-reboot test gets skipped ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_reboot_mixed (__main__.PodmanRunner.test_reboot_mixed)
needs-reboot test gets skipped but another test is still run ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_recommends_in_test_depends (__main__.PodmanRunner.test_recommends_in_test_depends)
@recommends@ in test dependencies ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_setup_commands (__main__.PodmanRunner.test_setup_commands)
--setup-commands ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_setup_commands_suppress_reboot (__main__.PodmanRunner.test_setup_commands_suppress_reboot)
--setup-commands with suppressed reboot ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_skippable_success (__main__.PodmanRunner.test_skippable_success)
A skippable test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_timeout (__main__.PodmanRunner.test_timeout)
handling test timeout ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_tree_build_needed_success (__main__.PodmanRunner.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_tree_built_binaries (__main__.PodmanRunner.test_tree_built_binaries)
source tree, install built binaries ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_tree_norestrictions_nobuild_success (__main__.PodmanRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_user (__main__.PodmanRunner.test_user)
Run tests as different user ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_user_needs_root (__main__.PodmanRunner.test_user_needs_root)
--user option with needs-root restriction ... skipped 'Set $AUTOPKGTEST_TEST_PODMAN to an existing image name'
test_apt_autodep8_with_control (__main__.QemuRunner.test_apt_autodep8_with_control)
autodep8 with d/t/control present ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_apt_source (__main__.QemuRunner.test_apt_source)
apt source ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_apt_source_arch_conflict (__main__.QemuRunner.test_apt_source_arch_conflict)
apt-source for src with binary that other src also provides for different arch ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_all (__main__.QemuRunner.test_arch_all)
A test on "all" architecture skipped ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_any (__main__.QemuRunner.test_arch_any)
A test on "any" architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_in_mixed_list_skipped_explicit (__main__.QemuRunner.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_in_mixed_list_skipped_wildcard (__main__.QemuRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_in_supported_list (__main__.QemuRunner.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_in_unsupported_list (__main__.QemuRunner.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_in_unsupported_wildcard_list (__main__.QemuRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_not_in_negated_list (__main__.QemuRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_not_in_supported_list (__main__.QemuRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_arch_not_in_supported_wildcard_list (__main__.QemuRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_background_process (__main__.QemuRunner.test_background_process)
leftover background process in test ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_breaks_testbed (__main__.QemuRunner.test_breaks_testbed)
breaks-testbed restriction ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_can_sudo (__main__.QemuRunner.test_can_sudo)
Containers can provide a working sudo ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_copy_performance (__main__.QemuRunner.test_copy_performance)
copying files between host and testbed is fast and reliable ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_copy_timeout (__main__.QemuRunner.test_copy_timeout)
handling copying timeout ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_dsc_build_needed_success (__main__.QemuRunner.test_dsc_build_needed_success)
dsc, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_exit_255 (__main__.QemuRunner.test_exit_255)
test exits with code 255 ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_flaky_success (__main__.QemuRunner.test_flaky_success)
A flaky test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_isolation (__main__.QemuRunner.test_isolation)
isolation restrictions ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_logind (__main__.QemuRunner.test_logind)
test has logind session ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_needs_internet_skipped (__main__.QemuRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_needs_internet_success (__main__.QemuRunner.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_needs_internet_tried_skipped (__main__.QemuRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_needs_internet_tried_success (__main__.QemuRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_needs_recommends (__main__.QemuRunner.test_needs_recommends)
needs-recommends restriction ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_needs_recommends_first (__main__.QemuRunner.test_needs_recommends_first)
needs-recommends restriction in former of two tests ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_needs_recommends_last (__main__.QemuRunner.test_needs_recommends_last)
needs-recommends restriction in later of two tests ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_no_locale_conf (__main__.QemuRunner.test_no_locale_conf)
No /etc/default/locale ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_options_and_baseimage (__main__.QemuRunner.test_options_and_baseimage)
autopkgtest-virt-qemu options and /dev/baseimage ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_pseudo_terminal (__main__.QemuRunner.test_pseudo_terminal)
The test can access pseudo-terminals ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_reboot (__main__.QemuRunner.test_reboot)
test that reboots ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_reboot_prepare (__main__.QemuRunner.test_reboot_prepare)
test that reboots by itself ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_reboot_ro (__main__.QemuRunner.test_reboot_ro)
test that reboots, r/o system ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_recommends_in_test_depends (__main__.QemuRunner.test_recommends_in_test_depends)
@recommends@ in test dependencies ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_setup_commands (__main__.QemuRunner.test_setup_commands)
--setup-commands ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_setup_commands_reboot (__main__.QemuRunner.test_setup_commands_reboot)
--setup-commands with reboot ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_setup_commands_suppress_reboot (__main__.QemuRunner.test_setup_commands_suppress_reboot)
--setup-commands with suppressed reboot ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_skippable_success (__main__.QemuRunner.test_skippable_success)
A skippable test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_timeout (__main__.QemuRunner.test_timeout)
handling test timeout ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_tree_build_needed_success (__main__.QemuRunner.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_tree_built_binaries (__main__.QemuRunner.test_tree_built_binaries)
source tree, install built binaries ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_tree_norestrictions_nobuild_success (__main__.QemuRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_user (__main__.QemuRunner.test_user)
Run tests as different user ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_user_needs_root (__main__.QemuRunner.test_user_needs_root)
--user option with needs-root restriction ... skipped 'Set $AUTOPKGTEST_TEST_QEMU to an existing autopkgtest QEMU image'
test_apt_autodep8 (__main__.SchrootRunner.test_apt_autodep8)
apt, autodep8 ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_autodep8_with_control (__main__.SchrootRunner.test_apt_autodep8_with_control)
autodep8 with d/t/control present ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_no_autocontrol (__main__.SchrootRunner.test_apt_no_autocontrol)
apt, disable automatic test generation ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_pocket_all (__main__.SchrootRunner.test_apt_pocket_all)
--apt-pocket with all packages from -proposed ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_pocket_disjoint_binaries (__main__.SchrootRunner.test_apt_pocket_disjoint_binaries)
--apt-pocket new version in unstable with non-overlapping binaries ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_pocket_lib (__main__.SchrootRunner.test_apt_pocket_lib)
--apt-pocket selecting library dep from -proposed ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_pocket_multi_nonexisting_dep (__main__.SchrootRunner.test_apt_pocket_multi_nonexisting_dep)
--apt-pocket with multiple tests and a nonexisting dependency ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_pocket_nbs (__main__.SchrootRunner.test_apt_pocket_nbs)
--apt-pocket with only NBS binaries in unstable ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_pocket_no_fallback_fail (__main__.SchrootRunner.test_apt_pocket_no_fallback_fail)
--apt-pocket selecting package from -proposed with dep from -proposed with --no-apt-fallback ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_pocket_pkg_with_proposed_dep (__main__.SchrootRunner.test_apt_pocket_pkg_with_proposed_dep)
--apt-pocket selecting package from -proposed with dep from -proposed ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_pocket_selected (__main__.SchrootRunner.test_apt_pocket_selected)
--apt-pocket selecting two packages from -proposed ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_pocket_src (__main__.SchrootRunner.test_apt_pocket_src)
--apt-pocket selecting all binaries from a source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_proposed_dot (__main__.SchrootRunner.test_apt_proposed_dot)
--apt-pocket with packages with '.' (regex special character) in name ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_apt_source (__main__.SchrootRunner.test_apt_source)
apt source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_all (__main__.SchrootRunner.test_arch_all)
A test on "all" architecture skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_any (__main__.SchrootRunner.test_arch_any)
A test on "any" architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_in_mixed_list_skipped_explicit (__main__.SchrootRunner.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_in_mixed_list_skipped_wildcard (__main__.SchrootRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_in_supported_list (__main__.SchrootRunner.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_in_unsupported_list (__main__.SchrootRunner.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_in_unsupported_wildcard_list (__main__.SchrootRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_not_in_negated_list (__main__.SchrootRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_not_in_supported_list (__main__.SchrootRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_arch_not_in_supported_wildcard_list (__main__.SchrootRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_binary (__main__.SchrootRunner.test_binary)
binary for test ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_breaks_testbed (__main__.SchrootRunner.test_breaks_testbed)
breaks-testbed restriction ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_broken_test_deps (__main__.SchrootRunner.test_broken_test_deps)
unsatisfiable test dependencies ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_changes (__main__.SchrootRunner.test_changes)
source/binary .changes ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_copy_performance (__main__.SchrootRunner.test_copy_performance)
copying files between host and testbed is fast and reliable ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_copy_timeout (__main__.SchrootRunner.test_copy_timeout)
handling copying timeout ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_dsc_build_needed_success (__main__.SchrootRunner.test_dsc_build_needed_success)
dsc, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_flaky_fail (__main__.SchrootRunner.test_flaky_fail)
A flaky test fails ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_flaky_fail_mixed (__main__.SchrootRunner.test_flaky_fail_mixed)
A flaky test fails, but another test passes ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_flaky_success (__main__.SchrootRunner.test_flaky_success)
A flaky test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_foreign_arch_deps (__main__.SchrootRunner.test_foreign_arch_deps)
dependency to foreign architecture ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_git_source_build (__main__.SchrootRunner.test_git_source_build)
Check out and build source from git ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_install_failure (__main__.SchrootRunner.test_install_failure)
test dependency install failure ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_isolation (__main__.SchrootRunner.test_isolation)
isolation restrictions ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_logfile (__main__.SchrootRunner.test_logfile)
--log-file option ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_needs_internet_skipped (__main__.SchrootRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_needs_internet_success (__main__.SchrootRunner.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_needs_internet_tried_skipped (__main__.SchrootRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_needs_internet_tried_success (__main__.SchrootRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_needs_recommends (__main__.SchrootRunner.test_needs_recommends)
needs-recommends restriction ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_needs_recommends_first (__main__.SchrootRunner.test_needs_recommends_first)
needs-recommends restriction in former of two tests ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_needs_recommends_last (__main__.SchrootRunner.test_needs_recommends_last)
needs-recommends restriction in later of two tests ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_persistent_apt_failure (__main__.SchrootRunner.test_persistent_apt_failure)
persistent apt errors are treated as test failure ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_pseudo_terminal (__main__.SchrootRunner.test_pseudo_terminal)
The test can access pseudo-terminals ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_recommends_in_test_depends (__main__.SchrootRunner.test_recommends_in_test_depends)
@recommends@ in test dependencies ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_setup_commands (__main__.SchrootRunner.test_setup_commands)
--setup-commands ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_setup_commands_suppress_reboot (__main__.SchrootRunner.test_setup_commands_suppress_reboot)
--setup-commands with suppressed reboot ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_skippable_fail (__main__.SchrootRunner.test_skippable_fail)
A skippable test fails ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_skippable_skipped (__main__.SchrootRunner.test_skippable_skipped)
A skippable test skips itself ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_skippable_skipped_mixed (__main__.SchrootRunner.test_skippable_skipped_mixed)
A skippable test skips itself, but another test passes ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_skippable_success (__main__.SchrootRunner.test_skippable_success)
A skippable test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_superficial_fail (__main__.SchrootRunner.test_superficial_fail)
A superficial test failing is the same as if it was ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_superficial_fail_mixed (__main__.SchrootRunner.test_superficial_fail_mixed)
A superficial test (among others) failing is the same as if it ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_superficial_success (__main__.SchrootRunner.test_superficial_success)
If all successful tests are superficial, it's as though they ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_superficial_success_mixed (__main__.SchrootRunner.test_superficial_success_mixed)
Superficial tests don't harm non-superficial tests. ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_transient_apt_failure (__main__.SchrootRunner.test_transient_apt_failure)
transient apt errors are treated as testbed failure ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_allow_stderr_nobuild_fail_on_exit (__main__.SchrootRunner.test_tree_allow_stderr_nobuild_fail_on_exit)
source tree, no build, allow-stderr, test fails with non-zero ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_allow_stderr_nobuild_success (__main__.SchrootRunner.test_tree_allow_stderr_nobuild_success)
source tree, no build, allow-stderr, test success ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_apply_patches_unbuilt_tree (__main__.SchrootRunner.test_tree_apply_patches_unbuilt_tree)
source tree, 3.0 (quilt) patches get applied on unbuilt tree ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_build_needed_success (__main__.SchrootRunner.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_built_binaries (__main__.SchrootRunner.test_tree_built_binaries)
source tree, install built binaries ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_norestrictions_nobuild_fail_on_exit (__main__.SchrootRunner.test_tree_norestrictions_nobuild_fail_on_exit)
source tree, no build, no restrictions, test fails with non-zero ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_norestrictions_nobuild_fail_on_stderr (__main__.SchrootRunner.test_tree_norestrictions_nobuild_fail_on_stderr)
source tree, no build, no restrictions, test fails with stderr ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_norestrictions_nobuild_fail_on_stderr_and_exit (__main__.SchrootRunner.test_tree_norestrictions_nobuild_fail_on_stderr_and_exit)
source tree, no build, no restrictions, test fails with stderr+exit ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_norestrictions_nobuild_success (__main__.SchrootRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_tree_output_dir (__main__.SchrootRunner.test_tree_output_dir)
source tree, explicit --output-dir ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_unknown_restriction (__main__.SchrootRunner.test_unknown_restriction)
Tests with unknown restrictions are skipped ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_unskippable (__main__.SchrootRunner.test_unskippable)
A non-skippable test fails with an exit status that happens ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_unversioned_provides_with_at (__main__.SchrootRunner.test_unversioned_provides_with_at)
test that unversioned provides do not satisfy test dependencies on "@" ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_unversioned_provides_with_conflicting_alternatives (__main__.SchrootRunner.test_unversioned_provides_with_conflicting_alternatives)
test that unversioned provides do not satisfy test dependencies on conflicting alternatives from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_unversioned_provides_with_nonconflicting_alternatives (__main__.SchrootRunner.test_unversioned_provides_with_nonconflicting_alternatives)
test that unversioned provides do not satisfy test dependencies on not conflicting alternatives from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_unversioned_provides_with_unrelated_alternatives (__main__.SchrootRunner.test_unversioned_provides_with_unrelated_alternatives)
test that unversioned provides satisfy test dependencies on alternatives not all from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_unversioned_provides_with_unversioned_explicit (__main__.SchrootRunner.test_unversioned_provides_with_unversioned_explicit)
test that unversioned provides do not satisfy unversioned test dependencies on binary package from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_unversioned_provides_with_versioned_explicit (__main__.SchrootRunner.test_unversioned_provides_with_versioned_explicit)
test that unversioned provides do not satisfy versioned test dependencies on binary package from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_user (__main__.SchrootRunner.test_user)
Run tests as different user ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_user_needs_root (__main__.SchrootRunner.test_user_needs_root)
--user option with needs-root restriction ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_at (__main__.SchrootRunner.test_versioned_provides_with_at)
test that versioned provides do not satisfy test dependencies on "@" ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_at_arch_any (__main__.SchrootRunner.test_versioned_provides_with_at_arch_any)
test that versioned provides do not satisfy test dependencies on "@" with arch:any binary packages ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_at_arch_multiple (__main__.SchrootRunner.test_versioned_provides_with_at_arch_multiple)
test that versioned provides do not satisfy test dependencies on "@" with <os>-any + hurd-any binary packages ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_conflicting_alternatives (__main__.SchrootRunner.test_versioned_provides_with_conflicting_alternatives)
test that versioned provides do not satisfy test dependencies on conflicting alternatives from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_nonconflicting_alternatives (__main__.SchrootRunner.test_versioned_provides_with_nonconflicting_alternatives)
test that versioned provides do not satisfy test dependencies on not conflicting alternatives from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_unrelated_alternatives (__main__.SchrootRunner.test_versioned_provides_with_unrelated_alternatives)
test that versioned provides satisfy test dependencies on alternatives not all from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_unversioned_explicit (__main__.SchrootRunner.test_versioned_provides_with_unversioned_explicit)
test that versioned provides do not satisfy unversioned test dependencies on binary package from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_unversioned_explicit_on_host_arch (__main__.SchrootRunner.test_versioned_provides_with_unversioned_explicit_on_host_arch)
test that versioned provides do not satisfy test dependencies on <host_arch> ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_unversioned_explicit_on_not_hurd (__main__.SchrootRunner.test_versioned_provides_with_unversioned_explicit_on_not_hurd)
test that versioned provides do not satisfy test dependencies on !hurd-any ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_versioned_provides_with_versioned_explicit (__main__.SchrootRunner.test_versioned_provides_with_versioned_explicit)
test that versioned provides do not satisfy versioned test dependencies on binary package from the same source ... skipped 'Set $AUTOPKGTEST_TEST_SCHROOT to an existing schroot'
test_background_process (__main__.SshRunnerNoScript.test_background_process)
leftover background process in test ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_break_testbed (__main__.SshRunnerNoScript.test_break_testbed)
test breaks sshd ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_exit_255 (__main__.SshRunnerNoScript.test_exit_255)
test exits with code 255 ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_isolation (__main__.SshRunnerNoScript.test_isolation)
--capability option for isolation ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_no_root (__main__.SshRunnerNoScript.test_no_root)
no root ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_password (__main__.SshRunnerNoScript.test_password)
no root, password auth ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_passwordless_sudo (__main__.SshRunnerNoScript.test_passwordless_sudo)
sudo without password ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_reboot (__main__.SshRunnerNoScript.test_reboot)
test that reboots ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_reboot_prepare (__main__.SshRunnerNoScript.test_reboot_prepare)
test that reboots by itself ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_with_root (__main__.SshRunnerNoScript.test_with_root)
with root ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_apt_source (__main__.SshRunnerWithScript.test_apt_source)
apt source ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_all (__main__.SshRunnerWithScript.test_arch_all)
A test on "all" architecture skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_any (__main__.SshRunnerWithScript.test_arch_any)
A test on "any" architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_in_mixed_list_skipped_explicit (__main__.SshRunnerWithScript.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_in_mixed_list_skipped_wildcard (__main__.SshRunnerWithScript.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_in_supported_list (__main__.SshRunnerWithScript.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_in_unsupported_list (__main__.SshRunnerWithScript.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_in_unsupported_wildcard_list (__main__.SshRunnerWithScript.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_not_in_negated_list (__main__.SshRunnerWithScript.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_not_in_supported_list (__main__.SshRunnerWithScript.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_not_in_supported_wildcard_list (__main__.SshRunnerWithScript.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_break_testbed (__main__.SshRunnerWithScript.test_break_testbed)
test breaks sshd ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_breaks_testbed (__main__.SshRunnerWithScript.test_breaks_testbed)
breaks-testbed restriction ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_command_not_found (__main__.SshRunnerWithScript.test_command_not_found)
command-not-found failure is test failure ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_flaky_success (__main__.SshRunnerWithScript.test_flaky_success)
A flaky test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_isolation (__main__.SshRunnerWithScript.test_isolation)
isolation restrictions ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_needs_internet_skipped (__main__.SshRunnerWithScript.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_needs_internet_success (__main__.SshRunnerWithScript.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_needs_internet_tried_skipped (__main__.SshRunnerWithScript.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_needs_internet_tried_success (__main__.SshRunnerWithScript.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_no_root (__main__.SshRunnerWithScript.test_no_root)
no root ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_password (__main__.SshRunnerWithScript.test_password)
no root, password auth ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_passwordless_sudo (__main__.SshRunnerWithScript.test_passwordless_sudo)
sudo without password ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_pseudo_terminal (__main__.SshRunnerWithScript.test_pseudo_terminal)
The test can access pseudo-terminals ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_skippable_success (__main__.SshRunnerWithScript.test_skippable_success)
A skippable test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_ssh_failure (__main__.SshRunnerWithScript.test_ssh_failure)
ssh failure is testbed failure ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_timeout (__main__.SshRunnerWithScript.test_timeout)
handling test that times out ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_tree_build_needed_success (__main__.SshRunnerWithScript.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_tree_norestrictions_nobuild_success (__main__.SshRunnerWithScript.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_with_root_and_revert (__main__.SshRunnerWithScript.test_with_root_and_revert)
with root and revert ... skipped 'Set $AUTOPKGTEST_TEST_LXD to an existing container'
test_arch_all (__main__.UnshareRunner.test_arch_all)
A test on "all" architecture skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_arch_any (__main__.UnshareRunner.test_arch_any)
A test on "any" architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_arch_in_mixed_list_skipped_explicit (__main__.UnshareRunner.test_arch_in_mixed_list_skipped_explicit)
A test in a mixed list on unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_arch_in_mixed_list_skipped_wildcard (__main__.UnshareRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_arch_in_supported_list (__main__.UnshareRunner.test_arch_in_supported_list)
A test on an explicitly suppported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_arch_in_unsupported_list (__main__.UnshareRunner.test_arch_in_unsupported_list)
A test on an explicitly unsuppported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_arch_in_unsupported_wildcard_list (__main__.UnshareRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_arch_not_in_negated_list (__main__.UnshareRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_arch_not_in_supported_list (__main__.UnshareRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_arch_not_in_supported_wildcard_list (__main__.UnshareRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_bind (__main__.UnshareRunner.test_bind)
-b/--bind mounts a directory rw, creating parents if needed ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_breaks_testbed (__main__.UnshareRunner.test_breaks_testbed)
breaks-testbed restriction ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_flaky_fail (__main__.UnshareRunner.test_flaky_fail)
A flaky test fails ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_flaky_fail_mixed (__main__.UnshareRunner.test_flaky_fail_mixed)
A flaky test fails, but another test passes ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_flaky_success (__main__.UnshareRunner.test_flaky_success)
A flaky test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_isolation (__main__.UnshareRunner.test_isolation)
isolation restrictions ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_needs_internet_skipped (__main__.UnshareRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_needs_internet_success (__main__.UnshareRunner.test_needs_internet_success)
A needs-internet test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_needs_internet_tried_skipped (__main__.UnshareRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_needs_internet_tried_success (__main__.UnshareRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_pseudo_terminal (__main__.UnshareRunner.test_pseudo_terminal)
The test can access pseudo-terminals ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_skippable_fail (__main__.UnshareRunner.test_skippable_fail)
A skippable test fails ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_skippable_skipped (__main__.UnshareRunner.test_skippable_skipped)
A skippable test skips itself ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_skippable_skipped_mixed (__main__.UnshareRunner.test_skippable_skipped_mixed)
A skippable test skips itself, but another test passes ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_skippable_success (__main__.UnshareRunner.test_skippable_success)
A skippable test succeeds ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_superficial_fail (__main__.UnshareRunner.test_superficial_fail)
A superficial test failing is the same as if it was ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_superficial_fail_mixed (__main__.UnshareRunner.test_superficial_fail_mixed)
A superficial test (among others) failing is the same as if it ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_superficial_success (__main__.UnshareRunner.test_superficial_success)
If all successful tests are superficial, it's as though they ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_superficial_success_mixed (__main__.UnshareRunner.test_superficial_success_mixed)
Superficial tests don't harm non-superficial tests. ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_tree_allow_stderr_nobuild_fail_on_exit (__main__.UnshareRunner.test_tree_allow_stderr_nobuild_fail_on_exit)
source tree, no build, allow-stderr, test fails with non-zero ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_tree_allow_stderr_nobuild_success (__main__.UnshareRunner.test_tree_allow_stderr_nobuild_success)
source tree, no build, allow-stderr, test success ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_tree_build_needed_success (__main__.UnshareRunner.test_tree_build_needed_success)
source tree, build-needed restriction, test success ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_tree_norestrictions_nobuild_fail_on_exit (__main__.UnshareRunner.test_tree_norestrictions_nobuild_fail_on_exit)
source tree, no build, no restrictions, test fails with non-zero ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_tree_norestrictions_nobuild_fail_on_stderr (__main__.UnshareRunner.test_tree_norestrictions_nobuild_fail_on_stderr)
source tree, no build, no restrictions, test fails with stderr ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_tree_norestrictions_nobuild_fail_on_stderr_and_exit (__main__.UnshareRunner.test_tree_norestrictions_nobuild_fail_on_stderr_and_exit)
source tree, no build, no restrictions, test fails with stderr+exit ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_tree_norestrictions_nobuild_success (__main__.UnshareRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_unknown_restriction (__main__.UnshareRunner.test_unknown_restriction)
Tests with unknown restrictions are skipped ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'
test_unskippable (__main__.UnshareRunner.test_unskippable)
A non-skippable test fails with an exit status that happens ... skipped 'Set $AUTOPKGTEST_TEST_UNSHARE to an existing rootfs tarball'

----------------------------------------------------------------------
Ran 595 tests in 126.126s

OK (skipped=505)
test_broken_test_deps (__main__.NullRunnerRoot.test_broken_test_deps)
unsatisfiable test dependencies ... ok
test_cannot_sudo (__main__.NullRunnerRoot.test_cannot_sudo)
Will not run needs-sudo tests if we could not revert ... ok
test_default_locale (__main__.NullRunnerRoot.test_default_locale)
tests have default locale C.UTF-8 ... ok
test_specify_locale (__main__.NullRunnerRoot.test_specify_locale)
tests have specified locale ... ok
test_tmpdir_for_other_users (__main__.NullRunnerRoot.test_tmpdir_for_other_users)
$TMPDIR is accessible to non-root users ... ok
test_user (__main__.NullRunnerRoot.test_user)
--user option ... ok
test_add_apt_release (__main__.ChrootRunner.test_add_apt_release)
--add-apt-release ... ok
test_add_apt_source (__main__.ChrootRunner.test_add_apt_source)
--add-apt-source ... ok
test_apt_default_release (__main__.ChrootRunner.test_apt_default_release)
--apt-default-release ... ok
test_apt_pocket (__main__.ChrootRunner.test_apt_pocket)
--apt-pocket ... ok
test_apt_pocket_selected (__main__.ChrootRunner.test_apt_pocket_selected)
--apt-pocket with package list ... ok
test_apt_source_no_restrictions (__main__.ChrootRunner.test_apt_source_no_restrictions)
apt source, no build, no restrictions ... ok
test_apt_source_single_line_package_list (__main__.ChrootRunner.test_apt_source_single_line_package_list)
apt source, single-line Package-List: ... ok
test_arch_all (__main__.ChrootRunner.test_arch_all)
A test on "all" architecture skipped ... ok
test_arch_any (__main__.ChrootRunner.test_arch_any)
A test on "any" architecture succeeds ... ok
test_arch_in_mixed_list_skipped_explicit (__main__.ChrootRunner.test_arch_in_mixed_list_skipped_explicit) ... skipped 'chroot runner tests fake testbed_arch as powerpc'
test_arch_in_mixed_list_skipped_wildcard (__main__.ChrootRunner.test_arch_in_mixed_list_skipped_wildcard)
A test in a mixed list on supported architecture is skipped ... ok
test_arch_in_supported_list (__main__.ChrootRunner.test_arch_in_supported_list) ... skipped 'chroot runner tests fake testbed_arch as powerpc'
test_arch_in_unsupported_list (__main__.ChrootRunner.test_arch_in_unsupported_list) ... skipped 'chroot runner tests fake testbed_arch as powerpc'
test_arch_in_unsupported_wildcard_list (__main__.ChrootRunner.test_arch_in_unsupported_wildcard_list)
A test on an explictly unsuppported wildcard architecture is skipped ... ok
test_arch_not_in_negated_list (__main__.ChrootRunner.test_arch_not_in_negated_list)
A test on an implicitly supported architecture succeeds ... ok
test_arch_not_in_supported_list (__main__.ChrootRunner.test_arch_not_in_supported_list)
A test on an implicitly unsupported architecture is skipped ... ok
test_arch_not_in_supported_wildcard_list (__main__.ChrootRunner.test_arch_not_in_supported_wildcard_list)
A test on an implicitly unsupported wildcard architecture is skipped ... ok
test_artifacts (__main__.ChrootRunner.test_artifacts)
tests producing additional artifacts ... ok
test_breaks_testbed (__main__.ChrootRunner.test_breaks_testbed)
breaks-testbed restriction ... ok
test_build_deps (__main__.ChrootRunner.test_build_deps)
test depends on build dependencies ... ok
test_build_deps_profiles (__main__.ChrootRunner.test_build_deps_profiles)
test depends on build dependencies with build profiles ... ok
test_cli_args_from_file (__main__.ChrootRunner.test_cli_args_from_file)
read CLI arguments from file ... ok
test_copy (__main__.ChrootRunner.test_copy)
--copy ... ok
test_fancy_deps (__main__.ChrootRunner.test_fancy_deps)
wrapped and versioned test dependencies ... ok
test_flaky_fail (__main__.ChrootRunner.test_flaky_fail)
A flaky test fails ... ok
test_flaky_fail_mixed (__main__.ChrootRunner.test_flaky_fail_mixed)
A flaky test fails, but another test passes ... ok
test_flaky_success (__main__.ChrootRunner.test_flaky_success)
A flaky test succeeds ... ok
test_isolation (__main__.ChrootRunner.test_isolation)
isolation restrictions ... ok
test_needs_internet_skipped (__main__.ChrootRunner.test_needs_internet_skipped)
A needs-internet test is skipped ... ok
test_needs_internet_success (__main__.ChrootRunner.test_needs_internet_success)
A needs-internet test succeeds ... ok
test_needs_internet_tried_skipped (__main__.ChrootRunner.test_needs_internet_tried_skipped)
A needs-internet test is tried and skipped ... ok
test_needs_internet_tried_success (__main__.ChrootRunner.test_needs_internet_tried_success)
A needs-internet test is tried and succeeds ... ok
test_no_dpkg_query (__main__.ChrootRunner.test_no_dpkg_query)
testbed does not have dpkg-query ... ok
test_no_tests_dir (__main__.ChrootRunner.test_no_tests_dir)
package without debian/tests/ ... ok
test_nonexisting_override_control (__main__.ChrootRunner.test_nonexisting_override_control)
nonexisting --override-control ... ok
test_override_control (__main__.ChrootRunner.test_override_control)
custom control file path with --override-control ... ok
test_pin_packages (__main__.ChrootRunner.test_pin_packages)
--pin-packages ... ok
test_pseudo_terminal (__main__.ChrootRunner.test_pseudo_terminal) ... skipped 'our test chroot does not mount /dev/pts'
test_relative_chroot_path (__main__.ChrootRunner.test_relative_chroot_path)
relative chroot path ... ok
test_setup_commands_file (__main__.ChrootRunner.test_setup_commands_file)
--setup-commands with command file ... ok
test_setup_commands_string (__main__.ChrootRunner.test_setup_commands_string)
--setup-commands with command string ... ok
test_skippable_fail (__main__.ChrootRunner.test_skippable_fail)
A skippable test fails ... ok
test_skippable_skipped (__main__.ChrootRunner.test_skippable_skipped)
A skippable test skips itself ... ok
test_skippable_skipped_mixed (__main__.ChrootRunner.test_skippable_skipped_mixed)
A skippable test skips itself, but another test passes ... ok
test_skippable_success (__main__.ChrootRunner.test_skippable_success)
A skippable test succeeds ... ok
test_slash_in_test_name (__main__.ChrootRunner.test_slash_in_test_name)
test names must not contain / ... ok
test_superficial_fail (__main__.ChrootRunner.test_superficial_fail)
A superficial test failing is the same as if it was ... ok
test_superficial_fail_mixed (__main__.ChrootRunner.test_superficial_fail_mixed)
A superficial test (among others) failing is the same as if it ... ok
test_superficial_success (__main__.ChrootRunner.test_superficial_success)
If all successful tests are superficial, it's as though they ... ok
test_superficial_success_mixed (__main__.ChrootRunner.test_superficial_success_mixed)
Superficial tests don't harm non-superficial tests. ... ok
test_tree_allow_stderr_nobuild_fail_on_exit (__main__.ChrootRunner.test_tree_allow_stderr_nobuild_fail_on_exit)
source tree, no build, allow-stderr, test fails with non-zero ... ok
test_tree_allow_stderr_nobuild_success (__main__.ChrootRunner.test_tree_allow_stderr_nobuild_success)
source tree, no build, allow-stderr, test success ... ok
test_tree_build_needed_success (__main__.ChrootRunner.test_tree_build_needed_success) ... skipped 'chroot runner tests do not support building'
test_tree_garbage (__main__.ChrootRunner.test_tree_garbage)
copied source tree contains only expected files ... ok
test_tree_norestrictions_nobuild_fail_on_exit (__main__.ChrootRunner.test_tree_norestrictions_nobuild_fail_on_exit)
source tree, no build, no restrictions, test fails with non-zero ... ok
test_tree_norestrictions_nobuild_fail_on_stderr (__main__.ChrootRunner.test_tree_norestrictions_nobuild_fail_on_stderr)
source tree, no build, no restrictions, test fails with stderr ... ok
test_tree_norestrictions_nobuild_fail_on_stderr_and_exit (__main__.ChrootRunner.test_tree_norestrictions_nobuild_fail_on_stderr_and_exit)
source tree, no build, no restrictions, test fails with stderr+exit ... ok
test_tree_norestrictions_nobuild_success (__main__.ChrootRunner.test_tree_norestrictions_nobuild_success)
source tree, no build, no restrictions, test success ... ok
test_unicode (__main__.ChrootRunner.test_unicode)
Unicode test output ... ok
test_unknown_restriction (__main__.ChrootRunner.test_unknown_restriction)
Tests with unknown restrictions are skipped ... ok
test_unskippable (__main__.ChrootRunner.test_unskippable)
A non-skippable test fails with an exit status that happens ... ok

----------------------------------------------------------------------
Ran 67 tests in 101.941s

OK (skipped=5)
autopkgtest [21:49:11]: test autopkgtest: -----------------------]
autopkgtest [21:49:11]: test autopkgtest:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest          PASS
autopkgtest [21:49:11]: test installed: preparing testbed
autopkgtest [21:49:16]: testbed dpkg architecture: amd64
autopkgtest [21:49:16]: testbed apt version: 2.6.1
autopkgtest [21:49:16]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 Packages [8789 kB]
Get:3 http://deb.debian.org/debian bookworm/main Translation-en [6109 kB]
Fetched 15.0 MB in 1s (11.6 MB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
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, 1062 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 apt-utils amd64 2.6.1 [309 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 309 kB in 0s (7396 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 ... 17140 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.6.1_amd64.deb ...
Unpacking apt-utils (2.6.1) ...
Setting up apt-utils (2.6.1) ...
Processing triggers for man-db (2.11.2-2) ...
Get:1 file:/tmp/autopkgtest.kDn3jb/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.kDn3jb/binaries  InRelease
Get:2 file:/tmp/autopkgtest.kDn3jb/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.kDn3jb/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.kDn3jb/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.kDn3jb/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.kDn3jb/binaries  Packages [12.1 kB]
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
0 upgraded, 0 newly installed, 3 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/2588 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.kDn3jb/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.kDn3jb/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.kDn3jb/binaries  apt-utils 2.6.1 [309 kB]
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17221 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg6.0.deb ...
Unpacking libapt-pkg6.0:amd64 (2.6.1) over (2.6.1) ...
Setting up libapt-pkg6.0:amd64 (2.6.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 ... 17221 files and directories currently installed.)
Preparing to unpack .../binaries/./apt.deb ...
Unpacking apt (2.6.1) over (2.6.1) ...
Setting up apt (2.6.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 ... 17221 files and directories currently installed.)
Preparing to unpack .../binaries/./apt-utils.deb ...
Unpacking apt-utils (2.6.1) over (2.6.1) ...
Setting up apt-utils (2.6.1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following NEW packages will be installed:
  autopkgtest libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3
  libkrb5support0 libncursesw6 libnsl2 libproc2-0 libpython3-stdlib
  libpython3.11-minimal libpython3.11-stdlib libtirpc-common libtirpc3
  media-types procps python3 python3-chardet python3-debian python3-minimal
  python3-pkg-resources python3.11 python3.11-minimal
0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
Need to get 7589 kB/7750 kB of archives.
After this operation, 30.8 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.kDn3jb/binaries  autopkgtest 5.28 [161 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u4 [815 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u4 [2066 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u2 [32.6 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u2 [78.7 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u2 [332 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u2 [135 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u4 [1797 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6+deb12u4 [573 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B]
Get:19 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 python3-debian all 0.1.49 [115 kB]
Fetched 7589 kB in 0s (56.3 MB/s)
Selecting previously unselected package libpython3.11-minimal:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17221 files and directories currently installed.)
Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u4_amd64.deb ...
Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.5.0-1+deb12u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package python3.11-minimal.
Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u4_amd64.deb ...
Unpacking python3.11-minimal (3.11.2-6+deb12u4) ...
Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u4) ...
Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ...
Setting up python3.11-minimal (3.11.2-6+deb12u4) ...
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 ... 17537 files and directories currently installed.)
Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_amd64.deb ...
Unpacking python3-minimal (3.11.2-1+b1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../01-media-types_10.0.0_all.deb ...
Unpacking media-types (10.0.0) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../02-libncursesw6_6.4-4_amd64.deb ...
Unpacking libncursesw6:amd64 (6.4-4) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6.3-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
Unpacking libtirpc-common (1.3.3+ds-1) ...
Selecting previously unselected package libtirpc3:amd64.
Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl2:amd64.
Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ...
Unpacking libnsl2:amd64 (1.3.0-2) ...
Selecting previously unselected package libpython3.11-stdlib:amd64.
Preparing to unpack .../11-libpython3.11-stdlib_3.11.2-6+deb12u4_amd64.deb ...
Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package python3.11.
Preparing to unpack .../12-python3.11_3.11.2-6+deb12u4_amd64.deb ...
Unpacking python3.11 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../13-libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
Setting up python3-minimal (3.11.2-1+b1) ...
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 ... 18012 files and directories currently installed.)
Preparing to unpack .../0-python3_3.11.2-1+b1_amd64.deb ...
Unpacking python3 (3.11.2-1+b1) ...
Selecting previously unselected package libproc2-0:amd64.
Preparing to unpack .../1-libproc2-0_2%3a4.0.2-3_amd64.deb ...
Unpacking libproc2-0:amd64 (2:4.0.2-3) ...
Selecting previously unselected package procps.
Preparing to unpack .../2-procps_2%3a4.0.2-3_amd64.deb ...
Unpacking procps (2:4.0.2-3) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../3-python3-pkg-resources_66.1.1-1_all.deb ...
Unpacking python3-pkg-resources (66.1.1-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../4-python3-chardet_5.1.0+dfsg-2_all.deb ...
Unpacking python3-chardet (5.1.0+dfsg-2) ...
Selecting previously unselected package python3-debian.
Preparing to unpack .../5-python3-debian_0.1.49_all.deb ...
Unpacking python3-debian (0.1.49) ...
Selecting previously unselected package autopkgtest.
Preparing to unpack .../6-autopkgtest.deb ...
Unpacking autopkgtest (5.28) ...
Setting up media-types (10.0.0) ...
Setting up libkeyutils1:amd64 (1.6.3-2) ...
Setting up libtirpc-common (1.3.3+ds-1) ...
Setting up libkrb5support0:amd64 (1.20.1-2+deb12u2) ...
Setting up libproc2-0:amd64 (2:4.0.2-3) ...
Setting up libncursesw6:amd64 (6.4-4) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u2) ...
Setting up procps (2:4.0.2-3) ...
Setting up libkrb5-3:amd64 (1.20.1-2+deb12u2) ...
Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ...
Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
Setting up libnsl2:amd64 (1.3.0-2) ...
Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u4) ...
Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
Setting up python3.11 (3.11.2-6+deb12u4) ...
Setting up python3 (3.11.2-1+b1) ...
Setting up python3-pkg-resources (66.1.1-1) ...
Setting up python3-chardet (5.1.0+dfsg-2) ...
Setting up python3-debian (0.1.49) ...
Setting up autopkgtest (5.28) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
autopkgtest [21:49:30]: test installed: [-----------------------
autopkgtest [21:49:30]: starting date and time: 2024-12-26 21:49:30+0000
autopkgtest [21:49:30]: version 5.28
autopkgtest [21:49:30]: host debusine-worker-amd64-hades-01; command line: /usr/bin/autopkgtest --summary-file summary -B ./mypkg -- null
autopkgtest [21:49:30]: testbed dpkg architecture: amd64
autopkgtest [21:49:30]: testbed running kernel: Linux 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
autopkgtest [21:49:30]: @@@@@@@@@@@@@@@@@@@@ unbuilt-tree ./mypkg
autopkgtest [21:49:30]: testing package mypkg version 1
autopkgtest [21:49:30]: build not needed
autopkgtest [21:49:30]: test command1: preparing testbed
autopkgtest [21:49:30]: test command1: echo Hello
autopkgtest [21:49:30]: test command1: [-----------------------
Hello
autopkgtest [21:49:30]: test command1: -----------------------]
autopkgtest [21:49:30]: test command1:  - - - - - - - - - - results - - - - - - - - - -
command1             PASS
autopkgtest [21:49:30]: @@@@@@@@@@@@@@@@@@@@ summary
command1             PASS
autopkgtest [21:49:31]: test installed: -----------------------]
installed            PASS
autopkgtest [21:49:31]: test installed:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [21:49:31]: test schroot: preparing testbed
Get:1 file:/tmp/autopkgtest.kDn3jb/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.kDn3jb/binaries  InRelease
Get:2 file:/tmp/autopkgtest.kDn3jb/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.kDn3jb/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.kDn3jb/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.kDn3jb/binaries  Release.gpg
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
0 upgraded, 0 newly installed, 4 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/2750 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.kDn3jb/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.kDn3jb/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.kDn3jb/binaries  apt-utils 2.6.1 [309 kB]
Get:4 file:/tmp/autopkgtest.kDn3jb/binaries  autopkgtest 5.28 [161 kB]
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18465 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg6.0.deb ...
Unpacking libapt-pkg6.0:amd64 (2.6.1) over (2.6.1) ...
Setting up libapt-pkg6.0:amd64 (2.6.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 ... 18465 files and directories currently installed.)
Preparing to unpack .../binaries/./apt.deb ...
Unpacking apt (2.6.1) over (2.6.1) ...
Setting up apt (2.6.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 ... 18465 files and directories currently installed.)
Preparing to unpack .../binaries/./apt-utils.deb ...
Unpacking apt-utils (2.6.1) over (2.6.1) ...
Preparing to unpack .../binaries/./autopkgtest.deb ...
Unpacking autopkgtest (5.28) over (5.28) ...
Setting up apt-utils (2.6.1) ...
Setting up autopkgtest (5.28) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following NEW packages will be installed:
  autoconf autodep8 automake autopoint autotools-dev build-essential cpp
  cpp-12 dctrl-tools debhelper debootstrap devscripts dh-autoreconf
  dh-strip-nondeterminism dirmngr dwz fakeroot g++ g++-12 gcc gcc-12 gnupg
  gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm
  libasan8 libatomic1 libboost-filesystem1.74.0 libboost-iostreams1.74.0
  libboost-program-options1.74.0 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
  libdebhelper-perl libelf1 libemail-date-format-perl libfakeroot
  libfile-dirlist-perl libfile-homedir-perl libfile-stripnondeterminism-perl
  libfile-touch-perl libfile-which-perl libfilesys-df-perl libgcc-12-dev
  libio-pty-perl libipc-run-perl libisl23 libitm1 libksba8 libldap-2.5-0
  liblsan0 libmailtools-perl libmime-lite-perl libmpc3 libmpfr6
  libnet-smtp-ssl-perl libnpth0 libnsl-dev libpsl5 libquadmath0 libsasl2-2
  libsasl2-modules-db libsbuild-perl libstdc++-12-dev libsub-override-perl
  libtirpc-dev libtool libtsan2 libubsan1 linux-libc-dev m4 pinentry-curses
  po-debconf rpcsvc-proto sbuild schroot schroot-common wdiff wget
0 upgraded, 83 newly installed, 0 to remove and 0 not upgraded.
Need to get 71.9 MB of archives.
After this operation, 268 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libboost-filesystem1.74.0 amd64 1.74.0+ds1-21 [258 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libboost-iostreams1.74.0 amd64 1.74.0+ds1-21 [240 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libboost-program-options1.74.0 amd64 1.74.0+ds1-21 [329 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 schroot-common all 1.6.13-3 [73.7 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 schroot amd64 1.6.13-3+b2 [606 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 wget amd64 1.21.3-1+b2 [984 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 autodep8 all 0.28 [13.3 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-12 [495 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u9 [46.7 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 linux-libc-dev amd64 6.1.115-1 [2066 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u9 [1904 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1.1 [683 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB]
Get:25 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B]
Get:27 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14 [9328 B]
Get:30 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14 [2195 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14 [969 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14 [883 kB]
Get:34 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB]
Get:35 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB]
Get:37 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B]
Get:38 http://deb.debian.org/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2046 kB]
Get:39 http://deb.debian.org/debian bookworm/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB]
Get:40 http://deb.debian.org/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
Get:41 http://deb.debian.org/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
Get:42 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
Get:43 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-7~deb12u1 [517 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:45 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
Get:46 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
Get:48 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
Get:50 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:51 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
Get:52 http://deb.debian.org/debian bookworm/main amd64 debootstrap all 1.0.128+nmu2+deb12u1 [45.0 kB]
Get:53 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB]
Get:54 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB]
Get:55 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
Get:56 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
Get:57 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
Get:58 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
Get:59 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
Get:60 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1 [792 kB]
Get:61 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1 [1093 kB]
Get:62 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1 [927 kB]
Get:63 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
Get:64 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1 [695 kB]
Get:65 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1 [541 kB]
Get:66 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1 [531 kB]
Get:67 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1 [671 kB]
Get:68 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1.1 [846 kB]
Get:69 http://deb.debian.org/debian bookworm/main amd64 libfile-dirlist-perl all 0.05-3 [7600 B]
Get:70 http://deb.debian.org/debian bookworm/main amd64 libfile-which-perl all 1.27-2 [15.1 kB]
Get:71 http://deb.debian.org/debian bookworm/main amd64 libfile-homedir-perl all 1.006-2 [42.4 kB]
Get:72 http://deb.debian.org/debian bookworm/main amd64 libfile-touch-perl all 0.12-2 [8816 B]
Get:73 http://deb.debian.org/debian bookworm/main amd64 libio-pty-perl amd64 1:1.17-1 [34.9 kB]
Get:74 http://deb.debian.org/debian bookworm/main amd64 libipc-run-perl all 20220807.0-1 [104 kB]
Get:75 http://deb.debian.org/debian bookworm/main amd64 wdiff amd64 1.2.2-5 [119 kB]
Get:76 http://deb.debian.org/debian bookworm/main amd64 devscripts amd64 2.23.4+deb12u2 [1073 kB]
Get:77 http://deb.debian.org/debian bookworm/main amd64 libemail-date-format-perl all 1.008-1 [7356 B]
Get:78 http://deb.debian.org/debian bookworm/main amd64 libfilesys-df-perl amd64 0.92-7+b1 [11.4 kB]
Get:79 http://deb.debian.org/debian bookworm/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6548 B]
Get:80 http://deb.debian.org/debian bookworm/main amd64 libmailtools-perl all 2.21-2 [95.6 kB]
Get:81 http://deb.debian.org/debian bookworm/main amd64 libmime-lite-perl all 3.033-1 [72.7 kB]
Get:82 http://deb.debian.org/debian bookworm/main amd64 libsbuild-perl all 0.85.0 [85.7 kB]
Get:83 http://deb.debian.org/debian bookworm/main amd64 sbuild all 0.85.0 [92.4 kB]
Preconfiguring packages ...
Fetched 71.9 MB in 1s (105 MB/s)
Selecting previously unselected package libboost-filesystem1.74.0:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18465 files and directories currently installed.)
Preparing to unpack .../00-libboost-filesystem1.74.0_1.74.0+ds1-21_amd64.deb ...
Unpacking libboost-filesystem1.74.0:amd64 (1.74.0+ds1-21) ...
Selecting previously unselected package libboost-iostreams1.74.0:amd64.
Preparing to unpack .../01-libboost-iostreams1.74.0_1.74.0+ds1-21_amd64.deb ...
Unpacking libboost-iostreams1.74.0:amd64 (1.74.0+ds1-21) ...
Selecting previously unselected package libboost-program-options1.74.0:amd64.
Preparing to unpack .../02-libboost-program-options1.74.0_1.74.0+ds1-21_amd64.deb ...
Unpacking libboost-program-options1.74.0:amd64 (1.74.0+ds1-21) ...
Selecting previously unselected package schroot-common.
Preparing to unpack .../03-schroot-common_1.6.13-3_all.deb ...
Unpacking schroot-common (1.6.13-3) ...
Selecting previously unselected package schroot.
Preparing to unpack .../04-schroot_1.6.13-3+b2_amd64.deb ...
Unpacking schroot (1.6.13-3+b2) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../05-libpsl5_0.21.2-1_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.2-1) ...
Selecting previously unselected package wget.
Preparing to unpack .../06-wget_1.21.3-1+b2_amd64.deb ...
Unpacking wget (1.21.3-1+b2) ...
Selecting previously unselected package m4.
Preparing to unpack .../07-m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../08-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package dctrl-tools.
Preparing to unpack .../09-dctrl-tools_2.24-3+b1_amd64.deb ...
Unpacking dctrl-tools (2.24-3+b1) ...
Selecting previously unselected package autodep8.
Preparing to unpack .../10-autodep8_0.28_all.deb ...
Unpacking autodep8 (0.28) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../11-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../12-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../13-autopoint_0.21-12_all.deb ...
Unpacking autopoint (0.21-12) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../14-libc-dev-bin_2.36-9+deb12u9_amd64.deb ...
Unpacking libc-dev-bin (2.36-9+deb12u9) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../15-linux-libc-dev_6.1.115-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (6.1.115-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../16-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../17-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../18-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../19-rpcsvc-proto_1.4.3-1_amd64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../20-libc6-dev_2.36-9+deb12u9_amd64.deb ...
Unpacking libc6-dev:amd64 (2.36-9+deb12u9) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../21-libisl23_0.25-1.1_amd64.deb ...
Unpacking libisl23:amd64 (0.25-1.1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../22-libmpfr6_4.2.0-1_amd64.deb ...
Unpacking libmpfr6:amd64 (4.2.0-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../23-libmpc3_1.3.1-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.3.1-1) ...
Selecting previously unselected package cpp-12.
Preparing to unpack .../24-cpp-12_12.2.0-14_amd64.deb ...
Unpacking cpp-12 (12.2.0-14) ...
Selecting previously unselected package cpp.
Preparing to unpack .../25-cpp_4%3a12.2.0-3_amd64.deb ...
Unpacking cpp (4:12.2.0-3) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../26-libcc1-0_12.2.0-14_amd64.deb ...
Unpacking libcc1-0:amd64 (12.2.0-14) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../27-libitm1_12.2.0-14_amd64.deb ...
Unpacking libitm1:amd64 (12.2.0-14) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../28-libatomic1_12.2.0-14_amd64.deb ...
Unpacking libatomic1:amd64 (12.2.0-14) ...
Selecting previously unselected package libasan8:amd64.
Preparing to unpack .../29-libasan8_12.2.0-14_amd64.deb ...
Unpacking libasan8:amd64 (12.2.0-14) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../30-liblsan0_12.2.0-14_amd64.deb ...
Unpacking liblsan0:amd64 (12.2.0-14) ...
Selecting previously unselected package libtsan2:amd64.
Preparing to unpack .../31-libtsan2_12.2.0-14_amd64.deb ...
Unpacking libtsan2:amd64 (12.2.0-14) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../32-libubsan1_12.2.0-14_amd64.deb ...
Unpacking libubsan1:amd64 (12.2.0-14) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../33-libquadmath0_12.2.0-14_amd64.deb ...
Unpacking libquadmath0:amd64 (12.2.0-14) ...
Selecting previously unselected package libgcc-12-dev:amd64.
Preparing to unpack .../34-libgcc-12-dev_12.2.0-14_amd64.deb ...
Unpacking libgcc-12-dev:amd64 (12.2.0-14) ...
Selecting previously unselected package gcc-12.
Preparing to unpack .../35-gcc-12_12.2.0-14_amd64.deb ...
Unpacking gcc-12 (12.2.0-14) ...
Selecting previously unselected package gcc.
Preparing to unpack .../36-gcc_4%3a12.2.0-3_amd64.deb ...
Unpacking gcc (4:12.2.0-3) ...
Selecting previously unselected package libstdc++-12-dev:amd64.
Preparing to unpack .../37-libstdc++-12-dev_12.2.0-14_amd64.deb ...
Unpacking libstdc++-12-dev:amd64 (12.2.0-14) ...
Selecting previously unselected package g++-12.
Preparing to unpack .../38-g++-12_12.2.0-14_amd64.deb ...
Unpacking g++-12 (12.2.0-14) ...
Selecting previously unselected package g++.
Preparing to unpack .../39-g++_4%3a12.2.0-3_amd64.deb ...
Unpacking g++ (4:12.2.0-3) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../40-build-essential_12.9_amd64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../41-libdebhelper-perl_13.11.4_all.deb ...
Unpacking libdebhelper-perl (13.11.4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../42-libtool_2.4.7-7~deb12u1_all.deb ...
Unpacking libtool (2.4.7-7~deb12u1) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../43-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../44-libsub-override-perl_0.09-4_all.deb ...
Unpacking libsub-override-perl (0.09-4) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../45-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../46-dh-strip-nondeterminism_1.13.1-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.13.1-1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../47-libelf1_0.188-2.1_amd64.deb ...
Unpacking libelf1:amd64 (0.188-2.1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../48-dwz_0.15-1_amd64.deb ...
Unpacking dwz (0.15-1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../49-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../50-debhelper_13.11.4_all.deb ...
Unpacking debhelper (13.11.4) ...
Selecting previously unselected package debootstrap.
Preparing to unpack .../51-debootstrap_1.0.128+nmu2+deb12u1_all.deb ...
Unpacking debootstrap (1.0.128+nmu2+deb12u1) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../52-libfakeroot_1.31-1.2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.31-1.2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../53-fakeroot_1.31-1.2_amd64.deb ...
Unpacking fakeroot (1.31-1.2) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../54-libksba8_1.6.3-2_amd64.deb ...
Unpacking libksba8:amd64 (1.6.3-2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../55-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../56-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libldap-2.5-0:amd64.
Preparing to unpack .../57-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ...
Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../58-libnpth0_1.6-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.6-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../59-dirmngr_2.2.40-1.1_amd64.deb ...
Unpacking dirmngr (2.2.40-1.1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../60-gnupg-l10n_2.2.40-1.1_all.deb ...
Unpacking gnupg-l10n (2.2.40-1.1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../61-gnupg-utils_2.2.40-1.1_amd64.deb ...
Unpacking gnupg-utils (2.2.40-1.1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../62-pinentry-curses_1.2.1-1_amd64.deb ...
Unpacking pinentry-curses (1.2.1-1) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../63-gpg-agent_2.2.40-1.1_amd64.deb ...
Unpacking gpg-agent (2.2.40-1.1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../64-gpg-wks-client_2.2.40-1.1_amd64.deb ...
Unpacking gpg-wks-client (2.2.40-1.1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../65-gpg-wks-server_2.2.40-1.1_amd64.deb ...
Unpacking gpg-wks-server (2.2.40-1.1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../66-gpgsm_2.2.40-1.1_amd64.deb ...
Unpacking gpgsm (2.2.40-1.1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../67-gnupg_2.2.40-1.1_all.deb ...
Unpacking gnupg (2.2.40-1.1) ...
Selecting previously unselected package libfile-dirlist-perl.
Preparing to unpack .../68-libfile-dirlist-perl_0.05-3_all.deb ...
Unpacking libfile-dirlist-perl (0.05-3) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../69-libfile-which-perl_1.27-2_all.deb ...
Unpacking libfile-which-perl (1.27-2) ...
Selecting previously unselected package libfile-homedir-perl.
Preparing to unpack .../70-libfile-homedir-perl_1.006-2_all.deb ...
Unpacking libfile-homedir-perl (1.006-2) ...
Selecting previously unselected package libfile-touch-perl.
Preparing to unpack .../71-libfile-touch-perl_0.12-2_all.deb ...
Unpacking libfile-touch-perl (0.12-2) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../72-libio-pty-perl_1%3a1.17-1_amd64.deb ...
Unpacking libio-pty-perl (1:1.17-1) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../73-libipc-run-perl_20220807.0-1_all.deb ...
Unpacking libipc-run-perl (20220807.0-1) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../74-wdiff_1.2.2-5_amd64.deb ...
Unpacking wdiff (1.2.2-5) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../75-devscripts_2.23.4+deb12u2_amd64.deb ...
Unpacking devscripts (2.23.4+deb12u2) ...
Selecting previously unselected package libemail-date-format-perl.
Preparing to unpack .../76-libemail-date-format-perl_1.008-1_all.deb ...
Unpacking libemail-date-format-perl (1.008-1) ...
Selecting previously unselected package libfilesys-df-perl.
Preparing to unpack .../77-libfilesys-df-perl_0.92-7+b1_amd64.deb ...
Unpacking libfilesys-df-perl (0.92-7+b1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../78-libnet-smtp-ssl-perl_1.04-2_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-2) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../79-libmailtools-perl_2.21-2_all.deb ...
Unpacking libmailtools-perl (2.21-2) ...
Selecting previously unselected package libmime-lite-perl.
Preparing to unpack .../80-libmime-lite-perl_3.033-1_all.deb ...
Unpacking libmime-lite-perl (3.033-1) ...
Selecting previously unselected package libsbuild-perl.
Preparing to unpack .../81-libsbuild-perl_0.85.0_all.deb ...
Unpacking libsbuild-perl (0.85.0) ...
Selecting previously unselected package sbuild.
Preparing to unpack .../82-sbuild_0.85.0_all.deb ...
Unpacking sbuild (0.85.0) ...
Setting up libksba8:amd64 (1.6.3-2) ...
Setting up pinentry-curses (1.2.1-1) ...
Setting up wdiff (1.2.2-5) ...
Setting up libfile-which-perl (1.27-2) ...
Setting up libpsl5:amd64 (0.21.2-1) ...
Setting up wget (1.21.3-1+b2) ...
Setting up libio-pty-perl (1:1.17-1) ...
Setting up libboost-iostreams1.74.0:amd64 (1.74.0+ds1-21) ...
Setting up libboost-program-options1.74.0:amd64 (1.74.0+ds1-21) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.11.4) ...
Setting up libfilesys-df-perl (0.92-7+b1) ...
Setting up gpgsm (2.2.40-1.1) ...
Setting up linux-libc-dev:amd64 (6.1.115-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libboost-filesystem1.74.0:amd64 (1.74.0+ds1-21) ...
Setting up libnpth0:amd64 (1.6-3) ...
Setting up libfakeroot:amd64 (1.31-1.2) ...
Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
Setting up fakeroot (1.31-1.2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up autotools-dev (20220109.1) ...
Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libnet-smtp-ssl-perl (1.04-2) ...
Setting up libmpfr6:amd64 (4.2.0-1) ...
Setting up libmailtools-perl (2.21-2) ...
Setting up gnupg-l10n (2.2.40-1.1) ...
Setting up libquadmath0:amd64 (12.2.0-14) ...
Setting up libemail-date-format-perl (1.008-1) ...
Setting up libmpc3:amd64 (1.3.1-1) ...
Setting up libatomic1:amd64 (12.2.0-14) ...
Setting up autopoint (0.21-12) ...
Setting up libipc-run-perl (20220807.0-1) ...
Setting up schroot-common (1.6.13-3) ...
Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
Setting up autoconf (2.71-3) ...
Setting up libubsan1:amd64 (12.2.0-14) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
Setting up libasan8:amd64 (12.2.0-14) ...
Setting up libsub-override-perl (0.09-4) ...
Setting up libtsan2:amd64 (12.2.0-14) ...
Setting up libfile-dirlist-perl (0.05-3) ...
Setting up libisl23:amd64 (0.25-1.1) ...
Setting up libc-dev-bin (2.36-9+deb12u9) ...
Setting up libfile-homedir-perl (1.006-2) ...
Setting up libelf1:amd64 (0.188-2.1) ...
Setting up libcc1-0:amd64 (12.2.0-14) ...
Setting up libfile-touch-perl (0.12-2) ...
Setting up liblsan0:amd64 (12.2.0-14) ...
Setting up dctrl-tools (2.24-3+b1) ...
Setting up libitm1:amd64 (12.2.0-14) ...
Setting up autodep8 (0.28) ...
Setting up gnupg-utils (2.2.40-1.1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
Setting up schroot (1.6.13-3+b2) ...
Setting up debootstrap (1.0.128+nmu2+deb12u1) ...
Setting up cpp-12 (12.2.0-14) ...
Setting up gpg-agent (2.2.40-1.1) ...
Setting up libmime-lite-perl (3.033-1) ...
Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
Setting up dirmngr (2.2.40-1.1) ...
Setting up libgcc-12-dev:amd64 (12.2.0-14) ...
Setting up gpg-wks-server (2.2.40-1.1) ...
Setting up dh-strip-nondeterminism (1.13.1-1) ...
Setting up dwz (0.15-1) ...
Setting up cpp (4:12.2.0-3) ...
Setting up libc6-dev:amd64 (2.36-9+deb12u9) ...
Setting up gpg-wks-client (2.2.40-1.1) ...
Setting up libstdc++-12-dev:amd64 (12.2.0-14) ...
Setting up gcc-12 (12.2.0-14) ...
Setting up gnupg (2.2.40-1.1) ...
Setting up g++-12 (12.2.0-14) ...
Setting up libtool (2.4.7-7~deb12u1) ...
Setting up gcc (4:12.2.0-3) ...
Setting up dh-autoreconf (20) ...
Setting up devscripts (2.23.4+deb12u2) ...
Setting up libsbuild-perl (0.85.0) ...
Setting up g++ (4:12.2.0-3) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up sbuild (0.85.0) ...
usermod: unlocking the user's password would result in a passwordless account.
You should set a password with usermod -p to unlock this user's password.
Setting up build-essential (12.9) ...
Setting up debhelper (13.11.4) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for man-db (2.11.2-2) ...
autopkgtest [21:49:48]: test schroot: [-----------------------
mknod: /var/lib/schroot/unpack/tmp.nMC28cYqz0/test-dev-null: Operation not permitted
E: Cannot install into target '/var/lib/schroot/unpack/tmp.nMC28cYqz0' mounted with noexec or nodev
E: Error running debootstrap at /usr/bin/sbuild-createchroot line 438.
SKIP: Unable to create chroot testing-amd64-sbuild
autopkgtest [21:49:49]: test schroot: -----------------------]
schroot              SKIP exit status 77 and marked as skippable
autopkgtest [21:49:49]: test schroot:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [21:49:49]: @@@@@@@@@@@@@@@@@@@@ summary
docker               SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
lxc                  SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
lxd                  SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
podman               SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
podman-init          SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
unshare              SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
docker               SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
lxc                  SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
lxd                  SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
podman               SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
podman-init          SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
unshare              SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
autopkgtest          PASS
installed            PASS
schroot              SKIP exit status 77 and marked as skippable

aborted: False
returncode: 2

Files in working directory:
artifact-dir
artifact-dir/autopkgtest-packages
artifact-dir/autopkgtest-stdout
artifact-dir/binaries
artifact-dir/binaries/apt-dbgsym.deb
artifact-dir/binaries/apt-doc.deb
artifact-dir/binaries/apt-transport-https.deb
artifact-dir/binaries/apt-utils-dbgsym.deb
artifact-dir/binaries/apt-utils.deb
artifact-dir/binaries/apt.deb
artifact-dir/binaries/autopkgtest.deb
artifact-dir/binaries/libapt-pkg-dev.deb
artifact-dir/binaries/libapt-pkg-doc.deb
artifact-dir/binaries/libapt-pkg6.0-dbgsym.deb
artifact-dir/binaries/libapt-pkg6.0.deb
artifact-dir/installed-packages
artifact-dir/installed-stdout
artifact-dir/log
artifact-dir/schroot-packages
artifact-dir/schroot-stderr
artifact-dir/schroot-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 autopkgtest_5.28
relates-to Binary package autopkgtest_5.28_all
relates-to Package upload apt_2.6.1
relates-to Package upload apt_2.6.1

debug log System autopkgtest - 1 month ago 5 days, 4 hours
BETA