Artifact openstack-cluster-installer_43.0.0_arm64-2024-11-17T17:08:25Z

Metadata
bd_uninstallable: null
filename: openstack-cluster-installer_43.0.0_arm64-2024-11-17T17:08:25Z.build
source: openstack-cluster-installer
version: 43.0.0

File

openstack-cluster-installer_43.0.0_arm64-2024-11-17T17:08:25Z.build
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-07.freexian.com

+==============================================================================+
| openstack-cluster-installer 43.0.0 (arm64)   Sun, 17 Nov 2024 17:08:25 +0000 |
+==============================================================================+

Package: openstack-cluster-installer
Version: 43.0.0
Source Version: 43.0.0
Distribution: sid
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: binary

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

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


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


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

Finished processing commands.
--------------------------------------------------------------------------------
Copying /tmp/debusine-fetch-exec-upload-u1pzoik_/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-u1pzoik_/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-u1pzoik_/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-u1pzoik_/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-u1pzoik_/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-u1pzoik_/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-u1pzoik_/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/openstack-cluster-installer-kQ5f2x/resolver-anGjWc' with '<<RESOLVERDIR>>'

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

Get:1 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ InRelease
Ign:1 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ InRelease
Get:2 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ Release [606 B]
Get:3 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ Release [606 B]
Get:4 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ Release.gpg
Ign:4 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ Release.gpg
Get:5 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ Packages [9246 B]
Get:6 http://deb.debian.org/debian sid/main arm64 Packages [9952 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 Components [4909 kB]
Fetched 15.1 MB in 2s (6158 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  apt bsdextrautils bsdutils debianutils dpkg dpkg-dev libapt-pkg6.0t64
  libaudit-common libaudit1 libblkid1 libbrotli1 libcap-ng0 libdpkg-perl
  libglib2.0-0t64 libmarkdown2 libmount1 libpcre2-8-0 libseccomp2 libselinux1
  libsemanage2 libsmartcols1 libsystemd0 libudev1 libuuid1 libxml2 login
  login.defs mount passwd util-linux
30 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 9274 kB/12.8 MB of archives.
After this operation, 603 kB disk space will be freed.
Get:1 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ dpkg 1.22.12~1.gbp82cafd [1513 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 bsdutils arm64 1:2.40.2-11 [104 kB]
Get:3 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ dpkg-dev 1.22.12~1.gbp82cafd [1337 kB]
Get:4 file:/build/openstack-cluster-installer-kQ5f2x/resolver-4nB0ZV/apt_archive ./ libdpkg-perl 1.22.12~1.gbp82cafd [647 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 debianutils arm64 5.21 [92.1 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 libsystemd0 arm64 257~rc2-3 [416 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libudev1 arm64 257~rc2-3 [139 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libapt-pkg6.0t64 arm64 2.9.11 [921 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 bsdextrautils arm64 2.40.2-11 [91.2 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libblkid1 arm64 2.40.2-11 [162 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libmount1 arm64 2.40.2-11 [190 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libsmartcols1 arm64 2.40.2-11 [135 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 mount arm64 2.40.2-11 [153 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libuuid1 arm64 2.40.2-11 [35.7 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 util-linux arm64 2.40.2-11 [1170 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libpcre2-8-0 arm64 10.44-4 [243 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libselinux1 arm64 3.7-3+b1 [72.1 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 libseccomp2 arm64 2.5.5-1+b3 [46.8 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 apt arm64 2.9.11 [1287 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libaudit-common all 1:4.0.2-2 [12.7 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libcap-ng0 arm64 0.8.5-3+b1 [17.0 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libaudit1 arm64 1:4.0.2-2 [54.2 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 login arm64 1:4.16.0-2+really2.40.2-11 [80.0 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 login.defs all 1:4.16.0-5 [185 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libsemanage2 arm64 3.7-2+b1 [84.5 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 passwd arm64 1:4.16.0-5 [1210 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 libbrotli1 arm64 1.1.0-2+b6 [297 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 libglib2.0-0t64 arm64 2.82.2-3 [1411 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 libmarkdown2 arm64 2.2.7-2.1 [33.1 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 libxml2 arm64 2.12.7+dfsg+really2.9.14-0.2+b1 [630 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 9274 kB in 0s (50.6 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.2-11_arm64.deb ...
Unpacking bsdutils (1:2.40.2-11) over (1:2.40.2-10) ...
Setting up bsdutils (1:2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../debianutils_5.21_arm64.deb ...
Unpacking debianutils (5.21) over (5.20+b1) ...
Setting up debianutils (5.21) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libsystemd0_257~rc2-3_arm64.deb ...
Unpacking libsystemd0:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libsystemd0:arm64 (257~rc2-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libudev1_257~rc2-3_arm64.deb ...
Unpacking libudev1:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libudev1:arm64 (257~rc2-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0t64_2.9.11_arm64.deb ...
Unpacking libapt-pkg6.0t64:arm64 (2.9.11) over (2.9.10) ...
Setting up libapt-pkg6.0t64:arm64 (2.9.11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../dpkg_1.22.12~1.gbp82cafd_arm64.deb ...
Unpacking dpkg (1.22.12~1.gbp82cafd) over (1.22.11) ...
Setting up dpkg (1.22.12~1.gbp82cafd) ...
(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 ... 17127 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.40.2-11_arm64.deb ...
Unpacking bsdextrautils (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libblkid1_2.40.2-11_arm64.deb ...
Unpacking libblkid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libblkid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.2-11_arm64.deb ...
Unpacking libmount1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libmount1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.2-11_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libsmartcols1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../mount_2.40.2-11_arm64.deb ...
Unpacking mount (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libuuid1_2.40.2-11_arm64.deb ...
Unpacking libuuid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libuuid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.2-11_arm64.deb ...
Unpacking util-linux (2.40.2-11) over (2.40.2-10) ...
Setting up util-linux (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libpcre2-8-0_10.44-4_arm64.deb ...
Unpacking libpcre2-8-0:arm64 (10.44-4) over (10.42-4+b2) ...
Setting up libpcre2-8-0:arm64 (10.44-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17119 files and directories currently installed.)
Preparing to unpack .../libselinux1_3.7-3+b1_arm64.deb ...
Unpacking libselinux1:arm64 (3.7-3+b1) over (3.7-3) ...
Setting up libselinux1:arm64 (3.7-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libseccomp2_2.5.5-1+b3_arm64.deb ...
Unpacking libseccomp2:arm64 (2.5.5-1+b3) over (2.5.5-1+b2) ...
Setting up libseccomp2:arm64 (2.5.5-1+b3) ...
(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 ... 17120 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.9.11_arm64.deb ...
Unpacking apt (2.9.11) over (2.9.10) ...
Setting up apt (2.9.11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libaudit-common_1%3a4.0.2-2_all.deb ...
Unpacking libaudit-common (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit-common (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libcap-ng0_0.8.5-3+b1_arm64.deb ...
Unpacking libcap-ng0:arm64 (0.8.5-3+b1) over (0.8.5-3) ...
Setting up libcap-ng0:arm64 (0.8.5-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../libaudit1_1%3a4.0.2-2_arm64.deb ...
Unpacking libaudit1:arm64 (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit1:arm64 (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../0-login_1%3a4.16.0-2+really2.40.2-11_arm64.deb ...
Unpacking login (1:4.16.0-2+really2.40.2-11) over (1:4.16.0-2+really2.40.2-10) ...
Preparing to unpack .../1-login.defs_1%3a4.16.0-5_all.deb ...
Unpacking login.defs (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../2-libsemanage2_3.7-2+b1_arm64.deb ...
Unpacking libsemanage2:arm64 (3.7-2+b1) over (3.7-2) ...
Preparing to unpack .../3-passwd_1%3a4.16.0-5_arm64.deb ...
Unpacking passwd (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../4-dpkg-dev_1.22.12~1.gbp82cafd_all.deb ...
Unpacking dpkg-dev (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../5-libdpkg-perl_1.22.12~1.gbp82cafd_all.deb ...
Unpacking libdpkg-perl (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../6-libbrotli1_1.1.0-2+b6_arm64.deb ...
Unpacking libbrotli1:arm64 (1.1.0-2+b6) over (1.1.0-2+b5) ...
Preparing to unpack .../7-libglib2.0-0t64_2.82.2-3_arm64.deb ...
Unpacking libglib2.0-0t64:arm64 (2.82.2-3) over (2.82.2-2) ...
Preparing to unpack .../8-libmarkdown2_2.2.7-2.1_arm64.deb ...
Unpacking libmarkdown2:arm64 (2.2.7-2.1) over (2.2.7-2+b1) ...
Preparing to unpack .../9-libxml2_2.12.7+dfsg+really2.9.14-0.2+b1_arm64.deb ...
Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) over (2.12.7+dfsg+really2.9.14-0.1) ...
Setting up bsdextrautils (2.40.2-11) ...
Setting up login.defs (1:4.16.0-5) ...
Installing new version of config file /etc/login.defs ...
Setting up libbrotli1:arm64 (1.1.0-2+b6) ...
Setting up libglib2.0-0t64:arm64 (2.82.2-3) ...
No schema files found: doing nothing.
Setting up libdpkg-perl (1.22.12~1.gbp82cafd) ...
Setting up mount (2.40.2-11) ...
Setting up libsemanage2:arm64 (3.7-2+b1) ...
Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up libmarkdown2:arm64 (2.2.7-2.1) ...
Setting up login (1:4.16.0-2+really2.40.2-11) ...
Setting up dpkg-dev (1.22.12~1.gbp82cafd) ...
Setting up passwd (1:4.16.0-5) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

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


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

/tmp/debusine-fetch-exec-upload-u1pzoik_/openstack-cluster-installer_43.0.0.dsc exists in /tmp/debusine-fetch-exec-upload-u1pzoik_; copying to chroot
I: NOTICE: Log filtering will replace 'build/openstack-cluster-installer-kQ5f2x/openstack-cluster-installer-43.0.0' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/openstack-cluster-installer-kQ5f2x' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper-compat (= 10), openstack-pkg-tools, build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 10), openstack-pkg-tools, build-essential, fakeroot
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [609 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [638 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [670 B]
Fetched 1917 B in 0s (165 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

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

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper dh-autoreconf
  dh-strip-nondeterminism dwz fakeroot g++ g++-14 g++-14-aarch64-linux-gnu
  g++-aarch64-linux-gnu gcc gcc-14 gcc-14-aarch64-linux-gnu
  gcc-aarch64-linux-gnu jq libasan8 libc-dev-bin libc6-dev libcc1-0
  libcrypt-dev libdebhelper-perl libelf1t64 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0 libisl23 libitm1
  libjq1 liblsan0 libmpc3 libmpfr6 libncursesw6 libnsl2 libonig5
  libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib
  libstdc++-14-dev libtirpc-common libtirpc3t64 libtool libtsan2 libubsan1
  linux-libc-dev m4 media-types openstack-pkg-tools po-debconf python3
  python3-minimal python3-pip python3-wheel python3.12 python3.12-minimal
  rpcsvc-proto
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc cpp-doc gcc-14-locales
  cpp-14-doc dh-make gcc-14-doc gcc-multilib manpages-dev flex bison gdb
  gcc-doc gdb-aarch64-linux-gnu libc-devtools glibc-doc libstdc++-14-doc
  libtool-doc gfortran | fortran95-compiler gcj-jdk m4-doc libmail-box-perl
  python3-doc python3-tk python3-venv python3-setuptools python3.12-venv
  python3.12-doc binfmt-support
Recommended packages:
  manpages manpages-dev libarchive-cpio-perl libgpm2 libltdl-dev autopkgtest
  madison-lite pristine-tar libmail-sendmail-perl python3-dev libjs-sphinxdoc
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper dh-autoreconf
  dh-strip-nondeterminism dwz fakeroot g++ g++-14 g++-14-aarch64-linux-gnu
  g++-aarch64-linux-gnu gcc gcc-14 gcc-14-aarch64-linux-gnu
  gcc-aarch64-linux-gnu jq libasan8 libc-dev-bin libc6-dev libcc1-0
  libcrypt-dev libdebhelper-perl libelf1t64 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0 libisl23 libitm1
  libjq1 liblsan0 libmpc3 libmpfr6 libncursesw6 libnsl2 libonig5
  libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib
  libstdc++-14-dev libtirpc-common libtirpc3t64 libtool libtsan2 libubsan1
  linux-libc-dev m4 media-types openstack-pkg-tools po-debconf python3
  python3-minimal python3-pip python3-wheel python3.12 python3.12-minimal
  rpcsvc-proto sbuild-build-depends-main-dummy
0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
Need to get 68.7 MB of archives.
After this operation, 277 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [896 B]
Get:2 http://deb.debian.org/debian sid/main arm64 libpython3.12-minimal arm64 3.12.7-3 [808 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 python3.12-minimal arm64 3.12.7-3 [1940 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 python3-minimal arm64 3.12.7-1 [26.8 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 media-types all 10.1.0 [26.9 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libncursesw6 arm64 6.5-2+b1 [125 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3+b1 [78.7 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libnsl2 arm64 1.3.0-3+b3 [37.9 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libpython3.12-stdlib arm64 3.12.7-3 [1902 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 python3.12 arm64 3.12.7-3 [671 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libpython3-stdlib arm64 3.12.7-1 [9708 B]
Get:14 http://deb.debian.org/debian sid/main arm64 python3 arm64 3.12.7-1 [27.8 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.7-1 [2454 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:30 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:31 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:32 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:33 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:35 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:36 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:37 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:41 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:42 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:43 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:44 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:46 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:48 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:49 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:50 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:51 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:52 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:53 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:54 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:55 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:56 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:57 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:58 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:59 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:60 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:61 http://deb.debian.org/debian sid/main arm64 libonig5 arm64 6.9.9-1+b1 [181 kB]
Get:62 http://deb.debian.org/debian sid/main arm64 libjq1 arm64 1.7.1-3+b1 [148 kB]
Get:63 http://deb.debian.org/debian sid/main arm64 jq arm64 1.7.1-3+b1 [77.3 kB]
Get:64 http://deb.debian.org/debian sid/main arm64 python3-wheel all 0.45.0-1 [56.7 kB]
Get:65 http://deb.debian.org/debian sid/main arm64 python3-pip all 24.3.1+dfsg-1 [1441 kB]
Get:66 http://deb.debian.org/debian sid/main arm64 openstack-pkg-tools all 130 [96.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 68.7 MB in 1s (89.7 MB/s)
Selecting previously unselected package libpython3.12-minimal:arm64.
(Reading database ... 17119 files and directories currently installed.)
Preparing to unpack .../libpython3.12-minimal_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-minimal:arm64 (3.12.7-3) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../libexpat1_2.6.4-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.4-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.7-3_arm64.deb ...
Unpacking python3.12-minimal (3.12.7-3) ...
Setting up libpython3.12-minimal:arm64 (3.12.7-3) ...
Setting up libexpat1:arm64 (2.6.4-1) ...
Setting up python3.12-minimal (3.12.7-3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 17439 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.12.7-1_arm64.deb ...
Unpacking python3-minimal (3.12.7-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../2-libncursesw6_6.5-2+b1_arm64.deb ...
Unpacking libncursesw6:arm64 (6.5-2+b1) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../3-libtirpc-common_1.3.4+ds-1.3_all.deb ...
Unpacking libtirpc-common (1.3.4+ds-1.3) ...
Selecting previously unselected package libtirpc3t64:arm64.
Preparing to unpack .../4-libtirpc3t64_1.3.4+ds-1.3+b1_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3 to /lib/aarch64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3.0.0 to /lib/aarch64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../5-libnsl2_1.3.0-3+b3_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-3+b3) ...
Selecting previously unselected package libpython3.12-stdlib:arm64.
Preparing to unpack .../6-libpython3.12-stdlib_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-stdlib:arm64 (3.12.7-3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../7-python3.12_3.12.7-3_arm64.deb ...
Unpacking python3.12 (3.12.7-3) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../8-libpython3-stdlib_3.12.7-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.12.7-1) ...
Setting up python3-minimal (3.12.7-1) ...
Selecting previously unselected package python3.
(Reading database ... 17912 files and directories currently installed.)
Preparing to unpack .../00-python3_3.12.7-1_arm64.deb ...
Unpacking python3 (3.12.7-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../01-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../02-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../03-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../04-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 .../05-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../06-libc-dev-bin_2.40-3_arm64.deb ...
Unpacking libc-dev-bin (2.40-3) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../07-linux-libc-dev_6.11.7-1_all.deb ...
Unpacking linux-libc-dev (6.11.7-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../08-libcrypt-dev_1%3a4.4.36-5_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.36-5) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../09-rpcsvc-proto_1.4.3-1+b1_arm64.deb ...
Unpacking rpcsvc-proto (1.4.3-1+b1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../10-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../11-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../12-libmpfr6_4.2.1-1+b2_arm64.deb ...
Unpacking libmpfr6:arm64 (4.2.1-1+b2) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../13-libmpc3_1.3.1-1+b3_arm64.deb ...
Unpacking libmpc3:arm64 (1.3.1-1+b3) ...
Selecting previously unselected package cpp-14-aarch64-linux-gnu.
Preparing to unpack .../14-cpp-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../15-cpp-14_14.2.0-8_arm64.deb ...
Unpacking cpp-14 (14.2.0-8) ...
Selecting previously unselected package cpp-aarch64-linux-gnu.
Preparing to unpack .../16-cpp-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../17-cpp_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../18-libcc1-0_14.2.0-8_arm64.deb ...
Unpacking libcc1-0:arm64 (14.2.0-8) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../19-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../20-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../21-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../22-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../23-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../24-libhwasan0_14.2.0-8_arm64.deb ...
Unpacking libhwasan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libgcc-14-dev:arm64.
Preparing to unpack .../25-libgcc-14-dev_14.2.0-8_arm64.deb ...
Unpacking libgcc-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package gcc-14-aarch64-linux-gnu.
Preparing to unpack .../26-gcc-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../27-gcc-14_14.2.0-8_arm64.deb ...
Unpacking gcc-14 (14.2.0-8) ...
Selecting previously unselected package gcc-aarch64-linux-gnu.
Preparing to unpack .../28-gcc-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../29-gcc_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package libstdc++-14-dev:arm64.
Preparing to unpack .../30-libstdc++-14-dev_14.2.0-8_arm64.deb ...
Unpacking libstdc++-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package g++-14-aarch64-linux-gnu.
Preparing to unpack .../31-g++-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking g++-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package g++-14.
Preparing to unpack .../32-g++-14_14.2.0-8_arm64.deb ...
Unpacking g++-14 (14.2.0-8) ...
Selecting previously unselected package g++-aarch64-linux-gnu.
Preparing to unpack .../33-g++-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking g++-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package g++.
Preparing to unpack .../34-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../35-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../36-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../37-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../38-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../39-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../40-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:arm64.
Preparing to unpack .../41-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../42-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../43-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../44-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../45-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../46-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package libonig5:arm64.
Preparing to unpack .../47-libonig5_6.9.9-1+b1_arm64.deb ...
Unpacking libonig5:arm64 (6.9.9-1+b1) ...
Selecting previously unselected package libjq1:arm64.
Preparing to unpack .../48-libjq1_1.7.1-3+b1_arm64.deb ...
Unpacking libjq1:arm64 (1.7.1-3+b1) ...
Selecting previously unselected package jq.
Preparing to unpack .../49-jq_1.7.1-3+b1_arm64.deb ...
Unpacking jq (1.7.1-3+b1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../50-python3-wheel_0.45.0-1_all.deb ...
Unpacking python3-wheel (0.45.0-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../51-python3-pip_24.3.1+dfsg-1_all.deb ...
Unpacking python3-pip (24.3.1+dfsg-1) ...
Selecting previously unselected package openstack-pkg-tools.
Preparing to unpack .../52-openstack-pkg-tools_130_all.deb ...
Unpacking openstack-pkg-tools (130) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../53-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up media-types (10.1.0) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.20) ...
Setting up linux-libc-dev (6.11.7-1) ...
Setting up m4 (1.4.19-4) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up fakeroot (1.36-1) ...
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+b1) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up autopoint (0.22.5-2) ...
Setting up libncursesw6:arm64 (6.5-2+b1) ...
Setting up autoconf (2.72-3) ...
Setting up libubsan1:arm64 (14.2.0-8) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up libonig5:arm64 (6.9.9-1+b1) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up libitm1:arm64 (14.2.0-8) ...
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 libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Setting up libjq1:arm64 (1.7.1-3+b1) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up jq (1.7.1-3+b1) ...
Setting up libnsl2:arm64 (1.3.0-3+b3) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up libpython3.12-stdlib:arm64 (3.12.7-3) ...
Setting up python3.12 (3.12.7-3) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libpython3-stdlib:arm64 (3.12.7-1) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up python3 (3.12.7-1) ...
Setting up python3-wheel (0.45.0-1) ...
Setting up gcc-14 (14.2.0-8) ...
Setting up python3-pip (24.3.1+dfsg-1) ...
Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14 (14.2.0-8) ...
Setting up libtool (2.4.7-8) ...
Setting up openstack-pkg-tools (130) ...
Setting up gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up g++ (4:14.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.12) ...
Setting up debhelper (13.20) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

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

Arch check ok (arm64 included in all)

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

Kernel: Linux 6.1.0-27-cloud-arm64 #1 SMP Debian 6.1.115-1 (2024-11-01) arm64 (aarch64)
Toolchain package versions: binutils_2.43.1-5 dpkg-dev_1.22.12~1.gbp82cafd g++-14_14.2.0-8 gcc-14_14.2.0-8 libc6-dev_2.40-3 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 linux-libc-dev_6.11.7-1
Package versions: appstream_1.0.3-1+b1 apt_2.9.11 autoconf_2.72-3 automake_1:1.16.5-1.3 autopoint_0.22.5-2 autotools-dev_20220109.1 base-files_13.5 base-passwd_3.6.5 bash_5.2.32-1+b2 binutils_2.43.1-5 binutils-aarch64-linux-gnu_2.43.1-5 binutils-common_2.43.1-5 bsdextrautils_2.40.2-11 bsdutils_1:2.40.2-11 build-essential_12.12 bzip2_1.0.8-6 ca-certificates_20240203 coreutils_9.5-1+b1 cpp_4:14.2.0-1 cpp-14_14.2.0-8 cpp-14-aarch64-linux-gnu_14.2.0-8 cpp-aarch64-linux-gnu_4:14.2.0-1 dash_0.5.12-9+b1 debconf_1.5.87 debhelper_13.20 debian-archive-keyring_2023.4 debianutils_5.21 dh-autoreconf_20 dh-strip-nondeterminism_1.14.0-1 diffstat_1.66-1+b1 diffutils_1:3.10-1+b1 dpkg_1.22.12~1.gbp82cafd dpkg-dev_1.22.12~1.gbp82cafd dwz_0.15-1+b1 e2fsprogs_1.47.1-1+b1 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 g++_4:14.2.0-1 g++-14_14.2.0-8 g++-14-aarch64-linux-gnu_14.2.0-8 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-8 gcc-14-aarch64-linux-gnu_14.2.0-8 gcc-14-base_14.2.0-8 gcc-aarch64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 gpg_2.2.45-2 gpgconf_2.2.45-2 gpgv_2.2.45-2 grep_3.11-4+b1 groff-base_1.23.0-5 gzip_1.12-1.1+b1 hostname_3.25 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 iso-codes_4.17.0-1 jq_1.7.1-3+b1 libacl1_2.3.2-2+b1 libaliased-perl_0.34-3 libappstream5_1.0.3-1+b1 libapt-pkg-perl_0.1.40+b6 libapt-pkg6.0t64_2.9.11 libarchive-zip-perl_1.68-1 libasan8_14.2.0-8 libassuan9_3.0.1-2 libatomic1_14.2.0-8 libattr1_1:2.5.2-2 libaudit-common_1:4.0.2-2 libaudit1_1:4.0.2-2 libb-hooks-endofscope-perl_0.28-1 libb-hooks-op-check-perl_0.22-3+b2 libberkeleydb-perl_0.66-1 libbinutils_2.43.1-5 libblkid1_2.40.2-11 libbrotli1_1.1.0-2+b6 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libc-bin_2.40-3 libc-dev-bin_2.40-3 libc6_2.40-3 libc6-dev_2.40-3 libcap-ng0_0.8.5-3+b1 libcap2_1:2.66-5+b1 libcapture-tiny-perl_0.48-2 libcc1-0_14.2.0-8 libcgi-pm-perl_4.66-1 libclass-data-inheritable-perl_0.10-1 libclass-inspector-perl_1.36-3 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b4 libclone-perl_0.47-1+b1 libcom-err2_1.47.1-1+b1 libconfig-tiny-perl_2.30-1 libconst-fast-perl_0.014-2 libcpanel-json-xs-perl_4.38-1+b1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.1-5 libctf0_2.43.1-5 libcurl3t64-gnutls_8.11.0-1 libdata-dpath-perl_0.60-1 libdata-messagepack-perl_1.02-1+b4 libdata-optlist-perl_0.114-1 libdata-validate-domain-perl_0.15-1 libdata-validate-ip-perl_0.31-1 libdata-validate-uri-perl_0.07-3 libdb5.3t64_5.3.28+dfsg2-9 libdebconfclient0_0.273 libdebhelper-perl_13.20 libdevel-callchecker-perl_0.009-1+b1 libdevel-size-perl_0.84-1+b1 libdevel-stacktrace-perl_2.0500-1 libdpkg-perl_1.22.12~1.gbp82cafd libdynaloader-functions-perl_0.004-1 libelf1t64_0.192-4 libemail-address-xs-perl_1.05-1+b4 libencode-locale-perl_1.05-3 libexception-class-perl_1.45-1 libexpat1_2.6.4-1 libext2fs2t64_1.47.1-1+b1 libfakeroot_1.36-1 libffi8_3.4.6-1 libfile-basedir-perl_0.09-2 libfile-find-rule-perl_0.34-3 libfile-listing-perl_6.16-1 libfile-sharedir-perl_1.118-3 libfile-stripnondeterminism-perl_1.14.0-1 libfont-ttf-perl_1.06-2 libgcc-14-dev_14.2.0-8 libgcc-s1_14.2.0-8 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libglib2.0-0t64_2.82.2-3 libgmp10_2:6.3.0+dfsg-2+b2 libgnutls30t64_3.8.8-2 libgomp1_14.2.0-8 libgpg-error0_1.50-4 libgprofng0_2.43.1-5 libgssapi-krb5-2_1.21.3-3 libhogweed6t64_3.10-1+b1 libhtml-form-perl_6.12-1 libhtml-html5-entities-perl_0.004-3 libhtml-parser-perl_3.83-1+b1 libhtml-tagset-perl_3.24-1 libhtml-tokeparser-simple-perl_3.16-4 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.11-1 libhttp-date-perl_6.06-1 libhttp-message-perl_7.00-2 libhttp-negotiate-perl_6.01-2 libhwasan0_14.2.0-8 libicu72_72.1-5+b1 libidn2-0_2.3.7-2+b1 libimport-into-perl_1.002005-2 libio-html-perl_1.004-3 libio-interactive-perl_1.025-1 libio-socket-ssl-perl_2.089-1 libio-string-perl_1.08-4 libipc-run3-perl_0.049-1 libipc-system-simple-perl_1.30-2 libisl23_0.27-1 libiterator-perl_0.03+ds1-2 libiterator-util-perl_0.02+ds1-2 libitm1_14.2.0-8 libjansson4_2.14-2+b3 libjq1_1.7.1-3+b1 libjson-maybexs-perl_1.004008-1 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-4 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 libldap-2.5-0_2.5.18+dfsg-3+b1 liblist-compare-perl_0.55-2 liblist-someutils-perl_0.59-1 liblist-utilsby-perl_0.12-2 liblsan0_14.2.0-8 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.14-1 liblz1_1.15~pre2-1 liblz4-1_1.9.4-3+b1 liblzma5_5.6.3-1+b1 liblzo2-2_2.10-3+b1 libmagic-mgc_1:5.45-3+b1 libmagic1t64_1:5.45-3+b1 libmarkdown2_2.2.7-2.1 libmd0_1.1.0-2+b1 libmldbm-perl_2.05-4 libmodule-implementation-perl_0.09-2 libmodule-runtime-perl_0.016-2 libmoo-perl_2.005005-1 libmoox-aliases-perl_0.001006-2 libmount1_2.40.2-11 libmouse-perl_2.5.11-1+b1 libmpc3_1.3.1-1+b3 libmpfr6_4.2.1-1+b2 libnamespace-clean-perl_0.27-2 libncursesw6_6.5-2+b1 libnet-domain-tld-perl_1.75-4 libnet-http-perl_6.23-1 libnet-ipv6addr-perl_1.02-1 libnet-netmask-perl_2.0002-2 libnet-ssleay-perl_1.94-2 libnetaddr-ip-perl_4.079+dfsg-2+b4 libnettle8t64_3.10-1+b1 libnghttp2-14_1.64.0-1 libnghttp3-9_1.4.0-1+b1 libngtcp2-16_1.6.0-1 libngtcp2-crypto-gnutls8_1.6.0-1 libnsl2_1.3.0-3+b3 libnumber-compare-perl_0.03-3 libonig5_6.9.9-1+b1 libp11-kit0_0.25.5-2+b1 libpackage-stash-perl_0.40-1 libpam-modules_1.5.3-7+b1 libpam-modules-bin_1.5.3-7+b1 libpam-runtime_1.5.3-7 libpam0g_1.5.3-7+b1 libparams-classify-perl_0.015-2+b4 libparams-util-perl_1.102-3+b1 libpath-tiny-perl_0.146-1 libpcre2-8-0_10.44-4 libperl5.40_5.40.0-7 libperlio-gzip-perl_0.20-1+b4 libperlio-utf8-strict-perl_0.010-1+b3 libpipeline1_1.5.8-1 libproc-processtable-perl_0.636-1+b3 libpsl5t64_0.21.2-1.1+b1 libpython3-stdlib_3.12.7-1 libpython3.12-minimal_3.12.7-3 libpython3.12-stdlib_3.12.7-3 libreadline8t64_8.2-5 libregexp-wildcards-perl_1.05-3 librole-tiny-perl_2.002004-1 librtmp1_2.4+20151223.gitfa8646d.1-2+b5 libsasl2-2_2.1.28+dfsg1-8 libsasl2-modules-db_2.1.28+dfsg1-8 libseccomp2_2.5.5-1+b3 libselinux1_3.7-3+b1 libsemanage-common_3.7-2 libsemanage2_3.7-2+b1 libsepol2_3.7-1 libsereal-decoder-perl_5.004+ds-1+b3 libsereal-encoder-perl_5.004+ds-1+b3 libsframe1_2.43.1-5 libsmartcols1_2.40.2-11 libsort-versions-perl_1.62-3 libsqlite3-0_3.46.1-1 libss2_1.47.1-1+b1 libssh2-1t64_1.11.1-1 libssl3t64_3.3.2-2 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 libstemmer0d_2.2.0-4+b2 libstrictures-perl_2.000006-1 libsub-exporter-perl_0.990-1 libsub-exporter-progressive-perl_0.001013-3 libsub-identify-perl_0.14-3+b3 libsub-install-perl_0.929-1 libsub-name-perl_0.27-1+b3 libsub-quote-perl_2.006008-1 libsyntax-keyword-try-perl_0.30-1+b1 libsystemd0_257~rc2-3 libtasn1-6_4.19.0-3+b3 libterm-readkey-perl_2.38-2+b4 libtext-glob-perl_0.11-3 libtext-levenshteinxs-perl_0.03-5+b4 libtext-markdown-discount-perl_0.16-1+b3 libtext-xslate-perl_3.5.9-2+b1 libtime-duration-perl_1.21-2 libtime-moment-perl_0.44-2+b4 libtimedate-perl_2.3300-2 libtinfo6_6.5-2+b1 libtirpc-common_1.3.4+ds-1.3 libtirpc3t64_1.3.4+ds-1.3+b1 libtool_2.4.7-8 libtry-tiny-perl_0.32-1 libtsan2_14.2.0-8 libubsan1_14.2.0-8 libuchardet0_0.0.8-1+b2 libudev1_257~rc2-3 libunicode-utf8-perl_0.62-2+b3 libunistring5_1.2-1+b1 liburi-perl_5.30-1 libuuid1_2.40.2-11 libvariable-magic-perl_0.64-1+b1 libwww-mechanize-perl_2.19-1 libwww-perl_6.77-1 libwww-robotrules-perl_6.02-1 libxml-libxml-perl_2.0207+dfsg+really+2.0134-5+b1 libxml-namespacesupport-perl_1.12-2 libxml-sax-base-perl_1.09-3 libxml-sax-perl_1.02+dfsg-3 libxml2_2.12.7+dfsg+really2.9.14-0.2+b1 libxmlb2_0.3.21-1 libxs-parse-keyword-perl_0.46-1+b1 libxxhash0_0.8.2-2+b2 libyaml-0-2_0.2.5-1+b2 libyaml-libyaml-perl_0.902.0+ds-2+b1 libzstd1_1.5.6+dfsg-1+b1 lintian_2.120.0 linux-libc-dev_6.11.7-1 login_1:4.16.0-2+really2.40.2-11 login.defs_1:4.16.0-5 logsave_1.47.1-1+b1 lzop_1.04-2+b1 m4_1.4.19-4 make_4.3-4.1+b1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 media-types_10.1.0 mount_2.40.2-11 ncurses-base_6.5-2 ncurses-bin_6.5-2+b1 netbase_6.4 openssl_3.3.2-2 openssl-provider-legacy_3.3.2-2 openstack-pkg-tools_130 passwd_1:4.16.0-5 patch_2.7.6-7+b1 patchutils_0.4.2-1+b1 perl_5.40.0-7 perl-base_5.40.0-7 perl-modules-5.40_5.40.0-7 perl-openssl-defaults_7+b2 plzip_1.11-2 po-debconf_1.0.21+nmu1 python3_3.12.7-1 python3-minimal_3.12.7-1 python3-pip_24.3.1+dfsg-1 python3-wheel_0.45.0-1 python3.12_3.12.7-3 python3.12-minimal_3.12.7-3 readline-common_8.2-5 rpcsvc-proto_1.4.3-1+b1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-2+b1 sensible-utils_0.0.24 shared-mime-info_2.4-5+b1 sysvinit-utils_3.11-1 t1utils_1.41-4+b1 tar_1.35+dfsg-3+b1 tzdata_2024b-3 ucf_3.0043+nmu1 unzip_6.0-28+b1 util-linux_2.40.2-11 xz-utils_5.6.3-1+b1 zlib1g_1:1.3.dfsg+really1.3.1-1+b1

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


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

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

Format: 3.0 (native)
Source: openstack-cluster-installer
Binary: openstack-cluster-installer-live-image-builder, openstack-cluster-installer, openstack-cluster-installer-agent, openstack-cluster-installer-cli, openstack-cluster-installer-common, openstack-cluster-installer-openstack-ci, openstack-cluster-installer-poc, openstack-cluster-installer-utils, puppet-module-oci
Architecture: all
Version: 43.0.0
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:  Thomas Goirand <zigo@debian.org>,
Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
Vcs-Git: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer.git
Build-Depends: debhelper-compat (= 10), openstack-pkg-tools
Package-List:
 openstack-cluster-installer deb net optional arch=all
 openstack-cluster-installer-agent deb net optional arch=all
 openstack-cluster-installer-cli deb net optional arch=all
 openstack-cluster-installer-common deb net optional arch=all
 openstack-cluster-installer-live-image-builder deb net optional arch=all
 openstack-cluster-installer-openstack-ci deb net optional arch=all
 openstack-cluster-installer-poc deb net optional arch=all
 openstack-cluster-installer-utils deb net optional arch=all
 puppet-module-oci deb net optional arch=all
Checksums-Sha1:
 4589529f31cfd20f35ca1fc9bd371c2348f08c55 446284 openstack-cluster-installer_43.0.0.tar.xz
Checksums-Sha256:
 84acbaa93681a975119afe3fe651a278595e1813ebcab52f9f620d20365643e1 446284 openstack-cluster-installer_43.0.0.tar.xz
Files:
 719cd4b4fdee394face1fb440e59db59 446284 openstack-cluster-installer_43.0.0.tar.xz

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmcK974ACgkQ1BatFaxr
Q/7lMQ/7Bh64IRkb7mPT49iFMARjZ1lqSshVFhJxeMq/4yIffY7dKndnRH8nmJ2m
M9sBhQQeJpmBgQruMutRsj11mBunZbhY67H/PnATCTJ2qVa6AVnsxd6PPcf+Xx4V
m+/TC3WUNCt19IeJqZt94V3TcppSGwPuPlhGJ8Z8XK0eCWbkh5cG0L+rZDpEqJbp
7eJQTeGd5JFQGi8qBk40N27jtkPPE9dqUxX8Tw5uTqPYgIwudI2y5pPB+bW53+rp
CFlEYt1vD9ViK/cTXoSf46gBQgGRK9Glh4R3Uf9Ro/D+ffAHTfOTQ6/lmt7aYfYF
zhe4dvqzURWY0tGIRG4yTnZkZH7OIYu+rhrIGNN2hpSCqnQ84Ste1tPpY31iYHxK
NnfZczOG7zHmBtJM7JlJTP/FNW59S7RX5ZnMMcZdbrkn2uFK7OnK1BShwHPhINkI
9Be6CVREZkBjH/L+Ovyu0GuCivvhukkHSXZRCGn5GtliJAkUbaxD0VmM47AC2V80
QBIaP90+IawCp7iE0E3aEKV9J/AekPF/3+Y2ikSF1FqIUQmzoXqm7DS8rwAByHH7
4zKDy82mjm6Pu2WIFP6VhoGe39whoP+cozDQfcezEkA1EykvWu1w2KrEC0rseMPL
M4RfoZGdxCztTTU8SZMJkWic21g9CA4r7sSEu82Wjmy1nrSvNyE=
=IVwj
-----END PGP SIGNATURE-----

gpgv: Signature made Sat Oct 12 22:27:10 2024 UTC
gpgv:                using RSA key A0B1A9F3508956130E7A425CD416AD15AC6B43FE
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./openstack-cluster-installer_43.0.0.dsc: no acceptable signature found
dpkg-source: info: extracting openstack-cluster-installer in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking openstack-cluster-installer_43.0.0.tar.xz

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

Sufficient free space for build

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

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

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

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package openstack-cluster-installer
dpkg-buildpackage: info: source version 43.0.0
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Thomas Goirand <zigo@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
# These are generated during build: let's clean them.
rm -f debian/openstack-cluster-installer.config debian/openstack-cluster-installer.postinst debian/openstack-cluster-installer.postrm debian/openstack-cluster-installer.templates
rm -rf debian/po
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func openstack-cluster-installer.config
/usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func openstack-cluster-installer.postinst
/usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_postrm openstack-cluster-installer.postrm
pkgos-merge-templates openstack-cluster-installer openstack-cluster-installer db
Merging cs.po...
Merging da.po...
Merging de.po...
Merging es.po...
Merging fr.po...
Merging gl.po...
Merging it.po...
Merging ja.po...
Merging nl.po...
Merging pl.po...
Merging pt.po...
Merging pt_BR.po...
Merging ru.po...
Merging sv.po...
Merging zh_CN.po...
# Test all shell scripts
set -e ; set -x ; for i in $(ls bin/*) $(ls poc-bin/*) $(ls oci-agent/*) $(ls utils/usr/bin/*) ocicli/ocicli   etc/openstack-cluster-installer/openstack-cluster-installer.conf; do sh -n $i ; done
+ ls bin/oci-add-ssh-ca-to-known-hosts bin/oci-add-store-to-ring bin/oci-cluster-upgrade-old-swift-oci bin/oci-cluster-upgrade-openstack-release bin/oci-cluster-upgrade-stretch-to-buster bin/oci-copy-slave-node-generate-key bin/oci-disable-puppet bin/oci-enable-puppet bin/oci-foreman bin/oci-gen-slave-node-cert bin/oci-gen-slave-node-client-cert bin/oci-ilorest bin/oci-live bin/oci-onecli bin/oci-puppet-external-node-classifier bin/oci-remove-slave-node-generated-key bin/oci-renew-intermediate-ca bin/oci-resign-all-ssh-host-keys bin/oci-root-ca-destroy bin/oci-root-ca-gen bin/oci-run-command-on-nodes bin/oci-save-rabbitmq-access bin/oci-scp-live-image-artefacts-to-live-builder bin/oci-swift-backup-ring bin/oci-swift-replace-weight bin/oci-swift-replicate-ring bin/oci-update-cluster-certs bin/oci-update-cluster-certs-restart-services bin/oci-userdb bin/openstack-cluster-installer-config bin/openstack-cluster-installer-functions bin/openstack-cluster-installer-start bin/openstack-cluster-installer-start-hdd bin/openstack-cluster-installer-stop
+ ls poc-bin/oci-poc-ci poc-bin/oci-poc-haproxy poc-bin/oci-poc-install-cluster poc-bin/oci-poc-install-cluster-bgp poc-bin/oci-poc-install-cluster-billing poc-bin/oci-poc-install-cluster-compute-only poc-bin/oci-poc-install-cluster-external-keystone poc-bin/oci-poc-install-cluster-full poc-bin/oci-poc-install-cluster-swift poc-bin/oci-poc-openstack-provisionning poc-bin/oci-poc-provision poc-bin/oci-poc-restore poc-bin/oci-poc-save poc-bin/oci-poc-setup poc-bin/oci-poc-setup-bodi-hook poc-bin/oci-poc-vms
+ ls oci-agent/oci-agent-daemon oci-agent/oci-agent-report-status oci-agent/oci-agent-sign-live-ssh-host-keys oci-agent/oci-install-pre-reboot-hook oci-agent/oci-install-with-report oci-agent/openstack-cluster-installer-bodi-hook-script
+ ls utils/usr/bin/oci-auto-join-rabbitmq-cluster utils/usr/bin/oci-build-cinder-volume-vg utils/usr/bin/oci-build-data-vg utils/usr/bin/oci-compute-node-image-cache-cleaner utils/usr/bin/oci-fernet-keys-rotate utils/usr/bin/oci-first-boot utils/usr/bin/oci-first-boot-wrapper utils/usr/bin/oci-fix-ceph-dm-perms utils/usr/bin/oci-fix-nova-ssh-config utils/usr/bin/oci-fixup-compute-node utils/usr/bin/oci-glance-image-rsync utils/usr/bin/oci-hdd-maint utils/usr/bin/oci-make-osd utils/usr/bin/oci-manila-flavor utils/usr/bin/oci-manila-image utils/usr/bin/oci-manila-security-group utils/usr/bin/oci-manila-ssh-key utils/usr/bin/oci-octavia-amphora-secgroups-sshkey-lbrole-and-network utils/usr/bin/oci-octavia-certs utils/usr/bin/oci-poc-manila-network utils/usr/bin/oci-poc-provision-az utils/usr/bin/oci-poc-provision-cloud utils/usr/bin/oci-poc-provision-flavors utils/usr/bin/oci-poc-provision-image utils/usr/bin/oci-poc-provision-network utils/usr/bin/oci-poc-provision-network-cl3 utils/usr/bin/oci-poc-provision-octavia-flavor utils/usr/bin/oci-poc-provision-octavia-image utils/usr/bin/oci-poc-provision-octavia-network utils/usr/bin/oci-poc-provision-octavia-secgroup utils/usr/bin/oci-poc-provision-octavia-ssh-key utils/usr/bin/oci-poc-provision-vm utils/usr/bin/oci-puppet utils/usr/bin/oci-report-puppet-failure utils/usr/bin/oci-report-puppet-running utils/usr/bin/oci-report-puppet-success utils/usr/bin/oci-report-status utils/usr/bin/oci-restart-all-services utils/usr/bin/oci-swift-upgrade-hdd-firmware utils/usr/bin/oci-tail-last-puppet-log utils/usr/bin/oci-wait-for-first-galera-node utils/usr/bin/oci-wait-for-remote-sql utils/usr/bin/oci-wait-for-sql utils/usr/bin/oci-write-lvm-filter
+ sh -n bin/oci-add-ssh-ca-to-known-hosts
+ sh -n bin/oci-add-store-to-ring
+ sh -n bin/oci-cluster-upgrade-old-swift-oci
+ sh -n bin/oci-cluster-upgrade-openstack-release
+ sh -n bin/oci-cluster-upgrade-stretch-to-buster
+ sh -n bin/oci-copy-slave-node-generate-key
+ sh -n bin/oci-disable-puppet
+ sh -n bin/oci-enable-puppet
+ sh -n bin/oci-foreman
+ sh -n bin/oci-gen-slave-node-cert
+ sh -n bin/oci-gen-slave-node-client-cert
+ sh -n bin/oci-ilorest
+ sh -n bin/oci-live
+ sh -n bin/oci-onecli
+ sh -n bin/oci-puppet-external-node-classifier
+ sh -n bin/oci-remove-slave-node-generated-key
+ sh -n bin/oci-renew-intermediate-ca
+ sh -n bin/oci-resign-all-ssh-host-keys
+ sh -n bin/oci-root-ca-destroy
+ sh -n bin/oci-root-ca-gen
+ sh -n bin/oci-run-command-on-nodes
+ sh -n bin/oci-save-rabbitmq-access
+ sh -n bin/oci-scp-live-image-artefacts-to-live-builder
+ sh -n bin/oci-swift-backup-ring
+ sh -n bin/oci-swift-replace-weight
+ sh -n bin/oci-swift-replicate-ring
+ sh -n bin/oci-update-cluster-certs
+ sh -n bin/oci-update-cluster-certs-restart-services
+ sh -n bin/oci-userdb
+ sh -n bin/openstack-cluster-installer-config
+ sh -n bin/openstack-cluster-installer-functions
+ sh -n bin/openstack-cluster-installer-start
+ sh -n bin/openstack-cluster-installer-start-hdd
+ sh -n bin/openstack-cluster-installer-stop
+ sh -n poc-bin/oci-poc-ci
+ sh -n poc-bin/oci-poc-haproxy
+ sh -n poc-bin/oci-poc-install-cluster
+ sh -n poc-bin/oci-poc-install-cluster-bgp
+ sh -n poc-bin/oci-poc-install-cluster-billing
+ sh -n poc-bin/oci-poc-install-cluster-compute-only
+ sh -n poc-bin/oci-poc-install-cluster-external-keystone
+ sh -n poc-bin/oci-poc-install-cluster-full
+ sh -n poc-bin/oci-poc-install-cluster-swift
+ sh -n poc-bin/oci-poc-openstack-provisionning
+ sh -n poc-bin/oci-poc-provision
+ sh -n poc-bin/oci-poc-restore
+ sh -n poc-bin/oci-poc-save
+ sh -n poc-bin/oci-poc-setup
+ sh -n poc-bin/oci-poc-setup-bodi-hook
+ sh -n poc-bin/oci-poc-vms
+ sh -n oci-agent/oci-agent-daemon
+ sh -n oci-agent/oci-agent-report-status
+ sh -n oci-agent/oci-agent-sign-live-ssh-host-keys
+ sh -n oci-agent/oci-install-pre-reboot-hook
+ sh -n oci-agent/oci-install-with-report
+ sh -n oci-agent/openstack-cluster-installer-bodi-hook-script
+ sh -n utils/usr/bin/oci-auto-join-rabbitmq-cluster
+ sh -n utils/usr/bin/oci-build-cinder-volume-vg
+ sh -n utils/usr/bin/oci-build-data-vg
+ sh -n utils/usr/bin/oci-compute-node-image-cache-cleaner
+ sh -n utils/usr/bin/oci-fernet-keys-rotate
+ sh -n utils/usr/bin/oci-first-boot
+ sh -n utils/usr/bin/oci-first-boot-wrapper
+ sh -n utils/usr/bin/oci-fix-ceph-dm-perms
+ sh -n utils/usr/bin/oci-fix-nova-ssh-config
+ sh -n utils/usr/bin/oci-fixup-compute-node
+ sh -n utils/usr/bin/oci-glance-image-rsync
+ sh -n utils/usr/bin/oci-hdd-maint
+ sh -n utils/usr/bin/oci-make-osd
+ sh -n utils/usr/bin/oci-manila-flavor
+ sh -n utils/usr/bin/oci-manila-image
+ sh -n utils/usr/bin/oci-manila-security-group
+ sh -n utils/usr/bin/oci-manila-ssh-key
+ sh -n utils/usr/bin/oci-octavia-amphora-secgroups-sshkey-lbrole-and-network
+ sh -n utils/usr/bin/oci-octavia-certs
+ sh -n utils/usr/bin/oci-poc-manila-network
+ sh -n utils/usr/bin/oci-poc-provision-az
+ sh -n utils/usr/bin/oci-poc-provision-cloud
+ sh -n utils/usr/bin/oci-poc-provision-flavors
+ sh -n utils/usr/bin/oci-poc-provision-image
+ sh -n utils/usr/bin/oci-poc-provision-network
+ sh -n utils/usr/bin/oci-poc-provision-network-cl3
+ sh -n utils/usr/bin/oci-poc-provision-octavia-flavor
+ sh -n utils/usr/bin/oci-poc-provision-octavia-image
+ sh -n utils/usr/bin/oci-poc-provision-octavia-network
+ sh -n utils/usr/bin/oci-poc-provision-octavia-secgroup
+ sh -n utils/usr/bin/oci-poc-provision-octavia-ssh-key
+ sh -n utils/usr/bin/oci-poc-provision-vm
+ sh -n utils/usr/bin/oci-puppet
+ sh -n utils/usr/bin/oci-report-puppet-failure
+ sh -n utils/usr/bin/oci-report-puppet-running
+ sh -n utils/usr/bin/oci-report-puppet-success
+ sh -n utils/usr/bin/oci-report-status
+ sh -n utils/usr/bin/oci-restart-all-services
+ sh -n utils/usr/bin/oci-swift-upgrade-hdd-firmware
+ sh -n utils/usr/bin/oci-tail-last-puppet-log
+ sh -n utils/usr/bin/oci-wait-for-first-galera-node
+ sh -n utils/usr/bin/oci-wait-for-remote-sql
+ sh -n utils/usr/bin/oci-wait-for-sql
+ sh -n utils/usr/bin/oci-write-lvm-filter
+ sh -n ocicli/ocicli
+ sh -n etc/openstack-cluster-installer/openstack-cluster-installer.conf
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_installdirs
   debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_install
install -D -m 0440 /<<PKGBUILDDIR>>/debian/openstack-cluster-installer.sudoers /<<PKGBUILDDIR>>/debian/openstack-cluster-installer/etc/sudoers.d/oci
# Install variables config files
install -D -m 0644 src/variables.json /<<PKGBUILDDIR>>/debian/openstack-cluster-installer-cli/etc/ocicli/variables.json
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_installdebconf
   debian/rules override_dh_systemd_enable
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_systemd_enable
dh_systemd_enable -p openstack-cluster-installer-agent --name=oci-live-report-status
dh_systemd_enable -p openstack-cluster-installer-agent --name=openstack-cluster-installer-agent
dh_systemd_enable -p openstack-cluster-installer-agent --name=oci-live-host-keys
dh_systemd_enable -p openstack-cluster-installer-utils --name=oci-first-boot
dh_systemd_enable -p openstack-cluster-installer-utils --name=oci-report-status
dh_systemd_enable -p openstack-cluster-installer-poc   --name=oci-poc-virtual-network
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_installinit
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installinit
dh_installinit -p openstack-cluster-installer-poc --name=oci-poc-virtual-network --no-restart-after-upgrade
dh_installinit -p openstack-cluster-installer-poc --name=oci-poc-vms --no-restart-after-upgrade --no-start
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_systemd_start
   dh_installlogrotate
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'openstack-cluster-installer-live-image-builder' in '../openstack-cluster-installer-live-image-builder_43.0.0_all.deb'.
dpkg-deb: building package 'openstack-cluster-installer-poc' in '../openstack-cluster-installer-poc_43.0.0_all.deb'.
dpkg-deb: building package 'openstack-cluster-installer-agent' in '../openstack-cluster-installer-agent_43.0.0_all.deb'.
dpkg-deb: building package 'openstack-cluster-installer-common' in '../openstack-cluster-installer-common_43.0.0_all.deb'.
dpkg-deb: building package 'puppet-module-oci' in '../puppet-module-oci_43.0.0_all.deb'.
dpkg-deb: building package 'openstack-cluster-installer-cli' in '../openstack-cluster-installer-cli_43.0.0_all.deb'.
dpkg-deb: building package 'openstack-cluster-installer' in '../openstack-cluster-installer_43.0.0_all.deb'.
dpkg-deb: building package 'openstack-cluster-installer-openstack-ci' in '../openstack-cluster-installer-openstack-ci_43.0.0_all.deb'.
dpkg-deb: building package 'openstack-cluster-installer-utils' in '../openstack-cluster-installer-utils_43.0.0_all.deb'.
 dpkg-genbuildinfo --build=binary -O../openstack-cluster-installer_43.0.0_arm64.buildinfo
 dpkg-genchanges --build=binary -O../openstack-cluster-installer_43.0.0_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
--------------------------------------------------------------------------------
Build finished at 2024-11-17T17:09:36Z

Finished
--------

I: Built successfully

+------------------------------------------------------------------------------+
| Changes                                                                      |
+------------------------------------------------------------------------------+


openstack-cluster-installer_43.0.0_arm64.changes:
-------------------------------------------------

Format: 1.8
Date: Sun, 13 Oct 2024 00:00:51 +0200
Source: openstack-cluster-installer
Binary: openstack-cluster-installer openstack-cluster-installer-agent openstack-cluster-installer-cli openstack-cluster-installer-common openstack-cluster-installer-live-image-builder openstack-cluster-installer-openstack-ci openstack-cluster-installer-poc openstack-cluster-installer-utils puppet-module-oci
Architecture: all
Version: 43.0.0
Distribution: sid
Urgency: medium
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Changed-By: Thomas Goirand <zigo@debian.org>
Description:
 openstack-cluster-installer - automatic PXE and puppet-master installer for OpenStack
 openstack-cluster-installer-agent - automatic PXE and puppet-master installer for OpenStack - agent
 openstack-cluster-installer-cli - automatic PXE and puppet-master installer for OpenStack - API cli
 openstack-cluster-installer-common - automatic PXE and puppet-master installer for OpenStack - agent
 openstack-cluster-installer-live-image-builder - automatic PXE and puppet-master installer for OpenStack - live im
 openstack-cluster-installer-openstack-ci - automatic PXE and puppet-master installer for OpenStack - PoC
 openstack-cluster-installer-poc - automatic PXE and puppet-master installer for OpenStack - PoC
 openstack-cluster-installer-utils - automatic PXE and puppet-master installer for OpenStack - utils
 puppet-module-oci - automatic PXE and puppet-master installer for OpenStack - puppet
Changes:
 openstack-cluster-installer (43.0.0) unstable; urgency=medium
 .
   [ Thomas Goirand ]
   * [d1a359a] Add --haproxy-custom-url option to ocicli.
   * [e45d4d7] Merge branch 'ceph-az' into debian/caracal
   * [d1fa666] Fix fetching ceph_osbpo_release
   * [e5c3047] report.php: fix typo.
   * [1870467] Fix pinning of Ceph packages.
   * [dbfb144] Add an lldp switchname matcher to select network cards in a
     network definition.
   * [505fb4d] Enable http to https redirection on haproxy level for openstack
     API See merge request openstack-team/debian/openstack-cluster-installer!55
   * [58308cf] Fix d/copyright.
 .
   [ Philippe SERAPHIN ]
   * [5c3f671] In oci-hdd-maint, test if drive mounted before change owner
 .
   [ Thomas Goirand ]
   * [25bab47] caracal: fix keystone roles creation.
   * [6ecfbf8] oci-hdd-maint: implement wait_until_mounted correctly.
   * [f84cd5d] oci-poc-ci: cosmetic print fix
   * [d1d8913] oci-agent: allow using storcli64, not only storcli_x64.
   * [b7dbb25] Fix syntax.
   * [98defe8] oci-agent: always report physical disks if MegaRAID is seen.
   * [55fec1e] hardware_profile.php: fix enclosure number when using storcli to
     setup raid0 or raid1.
   * [4789c8c] caracal: use the new cert_file and key_file parameters of
     nova::migration::libvirt instead of setting it up in libvirtd_config
   * [07b4e93] compute.pp: provision /etc/openstack/puppet/admin-clouds.yaml if
     using extrenal keystone.
   * [56444ad] compute.pp: configure the CEPH_X backend depending on the compute
     AZ.
   * [b87cc9f] caracal: volume.pp must use the new parameters
     max_over_subscription_ratio and reserved_percentage of
     cinder::backend::iscsi
 .
   [ Axel Jacquet ]
   * [5fbbc0e] some fixes for galera role
 .
   [ Thomas Goirand ]
   * [6efe0ee] oci-agent: fix reporting firmware version twice.
   * [bc8b6dd] merge-on-all-branches: Retry pull / push as Salsa is being
     annoying.
   * [92b8641] Make the SQL role work
   * [52f265c] The beginning of a sqlmsg role (not tested yet).
   * [4b83e74] ocicli machine-wipe: Wipe 4GB instead of 1000 MB.
   * [f67fb88] oci-block-device-udev-sorting: also support "ProLiant DL385 Gen10
     Plus v2"
   * [8a9a805] controller.pp: fix galera backend members.
   * [2b772dd] oci-poc-setup: nit: fix echo to suggest
     oci-poc-install-cluster-bgp instead of -full.
   * [ed2c9d9] slave_actions.php: Fix setting-up first_sql_machine_id (missing
     break in switch/case).
   * [1f5d202] Start of implementing ceph_use_cephadm_to_deploy
   * [2ce2d40] sqlmsg role: fix ENC and sql.pp.
   * [7baa59b] Set messaging vip with role messaging.
   * [e425b6f] ceph multiple-az: correctly pass params to get_cluster_password()
   * [b3c9a1c] messaging node to use the sqlmsg IP for db connections.
   * [042760e] Fix num of HDD for swiftproxy in PoC
 .
   [ Axel Jacquet ]
   * [b823160] Add possibility to Blacklist Swift account and S3 account
     independently with custom map, return 503 custom message
 .
   [ Thomas Goirand ]
   * [963d3ea] swiftproxy.pp: Do not double-set
     container-replicator/node_timeout
   * [ab1f471] messaging.pp: do not depend on galera class if there's an sqlmsg
     role in the cluster.
   * [456e5b6] controller.pp and messaging.pp: with sql role, wait for db to be
     populated before services.
   * [1224016] oci-wait-for-remote-sql: missing $ when fetching --db-name.
   * [8358398] create designatedb on sql node, and properly schedule the API VIP
     before services.
 .
   [ Simeon Gourlin ]
   * [aad2138] Setting default Neutron firewall driver to _openvswitch_ from
     Caracal
   * [6e53cd5] Setting default Neutron firewall driver to _openvswitch_ from
     Caracal in controller and compute also
 .
   [ Thomas Goirand ]
   * [96845c6] tempest.pp: support setup with Caracal version of
     puppet-module-tempest.
   * [ee2faf9] Always transmit designate pass to sql node.
   * [45aa8b3] untested (yet): Add firewalling to SQL nodes.
   * [60eee4f] Fix sql nodes firewalling.
   * [68dc12f] Handle cephadm keys.
 .
   [ Philippe Seraphin ]
   * [60ec6df] Change detection for all card type on R740xd
 .
   [ Thomas Goirand ]
   * [e8b2748] openstack-cluster-installer-agent: report blkctrl firmware
     version using storcli (instead of megacli) if available.
   * [4ecf3ca] Implement: ocicli password-{list,show,set}
   * [3550155] Implements IPMI management using fixed DHCP per port.
   * [237b74c] ocicli: implement machine-activate-ipmi-over-lan for both HPE and
     Dell server types in a better, nicer, unified way.
   * [504bbf4] hardware_profile.php: reset $raid_megacli_cfg_opt before
     calculating each drive cmd line.
   * [4cccc6a] src/inc/hardware_profile.php: Fixup clearing all JBOD disk before
     apply.
   * [c5791ea] SQL and MSGSQL nodes: mount /var/lib/mysql with the 2nd data disk
   * [65c8268] oci-first-boot: Fix mounting mysql folder in the data disk
     sql/sqlmsg nodes.
   * [1f259f5] Fix save and display of ssh keys.
   * [7a01cfa] oci-block-device-udev-sorting: more for ProLiant DL365 Gen11
   * [a1cb869] ocicli: also display password type "openstackkey"
   * [74b62bd] Also handle ocicli password-set with type openstackkey.
   * [8271fb7] Also transmit ceph_use_cephadm_to_deploy to billmon / billosd.
   * [cdcf952] ocicli machine-show: order block devices by LENGTH(name),name
     (that's nicer, so 2 is before 11).
   * [f9e4847] ocicli password-set: use mysqli_real_escape_string() instead of
     safe_pass().
   * [fd68441] enc.pp: do not fetch Ceph passwords for controllers if we're in
     ceph_use_cephadm_to_deploy mode.
   * [d1d6462] oci-block-device-udev-sorting: handle DL365 Gen11 2x VD disks.
   * [b170d94] messaging.pp: handles ceph_use_cephadm_to_deploy option.
   * [3ab4315] nova-scheduler: set host_subset_size to 3 to avoid all VMs to be
     poped on the same compute when doing "server create" in bulk.
   * [08d3b85] api.php: removed remaining debug echo cause command passwor-set
     to not return 0.
   * [8ff8e09] Fix keystone access as admin from compute to be able to list and
     set volume types.
   * [aaf8417] Fix default value of cpu_allocation_ratio from 16 to 2 and
     ram_allocation_ratio from 1.5 to 1.
   * [ba1c0e5] Manage /etc/oci/self-signed-api-cert with puppet depending on
     cluster flag.
   * [15f4b60] Explicitly set images_type so we use RBD for Nova in Xena and
     up.
   * [02dc758] openstack-cluster-installer-bodi-hook-script: Increase puppet
     main/top_level_facts_soft_limit from default 512 to 2048 when installing
     hosts.
   * [586ecb6] Fix ceph_az, without using variables.json (this has to be done by
     hand on the enc.pp).
   * [71aa6ed] slave_actions.php: fix sql request when not using multi az
     See merge request openstack-team/debian/openstack-cluster-installer!57
   * [873cee5] octavia-certs: use semicolon instead of period for chown
     See merge request openstack-team/debian/openstack-cluster-installer!56
   * [1e17ce2] oci-block-device-udev-sorting: More work on "ProLiant DL365
     Gen11"
   * [61d4349] Fix missing esac.
   * [02e64d4] Fixup again "ProLiant DL365 Gen11" bootorder detection.
   * [b0a51b2] auto_racking.php: better handling of comment errors, like
     non-parseable auto-racking.json and no match with LLDP info.
   * [d2729d5] controller.pp: Remove AvailabilityZoneFilter from filter list, as
     it's been removed from Xena and up.
   * [0eb3a01] Add support for cloudkitty storage V2.
   * [31709e1] re-enable glance-api SSL if >= caracal, fix cloudkitty
     storage_version/backend double params.
   * [b9602bc] messaging.pp: fix storage_backend / storage_version param twice
     when calling ::cloudkitty class.
   * [4307c79] Fix variables.json to not include comas in description.
   * [5a6dfaf] horizon: from Caracal and up, use
     django.core.cache.backends.memcached.PyMemcacheCache as BACKEND driver.
   * [49ba402] messaging.pp: Fix ::cloudkitty::keystone::authtoken username if
     using region-postfixed usernames.
   * [12d25ae] Add CPU flags fact, and activate SEV if a compute supports it.
   * [b56a149] oci-block-device-udev-sorting: fix support for drive orders in
     hydra-f
   * [8bd9a7b] Update apt.infomaniak.ch GPG key.
   * [db9f011] Fix another instance of the apt.infomaniak.ch key.
   * [407942b] Another instance of the key.
   * [c6fa65f] ipmi_cmds.php: fix ocicli machine-ipmi-adopt not fetching the
     ipmi username correctly.
 .
   [ Mathias Heyraud ]
   * [d64646e] oci-sorting update gigabyte sdb
 .
   [ Thomas Goirand ]
   * [d876370] oci-hdd-maint: support dataforge hydra-f
   * [5164cae] nova: support default_schedule_zone
 .
   [ Olivier Chaze ]
   * [5368bd5] Mounting the DB on additional disks
 .
   [ Thomas Goirand ]
   * [c49b836] Add contrib/update-admin-project-id.
 .
   [ Simeon Gourlin ]
   * [1e1cefd] Adding cinder az variables to compute
 .
   [ Thomas Goirand ]
   * [c045677] Revert "Adding cinder az variables to compute"
     This reverts commit 1e1cefd254fda8e144a519431466e26b6b394ccc.
   * [70c6d25] Also handle storage_availability_zone for cinder on a compute
     node.
   * [7a97dcc] controller.pp: set correct region_name for all stuff in
     Octavia, so it can handle multi-region.
   * [8a1f69f] oci-puppet: unset all OpenStack env vars before running puppet.
 .
   [ Simeon Gourlin ]
   * [199fcf3] Moving cinder_default_storage_availability_zone from cluster
     config to machine config
 .
   [ Thomas Goirand ]
   * [7a5e824] swiftproxy.pp: Support setting barbican_endpoint in
     /etc/swift/keymaster.conf, needed for multi-region.
   * [e9b1def] chmod update-admin-project-id
   * [43fb621] Add automation to install and configure dkms with auto-signing of
     kernel modules.
   * [d824a5b] Document secure-boot support.
   * [d854e7c] Merge branch 'feature/wipefs' into 'debian/caracal'
     Use wipefs instead of dd to wipe partition signatures form drives
     See merge request openstack-team/debian/openstack-cluster-installer!58
   * [473e055] Run drive_full_checker as root.
   * [9dd4b23] Also run drive_full_checker as root in proxy nodes.
   * [d2a457a] oci-system-serial: Make "OpenStack Nova" (ie: OpenStack VMs)
     report a shorter serial number.
   * [76a6f94] Fix dhcp_domain description in variables.json
   * [8156b08] Support setting hw_machine_type in Nova.
   * [b18380d] controller.pp: give the service role to all service users.
   * [cec643f] compute: add CPU model check skip options
 .
   [ Simeon Gourlin ]
   * [0d622fc] Revert Ceph different backend name for multiple clusters
 .
   [ Thomas Goirand ]
   * [77b9557] Add set fib_multipath_hash_policy to 1 with sysctl.
   * [e372c6a] controller.pp: allow setting-up Keystone without rabbit.
   * [fe40020] controller.pp: only use the "roles =>" param when available in
     puppet-openstack.
   * [a9e1baf] controller.pp: schedule haproxy before horizon, as apache may
     otherwise temporarily bind on port 80 which clashes with haproxy.
   * [aadbaef] controller.pp: fix setting-up Octavia before Bobcat.
   * [e02262c] compute.pp: before yoga, provision /etc/keystone/puppet.conf
     instead of openstacklib::clouds.
   * [246a9c7] tempest.pp: correctly install /etc/keystone/puppet.conf if xena
     or lower.
   * [030513d] Disable glance_v1 API in tempest.
   * [05103a0] tempest.pp: Fix keystone credentials and URL.
   * [e35d646] tempest.pp: before Bobcat, write /root/openrc so that
     tempest_flavor_id_setter knows how to authenticate.
   * [4f59bb9] tempest.pp: add region_name in /root/openrc and /root/oci-openrc
   * [9f9a547] Do not run test_volume_from_snapshot_cascade_delete
   * [b0eec46] controller.pp: schedule apache after haproxy.
   * [5eb92c3] validate_password(): accept equal sign.
 .
   [ Simeon Gourlin ]
   * [8991e63] Adding memcache_use_advanced_pool to neutron-api
 .
   [ Thomas Goirand ]
   * [5ac77eb] controller.pp: Fixup swift_store_region in glance setup, in the
     swift extrenal case.
   * [10c90f8] messaging.pp: Fixup [ociadmin_authtoken]/password in the case of
     external keystone.
   * [bbce6b5] cloudkitty storage v2: set storage_elasticsearch/use_datastream
     to true.
   * [099dd05] Add comment for calling ::cloudkitty::storage.
   * [f6b3eca] Fix detecting serial number in the case of an OpenStack VM.
   * [38c4ea8] Restart haproxy between controllers puppet run at first boot.
   * [bf0048b] Also attempt restarting mariadb server in oci-first-boot script
     in sql / sqlmsg roles.
   * [7af2c66] oci-poc-provision-image: Insert the password "password" into the
     test image.
   * [4e2c036] OCI PoC: Really run oci-poc-provision-network-cl3 on cluster3
   * [856711d] tempest.pp: also set region name for identity and image.
 .
   [ Axel Jacquet ]
   * [bf27377] add blacklist test in poc-test list: test not maintened:
     neutron_tempest_plugin group
   * [5bf352b] add blacklist test in poc-test list: Tests passed with bigger
     timeout, 10 secod is to small
   * [e4b4521] add blacklist test in poc-test: neutron_plugin: Doesn't work
     without SNI : https://api:443/v2.0/networks\? doesn't start with
     https://api:443/network
   * [53590d6] add blacklist test in poc-test: neutron_plugin: Doesn't work
     without SNI : https://api:443/v2.0/networks\? doesn't start with
     https://api:443/network
   * [e9c7059] add blacklist test in poc-test: neutron_plugin: Doesn't work
     without SNI : https://api:443/v2.0/networks\? doesn't start with
     https://api:443/network again
   * [6ca3d06] add blacklist test in poc-test: neutron_plugin: Doesn't work
     without SNI : https://api:443/v2.0/networks\? doesn't start with
     https://api:443/network again
 .
   [ Thomas Goirand ]
   * [baed889] Also apply neutron dnsmasq_dns_servers parameter on controllers
     with network subrole
     See merge request openstack-team/debian/openstack-cluster-installer!59
   * [da49907] Don't attempt to upgrade python3-pypowervm package, which was
     removed in bookworm
     See merge request openstack-team/debian/openstack-cluster-installer!61
   * [fd0e5b2] Also display monitoring password type.
   * [279c460] oci-poc-save & restore: now understand multiple clusters,
     messaging, sql and sqlmsg nodes, and restart galera clusters accordingly.
   * [2b6c8c9] oci-poc-save: understand multiple clusters when turning off
     Galera.
   * [a5f6992] pupppet-master service is now puppetserver
     See merge request openstack-team/debian/openstack-cluster-installer!60
   * [c31050e] oci-poc: setup the correct debian image name in
     openstack-cluster-installer.conf depending on debian release.
   * [0f20165] oci-poc-provision: correctly provision network on cl3.
   * [43704bc] poc-bin/oci-poc-provision: Provision flavors in cl3.
 .
   [ Axel Jacquet ]
   * [4f1d530] add blacklist test in poc-test: neutron_plugin: work with relaod
     of dhclient oinside vm like upstream recent tests
   * [37b3ec3] add blacklist test in poc-test: image_test:  upload works but
     code try to checko store=swift with store metadate of image = swift,file
   * [77e1eae] add blacklist test in poc-test: neutron: We not use qos extension
     for floating, test skipped is buggy method
     skip_if_no_extension_enabled_in_l3_agents need reason arg
   * [54a6438] add blacklist test in poc-test: neutron: We not use qos extension
     for floating, test skipped is buggy method
     skip_if_no_extension_enabled_in_l3_agents need reason arg
   * [72246b2] add blacklist test in poc-test: compute:work with
     fixed_network_name different of floating_ip network -> cant create port on
     it
   * [97e2a1d] add blacklist test in poc-test: compute:work with
    fixed_network_name different of floating_ip network -> cant create port on
    it
   * [28b7972] add blacklist test in poc-test: compute:work with
     fixed_network_name different of floating_ip network -> cant create port on
     it
 .
   [ Olivier Chaze ]
   * [991c4c2] Enabling port_forwarding
   * [12ffa52] Enabling port_forwarding
 .
   [ Axel Jacquet ]
   * [eb7b882] add blacklist test in poc-test: cinder:Encrypted volume not
     supported yet
   * [c284dbe] add blacklist test in poc-test: neutron:Tests passed with bigger
     timeout, 10 secod is to small , test is really long on Poc
   * [4d76392] add blacklist test in poc-test: neutron:route bgb announce wait
     for 1 route but have more i our setup but route are annonced
   * [44cf8cd] add blacklist test in poc-test: neutron:advertise route cant
     match expected value in our setup
   * [9c98576] add blacklist test in poc-test: neutron: try to test external
     connectivity real test, proxy ssh on public ip to priv ip but we don't use
     real public ip on our setup
 .
   [ Thomas Goirand ]
   * [74dffcd] controller.pp: also enable port_forwarding if network nodes are
     the controllers.
   * [7c2adfd] New command oci-run-command-on-nodes
     See merge request openstack-team/debian/openstack-cluster-installer!64
 .
   [ Axel Jacquet ]
   * [a09dba1] add blacklist test in poc-test: neutron: security group tests
     with to small timeout , 10seconde, works with highter
   * [5d41fb1] add blacklist test in poc-test: neutron: missing package in
     image for test, nc cmd
 .
   [ Simeon Gourlin ]
   * [14300b5] In multi-ceph az setup, add all keys to libvirt on all computes
     to allow cross-az attach in nova
 .
   [ Axel Jacquet ]
   * [ba772e2] add blacklist test in poc-test: volume: Work with check file in
     /etc and not in /tmp witch is rm after vms deletion --> need patch upstream
   * [5e59c0d] add blacklist test in poc-test: cinder old test: non determistic
     tests, random fail or succces
   * [2e53d0b] add blacklist test in poc-test: compute: Tiemout reached when
     snap is at 50%, works with increased value
   * [6adc8a9] add blacklist test in poc-test: compute: Tiemout reached for
     backup, works with increased value
   * [ec6b93d] add blacklist test in poc-test: compute: Timeout during upload
     image of shelving reached, shelve works fine
   * [4932961] Merge branch 'feat/vip6-support' into 'debian/caracal'
     feat: add virtual ipv6 address support and allow customization of nova
     host_subset_size
     See merge request openstack-team/debian/openstack-cluster-installer!65
   * [8ecf9a3] add blacklist test in poc-test: compute: Timeout during shelving
     reachede
 .
   [ Simeon Gourlin ]
   * [eb36a0c] Merge branch 'fix/multi-az-cinder' into 'debian/caracal'
     fix: configure all availability_zones on all storage nodes
     See merge request openstack-team/debian/openstack-cluster-installer!66
 .
   [ Thomas Goirand ]
   * [41252a1] Fix description for new v6 API cluster attributes.
 .
   [ Axel Jacquet ]
   * [8a75bfa] add option to set pci ports for vms: default 16: issue upstream
     https://review.opendev.org/c/openstack/nova/+/545034
 .
   [ Simeon Gourlin ]
   * [07299ba] Don't create a default volume type in Ceph config
 .
   [ Thomas Goirand ]
   * [7c7f5a5] Correctly setup of Heat's trustee for when >= Yoga.
   * [e7cf4c6] oci-agent/oci-agent-report-status: Do not install racadm if
     server isn't from Dell.
   * [424ba18] swiftproxy_haproxy.pp: listen on both v4 and v6.
   * [4c3bb66] swiftproxy_haproxy.pp: listen on both v4 and v6 take 2.
   * [b310641] Add region_name when calling the main '::heat' class, so that
     region_name_for_services is automatically set.
   * [ebbf1ab] Merge branch 'feat/glance-http-proxy' into 'debian/caracal'
     Feat/glance http proxy
     See merge request openstack-team/debian/openstack-cluster-installer!67
   * [382c0bb] Octavia: Set controller_worker/user_data_config_drive to true.
   * [0faae8b] controller.pp: provision
     /etc/oci/monitoring_openstack_api_region with the region_name in it.
   * [791b941] controller.pp: - Syntax error when setting
     controller_worker/user_data_config_drive for Octavia. - missing
     region_name for heat.
   * [582bf31] Swift auto mount block devices toggle
     See merge request openstack-team/debian/openstack-cluster-installer!68
 .
   [ Simeon Gourlin ]
   * [69a42b9] Adding ResellerAdmin role to ceilometer to query Swift
 .
   [ Thomas Goirand ]
   * [30b73fc] Make puppet-module-rally as recommends rather than depends.
   * [f2c91ae] Move  puppet-module-puppetlabs-cron-core,
     puppet-module-puppetlabs-mount-core to recommends.
   * [619d506] controller.pp: add /etc/oci/monitoring_pass_rabbitmq
   * [e73e531] Adding cinder region in nova properly
   * [5b0431d] Adding cookie for Horizon and multi-region
   * [2053ef3] Disable AODH debug logs
   * [2598756] Add the possibility to redirect /horizon to a custom
     redirection URL.
   * [f14f696] Do not set default_nameserver_{1,2} when calling '::horizon'
     before Victoria (the patch isn't there in the puppet module).
   * [9685f99] No limitreqbody in horizon before Victoria.
   * [ae192c1] Tweak glance proxy only if glance is installed.
   * [5483dc5] swiftproxy.pp: ::swift::proxy::symlink only appears in
     Victoria
   * [f2a6687] swiftproxy.pp: compat with train.
   * [2b3eab0] Add bookworm-dalmatian to
     etc/openstack-cluster-installer/pubkey.gpg
   * [b6854ad] Switch to Dalmatian.
 .
   [ Bertrand Lanson ]
   * [f87d764] fix: typo in heat trustee config
 .
   [ Thomas Goirand ]
   * [cbc62fe] src/variables.json: tabs instead of spaces.
   * [1155cdc] controller.pp: trustee/user_domain_name set twice.
   * [e80e805] regression fix: Whitelist compute + volume nodes in the
     controller iptables port 3306.
   * [8949b53] controller.pp: Configure Nova's max_instances_per_host which by
     default is set to a low "50".
 .
   [ Simeon Gourlin ]
   * [9859ee6] Fix messaging monitoring keystone url with extenal_keystone
 .
   [ Thomas Goirand ]
   * [7bf3936] Promote  puppet-module-puppetlabs-cron-core and
     puppet-module-puppetlabs-mount-core as depends (from recommends).
   * [7d48a40] Also set default volume type when using OSDs on compute nodes
     See merge request openstack-team/debian/openstack-cluster-installer!70
   * [2541251] controller_iptables.pp: allow access to rabbitmq.
 .
   [ Jim Scadden ]
   * [88134cb] Added support for ovs-bridge interfaces on nodes without a vm-net
     interface
 .
   [ Thomas Goirand ]
   * [3d595ef] cp .csr optional
   * [354d953] src/variables.json: Use swiftstore, not swiftobject as role.
   * [b58077c] messaging.pp: correctly set region_name for gnocchi authtoken.
   * [584adf2] Merge branch 'fix/haproxy-ipv6-listener' into 'debian/dalmatian'
     fix: enable ipv6 listener on haproxy if ipv6 vip is enabled
     See merge request openstack-team/debian/openstack-cluster-installer!72
   * [8636033] oci-first-boot: check if /lib/systemd/system/mariadb.service
     exists before attempting to restart mysql.
   * [fe56ff2] sysctl.pp: Add net.ipv6.ip_nonlocal_bind, needed for the
     OpenStack API over v6.
   * [288ad6f] Fix syntax error.
   * [a293c1e] Merge branch 'fix/libvirt-restart-issue' into 'debian/dalmatian'
     fix: libvirtd restarting every 30 minutes on compute nodes
     See merge request openstack-team/debian/openstack-cluster-installer!73
   * [5fd59eb] Fixed versioned_writes and symlink pipeline stuff.
   * [6f4d683] Add a unic key in the passwd table.
   * [046e21e] Do not call swift::proxy::versioned_writes twice.
   * [bf5c03c] Promote puppet-module-rally as depens: as it is otherwise
     breaking CI.
   * [e731fc8] Use Glance without UWSGI, and do re-encryption with haproxy.
   * [49385fb] Fix glancecrypt backend path for glance.pem
   * [d3d81e7] Configure apache until end before attempting to configure
     haproxy, so they don't step on each-other's foot, both binding on port 80.
   * [7b4623e] Do not schedule haproxy before apache.
   * [6e756d1] Sleep 1 sec instead of 2 when spawning oci-poc-vms.
   * [e54e044] Better scheduling of controllers.
   * [8174fc1] Unfuck the puppet scheduling for all-in-one controllers.
   * [8f50f93] Dalmatian tempest blacklist.
   * [5050e73] Edit README.md for the PoC.
   * [d41c3ee] More doc for the PoC.
   * [d597bba] Document MY_IP in ikvswitch.conf.
   * [8d3ee1d] Document using an HTTP proxy for the PoC.
   * [3ef3b6b] Document host ssh to VMs in the PoC.
   * [121287a] Fix using chrony puppet module 3.x on bullseye.
   * [dd967fe] Always re-encrypt glance.
   * [1a2a73e] oci-cluster-upgrade-openstack-release: Do not attempt keystone
     upgrade if external.
   * [5dd8094] cluster-upgrade: check if components are present before doing
     upgrades.
   * [3de95a5] controller.pp: Fix heat::trustee for yoga and up, and cloudkitty
     coordination url too.
   * [eb0073f] Check the location of the VIP before upgrade. It *must* be on the
     controller where drains are performed.
   * [840eabc] exclude.conf: blacklist 5 more tests explaining why.
   * [3b7b877] PoC: reduce reserved memory and disk.
   * [6b26075] controller.pp Calling ::cloudkitty::storage before ::cloudkitty
   * [7c317fe] Also displaying passwords of type messaging.
   * [d73c111] Do not use transport_url = '', but undef instead.
   * [7d77219] controller.pp: remove enabled_certificate_plugins when calling
     ::barbican::api. What we do is the default in Victoria, and it's remove
     later on, so removing the param is the easiest way.
   * [2015bb5] Get controller.pp to work with Dalmatian.
   * [0bb066f] Removed amqp_sasl_mechanisms = 'PLAIN' everywhere: we're using
     rabbit/kombu, not amqp.
   * [784ba6b] compute.pp: Fix the cpu_models param of ::nova::compute::libvirt
     for Dalmatian.
   * [79ded48] swiftproxy and swiftstore: do not define config_file_path, as
     we're using the default, and in Dalmatian and up this param is gone.
   * [a65eeb8] PoC: Since it's often breaking, try multiple times to spam VMs
     with oci-poc-vms start
   * [5642f2c] PoC: Switch back to sleep 2s (and not 1) when spawning VMs.
   * [e50da15] Handle failure to spawn VMs.
   * [c405938] oci-fixup-compute-node: do not attempt to read
     /etc/nova/secret.xml, as this is handled in puppet.
   * [ef3d942] puppet.conf: increaste runtimeout to 2h instead of 1.
   * [f573828] Fix secret.xml with puppet and Dalmatian, using epp instead of
     erb.
   * [6ff69a9] Make tempest work with Dalmatian.
Checksums-Sha1:
 9642a34e4ca66f0c84ccd821b01b780377c06a6c 48936 openstack-cluster-installer-agent_43.0.0_all.deb
 90b5b36ebca8a6472842a9f489b3abba565653c2 65680 openstack-cluster-installer-cli_43.0.0_all.deb
 fb17f12b94de5995c2a09fe532d46dac813a6624 51432 openstack-cluster-installer-common_43.0.0_all.deb
 b2ab2d480dc0887864b0bba2f4b9e398934fe267 55108 openstack-cluster-installer-live-image-builder_43.0.0_all.deb
 5f18853d0b5b10874dcfecd4c5d3b9762011eb81 43840 openstack-cluster-installer-openstack-ci_43.0.0_all.deb
 5ec8502d2ed000fd179f3e03566a58fa81c9737a 73192 openstack-cluster-installer-poc_43.0.0_all.deb
 ca890d5de82cb63d254b1e3caee96b7b262ff496 60608 openstack-cluster-installer-utils_43.0.0_all.deb
 16e19c4e6514ca4b7819333774ccef1f7f55947a 259176 openstack-cluster-installer_43.0.0_all.deb
 f648d249d4da1135ba96316863189d1a60d08741 8360 openstack-cluster-installer_43.0.0_arm64.buildinfo
 61b6779b0d412b66e985ae9f35e54705d911f076 116376 puppet-module-oci_43.0.0_all.deb
Checksums-Sha256:
 ab1d72e7c474dd63027e09b5b96da20b07067f5febb82351018978555fa4d3ab 48936 openstack-cluster-installer-agent_43.0.0_all.deb
 29ed14c4b177f3cfa6fc272e5b31d6774ba296bc1fd96f873e5bf0c0d24ffcf3 65680 openstack-cluster-installer-cli_43.0.0_all.deb
 9cf1c07bd4f0a832775054cbfebb085782430e827a9b007d6b6f7ffa623e528b 51432 openstack-cluster-installer-common_43.0.0_all.deb
 7c82d9defc77a2c0b14c2570a75554f37e172ac8da3a05a8fa3ecc03a5521d09 55108 openstack-cluster-installer-live-image-builder_43.0.0_all.deb
 c9a30f81f4408ecd1b2aa9bc643fa65bb21e333d7297070eea39210b941e8081 43840 openstack-cluster-installer-openstack-ci_43.0.0_all.deb
 ba3606b9f13cae2c5dfa9d5f430a68e8fb002f2ef2c2c1f7289f3e55b92faaf0 73192 openstack-cluster-installer-poc_43.0.0_all.deb
 b280ec3696521307715c2aea6863d7d70e96792ab59e5c21c510d1c7c42c2ff6 60608 openstack-cluster-installer-utils_43.0.0_all.deb
 a2e41c6415fa44e2127f219f6aa5e081d8a96b975c0292c5d8e8fc17e16e9205 259176 openstack-cluster-installer_43.0.0_all.deb
 ce49a24821029ec4bf778aa6db13a3d6f3bc8a9cd2db24ce27bd6aa66d53041f 8360 openstack-cluster-installer_43.0.0_arm64.buildinfo
 be7db2a30a9058b69a44e9c9704c517ad961f5612fb10cf6b125f8b9bd326103 116376 puppet-module-oci_43.0.0_all.deb
Files:
 da247f63f2753ad574e5ff0cf48197d3 48936 net optional openstack-cluster-installer-agent_43.0.0_all.deb
 ecc65f947817971ad51be9282e5f9649 65680 net optional openstack-cluster-installer-cli_43.0.0_all.deb
 ee7d92b8686e18510eca3ee740343648 51432 net optional openstack-cluster-installer-common_43.0.0_all.deb
 e127a4c25588e147af36a5843cd89490 55108 net optional openstack-cluster-installer-live-image-builder_43.0.0_all.deb
 548a2217165bccf3fb05c0574b5c3a68 43840 net optional openstack-cluster-installer-openstack-ci_43.0.0_all.deb
 638858410288e498ba711bacd429fbe0 73192 net optional openstack-cluster-installer-poc_43.0.0_all.deb
 96696f928c0dd1d8f613b121b16fc315 60608 net optional openstack-cluster-installer-utils_43.0.0_all.deb
 8bdaca8e568a8b3e787027f577d62ac9 259176 net optional openstack-cluster-installer_43.0.0_all.deb
 9f075c03e50abd18d37b34757f44a892 8360 net optional openstack-cluster-installer_43.0.0_arm64.buildinfo
 fdf65df605ef1796e35a99f6a53e32f7 116376 net optional puppet-module-oci_43.0.0_all.deb

+------------------------------------------------------------------------------+
| Buildinfo                                                                    |
+------------------------------------------------------------------------------+

Format: 1.0
Source: openstack-cluster-installer
Binary: openstack-cluster-installer openstack-cluster-installer-agent openstack-cluster-installer-cli openstack-cluster-installer-common openstack-cluster-installer-live-image-builder openstack-cluster-installer-openstack-ci openstack-cluster-installer-poc openstack-cluster-installer-utils puppet-module-oci
Architecture: all
Version: 43.0.0
Checksums-Md5:
 da247f63f2753ad574e5ff0cf48197d3 48936 openstack-cluster-installer-agent_43.0.0_all.deb
 ecc65f947817971ad51be9282e5f9649 65680 openstack-cluster-installer-cli_43.0.0_all.deb
 ee7d92b8686e18510eca3ee740343648 51432 openstack-cluster-installer-common_43.0.0_all.deb
 e127a4c25588e147af36a5843cd89490 55108 openstack-cluster-installer-live-image-builder_43.0.0_all.deb
 548a2217165bccf3fb05c0574b5c3a68 43840 openstack-cluster-installer-openstack-ci_43.0.0_all.deb
 638858410288e498ba711bacd429fbe0 73192 openstack-cluster-installer-poc_43.0.0_all.deb
 96696f928c0dd1d8f613b121b16fc315 60608 openstack-cluster-installer-utils_43.0.0_all.deb
 8bdaca8e568a8b3e787027f577d62ac9 259176 openstack-cluster-installer_43.0.0_all.deb
 fdf65df605ef1796e35a99f6a53e32f7 116376 puppet-module-oci_43.0.0_all.deb
Checksums-Sha1:
 9642a34e4ca66f0c84ccd821b01b780377c06a6c 48936 openstack-cluster-installer-agent_43.0.0_all.deb
 90b5b36ebca8a6472842a9f489b3abba565653c2 65680 openstack-cluster-installer-cli_43.0.0_all.deb
 fb17f12b94de5995c2a09fe532d46dac813a6624 51432 openstack-cluster-installer-common_43.0.0_all.deb
 b2ab2d480dc0887864b0bba2f4b9e398934fe267 55108 openstack-cluster-installer-live-image-builder_43.0.0_all.deb
 5f18853d0b5b10874dcfecd4c5d3b9762011eb81 43840 openstack-cluster-installer-openstack-ci_43.0.0_all.deb
 5ec8502d2ed000fd179f3e03566a58fa81c9737a 73192 openstack-cluster-installer-poc_43.0.0_all.deb
 ca890d5de82cb63d254b1e3caee96b7b262ff496 60608 openstack-cluster-installer-utils_43.0.0_all.deb
 16e19c4e6514ca4b7819333774ccef1f7f55947a 259176 openstack-cluster-installer_43.0.0_all.deb
 61b6779b0d412b66e985ae9f35e54705d911f076 116376 puppet-module-oci_43.0.0_all.deb
Checksums-Sha256:
 ab1d72e7c474dd63027e09b5b96da20b07067f5febb82351018978555fa4d3ab 48936 openstack-cluster-installer-agent_43.0.0_all.deb
 29ed14c4b177f3cfa6fc272e5b31d6774ba296bc1fd96f873e5bf0c0d24ffcf3 65680 openstack-cluster-installer-cli_43.0.0_all.deb
 9cf1c07bd4f0a832775054cbfebb085782430e827a9b007d6b6f7ffa623e528b 51432 openstack-cluster-installer-common_43.0.0_all.deb
 7c82d9defc77a2c0b14c2570a75554f37e172ac8da3a05a8fa3ecc03a5521d09 55108 openstack-cluster-installer-live-image-builder_43.0.0_all.deb
 c9a30f81f4408ecd1b2aa9bc643fa65bb21e333d7297070eea39210b941e8081 43840 openstack-cluster-installer-openstack-ci_43.0.0_all.deb
 ba3606b9f13cae2c5dfa9d5f430a68e8fb002f2ef2c2c1f7289f3e55b92faaf0 73192 openstack-cluster-installer-poc_43.0.0_all.deb
 b280ec3696521307715c2aea6863d7d70e96792ab59e5c21c510d1c7c42c2ff6 60608 openstack-cluster-installer-utils_43.0.0_all.deb
 a2e41c6415fa44e2127f219f6aa5e081d8a96b975c0292c5d8e8fc17e16e9205 259176 openstack-cluster-installer_43.0.0_all.deb
 be7db2a30a9058b69a44e9c9704c517ad961f5612fb10cf6b125f8b9bd326103 116376 puppet-module-oci_43.0.0_all.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Sun, 17 Nov 2024 17:09:36 +0000
Build-Path: /<<PKGBUILDDIR>>
Build-Tainted-By:
 merged-usr-via-aliased-dirs
Installed-Build-Depends:
 autoconf (= 2.72-3),
 automake (= 1:1.16.5-1.3),
 autopoint (= 0.22.5-2),
 autotools-dev (= 20220109.1),
 base-files (= 13.5),
 base-passwd (= 3.6.5),
 bash (= 5.2.32-1+b2),
 binutils (= 2.43.1-5),
 binutils-aarch64-linux-gnu (= 2.43.1-5),
 binutils-common (= 2.43.1-5),
 bsdextrautils (= 2.40.2-11),
 bsdutils (= 1:2.40.2-11),
 build-essential (= 12.12),
 bzip2 (= 1.0.8-6),
 ca-certificates (= 20240203),
 coreutils (= 9.5-1+b1),
 cpp (= 4:14.2.0-1),
 cpp-14 (= 14.2.0-8),
 cpp-14-aarch64-linux-gnu (= 14.2.0-8),
 cpp-aarch64-linux-gnu (= 4:14.2.0-1),
 dash (= 0.5.12-9+b1),
 debconf (= 1.5.87),
 debhelper (= 13.20),
 debianutils (= 5.21),
 dh-autoreconf (= 20),
 dh-strip-nondeterminism (= 1.14.0-1),
 diffutils (= 1:3.10-1+b1),
 dpkg (= 1.22.12~1.gbp82cafd),
 dpkg-dev (= 1.22.12~1.gbp82cafd),
 dwz (= 0.15-1+b1),
 file (= 1:5.45-3+b1),
 findutils (= 4.10.0-3),
 g++ (= 4:14.2.0-1),
 g++-14 (= 14.2.0-8),
 g++-14-aarch64-linux-gnu (= 14.2.0-8),
 g++-aarch64-linux-gnu (= 4:14.2.0-1),
 gcc (= 4:14.2.0-1),
 gcc-14 (= 14.2.0-8),
 gcc-14-aarch64-linux-gnu (= 14.2.0-8),
 gcc-14-base (= 14.2.0-8),
 gcc-aarch64-linux-gnu (= 4:14.2.0-1),
 gettext (= 0.22.5-2),
 gettext-base (= 0.22.5-2),
 grep (= 3.11-4+b1),
 groff-base (= 1.23.0-5),
 gzip (= 1.12-1.1+b1),
 hostname (= 3.25),
 init-system-helpers (= 1.67),
 intltool-debian (= 0.35.0+20060710.6),
 jq (= 1.7.1-3+b1),
 libacl1 (= 2.3.2-2+b1),
 libarchive-zip-perl (= 1.68-1),
 libasan8 (= 14.2.0-8),
 libatomic1 (= 14.2.0-8),
 libattr1 (= 1:2.5.2-2),
 libaudit-common (= 1:4.0.2-2),
 libaudit1 (= 1:4.0.2-2),
 libbinutils (= 2.43.1-5),
 libblkid1 (= 2.40.2-11),
 libbz2-1.0 (= 1.0.8-6),
 libc-bin (= 2.40-3),
 libc-dev-bin (= 2.40-3),
 libc6 (= 2.40-3),
 libc6-dev (= 2.40-3),
 libcap-ng0 (= 0.8.5-3+b1),
 libcap2 (= 1:2.66-5+b1),
 libcc1-0 (= 14.2.0-8),
 libcom-err2 (= 1.47.1-1+b1),
 libcrypt-dev (= 1:4.4.36-5),
 libcrypt1 (= 1:4.4.36-5),
 libctf-nobfd0 (= 2.43.1-5),
 libctf0 (= 2.43.1-5),
 libdb5.3t64 (= 5.3.28+dfsg2-9),
 libdebconfclient0 (= 0.273),
 libdebhelper-perl (= 13.20),
 libdpkg-perl (= 1.22.12~1.gbp82cafd),
 libelf1t64 (= 0.192-4),
 libexpat1 (= 2.6.4-1),
 libffi8 (= 3.4.6-1),
 libfile-stripnondeterminism-perl (= 1.14.0-1),
 libgcc-14-dev (= 14.2.0-8),
 libgcc-s1 (= 14.2.0-8),
 libgdbm-compat4t64 (= 1.24-2),
 libgdbm6t64 (= 1.24-2),
 libgmp10 (= 2:6.3.0+dfsg-2+b2),
 libgomp1 (= 14.2.0-8),
 libgprofng0 (= 2.43.1-5),
 libgssapi-krb5-2 (= 1.21.3-3),
 libhwasan0 (= 14.2.0-8),
 libicu72 (= 72.1-5+b1),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 libjq1 (= 1.7.1-3+b1),
 libk5crypto3 (= 1.21.3-3),
 libkeyutils1 (= 1.6.3-4),
 libkrb5-3 (= 1.21.3-3),
 libkrb5support0 (= 1.21.3-3),
 liblsan0 (= 14.2.0-8),
 liblzma5 (= 5.6.3-1+b1),
 libmagic-mgc (= 1:5.45-3+b1),
 libmagic1t64 (= 1:5.45-3+b1),
 libmd0 (= 1.1.0-2+b1),
 libmount1 (= 2.40.2-11),
 libmpc3 (= 1.3.1-1+b3),
 libmpfr6 (= 4.2.1-1+b2),
 libncursesw6 (= 6.5-2+b1),
 libnsl2 (= 1.3.0-3+b3),
 libonig5 (= 6.9.9-1+b1),
 libpam-modules (= 1.5.3-7+b1),
 libpam-modules-bin (= 1.5.3-7+b1),
 libpam-runtime (= 1.5.3-7),
 libpam0g (= 1.5.3-7+b1),
 libpcre2-8-0 (= 10.44-4),
 libperl5.40 (= 5.40.0-7),
 libpipeline1 (= 1.5.8-1),
 libpython3-stdlib (= 3.12.7-1),
 libpython3.12-minimal (= 3.12.7-3),
 libpython3.12-stdlib (= 3.12.7-3),
 libreadline8t64 (= 8.2-5),
 libseccomp2 (= 2.5.5-1+b3),
 libselinux1 (= 3.7-3+b1),
 libsframe1 (= 2.43.1-5),
 libsmartcols1 (= 2.40.2-11),
 libsqlite3-0 (= 3.46.1-1),
 libssl3t64 (= 3.3.2-2),
 libstdc++-14-dev (= 14.2.0-8),
 libstdc++6 (= 14.2.0-8),
 libsystemd0 (= 257~rc2-3),
 libtinfo6 (= 6.5-2+b1),
 libtirpc-common (= 1.3.4+ds-1.3),
 libtirpc3t64 (= 1.3.4+ds-1.3+b1),
 libtool (= 2.4.7-8),
 libtsan2 (= 14.2.0-8),
 libubsan1 (= 14.2.0-8),
 libuchardet0 (= 0.0.8-1+b2),
 libudev1 (= 257~rc2-3),
 libunistring5 (= 1.2-1+b1),
 libuuid1 (= 2.40.2-11),
 libxml2 (= 2.12.7+dfsg+really2.9.14-0.2+b1),
 libzstd1 (= 1.5.6+dfsg-1+b1),
 linux-libc-dev (= 6.11.7-1),
 m4 (= 1.4.19-4),
 make (= 4.3-4.1+b1),
 man-db (= 2.13.0-1),
 mawk (= 1.3.4.20240905-1),
 media-types (= 10.1.0),
 ncurses-base (= 6.5-2),
 ncurses-bin (= 6.5-2+b1),
 netbase (= 6.4),
 openssl (= 3.3.2-2),
 openssl-provider-legacy (= 3.3.2-2),
 openstack-pkg-tools (= 130),
 patch (= 2.7.6-7+b1),
 perl (= 5.40.0-7),
 perl-base (= 5.40.0-7),
 perl-modules-5.40 (= 5.40.0-7),
 po-debconf (= 1.0.21+nmu1),
 python3 (= 3.12.7-1),
 python3-minimal (= 3.12.7-1),
 python3-pip (= 24.3.1+dfsg-1),
 python3-wheel (= 0.45.0-1),
 python3.12 (= 3.12.7-3),
 python3.12-minimal (= 3.12.7-3),
 readline-common (= 8.2-5),
 rpcsvc-proto (= 1.4.3-1+b1),
 sed (= 4.9-2+b1),
 sensible-utils (= 0.0.24),
 sysvinit-utils (= 3.11-1),
 tar (= 1.35+dfsg-3+b1),
 tzdata (= 2024b-3),
 util-linux (= 2.40.2-11),
 xz-utils (= 5.6.3-1+b1),
 zlib1g (= 1:1.3.dfsg+really1.3.1-1+b1)
Environment:
 DEB_BUILD_OPTIONS="parallel=8"
 LANG="en_US.UTF-8"
 LC_ALL="C.UTF-8"
 SOURCE_DATE_EPOCH="1728770451"


+------------------------------------------------------------------------------+
| Package contents                                                             |
+------------------------------------------------------------------------------+


openstack-cluster-installer-agent_43.0.0_all.deb
------------------------------------------------

 new Debian package, version 2.0.
 size 48936 bytes: control archive=2356 bytes.
      97 bytes,     2 lines      conffiles
    1814 bytes,    38 lines      control
     882 bytes,    11 lines      md5sums
    6578 bytes,   130 lines   *  postinst             #!/bin/sh
    1434 bytes,    36 lines   *  postrm               #!/bin/sh
     281 bytes,     7 lines   *  preinst              #!/bin/sh
     551 bytes,    12 lines   *  prerm                #!/bin/sh
 Package: openstack-cluster-installer-agent
 Source: openstack-cluster-installer
 Version: 43.0.0
 Architecture: all
 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Installed-Size: 115
 Depends: openstack-cluster-installer-common (= 43.0.0)
 Breaks: openstack-cluster-installer (<< 27~)
 Replaces: openstack-cluster-installer (<< 27~)
 Section: net
 Priority: optional
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Description: automatic PXE and puppet-master installer for OpenStack - agent
  OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
  clusters automatically. This package installs a provisioning machine, which
  uses the below components:
   * a DHCP server (isc-dhcp-server)
   * a PXE boot server (tftp-hpa)
   * a web server (apache2)
   * a puppet-master
  .
  Once computers in the cluster boot for the first time, a Debian live system is
  served by OCI over PXE, to act as a discovery image. This live system then
  reports the hardware features back to OCI. Computers can then be installed
  with Debian from that live system, configured with a puppet-agent that will
  connect to the puppet-master of OCI. After Debian is installed, the server
  reboots, and OpenStack services are provisionned, depending on the server role
  in the cluster.
  .
  OCI is fully packaged in Debian, including all of the Puppet modules. After
  installing the OCI package and its dependencies, no other artificat needs to
  be installed on your provisioning server, meaning that if a local debian
  mirror is available, the OpenStack cluster installation can be done completely
  offline.
  .
  This package contains the necessary tooling inside the Debian Live environment
  to do hardware discovery, which will be reported back to the centralized OCI
  REST API.

drwxr-xr-x root/root         0 2024-10-12 22:00 ./
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/init.d/
-rwxr-xr-x root/root      1696 2024-10-12 22:00 ./etc/init.d/openstack-cluster-installer-agent
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/logrotate.d/
-rw-r--r-- root/root       123 2024-10-12 22:00 ./etc/logrotate.d/openstack-cluster-installer-agent
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/bin/
-rwxr-xr-x root/root       653 2024-10-12 22:00 ./usr/bin/oci-agent-daemon
-rwxr-xr-x root/root      2830 2024-10-12 22:00 ./usr/bin/oci-agent-report-status
-rwxr-xr-x root/root      1468 2024-10-12 22:00 ./usr/bin/oci-agent-sign-live-ssh-host-keys
-rwxr-xr-x root/root       133 2024-10-12 22:00 ./usr/bin/oci-install-pre-reboot-hook
-rwxr-xr-x root/root       357 2024-10-12 22:00 ./usr/bin/oci-install-with-report
-rwxr-xr-x root/root     43361 2024-10-12 22:00 ./usr/bin/openstack-cluster-installer-bodi-hook-script
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/lib/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/lib/systemd/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/lib/systemd/system/
-rw-r--r-- root/root       291 2024-10-12 22:00 ./usr/lib/systemd/system/oci-live-host-keys.service
-rw-r--r-- root/root       269 2024-10-12 22:00 ./usr/lib/systemd/system/oci-live-report-status.service
-rw-r--r-- root/root       241 2024-10-12 22:00 ./usr/lib/systemd/system/openstack-cluster-installer-agent.service
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-agent/
-rw-r--r-- root/root     28504 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-agent/changelog.gz
-rw-r--r-- root/root      1609 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-agent/copyright
drwxr-xr-x root/root         0 2024-10-12 22:00 ./var/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./var/lib/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./var/lib/openstack-cluster-installer-agent/


openstack-cluster-installer-cli_43.0.0_all.deb
----------------------------------------------

 new Debian package, version 2.0.
 size 65680 bytes: control archive=1296 bytes.
      27 bytes,     1 lines      conffiles
    1625 bytes,    34 lines      control
     376 bytes,     5 lines      md5sums
 Package: openstack-cluster-installer-cli
 Source: openstack-cluster-installer
 Version: 43.0.0
 Architecture: all
 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Installed-Size: 213
 Depends: csvkit, curl, gridsite-clients, q-text-as-data
 Section: net
 Priority: optional
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Description: automatic PXE and puppet-master installer for OpenStack - API client
  OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
  clusters automatically. This package installs a provisioning machine, which
  uses the below components:
   * a DHCP server (isc-dhcp-server)
   * a PXE boot server (tftp-hpa)
   * a web server (apache2)
   * a puppet-master
  .
  Once computers in the cluster boot for the first time, a Debian live system is
  served by OCI over PXE, to act as a discovery image. This live system then
  reports the hardware features back to OCI. Computers can then be installed
  with Debian from that live system, configured with a puppet-agent that will
  connect to the puppet-master of OCI. After Debian is installed, the server
  reboots, and OpenStack services are provisionned, depending on the server role
  in the cluster.
  .
  OCI is fully packaged in Debian, including all of the Puppet modules. After
  installing the OCI package and its dependencies, no other artificat needs to
  be installed on your provisioning server, meaning that if a local debian
  mirror is available, the OpenStack cluster installation can be done completely
  offline.
  .
  This package contains the command line interface (CLI) API client.

drwxr-xr-x root/root         0 2024-10-12 22:00 ./
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/ocicli/
-rw-r--r-- root/root     23304 2024-10-12 22:00 ./etc/ocicli/variables.json
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/bin/
-rwxr-xr-x root/root    106235 2024-10-12 22:00 ./usr/bin/ocicli
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/bash-completion/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/bash-completion/completions/
-rw-r--r-- root/root     30760 2024-10-12 22:00 ./usr/share/bash-completion/completions/ocicli
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-cli/
-rw-r--r-- root/root     28506 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-cli/changelog.gz
-rw-r--r-- root/root      1609 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-cli/copyright
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/man/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/man/man1/
-rw-r--r-- root/root     10835 2024-10-12 22:00 ./usr/share/man/man1/ocicli.1.gz


openstack-cluster-installer-common_43.0.0_all.deb
-------------------------------------------------

 new Debian package, version 2.0.
 size 51432 bytes: control archive=1664 bytes.
      37 bytes,     1 lines      conffiles
    2211 bytes,    39 lines      control
     768 bytes,    10 lines      md5sums
 Package: openstack-cluster-installer-common
 Source: openstack-cluster-installer
 Version: 43.0.0
 Architecture: all
 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Installed-Size: 140
 Depends: curl, dmidecode, ethtool, ipmitool, iproute2, jq, libxml-xpath-perl, lldpd, lshw, lsscsi, mokutil, netcat-traditional, nmap, pciutils, smartmontools
 Breaks: openstack-cluster-installer (<< 27~), openstack-cluster-installer-agent (<< 27~), openstack-cluster-installer-utils (<< 27~)
 Replaces: openstack-cluster-installer (<< 27~), openstack-cluster-installer-agent (<< 27~), openstack-cluster-installer-utils (<< 27~)
 Section: net
 Priority: optional
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Description: automatic PXE and puppet-master installer for OpenStack - agent
  OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
  clusters automatically. This package installs a provisioning machine, which
  uses the below components:
   * a DHCP server (isc-dhcp-server)
   * a PXE boot server (tftp-hpa)
   * a web server (apache2)
   * a puppet-master
  .
  Once computers in the cluster boot for the first time, a Debian live system is
  served by OCI over PXE, to act as a discovery image. This live system then
  reports the hardware features back to OCI. Computers can then be installed
  with Debian from that live system, configured with a puppet-agent that will
  connect to the puppet-master of OCI. After Debian is installed, the server
  reboots, and OpenStack services are provisionned, depending on the server role
  in the cluster.
  .
  OCI is fully packaged in Debian, including all of the Puppet modules. After
  installing the OCI package and its dependencies, no other artificat needs to
  be installed on your provisioning server, meaning that if a local debian
  mirror is available, the OpenStack cluster installation can be done completely
  offline.
  .
  This package contains the tools necessary both in the Debian Live environment
  and in the installed systems. This include the hardware discovery script, which
  conveniently, can be run manually after a system is installed, so that the
  hardware configuration of a node can be updated.

drwxr-xr-x root/root         0 2024-10-12 22:00 ./
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/udev/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/udev/rules.d/
-rw-r--r-- root/root       656 2024-10-12 22:00 ./etc/udev/rules.d/65-sdx-order.rules
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/bin/
-rwxr-xr-x root/root     32922 2024-10-12 22:00 ./usr/bin/oci-block-device-udev-sorting
-rwxr-xr-x root/root      3373 2024-10-12 22:00 ./usr/bin/oci-dell-dhcp-nic-selection
-rwxr-xr-x root/root      6811 2024-10-12 22:00 ./usr/bin/oci-dell-set-default-racadm-config
-rwxr-xr-x root/root       503 2024-10-12 22:00 ./usr/bin/oci-lenovo-set-default-onecli-config
-rwxr-xr-x root/root      2120 2024-10-12 22:00 ./usr/bin/oci-system-serial
-rwxr-xr-x root/root       375 2024-10-12 22:00 ./usr/bin/oci-wait-for-networking
-rwxr-xr-x root/root     23497 2024-10-12 22:00 ./usr/bin/openstack-cluster-installer-agent
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/bash-completion/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/bash-completion/completions/
-rw-r--r-- root/root     23752 2024-10-12 22:00 ./usr/share/bash-completion/completions/racadm
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-common/
-rw-r--r-- root/root     28504 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-common/changelog.gz
-rw-r--r-- root/root      1609 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-common/copyright


openstack-cluster-installer-live-image-builder_43.0.0_all.deb
-------------------------------------------------------------

 new Debian package, version 2.0.
 size 55108 bytes: control archive=1440 bytes.
    1961 bytes,    39 lines      control
     660 bytes,     7 lines      md5sums
 Package: openstack-cluster-installer-live-image-builder
 Source: openstack-cluster-installer
 Version: 43.0.0
 Architecture: all
 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Installed-Size: 120
 Depends: ipxe, live-build, openstack-pkg-tools, pxelinux, shim-signed
 Suggests: grub-efi-amd64-signed, grub-efi-arm64-signed, syslinux-efi
 Breaks: openstack-cluster-installer (<< 42.3.4)
 Replaces: openstack-cluster-installer (<< 42.3.4)
 Section: net
 Priority: optional
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Description: automatic PXE and puppet-master installer for OpenStack - live images
  OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
  clusters automatically. This package installs a provisioning machine, which
  uses the below components:
   * a DHCP server (isc-dhcp-server)
   * a PXE boot server (tftp-hpa)
   * a web server (apache2)
   * a puppet-master
  .
  Once computers in the cluster boot for the first time, a Debian live system is
  served by OCI over PXE, to act as a discovery image. This live system then
  reports the hardware features back to OCI. Computers can then be installed
  with Debian from that live system, configured with a puppet-agent that will
  connect to the puppet-master of OCI. After Debian is installed, the server
  reboots, and OpenStack services are provisionned, depending on the server role
  in the cluster.
  .
  OCI is fully packaged in Debian, including all of the Puppet modules. After
  installing the OCI package and its dependencies, no other artificat needs to
  be installed on your provisioning server, meaning that if a local debian
  mirror is available, the OpenStack cluster installation can be done completely
  offline.
  .
  This package contains the tooling to build OCI live PXE images. It can be used
  separately from the main openstack-cluster-installer together with the
  oci-scp-arm64-boot script to build arm64 live images.

drwxr-xr-x root/root         0 2024-10-12 22:00 ./
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/bin/
-rwxr-xr-x root/root      1006 2024-10-12 22:00 ./usr/bin/oci-scp-live-image-to-pxe-server
-rwxr-xr-x root/root     49500 2024-10-12 22:00 ./usr/bin/openstack-cluster-installer-build-live-image
-rwxr-xr-x root/root       200 2024-10-12 22:00 ./usr/bin/openstack-cluster-installer-build-live-image-clean
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-live-image-builder/
-rw-r--r-- root/root       780 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-live-image-builder/README.Debian
-rw-r--r-- root/root     28510 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-live-image-builder/changelog.gz
-rw-r--r-- root/root      1609 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-live-image-builder/copyright
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/
-rw-r--r-- root/root     30322 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/splash.svg


openstack-cluster-installer-openstack-ci_43.0.0_all.deb
-------------------------------------------------------

 new Debian package, version 2.0.
 size 43840 bytes: control archive=1416 bytes.
      66 bytes,     2 lines      conffiles
    1721 bytes,    35 lines      control
     321 bytes,     4 lines      md5sums
     182 bytes,    13 lines   *  postinst             #!/bin/sh
 Package: openstack-cluster-installer-openstack-ci
 Source: openstack-cluster-installer
 Version: 43.0.0
 Architecture: all
 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Installed-Size: 100
 Depends: ipxe, jq, openssh-client, python3-openstackclient, q-text-as-data, wget
 Section: net
 Priority: optional
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Description: automatic PXE and puppet-master installer for OpenStack - PoC
  OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
  clusters automatically. This package installs a provisioning machine, which
  uses the below components:
   * a DHCP server (isc-dhcp-server)
   * a PXE boot server (tftp-hpa)
   * a web server (apache2)
   * a puppet-master
  .
  Once computers in the cluster boot for the first time, a Debian live system is
  served by OCI over PXE, to act as a discovery image. This live system then
  reports the hardware features back to OCI. Computers can then be installed
  with Debian from that live system, configured with a puppet-agent that will
  connect to the puppet-master of OCI. After Debian is installed, the server
  reboots, and OpenStack services are provisionned, depending on the server role
  in the cluster.
  .
  OCI is fully packaged in Debian, including all of the Puppet modules. After
  installing the OCI package and its dependencies, no other artificat needs to
  be installed on your provisioning server, meaning that if a local debian
  mirror is available, the OpenStack cluster installation can be done completely
  offline.
  .
  This package installs the scripting needed for running OCI on a CI using
  OpenStack itself (ie: OpenStack installed on VMs in a cloud).

drwxr-xr-x root/root         0 2024-10-12 22:00 ./
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/oci-poc/
-rw-r--r-- root/root      2590 2024-10-12 22:00 ./etc/oci-poc/openstack-ci.conf
-rw-r--r-- root/root       382 2024-10-12 22:00 ./etc/oci-poc/openstack-credentials
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/bin/
-rwxr-xr-x root/root     52551 2024-10-12 22:00 ./usr/bin/oci-os-poc
-rwxr-xr-x root/root      1703 2024-10-12 22:00 ./usr/bin/oci-os-provision-project
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-openstack-ci/
-rw-r--r-- root/root     28506 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-openstack-ci/changelog.gz
-rw-r--r-- root/root      1609 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-openstack-ci/copyright
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/openstack-cluster-installer-openstack-ci/


openstack-cluster-installer-poc_43.0.0_all.deb
----------------------------------------------

 new Debian package, version 2.0.
 size 73192 bytes: control archive=2208 bytes.
     513 bytes,    15 lines      conffiles
    2131 bytes,    38 lines      control
    1327 bytes,    19 lines      md5sums
     217 bytes,    12 lines   *  postinst             #!/bin/sh
     262 bytes,    13 lines   *  postrm               #!/bin/sh
 Package: openstack-cluster-installer-poc
 Source: openstack-cluster-installer
 Version: 43.0.0
 Architecture: all
 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Installed-Size: 323
 Depends: bridge-utils, curl, haproxy, ikvswitch, ipcalc, iptables, ipxe, jq, net-tools, openipmi (>= 2.0.25), openstack-cluster-installer-cli (= 43.0.0), openstack-debian-images, openstack-pkg-tools, ovmf, q-text-as-data, qemu-system, qemu-utils, shim-signed
 Suggests: grub-efi-amd64-signed, grub-efi-arm64-signed, qemu-kvm, syslinux-efi
 Section: net
 Priority: optional
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Description: automatic PXE and puppet-master installer for OpenStack - PoC
  OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
  clusters automatically. This package installs a provisioning machine, which
  uses the below components:
   * a DHCP server (isc-dhcp-server)
   * a PXE boot server (tftp-hpa)
   * a web server (apache2)
   * a puppet-master
  .
  Once computers in the cluster boot for the first time, a Debian live system is
  served by OCI over PXE, to act as a discovery image. This live system then
  reports the hardware features back to OCI. Computers can then be installed
  with Debian from that live system, configured with a puppet-agent that will
  connect to the puppet-master of OCI. After Debian is installed, the server
  reboots, and OpenStack services are provisionned, depending on the server role
  in the cluster.
  .
  OCI is fully packaged in Debian, including all of the Puppet modules. After
  installing the OCI package and its dependencies, no other artificat needs to
  be installed on your provisioning server, meaning that if a local debian
  mirror is available, the OpenStack cluster installation can be done completely
  offline.
  .
  This package installs a PoC (Proof of Concept) server running VMs to test,
  contribute and debug OCI. Note that you need at least 128 GB of RAM to run it
  (256 GB recommended), as it will provision 18 nodes, with 3 nodes for each
  role: controller, computes, volume and network, plus the OCI node.

drwxr-xr-x root/root         0 2024-10-12 22:00 ./
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/modprobe.d/
-rw-r--r-- root/root        25 2024-10-12 22:00 ./etc/modprobe.d/kvm_amd.conf
-rw-r--r-- root/root        27 2024-10-12 22:00 ./etc/modprobe.d/kvm_intel.conf
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/oci-poc/
-rw-r--r-- root/root     35770 2024-10-12 22:00 ./etc/oci-poc/exclude.conf
-rw-r--r-- root/root       401 2024-10-12 22:00 ./etc/oci-poc/ipmisim1.emu
-rw-r--r-- root/root       285 2024-10-12 22:00 ./etc/oci-poc/motd
-rw-r--r-- root/root      8193 2024-10-12 22:00 ./etc/oci-poc/oci-poc.conf
-rw-r--r-- root/root      8119 2024-10-12 22:00 ./etc/oci-poc/platform-object.2021.11-test-list.txt
-rw-r--r-- root/root     43525 2024-10-12 22:00 ./etc/oci-poc/platform.2021.11-test-list.txt
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/oci-poc/tests/
-rw-r--r-- root/root     12062 2024-10-12 22:00 ./etc/oci-poc/tests/compute-test-list
-rw-r--r-- root/root      1176 2024-10-12 22:00 ./etc/oci-poc/tests/identity-test-list
-rw-r--r-- root/root      3828 2024-10-12 22:00 ./etc/oci-poc/tests/image-test-list
-rw-r--r-- root/root     10766 2024-10-12 22:00 ./etc/oci-poc/tests/network-test-list
-rw-r--r-- root/root      8119 2024-10-12 22:00 ./etc/oci-poc/tests/object-test-list
-rw-r--r-- root/root      8209 2024-10-12 22:00 ./etc/oci-poc/tests/orchestration-test-list
-rw-r--r-- root/root     16005 2024-10-12 22:00 ./etc/oci-poc/tests/volume-test-list
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/bin/
-rwxr-xr-x root/root      2176 2024-10-12 22:00 ./usr/bin/oci-poc-ci
-rwxr-xr-x root/root      1930 2024-10-12 22:00 ./usr/bin/oci-poc-haproxy
-rwxr-xr-x root/root      2934 2024-10-12 22:00 ./usr/bin/oci-poc-install-cluster
-rwxr-xr-x root/root     13103 2024-10-12 22:00 ./usr/bin/oci-poc-install-cluster-bgp
-rwxr-xr-x root/root      6413 2024-10-12 22:00 ./usr/bin/oci-poc-install-cluster-billing
-rwxr-xr-x root/root      1361 2024-10-12 22:00 ./usr/bin/oci-poc-install-cluster-compute-only
-rwxr-xr-x root/root      2908 2024-10-12 22:00 ./usr/bin/oci-poc-install-cluster-external-keystone
-rwxr-xr-x root/root      3711 2024-10-12 22:00 ./usr/bin/oci-poc-install-cluster-full
-rwxr-xr-x root/root      4508 2024-10-12 22:00 ./usr/bin/oci-poc-install-cluster-swift
-rwxr-xr-x root/root     11096 2024-10-12 22:00 ./usr/bin/oci-poc-openstack-provisionning
-rwxr-xr-x root/root      7541 2024-10-12 22:00 ./usr/bin/oci-poc-provision
-rwxr-xr-x root/root      7584 2024-10-12 22:00 ./usr/bin/oci-poc-restore
-rwxr-xr-x root/root      4335 2024-10-12 22:00 ./usr/bin/oci-poc-save
-rwxr-xr-x root/root      1887 2024-10-12 22:00 ./usr/bin/oci-poc-setup
-rwxr-xr-x root/root     12607 2024-10-12 22:00 ./usr/bin/oci-poc-setup-bodi-hook
-rwxr-xr-x root/root     26032 2024-10-12 22:00 ./usr/bin/oci-poc-vms
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-poc/
-rw-r--r-- root/root      2704 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-poc/README.Debian
-rw-r--r-- root/root     28504 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-poc/changelog.gz
-rw-r--r-- root/root      1609 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-poc/copyright


openstack-cluster-installer-utils_43.0.0_all.deb
------------------------------------------------

 new Debian package, version 2.0.
 size 60608 bytes: control archive=3360 bytes.
    2124 bytes,    40 lines      control
    3375 bytes,    49 lines      md5sums
    3157 bytes,    66 lines   *  postinst             #!/bin/sh
     713 bytes,    21 lines   *  postrm               #!/bin/sh
     284 bytes,     7 lines   *  prerm                #!/bin/sh
 Package: openstack-cluster-installer-utils
 Source: openstack-cluster-installer
 Version: 43.0.0
 Architecture: all
 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Installed-Size: 205
 Depends: csvkit, facter, gnupg, hdparm, iptables-persistent, openstack-cluster-installer-common (= 43.0.0), puppet | puppet-agent, q-text-as-data, ssl-cert
 Section: net
 Priority: optional
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Description: automatic PXE and puppet-master installer for OpenStack - utils
  OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
  clusters automatically. This package installs a provisioning machine, which
  uses the below components:
   * a DHCP server (isc-dhcp-server)
   * a PXE boot server (tftp-hpa)
   * a web server (apache2)
   * a puppet-master
  .
  Once computers in the cluster boot for the first time, a Debian live system is
  served by OCI over PXE, to act as a discovery image. This live system then
  reports the hardware features back to OCI. Computers can then be installed
  with Debian from that live system, configured with a puppet-agent that will
  connect to the puppet-master of OCI. After Debian is installed, the server
  reboots, and OpenStack services are provisionned, depending on the server role
  in the cluster.
  .
  OCI is fully packaged in Debian, including all of the Puppet modules. After
  installing the OCI package and its dependencies, no other artificat needs to
  be installed on your provisioning server, meaning that if a local debian
  mirror is available, the OpenStack cluster installation can be done completely
  offline.
  .
  This package contains utilities that are going to be installed on the system
  of machines running in production. It contains programs like:
   * oci-report-status: reports once a machine has finished booting.
   * oci-first-boot: script that does the first puppet runs and setups puppet.
   * oci-build-cinder-volume-vg: create the LVM volume group for volume machines.
   * oci-build-nova-instances-vg: build a volume group for nova to use.
   * and many more like this...

drwxr-xr-x root/root         0 2024-10-12 22:00 ./
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/facter/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/facter/facts.d/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/bin/
-rwxr-xr-x root/root      1106 2024-10-12 22:00 ./usr/bin/oci-auto-join-rabbitmq-cluster
-rwxr-xr-x root/root      1795 2024-10-12 22:00 ./usr/bin/oci-build-cinder-volume-vg
-rwxr-xr-x root/root      8543 2024-10-12 22:00 ./usr/bin/oci-build-data-vg
-rwxr-xr-x root/root       921 2024-10-12 22:00 ./usr/bin/oci-compute-node-image-cache-cleaner
-rwxr-xr-x root/root       395 2024-10-12 22:00 ./usr/bin/oci-fernet-keys-rotate
-rwxr-xr-x root/root      5362 2024-10-12 22:00 ./usr/bin/oci-first-boot
-rwxr-xr-x root/root        44 2024-10-12 22:00 ./usr/bin/oci-first-boot-wrapper
-rwxr-xr-x root/root       350 2024-10-12 22:00 ./usr/bin/oci-fix-ceph-dm-perms
-rwxr-xr-x root/root      1094 2024-10-12 22:00 ./usr/bin/oci-fix-nova-ssh-config
-rwxr-xr-x root/root      1424 2024-10-12 22:00 ./usr/bin/oci-fixup-compute-node
-rwxr-xr-x root/root       431 2024-10-12 22:00 ./usr/bin/oci-glance-image-rsync
-rwxr-xr-x root/root     25441 2024-10-12 22:00 ./usr/bin/oci-hdd-maint
-rwxr-xr-x root/root      9973 2024-10-12 22:00 ./usr/bin/oci-make-osd
-rwxr-xr-x root/root       125 2024-10-12 22:00 ./usr/bin/oci-manila-flavor
-rwxr-xr-x root/root       893 2024-10-12 22:00 ./usr/bin/oci-manila-image
-rwxr-xr-x root/root      1050 2024-10-12 22:00 ./usr/bin/oci-manila-security-group
-rwxr-xr-x root/root       763 2024-10-12 22:00 ./usr/bin/oci-manila-ssh-key
-rwxr-xr-x root/root      5876 2024-10-12 22:00 ./usr/bin/oci-octavia-amphora-secgroups-sshkey-lbrole-and-network
-rwxr-xr-x root/root      7771 2024-10-12 22:00 ./usr/bin/oci-octavia-certs
-rwxr-xr-x root/root       635 2024-10-12 22:00 ./usr/bin/oci-poc-manila-network
-rwxr-xr-x root/root      1381 2024-10-12 22:00 ./usr/bin/oci-poc-provision-az
-rwxr-xr-x root/root      9380 2024-10-12 22:00 ./usr/bin/oci-poc-provision-cloud
-rwxr-xr-x root/root       774 2024-10-12 22:00 ./usr/bin/oci-poc-provision-flavors
-rwxr-xr-x root/root      2216 2024-10-12 22:00 ./usr/bin/oci-poc-provision-image
-rwxr-xr-x root/root     11055 2024-10-12 22:00 ./usr/bin/oci-poc-provision-network
-rwxr-xr-x root/root      1507 2024-10-12 22:00 ./usr/bin/oci-poc-provision-network-cl3
-rwxr-xr-x root/root       403 2024-10-12 22:00 ./usr/bin/oci-poc-provision-octavia-flavor
-rwxr-xr-x root/root      1105 2024-10-12 22:00 ./usr/bin/oci-poc-provision-octavia-image
-rwxr-xr-x root/root      8445 2024-10-12 22:00 ./usr/bin/oci-poc-provision-octavia-network
-rwxr-xr-x root/root      1690 2024-10-12 22:00 ./usr/bin/oci-poc-provision-octavia-secgroup
-rwxr-xr-x root/root       869 2024-10-12 22:00 ./usr/bin/oci-poc-provision-octavia-ssh-key
-rwxr-xr-x root/root      4990 2024-10-12 22:00 ./usr/bin/oci-poc-provision-vm
-rwxr-xr-x root/root       680 2024-10-12 22:00 ./usr/bin/oci-puppet
-rwxr-xr-x root/root       207 2024-10-12 22:00 ./usr/bin/oci-report-puppet-failure
-rwxr-xr-x root/root       207 2024-10-12 22:00 ./usr/bin/oci-report-puppet-running
-rwxr-xr-x root/root       207 2024-10-12 22:00 ./usr/bin/oci-report-puppet-success
-rwxr-xr-x root/root       271 2024-10-12 22:00 ./usr/bin/oci-report-status
-rwxr-xr-x root/root      3073 2024-10-12 22:00 ./usr/bin/oci-restart-all-services
-rwxr-xr-x root/root      1048 2024-10-12 22:00 ./usr/bin/oci-swift-upgrade-hdd-firmware
-rwxr-xr-x root/root       280 2024-10-12 22:00 ./usr/bin/oci-tail-last-puppet-log
-rwxr-xr-x root/root       363 2024-10-12 22:00 ./usr/bin/oci-wait-for-first-galera-node
-rwxr-xr-x root/root      1329 2024-10-12 22:00 ./usr/bin/oci-wait-for-remote-sql
-rwxr-xr-x root/root       485 2024-10-12 22:00 ./usr/bin/oci-wait-for-sql
-rwxr-xr-x root/root      1845 2024-10-12 22:00 ./usr/bin/oci-write-lvm-filter
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/lib/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/lib/systemd/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/lib/systemd/system/
-rw-r--r-- root/root       210 2024-10-12 22:00 ./usr/lib/systemd/system/oci-first-boot.service
-rw-r--r-- root/root       209 2024-10-12 22:00 ./usr/lib/systemd/system/oci-report-status.service
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/bash-completion/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/bash-completion/completions/
-rw-r--r-- root/root      1071 2024-10-12 22:00 ./usr/share/bash-completion/completions/oci-hdd-maint
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-utils/
-rw-r--r-- root/root     28506 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-utils/changelog.gz
-rw-r--r-- root/root      1609 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer-utils/copyright


openstack-cluster-installer_43.0.0_all.deb
------------------------------------------

 new Debian package, version 2.0.
 size 259176 bytes: control archive=18316 bytes.
     730 bytes,    15 lines      conffiles
   49798 bytes,  1179 lines   *  config               #!/bin/sh
    2407 bytes,    34 lines      control
    6211 bytes,    76 lines      md5sums
   51253 bytes,  1222 lines   *  postinst             #!/bin/sh
    1939 bytes,    63 lines   *  postrm               #!/bin/sh
     284 bytes,    15 lines   *  prerm                #!/bin/sh
    8880 bytes,   130 lines      templates
 Package: openstack-cluster-installer
 Version: 43.0.0
 Architecture: all
 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Installed-Size: 1596
 Depends: adduser, apache2, apache2-utils, bind9, bind9-host, bind9utils, bridge-utils, ceph-common, curl, dbconfig-common, default-mysql-server | mariadb-server, ilorest, ipcalc, ipmitool, isc-dhcp-server, jq, live-build, net-tools, openstack-cluster-installer-cli (= 43.0.0), openstack-cluster-installer-live-image-builder (= 43.0.0), openstack-debian-images, openstack-pkg-tools, openstack-puppet-modules, php, php-cli, php-dapphp-radius | php-radius, php-mysql, php-ssh2, php-yaml, puppet-module-camptocamp-systemd, puppet-module-heini-wait-for, puppet-module-icann-quagga, puppet-module-oci (= 43.0.0), puppet-module-puppet, puppet-module-puppetlabs-firewall, puppet-module-puppetlabs-sshkeys-core, puppetserver | puppet-master, qemu-utils, ssl-cert, sudo, swift, syslinux-common, tftpd-hpa, debconf (>= 0.5) | debconf-2.0
 Suggests: grub-efi-amd64-signed, grub-efi-arm64-signed, shim-signed, syslinux-efi
 Section: net
 Priority: optional
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Description: automatic PXE and puppet-master installer for OpenStack
  OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
  clusters automatically. This package installs a provisioning machine, which
  uses the below components:
   * a DHCP server (isc-dhcp-server)
   * a PXE boot server (tftp-hpa)
   * a web server (apache2)
   * a puppet-master
  .
  Once computers in the cluster boot for the first time, a Debian live system is
  served by OCI over PXE, to act as a discovery image. This live system then
  reports the hardware features back to OCI. Computers can then be installed
  with Debian from that live system, configured with a puppet-agent that will
  connect to the puppet-master of OCI. After Debian is installed, the server
  reboots, and OpenStack services are provisionned, depending on the server role
  in the cluster.
  .
  OCI is fully packaged in Debian, including all of the Puppet modules. After
  installing the OCI package and its dependencies, no other artificat needs to
  be installed on your provisioning server, meaning that if a local debian
  mirror is available, the OpenStack cluster installation can be done completely
  offline.
  .
  This package contains the provisionning server.

drwxr-xr-x root/root         0 2024-10-12 22:00 ./
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/apache2/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/apache2/sites-available/
-rw-r--r-- root/root       379 2024-10-12 22:00 ./etc/apache2/sites-available/openstack-cluster-installer.conf
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/cron.monthly/
-rwxr-xr-x root/root       489 2024-10-12 22:00 ./etc/cron.monthly/reset-lenovo-ipmi-password-age
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/facter/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/facter/facts.d/
-rw-r--r-- root/root       597 2024-10-12 22:00 ./etc/facter/facts.d/cephosd.sh
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/openstack-cluster-installer/
-rw-r--r-- root/root     22831 2024-10-12 22:00 ./etc/openstack-cluster-installer/auto-racking.json
-rw-r--r-- root/root      6176 2024-10-12 22:00 ./etc/openstack-cluster-installer/hardware-profiles.json
-rw-r--r-- root/root       213 2024-10-12 22:00 ./etc/openstack-cluster-installer/hponcfg-activate-ipmi-over-lan.xml
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/openstack-cluster-installer/live-image-additions/
-rw-r--r-- root/root       216 2024-10-12 22:00 ./etc/openstack-cluster-installer/oci-firmware-upgrade-config.json
-rw-r--r-- root/root     14440 2024-10-12 22:00 ./etc/openstack-cluster-installer/openstack-cluster-installer.conf
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/openstack-cluster-installer/pki/
-rw-r--r-- root/root      1280 2024-10-12 22:00 ./etc/openstack-cluster-installer/pki/client.conf
-rw-r--r-- root/root      5552 2024-10-12 22:00 ./etc/openstack-cluster-installer/pki/oci-ca.conf
-rw-r--r-- root/root      4234 2024-10-12 22:00 ./etc/openstack-cluster-installer/pki/root-ca.conf
-rw-r--r-- root/root      1347 2024-10-12 22:00 ./etc/openstack-cluster-installer/pki/server.conf
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/openstack-cluster-installer/pollsters.d/
-rw-r--r-- root/root     23711 2024-10-12 22:00 ./etc/openstack-cluster-installer/pubkey.gpg
drwxr-xr-x root/root         0 2024-10-12 22:00 ./etc/sudoers.d/
-r--r----- root/root       749 2024-10-12 22:00 ./etc/sudoers.d/oci
-rw-r--r-- root/root       189 2024-10-12 22:00 ./etc/swift-ring.conf
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/bin/
-rwxr-xr-x root/root       341 2024-10-12 22:00 ./usr/bin/oci-add-ssh-ca-to-known-hosts
-rwxr-xr-x root/root      2438 2024-10-12 22:00 ./usr/bin/oci-add-store-to-ring
-rwxr-xr-x root/root     10965 2024-10-12 22:00 ./usr/bin/oci-cluster-upgrade-old-swift-oci
-rwxr-xr-x root/root    109652 2024-10-12 22:00 ./usr/bin/oci-cluster-upgrade-openstack-release
-rwxr-xr-x root/root     14416 2024-10-12 22:00 ./usr/bin/oci-cluster-upgrade-stretch-to-buster
-rwxr-xr-x root/root      1156 2024-10-12 22:00 ./usr/bin/oci-copy-slave-node-generate-key
-rwxr-xr-x root/root       822 2024-10-12 22:00 ./usr/bin/oci-disable-puppet
-rwxr-xr-x root/root       810 2024-10-12 22:00 ./usr/bin/oci-enable-puppet
-rwxr-xr-x root/root      3097 2024-10-12 22:00 ./usr/bin/oci-foreman
-rwxr-xr-x root/root      1649 2024-10-12 22:00 ./usr/bin/oci-gen-slave-node-cert
-rwxr-xr-x root/root      1698 2024-10-12 22:00 ./usr/bin/oci-gen-slave-node-client-cert
-rwxr-xr-x root/root       496 2024-10-12 22:00 ./usr/bin/oci-ilorest
-rwxr-xr-x root/root      3204 2024-10-12 22:00 ./usr/bin/oci-live
-rwxr-xr-x root/root       489 2024-10-12 22:00 ./usr/bin/oci-onecli
-rwxr-xr-x root/root       421 2024-10-12 22:00 ./usr/bin/oci-puppet-external-node-classifier
-rwxr-xr-x root/root       545 2024-10-12 22:00 ./usr/bin/oci-remove-slave-node-generated-key
-rwxr-xr-x root/root     18333 2024-10-12 22:00 ./usr/bin/oci-renew-intermediate-ca
-rwxr-xr-x root/root      2395 2024-10-12 22:00 ./usr/bin/oci-resign-all-ssh-host-keys
-rwxr-xr-x root/root       199 2024-10-12 22:00 ./usr/bin/oci-root-ca-destroy
-rwxr-xr-x root/root      5753 2024-10-12 22:00 ./usr/bin/oci-root-ca-gen
-rwxr-xr-x root/root      2199 2024-10-12 22:00 ./usr/bin/oci-run-command-on-nodes
-rwxr-xr-x root/root       723 2024-10-12 22:00 ./usr/bin/oci-save-rabbitmq-access
-rwxr-xr-x root/root       642 2024-10-12 22:00 ./usr/bin/oci-scp-live-image-artefacts-to-live-builder
-rwxr-xr-x root/root       877 2024-10-12 22:00 ./usr/bin/oci-swift-backup-ring
-rwxr-xr-x root/root      1185 2024-10-12 22:00 ./usr/bin/oci-swift-replace-weight
-rwxr-xr-x root/root      2878 2024-10-12 22:00 ./usr/bin/oci-swift-replicate-ring
-rwxr-xr-x root/root      3184 2024-10-12 22:00 ./usr/bin/oci-update-cluster-certs
-rwxr-xr-x root/root      2097 2024-10-12 22:00 ./usr/bin/oci-update-cluster-certs-restart-services
-rwxr-xr-x root/root       817 2024-10-12 22:00 ./usr/bin/oci-userdb
-rwxr-xr-x root/root      4544 2024-10-12 22:00 ./usr/bin/openstack-cluster-installer-config
-rwxr-xr-x root/root       727 2024-10-12 22:00 ./usr/bin/openstack-cluster-installer-functions
-rwxr-xr-x root/root      1130 2024-10-12 22:00 ./usr/bin/openstack-cluster-installer-start
-rwxr-xr-x root/root       968 2024-10-12 22:00 ./usr/bin/openstack-cluster-installer-start-hdd
-rwxr-xr-x root/root       255 2024-10-12 22:00 ./usr/bin/openstack-cluster-installer-stop
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/
-rw-r--r-- root/root      1175 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/README.Debian
-rw-r--r-- root/root     43455 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/README.md.gz
-rw-r--r-- root/root     28504 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/changelog.gz
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/contrib/
-rw-r--r-- root/root       519 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/contrib/oci-dns-create-host
-rw-r--r-- root/root       519 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/contrib/oci-dns-delete-host
-rw-r--r-- root/root       751 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/contrib/oci-monitoring-create-host
-rw-r--r-- root/root       288 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/contrib/oci-monitoring-delete-host
-rw-r--r-- root/root       491 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/contrib/oci-root-password-create-host
-rw-r--r-- root/root       380 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/contrib/oci-root-password-delete-host
-rw-r--r-- root/root      1358 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/contrib/update-admin-project-id.gz
-rw-r--r-- root/root      1609 2024-10-12 22:00 ./usr/share/doc/openstack-cluster-installer/copyright
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/
-rw-r--r-- root/root    170760 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/api.php
-rwxr-xr-x root/root      4999 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/backup_db.php
-rw-r--r-- root/root     18162 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/db_sync.php
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/
-rw-r--r-- root/root     32619 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/actions.php
-rw-r--r-- root/root      6347 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/auth.php
-rw-r--r-- root/root      4131 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/auto_provision.php
-rw-r--r-- root/root      5051 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/auto_racking.php
-rw-r--r-- root/root       697 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/db.php
-rw-r--r-- root/root    207782 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/enc.php
-rw-r--r-- root/root     37761 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/forms.php
-rw-r--r-- root/root     32432 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/hardware_profile.php
-rw-r--r-- root/root      4269 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/header.php
-rw-r--r-- root/root    274392 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/idna_convert.class.php
-rw-r--r-- root/root     29799 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/ipmi_cmds.php
-rw-r--r-- root/root      3010 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/plugin_dns.php
-rw-r--r-- root/root      1273 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/plugin_ipmi_pass.php
-rw-r--r-- root/root      3349 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/plugin_monitoring.php
-rw-r--r-- root/root      1494 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/plugin_root_pass.php
-rw-r--r-- root/root      1781 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/read_conf.php
-rw-r--r-- root/root    123778 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/slave_actions.php
-rw-r--r-- root/root      1602 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/ssh.php
-rw-r--r-- root/root       676 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/utility.php
-rw-r--r-- root/root     12183 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/inc/validate_param.php
-rw-r--r-- root/root      3316 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/index.php
-rw-r--r-- root/root     17469 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/install-status.php
-rw-r--r-- root/root      1190 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/ipxe.php
-rw-r--r-- root/root      8192 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/oci.css
-rw-r--r-- root/root     16058 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/oci_db.php
-rw-r--r-- root/root     37474 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/report.php
-rw-r--r-- root/root     23304 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/variables.json
-rw-r--r-- root/root       811 2024-10-12 22:00 ./usr/share/openstack-cluster-installer/view_log.php


puppet-module-oci_43.0.0_all.deb
--------------------------------

 new Debian package, version 2.0.
 size 116376 bytes: control archive=2884 bytes.
    2053 bytes,    34 lines      control
    4972 bytes,    51 lines      md5sums
     190 bytes,    11 lines   *  postinst             #!/bin/sh
     175 bytes,    11 lines   *  postrm               #!/bin/sh
     208 bytes,    11 lines   *  prerm                #!/bin/sh
 Package: puppet-module-oci
 Source: openstack-cluster-installer
 Version: 43.0.0
 Architecture: all
 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Installed-Size: 865
 Depends: openstack-puppet-modules, puppet-module-aboe-chrony, puppet-module-camptocamp-postfix, puppet-module-cristifalcas-etcd, puppet-module-deric-zookeeper, puppet-module-etcddiscovery, puppet-module-magnum, puppet-module-pcfens-filebeat, puppet-module-placement, puppet-module-puppetlabs-cron-core, puppet-module-puppetlabs-mount-core, puppet-module-puppetlabs-mysql (>= 8.1.0), puppet-module-rally, puppet-module-saz-ssh, puppet-module-tempest, puppet-module-voxpupuli-alternatives, puppet-module-voxpupuli-collectd
 Section: net
 Priority: optional
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Description: automatic PXE and puppet-master installer for OpenStack - puppet module
  OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
  clusters automatically. This package installs a provisioning machine, which
  uses the below components:
   * a DHCP server (isc-dhcp-server)
   * a PXE boot server (tftp-hpa)
   * a web server (apache2)
   * a puppet-master
  .
  Once computers in the cluster boot for the first time, a Debian live system is
  served by OCI over PXE, to act as a discovery image. This live system then
  reports the hardware features back to OCI. Computers can then be installed
  with Debian from that live system, configured with a puppet-agent that will
  connect to the puppet-master of OCI. After Debian is installed, the server
  reboots, and OpenStack services are provisionned, depending on the server role
  in the cluster.
  .
  OCI is fully packaged in Debian, including all of the Puppet modules. After
  installing the OCI package and its dependencies, no other artificat needs to
  be installed on your provisioning server, meaning that if a local debian
  mirror is available, the OpenStack cluster installation can be done completely
  offline.
  .
  This package contains the puppet module.

drwxr-xr-x root/root         0 2024-10-12 22:00 ./
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/doc/puppet-module-oci/
-rw-r--r-- root/root     28504 2024-10-12 22:00 ./usr/share/doc/puppet-module-oci/changelog.gz
-rw-r--r-- root/root      1609 2024-10-12 22:00 ./usr/share/doc/puppet-module-oci/copyright
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/files/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/files/glance/
-rw-r--r-- root/root      1290 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/files/glance/metadef-api-disabled.yaml
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/files/rsyslog/
-rw-r--r-- root/root        46 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/files/rsyslog/00-timestamp.conf
-rw-r--r-- root/root       277 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/files/rsyslog/10-kern-legacy.conf
-rw-r--r-- root/root      8560 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/files/rsyslog/20-swift.conf
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/lib/
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/lib/facter/
-rw-r--r-- root/root       256 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/lib/facter/oci_cpu_flags.rb
-rw-r--r-- root/root       439 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/lib/facter/oci_etc_hosts_content.rb
-rw-r--r-- root/root       219 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/lib/facter/oci_role.rb
-rw-r--r-- root/root       284 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/lib/facter/ssh_host_key_certs_list.rb
-rw-r--r-- root/root      6668 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/lib/facter/swift_df_report.rb
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/
-rw-r--r-- root/root      5608 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/cephmon.pp
-rw-r--r-- root/root      5187 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/cephosd.pp
-rw-r--r-- root/root       729 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/chrony.pp
-rw-r--r-- root/root     82418 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/compute.pp
-rw-r--r-- root/root      5974 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/configure_backports.pp
-rw-r--r-- root/root    368298 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/controller.pp
-rw-r--r-- root/root     18465 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/controller_iptables.pp
-rw-r--r-- root/root       854 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/corosync.pp
-rw-r--r-- root/root      1004 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/debmirror.pp
-rw-r--r-- root/root      1736 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/dkms.pp
-rw-r--r-- root/root      2227 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/dns.pp
-rw-r--r-- root/root       774 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/etcddiscovery.pp
-rw-r--r-- root/root       789 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/etchosts.pp
-rw-r--r-- root/root     21583 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/filebeat.pp
-rw-r--r-- root/root     22114 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/generic.pp
-rw-r--r-- root/root      2930 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/haproxy.pp
-rw-r--r-- root/root     52383 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/messaging.pp
-rw-r--r-- root/root     17500 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/network.pp
-rw-r--r-- root/root       830 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/oci_ssh_keypair.pp
-rw-r--r-- root/root      1501 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/puppet_oci_ca_cert.pp
-rw-r--r-- root/root      2812 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/puppetserver.pp
-rw-r--r-- root/root      5570 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/radosgw.pp
-rw-r--r-- root/root     11280 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/sql.pp
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/sql/
-rw-r--r-- root/root      4864 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/sql/galera.pp
-rw-r--r-- root/root      1604 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/sql/haproxy.pp
-rw-r--r-- root/root      2053 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/sslkeypair.pp
-rw-r--r-- root/root      3545 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/swiftcommon.pp
-rw-r--r-- root/root     39604 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/swiftproxy.pp
-rw-r--r-- root/root     12858 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/swiftproxy_haproxy.pp
-rw-r--r-- root/root     18399 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/swiftstore.pp
-rw-r--r-- root/root      2163 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/sysctl.pp
-rw-r--r-- root/root     44714 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/tempest.pp
-rw-r--r-- root/root      1553 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/tuned.pp
-rw-r--r-- root/root       440 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/vip.pp
-rw-r--r-- root/root     21578 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/manifests/volume.pp
drwxr-xr-x root/root         0 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/templates/
-rw-r--r-- root/root       156 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/templates/haproxy_custom_delay.erb
-rw-r--r-- root/root      1219 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/templates/named.conf.erb
-rw-r--r-- root/root       274 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/templates/named.conf.options.erb
-rw-r--r-- root/root       551 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/templates/pools.yaml.erb
-rw-r--r-- root/root       155 2024-10-12 22:00 ./usr/share/puppet/modules.available/oci/templates/rndc.conf.erb


lintian
-------


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

Merged Build-Depends: lintian
Filtered Build-Depends: lintian
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-lintian-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-lintian-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1220 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1282 B]
Fetched 3117 B in 0s (257 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-4nB0ZV/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

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

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  sbuild-build-depends-lintian-dummy
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 856 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-lintian-dummy 0.invalid.0 [856 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 856 B in 0s (0 B/s)
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
(Reading database ... 24248 files and directories currently installed.)
Preparing to unpack .../sbuild-build-depends-lintian-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Setting up sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Running lintian...
E: openstack-cluster-installer-common: udev-rule-in-etc [etc/udev/rules.d/65-sdx-order.rules]
W: openstack-cluster-installer-cli: bash-completion-with-hashbang /bin/bash completion for ocicli [usr/share/bash-completion/completions/ocicli:1]
W: openstack-cluster-installer-common: bash-completion-with-hashbang /bin/bash completion for racadm [usr/share/bash-completion/completions/racadm:1]
W: openstack-cluster-installer-utils: bash-completion-with-hashbang /bin/bash completion for oci-hdd-maint [usr/share/bash-completion/completions/oci-hdd-maint:1]
W: openstack-cluster-installer changes: distribution-and-changes-mismatch sid unstable
W: openstack-cluster-installer-cli: groff-message troff:<standard input>:634: warning: cannot select font 'i' [usr/share/man/man1/ocicli.1.gz:1]
W: openstack-cluster-installer: maintainer-script-needs-depends-on-ucf ucf (does not satisfy ucf) [config:1151]
W: openstack-cluster-installer: maintainer-script-needs-depends-on-ucf ucf (does not satisfy ucf) [postinst:1150]
W: openstack-cluster-installer: missing-systemd-timer-for-cron-script [etc/cron.monthly/reset-lenovo-ipmi-password-age]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-add-ssh-ca-to-known-hosts]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-add-store-to-ring]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-cluster-upgrade-old-swift-oci]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-cluster-upgrade-openstack-release]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-cluster-upgrade-stretch-to-buster]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-copy-slave-node-generate-key]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-disable-puppet]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-enable-puppet]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-foreman]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-gen-slave-node-cert]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-gen-slave-node-client-cert]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-ilorest]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-live]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-onecli]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-puppet-external-node-classifier]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-remove-slave-node-generated-key]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-renew-intermediate-ca]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-resign-all-ssh-host-keys]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-root-ca-destroy]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-root-ca-gen]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-run-command-on-nodes]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-save-rabbitmq-access]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-scp-live-image-artefacts-to-live-builder]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-swift-backup-ring]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-swift-replace-weight]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-swift-replicate-ring]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-update-cluster-certs-restart-services]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-update-cluster-certs]
W: openstack-cluster-installer: no-manual-page [usr/bin/oci-userdb]
W: openstack-cluster-installer: no-manual-page [usr/bin/openstack-cluster-installer-config]
W: openstack-cluster-installer: no-manual-page [usr/bin/openstack-cluster-installer-functions]
W: openstack-cluster-installer: no-manual-page [usr/bin/openstack-cluster-installer-start-hdd]
W: openstack-cluster-installer: no-manual-page [usr/bin/openstack-cluster-installer-start]
W: openstack-cluster-installer: no-manual-page [usr/bin/openstack-cluster-installer-stop]
W: openstack-cluster-installer-agent: no-manual-page [usr/bin/oci-agent-daemon]
W: openstack-cluster-installer-agent: no-manual-page [usr/bin/oci-agent-report-status]
W: openstack-cluster-installer-agent: no-manual-page [usr/bin/oci-agent-sign-live-ssh-host-keys]
W: openstack-cluster-installer-agent: no-manual-page [usr/bin/oci-install-pre-reboot-hook]
W: openstack-cluster-installer-agent: no-manual-page [usr/bin/oci-install-with-report]
W: openstack-cluster-installer-agent: no-manual-page [usr/bin/openstack-cluster-installer-bodi-hook-script]
W: openstack-cluster-installer-common: no-manual-page [usr/bin/oci-block-device-udev-sorting]
W: openstack-cluster-installer-common: no-manual-page [usr/bin/oci-dell-dhcp-nic-selection]
W: openstack-cluster-installer-common: no-manual-page [usr/bin/oci-dell-set-default-racadm-config]
W: openstack-cluster-installer-common: no-manual-page [usr/bin/oci-lenovo-set-default-onecli-config]
W: openstack-cluster-installer-common: no-manual-page [usr/bin/oci-system-serial]
W: openstack-cluster-installer-common: no-manual-page [usr/bin/oci-wait-for-networking]
W: openstack-cluster-installer-common: no-manual-page [usr/bin/openstack-cluster-installer-agent]
W: openstack-cluster-installer-live-image-builder: no-manual-page [usr/bin/oci-scp-live-image-to-pxe-server]
W: openstack-cluster-installer-live-image-builder: no-manual-page [usr/bin/openstack-cluster-installer-build-live-image-clean]
W: openstack-cluster-installer-live-image-builder: no-manual-page [usr/bin/openstack-cluster-installer-build-live-image]
W: openstack-cluster-installer-openstack-ci: no-manual-page [usr/bin/oci-os-poc]
W: openstack-cluster-installer-openstack-ci: no-manual-page [usr/bin/oci-os-provision-project]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-ci]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-haproxy]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-install-cluster-bgp]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-install-cluster-billing]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-install-cluster-compute-only]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-install-cluster-external-keystone]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-install-cluster-full]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-install-cluster-swift]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-install-cluster]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-openstack-provisionning]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-provision]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-restore]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-save]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-setup-bodi-hook]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-setup]
W: openstack-cluster-installer-poc: no-manual-page [usr/bin/oci-poc-vms]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-auto-join-rabbitmq-cluster]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-build-cinder-volume-vg]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-build-data-vg]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-compute-node-image-cache-cleaner]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-fernet-keys-rotate]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-first-boot-wrapper]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-first-boot]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-fix-ceph-dm-perms]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-fix-nova-ssh-config]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-fixup-compute-node]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-glance-image-rsync]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-hdd-maint]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-make-osd]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-manila-flavor]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-manila-image]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-manila-security-group]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-manila-ssh-key]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-octavia-amphora-secgroups-sshkey-lbrole-and-network]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-octavia-certs]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-manila-network]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-az]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-cloud]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-flavors]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-image]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-network-cl3]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-network]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-octavia-flavor]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-octavia-image]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-octavia-network]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-octavia-secgroup]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-octavia-ssh-key]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-poc-provision-vm]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-puppet]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-report-puppet-failure]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-report-puppet-running]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-report-puppet-success]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-report-status]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-restart-all-services]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-swift-upgrade-hdd-firmware]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-tail-last-puppet-log]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-wait-for-first-galera-node]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-wait-for-remote-sql]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-wait-for-sql]
W: openstack-cluster-installer-utils: no-manual-page [usr/bin/oci-write-lvm-filter]
W: puppet-module-oci: postrm-removes-alternative "update-alternatives --remove" [postrm:6]
W: openstack-cluster-installer: script-not-executable [etc/facter/facts.d/cephosd.sh]
W: openstack-cluster-installer: script-not-executable [usr/share/openstack-cluster-installer/db_sync.php]

E: Lintian run failed (runtime error)

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


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

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use

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

Build Architecture: arm64
Build Type: binary
Build-Space: 11084
Build-Time: 10
Distribution: sid
Host Architecture: arm64
Install-Time: 24
Job: /tmp/debusine-fetch-exec-upload-u1pzoik_/openstack-cluster-installer_43.0.0.dsc
Lintian: error
Machine Architecture: arm64
Package: openstack-cluster-installer
Package-Time: 71
Source-Version: 43.0.0
Space: 11084
Status: successful
Version: 43.0.0
--------------------------------------------------------------------------------
Finished at 2024-11-17T17:09:36Z
Build needed 00:01:11, 11084k disk space

Relations

Relation Direction Type Name
relates-to Source package openstack-cluster-installer_43.0.0
relates-to Binary package dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect_1.22.12~1.gbp82cafd_arm64
relates-to Binary package libdpkg-dev_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg-dev_1.22.12~1.gbp82cafd_all
relates-to Binary package libdpkg-perl_1.22.12~1.gbp82cafd_all
relates-to Binary package openstack-cluster-installer-agent_43.0.0_all
relates-to Binary package openstack-cluster-installer-cli_43.0.0_all
relates-to Binary package openstack-cluster-installer-common_43.0.0_all
relates-to Binary package openstack-cluster-installer-live-image-builder_43.0.0_all
relates-to Binary package openstack-cluster-installer-openstack-ci_43.0.0_all
relates-to Binary package openstack-cluster-installer-poc_43.0.0_all
relates-to Binary package openstack-cluster-installer-utils_43.0.0_all
relates-to Binary package openstack-cluster-installer_43.0.0_all
relates-to Binary package puppet-module-oci_43.0.0_all
relates-to Binary packages openstack-cluster-installer_43.0.0

build log System build a package - 1 month, 1 week ago 1 week
BETA