Artifact alertmanager-irc-relay_0.4.2-1_arm64-2024-11-15T18:28:57Z

Metadata
bd_uninstallable: null
filename: alertmanager-irc-relay_0.4.2-1_arm64-2024-11-15T18:28:57Z.build
source: alertmanager-irc-relay
version: 0.4.2-1

File

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

+==============================================================================+
| alertmanager-irc-relay 0.4.2-1 (arm64)       Fri, 15 Nov 2024 18:28:57 +0000 |
+==============================================================================+

Package: alertmanager-irc-relay
Version: 0.4.2-1
Source Version: 0.4.2-1
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.2eBTuzqAai...
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-w5mh8438/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-w5mh8438/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-w5mh8438/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-w5mh8438/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-w5mh8438/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-w5mh8438/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-w5mh8438/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/alertmanager-irc-relay-NCA9h3/resolver-A4dVbp' with '<<RESOLVERDIR>>'

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

Get:1 file:/build/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/apt_archive ./ InRelease
Ign:1 file:/build/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/apt_archive ./ InRelease
Get:2 file:/build/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/apt_archive ./ Release [606 B]
Get:2 file:/build/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/apt_archive ./ Release [606 B]
Get:3 file:/build/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/apt_archive ./ Release.gpg
Ign:3 file:/build/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/apt_archive ./ Release.gpg
Get:4 file:/build/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/apt_archive ./ Packages [9246 B]
Get:5 http://deb.debian.org/debian sid InRelease [202 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 Packages [9951 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 Components [4911 kB]
Fetched 15.1 MB in 2s (6416 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 dpkg dpkg-dev libapt-pkg6.0t64 libaudit-common
  libaudit1 libblkid1 libbrotli1 libcap-ng0 libdpkg-perl libglib2.0-0t64
  libmount1 libpcre2-8-0 libseccomp2 libselinux1 libsemanage2 libsmartcols1
  libuuid1 libxml2 login mount util-linux
24 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 7198 kB/10.7 MB of archives.
After this operation, 602 kB disk space will be freed.
Get:1 file:/build/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/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/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/apt_archive ./ dpkg-dev 1.22.12~1.gbp82cafd [1337 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 libapt-pkg6.0t64 arm64 2.9.11 [921 kB]
Get:5 file:/build/alertmanager-irc-relay-NCA9h3/resolver-2QdxIY/apt_archive ./ libdpkg-perl 1.22.12~1.gbp82cafd [647 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 bsdextrautils arm64 2.40.2-11 [91.2 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libblkid1 arm64 2.40.2-11 [162 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libmount1 arm64 2.40.2-11 [190 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libsmartcols1 arm64 2.40.2-11 [135 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 mount arm64 2.40.2-11 [153 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libuuid1 arm64 2.40.2-11 [35.7 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 util-linux arm64 2.40.2-11 [1170 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libpcre2-8-0 arm64 10.44-2 [242 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libselinux1 arm64 3.7-3+b1 [72.1 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 libseccomp2 arm64 2.5.5-1+b3 [46.8 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 apt arm64 2.9.11 [1287 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libaudit-common all 1:4.0.2-2 [12.7 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 libcap-ng0 arm64 0.8.5-3+b1 [17.0 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 libaudit1 arm64 1:4.0.2-2 [54.2 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 login arm64 1:4.16.0-2+really2.40.2-11 [80.0 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libbrotli1 arm64 1.1.0-2+b6 [297 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libglib2.0-0t64 arm64 2.82.2-3 [1411 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libsemanage2 arm64 3.7-2+b1 [84.5 kB]
Get:24 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 7198 kB in 0s (37.0 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 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 .../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 ... 17129 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 ... 17128 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 ... 17124 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 ... 17124 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 ... 17124 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 ... 17124 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 ... 17121 files and directories currently installed.)
Preparing to unpack .../libpcre2-8-0_10.44-2_arm64.deb ...
Unpacking libpcre2-8-0:arm64 (10.44-2) over (10.42-4+b2) ...
Setting up libpcre2-8-0:arm64 (10.44-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 ... 17120 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 ... 17121 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 ... 17121 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 ... 17118 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 ... 17118 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 ... 17119 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 ... 17119 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-dpkg-dev_1.22.12~1.gbp82cafd_all.deb ...
Unpacking dpkg-dev (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../2-libdpkg-perl_1.22.12~1.gbp82cafd_all.deb ...
Unpacking libdpkg-perl (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../3-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 .../4-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 .../5-libsemanage2_3.7-2+b1_arm64.deb ...
Unpacking libsemanage2:arm64 (3.7-2+b1) over (3.7-2) ...
Preparing to unpack .../6-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 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 login (1:4.16.0-2+really2.40.2-11) ...
Setting up dpkg-dev (1.22.12~1.gbp82cafd) ...
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-w5mh8438/alertmanager-irc-relay_0.4.2-1.dsc exists in /tmp/debusine-fetch-exec-upload-w5mh8438; copying to chroot
I: NOTICE: Log filtering will replace 'build/alertmanager-irc-relay-NCA9h3/alertmanager-irc-relay-0.4.2' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/alertmanager-irc-relay-NCA9h3' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper (>= 11), dh-golang, dh-exec, golang-any, golang-github-fluffle-goirc-dev (>= 1.1.1+ds-1), golang-github-gorilla-mux-dev, golang-github-prometheus-alertmanager-dev, golang-yaml.v2-dev, build-essential, fakeroot
Filtered Build-Depends: debhelper (>= 11), dh-golang, dh-exec, golang-any, golang-github-fluffle-goirc-dev (>= 1.1.1+ds-1), golang-github-gorilla-mux-dev, golang-github-prometheus-alertmanager-dev, golang-yaml.v2-dev, 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 [786 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [818 B]
Fetched 2213 B in 0s (195 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-2QdxIY/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-exec dh-golang 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 golang-1.23-go
  golang-1.23-src golang-any golang-dbus-dev
  golang-github-alecthomas-units-dev golang-github-antlr-antlr4-dev
  golang-github-armon-go-metrics-dev golang-github-asaskevich-govalidator-dev
  golang-github-aws-aws-sdk-go-dev golang-github-benbjohnson-clock-dev
  golang-github-beorn7-perks-dev golang-github-burntsushi-toml-dev
  golang-github-cenkalti-backoff-dev golang-github-cespare-xxhash-dev
  golang-github-chzyer-readline-dev
  golang-github-circonus-labs-circonus-gometrics-dev
  golang-github-circonus-labs-circonusllhist-dev
  golang-github-coreos-go-systemd-dev golang-github-creack-pty-dev
  golang-github-datadog-datadog-go-dev golang-github-davecgh-go-spew-dev
  golang-github-docker-go-units-dev golang-github-fatih-color-dev
  golang-github-fluffle-goirc-dev golang-github-fsnotify-fsnotify-dev
  golang-github-gin-contrib-sse-dev golang-github-gin-gonic-gin-dev
  golang-github-go-kit-log-dev golang-github-go-logfmt-logfmt-dev
  golang-github-go-logr-logr-dev golang-github-go-logr-stdr-dev
  golang-github-go-openapi-analysis-dev golang-github-go-openapi-errors-dev
  golang-github-go-openapi-jsonpointer-dev
  golang-github-go-openapi-jsonreference-dev
  golang-github-go-openapi-loads-dev golang-github-go-openapi-runtime-dev
  golang-github-go-openapi-spec-dev golang-github-go-openapi-strfmt-dev
  golang-github-go-openapi-swag-dev golang-github-go-openapi-validate-dev
  golang-github-go-playground-locales-dev
  golang-github-go-playground-universal-translator-dev
  golang-github-go-playground-validator-v10-dev
  golang-github-goccy-go-yaml-dev golang-github-gofrs-uuid-dev
  golang-github-gogo-protobuf-dev golang-github-golang-groupcache-dev
  golang-github-golang-mock-dev golang-github-golang-protobuf-1-5-dev
  golang-github-golang-snappy-dev golang-github-google-btree-dev
  golang-github-google-cel-go-dev golang-github-google-go-cmp-dev
  golang-github-google-martian-dev golang-github-google-pprof-dev
  golang-github-google-uuid-dev golang-github-googleapis-gax-go-dev
  golang-github-gorilla-mux-dev golang-github-grpc-ecosystem-grpc-gateway-dev
  golang-github-hashicorp-errwrap-dev golang-github-hashicorp-go-cleanhttp-dev
  golang-github-hashicorp-go-hclog-dev
  golang-github-hashicorp-go-immutable-radix-dev
  golang-github-hashicorp-go-msgpack-dev
  golang-github-hashicorp-go-multierror-dev
  golang-github-hashicorp-go-retryablehttp-dev
  golang-github-hashicorp-go-sockaddr-dev golang-github-hashicorp-go-uuid-dev
  golang-github-hashicorp-golang-lru-dev
  golang-github-hashicorp-golang-lru-v2-dev golang-github-hashicorp-hcl-dev
  golang-github-hashicorp-memberlist-dev
  golang-github-ianlancetaylor-demangle-dev
  golang-github-jessevdk-go-flags-dev golang-github-jmespath-go-jmespath-dev
  golang-github-josharian-intern-dev golang-github-jpillora-backoff-dev
  golang-github-json-iterator-go-dev
  golang-github-julienschmidt-httprouter-dev
  golang-github-klauspost-compress-dev golang-github-kr-fs-dev
  golang-github-kr-pretty-dev golang-github-kr-text-dev
  golang-github-kylelemons-godebug-dev golang-github-leodido-go-urn-dev
  golang-github-magiconair-properties-dev golang-github-mailru-easyjson-dev
  golang-github-masterminds-semver-dev golang-github-mattn-go-colorable-dev
  golang-github-mattn-go-isatty-dev golang-github-mdlayher-socket-dev
  golang-github-mdlayher-vsock-dev golang-github-miekg-dns-dev
  golang-github-mitchellh-mapstructure-dev
  golang-github-modern-go-concurrent-dev golang-github-modern-go-reflect2-dev
  golang-github-montanaflynn-stats-dev golang-github-munnerz-goautoneg-dev
  golang-github-mwitkow-go-conntrack-dev golang-github-oklog-run-dev
  golang-github-oklog-ulid-dev golang-github-opentracing-opentracing-go-dev
  golang-github-pascaldekloe-goe-dev golang-github-pelletier-go-toml-dev
  golang-github-pelletier-go-toml.v2-dev golang-github-pkg-errors-dev
  golang-github-pkg-sftp-dev golang-github-pmezard-go-difflib-dev
  golang-github-prometheus-alertmanager-dev
  golang-github-prometheus-client-golang-dev
  golang-github-prometheus-client-model-dev
  golang-github-prometheus-common-dev
  golang-github-prometheus-exporter-toolkit-dev
  golang-github-prometheus-procfs-dev golang-github-rogpeppe-fastuuid-dev
  golang-github-rogpeppe-go-internal-dev golang-github-rs-cors-dev
  golang-github-spf13-afero-dev golang-github-spf13-cast-dev
  golang-github-spf13-jwalterweatherman-dev golang-github-spf13-pflag-dev
  golang-github-spf13-viper-dev golang-github-stoewer-go-strcase-dev
  golang-github-stretchr-objx-dev golang-github-stretchr-testify-dev
  golang-github-subosito-gotenv-dev golang-github-tv42-httpunix-dev
  golang-github-ugorji-go-codec-dev golang-github-vmihailenco-tagparser-dev
  golang-github-xdg-go-pbkdf2-dev golang-github-xdg-go-scram-dev
  golang-github-xdg-go-stringprep-dev golang-github-xlab-treeprint-dev
  golang-github-youmark-pkcs8-dev golang-github-yuin-goldmark-dev
  golang-glog-dev golang-go golang-go.opencensus-dev golang-go.uber-atomic-dev
  golang-golang-x-crypto-dev golang-golang-x-exp-dev golang-golang-x-mod-dev
  golang-golang-x-net-dev golang-golang-x-oauth2-dev
  golang-golang-x-oauth2-google-dev golang-golang-x-sync-dev
  golang-golang-x-sys-dev golang-golang-x-term-dev golang-golang-x-text-dev
  golang-golang-x-time-dev golang-golang-x-tools-dev
  golang-golang-x-xerrors-dev golang-google-api-dev
  golang-google-cloud-compute-metadata-dev golang-google-cloud-dev
  golang-google-genproto-dev golang-google-grpc-dev golang-google-protobuf-dev
  golang-gopkg-alecthomas-kingpin.v2-dev golang-gopkg-check.v1-dev
  golang-gopkg-ini.v1-dev golang-gopkg-mgo.v2-dev golang-gopkg-telebot.v3-dev
  golang-gopkg-tomb.v2-dev golang-gopkg-vmihailenco-msgpack.v2-dev
  golang-gopkg-yaml.v2-dev golang-gopkg-yaml.v3-dev
  golang-mongodb-mongo-driver-dev golang-opentelemetry-otel-dev
  golang-opentelemetry-proto-dev golang-protobuf-extensions-dev
  golang-rsc-binaryregexp-dev golang-src libasan8 libc-dev-bin libc6-dev
  libcc1-0 libcrypt-dev libdebhelper-perl libelf1t64 libfakeroot
  libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0 libisl23 libitm1
  liblsan0 libmpc3 libmpfr6 libprotobuf-dev libprotobuf-lite32t64
  libprotobuf32t64 libsasl2-dev libssl-dev libstdc++-14-dev libsystemd-dev
  libtool libtsan2 libubsan1 linux-libc-dev m4 media-types po-debconf
  rpcsvc-proto tzdata-legacy zlib1g-dev
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 bzr | brz git mercurial subversion mockgen
  golang-google-appengine-dev libc-devtools glibc-doc libssl-doc
  libstdc++-14-doc libtool-doc gfortran | fortran95-compiler gcj-jdk m4-doc
  libmail-box-perl
Recommended packages:
  pkgconf gogoprotobuf manpages manpages-dev libarchive-cpio-perl libltdl-dev
  libmail-sendmail-perl
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-exec dh-golang 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 golang-1.23-go
  golang-1.23-src golang-any golang-dbus-dev
  golang-github-alecthomas-units-dev golang-github-antlr-antlr4-dev
  golang-github-armon-go-metrics-dev golang-github-asaskevich-govalidator-dev
  golang-github-aws-aws-sdk-go-dev golang-github-benbjohnson-clock-dev
  golang-github-beorn7-perks-dev golang-github-burntsushi-toml-dev
  golang-github-cenkalti-backoff-dev golang-github-cespare-xxhash-dev
  golang-github-chzyer-readline-dev
  golang-github-circonus-labs-circonus-gometrics-dev
  golang-github-circonus-labs-circonusllhist-dev
  golang-github-coreos-go-systemd-dev golang-github-creack-pty-dev
  golang-github-datadog-datadog-go-dev golang-github-davecgh-go-spew-dev
  golang-github-docker-go-units-dev golang-github-fatih-color-dev
  golang-github-fluffle-goirc-dev golang-github-fsnotify-fsnotify-dev
  golang-github-gin-contrib-sse-dev golang-github-gin-gonic-gin-dev
  golang-github-go-kit-log-dev golang-github-go-logfmt-logfmt-dev
  golang-github-go-logr-logr-dev golang-github-go-logr-stdr-dev
  golang-github-go-openapi-analysis-dev golang-github-go-openapi-errors-dev
  golang-github-go-openapi-jsonpointer-dev
  golang-github-go-openapi-jsonreference-dev
  golang-github-go-openapi-loads-dev golang-github-go-openapi-runtime-dev
  golang-github-go-openapi-spec-dev golang-github-go-openapi-strfmt-dev
  golang-github-go-openapi-swag-dev golang-github-go-openapi-validate-dev
  golang-github-go-playground-locales-dev
  golang-github-go-playground-universal-translator-dev
  golang-github-go-playground-validator-v10-dev
  golang-github-goccy-go-yaml-dev golang-github-gofrs-uuid-dev
  golang-github-gogo-protobuf-dev golang-github-golang-groupcache-dev
  golang-github-golang-mock-dev golang-github-golang-protobuf-1-5-dev
  golang-github-golang-snappy-dev golang-github-google-btree-dev
  golang-github-google-cel-go-dev golang-github-google-go-cmp-dev
  golang-github-google-martian-dev golang-github-google-pprof-dev
  golang-github-google-uuid-dev golang-github-googleapis-gax-go-dev
  golang-github-gorilla-mux-dev golang-github-grpc-ecosystem-grpc-gateway-dev
  golang-github-hashicorp-errwrap-dev golang-github-hashicorp-go-cleanhttp-dev
  golang-github-hashicorp-go-hclog-dev
  golang-github-hashicorp-go-immutable-radix-dev
  golang-github-hashicorp-go-msgpack-dev
  golang-github-hashicorp-go-multierror-dev
  golang-github-hashicorp-go-retryablehttp-dev
  golang-github-hashicorp-go-sockaddr-dev golang-github-hashicorp-go-uuid-dev
  golang-github-hashicorp-golang-lru-dev
  golang-github-hashicorp-golang-lru-v2-dev golang-github-hashicorp-hcl-dev
  golang-github-hashicorp-memberlist-dev
  golang-github-ianlancetaylor-demangle-dev
  golang-github-jessevdk-go-flags-dev golang-github-jmespath-go-jmespath-dev
  golang-github-josharian-intern-dev golang-github-jpillora-backoff-dev
  golang-github-json-iterator-go-dev
  golang-github-julienschmidt-httprouter-dev
  golang-github-klauspost-compress-dev golang-github-kr-fs-dev
  golang-github-kr-pretty-dev golang-github-kr-text-dev
  golang-github-kylelemons-godebug-dev golang-github-leodido-go-urn-dev
  golang-github-magiconair-properties-dev golang-github-mailru-easyjson-dev
  golang-github-masterminds-semver-dev golang-github-mattn-go-colorable-dev
  golang-github-mattn-go-isatty-dev golang-github-mdlayher-socket-dev
  golang-github-mdlayher-vsock-dev golang-github-miekg-dns-dev
  golang-github-mitchellh-mapstructure-dev
  golang-github-modern-go-concurrent-dev golang-github-modern-go-reflect2-dev
  golang-github-montanaflynn-stats-dev golang-github-munnerz-goautoneg-dev
  golang-github-mwitkow-go-conntrack-dev golang-github-oklog-run-dev
  golang-github-oklog-ulid-dev golang-github-opentracing-opentracing-go-dev
  golang-github-pascaldekloe-goe-dev golang-github-pelletier-go-toml-dev
  golang-github-pelletier-go-toml.v2-dev golang-github-pkg-errors-dev
  golang-github-pkg-sftp-dev golang-github-pmezard-go-difflib-dev
  golang-github-prometheus-alertmanager-dev
  golang-github-prometheus-client-golang-dev
  golang-github-prometheus-client-model-dev
  golang-github-prometheus-common-dev
  golang-github-prometheus-exporter-toolkit-dev
  golang-github-prometheus-procfs-dev golang-github-rogpeppe-fastuuid-dev
  golang-github-rogpeppe-go-internal-dev golang-github-rs-cors-dev
  golang-github-spf13-afero-dev golang-github-spf13-cast-dev
  golang-github-spf13-jwalterweatherman-dev golang-github-spf13-pflag-dev
  golang-github-spf13-viper-dev golang-github-stoewer-go-strcase-dev
  golang-github-stretchr-objx-dev golang-github-stretchr-testify-dev
  golang-github-subosito-gotenv-dev golang-github-tv42-httpunix-dev
  golang-github-ugorji-go-codec-dev golang-github-vmihailenco-tagparser-dev
  golang-github-xdg-go-pbkdf2-dev golang-github-xdg-go-scram-dev
  golang-github-xdg-go-stringprep-dev golang-github-xlab-treeprint-dev
  golang-github-youmark-pkcs8-dev golang-github-yuin-goldmark-dev
  golang-glog-dev golang-go golang-go.opencensus-dev golang-go.uber-atomic-dev
  golang-golang-x-crypto-dev golang-golang-x-exp-dev golang-golang-x-mod-dev
  golang-golang-x-net-dev golang-golang-x-oauth2-dev
  golang-golang-x-oauth2-google-dev golang-golang-x-sync-dev
  golang-golang-x-sys-dev golang-golang-x-term-dev golang-golang-x-text-dev
  golang-golang-x-time-dev golang-golang-x-tools-dev
  golang-golang-x-xerrors-dev golang-google-api-dev
  golang-google-cloud-compute-metadata-dev golang-google-cloud-dev
  golang-google-genproto-dev golang-google-grpc-dev golang-google-protobuf-dev
  golang-gopkg-alecthomas-kingpin.v2-dev golang-gopkg-check.v1-dev
  golang-gopkg-ini.v1-dev golang-gopkg-mgo.v2-dev golang-gopkg-telebot.v3-dev
  golang-gopkg-tomb.v2-dev golang-gopkg-vmihailenco-msgpack.v2-dev
  golang-gopkg-yaml.v2-dev golang-gopkg-yaml.v3-dev
  golang-mongodb-mongo-driver-dev golang-opentelemetry-otel-dev
  golang-opentelemetry-proto-dev golang-protobuf-extensions-dev
  golang-rsc-binaryregexp-dev golang-src libasan8 libc-dev-bin libc6-dev
  libcc1-0 libcrypt-dev libdebhelper-perl libelf1t64 libfakeroot
  libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0 libisl23 libitm1
  liblsan0 libmpc3 libmpfr6 libprotobuf-dev libprotobuf-lite32t64
  libprotobuf32t64 libsasl2-dev libssl-dev libstdc++-14-dev libsystemd-dev
  libtool libtsan2 libubsan1 linux-libc-dev m4 media-types po-debconf
  rpcsvc-proto sbuild-build-depends-main-dummy tzdata-legacy zlib1g-dev
0 upgraded, 232 newly installed, 0 to remove and 0 not upgraded.
Need to get 196 MB of archives.
After this operation, 1268 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [968 B]
Get:2 http://deb.debian.org/debian sid/main arm64 media-types all 10.1.0 [26.9 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.7-1 [2454 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:18 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:19 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:20 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:29 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:31 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:32 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:33 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:34 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:35 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:36 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:37 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:38 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:42 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:43 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:44 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 dh-exec arm64 0.30+b1 [25.8 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 dh-golang all 1.62 [24.7 kB]
Get:49 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:50 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:51 http://deb.debian.org/debian sid/main arm64 golang-1.23-src all 1.23.3-2 [19.1 MB]
Get:52 http://deb.debian.org/debian sid/main arm64 golang-1.23-go arm64 1.23.3-2 [23.4 MB]
Get:53 http://deb.debian.org/debian sid/main arm64 golang-src all 2:1.23~2 [5088 B]
Get:54 http://deb.debian.org/debian sid/main arm64 golang-go arm64 2:1.23~2 [44.3 kB]
Get:55 http://deb.debian.org/debian sid/main arm64 golang-any arm64 2:1.23~2 [5172 B]
Get:56 http://deb.debian.org/debian sid/main arm64 golang-dbus-dev all 5.1.0-1 [63.9 kB]
Get:57 http://deb.debian.org/debian sid/main arm64 golang-github-alecthomas-units-dev all 0.0~git20240626.61d1e34-1 [9032 B]
Get:58 http://deb.debian.org/debian sid/main arm64 golang-golang-x-exp-dev all 0.0~git20231006.7918f67-1 [105 kB]
Get:59 http://deb.debian.org/debian sid/main arm64 golang-github-antlr-antlr4-dev all 4.11.1+ds-2 [98.2 kB]
Get:60 http://deb.debian.org/debian sid/main arm64 golang-github-circonus-labs-circonusllhist-dev all 0.0~git20191022.ec08cde-1 [11.1 kB]
Get:61 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-go-cleanhttp-dev all 0.5.2-1 [10.8 kB]
Get:62 http://deb.debian.org/debian sid/main arm64 golang-golang-x-sys-dev all 0.22.0-1 [431 kB]
Get:63 http://deb.debian.org/debian sid/main arm64 golang-github-mattn-go-isatty-dev all 0.0.20-1 [6080 B]
Get:64 http://deb.debian.org/debian sid/main arm64 golang-github-mattn-go-colorable-dev all 0.1.13-1 [10.3 kB]
Get:65 http://deb.debian.org/debian sid/main arm64 golang-github-fatih-color-dev all 1.17.0-1 [13.9 kB]
Get:66 http://deb.debian.org/debian sid/main arm64 golang-github-davecgh-go-spew-dev all 1.1.1-3 [30.1 kB]
Get:67 http://deb.debian.org/debian sid/main arm64 golang-github-pmezard-go-difflib-dev all 1.0.0-3 [12.3 kB]
Get:68 http://deb.debian.org/debian sid/main arm64 golang-github-stretchr-objx-dev all 0.5.2-1 [25.5 kB]
Get:69 http://deb.debian.org/debian sid/main arm64 golang-gopkg-yaml.v3-dev all 3.0.1-3 [74.3 kB]
Get:70 http://deb.debian.org/debian sid/main arm64 golang-github-stretchr-testify-dev all 1.9.0-1 [74.7 kB]
Get:71 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-go-hclog-dev all 0.11.0-1 [17.9 kB]
Get:72 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-go-retryablehttp-dev all 0.7.1-1 [21.3 kB]
Get:73 http://deb.debian.org/debian sid/main arm64 golang-github-pkg-errors-dev all 0.9.1-3 [12.9 kB]
Get:74 http://deb.debian.org/debian sid/main arm64 golang-github-tv42-httpunix-dev all 0.0~git20150427.b75d861-3 [3956 B]
Get:75 http://deb.debian.org/debian sid/main arm64 golang-github-circonus-labs-circonus-gometrics-dev all 2.3.1-4 [65.7 kB]
Get:76 http://deb.debian.org/debian sid/main arm64 golang-github-datadog-datadog-go-dev all 2.1.0-3 [14.9 kB]
Get:77 http://deb.debian.org/debian sid/main arm64 golang-github-google-go-cmp-dev all 0.6.0-1 [86.6 kB]
Get:78 http://deb.debian.org/debian sid/main arm64 golang-google-protobuf-dev all 1.33.0-1 [625 kB]
Get:79 http://deb.debian.org/debian sid/main arm64 golang-github-golang-protobuf-1-5-dev all 1.5.4-1 [136 kB]
Get:80 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-go-uuid-dev all 1.0.3-1 [8636 B]
Get:81 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-golang-lru-dev all 0.5.4-2 [14.7 kB]
Get:82 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-go-immutable-radix-dev all 1.3.1-3 [26.2 kB]
Get:83 http://deb.debian.org/debian sid/main arm64 golang-github-pascaldekloe-goe-dev all 0.1.0-4 [10.9 kB]
Get:84 http://deb.debian.org/debian sid/main arm64 golang-github-beorn7-perks-dev all 1.0.1-1 [12.1 kB]
Get:85 http://deb.debian.org/debian sid/main arm64 golang-github-cespare-xxhash-dev all 2.3.0-1 [10.8 kB]
Get:86 http://deb.debian.org/debian sid/main arm64 golang-github-modern-go-concurrent-dev all 1.0.3-1.1 [4668 B]
Get:87 http://deb.debian.org/debian sid/main arm64 golang-github-modern-go-reflect2-dev all 1.0.2-2 [10.9 kB]
Get:88 http://deb.debian.org/debian sid/main arm64 golang-github-json-iterator-go-dev all 1.1.12-2 [62.2 kB]
Get:89 http://deb.debian.org/debian sid/main arm64 golang-github-klauspost-compress-dev all 1.17.11+ds1-1 [33.3 MB]
Get:90 http://deb.debian.org/debian sid/main arm64 golang-github-kylelemons-godebug-dev all 1.1.0-2 [14.8 kB]
Get:91 http://deb.debian.org/debian sid/main arm64 golang-github-prometheus-client-model-dev all 0.6.0-1 [11.2 kB]
Get:92 http://deb.debian.org/debian sid/main arm64 golang-gopkg-yaml.v2-dev all 2.4.0-4 [61.5 kB]
Get:93 http://deb.debian.org/debian sid/main arm64 golang-github-jmespath-go-jmespath-dev all 0.4.0-2 [91.6 kB]
Get:94 http://deb.debian.org/debian sid/main arm64 golang-golang-x-term-dev all 0.22.0-1 [14.8 kB]
Get:95 http://deb.debian.org/debian sid/main arm64 golang-golang-x-text-dev all 0.16.0-1 [4003 kB]
Get:96 http://deb.debian.org/debian sid/main arm64 golang-golang-x-crypto-dev all 1:0.25.0-1 [1682 kB]
Get:97 http://deb.debian.org/debian sid/main arm64 golang-golang-x-net-dev all 1:0.27.0-1 [898 kB]
Get:98 http://deb.debian.org/debian sid/main arm64 golang-github-aws-aws-sdk-go-dev all 1.49.0-2 [12.9 MB]
Get:99 http://deb.debian.org/debian sid/main arm64 golang-github-go-logfmt-logfmt-dev all 0.5.0-2 [13.4 kB]
Get:100 http://deb.debian.org/debian sid/main arm64 golang-github-go-kit-log-dev all 0.2.1-1 [26.9 kB]
Get:101 http://deb.debian.org/debian sid/main arm64 golang-github-julienschmidt-httprouter-dev all 1.3.0-2 [19.3 kB]
Get:102 http://deb.debian.org/debian sid/main arm64 golang-github-munnerz-goautoneg-dev all 0.0~git20191010.a7dc8b6-2 [4308 B]
Get:103 http://deb.debian.org/debian sid/main arm64 golang-github-jpillora-backoff-dev all 1.0.0-1.1 [3712 B]
Get:104 http://deb.debian.org/debian sid/main arm64 golang-github-mwitkow-go-conntrack-dev all 0.0~git20190716.2f06839-3 [14.6 kB]
Get:105 http://deb.debian.org/debian sid/main arm64 golang-golang-x-oauth2-dev all 0.15.0-1 [38.0 kB]
Get:106 http://deb.debian.org/debian sid/main arm64 golang-gopkg-alecthomas-kingpin.v2-dev all 2.2.6-4 [42.8 kB]
Get:107 http://deb.debian.org/debian sid/main arm64 golang-github-prometheus-common-dev all 0.60.1-1 [120 kB]
Get:108 http://deb.debian.org/debian sid/main arm64 golang-golang-x-sync-dev all 0.7.0-1 [19.0 kB]
Get:109 http://deb.debian.org/debian sid/main arm64 golang-github-prometheus-procfs-dev all 0.14.0-1 [183 kB]
Get:110 http://deb.debian.org/debian sid/main arm64 golang-github-prometheus-client-golang-dev all 1.20.5-1 [188 kB]
Get:111 http://deb.debian.org/debian sid/main arm64 golang-github-armon-go-metrics-dev all 0.4.1-1 [35.1 kB]
Get:112 http://deb.debian.org/debian sid/main arm64 golang-github-asaskevich-govalidator-dev all 11.0.1-1 [47.1 kB]
Get:113 http://deb.debian.org/debian sid/main arm64 golang-github-benbjohnson-clock-dev all 1.3.0-1 [8340 B]
Get:114 http://deb.debian.org/debian sid/main arm64 golang-github-burntsushi-toml-dev all 1.4.0-1 [116 kB]
Get:115 http://deb.debian.org/debian sid/main arm64 golang-github-cenkalti-backoff-dev all 4.3.0-1 [11.9 kB]
Get:116 http://deb.debian.org/debian sid/main arm64 libsystemd-dev arm64 257~rc1-4 [1363 kB]
Get:117 http://deb.debian.org/debian sid/main arm64 golang-github-coreos-go-systemd-dev all 22.5.0-1 [57.4 kB]
Get:118 http://deb.debian.org/debian sid/main arm64 golang-github-creack-pty-dev all 1.1.21-1 [13.0 kB]
Get:119 http://deb.debian.org/debian sid/main arm64 golang-github-docker-go-units-dev all 0.4.0-4 [7908 B]
Get:120 http://deb.debian.org/debian sid/main arm64 golang-github-golang-mock-dev all 1.6.0-2 [48.0 kB]
Get:121 http://deb.debian.org/debian sid/main arm64 golang-glog-dev all 1.2.2-1 [31.1 kB]
Get:122 http://deb.debian.org/debian sid/main arm64 golang-github-fluffle-goirc-dev all 1.1.1+ds-2 [41.4 kB]
Get:123 http://deb.debian.org/debian sid/main arm64 golang-github-fsnotify-fsnotify-dev all 1.8.0-1 [61.8 kB]
Get:124 http://deb.debian.org/debian sid/main arm64 golang-github-go-logr-logr-dev all 1.4.2-2 [35.4 kB]
Get:125 http://deb.debian.org/debian sid/main arm64 golang-github-go-logr-stdr-dev all 1.2.2-4 [5068 B]
Get:126 http://deb.debian.org/debian sid/main arm64 golang-github-josharian-intern-dev all 1.0.0-3 [3440 B]
Get:127 http://deb.debian.org/debian sid/main arm64 golang-github-mailru-easyjson-dev all 0.7.7-1 [82.5 kB]
Get:128 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-swag-dev all 1:0.23.0-1 [32.4 kB]
Get:129 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-jsonpointer-dev all 1:0.21.0-1 [10.6 kB]
Get:130 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-jsonreference-dev all 1:0.21.0-1 [7664 B]
Get:131 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-spec-dev all 1:0.21.0-1 [214 kB]
Get:132 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-errors-dev all 0.22.0-1 [12.2 kB]
Get:133 http://deb.debian.org/debian sid/main arm64 golang-github-google-uuid-dev all 1.6.0-1 [20.6 kB]
Get:134 http://deb.debian.org/debian sid/main arm64 golang-github-mitchellh-mapstructure-dev all 1.5.0+git20231216.8508981-1 [29.3 kB]
Get:135 http://deb.debian.org/debian sid/main arm64 golang-github-oklog-ulid-dev all 2.0.2+ds-2 [12.2 kB]
Get:136 http://deb.debian.org/debian sid/main arm64 golang-github-golang-snappy-dev all 0.0.2-3 [53.9 kB]
Get:137 http://deb.debian.org/debian sid/main arm64 golang-github-montanaflynn-stats-dev all 0.7.1-1 [37.3 kB]
Get:138 http://deb.debian.org/debian sid/main arm64 golang-github-xdg-go-pbkdf2-dev all 1.0.0-3 [5084 B]
Get:139 http://deb.debian.org/debian sid/main arm64 golang-github-xdg-go-stringprep-dev all 1.0.4-1 [15.5 kB]
Get:140 http://deb.debian.org/debian sid/main arm64 golang-github-xdg-go-scram-dev all 1.1.2-1 [15.6 kB]
Get:141 http://deb.debian.org/debian sid/main arm64 golang-github-youmark-pkcs8-dev all 1.1-3 [10.7 kB]
Get:142 http://deb.debian.org/debian sid/main arm64 golang-mongodb-mongo-driver-dev all 1.17.1+ds1-1 [3084 kB]
Get:143 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-strfmt-dev all 0.23.0-1 [27.8 kB]
Get:144 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-validate-dev all 0.24.0-2 [338 kB]
Get:145 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-loads-dev all 0.22.0-1 [36.4 kB]
Get:146 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-analysis-dev all 0.23.0-1 [167 kB]
Get:147 http://deb.debian.org/debian sid/main arm64 golang-github-opentracing-opentracing-go-dev all 1.2.0-2 [29.5 kB]
Get:148 http://deb.debian.org/debian sid/main arm64 golang-github-masterminds-semver-dev all 3.2.0-1 [22.2 kB]
Get:149 http://deb.debian.org/debian sid/main arm64 golang-github-stoewer-go-strcase-dev all 1.2.0-4 [5556 B]
Get:150 http://deb.debian.org/debian sid/main arm64 golang-google-genproto-dev all 0.0~git20210726.e7812ac-4 [5301 kB]
Get:151 http://deb.debian.org/debian sid/main arm64 golang-github-google-cel-go-dev all 0.18.2+ds-5 [400 kB]
Get:152 http://deb.debian.org/debian sid/main arm64 golang-github-golang-groupcache-dev all 0.0~git20210331.41bb18b-1 [23.2 kB]
Get:153 http://deb.debian.org/debian sid/main arm64 golang-go.opencensus-dev all 0.24.0-2 [134 kB]
Get:154 http://deb.debian.org/debian sid/main arm64 golang-google-cloud-compute-metadata-dev all 0.56.0-5 [32.4 kB]
Get:155 http://deb.debian.org/debian sid/main arm64 golang-golang-x-oauth2-google-dev all 0.15.0-1 [46.1 kB]
Get:156 http://deb.debian.org/debian sid/main arm64 golang-github-google-btree-dev all 1.0.1-1 [13.5 kB]
Get:157 http://deb.debian.org/debian sid/main arm64 golang-github-google-martian-dev all 3.3.2-3 [110 kB]
Get:158 http://deb.debian.org/debian sid/main arm64 golang-github-chzyer-readline-dev all 1.4.39.g2972be2-3 [30.8 kB]
Get:159 http://deb.debian.org/debian sid/main arm64 golang-github-ianlancetaylor-demangle-dev all 0.0~git20200824.28f6c0f-2 [49.1 kB]
Get:160 http://deb.debian.org/debian sid/main arm64 golang-github-google-pprof-dev all 0.0~git20211008.947d60d-1 [977 kB]
Get:161 http://deb.debian.org/debian sid/main arm64 golang-github-googleapis-gax-go-dev all 2.13.0-1 [30.0 kB]
Get:162 http://deb.debian.org/debian sid/main arm64 golang-golang-x-time-dev all 0.5.0-1 [12.9 kB]
Get:163 http://deb.debian.org/debian sid/main arm64 golang-google-api-dev all 0.61.0-5 [5343 kB]
Get:164 http://deb.debian.org/debian sid/main arm64 golang-rsc-binaryregexp-dev all 0.2.0-3 [419 kB]
Get:165 http://deb.debian.org/debian sid/main arm64 golang-google-cloud-dev all 0.56.0-5 [816 kB]
Get:166 http://deb.debian.org/debian sid/main arm64 golang-google-grpc-dev all 1.64.0-6 [1232 kB]
Get:167 http://deb.debian.org/debian sid/main arm64 golang-github-rogpeppe-fastuuid-dev all 0.0~git20150106.0.6724a57-2.1 [4292 B]
Get:168 http://deb.debian.org/debian sid/main arm64 golang-github-grpc-ecosystem-grpc-gateway-dev all 2.20.0-2 [377 kB]
Get:169 http://deb.debian.org/debian sid/main arm64 golang-opentelemetry-proto-dev all 1.3.1-2 [48.3 kB]
Get:170 http://deb.debian.org/debian sid/main arm64 golang-opentelemetry-otel-dev all 1.31.0-3 [519 kB]
Get:171 http://deb.debian.org/debian sid/main arm64 golang-github-go-openapi-runtime-dev all 0.28.0-1 [116 kB]
Get:172 http://deb.debian.org/debian sid/main arm64 golang-github-go-playground-locales-dev all 0.14.0-3 [459 kB]
Get:173 http://deb.debian.org/debian sid/main arm64 golang-github-go-playground-universal-translator-dev all 0.17.0-2 [14.4 kB]
Get:174 http://deb.debian.org/debian sid/main arm64 golang-github-leodido-go-urn-dev all 1.2.1-3 [9720 B]
Get:175 http://deb.debian.org/debian sid/main arm64 golang-github-go-playground-validator-v10-dev all 10.4.1-4 [94.3 kB]
Get:176 http://deb.debian.org/debian sid/main arm64 golang-golang-x-xerrors-dev all 0.0~git20231012.104605a-1 [14.6 kB]
Get:177 http://deb.debian.org/debian sid/main arm64 golang-github-goccy-go-yaml-dev all 1.9.5-2 [69.9 kB]
Get:178 http://deb.debian.org/debian sid/main arm64 golang-github-gofrs-uuid-dev all 5.3.0-1 [21.8 kB]
Get:179 http://deb.debian.org/debian sid/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.1-1+b1 [917 kB]
Get:180 http://deb.debian.org/debian sid/main arm64 libprotobuf32t64 arm64 3.21.12-10+b1 [859 kB]
Get:181 http://deb.debian.org/debian sid/main arm64 libprotobuf-lite32t64 arm64 3.21.12-10+b1 [250 kB]
Get:182 http://deb.debian.org/debian sid/main arm64 libprotobuf-dev arm64 3.21.12-10+b1 [1261 kB]
Get:183 http://deb.debian.org/debian sid/main arm64 golang-github-gogo-protobuf-dev all 1.3.2-3 [849 kB]
Get:184 http://deb.debian.org/debian sid/main arm64 golang-github-gorilla-mux-dev all 1.8.1-1 [46.6 kB]
Get:185 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-errwrap-dev all 1.1.0-1 [6168 B]
Get:186 http://deb.debian.org/debian sid/main arm64 golang-github-vmihailenco-tagparser-dev all 0.1.1-4 [4684 B]
Get:187 http://deb.debian.org/debian sid/main arm64 golang-gopkg-vmihailenco-msgpack.v2-dev all 4.3.1-2 [27.5 kB]
Get:188 http://deb.debian.org/debian sid/main arm64 golang-gopkg-tomb.v2-dev all 0.0~git20161208.d5d1b58-3 [6840 B]
Get:189 http://deb.debian.org/debian sid/main arm64 libssl-dev arm64 3.3.2-2 [3185 kB]
Get:190 http://deb.debian.org/debian sid/main arm64 libsasl2-dev arm64 2.1.28+dfsg1-8 [229 kB]
Get:191 http://deb.debian.org/debian sid/main arm64 golang-github-kr-text-dev all 0.2.0-2 [10.2 kB]
Get:192 http://deb.debian.org/debian sid/main arm64 golang-golang-x-mod-dev all 0.19.0-1 [104 kB]
Get:193 http://deb.debian.org/debian sid/main arm64 golang-github-yuin-goldmark-dev all 1.7.4-1 [113 kB]
Get:194 http://deb.debian.org/debian sid/main arm64 golang-golang-x-tools-dev all 1:0.23.0+ds-1 [1593 kB]
Get:195 http://deb.debian.org/debian sid/main arm64 golang-github-rogpeppe-go-internal-dev all 1.12.0-3 [103 kB]
Get:196 http://deb.debian.org/debian sid/main arm64 golang-github-kr-pretty-dev all 0.3.1-1 [11.9 kB]
Get:197 http://deb.debian.org/debian sid/main arm64 golang-gopkg-check.v1-dev all 0.0+git20200902.038fdea-1 [32.1 kB]
Get:198 http://deb.debian.org/debian sid/main arm64 golang-gopkg-mgo.v2-dev all 2016.08.01-7 [316 kB]
Get:199 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-go-msgpack-dev all 0.5.5-1 [43.3 kB]
Get:200 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-go-multierror-dev all 1.1.1-2 [7804 B]
Get:201 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-go-sockaddr-dev all 1.0.2-2 [54.4 kB]
Get:202 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-golang-lru-v2-dev all 2.0.7-2 [20.8 kB]
Get:203 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-hcl-dev all 1.0.0-1.1 [58.8 kB]
Get:204 http://deb.debian.org/debian sid/main arm64 golang-github-miekg-dns-dev all 1.1.62-1 [178 kB]
Get:205 http://deb.debian.org/debian sid/main arm64 golang-github-hashicorp-memberlist-dev all 0.5.0-1 [86.8 kB]
Get:206 http://deb.debian.org/debian sid/main arm64 golang-github-jessevdk-go-flags-dev all 1.4.0-6 [48.2 kB]
Get:207 http://deb.debian.org/debian sid/main arm64 golang-github-kr-fs-dev all 0.1.0-2 [6412 B]
Get:208 http://deb.debian.org/debian sid/main arm64 golang-github-magiconair-properties-dev all 1.8.7-1 [29.5 kB]
Get:209 http://deb.debian.org/debian sid/main arm64 golang-github-mdlayher-socket-dev all 0.5.1-1 [22.6 kB]
Get:210 http://deb.debian.org/debian sid/main arm64 golang-github-mdlayher-vsock-dev all 1.2.1-2 [16.5 kB]
Get:211 http://deb.debian.org/debian sid/main arm64 golang-github-oklog-run-dev all 1.1.0-2 [5804 B]
Get:212 http://deb.debian.org/debian sid/main arm64 golang-github-pelletier-go-toml-dev all 1.9.5-1 [77.6 kB]
Get:213 http://deb.debian.org/debian sid/main arm64 golang-github-pelletier-go-toml.v2-dev all 2.2.1-1 [876 kB]
Get:214 http://deb.debian.org/debian sid/main arm64 golang-github-pkg-sftp-dev all 1.13.6-1 [102 kB]
Get:215 http://deb.debian.org/debian sid/main arm64 golang-github-prometheus-exporter-toolkit-dev all 0.13.1-1 [34.1 kB]
Get:216 http://deb.debian.org/debian sid/main arm64 golang-github-gin-contrib-sse-dev all 0.1.0-2 [6872 B]
Get:217 http://deb.debian.org/debian sid/main arm64 golang-github-ugorji-go-codec-dev all 1.2.8-1 [234 kB]
Get:218 http://deb.debian.org/debian sid/main arm64 golang-github-gin-gonic-gin-dev all 1.8.1-2 [107 kB]
Get:219 http://deb.debian.org/debian sid/main arm64 golang-github-rs-cors-dev all 1.7.0-4 [14.0 kB]
Get:220 http://deb.debian.org/debian sid/main arm64 golang-github-xlab-treeprint-dev all 1.2.0-2 [8632 B]
Get:221 http://deb.debian.org/debian sid/main arm64 golang-go.uber-atomic-dev all 1.11.0-1 [17.7 kB]
Get:222 http://deb.debian.org/debian sid/main arm64 golang-github-spf13-afero-dev all 1.11.0-1 [58.3 kB]
Get:223 http://deb.debian.org/debian sid/main arm64 tzdata-legacy all 2024b-3 [176 kB]
Get:224 http://deb.debian.org/debian sid/main arm64 golang-github-spf13-cast-dev all 1.6.0-2 [14.0 kB]
Get:225 http://deb.debian.org/debian sid/main arm64 golang-github-spf13-jwalterweatherman-dev all 1.1.0+really1.1.0-2 [8084 B]
Get:226 http://deb.debian.org/debian sid/main arm64 golang-github-spf13-pflag-dev all 1.0.6~git20210604-d5e0c0615ace-1 [43.0 kB]
Get:227 http://deb.debian.org/debian sid/main arm64 golang-github-subosito-gotenv-dev all 1.3.0-1 [9340 B]
Get:228 http://deb.debian.org/debian sid/main arm64 golang-gopkg-ini.v1-dev all 1.67.0-1 [39.9 kB]
Get:229 http://deb.debian.org/debian sid/main arm64 golang-github-spf13-viper-dev all 1.12.0-1 [68.9 kB]
Get:230 http://deb.debian.org/debian sid/main arm64 golang-gopkg-telebot.v3-dev all 3.3.8-1 [103 kB]
Get:231 http://deb.debian.org/debian sid/main arm64 golang-protobuf-extensions-dev all 1.0.4-2 [29.7 kB]
Get:232 http://deb.debian.org/debian sid/main arm64 golang-github-prometheus-alertmanager-dev all 0.27.0+ds-2 [1116 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 196 MB in 4s (51.1 MB/s)
Selecting previously unselected package media-types.
(Reading database ... 17121 files and directories currently installed.)
Preparing to unpack .../000-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package m4.
Preparing to unpack .../001-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../002-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../003-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../004-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 .../005-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../006-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 .../007-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 .../008-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 .../009-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 .../010-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../011-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../012-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 .../013-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 .../014-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 .../015-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 .../016-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 .../017-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 .../018-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 .../019-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../020-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../021-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../022-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../023-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../024-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 .../025-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 .../026-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 .../027-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 .../028-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 .../029-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 .../030-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 .../031-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 .../032-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 .../033-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 .../034-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../035-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../036-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../037-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../038-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../039-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 .../040-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 .../041-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../042-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../043-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../044-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package dh-exec.
Preparing to unpack .../045-dh-exec_0.30+b1_arm64.deb ...
Unpacking dh-exec (0.30+b1) ...
Selecting previously unselected package dh-golang.
Preparing to unpack .../046-dh-golang_1.62_all.deb ...
Unpacking dh-golang (1.62) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../047-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../048-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package golang-1.23-src.
Preparing to unpack .../049-golang-1.23-src_1.23.3-2_all.deb ...
Unpacking golang-1.23-src (1.23.3-2) ...
Selecting previously unselected package golang-1.23-go.
Preparing to unpack .../050-golang-1.23-go_1.23.3-2_arm64.deb ...
Unpacking golang-1.23-go (1.23.3-2) ...
Selecting previously unselected package golang-src.
Preparing to unpack .../051-golang-src_2%3a1.23~2_all.deb ...
Unpacking golang-src (2:1.23~2) ...
Selecting previously unselected package golang-go:arm64.
Preparing to unpack .../052-golang-go_2%3a1.23~2_arm64.deb ...
Unpacking golang-go:arm64 (2:1.23~2) ...
Selecting previously unselected package golang-any:arm64.
Preparing to unpack .../053-golang-any_2%3a1.23~2_arm64.deb ...
Unpacking golang-any:arm64 (2:1.23~2) ...
Selecting previously unselected package golang-dbus-dev.
Preparing to unpack .../054-golang-dbus-dev_5.1.0-1_all.deb ...
Unpacking golang-dbus-dev (5.1.0-1) ...
Selecting previously unselected package golang-github-alecthomas-units-dev.
Preparing to unpack .../055-golang-github-alecthomas-units-dev_0.0~git20240626.61d1e34-1_all.deb ...
Unpacking golang-github-alecthomas-units-dev (0.0~git20240626.61d1e34-1) ...
Selecting previously unselected package golang-golang-x-exp-dev.
Preparing to unpack .../056-golang-golang-x-exp-dev_0.0~git20231006.7918f67-1_all.deb ...
Unpacking golang-golang-x-exp-dev (0.0~git20231006.7918f67-1) ...
Selecting previously unselected package golang-github-antlr-antlr4-dev.
Preparing to unpack .../057-golang-github-antlr-antlr4-dev_4.11.1+ds-2_all.deb ...
Unpacking golang-github-antlr-antlr4-dev (4.11.1+ds-2) ...
Selecting previously unselected package golang-github-circonus-labs-circonusllhist-dev.
Preparing to unpack .../058-golang-github-circonus-labs-circonusllhist-dev_0.0~git20191022.ec08cde-1_all.deb ...
Unpacking golang-github-circonus-labs-circonusllhist-dev (0.0~git20191022.ec08cde-1) ...
Selecting previously unselected package golang-github-hashicorp-go-cleanhttp-dev.
Preparing to unpack .../059-golang-github-hashicorp-go-cleanhttp-dev_0.5.2-1_all.deb ...
Unpacking golang-github-hashicorp-go-cleanhttp-dev (0.5.2-1) ...
Selecting previously unselected package golang-golang-x-sys-dev.
Preparing to unpack .../060-golang-golang-x-sys-dev_0.22.0-1_all.deb ...
Unpacking golang-golang-x-sys-dev (0.22.0-1) ...
Selecting previously unselected package golang-github-mattn-go-isatty-dev.
Preparing to unpack .../061-golang-github-mattn-go-isatty-dev_0.0.20-1_all.deb ...
Unpacking golang-github-mattn-go-isatty-dev (0.0.20-1) ...
Selecting previously unselected package golang-github-mattn-go-colorable-dev.
Preparing to unpack .../062-golang-github-mattn-go-colorable-dev_0.1.13-1_all.deb ...
Unpacking golang-github-mattn-go-colorable-dev (0.1.13-1) ...
Selecting previously unselected package golang-github-fatih-color-dev.
Preparing to unpack .../063-golang-github-fatih-color-dev_1.17.0-1_all.deb ...
Unpacking golang-github-fatih-color-dev (1.17.0-1) ...
Selecting previously unselected package golang-github-davecgh-go-spew-dev.
Preparing to unpack .../064-golang-github-davecgh-go-spew-dev_1.1.1-3_all.deb ...
Unpacking golang-github-davecgh-go-spew-dev (1.1.1-3) ...
Selecting previously unselected package golang-github-pmezard-go-difflib-dev.
Preparing to unpack .../065-golang-github-pmezard-go-difflib-dev_1.0.0-3_all.deb ...
Unpacking golang-github-pmezard-go-difflib-dev (1.0.0-3) ...
Selecting previously unselected package golang-github-stretchr-objx-dev.
Preparing to unpack .../066-golang-github-stretchr-objx-dev_0.5.2-1_all.deb ...
Unpacking golang-github-stretchr-objx-dev (0.5.2-1) ...
Selecting previously unselected package golang-gopkg-yaml.v3-dev.
Preparing to unpack .../067-golang-gopkg-yaml.v3-dev_3.0.1-3_all.deb ...
Unpacking golang-gopkg-yaml.v3-dev (3.0.1-3) ...
Selecting previously unselected package golang-github-stretchr-testify-dev.
Preparing to unpack .../068-golang-github-stretchr-testify-dev_1.9.0-1_all.deb ...
Unpacking golang-github-stretchr-testify-dev (1.9.0-1) ...
Selecting previously unselected package golang-github-hashicorp-go-hclog-dev.
Preparing to unpack .../069-golang-github-hashicorp-go-hclog-dev_0.11.0-1_all.deb ...
Unpacking golang-github-hashicorp-go-hclog-dev (0.11.0-1) ...
Selecting previously unselected package golang-github-hashicorp-go-retryablehttp-dev.
Preparing to unpack .../070-golang-github-hashicorp-go-retryablehttp-dev_0.7.1-1_all.deb ...
Unpacking golang-github-hashicorp-go-retryablehttp-dev (0.7.1-1) ...
Selecting previously unselected package golang-github-pkg-errors-dev.
Preparing to unpack .../071-golang-github-pkg-errors-dev_0.9.1-3_all.deb ...
Unpacking golang-github-pkg-errors-dev (0.9.1-3) ...
Selecting previously unselected package golang-github-tv42-httpunix-dev.
Preparing to unpack .../072-golang-github-tv42-httpunix-dev_0.0~git20150427.b75d861-3_all.deb ...
Unpacking golang-github-tv42-httpunix-dev (0.0~git20150427.b75d861-3) ...
Selecting previously unselected package golang-github-circonus-labs-circonus-gometrics-dev.
Preparing to unpack .../073-golang-github-circonus-labs-circonus-gometrics-dev_2.3.1-4_all.deb ...
Unpacking golang-github-circonus-labs-circonus-gometrics-dev (2.3.1-4) ...
Selecting previously unselected package golang-github-datadog-datadog-go-dev.
Preparing to unpack .../074-golang-github-datadog-datadog-go-dev_2.1.0-3_all.deb ...
Unpacking golang-github-datadog-datadog-go-dev (2.1.0-3) ...
Selecting previously unselected package golang-github-google-go-cmp-dev.
Preparing to unpack .../075-golang-github-google-go-cmp-dev_0.6.0-1_all.deb ...
Unpacking golang-github-google-go-cmp-dev (0.6.0-1) ...
Selecting previously unselected package golang-google-protobuf-dev.
Preparing to unpack .../076-golang-google-protobuf-dev_1.33.0-1_all.deb ...
Unpacking golang-google-protobuf-dev (1.33.0-1) ...
Selecting previously unselected package golang-github-golang-protobuf-1-5-dev.
Preparing to unpack .../077-golang-github-golang-protobuf-1-5-dev_1.5.4-1_all.deb ...
Unpacking golang-github-golang-protobuf-1-5-dev (1.5.4-1) ...
Selecting previously unselected package golang-github-hashicorp-go-uuid-dev.
Preparing to unpack .../078-golang-github-hashicorp-go-uuid-dev_1.0.3-1_all.deb ...
Unpacking golang-github-hashicorp-go-uuid-dev (1.0.3-1) ...
Selecting previously unselected package golang-github-hashicorp-golang-lru-dev.
Preparing to unpack .../079-golang-github-hashicorp-golang-lru-dev_0.5.4-2_all.deb ...
Unpacking golang-github-hashicorp-golang-lru-dev (0.5.4-2) ...
Selecting previously unselected package golang-github-hashicorp-go-immutable-radix-dev.
Preparing to unpack .../080-golang-github-hashicorp-go-immutable-radix-dev_1.3.1-3_all.deb ...
Unpacking golang-github-hashicorp-go-immutable-radix-dev (1.3.1-3) ...
Selecting previously unselected package golang-github-pascaldekloe-goe-dev.
Preparing to unpack .../081-golang-github-pascaldekloe-goe-dev_0.1.0-4_all.deb ...
Unpacking golang-github-pascaldekloe-goe-dev (0.1.0-4) ...
Selecting previously unselected package golang-github-beorn7-perks-dev.
Preparing to unpack .../082-golang-github-beorn7-perks-dev_1.0.1-1_all.deb ...
Unpacking golang-github-beorn7-perks-dev (1.0.1-1) ...
Selecting previously unselected package golang-github-cespare-xxhash-dev.
Preparing to unpack .../083-golang-github-cespare-xxhash-dev_2.3.0-1_all.deb ...
Unpacking golang-github-cespare-xxhash-dev (2.3.0-1) ...
Selecting previously unselected package golang-github-modern-go-concurrent-dev.
Preparing to unpack .../084-golang-github-modern-go-concurrent-dev_1.0.3-1.1_all.deb ...
Unpacking golang-github-modern-go-concurrent-dev (1.0.3-1.1) ...
Selecting previously unselected package golang-github-modern-go-reflect2-dev.
Preparing to unpack .../085-golang-github-modern-go-reflect2-dev_1.0.2-2_all.deb ...
Unpacking golang-github-modern-go-reflect2-dev (1.0.2-2) ...
Selecting previously unselected package golang-github-json-iterator-go-dev.
Preparing to unpack .../086-golang-github-json-iterator-go-dev_1.1.12-2_all.deb ...
Unpacking golang-github-json-iterator-go-dev (1.1.12-2) ...
Selecting previously unselected package golang-github-klauspost-compress-dev.
Preparing to unpack .../087-golang-github-klauspost-compress-dev_1.17.11+ds1-1_all.deb ...
Unpacking golang-github-klauspost-compress-dev (1.17.11+ds1-1) ...
Selecting previously unselected package golang-github-kylelemons-godebug-dev.
Preparing to unpack .../088-golang-github-kylelemons-godebug-dev_1.1.0-2_all.deb ...
Unpacking golang-github-kylelemons-godebug-dev (1.1.0-2) ...
Selecting previously unselected package golang-github-prometheus-client-model-dev.
Preparing to unpack .../089-golang-github-prometheus-client-model-dev_0.6.0-1_all.deb ...
Unpacking golang-github-prometheus-client-model-dev (0.6.0-1) ...
Selecting previously unselected package golang-gopkg-yaml.v2-dev.
Preparing to unpack .../090-golang-gopkg-yaml.v2-dev_2.4.0-4_all.deb ...
Unpacking golang-gopkg-yaml.v2-dev (2.4.0-4) ...
Selecting previously unselected package golang-github-jmespath-go-jmespath-dev.
Preparing to unpack .../091-golang-github-jmespath-go-jmespath-dev_0.4.0-2_all.deb ...
Unpacking golang-github-jmespath-go-jmespath-dev (0.4.0-2) ...
Selecting previously unselected package golang-golang-x-term-dev.
Preparing to unpack .../092-golang-golang-x-term-dev_0.22.0-1_all.deb ...
Unpacking golang-golang-x-term-dev (0.22.0-1) ...
Selecting previously unselected package golang-golang-x-text-dev.
Preparing to unpack .../093-golang-golang-x-text-dev_0.16.0-1_all.deb ...
Unpacking golang-golang-x-text-dev (0.16.0-1) ...
Selecting previously unselected package golang-golang-x-crypto-dev.
Preparing to unpack .../094-golang-golang-x-crypto-dev_1%3a0.25.0-1_all.deb ...
Unpacking golang-golang-x-crypto-dev (1:0.25.0-1) ...
Selecting previously unselected package golang-golang-x-net-dev.
Preparing to unpack .../095-golang-golang-x-net-dev_1%3a0.27.0-1_all.deb ...
Unpacking golang-golang-x-net-dev (1:0.27.0-1) ...
Selecting previously unselected package golang-github-aws-aws-sdk-go-dev.
Preparing to unpack .../096-golang-github-aws-aws-sdk-go-dev_1.49.0-2_all.deb ...
Unpacking golang-github-aws-aws-sdk-go-dev (1.49.0-2) ...
Selecting previously unselected package golang-github-go-logfmt-logfmt-dev.
Preparing to unpack .../097-golang-github-go-logfmt-logfmt-dev_0.5.0-2_all.deb ...
Unpacking golang-github-go-logfmt-logfmt-dev (0.5.0-2) ...
Selecting previously unselected package golang-github-go-kit-log-dev.
Preparing to unpack .../098-golang-github-go-kit-log-dev_0.2.1-1_all.deb ...
Unpacking golang-github-go-kit-log-dev (0.2.1-1) ...
Selecting previously unselected package golang-github-julienschmidt-httprouter-dev.
Preparing to unpack .../099-golang-github-julienschmidt-httprouter-dev_1.3.0-2_all.deb ...
Unpacking golang-github-julienschmidt-httprouter-dev (1.3.0-2) ...
Selecting previously unselected package golang-github-munnerz-goautoneg-dev.
Preparing to unpack .../100-golang-github-munnerz-goautoneg-dev_0.0~git20191010.a7dc8b6-2_all.deb ...
Unpacking golang-github-munnerz-goautoneg-dev (0.0~git20191010.a7dc8b6-2) ...
Selecting previously unselected package golang-github-jpillora-backoff-dev.
Preparing to unpack .../101-golang-github-jpillora-backoff-dev_1.0.0-1.1_all.deb ...
Unpacking golang-github-jpillora-backoff-dev (1.0.0-1.1) ...
Selecting previously unselected package golang-github-mwitkow-go-conntrack-dev.
Preparing to unpack .../102-golang-github-mwitkow-go-conntrack-dev_0.0~git20190716.2f06839-3_all.deb ...
Unpacking golang-github-mwitkow-go-conntrack-dev (0.0~git20190716.2f06839-3) ...
Selecting previously unselected package golang-golang-x-oauth2-dev.
Preparing to unpack .../103-golang-golang-x-oauth2-dev_0.15.0-1_all.deb ...
Unpacking golang-golang-x-oauth2-dev (0.15.0-1) ...
Selecting previously unselected package golang-gopkg-alecthomas-kingpin.v2-dev.
Preparing to unpack .../104-golang-gopkg-alecthomas-kingpin.v2-dev_2.2.6-4_all.deb ...
Unpacking golang-gopkg-alecthomas-kingpin.v2-dev (2.2.6-4) ...
Selecting previously unselected package golang-github-prometheus-common-dev.
Preparing to unpack .../105-golang-github-prometheus-common-dev_0.60.1-1_all.deb ...
Unpacking golang-github-prometheus-common-dev (0.60.1-1) ...
Selecting previously unselected package golang-golang-x-sync-dev.
Preparing to unpack .../106-golang-golang-x-sync-dev_0.7.0-1_all.deb ...
Unpacking golang-golang-x-sync-dev (0.7.0-1) ...
Selecting previously unselected package golang-github-prometheus-procfs-dev.
Preparing to unpack .../107-golang-github-prometheus-procfs-dev_0.14.0-1_all.deb ...
Unpacking golang-github-prometheus-procfs-dev (0.14.0-1) ...
Selecting previously unselected package golang-github-prometheus-client-golang-dev.
Preparing to unpack .../108-golang-github-prometheus-client-golang-dev_1.20.5-1_all.deb ...
Unpacking golang-github-prometheus-client-golang-dev (1.20.5-1) ...
Selecting previously unselected package golang-github-armon-go-metrics-dev.
Preparing to unpack .../109-golang-github-armon-go-metrics-dev_0.4.1-1_all.deb ...
Unpacking golang-github-armon-go-metrics-dev (0.4.1-1) ...
Selecting previously unselected package golang-github-asaskevich-govalidator-dev.
Preparing to unpack .../110-golang-github-asaskevich-govalidator-dev_11.0.1-1_all.deb ...
Unpacking golang-github-asaskevich-govalidator-dev (11.0.1-1) ...
Selecting previously unselected package golang-github-benbjohnson-clock-dev.
Preparing to unpack .../111-golang-github-benbjohnson-clock-dev_1.3.0-1_all.deb ...
Unpacking golang-github-benbjohnson-clock-dev (1.3.0-1) ...
Selecting previously unselected package golang-github-burntsushi-toml-dev.
Preparing to unpack .../112-golang-github-burntsushi-toml-dev_1.4.0-1_all.deb ...
Unpacking golang-github-burntsushi-toml-dev (1.4.0-1) ...
Selecting previously unselected package golang-github-cenkalti-backoff-dev.
Preparing to unpack .../113-golang-github-cenkalti-backoff-dev_4.3.0-1_all.deb ...
Unpacking golang-github-cenkalti-backoff-dev (4.3.0-1) ...
Selecting previously unselected package libsystemd-dev:arm64.
Preparing to unpack .../114-libsystemd-dev_257~rc1-4_arm64.deb ...
Unpacking libsystemd-dev:arm64 (257~rc1-4) ...
Selecting previously unselected package golang-github-coreos-go-systemd-dev.
Preparing to unpack .../115-golang-github-coreos-go-systemd-dev_22.5.0-1_all.deb ...
Unpacking golang-github-coreos-go-systemd-dev (22.5.0-1) ...
Selecting previously unselected package golang-github-creack-pty-dev.
Preparing to unpack .../116-golang-github-creack-pty-dev_1.1.21-1_all.deb ...
Unpacking golang-github-creack-pty-dev (1.1.21-1) ...
Selecting previously unselected package golang-github-docker-go-units-dev.
Preparing to unpack .../117-golang-github-docker-go-units-dev_0.4.0-4_all.deb ...
Unpacking golang-github-docker-go-units-dev (0.4.0-4) ...
Selecting previously unselected package golang-github-golang-mock-dev.
Preparing to unpack .../118-golang-github-golang-mock-dev_1.6.0-2_all.deb ...
Unpacking golang-github-golang-mock-dev (1.6.0-2) ...
Selecting previously unselected package golang-glog-dev.
Preparing to unpack .../119-golang-glog-dev_1.2.2-1_all.deb ...
Unpacking golang-glog-dev (1.2.2-1) ...
Selecting previously unselected package golang-github-fluffle-goirc-dev.
Preparing to unpack .../120-golang-github-fluffle-goirc-dev_1.1.1+ds-2_all.deb ...
Unpacking golang-github-fluffle-goirc-dev (1.1.1+ds-2) ...
Selecting previously unselected package golang-github-fsnotify-fsnotify-dev.
Preparing to unpack .../121-golang-github-fsnotify-fsnotify-dev_1.8.0-1_all.deb ...
Unpacking golang-github-fsnotify-fsnotify-dev (1.8.0-1) ...
Selecting previously unselected package golang-github-go-logr-logr-dev.
Preparing to unpack .../122-golang-github-go-logr-logr-dev_1.4.2-2_all.deb ...
Unpacking golang-github-go-logr-logr-dev (1.4.2-2) ...
Selecting previously unselected package golang-github-go-logr-stdr-dev.
Preparing to unpack .../123-golang-github-go-logr-stdr-dev_1.2.2-4_all.deb ...
Unpacking golang-github-go-logr-stdr-dev (1.2.2-4) ...
Selecting previously unselected package golang-github-josharian-intern-dev.
Preparing to unpack .../124-golang-github-josharian-intern-dev_1.0.0-3_all.deb ...
Unpacking golang-github-josharian-intern-dev (1.0.0-3) ...
Selecting previously unselected package golang-github-mailru-easyjson-dev.
Preparing to unpack .../125-golang-github-mailru-easyjson-dev_0.7.7-1_all.deb ...
Unpacking golang-github-mailru-easyjson-dev (0.7.7-1) ...
Selecting previously unselected package golang-github-go-openapi-swag-dev.
Preparing to unpack .../126-golang-github-go-openapi-swag-dev_1%3a0.23.0-1_all.deb ...
Unpacking golang-github-go-openapi-swag-dev (1:0.23.0-1) ...
Selecting previously unselected package golang-github-go-openapi-jsonpointer-dev.
Preparing to unpack .../127-golang-github-go-openapi-jsonpointer-dev_1%3a0.21.0-1_all.deb ...
Unpacking golang-github-go-openapi-jsonpointer-dev (1:0.21.0-1) ...
Selecting previously unselected package golang-github-go-openapi-jsonreference-dev.
Preparing to unpack .../128-golang-github-go-openapi-jsonreference-dev_1%3a0.21.0-1_all.deb ...
Unpacking golang-github-go-openapi-jsonreference-dev (1:0.21.0-1) ...
Selecting previously unselected package golang-github-go-openapi-spec-dev.
Preparing to unpack .../129-golang-github-go-openapi-spec-dev_1%3a0.21.0-1_all.deb ...
Unpacking golang-github-go-openapi-spec-dev (1:0.21.0-1) ...
Selecting previously unselected package golang-github-go-openapi-errors-dev.
Preparing to unpack .../130-golang-github-go-openapi-errors-dev_0.22.0-1_all.deb ...
Unpacking golang-github-go-openapi-errors-dev (0.22.0-1) ...
Selecting previously unselected package golang-github-google-uuid-dev.
Preparing to unpack .../131-golang-github-google-uuid-dev_1.6.0-1_all.deb ...
Unpacking golang-github-google-uuid-dev (1.6.0-1) ...
Selecting previously unselected package golang-github-mitchellh-mapstructure-dev.
Preparing to unpack .../132-golang-github-mitchellh-mapstructure-dev_1.5.0+git20231216.8508981-1_all.deb ...
Unpacking golang-github-mitchellh-mapstructure-dev (1.5.0+git20231216.8508981-1) ...
Selecting previously unselected package golang-github-oklog-ulid-dev.
Preparing to unpack .../133-golang-github-oklog-ulid-dev_2.0.2+ds-2_all.deb ...
Unpacking golang-github-oklog-ulid-dev (2.0.2+ds-2) ...
Selecting previously unselected package golang-github-golang-snappy-dev.
Preparing to unpack .../134-golang-github-golang-snappy-dev_0.0.2-3_all.deb ...
Unpacking golang-github-golang-snappy-dev (0.0.2-3) ...
Selecting previously unselected package golang-github-montanaflynn-stats-dev.
Preparing to unpack .../135-golang-github-montanaflynn-stats-dev_0.7.1-1_all.deb ...
Unpacking golang-github-montanaflynn-stats-dev (0.7.1-1) ...
Selecting previously unselected package golang-github-xdg-go-pbkdf2-dev.
Preparing to unpack .../136-golang-github-xdg-go-pbkdf2-dev_1.0.0-3_all.deb ...
Unpacking golang-github-xdg-go-pbkdf2-dev (1.0.0-3) ...
Selecting previously unselected package golang-github-xdg-go-stringprep-dev.
Preparing to unpack .../137-golang-github-xdg-go-stringprep-dev_1.0.4-1_all.deb ...
Unpacking golang-github-xdg-go-stringprep-dev (1.0.4-1) ...
Selecting previously unselected package golang-github-xdg-go-scram-dev.
Preparing to unpack .../138-golang-github-xdg-go-scram-dev_1.1.2-1_all.deb ...
Unpacking golang-github-xdg-go-scram-dev (1.1.2-1) ...
Selecting previously unselected package golang-github-youmark-pkcs8-dev.
Preparing to unpack .../139-golang-github-youmark-pkcs8-dev_1.1-3_all.deb ...
Unpacking golang-github-youmark-pkcs8-dev (1.1-3) ...
Selecting previously unselected package golang-mongodb-mongo-driver-dev.
Preparing to unpack .../140-golang-mongodb-mongo-driver-dev_1.17.1+ds1-1_all.deb ...
Unpacking golang-mongodb-mongo-driver-dev (1.17.1+ds1-1) ...
Selecting previously unselected package golang-github-go-openapi-strfmt-dev.
Preparing to unpack .../141-golang-github-go-openapi-strfmt-dev_0.23.0-1_all.deb ...
Unpacking golang-github-go-openapi-strfmt-dev (0.23.0-1) ...
Selecting previously unselected package golang-github-go-openapi-validate-dev.
Preparing to unpack .../142-golang-github-go-openapi-validate-dev_0.24.0-2_all.deb ...
Unpacking golang-github-go-openapi-validate-dev (0.24.0-2) ...
Selecting previously unselected package golang-github-go-openapi-loads-dev.
Preparing to unpack .../143-golang-github-go-openapi-loads-dev_0.22.0-1_all.deb ...
Unpacking golang-github-go-openapi-loads-dev (0.22.0-1) ...
Selecting previously unselected package golang-github-go-openapi-analysis-dev.
Preparing to unpack .../144-golang-github-go-openapi-analysis-dev_0.23.0-1_all.deb ...
Unpacking golang-github-go-openapi-analysis-dev (0.23.0-1) ...
Selecting previously unselected package golang-github-opentracing-opentracing-go-dev.
Preparing to unpack .../145-golang-github-opentracing-opentracing-go-dev_1.2.0-2_all.deb ...
Unpacking golang-github-opentracing-opentracing-go-dev (1.2.0-2) ...
Selecting previously unselected package golang-github-masterminds-semver-dev.
Preparing to unpack .../146-golang-github-masterminds-semver-dev_3.2.0-1_all.deb ...
Unpacking golang-github-masterminds-semver-dev (3.2.0-1) ...
Selecting previously unselected package golang-github-stoewer-go-strcase-dev.
Preparing to unpack .../147-golang-github-stoewer-go-strcase-dev_1.2.0-4_all.deb ...
Unpacking golang-github-stoewer-go-strcase-dev (1.2.0-4) ...
Selecting previously unselected package golang-google-genproto-dev.
Preparing to unpack .../148-golang-google-genproto-dev_0.0~git20210726.e7812ac-4_all.deb ...
Unpacking golang-google-genproto-dev (0.0~git20210726.e7812ac-4) ...
Selecting previously unselected package golang-github-google-cel-go-dev.
Preparing to unpack .../149-golang-github-google-cel-go-dev_0.18.2+ds-5_all.deb ...
Unpacking golang-github-google-cel-go-dev (0.18.2+ds-5) ...
Selecting previously unselected package golang-github-golang-groupcache-dev.
Preparing to unpack .../150-golang-github-golang-groupcache-dev_0.0~git20210331.41bb18b-1_all.deb ...
Unpacking golang-github-golang-groupcache-dev (0.0~git20210331.41bb18b-1) ...
Selecting previously unselected package golang-go.opencensus-dev.
Preparing to unpack .../151-golang-go.opencensus-dev_0.24.0-2_all.deb ...
Unpacking golang-go.opencensus-dev (0.24.0-2) ...
Selecting previously unselected package golang-google-cloud-compute-metadata-dev.
Preparing to unpack .../152-golang-google-cloud-compute-metadata-dev_0.56.0-5_all.deb ...
Unpacking golang-google-cloud-compute-metadata-dev (0.56.0-5) ...
Selecting previously unselected package golang-golang-x-oauth2-google-dev.
Preparing to unpack .../153-golang-golang-x-oauth2-google-dev_0.15.0-1_all.deb ...
Unpacking golang-golang-x-oauth2-google-dev (0.15.0-1) ...
Selecting previously unselected package golang-github-google-btree-dev.
Preparing to unpack .../154-golang-github-google-btree-dev_1.0.1-1_all.deb ...
Unpacking golang-github-google-btree-dev (1.0.1-1) ...
Selecting previously unselected package golang-github-google-martian-dev.
Preparing to unpack .../155-golang-github-google-martian-dev_3.3.2-3_all.deb ...
Unpacking golang-github-google-martian-dev (3.3.2-3) ...
Selecting previously unselected package golang-github-chzyer-readline-dev.
Preparing to unpack .../156-golang-github-chzyer-readline-dev_1.4.39.g2972be2-3_all.deb ...
Unpacking golang-github-chzyer-readline-dev (1.4.39.g2972be2-3) ...
Selecting previously unselected package golang-github-ianlancetaylor-demangle-dev.
Preparing to unpack .../157-golang-github-ianlancetaylor-demangle-dev_0.0~git20200824.28f6c0f-2_all.deb ...
Unpacking golang-github-ianlancetaylor-demangle-dev (0.0~git20200824.28f6c0f-2) ...
Selecting previously unselected package golang-github-google-pprof-dev.
Preparing to unpack .../158-golang-github-google-pprof-dev_0.0~git20211008.947d60d-1_all.deb ...
Unpacking golang-github-google-pprof-dev (0.0~git20211008.947d60d-1) ...
Selecting previously unselected package golang-github-googleapis-gax-go-dev.
Preparing to unpack .../159-golang-github-googleapis-gax-go-dev_2.13.0-1_all.deb ...
Unpacking golang-github-googleapis-gax-go-dev (2.13.0-1) ...
Selecting previously unselected package golang-golang-x-time-dev.
Preparing to unpack .../160-golang-golang-x-time-dev_0.5.0-1_all.deb ...
Unpacking golang-golang-x-time-dev (0.5.0-1) ...
Selecting previously unselected package golang-google-api-dev.
Preparing to unpack .../161-golang-google-api-dev_0.61.0-5_all.deb ...
Unpacking golang-google-api-dev (0.61.0-5) ...
Selecting previously unselected package golang-rsc-binaryregexp-dev.
Preparing to unpack .../162-golang-rsc-binaryregexp-dev_0.2.0-3_all.deb ...
Unpacking golang-rsc-binaryregexp-dev (0.2.0-3) ...
Selecting previously unselected package golang-google-cloud-dev.
Preparing to unpack .../163-golang-google-cloud-dev_0.56.0-5_all.deb ...
Unpacking golang-google-cloud-dev (0.56.0-5) ...
Selecting previously unselected package golang-google-grpc-dev.
Preparing to unpack .../164-golang-google-grpc-dev_1.64.0-6_all.deb ...
Unpacking golang-google-grpc-dev (1.64.0-6) ...
Selecting previously unselected package golang-github-rogpeppe-fastuuid-dev.
Preparing to unpack .../165-golang-github-rogpeppe-fastuuid-dev_0.0~git20150106.0.6724a57-2.1_all.deb ...
Unpacking golang-github-rogpeppe-fastuuid-dev (0.0~git20150106.0.6724a57-2.1) ...
Selecting previously unselected package golang-github-grpc-ecosystem-grpc-gateway-dev.
Preparing to unpack .../166-golang-github-grpc-ecosystem-grpc-gateway-dev_2.20.0-2_all.deb ...
Unpacking golang-github-grpc-ecosystem-grpc-gateway-dev (2.20.0-2) ...
Selecting previously unselected package golang-opentelemetry-proto-dev.
Preparing to unpack .../167-golang-opentelemetry-proto-dev_1.3.1-2_all.deb ...
Unpacking golang-opentelemetry-proto-dev (1.3.1-2) ...
Selecting previously unselected package golang-opentelemetry-otel-dev.
Preparing to unpack .../168-golang-opentelemetry-otel-dev_1.31.0-3_all.deb ...
Unpacking golang-opentelemetry-otel-dev (1.31.0-3) ...
Selecting previously unselected package golang-github-go-openapi-runtime-dev.
Preparing to unpack .../169-golang-github-go-openapi-runtime-dev_0.28.0-1_all.deb ...
Unpacking golang-github-go-openapi-runtime-dev (0.28.0-1) ...
Selecting previously unselected package golang-github-go-playground-locales-dev.
Preparing to unpack .../170-golang-github-go-playground-locales-dev_0.14.0-3_all.deb ...
Unpacking golang-github-go-playground-locales-dev (0.14.0-3) ...
Selecting previously unselected package golang-github-go-playground-universal-translator-dev.
Preparing to unpack .../171-golang-github-go-playground-universal-translator-dev_0.17.0-2_all.deb ...
Unpacking golang-github-go-playground-universal-translator-dev (0.17.0-2) ...
Selecting previously unselected package golang-github-leodido-go-urn-dev.
Preparing to unpack .../172-golang-github-leodido-go-urn-dev_1.2.1-3_all.deb ...
Unpacking golang-github-leodido-go-urn-dev (1.2.1-3) ...
Selecting previously unselected package golang-github-go-playground-validator-v10-dev.
Preparing to unpack .../173-golang-github-go-playground-validator-v10-dev_10.4.1-4_all.deb ...
Unpacking golang-github-go-playground-validator-v10-dev (10.4.1-4) ...
Selecting previously unselected package golang-golang-x-xerrors-dev.
Preparing to unpack .../174-golang-golang-x-xerrors-dev_0.0~git20231012.104605a-1_all.deb ...
Unpacking golang-golang-x-xerrors-dev (0.0~git20231012.104605a-1) ...
Selecting previously unselected package golang-github-goccy-go-yaml-dev.
Preparing to unpack .../175-golang-github-goccy-go-yaml-dev_1.9.5-2_all.deb ...
Unpacking golang-github-goccy-go-yaml-dev (1.9.5-2) ...
Selecting previously unselected package golang-github-gofrs-uuid-dev.
Preparing to unpack .../176-golang-github-gofrs-uuid-dev_5.3.0-1_all.deb ...
Unpacking golang-github-gofrs-uuid-dev (5.3.0-1) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../177-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Selecting previously unselected package libprotobuf32t64:arm64.
Preparing to unpack .../178-libprotobuf32t64_3.21.12-10+b1_arm64.deb ...
Unpacking libprotobuf32t64:arm64 (3.21.12-10+b1) ...
Selecting previously unselected package libprotobuf-lite32t64:arm64.
Preparing to unpack .../179-libprotobuf-lite32t64_3.21.12-10+b1_arm64.deb ...
Unpacking libprotobuf-lite32t64:arm64 (3.21.12-10+b1) ...
Selecting previously unselected package libprotobuf-dev:arm64.
Preparing to unpack .../180-libprotobuf-dev_3.21.12-10+b1_arm64.deb ...
Unpacking libprotobuf-dev:arm64 (3.21.12-10+b1) ...
Selecting previously unselected package golang-github-gogo-protobuf-dev.
Preparing to unpack .../181-golang-github-gogo-protobuf-dev_1.3.2-3_all.deb ...
Unpacking golang-github-gogo-protobuf-dev (1.3.2-3) ...
Selecting previously unselected package golang-github-gorilla-mux-dev.
Preparing to unpack .../182-golang-github-gorilla-mux-dev_1.8.1-1_all.deb ...
Unpacking golang-github-gorilla-mux-dev (1.8.1-1) ...
Selecting previously unselected package golang-github-hashicorp-errwrap-dev.
Preparing to unpack .../183-golang-github-hashicorp-errwrap-dev_1.1.0-1_all.deb ...
Unpacking golang-github-hashicorp-errwrap-dev (1.1.0-1) ...
Selecting previously unselected package golang-github-vmihailenco-tagparser-dev.
Preparing to unpack .../184-golang-github-vmihailenco-tagparser-dev_0.1.1-4_all.deb ...
Unpacking golang-github-vmihailenco-tagparser-dev (0.1.1-4) ...
Selecting previously unselected package golang-gopkg-vmihailenco-msgpack.v2-dev.
Preparing to unpack .../185-golang-gopkg-vmihailenco-msgpack.v2-dev_4.3.1-2_all.deb ...
Unpacking golang-gopkg-vmihailenco-msgpack.v2-dev (4.3.1-2) ...
Selecting previously unselected package golang-gopkg-tomb.v2-dev.
Preparing to unpack .../186-golang-gopkg-tomb.v2-dev_0.0~git20161208.d5d1b58-3_all.deb ...
Unpacking golang-gopkg-tomb.v2-dev (0.0~git20161208.d5d1b58-3) ...
Selecting previously unselected package libssl-dev:arm64.
Preparing to unpack .../187-libssl-dev_3.3.2-2_arm64.deb ...
Unpacking libssl-dev:arm64 (3.3.2-2) ...
Selecting previously unselected package libsasl2-dev.
Preparing to unpack .../188-libsasl2-dev_2.1.28+dfsg1-8_arm64.deb ...
Unpacking libsasl2-dev (2.1.28+dfsg1-8) ...
Selecting previously unselected package golang-github-kr-text-dev.
Preparing to unpack .../189-golang-github-kr-text-dev_0.2.0-2_all.deb ...
Unpacking golang-github-kr-text-dev (0.2.0-2) ...
Selecting previously unselected package golang-golang-x-mod-dev.
Preparing to unpack .../190-golang-golang-x-mod-dev_0.19.0-1_all.deb ...
Unpacking golang-golang-x-mod-dev (0.19.0-1) ...
Selecting previously unselected package golang-github-yuin-goldmark-dev.
Preparing to unpack .../191-golang-github-yuin-goldmark-dev_1.7.4-1_all.deb ...
Unpacking golang-github-yuin-goldmark-dev (1.7.4-1) ...
Selecting previously unselected package golang-golang-x-tools-dev.
Preparing to unpack .../192-golang-golang-x-tools-dev_1%3a0.23.0+ds-1_all.deb ...
Unpacking golang-golang-x-tools-dev (1:0.23.0+ds-1) ...
Selecting previously unselected package golang-github-rogpeppe-go-internal-dev.
Preparing to unpack .../193-golang-github-rogpeppe-go-internal-dev_1.12.0-3_all.deb ...
Unpacking golang-github-rogpeppe-go-internal-dev (1.12.0-3) ...
Selecting previously unselected package golang-github-kr-pretty-dev.
Preparing to unpack .../194-golang-github-kr-pretty-dev_0.3.1-1_all.deb ...
Unpacking golang-github-kr-pretty-dev (0.3.1-1) ...
Selecting previously unselected package golang-gopkg-check.v1-dev.
Preparing to unpack .../195-golang-gopkg-check.v1-dev_0.0+git20200902.038fdea-1_all.deb ...
Unpacking golang-gopkg-check.v1-dev (0.0+git20200902.038fdea-1) ...
Selecting previously unselected package golang-gopkg-mgo.v2-dev.
Preparing to unpack .../196-golang-gopkg-mgo.v2-dev_2016.08.01-7_all.deb ...
Unpacking golang-gopkg-mgo.v2-dev (2016.08.01-7) ...
Selecting previously unselected package golang-github-hashicorp-go-msgpack-dev.
Preparing to unpack .../197-golang-github-hashicorp-go-msgpack-dev_0.5.5-1_all.deb ...
Unpacking golang-github-hashicorp-go-msgpack-dev (0.5.5-1) ...
Selecting previously unselected package golang-github-hashicorp-go-multierror-dev.
Preparing to unpack .../198-golang-github-hashicorp-go-multierror-dev_1.1.1-2_all.deb ...
Unpacking golang-github-hashicorp-go-multierror-dev (1.1.1-2) ...
Selecting previously unselected package golang-github-hashicorp-go-sockaddr-dev.
Preparing to unpack .../199-golang-github-hashicorp-go-sockaddr-dev_1.0.2-2_all.deb ...
Unpacking golang-github-hashicorp-go-sockaddr-dev (1.0.2-2) ...
Selecting previously unselected package golang-github-hashicorp-golang-lru-v2-dev.
Preparing to unpack .../200-golang-github-hashicorp-golang-lru-v2-dev_2.0.7-2_all.deb ...
Unpacking golang-github-hashicorp-golang-lru-v2-dev (2.0.7-2) ...
Selecting previously unselected package golang-github-hashicorp-hcl-dev.
Preparing to unpack .../201-golang-github-hashicorp-hcl-dev_1.0.0-1.1_all.deb ...
Unpacking golang-github-hashicorp-hcl-dev (1.0.0-1.1) ...
Selecting previously unselected package golang-github-miekg-dns-dev.
Preparing to unpack .../202-golang-github-miekg-dns-dev_1.1.62-1_all.deb ...
Unpacking golang-github-miekg-dns-dev (1.1.62-1) ...
Selecting previously unselected package golang-github-hashicorp-memberlist-dev.
Preparing to unpack .../203-golang-github-hashicorp-memberlist-dev_0.5.0-1_all.deb ...
Unpacking golang-github-hashicorp-memberlist-dev (0.5.0-1) ...
Selecting previously unselected package golang-github-jessevdk-go-flags-dev.
Preparing to unpack .../204-golang-github-jessevdk-go-flags-dev_1.4.0-6_all.deb ...
Unpacking golang-github-jessevdk-go-flags-dev (1.4.0-6) ...
Selecting previously unselected package golang-github-kr-fs-dev.
Preparing to unpack .../205-golang-github-kr-fs-dev_0.1.0-2_all.deb ...
Unpacking golang-github-kr-fs-dev (0.1.0-2) ...
Selecting previously unselected package golang-github-magiconair-properties-dev.
Preparing to unpack .../206-golang-github-magiconair-properties-dev_1.8.7-1_all.deb ...
Unpacking golang-github-magiconair-properties-dev (1.8.7-1) ...
Selecting previously unselected package golang-github-mdlayher-socket-dev.
Preparing to unpack .../207-golang-github-mdlayher-socket-dev_0.5.1-1_all.deb ...
Unpacking golang-github-mdlayher-socket-dev (0.5.1-1) ...
Selecting previously unselected package golang-github-mdlayher-vsock-dev.
Preparing to unpack .../208-golang-github-mdlayher-vsock-dev_1.2.1-2_all.deb ...
Unpacking golang-github-mdlayher-vsock-dev (1.2.1-2) ...
Selecting previously unselected package golang-github-oklog-run-dev.
Preparing to unpack .../209-golang-github-oklog-run-dev_1.1.0-2_all.deb ...
Unpacking golang-github-oklog-run-dev (1.1.0-2) ...
Selecting previously unselected package golang-github-pelletier-go-toml-dev.
Preparing to unpack .../210-golang-github-pelletier-go-toml-dev_1.9.5-1_all.deb ...
Unpacking golang-github-pelletier-go-toml-dev (1.9.5-1) ...
Selecting previously unselected package golang-github-pelletier-go-toml.v2-dev.
Preparing to unpack .../211-golang-github-pelletier-go-toml.v2-dev_2.2.1-1_all.deb ...
Unpacking golang-github-pelletier-go-toml.v2-dev (2.2.1-1) ...
Selecting previously unselected package golang-github-pkg-sftp-dev.
Preparing to unpack .../212-golang-github-pkg-sftp-dev_1.13.6-1_all.deb ...
Unpacking golang-github-pkg-sftp-dev (1.13.6-1) ...
Selecting previously unselected package golang-github-prometheus-exporter-toolkit-dev.
Preparing to unpack .../213-golang-github-prometheus-exporter-toolkit-dev_0.13.1-1_all.deb ...
Unpacking golang-github-prometheus-exporter-toolkit-dev (0.13.1-1) ...
Selecting previously unselected package golang-github-gin-contrib-sse-dev.
Preparing to unpack .../214-golang-github-gin-contrib-sse-dev_0.1.0-2_all.deb ...
Unpacking golang-github-gin-contrib-sse-dev (0.1.0-2) ...
Selecting previously unselected package golang-github-ugorji-go-codec-dev.
Preparing to unpack .../215-golang-github-ugorji-go-codec-dev_1.2.8-1_all.deb ...
Unpacking golang-github-ugorji-go-codec-dev (1.2.8-1) ...
Selecting previously unselected package golang-github-gin-gonic-gin-dev.
Preparing to unpack .../216-golang-github-gin-gonic-gin-dev_1.8.1-2_all.deb ...
Unpacking golang-github-gin-gonic-gin-dev (1.8.1-2) ...
Selecting previously unselected package golang-github-rs-cors-dev.
Preparing to unpack .../217-golang-github-rs-cors-dev_1.7.0-4_all.deb ...
Unpacking golang-github-rs-cors-dev (1.7.0-4) ...
Selecting previously unselected package golang-github-xlab-treeprint-dev.
Preparing to unpack .../218-golang-github-xlab-treeprint-dev_1.2.0-2_all.deb ...
Unpacking golang-github-xlab-treeprint-dev (1.2.0-2) ...
Selecting previously unselected package golang-go.uber-atomic-dev.
Preparing to unpack .../219-golang-go.uber-atomic-dev_1.11.0-1_all.deb ...
Unpacking golang-go.uber-atomic-dev (1.11.0-1) ...
Selecting previously unselected package golang-github-spf13-afero-dev.
Preparing to unpack .../220-golang-github-spf13-afero-dev_1.11.0-1_all.deb ...
Unpacking golang-github-spf13-afero-dev (1.11.0-1) ...
Selecting previously unselected package tzdata-legacy.
Preparing to unpack .../221-tzdata-legacy_2024b-3_all.deb ...
Unpacking tzdata-legacy (2024b-3) ...
Selecting previously unselected package golang-github-spf13-cast-dev.
Preparing to unpack .../222-golang-github-spf13-cast-dev_1.6.0-2_all.deb ...
Unpacking golang-github-spf13-cast-dev (1.6.0-2) ...
Selecting previously unselected package golang-github-spf13-jwalterweatherman-dev.
Preparing to unpack .../223-golang-github-spf13-jwalterweatherman-dev_1.1.0+really1.1.0-2_all.deb ...
Unpacking golang-github-spf13-jwalterweatherman-dev (1.1.0+really1.1.0-2) ...
Selecting previously unselected package golang-github-spf13-pflag-dev.
Preparing to unpack .../224-golang-github-spf13-pflag-dev_1.0.6~git20210604-d5e0c0615ace-1_all.deb ...
Unpacking golang-github-spf13-pflag-dev (1.0.6~git20210604-d5e0c0615ace-1) ...
Selecting previously unselected package golang-github-subosito-gotenv-dev.
Preparing to unpack .../225-golang-github-subosito-gotenv-dev_1.3.0-1_all.deb ...
Unpacking golang-github-subosito-gotenv-dev (1.3.0-1) ...
Selecting previously unselected package golang-gopkg-ini.v1-dev.
Preparing to unpack .../226-golang-gopkg-ini.v1-dev_1.67.0-1_all.deb ...
Unpacking golang-gopkg-ini.v1-dev (1.67.0-1) ...
Selecting previously unselected package golang-github-spf13-viper-dev.
Preparing to unpack .../227-golang-github-spf13-viper-dev_1.12.0-1_all.deb ...
Unpacking golang-github-spf13-viper-dev (1.12.0-1) ...
Selecting previously unselected package golang-gopkg-telebot.v3-dev.
Preparing to unpack .../228-golang-gopkg-telebot.v3-dev_3.3.8-1_all.deb ...
Unpacking golang-gopkg-telebot.v3-dev (3.3.8-1) ...
Selecting previously unselected package golang-protobuf-extensions-dev.
Preparing to unpack .../229-golang-protobuf-extensions-dev_1.0.4-2_all.deb ...
Unpacking golang-protobuf-extensions-dev (1.0.4-2) ...
Selecting previously unselected package golang-github-prometheus-alertmanager-dev.
Preparing to unpack .../230-golang-github-prometheus-alertmanager-dev_0.27.0+ds-2_all.deb ...
Unpacking golang-github-prometheus-alertmanager-dev (0.27.0+ds-2) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../231-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libprotobuf-lite32t64:arm64 (3.21.12-10+b1) ...
Setting up golang-golang-x-time-dev (0.5.0-1) ...
Setting up golang-github-pelletier-go-toml.v2-dev (2.2.1-1) ...
Setting up media-types (10.1.0) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up golang-github-google-go-cmp-dev (0.6.0-1) ...
Setting up golang-github-oklog-run-dev (1.1.0-2) ...
Setting up golang-github-opentracing-opentracing-go-dev (1.2.0-2) ...
Setting up golang-gopkg-yaml.v2-dev (2.4.0-4) ...
Setting up libprotobuf32t64:arm64 (3.21.12-10+b1) ...
Setting up golang-github-hashicorp-go-uuid-dev (1.0.3-1) ...
Setting up golang-github-ianlancetaylor-demangle-dev (0.0~git20200824.28f6c0f-2) ...
Setting up golang-github-mitchellh-mapstructure-dev (1.5.0+git20231216.8508981-1) ...
Setting up golang-github-gin-contrib-sse-dev (0.1.0-2) ...
Setting up golang-dbus-dev (5.1.0-1) ...
Setting up golang-github-creack-pty-dev (1.1.21-1) ...
Setting up golang-github-golang-mock-dev (1.6.0-2) ...
Setting up golang-github-stretchr-objx-dev (0.5.2-1) ...
Setting up golang-github-benbjohnson-clock-dev (1.3.0-1) ...
Setting up golang-github-pkg-errors-dev (0.9.1-3) ...
Setting up golang-github-hashicorp-golang-lru-dev (0.5.4-2) ...
Setting up golang-rsc-binaryregexp-dev (0.2.0-3) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up golang-github-kylelemons-godebug-dev (1.1.0-2) ...
Setting up golang-gopkg-yaml.v3-dev (3.0.1-3) ...
Setting up libdebhelper-perl (13.20) ...
Setting up golang-github-docker-go-units-dev (0.4.0-4) ...
Setting up golang-github-burntsushi-toml-dev (1.4.0-1) ...
Setting up golang-golang-x-sys-dev (0.22.0-1) ...
Setting up golang-github-kr-fs-dev (0.1.0-2) ...
Setting up golang-github-subosito-gotenv-dev (1.3.0-1) ...
Setting up linux-libc-dev (6.11.7-1) ...
Setting up golang-github-golang-snappy-dev (0.0.2-3) ...
Setting up golang-github-pmezard-go-difflib-dev (1.0.0-3) ...
Setting up golang-github-modern-go-concurrent-dev (1.0.3-1.1) ...
Setting up m4 (1.4.19-4) ...
Setting up golang-github-circonus-labs-circonusllhist-dev (0.0~git20191022.ec08cde-1) ...
Setting up golang-golang-x-term-dev (0.22.0-1) ...
Setting up golang-github-masterminds-semver-dev (3.2.0-1) ...
Setting up golang-github-asaskevich-govalidator-dev (11.0.1-1) ...
Setting up golang-github-google-btree-dev (1.0.1-1) ...
Setting up golang-github-stoewer-go-strcase-dev (1.2.0-4) ...
Setting up golang-go.uber-atomic-dev (1.11.0-1) ...
Setting up golang-github-beorn7-perks-dev (1.0.1-1) ...
Setting up tzdata-legacy (2024b-3) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up golang-github-hashicorp-go-cleanhttp-dev (0.5.2-1) ...
Setting up golang-github-hashicorp-errwrap-dev (1.1.0-1) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up golang-github-cespare-xxhash-dev (2.3.0-1) ...
Setting up golang-github-spf13-pflag-dev (1.0.6~git20210604-d5e0c0615ace-1) ...
Setting up golang-gopkg-tomb.v2-dev (0.0~git20161208.d5d1b58-3) ...
Setting up golang-github-jpillora-backoff-dev (1.0.0-1.1) ...
Setting up golang-github-davecgh-go-spew-dev (1.1.1-3) ...
Setting up autotools-dev (20220109.1) ...
Setting up golang-github-pascaldekloe-goe-dev (0.1.0-4) ...
Setting up golang-github-xdg-go-pbkdf2-dev (1.0.0-3) ...
Setting up golang-github-go-logfmt-logfmt-dev (0.5.0-2) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up golang-github-oklog-ulid-dev (2.0.2+ds-2) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up golang-google-protobuf-dev (1.33.0-1) ...
Setting up golang-github-kr-text-dev (0.2.0-2) ...
Setting up golang-github-stretchr-testify-dev (1.9.0-1) ...
Setting up golang-github-hashicorp-go-immutable-radix-dev (1.3.1-3) ...
Setting up golang-github-yuin-goldmark-dev (1.7.4-1) ...
Setting up golang-github-chzyer-readline-dev (1.4.39.g2972be2-3) ...
Setting up libssl-dev:arm64 (3.3.2-2) ...
Setting up golang-gopkg-ini.v1-dev (1.67.0-1) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up golang-golang-x-sync-dev (0.7.0-1) ...
Setting up golang-golang-x-mod-dev (0.19.0-1) ...
Setting up golang-1.23-src (1.23.3-2) ...
Setting up autopoint (0.22.5-2) ...
Setting up golang-github-magiconair-properties-dev (1.8.7-1) ...
Setting up golang-github-hashicorp-hcl-dev (1.0.0-1.1) ...
Setting up golang-github-xlab-treeprint-dev (1.2.0-2) ...
Setting up golang-github-klauspost-compress-dev (1.17.11+ds1-1) ...
Setting up golang-glog-dev (1.2.2-1) ...
Setting up golang-github-julienschmidt-httprouter-dev (1.3.0-2) ...
Setting up golang-github-hashicorp-go-multierror-dev (1.1.1-2) ...
Setting up golang-github-rogpeppe-fastuuid-dev (0.0~git20150106.0.6724a57-2.1) ...
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 golang-github-jessevdk-go-flags-dev (1.4.0-6) ...
Setting up golang-github-tv42-httpunix-dev (0.0~git20150427.b75d861-3) ...
Setting up dwz (0.15-1+b1) ...
Setting up golang-github-munnerz-goautoneg-dev (0.0~git20191010.a7dc8b6-2) ...
Setting up golang-golang-x-text-dev (0.16.0-1) ...
Setting up golang-github-go-logr-logr-dev (1.4.2-2) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up golang-github-google-uuid-dev (1.6.0-1) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up golang-github-spf13-cast-dev (1.6.0-2) ...
Setting up golang-github-fsnotify-fsnotify-dev (1.8.0-1) ...
Setting up golang-github-gorilla-mux-dev (1.8.1-1) ...
Setting up golang-github-prometheus-procfs-dev (0.14.0-1) ...
Setting up golang-github-cenkalti-backoff-dev (4.3.0-1) ...
Setting up golang-github-alecthomas-units-dev (0.0~git20240626.61d1e34-1) ...
Setting up golang-github-modern-go-reflect2-dev (1.0.2-2) ...
Setting up golang-github-josharian-intern-dev (1.0.0-3) ...
Setting up golang-golang-x-crypto-dev (1:0.25.0-1) ...
Setting up golang-golang-x-exp-dev (0.0~git20231006.7918f67-1) ...
Setting up golang-github-prometheus-client-model-dev (0.6.0-1) ...
Setting up golang-github-go-logr-stdr-dev (1.2.2-4) ...
Setting up golang-github-gofrs-uuid-dev (5.3.0-1) ...
Setting up golang-github-pelletier-go-toml-dev (1.9.5-1) ...
Setting up golang-github-spf13-jwalterweatherman-dev (1.1.0+really1.1.0-2) ...
Setting up golang-github-datadog-datadog-go-dev (2.1.0-3) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up golang-golang-x-oauth2-dev (0.15.0-1) ...
Setting up golang-golang-x-xerrors-dev (0.0~git20231012.104605a-1) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up golang-github-hashicorp-golang-lru-v2-dev (2.0.7-2) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up golang-src (2:1.23~2) ...
Setting up golang-github-montanaflynn-stats-dev (0.7.1-1) ...
Setting up golang-github-vmihailenco-tagparser-dev (0.1.1-4) ...
Setting up golang-github-ugorji-go-codec-dev (1.2.8-1) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up libsystemd-dev:arm64 (257~rc1-4) ...
Setting up golang-github-jmespath-go-jmespath-dev (0.4.0-2) ...
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 golang-github-mattn-go-isatty-dev (0.0.20-1) ...
Setting up golang-github-go-kit-log-dev (0.2.1-1) ...
Setting up golang-github-golang-protobuf-1-5-dev (1.5.4-1) ...
Setting up golang-gopkg-vmihailenco-msgpack.v2-dev (4.3.1-2) ...
Setting up golang-gopkg-alecthomas-kingpin.v2-dev (2.2.6-4) ...
Setting up golang-github-mattn-go-colorable-dev (0.1.13-1) ...
Setting up golang-github-antlr-antlr4-dev (4.11.1+ds-2) ...
Setting up golang-github-hashicorp-go-sockaddr-dev (1.0.2-2) ...
Setting up golang-github-golang-groupcache-dev (0.0~git20210331.41bb18b-1) ...
Setting up golang-github-pkg-sftp-dev (1.13.6-1) ...
Setting up golang-protobuf-extensions-dev (1.0.4-2) ...
Setting up golang-github-go-openapi-errors-dev (0.22.0-1) ...
Setting up golang-github-json-iterator-go-dev (1.1.12-2) ...
Setting up golang-github-google-pprof-dev (0.0~git20211008.947d60d-1) ...
Setting up golang-github-xdg-go-stringprep-dev (1.0.4-1) ...
Setting up golang-github-go-playground-locales-dev (0.14.0-3) ...
Setting up golang-1.23-go (1.23.3-2) ...
Setting up golang-github-youmark-pkcs8-dev (1.1-3) ...
Setting up golang-github-leodido-go-urn-dev (1.2.1-3) ...
Setting up golang-github-coreos-go-systemd-dev (22.5.0-1) ...
Setting up golang-github-mailru-easyjson-dev (0.7.7-1) ...
Setting up golang-golang-x-net-dev (1:0.27.0-1) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up golang-github-spf13-afero-dev (1.11.0-1) ...
Setting up golang-github-mdlayher-socket-dev (0.5.1-1) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up golang-github-aws-aws-sdk-go-dev (1.49.0-2) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up golang-github-google-martian-dev (3.3.2-3) ...
Setting up golang-github-fluffle-goirc-dev (1.1.1+ds-2) ...
Setting up golang-github-fatih-color-dev (1.17.0-1) ...
Setting up golang-github-miekg-dns-dev (1.1.62-1) ...
Setting up golang-go:arm64 (2:1.23~2) ...
Setting up golang-github-mdlayher-vsock-dev (1.2.1-2) ...
Setting up golang-github-go-playground-universal-translator-dev (0.17.0-2) ...
Setting up golang-github-goccy-go-yaml-dev (1.9.5-2) ...
Setting up golang-google-cloud-compute-metadata-dev (0.56.0-5) ...
Setting up golang-golang-x-tools-dev (1:0.23.0+ds-1) ...
Setting up golang-github-xdg-go-scram-dev (1.1.2-1) ...
Setting up golang-any:arm64 (2:1.23~2) ...
Setting up golang-github-go-openapi-swag-dev (1:0.23.0-1) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up libsasl2-dev (2.1.28+dfsg1-8) ...
Setting up golang-golang-x-oauth2-google-dev (0.15.0-1) ...
Setting up golang-github-go-openapi-jsonpointer-dev (1:0.21.0-1) ...
Setting up golang-github-go-playground-validator-v10-dev (10.4.1-4) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up golang-github-spf13-viper-dev (1.12.0-1) ...
Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up golang-github-rogpeppe-go-internal-dev (1.12.0-3) ...
Setting up golang-github-go-openapi-jsonreference-dev (1:0.21.0-1) ...
Setting up golang-mongodb-mongo-driver-dev (1.17.1+ds1-1) ...
Setting up golang-github-gin-gonic-gin-dev (1.8.1-2) ...
Setting up golang-github-go-openapi-strfmt-dev (0.23.0-1) ...
Setting up golang-github-hashicorp-go-hclog-dev (0.11.0-1) ...
Setting up golang-github-kr-pretty-dev (0.3.1-1) ...
Setting up golang-github-go-openapi-spec-dev (1:0.21.0-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 golang-gopkg-check.v1-dev (0.0+git20200902.038fdea-1) ...
Setting up gcc-14 (14.2.0-8) ...
Setting up libprotobuf-dev:arm64 (3.21.12-10+b1) ...
Setting up golang-gopkg-mgo.v2-dev (2016.08.01-7) ...
Setting up golang-github-rs-cors-dev (1.7.0-4) ...
Setting up golang-gopkg-telebot.v3-dev (3.3.8-1) ...
Setting up golang-github-hashicorp-go-retryablehttp-dev (0.7.1-1) ...
Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14 (14.2.0-8) ...
Setting up golang-github-gogo-protobuf-dev (1.3.2-3) ...
Setting up libtool (2.4.7-8) ...
Setting up golang-github-hashicorp-go-msgpack-dev (0.5.5-1) ...
Setting up gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up golang-github-circonus-labs-circonus-gometrics-dev (2.3.1-4) ...
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 dh-exec (0.30+b1) ...
Setting up dh-golang (1.62) ...
Setting up golang-google-genproto-dev (0.0~git20210726.e7812ac-4) ...
Setting up golang-github-prometheus-common-dev (0.60.1-1) ...
Setting up golang-github-go-openapi-validate-dev (0.24.0-2) ...
Setting up golang-go.opencensus-dev (0.24.0-2) ...
Setting up golang-github-google-cel-go-dev (0.18.2+ds-5) ...
Setting up golang-github-prometheus-exporter-toolkit-dev (0.13.1-1) ...
Setting up golang-github-googleapis-gax-go-dev (2.13.0-1) ...
Setting up golang-github-go-openapi-loads-dev (0.22.0-1) ...
Setting up golang-github-prometheus-client-golang-dev (1.20.5-1) ...
Setting up golang-github-go-openapi-analysis-dev (0.23.0-1) ...
Setting up golang-github-armon-go-metrics-dev (0.4.1-1) ...
Setting up golang-google-grpc-dev (1.64.0-6) ...
Setting up golang-google-api-dev (0.61.0-5) ...
Setting up golang-github-grpc-ecosystem-grpc-gateway-dev (2.20.0-2) ...
Setting up golang-github-mwitkow-go-conntrack-dev (0.0~git20190716.2f06839-3) ...
Setting up golang-github-hashicorp-memberlist-dev (0.5.0-1) ...
Setting up golang-google-cloud-dev (0.56.0-5) ...
Setting up golang-opentelemetry-proto-dev (1.3.1-2) ...
Setting up golang-opentelemetry-otel-dev (1.31.0-3) ...
Setting up golang-github-go-openapi-runtime-dev (0.28.0-1) ...
Setting up golang-github-prometheus-alertmanager-dev (0.27.0+ds-2) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.40-3) ...
Processing triggers for man-db (2.13.0-1) ...

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

Arch check ok (arm64 included in any)

+------------------------------------------------------------------------------+
| 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.20+b1 dh-autoreconf_20 dh-exec_0.30+b1 dh-golang_1.62 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 golang-1.23-go_1.23.3-2 golang-1.23-src_1.23.3-2 golang-any_2:1.23~2 golang-dbus-dev_5.1.0-1 golang-github-alecthomas-units-dev_0.0~git20240626.61d1e34-1 golang-github-antlr-antlr4-dev_4.11.1+ds-2 golang-github-armon-go-metrics-dev_0.4.1-1 golang-github-asaskevich-govalidator-dev_11.0.1-1 golang-github-aws-aws-sdk-go-dev_1.49.0-2 golang-github-benbjohnson-clock-dev_1.3.0-1 golang-github-beorn7-perks-dev_1.0.1-1 golang-github-burntsushi-toml-dev_1.4.0-1 golang-github-cenkalti-backoff-dev_4.3.0-1 golang-github-cespare-xxhash-dev_2.3.0-1 golang-github-chzyer-readline-dev_1.4.39.g2972be2-3 golang-github-circonus-labs-circonus-gometrics-dev_2.3.1-4 golang-github-circonus-labs-circonusllhist-dev_0.0~git20191022.ec08cde-1 golang-github-coreos-go-systemd-dev_22.5.0-1 golang-github-creack-pty-dev_1.1.21-1 golang-github-datadog-datadog-go-dev_2.1.0-3 golang-github-davecgh-go-spew-dev_1.1.1-3 golang-github-docker-go-units-dev_0.4.0-4 golang-github-fatih-color-dev_1.17.0-1 golang-github-fluffle-goirc-dev_1.1.1+ds-2 golang-github-fsnotify-fsnotify-dev_1.8.0-1 golang-github-gin-contrib-sse-dev_0.1.0-2 golang-github-gin-gonic-gin-dev_1.8.1-2 golang-github-go-kit-log-dev_0.2.1-1 golang-github-go-logfmt-logfmt-dev_0.5.0-2 golang-github-go-logr-logr-dev_1.4.2-2 golang-github-go-logr-stdr-dev_1.2.2-4 golang-github-go-openapi-analysis-dev_0.23.0-1 golang-github-go-openapi-errors-dev_0.22.0-1 golang-github-go-openapi-jsonpointer-dev_1:0.21.0-1 golang-github-go-openapi-jsonreference-dev_1:0.21.0-1 golang-github-go-openapi-loads-dev_0.22.0-1 golang-github-go-openapi-runtime-dev_0.28.0-1 golang-github-go-openapi-spec-dev_1:0.21.0-1 golang-github-go-openapi-strfmt-dev_0.23.0-1 golang-github-go-openapi-swag-dev_1:0.23.0-1 golang-github-go-openapi-validate-dev_0.24.0-2 golang-github-go-playground-locales-dev_0.14.0-3 golang-github-go-playground-universal-translator-dev_0.17.0-2 golang-github-go-playground-validator-v10-dev_10.4.1-4 golang-github-goccy-go-yaml-dev_1.9.5-2 golang-github-gofrs-uuid-dev_5.3.0-1 golang-github-gogo-protobuf-dev_1.3.2-3 golang-github-golang-groupcache-dev_0.0~git20210331.41bb18b-1 golang-github-golang-mock-dev_1.6.0-2 golang-github-golang-protobuf-1-5-dev_1.5.4-1 golang-github-golang-snappy-dev_0.0.2-3 golang-github-google-btree-dev_1.0.1-1 golang-github-google-cel-go-dev_0.18.2+ds-5 golang-github-google-go-cmp-dev_0.6.0-1 golang-github-google-martian-dev_3.3.2-3 golang-github-google-pprof-dev_0.0~git20211008.947d60d-1 golang-github-google-uuid-dev_1.6.0-1 golang-github-googleapis-gax-go-dev_2.13.0-1 golang-github-gorilla-mux-dev_1.8.1-1 golang-github-grpc-ecosystem-grpc-gateway-dev_2.20.0-2 golang-github-hashicorp-errwrap-dev_1.1.0-1 golang-github-hashicorp-go-cleanhttp-dev_0.5.2-1 golang-github-hashicorp-go-hclog-dev_0.11.0-1 golang-github-hashicorp-go-immutable-radix-dev_1.3.1-3 golang-github-hashicorp-go-msgpack-dev_0.5.5-1 golang-github-hashicorp-go-multierror-dev_1.1.1-2 golang-github-hashicorp-go-retryablehttp-dev_0.7.1-1 golang-github-hashicorp-go-sockaddr-dev_1.0.2-2 golang-github-hashicorp-go-uuid-dev_1.0.3-1 golang-github-hashicorp-golang-lru-dev_0.5.4-2 golang-github-hashicorp-golang-lru-v2-dev_2.0.7-2 golang-github-hashicorp-hcl-dev_1.0.0-1.1 golang-github-hashicorp-memberlist-dev_0.5.0-1 golang-github-ianlancetaylor-demangle-dev_0.0~git20200824.28f6c0f-2 golang-github-jessevdk-go-flags-dev_1.4.0-6 golang-github-jmespath-go-jmespath-dev_0.4.0-2 golang-github-josharian-intern-dev_1.0.0-3 golang-github-jpillora-backoff-dev_1.0.0-1.1 golang-github-json-iterator-go-dev_1.1.12-2 golang-github-julienschmidt-httprouter-dev_1.3.0-2 golang-github-klauspost-compress-dev_1.17.11+ds1-1 golang-github-kr-fs-dev_0.1.0-2 golang-github-kr-pretty-dev_0.3.1-1 golang-github-kr-text-dev_0.2.0-2 golang-github-kylelemons-godebug-dev_1.1.0-2 golang-github-leodido-go-urn-dev_1.2.1-3 golang-github-magiconair-properties-dev_1.8.7-1 golang-github-mailru-easyjson-dev_0.7.7-1 golang-github-masterminds-semver-dev_3.2.0-1 golang-github-mattn-go-colorable-dev_0.1.13-1 golang-github-mattn-go-isatty-dev_0.0.20-1 golang-github-mdlayher-socket-dev_0.5.1-1 golang-github-mdlayher-vsock-dev_1.2.1-2 golang-github-miekg-dns-dev_1.1.62-1 golang-github-mitchellh-mapstructure-dev_1.5.0+git20231216.8508981-1 golang-github-modern-go-concurrent-dev_1.0.3-1.1 golang-github-modern-go-reflect2-dev_1.0.2-2 golang-github-montanaflynn-stats-dev_0.7.1-1 golang-github-munnerz-goautoneg-dev_0.0~git20191010.a7dc8b6-2 golang-github-mwitkow-go-conntrack-dev_0.0~git20190716.2f06839-3 golang-github-oklog-run-dev_1.1.0-2 golang-github-oklog-ulid-dev_2.0.2+ds-2 golang-github-opentracing-opentracing-go-dev_1.2.0-2 golang-github-pascaldekloe-goe-dev_0.1.0-4 golang-github-pelletier-go-toml-dev_1.9.5-1 golang-github-pelletier-go-toml.v2-dev_2.2.1-1 golang-github-pkg-errors-dev_0.9.1-3 golang-github-pkg-sftp-dev_1.13.6-1 golang-github-pmezard-go-difflib-dev_1.0.0-3 golang-github-prometheus-alertmanager-dev_0.27.0+ds-2 golang-github-prometheus-client-golang-dev_1.20.5-1 golang-github-prometheus-client-model-dev_0.6.0-1 golang-github-prometheus-common-dev_0.60.1-1 golang-github-prometheus-exporter-toolkit-dev_0.13.1-1 golang-github-prometheus-procfs-dev_0.14.0-1 golang-github-rogpeppe-fastuuid-dev_0.0~git20150106.0.6724a57-2.1 golang-github-rogpeppe-go-internal-dev_1.12.0-3 golang-github-rs-cors-dev_1.7.0-4 golang-github-spf13-afero-dev_1.11.0-1 golang-github-spf13-cast-dev_1.6.0-2 golang-github-spf13-jwalterweatherman-dev_1.1.0+really1.1.0-2 golang-github-spf13-pflag-dev_1.0.6~git20210604-d5e0c0615ace-1 golang-github-spf13-viper-dev_1.12.0-1 golang-github-stoewer-go-strcase-dev_1.2.0-4 golang-github-stretchr-objx-dev_0.5.2-1 golang-github-stretchr-testify-dev_1.9.0-1 golang-github-subosito-gotenv-dev_1.3.0-1 golang-github-tv42-httpunix-dev_0.0~git20150427.b75d861-3 golang-github-ugorji-go-codec-dev_1.2.8-1 golang-github-vmihailenco-tagparser-dev_0.1.1-4 golang-github-xdg-go-pbkdf2-dev_1.0.0-3 golang-github-xdg-go-scram-dev_1.1.2-1 golang-github-xdg-go-stringprep-dev_1.0.4-1 golang-github-xlab-treeprint-dev_1.2.0-2 golang-github-youmark-pkcs8-dev_1.1-3 golang-github-yuin-goldmark-dev_1.7.4-1 golang-glog-dev_1.2.2-1 golang-go_2:1.23~2 golang-go.opencensus-dev_0.24.0-2 golang-go.uber-atomic-dev_1.11.0-1 golang-golang-x-crypto-dev_1:0.25.0-1 golang-golang-x-exp-dev_0.0~git20231006.7918f67-1 golang-golang-x-mod-dev_0.19.0-1 golang-golang-x-net-dev_1:0.27.0-1 golang-golang-x-oauth2-dev_0.15.0-1 golang-golang-x-oauth2-google-dev_0.15.0-1 golang-golang-x-sync-dev_0.7.0-1 golang-golang-x-sys-dev_0.22.0-1 golang-golang-x-term-dev_0.22.0-1 golang-golang-x-text-dev_0.16.0-1 golang-golang-x-time-dev_0.5.0-1 golang-golang-x-tools-dev_1:0.23.0+ds-1 golang-golang-x-xerrors-dev_0.0~git20231012.104605a-1 golang-google-api-dev_0.61.0-5 golang-google-cloud-compute-metadata-dev_0.56.0-5 golang-google-cloud-dev_0.56.0-5 golang-google-genproto-dev_0.0~git20210726.e7812ac-4 golang-google-grpc-dev_1.64.0-6 golang-google-protobuf-dev_1.33.0-1 golang-gopkg-alecthomas-kingpin.v2-dev_2.2.6-4 golang-gopkg-check.v1-dev_0.0+git20200902.038fdea-1 golang-gopkg-ini.v1-dev_1.67.0-1 golang-gopkg-mgo.v2-dev_2016.08.01-7 golang-gopkg-telebot.v3-dev_3.3.8-1 golang-gopkg-tomb.v2-dev_0.0~git20161208.d5d1b58-3 golang-gopkg-vmihailenco-msgpack.v2-dev_4.3.1-2 golang-gopkg-yaml.v2-dev_2.4.0-4 golang-gopkg-yaml.v3-dev_3.0.1-3 golang-mongodb-mongo-driver-dev_1.17.1+ds1-1 golang-opentelemetry-otel-dev_1.31.0-3 golang-opentelemetry-proto-dev_1.3.1-2 golang-protobuf-extensions-dev_1.0.4-2 golang-rsc-binaryregexp-dev_0.2.0-3 golang-src_2:1.23~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 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 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 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+b1 libmd0_1.1.0-2+b1 libmldbm-perl_2.05-4 libmodule-implementation-perl_0.09-2 libmodule-runtime-perl_0.016-2 libmoo-perl_2.005005-1 libmoox-aliases-perl_0.001006-2 libmount1_2.40.2-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 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 libnumber-compare-perl_0.03-3 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-2 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 libprotobuf-dev_3.21.12-10+b1 libprotobuf-lite32t64_3.21.12-10+b1 libprotobuf32t64_3.21.12-10+b1 libpsl5t64_0.21.2-1.1+b1 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-dev_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 libssl-dev_3.3.2-2 libssl3t64_3.3.2-2 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 libstemmer0d_2.2.0-4+b2 libstrictures-perl_2.000006-1 libsub-exporter-perl_0.990-1 libsub-exporter-progressive-perl_0.001013-3 libsub-identify-perl_0.14-3+b3 libsub-install-perl_0.929-1 libsub-name-perl_0.27-1+b3 libsub-quote-perl_2.006008-1 libsyntax-keyword-try-perl_0.30-1+b1 libsystemd-dev_257~rc1-4 libsystemd0_257~rc1-4 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 libtool_2.4.7-8 libtry-tiny-perl_0.32-1 libtsan2_14.2.0-8 libubsan1_14.2.0-8 libuchardet0_0.0.8-1+b2 libudev1_257~rc1-4 libunicode-utf8-perl_0.62-2+b3 libunistring5_1.2-1+b1 liburi-perl_5.30-1 libuuid1_2.40.2-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-4 logsave_1.47.1-1+b1 lzop_1.04-2+b1 m4_1.4.19-4 make_4.3-4.1+b1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 media-types_10.1.0 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 passwd_1:4.16.0-4 patch_2.7.6-7+b1 patchutils_0.4.2-1+b1 perl_5.40.0-7 perl-base_5.40.0-7 perl-modules-5.40_5.40.0-7 perl-openssl-defaults_7+b2 plzip_1.11-2 po-debconf_1.0.21+nmu1 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 tzdata-legacy_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 zlib1g-dev_1:1.3.dfsg+really1.3.1-1+b1

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


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

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

Format: 3.0 (quilt)
Source: alertmanager-irc-relay
Binary: alertmanager-irc-relay
Architecture: any
Version: 0.4.2-1
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Filippo Giunchedi <filippo@debian.org>
Homepage: https://github.com/google/alertmanager-irc-relay
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/alertmanager-irc-relay
Vcs-Git: https://salsa.debian.org/go-team/packages/alertmanager-irc-relay.git
Testsuite: autopkgtest, autopkgtest-pkg-go
Testsuite-Triggers: curl, inspircd
Build-Depends: debhelper (>= 11), dh-golang, dh-exec, golang-any, golang-github-fluffle-goirc-dev (>= 1.1.1+ds-1), golang-github-gorilla-mux-dev, golang-github-prometheus-alertmanager-dev, golang-yaml.v2-dev
Package-List:
 alertmanager-irc-relay deb devel optional arch=any
Checksums-Sha1:
 edd62da5ce8eaf31d0288ecac13a0666f1ab697a 42932 alertmanager-irc-relay_0.4.2.orig.tar.xz
 bfa59cf63344618ef7e4fb16bf35728b334742f2 4856 alertmanager-irc-relay_0.4.2-1.debian.tar.xz
Checksums-Sha256:
 adcf11b64f395d3a5ba15a23d64bcd0a38a4893f36c06a5aa678de5eb0174691 42932 alertmanager-irc-relay_0.4.2.orig.tar.xz
 0c7f9dd5961d6fd64df321c38c15a7b9e9e1050dc6981508d5a00ac66aa86af4 4856 alertmanager-irc-relay_0.4.2-1.debian.tar.xz
Files:
 5c9cf48243b6e98cd84a145247886097 42932 alertmanager-irc-relay_0.4.2.orig.tar.xz
 4fcd34a7c2b30ab516560d07e8d8c2ea 4856 alertmanager-irc-relay_0.4.2-1.debian.tar.xz
Go-Import-Path: github.com/google/alertmanager-irc-relay

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

iQJHBAEBCAAxFiEESpRSzEXGrZapQW7YaWZyoGTcEJQFAmDHDzUTHGZpbGlwcG9A
ZGViaWFuLm9yZwAKCRBpZnKgZNwQlJpCEACxcGh/nxYApXPRx9EP0Y/eUcpVlE88
5XNWx/5Yfr3zFEiVWHgDmgMqY81/zd9iop01OYiEsMR3lEWsEfAbFvz3DKaBucjN
xND6zS6hvYIUd9J2LUzcQqgwUgjdw4JFzsd5MLM0wxjdWlZ1TGmHNTkPo10DYz1f
TomT4VCHuUT0IyTsLyrV0T5bvRis3okWmGhNjxTua8aG95ff0UQiLGDjs7jWlxGD
mgGo06Iy5IYsVdWpby9TBmJxaPX0d2JzKWS7ExUDN7gR+KwcUe/cToshXEEjJpIK
C4W0a3GexAGqBP0EzQwFIrK11D6cYbtGoXJxiolDk0f4d9CGjtbvVn+yDp7mvPea
PlnB/NxeIjU6V2QBATljININkKH8+Mq7sCuSlw5rp9QfRFdgtC76RCyOrrmz5cDh
PLJ3uIY0OTVr1z9CQzucxT5SvdC2p3uyjfuellWCLqoR8yOOAGU7HpGZ2CL8LiY8
NeaRxIJKudIvKNriXBw4xk4AZU5SN/XcAviQsl5lTB2AeFZ8JTOyR+uuFfWdtseS
JtShAr0Ao15cWQn7PEZyLWWePoOiBIf19rzD3cUi9sF7kVLCzMERrsLBK/1N/wpA
TRF0rkgJb4n80kwKjvwuEXNskxJH82iWMYzsF/c+gHymOqMNTm9+zYrNqKRUNInF
+IHb0L4klZgEzQ==
=CPzH
-----END PGP SIGNATURE-----

gpgv: Signature made Mon Jun 14 08:11:33 2021 UTC
gpgv:                using RSA key 4A9452CC45C6AD96A9416ED8696672A064DC1094
gpgv:                issuer "filippo@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./alertmanager-irc-relay_0.4.2-1.dsc: no acceptable signature found
dpkg-source: info: extracting alertmanager-irc-relay in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking alertmanager-irc-relay_0.4.2.orig.tar.xz
dpkg-source: info: unpacking alertmanager-irc-relay_0.4.2-1.debian.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 alertmanager-irc-relay
dpkg-buildpackage: info: source version 0.4.2-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Filippo Giunchedi <filippo@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean --buildsystem=golang --with=golang
   dh_auto_clean -O--buildsystem=golang
   dh_autoreconf_clean -O--buildsystem=golang
   dh_clean -O--buildsystem=golang
 debian/rules binary
dh binary --buildsystem=golang --with=golang
   dh_update_autotools_config -O--buildsystem=golang
   dh_autoreconf -O--buildsystem=golang
   dh_auto_configure -O--buildsystem=golang
   dh_auto_build -O--buildsystem=golang
	cd obj-aarch64-linux-gnu && go install -trimpath -v -p 8 github.com/google/alertmanager-irc-relay github.com/google/alertmanager-irc-relay/logging
internal/godebugs
internal/unsafeheader
internal/byteorder
internal/goarch
internal/goexperiment
internal/goos
internal/coverage/rtcov
internal/cpu
internal/profilerecord
internal/runtime/syscall
internal/abi
runtime/internal/math
runtime/internal/sys
internal/race
sync/atomic
unicode
internal/chacha8rand
unicode/utf8
internal/asan
internal/itoa
internal/bytealg
internal/runtime/atomic
internal/msan
container/list
math/bits
crypto/internal/alias
crypto/subtle
crypto/internal/boring/sig
cmp
math
unicode/utf16
vendor/golang.org/x/crypto/cryptobyte/asn1
internal/runtime/exithook
vendor/golang.org/x/crypto/internal/alias
internal/nettrace
encoding
github.com/fluffle/goirc/logging
log/internal
internal/stringslite
google.golang.org/protobuf/internal/flags
google.golang.org/protobuf/internal/set
runtime
github.com/klauspost/compress
internal/reflectlite
iter
internal/weak
runtime/metrics
sync
maps
slices
internal/bisect
internal/testlog
internal/singleflight
google.golang.org/protobuf/internal/pragma
errors
sort
runtime/cgo
internal/oserror
crypto/internal/edwards25519/field
strconv
io
crypto/internal/nistec/fiat
internal/godebug
hash
path
bytes
syscall
crypto/internal/randutil
math/rand
strings
crypto
reflect
crypto/internal/edwards25519
crypto/cipher
crypto/md5
crypto/internal/boring
crypto/des
crypto/aes
crypto/sha512
crypto/hmac
crypto/rc4
vendor/golang.org/x/crypto/hkdf
crypto/sha1
crypto/sha256
vendor/golang.org/x/net/dns/dnsmessage
math/rand/v2
bufio
hash/crc32
internal/concurrent
vendor/golang.org/x/text/transform
unique
time
internal/syscall/unix
internal/syscall/execenv
net/http/internal/ascii
regexp/syntax
hash/fnv
net/netip
github.com/beorn7/perks/quantile
github.com/munnerz/goautoneg
golang.org/x/text/internal/tag
golang.org/x/text/transform
html
regexp
context
io/fs
internal/poll
embed
internal/filepathlite
internal/fmtsort
encoding/binary
google.golang.org/protobuf/internal/editiondefaults
crypto/internal/nistec
os
vendor/golang.org/x/crypto/chacha20
vendor/golang.org/x/crypto/internal/poly1305
github.com/cespare/xxhash
encoding/base64
golang.org/x/sys/unix
github.com/klauspost/compress/internal/snapref
encoding/pem
vendor/golang.org/x/crypto/chacha20poly1305
crypto/ecdh
fmt
google.golang.org/protobuf/internal/detrand
io/ioutil
path/filepath
github.com/prometheus/procfs/internal/util
vendor/golang.org/x/sys/cpu
net
os/signal
vendor/golang.org/x/crypto/sha3
encoding/hex
net/url
math/big
flag
encoding/json
github.com/golang/mock/gomock
log
compress/flate
vendor/golang.org/x/text/unicode/bidi
github.com/google/alertmanager-irc-relay/logging
github.com/fluffle/goirc/state
vendor/golang.org/x/text/unicode/norm
vendor/golang.org/x/net/http2/hpack
vendor/golang.org/x/text/secure/bidirule
compress/gzip
mime
mime/quotedprintable
net/http/internal
github.com/go-logfmt/logfmt
google.golang.org/protobuf/internal/errors
go/token
google.golang.org/protobuf/encoding/protowire
google.golang.org/protobuf/reflect/protoreflect
google.golang.org/protobuf/internal/version
crypto/elliptic
crypto/internal/bigmod
crypto/internal/boring/bbig
encoding/asn1
crypto/rand
crypto/dsa
crypto/ed25519
crypto/internal/hpke
crypto/internal/mlkem768
github.com/go-kit/log
runtime/debug
vendor/golang.org/x/net/idna
crypto/rsa
github.com/prometheus/procfs/internal/fs
vendor/golang.org/x/crypto/cryptobyte
crypto/x509/pkix
google.golang.org/protobuf/internal/descfmt
github.com/go-kit/log/level
google.golang.org/protobuf/internal/descopts
google.golang.org/protobuf/internal/strs
google.golang.org/protobuf/internal/encoding/messageset
github.com/prometheus/alertmanager/featurecontrol
google.golang.org/protobuf/internal/genid
google.golang.org/protobuf/internal/order
google.golang.org/protobuf/reflect/protoregistry
google.golang.org/protobuf/runtime/protoiface
google.golang.org/protobuf/internal/encoding/text
golang.org/x/text/internal/language
golang.org/x/text/unicode/norm
text/template/parse
crypto/ecdsa
github.com/klauspost/compress/fse
google.golang.org/protobuf/proto
google.golang.org/protobuf/internal/encoding/defval
gopkg.in/yaml.v2
github.com/klauspost/compress/huff0
text/template
google.golang.org/protobuf/internal/filedesc
google.golang.org/protobuf/encoding/prototext
google.golang.org/protobuf/encoding/protodelim
golang.org/x/text/internal/language/compact
github.com/klauspost/compress/zstd
golang.org/x/text/language
golang.org/x/text/internal
golang.org/x/text/cases
html/template
google.golang.org/protobuf/internal/encoding/tag
google.golang.org/protobuf/internal/impl
golang.org/x/net/internal/socks
vendor/golang.org/x/net/http/httpproxy
net/textproto
crypto/x509
github.com/prometheus/procfs
golang.org/x/net/proxy
vendor/golang.org/x/net/http/httpguts
mime/multipart
google.golang.org/protobuf/internal/filetype
crypto/tls
google.golang.org/protobuf/runtime/protoimpl
google.golang.org/protobuf/types/known/timestamppb
github.com/prometheus/client_model/go
github.com/prometheus/common/model
github.com/prometheus/alertmanager/pkg/labels
github.com/prometheus/client_golang/prometheus/internal
github.com/prometheus/alertmanager/matchers/parse
github.com/prometheus/alertmanager/matchers/compat
net/http/httptrace
github.com/fluffle/goirc/client
net/http
github.com/gorilla/mux
expvar
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
github.com/prometheus/common/expfmt
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
github.com/prometheus/client_golang/prometheus
github.com/prometheus/alertmanager/types
github.com/prometheus/client_golang/prometheus/promauto
github.com/prometheus/client_golang/prometheus/promhttp
github.com/prometheus/alertmanager/template
github.com/google/alertmanager-irc-relay
   dh_auto_test -O--buildsystem=golang
	cd obj-aarch64-linux-gnu && go test -vet=off -v -p 8 github.com/google/alertmanager-irc-relay github.com/google/alertmanager-irc-relay/logging
?   	github.com/google/alertmanager-irc-relay/logging	[no test files]
=== RUN   TestBackoffIncreasesAndReachesMax
--- PASS: TestBackoffIncreasesAndReachesMax (0.00s)
=== RUN   TestBackoffReset
--- PASS: TestBackoffReset (0.00s)
=== RUN   TestBackoffDelayContext
2024/11/15 18:30:50.522193 backoff.go:111: INFO Backoff for 0s starts
2024/11/15 18:30:50.522625 backoff.go:114: INFO Backoff for 0s ends
2024/11/15 18:30:50.522638 backoff.go:111: INFO Backoff for 2ms starts
2024/11/15 18:30:50.522647 backoff.go:116: INFO Backoff for 2ms canceled by context
--- PASS: TestBackoffDelayContext (0.00s)
=== RUN   TestNoConfig
--- PASS: TestNoConfig (0.00s)
=== RUN   TestLoadGoodConfig
--- PASS: TestLoadGoodConfig (0.00s)
=== RUN   TestLoadWithEnvironmentVariables
--- PASS: TestLoadWithEnvironmentVariables (0.00s)
=== RUN   TestLoadBadFile
--- PASS: TestLoadBadFile (0.00s)
=== RUN   TestLoadBadConfig
--- PASS: TestLoadBadConfig (0.00s)
=== RUN   TestMsgOnceDefaultTemplate
--- PASS: TestMsgOnceDefaultTemplate (0.00s)
=== RUN   TestMsgDefaultTemplate
--- PASS: TestMsgDefaultTemplate (0.00s)
=== RUN   TestGivenTemplateNotOverwritten
--- PASS: TestGivenTemplateNotOverwritten (0.00s)
=== RUN   TestTemplateErrorsCreateRawAlertMsg
2024/11/15 18:30:50.526113 format.go:59: ERROR Could not apply msg template on alert (template: msg:1:18: executing "msg" at <nil>: nil is not a command): {"status":"resolved","labels":{"alertname":"airDown","instance":"instance1:3456","job":"air","service":"prometheus","severity":"ticket","zone":"global"},"annotations":{"DESCRIPTION":"service /prometheus has irc gateway down on instance1","SUMMARY":"service /prometheus air down on instance1"},"startsAt":"2017-05-15T13:49:37.834Z","endsAt":"2017-05-15T13:50:37.835Z","generatorURL":"https://prometheus.example.com/prometheus/...","fingerprint":"66214a361160fb6f"}
2024/11/15 18:30:50.526138 format.go:61: WARN Sending raw alert
2024/11/15 18:30:50.526182 format.go:59: ERROR Could not apply msg template on alert (template: msg:1:18: executing "msg" at <nil>: nil is not a command): {"status":"resolved","labels":{"alertname":"airDown","instance":"instance2:7890","job":"air","service":"prometheus","severity":"ticket","zone":"global"},"annotations":{"DESCRIPTION":"service /prometheus has irc gateway down on instance2","SUMMARY":"service /prometheus air down on instance2"},"startsAt":"2017-05-15T11:47:37.834Z","endsAt":"2017-05-15T11:48:37.834Z","generatorURL":"https://prometheus.example.com/prometheus/...","fingerprint":"25a874c99325d1ce"}
2024/11/15 18:30:50.526196 format.go:61: WARN Sending raw alert
--- PASS: TestTemplateErrorsCreateRawAlertMsg (0.00s)
=== RUN   TestAlertsDispatchedOnce
--- PASS: TestAlertsDispatchedOnce (0.00s)
=== RUN   TestStringsFunctions
--- PASS: TestStringsFunctions (0.00s)
=== RUN   TestUrlFunctions
--- PASS: TestUrlFunctions (0.00s)
=== RUN   TestAlertsDispatched
2024/11/15 18:30:50.527589 http.go:132: INFO Starting HTTP server
--- PASS: TestAlertsDispatched (0.00s)
=== RUN   TestRootReturnsError
2024/11/15 18:30:50.528365 http.go:132: INFO Starting HTTP server
--- PASS: TestRootReturnsError (0.00s)
=== RUN   TestInvalidDataReturnsError
2024/11/15 18:30:50.528648 http.go:132: INFO Starting HTTP server
2024/11/15 18:30:50.528697 http.go:96: ERROR Could not decode request body (invalid character '}' looking for beginning of object key string): {"this is not": "a valid alert",}
--- PASS: TestInvalidDataReturnsError (0.00s)
=== RUN   TestServerPassword
2024/11/15 18:30:50.529124 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:33343
2024/11/15 18:30:50.529219 irc.go:300: INFO Connecting to IRC 127.0.0.1:33343
2024/11/15 18:30:50.529244 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.529266 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:33343.
2024/11/15 18:30:50.529840 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.529846 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:44350
2024/11/15 18:30:50.529936 irc_server_for_test.go:119: INFO =Server= Received PASS hostsecret

2024/11/15 18:30:50.529966 irc_server_for_test.go:96: INFO =Server= No handler for command 'PASS', skipping
2024/11/15 18:30:50.529983 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.530000 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.530008 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.530169 irc.go:144: INFO Session established
2024/11/15 18:30:50.530231 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.530252 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.530273 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.530331 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.530361 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.530393 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.530441 reconciler.go:120: INFO Channel #foo monitor: context canceled while waiting for join
2024/11/15 18:30:50.530449 irc.go:294: INFO IRC routine asked to terminate
2024/11/15 18:30:50.530486 irc.go:269: INFO IRC client connected, quitting
2024/11/15 18:30:50.530511 irc.go:272: INFO Wait for IRC disconnect to complete
2024/11/15 18:30:50.530600 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.530629 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.530705 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.530816 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.530844 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.530877 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestServerPassword (0.00s)
=== RUN   TestSendAlertOnPreJoinedChannel
2024/11/15 18:30:50.531026 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:37767
2024/11/15 18:30:50.531076 irc.go:300: INFO Connecting to IRC 127.0.0.1:37767
2024/11/15 18:30:50.531096 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.531113 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:37767.
2024/11/15 18:30:50.531333 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:47820
2024/11/15 18:30:50.531358 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.531498 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.531523 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.531537 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.531676 irc.go:144: INFO Session established
2024/11/15 18:30:50.531738 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.531754 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.531774 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.531887 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.531910 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.531919 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.532012 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.532028 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.532061 reconciler.go:116: INFO Channel #foo monitor: join succeeded
2024/11/15 18:30:50.532102 irc_server_for_test.go:119: INFO =Server= Received NOTICE #foo :test message

2024/11/15 18:30:50.532144 reconciler.go:129: INFO Channel #foo monitor: context canceled while monitoring
2024/11/15 18:30:50.532147 irc.go:294: INFO IRC routine asked to terminate
2024/11/15 18:30:50.532166 irc.go:269: INFO IRC client connected, quitting
2024/11/15 18:30:50.532180 irc.go:272: INFO Wait for IRC disconnect to complete
2024/11/15 18:30:50.532238 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.532271 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.532342 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.532485 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.532512 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.532547 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestSendAlertOnPreJoinedChannel (0.00s)
=== RUN   TestUsePrivmsgToSendAlertOnPreJoinedChannel
2024/11/15 18:30:50.532678 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:45129
2024/11/15 18:30:50.532729 irc.go:300: INFO Connecting to IRC 127.0.0.1:45129
2024/11/15 18:30:50.532750 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.532763 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:45129.
2024/11/15 18:30:50.532945 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:51814
2024/11/15 18:30:50.532988 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.533052 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.533080 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.533089 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.533233 irc.go:144: INFO Session established
2024/11/15 18:30:50.533307 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.533321 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.533340 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.533421 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.533442 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.533455 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.533567 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.533584 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.533629 reconciler.go:116: INFO Channel #foo monitor: join succeeded
2024/11/15 18:30:50.533652 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG #foo :test message

2024/11/15 18:30:50.533702 irc.go:294: INFO IRC routine asked to terminate
2024/11/15 18:30:50.533718 irc.go:269: INFO IRC client connected, quitting
2024/11/15 18:30:50.533729 irc.go:272: INFO Wait for IRC disconnect to complete
2024/11/15 18:30:50.533705 reconciler.go:129: INFO Channel #foo monitor: context canceled while monitoring
2024/11/15 18:30:50.533823 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.533851 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.533921 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.534020 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.534041 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.534077 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestUsePrivmsgToSendAlertOnPreJoinedChannel (0.00s)
=== RUN   TestSendAlertAndJoinChannel
2024/11/15 18:30:50.534213 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:40541
2024/11/15 18:30:50.534262 irc.go:300: INFO Connecting to IRC 127.0.0.1:40541
2024/11/15 18:30:50.534283 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.534297 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:40541.
2024/11/15 18:30:50.534467 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:59048
2024/11/15 18:30:50.534495 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.534543 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.534569 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.534587 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.534692 irc.go:144: INFO Session established
2024/11/15 18:30:50.534754 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.534770 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.534790 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.534846 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.534865 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.534890 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.534934 reconciler.go:245: INFO Request to JOIN new channel #foobar
2024/11/15 18:30:50.534994 reconciler.go:103: INFO Channel #foobar monitor: waiting to join
2024/11/15 18:30:50.535007 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.535027 reconciler.go:112: INFO Channel #foobar monitor: join request sent
2024/11/15 18:30:50.535104 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foobar

2024/11/15 18:30:50.535124 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.535133 irc_server_for_test.go:119: INFO =Server= Received JOIN #foobar 

2024/11/15 18:30:50.535136 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.535155 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.535183 reconciler.go:116: INFO Channel #foo monitor: join succeeded
2024/11/15 18:30:50.535207 reconciler.go:201: INFO Received JOIN confirmation for channel #foobar
2024/11/15 18:30:50.535230 reconciler.go:77: INFO Setting JOIN state on channel #foobar
2024/11/15 18:30:50.535247 reconciler.go:116: INFO Channel #foobar monitor: join succeeded
2024/11/15 18:30:50.535313 irc_server_for_test.go:119: INFO =Server= Received NOTICE #foobar :test message

2024/11/15 18:30:50.535351 reconciler.go:129: INFO Channel #foo monitor: context canceled while monitoring
2024/11/15 18:30:50.535357 irc.go:294: INFO IRC routine asked to terminate
2024/11/15 18:30:50.535368 reconciler.go:129: INFO Channel #foobar monitor: context canceled while monitoring
2024/11/15 18:30:50.535369 irc.go:269: INFO IRC client connected, quitting
2024/11/15 18:30:50.535384 irc.go:272: INFO Wait for IRC disconnect to complete
2024/11/15 18:30:50.535449 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.535470 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.535517 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.535625 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.535644 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.535672 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestSendAlertAndJoinChannel (0.00s)
=== RUN   TestSendAlertDisconnected
2024/11/15 18:30:50.535818 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:41111
2024/11/15 18:30:50.535873 irc.go:300: INFO Connecting to IRC 127.0.0.1:41111
2024/11/15 18:30:50.535893 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.535905 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:41111.
2024/11/15 18:30:50.536067 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:59428
2024/11/15 18:30:50.536107 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.536148 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.536174 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.536187 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.536202 irc_test.go:292: INFO =Server= Wait before completing session
2024/11/15 18:30:50.536211 irc_test.go:294: INFO =Server= Completing session
2024/11/15 18:30:50.536310 irc.go:144: INFO Session established
2024/11/15 18:30:50.536355 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.536368 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.536388 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.536447 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.536467 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.536492 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.536584 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.536602 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.536632 reconciler.go:116: INFO Channel #foo monitor: join succeeded
2024/11/15 18:30:50.536668 irc_server_for_test.go:119: INFO =Server= Received NOTICE #foo :connected test message

2024/11/15 18:30:50.536704 reconciler.go:129: INFO Channel #foo monitor: context canceled while monitoring
2024/11/15 18:30:50.536710 irc.go:294: INFO IRC routine asked to terminate
2024/11/15 18:30:50.536722 irc.go:269: INFO IRC client connected, quitting
2024/11/15 18:30:50.536737 irc.go:272: INFO Wait for IRC disconnect to complete
2024/11/15 18:30:50.536794 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.536816 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.536870 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.536991 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.537017 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.537052 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestSendAlertDisconnected (0.00s)
=== RUN   TestReconnect
2024/11/15 18:30:50.537193 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:34229
2024/11/15 18:30:50.537243 irc.go:300: INFO Connecting to IRC 127.0.0.1:34229
2024/11/15 18:30:50.537264 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.537276 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:34229.
2024/11/15 18:30:50.537458 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:58786
2024/11/15 18:30:50.537489 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.537546 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.537568 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.537588 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.537700 irc.go:144: INFO Session established
2024/11/15 18:30:50.537757 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.537772 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.537792 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.537885 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.537908 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.537917 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.537979 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.538024 irc_server_for_test.go:115: INFO =Server= Could not read from 127.0.0.1:58786: read tcp 127.0.0.1:34229->127.0.0.1:58786: use of closed network connection
2024/11/15 18:30:50.538073 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.538091 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.538122 reconciler.go:116: INFO Channel #foo monitor: join succeeded
2024/11/15 18:30:50.538125 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.538158 reconciler.go:129: INFO Channel #foo monitor: context canceled while monitoring
2024/11/15 18:30:50.538181 irc.go:300: INFO Connecting to IRC 127.0.0.1:34229
2024/11/15 18:30:50.538192 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.538210 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:34229.
2024/11/15 18:30:50.538380 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:58792
2024/11/15 18:30:50.538407 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.538486 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.538508 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.538521 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.538616 irc.go:144: INFO Session established
2024/11/15 18:30:50.538674 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.538689 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.538703 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.538779 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.538798 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.538807 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.538853 reconciler.go:120: INFO Channel #foo monitor: context canceled while waiting for join
2024/11/15 18:30:50.538857 irc.go:294: INFO IRC routine asked to terminate
2024/11/15 18:30:50.538882 irc.go:269: INFO IRC client connected, quitting
2024/11/15 18:30:50.538889 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.538899 irc.go:272: INFO Wait for IRC disconnect to complete
2024/11/15 18:30:50.538902 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.538977 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.539005 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.539083 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.539197 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.539225 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.539257 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestReconnect (0.00s)
=== RUN   TestConnectErrorRetry
2024/11/15 18:30:50.539389 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:46349
2024/11/15 18:30:50.539437 irc.go:300: INFO Connecting to IRC 127.0.0.1:46349
2024/11/15 18:30:50.539457 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.539467 fake_delayer.go:45: INFO Waiting StopDelay signal
2024/11/15 18:30:50.539479 fake_delayer.go:47: INFO Received StopDelay signal
2024/11/15 18:30:50.539492 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:46349.
2024/11/15 18:30:50.539653 connection.go:399: INFO irc.Connect(): Performing SSL handshake.
2024/11/15 18:30:50.539666 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:56428
2024/11/15 18:30:50.539677 irc_server_for_test.go:157: INFO =Server= Closing connection early
2024/11/15 18:30:50.540493 irc.go:305: ERROR Could not connect to IRC: EOF
2024/11/15 18:30:50.540512 irc.go:300: INFO Connecting to IRC 127.0.0.1:46349
2024/11/15 18:30:50.540520 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.540528 fake_delayer.go:45: INFO Waiting StopDelay signal
2024/11/15 18:30:50.540543 fake_delayer.go:47: INFO Received StopDelay signal
2024/11/15 18:30:50.540557 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:46349.
2024/11/15 18:30:50.540727 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:56444
2024/11/15 18:30:50.540767 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.540844 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.540871 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.540880 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.541005 irc.go:144: INFO Session established
2024/11/15 18:30:50.541049 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.541062 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.541074 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.541152 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.541173 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.541182 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.541238 reconciler.go:120: INFO Channel #foo monitor: context canceled while waiting for join
2024/11/15 18:30:50.541257 irc.go:294: INFO IRC routine asked to terminate
2024/11/15 18:30:50.541266 irc.go:269: INFO IRC client connected, quitting
2024/11/15 18:30:50.541277 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.541292 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.541281 irc.go:272: INFO Wait for IRC disconnect to complete
2024/11/15 18:30:50.541322 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.541348 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.541402 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.541505 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.541531 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.541561 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestConnectErrorRetry (0.00s)
=== RUN   TestIdentify
2024/11/15 18:30:50.541691 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:42345
2024/11/15 18:30:50.541740 irc.go:300: INFO Connecting to IRC 127.0.0.1:42345
2024/11/15 18:30:50.541762 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.541776 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:42345.
2024/11/15 18:30:50.541948 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:46928
2024/11/15 18:30:50.541959 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.542016 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.542080 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.542124 irc.go:165: INFO Received NOTICE from NickServ: This nickname is registered. Please choose a different nickname, or identify yourself ktnxbye.
2024/11/15 18:30:50.542151 irc.go:189: INFO Handling NickServ request to IDENTIFY
2024/11/15 18:30:50.542208 irc.go:144: INFO Session established
2024/11/15 18:30:50.542229 irc.go:224: INFO Waiting for NickServ to notice us and issue an identify request
2024/11/15 18:30:50.542247 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG NickServ :IDENTIFY nickpassword

2024/11/15 18:30:50.542263 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.542268 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.542271 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.542284 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.542368 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.542409 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.542426 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.542470 reconciler.go:120: INFO Channel #foo monitor: context canceled while waiting for join
2024/11/15 18:30:50.542492 irc.go:294: INFO IRC routine asked to terminate
2024/11/15 18:30:50.542509 irc.go:269: INFO IRC client connected, quitting
2024/11/15 18:30:50.542526 irc.go:272: INFO Wait for IRC disconnect to complete
2024/11/15 18:30:50.542543 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.542560 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.542576 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.542602 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.542659 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.542767 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.542796 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.542845 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestIdentify (0.00s)
=== RUN   TestGhost
2024/11/15 18:30:50.543008 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:42291
2024/11/15 18:30:50.543064 irc.go:300: INFO Connecting to IRC 127.0.0.1:42291
2024/11/15 18:30:50.543085 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.543105 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:42291.
2024/11/15 18:30:50.543295 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:59606
2024/11/15 18:30:50.543337 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.543383 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.543417 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.543519 irc.go:57: INFO Received: ':example.com 433 * foo :nick in use'
2024/11/15 18:30:50.543571 irc_server_for_test.go:119: INFO =Server= Received NICK foo^

2024/11/15 18:30:50.543689 irc.go:144: INFO Session established
2024/11/15 18:30:50.543716 irc.go:204: INFO My nick is 'foo^', sending GHOST to NickServ to get 'foo'
2024/11/15 18:30:50.543738 irc.go:210: INFO Changing nick to 'foo'
2024/11/15 18:30:50.543751 irc.go:224: INFO Waiting for NickServ to notice us and issue an identify request
2024/11/15 18:30:50.543779 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.543791 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.543804 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.543907 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG NickServ :GHOST foo nickpassword

2024/11/15 18:30:50.543932 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.543944 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.543960 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.543973 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.543984 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.544024 reconciler.go:120: INFO Channel #foo monitor: context canceled while waiting for join
2024/11/15 18:30:50.544043 irc.go:294: INFO IRC routine asked to terminate
2024/11/15 18:30:50.544052 irc.go:269: INFO IRC client connected, quitting
2024/11/15 18:30:50.544082 irc.go:272: INFO Wait for IRC disconnect to complete
2024/11/15 18:30:50.544139 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.544163 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.544216 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.544336 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.544357 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.544395 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestGhost (0.00s)
=== RUN   TestStopRunningWhenHalfConnected
2024/11/15 18:30:50.544528 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:45839
2024/11/15 18:30:50.544583 irc.go:300: INFO Connecting to IRC 127.0.0.1:45839
2024/11/15 18:30:50.544606 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.544620 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:45839.
2024/11/15 18:30:50.544797 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:52764
2024/11/15 18:30:50.544812 irc.go:308: INFO Connected to IRC server, waiting to establish session
2024/11/15 18:30:50.544834 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.544853 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.544874 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.544891 irc_test.go:589: INFO =Server= NOT completing session
2024/11/15 18:30:50.544926 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.545006 connection.go:466: ERROR irc.recv(): read tcp 127.0.0.1:52764->127.0.0.1:45839: use of closed network connection
2024/11/15 18:30:50.545028 irc_server_for_test.go:113: INFO =Server= Client 127.0.0.1:52764 disconnected
2024/11/15 18:30:50.545044 irc.go:150: INFO Disconnected from IRC
2024/11/15 18:30:50.545304 irc.go:321: INFO IRC routine asked to terminate
2024/11/15 18:30:50.545338 irc.go:280: INFO IRC shutdown complete
2024/11/15 18:30:50.545399 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestStopRunningWhenHalfConnected (0.00s)
=== RUN   TestPreJoinChannels
2024/11/15 18:30:50.545564 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:40769
2024/11/15 18:30:50.545621 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:40769.
2024/11/15 18:30:50.545857 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:40770
2024/11/15 18:30:50.545933 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.545967 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.545990 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.546120 reconciler.go:103: INFO Channel #baz monitor: waiting to join
2024/11/15 18:30:50.546146 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.546146 reconciler.go:103: INFO Channel #bar monitor: waiting to join
2024/11/15 18:30:50.546160 reconciler.go:112: INFO Channel #baz monitor: join request sent
2024/11/15 18:30:50.546124 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.546163 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.546178 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.546187 reconciler.go:112: INFO Channel #bar monitor: join request sent
2024/11/15 18:30:50.546193 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.546268 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #baz

2024/11/15 18:30:50.546292 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.546303 irc_server_for_test.go:119: INFO =Server= Received JOIN #baz 

2024/11/15 18:30:50.546351 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #bar

2024/11/15 18:30:50.546368 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.546377 irc_server_for_test.go:119: INFO =Server= Received JOIN #bar 

2024/11/15 18:30:50.546394 reconciler.go:201: INFO Received JOIN confirmation for channel #baz
2024/11/15 18:30:50.546403 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.546413 reconciler.go:77: INFO Setting JOIN state on channel #baz
2024/11/15 18:30:50.546417 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.546441 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.546450 reconciler.go:116: INFO Channel #baz monitor: join succeeded
2024/11/15 18:30:50.546472 reconciler.go:201: INFO Received JOIN confirmation for channel #bar
2024/11/15 18:30:50.546490 reconciler.go:77: INFO Setting JOIN state on channel #bar
2024/11/15 18:30:50.546507 reconciler.go:116: INFO Channel #bar monitor: join succeeded
2024/11/15 18:30:50.546519 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.546537 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.546553 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.546568 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.546591 reconciler.go:116: INFO Channel #foo monitor: join succeeded
2024/11/15 18:30:50.546595 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.546723 reconciler.go:129: INFO Channel #baz monitor: context canceled while monitoring
2024/11/15 18:30:50.546741 reconciler.go:129: INFO Channel #foo monitor: context canceled while monitoring
2024/11/15 18:30:50.546751 reconciler.go:129: INFO Channel #bar monitor: context canceled while monitoring
2024/11/15 18:30:50.546796 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestPreJoinChannels (0.00s)
=== RUN   TestKeepJoining
2024/11/15 18:30:50.546924 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:35687
2024/11/15 18:30:50.546990 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:35687.
2024/11/15 18:30:50.547158 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:60042
2024/11/15 18:30:50.547214 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.547235 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.547248 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.547375 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.547392 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.547411 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.547468 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.547487 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.547512 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.547544 reconciler.go:118: WARN Channel #foo monitor: could not join after 10 seconds, will retry
2024/11/15 18:30:50.547558 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.547566 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.547587 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.547650 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.547687 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.547703 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.547736 reconciler.go:118: WARN Channel #foo monitor: could not join after 10 seconds, will retry
2024/11/15 18:30:50.547752 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.547759 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.547780 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.547832 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.547852 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.547878 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.547961 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.547986 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.548007 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.548028 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.548053 reconciler.go:116: INFO Channel #foo monitor: join succeeded
2024/11/15 18:30:50.548049 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.548171 reconciler.go:129: INFO Channel #foo monitor: context canceled while monitoring
2024/11/15 18:30:50.548218 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestKeepJoining (0.00s)
=== RUN   TestKickRejoin
2024/11/15 18:30:50.548368 irc_server_for_test.go:201: INFO =Server= Test server listening on 127.0.0.1:35017
2024/11/15 18:30:50.548414 connection.go:390: INFO irc.Connect(): Connecting to 127.0.0.1:35017.
2024/11/15 18:30:50.548587 irc_server_for_test.go:171: INFO =Server= New client connected from 127.0.0.1:51248
2024/11/15 18:30:50.548626 irc_server_for_test.go:119: INFO =Server= Received NICK foo

2024/11/15 18:30:50.548646 irc_server_for_test.go:96: INFO =Server= No handler for command 'NICK', skipping
2024/11/15 18:30:50.548661 irc_server_for_test.go:119: INFO =Server= Received USER foo 12 * :

2024/11/15 18:30:50.548768 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.548785 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.548806 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.548858 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.548877 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.548902 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.548960 irc_server_for_test.go:139: INFO =Server= sending to client: :test!~test@example.com KICK #foo foo :Bye!
2024/11/15 18:30:50.548988 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.549007 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.549042 reconciler.go:219: INFO Received KICK for channel #foo
2024/11/15 18:30:50.549057 reconciler.go:91: INFO Removing JOIN state on channel #foo
2024/11/15 18:30:50.549064 reconciler.go:116: INFO Channel #foo monitor: join succeeded
2024/11/15 18:30:50.549091 reconciler.go:103: INFO Channel #foo monitor: waiting to join
2024/11/15 18:30:50.549101 fake_delayer.go:43: INFO Faking Backoff
2024/11/15 18:30:50.549120 reconciler.go:112: INFO Channel #foo monitor: join request sent
2024/11/15 18:30:50.549182 irc_server_for_test.go:119: INFO =Server= Received PRIVMSG ChanServ :UNBAN #foo

2024/11/15 18:30:50.549206 irc_server_for_test.go:96: INFO =Server= No handler for command 'PRIVMSG', skipping
2024/11/15 18:30:50.549238 irc_server_for_test.go:119: INFO =Server= Received JOIN #foo 

2024/11/15 18:30:50.549314 irc_server_for_test.go:119: INFO =Server= Received QUIT :see ya

2024/11/15 18:30:50.549337 irc_server_for_test.go:127: INFO =Server= Closing connection: client asked to terminate
2024/11/15 18:30:50.549360 reconciler.go:201: INFO Received JOIN confirmation for channel #foo
2024/11/15 18:30:50.549377 reconciler.go:77: INFO Setting JOIN state on channel #foo
2024/11/15 18:30:50.549390 connection.go:577: INFO irc.Close(): Disconnected from server.
2024/11/15 18:30:50.549398 reconciler.go:116: INFO Channel #foo monitor: join succeeded
2024/11/15 18:30:50.549505 reconciler.go:129: INFO Channel #foo monitor: context canceled while monitoring
2024/11/15 18:30:50.549537 irc_server_for_test.go:168: INFO =Server= Stopped accepting new connections
--- PASS: TestKickRejoin (0.00s)
PASS
ok  	github.com/google/alertmanager-irc-relay	0.043s
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=golang
   dh_prep -O--buildsystem=golang
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_install -- --no-source
	cd obj-aarch64-linux-gnu && mkdir -p /<<PKGBUILDDIR>>/debian/alertmanager-irc-relay/usr
	cd obj-aarch64-linux-gnu && cp -r bin /<<PKGBUILDDIR>>/debian/alertmanager-irc-relay/usr
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install -O--buildsystem=golang
   dh_installdocs -O--buildsystem=golang
   dh_installchangelogs -O--buildsystem=golang
   dh_installinit -O--buildsystem=golang
   dh_installsystemd -O--buildsystem=golang
   dh_perl -O--buildsystem=golang
   dh_link -O--buildsystem=golang
   dh_strip_nondeterminism -O--buildsystem=golang
   dh_compress -O--buildsystem=golang
   dh_fixperms -O--buildsystem=golang
   dh_missing -O--buildsystem=golang
   dh_strip -O--buildsystem=golang
   dh_makeshlibs -O--buildsystem=golang
   dh_shlibdeps -O--buildsystem=golang
   dh_installdeb -O--buildsystem=golang
   dh_golang -O--buildsystem=golang
   dh_gencontrol -O--buildsystem=golang
dpkg-gencontrol: warning: package alertmanager-irc-relay: substitution variable ${misc:Static-Built-Using} unused, but is defined
dpkg-gencontrol: warning: package alertmanager-irc-relay: substitution variable ${misc:Static-Built-Using} unused, but is defined
   dh_md5sums -O--buildsystem=golang
   dh_builddeb -O--buildsystem=golang
dpkg-deb: building package 'alertmanager-irc-relay' in '../alertmanager-irc-relay_0.4.2-1_arm64.deb'.
dpkg-deb: building package 'alertmanager-irc-relay-dbgsym' in '../alertmanager-irc-relay-dbgsym_0.4.2-1_arm64.deb'.
 dpkg-genbuildinfo --build=binary -O../alertmanager-irc-relay_0.4.2-1_arm64.buildinfo
 dpkg-genchanges --build=binary -O../alertmanager-irc-relay_0.4.2-1_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-15T18:30:59Z

Finished
--------

I: Built successfully

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


alertmanager-irc-relay_0.4.2-1_arm64.changes:
---------------------------------------------

Format: 1.8
Date: Mon, 14 Jun 2021 10:05:07 +0200
Source: alertmanager-irc-relay
Binary: alertmanager-irc-relay alertmanager-irc-relay-dbgsym
Architecture: arm64
Version: 0.4.2-1
Distribution: sid
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By: Filippo Giunchedi <filippo@debian.org>
Description:
 alertmanager-irc-relay - Send Prometheus Alerts to IRC using Webhooks
Changes:
 alertmanager-irc-relay (0.4.2-1) unstable; urgency=medium
 .
   * New upstream release
   ** Add libera.chat NickServ patterns to IDENTIFY
Checksums-Sha1:
 5262fefd3ed84a648d62f2c25cfa68a4afbf83fb 3512152 alertmanager-irc-relay-dbgsym_0.4.2-1_arm64.deb
 4b84d025710e5c7f2b54cd85de88cdcdd5028051 14089 alertmanager-irc-relay_0.4.2-1_arm64.buildinfo
 4a598ac0441233f4765eaf1602f10c8cd82450f7 2868980 alertmanager-irc-relay_0.4.2-1_arm64.deb
Checksums-Sha256:
 63952accc12539a637e07eda4ef773de2a27a14932010ab92d3a2f69cdcfc047 3512152 alertmanager-irc-relay-dbgsym_0.4.2-1_arm64.deb
 25a278e6aa78f5487e8bdc29f485db1608fdbfb3352f78bb201811e29c155225 14089 alertmanager-irc-relay_0.4.2-1_arm64.buildinfo
 689d64deeb81c752ea7231540094efcbba436a634757e0bdc50be9de5f1c3d65 2868980 alertmanager-irc-relay_0.4.2-1_arm64.deb
Files:
 1d67f03b1020558afc59986a94038210 3512152 debug optional alertmanager-irc-relay-dbgsym_0.4.2-1_arm64.deb
 6afc3e583007dbe0e45e599c9b071cd6 14089 devel optional alertmanager-irc-relay_0.4.2-1_arm64.buildinfo
 a2d8a1d631ac8a1adf9f16b887ab5001 2868980 devel optional alertmanager-irc-relay_0.4.2-1_arm64.deb

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

Format: 1.0
Source: alertmanager-irc-relay
Binary: alertmanager-irc-relay alertmanager-irc-relay-dbgsym
Architecture: arm64
Version: 0.4.2-1
Checksums-Md5:
 1d67f03b1020558afc59986a94038210 3512152 alertmanager-irc-relay-dbgsym_0.4.2-1_arm64.deb
 a2d8a1d631ac8a1adf9f16b887ab5001 2868980 alertmanager-irc-relay_0.4.2-1_arm64.deb
Checksums-Sha1:
 5262fefd3ed84a648d62f2c25cfa68a4afbf83fb 3512152 alertmanager-irc-relay-dbgsym_0.4.2-1_arm64.deb
 4a598ac0441233f4765eaf1602f10c8cd82450f7 2868980 alertmanager-irc-relay_0.4.2-1_arm64.deb
Checksums-Sha256:
 63952accc12539a637e07eda4ef773de2a27a14932010ab92d3a2f69cdcfc047 3512152 alertmanager-irc-relay-dbgsym_0.4.2-1_arm64.deb
 689d64deeb81c752ea7231540094efcbba436a634757e0bdc50be9de5f1c3d65 2868980 alertmanager-irc-relay_0.4.2-1_arm64.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Fri, 15 Nov 2024 18:30:59 +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),
 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.20+b1),
 dh-autoreconf (= 20),
 dh-exec (= 0.30+b1),
 dh-golang (= 1.62),
 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),
 golang-1.23-go (= 1.23.3-2),
 golang-1.23-src (= 1.23.3-2),
 golang-any (= 2:1.23~2),
 golang-dbus-dev (= 5.1.0-1),
 golang-github-alecthomas-units-dev (= 0.0~git20240626.61d1e34-1),
 golang-github-antlr-antlr4-dev (= 4.11.1+ds-2),
 golang-github-armon-go-metrics-dev (= 0.4.1-1),
 golang-github-asaskevich-govalidator-dev (= 11.0.1-1),
 golang-github-aws-aws-sdk-go-dev (= 1.49.0-2),
 golang-github-benbjohnson-clock-dev (= 1.3.0-1),
 golang-github-beorn7-perks-dev (= 1.0.1-1),
 golang-github-burntsushi-toml-dev (= 1.4.0-1),
 golang-github-cenkalti-backoff-dev (= 4.3.0-1),
 golang-github-cespare-xxhash-dev (= 2.3.0-1),
 golang-github-chzyer-readline-dev (= 1.4.39.g2972be2-3),
 golang-github-circonus-labs-circonus-gometrics-dev (= 2.3.1-4),
 golang-github-circonus-labs-circonusllhist-dev (= 0.0~git20191022.ec08cde-1),
 golang-github-coreos-go-systemd-dev (= 22.5.0-1),
 golang-github-creack-pty-dev (= 1.1.21-1),
 golang-github-datadog-datadog-go-dev (= 2.1.0-3),
 golang-github-davecgh-go-spew-dev (= 1.1.1-3),
 golang-github-docker-go-units-dev (= 0.4.0-4),
 golang-github-fatih-color-dev (= 1.17.0-1),
 golang-github-fluffle-goirc-dev (= 1.1.1+ds-2),
 golang-github-fsnotify-fsnotify-dev (= 1.8.0-1),
 golang-github-gin-contrib-sse-dev (= 0.1.0-2),
 golang-github-gin-gonic-gin-dev (= 1.8.1-2),
 golang-github-go-kit-log-dev (= 0.2.1-1),
 golang-github-go-logfmt-logfmt-dev (= 0.5.0-2),
 golang-github-go-logr-logr-dev (= 1.4.2-2),
 golang-github-go-logr-stdr-dev (= 1.2.2-4),
 golang-github-go-openapi-analysis-dev (= 0.23.0-1),
 golang-github-go-openapi-errors-dev (= 0.22.0-1),
 golang-github-go-openapi-jsonpointer-dev (= 1:0.21.0-1),
 golang-github-go-openapi-jsonreference-dev (= 1:0.21.0-1),
 golang-github-go-openapi-loads-dev (= 0.22.0-1),
 golang-github-go-openapi-runtime-dev (= 0.28.0-1),
 golang-github-go-openapi-spec-dev (= 1:0.21.0-1),
 golang-github-go-openapi-strfmt-dev (= 0.23.0-1),
 golang-github-go-openapi-swag-dev (= 1:0.23.0-1),
 golang-github-go-openapi-validate-dev (= 0.24.0-2),
 golang-github-go-playground-locales-dev (= 0.14.0-3),
 golang-github-go-playground-universal-translator-dev (= 0.17.0-2),
 golang-github-go-playground-validator-v10-dev (= 10.4.1-4),
 golang-github-goccy-go-yaml-dev (= 1.9.5-2),
 golang-github-gofrs-uuid-dev (= 5.3.0-1),
 golang-github-gogo-protobuf-dev (= 1.3.2-3),
 golang-github-golang-groupcache-dev (= 0.0~git20210331.41bb18b-1),
 golang-github-golang-mock-dev (= 1.6.0-2),
 golang-github-golang-protobuf-1-5-dev (= 1.5.4-1),
 golang-github-golang-snappy-dev (= 0.0.2-3),
 golang-github-google-btree-dev (= 1.0.1-1),
 golang-github-google-cel-go-dev (= 0.18.2+ds-5),
 golang-github-google-go-cmp-dev (= 0.6.0-1),
 golang-github-google-martian-dev (= 3.3.2-3),
 golang-github-google-pprof-dev (= 0.0~git20211008.947d60d-1),
 golang-github-google-uuid-dev (= 1.6.0-1),
 golang-github-googleapis-gax-go-dev (= 2.13.0-1),
 golang-github-gorilla-mux-dev (= 1.8.1-1),
 golang-github-grpc-ecosystem-grpc-gateway-dev (= 2.20.0-2),
 golang-github-hashicorp-errwrap-dev (= 1.1.0-1),
 golang-github-hashicorp-go-cleanhttp-dev (= 0.5.2-1),
 golang-github-hashicorp-go-hclog-dev (= 0.11.0-1),
 golang-github-hashicorp-go-immutable-radix-dev (= 1.3.1-3),
 golang-github-hashicorp-go-msgpack-dev (= 0.5.5-1),
 golang-github-hashicorp-go-multierror-dev (= 1.1.1-2),
 golang-github-hashicorp-go-retryablehttp-dev (= 0.7.1-1),
 golang-github-hashicorp-go-sockaddr-dev (= 1.0.2-2),
 golang-github-hashicorp-go-uuid-dev (= 1.0.3-1),
 golang-github-hashicorp-golang-lru-dev (= 0.5.4-2),
 golang-github-hashicorp-golang-lru-v2-dev (= 2.0.7-2),
 golang-github-hashicorp-hcl-dev (= 1.0.0-1.1),
 golang-github-hashicorp-memberlist-dev (= 0.5.0-1),
 golang-github-ianlancetaylor-demangle-dev (= 0.0~git20200824.28f6c0f-2),
 golang-github-jessevdk-go-flags-dev (= 1.4.0-6),
 golang-github-jmespath-go-jmespath-dev (= 0.4.0-2),
 golang-github-josharian-intern-dev (= 1.0.0-3),
 golang-github-jpillora-backoff-dev (= 1.0.0-1.1),
 golang-github-json-iterator-go-dev (= 1.1.12-2),
 golang-github-julienschmidt-httprouter-dev (= 1.3.0-2),
 golang-github-klauspost-compress-dev (= 1.17.11+ds1-1),
 golang-github-kr-fs-dev (= 0.1.0-2),
 golang-github-kr-pretty-dev (= 0.3.1-1),
 golang-github-kr-text-dev (= 0.2.0-2),
 golang-github-kylelemons-godebug-dev (= 1.1.0-2),
 golang-github-leodido-go-urn-dev (= 1.2.1-3),
 golang-github-magiconair-properties-dev (= 1.8.7-1),
 golang-github-mailru-easyjson-dev (= 0.7.7-1),
 golang-github-masterminds-semver-dev (= 3.2.0-1),
 golang-github-mattn-go-colorable-dev (= 0.1.13-1),
 golang-github-mattn-go-isatty-dev (= 0.0.20-1),
 golang-github-mdlayher-socket-dev (= 0.5.1-1),
 golang-github-mdlayher-vsock-dev (= 1.2.1-2),
 golang-github-miekg-dns-dev (= 1.1.62-1),
 golang-github-mitchellh-mapstructure-dev (= 1.5.0+git20231216.8508981-1),
 golang-github-modern-go-concurrent-dev (= 1.0.3-1.1),
 golang-github-modern-go-reflect2-dev (= 1.0.2-2),
 golang-github-montanaflynn-stats-dev (= 0.7.1-1),
 golang-github-munnerz-goautoneg-dev (= 0.0~git20191010.a7dc8b6-2),
 golang-github-mwitkow-go-conntrack-dev (= 0.0~git20190716.2f06839-3),
 golang-github-oklog-run-dev (= 1.1.0-2),
 golang-github-oklog-ulid-dev (= 2.0.2+ds-2),
 golang-github-opentracing-opentracing-go-dev (= 1.2.0-2),
 golang-github-pascaldekloe-goe-dev (= 0.1.0-4),
 golang-github-pelletier-go-toml-dev (= 1.9.5-1),
 golang-github-pelletier-go-toml.v2-dev (= 2.2.1-1),
 golang-github-pkg-errors-dev (= 0.9.1-3),
 golang-github-pkg-sftp-dev (= 1.13.6-1),
 golang-github-pmezard-go-difflib-dev (= 1.0.0-3),
 golang-github-prometheus-alertmanager-dev (= 0.27.0+ds-2),
 golang-github-prometheus-client-golang-dev (= 1.20.5-1),
 golang-github-prometheus-client-model-dev (= 0.6.0-1),
 golang-github-prometheus-common-dev (= 0.60.1-1),
 golang-github-prometheus-exporter-toolkit-dev (= 0.13.1-1),
 golang-github-prometheus-procfs-dev (= 0.14.0-1),
 golang-github-rogpeppe-fastuuid-dev (= 0.0~git20150106.0.6724a57-2.1),
 golang-github-rogpeppe-go-internal-dev (= 1.12.0-3),
 golang-github-rs-cors-dev (= 1.7.0-4),
 golang-github-spf13-afero-dev (= 1.11.0-1),
 golang-github-spf13-cast-dev (= 1.6.0-2),
 golang-github-spf13-jwalterweatherman-dev (= 1.1.0+really1.1.0-2),
 golang-github-spf13-pflag-dev (= 1.0.6~git20210604-d5e0c0615ace-1),
 golang-github-spf13-viper-dev (= 1.12.0-1),
 golang-github-stoewer-go-strcase-dev (= 1.2.0-4),
 golang-github-stretchr-objx-dev (= 0.5.2-1),
 golang-github-stretchr-testify-dev (= 1.9.0-1),
 golang-github-subosito-gotenv-dev (= 1.3.0-1),
 golang-github-tv42-httpunix-dev (= 0.0~git20150427.b75d861-3),
 golang-github-ugorji-go-codec-dev (= 1.2.8-1),
 golang-github-vmihailenco-tagparser-dev (= 0.1.1-4),
 golang-github-xdg-go-pbkdf2-dev (= 1.0.0-3),
 golang-github-xdg-go-scram-dev (= 1.1.2-1),
 golang-github-xdg-go-stringprep-dev (= 1.0.4-1),
 golang-github-xlab-treeprint-dev (= 1.2.0-2),
 golang-github-youmark-pkcs8-dev (= 1.1-3),
 golang-github-yuin-goldmark-dev (= 1.7.4-1),
 golang-glog-dev (= 1.2.2-1),
 golang-go (= 2:1.23~2),
 golang-go.opencensus-dev (= 0.24.0-2),
 golang-go.uber-atomic-dev (= 1.11.0-1),
 golang-golang-x-crypto-dev (= 1:0.25.0-1),
 golang-golang-x-exp-dev (= 0.0~git20231006.7918f67-1),
 golang-golang-x-mod-dev (= 0.19.0-1),
 golang-golang-x-net-dev (= 1:0.27.0-1),
 golang-golang-x-oauth2-dev (= 0.15.0-1),
 golang-golang-x-oauth2-google-dev (= 0.15.0-1),
 golang-golang-x-sync-dev (= 0.7.0-1),
 golang-golang-x-sys-dev (= 0.22.0-1),
 golang-golang-x-term-dev (= 0.22.0-1),
 golang-golang-x-text-dev (= 0.16.0-1),
 golang-golang-x-time-dev (= 0.5.0-1),
 golang-golang-x-tools-dev (= 1:0.23.0+ds-1),
 golang-golang-x-xerrors-dev (= 0.0~git20231012.104605a-1),
 golang-google-api-dev (= 0.61.0-5),
 golang-google-cloud-compute-metadata-dev (= 0.56.0-5),
 golang-google-cloud-dev (= 0.56.0-5),
 golang-google-genproto-dev (= 0.0~git20210726.e7812ac-4),
 golang-google-grpc-dev (= 1.64.0-6),
 golang-google-protobuf-dev (= 1.33.0-1),
 golang-gopkg-alecthomas-kingpin.v2-dev (= 2.2.6-4),
 golang-gopkg-check.v1-dev (= 0.0+git20200902.038fdea-1),
 golang-gopkg-ini.v1-dev (= 1.67.0-1),
 golang-gopkg-mgo.v2-dev (= 2016.08.01-7),
 golang-gopkg-telebot.v3-dev (= 3.3.8-1),
 golang-gopkg-tomb.v2-dev (= 0.0~git20161208.d5d1b58-3),
 golang-gopkg-vmihailenco-msgpack.v2-dev (= 4.3.1-2),
 golang-gopkg-yaml.v2-dev (= 2.4.0-4),
 golang-gopkg-yaml.v3-dev (= 3.0.1-3),
 golang-mongodb-mongo-driver-dev (= 1.17.1+ds1-1),
 golang-opentelemetry-otel-dev (= 1.31.0-3),
 golang-opentelemetry-proto-dev (= 1.3.1-2),
 golang-protobuf-extensions-dev (= 1.0.4-2),
 golang-rsc-binaryregexp-dev (= 0.2.0-3),
 golang-src (= 2:1.23~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),
 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),
 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),
 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),
 libhwasan0 (= 14.2.0-8),
 libicu72 (= 72.1-5+b1),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 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),
 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-2),
 libperl5.40 (= 5.40.0-7),
 libpipeline1 (= 1.5.8-1),
 libprotobuf-dev (= 3.21.12-10+b1),
 libprotobuf-lite32t64 (= 3.21.12-10+b1),
 libprotobuf32t64 (= 3.21.12-10+b1),
 libsasl2-2 (= 2.1.28+dfsg1-8),
 libsasl2-dev (= 2.1.28+dfsg1-8),
 libsasl2-modules-db (= 2.1.28+dfsg1-8),
 libseccomp2 (= 2.5.5-1+b3),
 libselinux1 (= 3.7-3+b1),
 libsframe1 (= 2.43.1-5),
 libsmartcols1 (= 2.40.2-11),
 libssl-dev (= 3.3.2-2),
 libssl3t64 (= 3.3.2-2),
 libstdc++-14-dev (= 14.2.0-8),
 libstdc++6 (= 14.2.0-8),
 libsystemd-dev (= 257~rc1-4),
 libsystemd0 (= 257~rc1-4),
 libtinfo6 (= 6.5-2+b1),
 libtool (= 2.4.7-8),
 libtsan2 (= 14.2.0-8),
 libubsan1 (= 14.2.0-8),
 libuchardet0 (= 0.0.8-1+b2),
 libudev1 (= 257~rc1-4),
 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),
 openssl-provider-legacy (= 3.3.2-2),
 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),
 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),
 tzdata-legacy (= 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),
 zlib1g-dev (= 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="1623657907"


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


alertmanager-irc-relay-dbgsym_0.4.2-1_arm64.deb
-----------------------------------------------

 new Debian package, version 2.0.
 size 3512152 bytes: control archive=548 bytes.
     416 bytes,    12 lines      control
     106 bytes,     1 lines      md5sums
 Package: alertmanager-irc-relay-dbgsym
 Source: alertmanager-irc-relay
 Version: 0.4.2-1
 Auto-Built-Package: debug-symbols
 Architecture: arm64
 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
 Installed-Size: 4510
 Depends: alertmanager-irc-relay (= 0.4.2-1)
 Section: debug
 Priority: optional
 Description: debug symbols for alertmanager-irc-relay
 Build-Ids: c4815dc30f0eedd75ceb2f0359d5ba95d974f2d0

drwxr-xr-x root/root         0 2021-06-14 08:05 ./
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/lib/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/lib/debug/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/lib/debug/.build-id/c4/
-rw-r--r-- root/root   4607608 2021-06-14 08:05 ./usr/lib/debug/.build-id/c4/815dc30f0eedd75ceb2f0359d5ba95d974f2d0.debug
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/share/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/share/doc/
lrwxrwxrwx root/root         0 2021-06-14 08:05 ./usr/share/doc/alertmanager-irc-relay-dbgsym -> alertmanager-irc-relay


alertmanager-irc-relay_0.4.2-1_arm64.deb
----------------------------------------

 new Debian package, version 2.0.
 size 2868980 bytes: control archive=2220 bytes.
     103 bytes,     3 lines      conffiles
    1807 bytes,    23 lines      control
     406 bytes,     5 lines      md5sums
    1995 bytes,    60 lines   *  postinst             #!/bin/sh
     600 bytes,    17 lines   *  postrm               #!/bin/sh
     718 bytes,    36 lines   *  preinst              #!/bin/sh
     253 bytes,     7 lines   *  prerm                #!/bin/sh
 Package: alertmanager-irc-relay
 Version: 0.4.2-1
 Architecture: arm64
 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
 Installed-Size: 10284
 Depends: libc6 (>= 2.34)
 Built-Using: golang-1.23 (= 1.23.3-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cespare-xxhash (= 2.3.0-1), golang-github-fluffle-goirc (= 1.1.1+ds-2), golang-github-go-kit-log (= 0.2.1-1), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-golang-mock (= 1.6.0-2), golang-github-gorilla-mux (= 1.8.1-1), golang-github-klauspost-compress (= 1.17.11+ds1-1), golang-github-munnerz-goautoneg (= 0.0~git20191010.a7dc8b6-2), golang-github-prometheus-client-golang (= 1.20.5-1), golang-github-prometheus-client-model (= 0.6.0-1), golang-github-prometheus-common (= 0.60.1-1), golang-github-prometheus-procfs (= 0.14.0-1), golang-golang-x-net (= 1:0.27.0-1), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.16.0-1), golang-google-protobuf (= 1.33.0-1), golang-yaml.v2 (= 2.4.0-4), prometheus-alertmanager (= 0.27.0+ds-2)
 Section: devel
 Priority: optional
 Homepage: https://github.com/google/alertmanager-irc-relay
 Description: Send Prometheus Alerts to IRC using Webhooks
  Alertmanager IRC Relay Alertmanager IRC Relay is a
  bot relaying Prometheus (https://prometheus.io/) alerts
  to IRC.  Alerts are received from Prometheus using Webhooks
  (https://prometheus.io/docs/alerting/configuration/#webhook-receiver-<webhook_config)
  and are relayed to an IRC channel.  Configuring and running the bot To
  configure and run the bot you need to create a YAML configuration file
  and pass it to the service.
  .
  Prometheus configuration Prometheus can
  be configured following the official Webhooks
  (https://prometheus.io/docs/alerting/configuration/#webhook-receiver-<webhook_config)
  documentation.

drwxr-xr-x root/root         0 2021-06-14 08:05 ./
drwxr-xr-x root/root         0 2021-06-14 08:05 ./etc/
-rw-r--r-- root/root      2214 2021-06-14 08:05 ./etc/alertmanager-irc-relay.yml
drwxr-xr-x root/root         0 2021-06-14 08:05 ./etc/default/
-rw-r--r-- root/root        48 2021-06-14 08:04 ./etc/default/alertmanager-irc-relay
drwxr-xr-x root/root         0 2021-06-14 08:05 ./etc/init.d/
-rwxr-xr-x root/root      1843 2021-06-14 08:04 ./etc/init.d/alertmanager-irc-relay
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/bin/
-rwxr-xr-x root/root  10496176 2021-06-14 08:05 ./usr/bin/alertmanager-irc-relay
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/lib/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/lib/systemd/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/lib/systemd/system/
-rw-r--r-- root/root       375 2021-06-14 08:04 ./usr/lib/systemd/system/alertmanager-irc-relay.service
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/share/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/share/doc/
drwxr-xr-x root/root         0 2021-06-14 08:05 ./usr/share/doc/alertmanager-irc-relay/
-rw-r--r-- root/root      3754 2021-06-13 21:11 ./usr/share/doc/alertmanager-irc-relay/README.md
-rw-r--r-- root/root       626 2021-06-14 08:05 ./usr/share/doc/alertmanager-irc-relay/changelog.Debian.gz
-rw-r--r-- root/root      1109 2021-06-14 08:04 ./usr/share/doc/alertmanager-irc-relay/copyright


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 [1368 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1430 B]
Fetched 3413 B in 0s (301 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-2QdxIY/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-2QdxIY/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 852 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 [852 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 852 B in 0s (0 B/s)
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
(Reading database ... 72233 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...
W: alertmanager-irc-relay source: build-depends-on-1-revision Build-Depends: golang-github-fluffle-goirc-dev (>= 1.1.1+ds-1)
W: alertmanager-irc-relay changes: distribution-and-changes-mismatch sid unstable
W: alertmanager-irc-relay: extended-description-line-too-long line 11
W: alertmanager-irc-relay: extended-description-line-too-long line 4
W: alertmanager-irc-relay: no-manual-page [usr/bin/alertmanager-irc-relay]

I: Lintian run was successful.

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


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

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

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

Build Architecture: arm64
Build Type: binary
Build-Space: 307328
Build-Time: 39
Distribution: sid
Host Architecture: arm64
Install-Time: 48
Job: /tmp/debusine-fetch-exec-upload-w5mh8438/alertmanager-irc-relay_0.4.2-1.dsc
Lintian: warn
Machine Architecture: arm64
Package: alertmanager-irc-relay
Package-Time: 122
Source-Version: 0.4.2-1
Space: 307328
Status: successful
Version: 0.4.2-1
--------------------------------------------------------------------------------
Finished at 2024-11-15T18:30:59Z
Build needed 00:02:02, 307328k disk space

Relations

Relation Direction Type Name
relates-to Source package alertmanager-irc-relay_0.4.2-1
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 alertmanager-irc-relay-dbgsym_0.4.2-1_arm64
relates-to Binary package alertmanager-irc-relay_0.4.2-1_arm64
relates-to Binary packages alertmanager-irc-relay_0.4.2-1

build log System build a package - 1 month, 4 weeks ago 4 weeks, 2 days
BETA