Artifact globus-gram-job-manager_15.8-4_arm64-2024-11-16T08:17:58Z

Metadata
bd_uninstallable: null
filename: globus-gram-job-manager_15.8-4_arm64-2024-11-16T08:17:58Z.build
source: globus-gram-job-manager
version: 15.8-4

File

globus-gram-job-manager_15.8-4_arm64-2024-11-16T08:17:58Z.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
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-01.freexian.com

+==============================================================================+
| globus-gram-job-manager 15.8-4 (arm64)       Sat, 16 Nov 2024 08:17:58 +0000 |
+==============================================================================+

Package: globus-gram-job-manager
Version: 15.8-4
Source Version: 15.8-4
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.3W_ODepLFG...
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-5jryl5d7/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-5jryl5d7/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-5jryl5d7/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-5jryl5d7/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-5jryl5d7/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-5jryl5d7/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-5jryl5d7/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/globus-gram-job-manager-z5z59A/resolver-xiQMef' with '<<RESOLVERDIR>>'

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

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

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


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

/tmp/debusine-fetch-exec-upload-5jryl5d7/globus-gram-job-manager_15.8-4.dsc exists in /tmp/debusine-fetch-exec-upload-5jryl5d7; copying to chroot
I: NOTICE: Log filtering will replace 'build/globus-gram-job-manager-z5z59A/globus-gram-job-manager-15.8' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/globus-gram-job-manager-z5z59A' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper-compat (= 13), pkgconf, libglobus-common-dev (>= 15), libglobus-gsi-credential-dev (>= 5), libglobus-gass-cache-dev (>= 8), libglobus-gass-transfer-dev (>= 7), libglobus-gram-protocol-dev (>= 11), libglobus-gssapi-gsi-dev (>= 10), libglobus-gss-assist-dev (>= 8), libglobus-gsi-sysconfig-dev (>= 5), libglobus-callout-dev (>= 3), libglobus-xio-dev (>= 3), libglobus-xio-popen-driver-dev (>= 2), libglobus-rsl-dev (>= 9), libglobus-gram-job-manager-callout-error-dev (>= 2), libglobus-scheduler-event-generator-dev (>= 4), libssl-dev, libxml2-dev, libglobus-io-dev (>= 9), libglobus-gram-client-dev (>= 13.10), libglobus-gass-server-ez-dev (>= 2), globus-common-progs (>= 15), globus-gatekeeper (>= 9), globus-gram-client-tools (>= 10), globus-gass-copy-progs (>= 8), globus-gass-cache-program (>= 5), globus-gram-job-manager-scripts (>= 6), globus-proxy-utils (>= 5), globus-gsi-cert-utils-progs, globus-gram-job-manager-fork, openssl, build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 13), pkgconf, libglobus-common-dev (>= 15), libglobus-gsi-credential-dev (>= 5), libglobus-gass-cache-dev (>= 8), libglobus-gass-transfer-dev (>= 7), libglobus-gram-protocol-dev (>= 11), libglobus-gssapi-gsi-dev (>= 10), libglobus-gss-assist-dev (>= 8), libglobus-gsi-sysconfig-dev (>= 5), libglobus-callout-dev (>= 3), libglobus-xio-dev (>= 3), libglobus-xio-popen-driver-dev (>= 2), libglobus-rsl-dev (>= 9), libglobus-gram-job-manager-callout-error-dev (>= 2), libglobus-scheduler-event-generator-dev (>= 4), libssl-dev, libxml2-dev, libglobus-io-dev (>= 9), libglobus-gram-client-dev (>= 13.10), libglobus-gass-server-ez-dev (>= 2), globus-common-progs (>= 15), globus-gatekeeper (>= 9), globus-gram-client-tools (>= 10), globus-gass-copy-progs (>= 8), globus-gass-cache-program (>= 5), globus-gram-job-manager-scripts (>= 6), globus-proxy-utils (>= 5), globus-gsi-cert-utils-progs, globus-gram-job-manager-fork, openssl, 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 [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1541 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1571 B]
Fetched 3727 B in 0s (277 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

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

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper dh-autoreconf
  dh-strip-nondeterminism dwz fakeroot g++ g++-14 g++-14-aarch64-linux-gnu
  g++-aarch64-linux-gnu gcc gcc-14 gcc-14-aarch64-linux-gnu
  gcc-aarch64-linux-gnu globus-common-progs globus-gass-cache-program
  globus-gass-copy-progs globus-gatekeeper globus-gram-client-tools
  globus-gram-job-manager-fork globus-gram-job-manager-scripts
  globus-gsi-cert-utils-progs globus-proxy-utils icu-devtools libasan8
  libc-dev-bin libc6-dev libcc1-0 libcrypt-dev libdebhelper-perl libelf1t64
  libfakeroot libfile-stripnondeterminism-perl libgcc-14-dev
  libglobus-callout-dev libglobus-callout0t64 libglobus-common-dev
  libglobus-common0t64 libglobus-ftp-client2t64 libglobus-ftp-control1t64
  libglobus-gass-cache-dev libglobus-gass-cache5t64 libglobus-gass-copy2t64
  libglobus-gass-server-ez-dev libglobus-gass-server-ez2t64
  libglobus-gass-transfer-dev libglobus-gass-transfer2t64
  libglobus-gram-client-dev libglobus-gram-client3t64
  libglobus-gram-job-manager-callout-error-dev
  libglobus-gram-job-manager-callout-error0t64 libglobus-gram-protocol-dev
  libglobus-gram-protocol3t64 libglobus-gsi-callback-dev
  libglobus-gsi-callback0t64 libglobus-gsi-cert-utils-dev
  libglobus-gsi-cert-utils0t64 libglobus-gsi-credential-dev
  libglobus-gsi-credential1t64 libglobus-gsi-openssl-error-dev
  libglobus-gsi-openssl-error0t64 libglobus-gsi-proxy-core-dev
  libglobus-gsi-proxy-core0t64 libglobus-gsi-proxy-ssl-dev
  libglobus-gsi-proxy-ssl1 libglobus-gsi-sysconfig-dev
  libglobus-gsi-sysconfig1t64 libglobus-gss-assist-dev
  libglobus-gss-assist3t64 libglobus-gssapi-error-dev
  libglobus-gssapi-error2t64 libglobus-gssapi-gsi-dev libglobus-gssapi-gsi4t64
  libglobus-io-dev libglobus-io3t64 libglobus-openssl-module-dev
  libglobus-openssl-module0t64 libglobus-rsl-dev libglobus-rsl2t64
  libglobus-scheduler-event-generator-dev
  libglobus-scheduler-event-generator0t64 libglobus-xio-dev
  libglobus-xio-gsi-driver libglobus-xio-gsi-driver-dev
  libglobus-xio-popen-driver libglobus-xio-popen-driver-dev libglobus-xio0t64
  libhwasan0 libicu-dev libisl23 libitm1 liblsan0 libltdl-dev libltdl7 libmpc3
  libmpfr6 libpkgconf3 libssl-dev libstdc++-14-dev libtool libtsan2 libubsan1
  libxml2-dev linux-libc-dev m4 pkgconf pkgconf-bin po-debconf rpcsvc-proto
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc cpp-doc gcc-14-locales
  cpp-14-doc dh-make gcc-14-doc gcc-multilib manpages-dev flex bison gdb
  gcc-doc gdb-aarch64-linux-gnu globus-gram-job-manager-scripts-doc
  libc-devtools glibc-doc libglobus-callout-doc libglobus-common-doc
  libglobus-gass-cache-doc libglobus-gass-transfer-doc
  libglobus-gram-client-doc libglobus-gram-job-manager-callout-error-doc
  libglobus-gram-protocol-doc libglobus-gsi-callback-doc
  libglobus-gsi-cert-utils-doc libglobus-gsi-credential-doc
  libglobus-gsi-openssl-error-doc libglobus-gsi-proxy-core-doc
  libglobus-gsi-proxy-ssl-doc libglobus-gsi-sysconfig-doc
  libglobus-gss-assist-doc libglobus-gssapi-error-doc libglobus-gssapi-gsi-doc
  libglobus-openssl-module-doc libglobus-rsl-doc
  libglobus-scheduler-event-generator-doc libglobus-xio-doc
  libglobus-xio-gsi-driver-doc icu-doc libtool-doc libssl-doc libstdc++-14-doc
  gfortran | fortran95-compiler gcj-jdk m4-doc libmail-box-perl
Recommended packages:
  globus-gram-job-manager-fork-setup-poll
  | globus-gram-job-manager-fork-setup-seg manpages manpages-dev
  libarchive-cpio-perl 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-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 globus-common-progs globus-gass-cache-program
  globus-gass-copy-progs globus-gatekeeper globus-gram-client-tools
  globus-gram-job-manager-fork globus-gram-job-manager-scripts
  globus-gsi-cert-utils-progs globus-proxy-utils icu-devtools libasan8
  libc-dev-bin libc6-dev libcc1-0 libcrypt-dev libdebhelper-perl libelf1t64
  libfakeroot libfile-stripnondeterminism-perl libgcc-14-dev
  libglobus-callout-dev libglobus-callout0t64 libglobus-common-dev
  libglobus-common0t64 libglobus-ftp-client2t64 libglobus-ftp-control1t64
  libglobus-gass-cache-dev libglobus-gass-cache5t64 libglobus-gass-copy2t64
  libglobus-gass-server-ez-dev libglobus-gass-server-ez2t64
  libglobus-gass-transfer-dev libglobus-gass-transfer2t64
  libglobus-gram-client-dev libglobus-gram-client3t64
  libglobus-gram-job-manager-callout-error-dev
  libglobus-gram-job-manager-callout-error0t64 libglobus-gram-protocol-dev
  libglobus-gram-protocol3t64 libglobus-gsi-callback-dev
  libglobus-gsi-callback0t64 libglobus-gsi-cert-utils-dev
  libglobus-gsi-cert-utils0t64 libglobus-gsi-credential-dev
  libglobus-gsi-credential1t64 libglobus-gsi-openssl-error-dev
  libglobus-gsi-openssl-error0t64 libglobus-gsi-proxy-core-dev
  libglobus-gsi-proxy-core0t64 libglobus-gsi-proxy-ssl-dev
  libglobus-gsi-proxy-ssl1 libglobus-gsi-sysconfig-dev
  libglobus-gsi-sysconfig1t64 libglobus-gss-assist-dev
  libglobus-gss-assist3t64 libglobus-gssapi-error-dev
  libglobus-gssapi-error2t64 libglobus-gssapi-gsi-dev libglobus-gssapi-gsi4t64
  libglobus-io-dev libglobus-io3t64 libglobus-openssl-module-dev
  libglobus-openssl-module0t64 libglobus-rsl-dev libglobus-rsl2t64
  libglobus-scheduler-event-generator-dev
  libglobus-scheduler-event-generator0t64 libglobus-xio-dev
  libglobus-xio-gsi-driver libglobus-xio-gsi-driver-dev
  libglobus-xio-popen-driver libglobus-xio-popen-driver-dev libglobus-xio0t64
  libhwasan0 libicu-dev libisl23 libitm1 liblsan0 libltdl-dev libltdl7 libmpc3
  libmpfr6 libpkgconf3 libssl-dev libstdc++-14-dev libtool libtsan2 libubsan1
  libxml2-dev linux-libc-dev m4 pkgconf pkgconf-bin po-debconf rpcsvc-proto
  sbuild-build-depends-main-dummy
0 upgraded, 118 newly installed, 0 to remove and 0 not upgraded.
Need to get 77.3 MB of archives.
After this operation, 316 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1168 B]
Get:2 http://deb.debian.org/debian sid/main arm64 libltdl7 arm64 2.4.7-8 [392 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 libglobus-common0t64 arm64 18.14-3 [97.9 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 libglobus-callout0t64 arm64 4.3-3+b1 [9700 B]
Get:5 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-openssl-error0t64 arm64 4.4-3+b1 [8588 B]
Get:6 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-proxy-ssl1 arm64 6.5-3+b1 [7948 B]
Get:7 http://deb.debian.org/debian sid/main arm64 libglobus-openssl-module0t64 arm64 5.2-3+b1 [5660 B]
Get:8 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-cert-utils0t64 arm64 10.11-2+b1 [10.4 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-sysconfig1t64 arm64 9.6-2+b1 [18.4 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-callback0t64 arm64 6.2-3+b1 [26.6 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-credential1t64 arm64 8.4-2+b1 [21.9 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-proxy-core0t64 arm64 9.8-3+b1 [22.6 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libglobus-gssapi-gsi4t64 arm64 14.20-3+b1 [47.7 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libglobus-gss-assist3t64 arm64 12.7-3+b1 [22.5 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 globus-gatekeeper arm64 11.4-3+b1 [30.1 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.7-1 [2454 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:31 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:32 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:33 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:35 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:36 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:37 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:42 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:43 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:44 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:45 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:47 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:49 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:50 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:51 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:52 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:53 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:54 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:55 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:56 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:57 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:58 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:59 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:60 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:61 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:62 http://deb.debian.org/debian sid/main arm64 globus-common-progs arm64 18.14-3 [28.3 kB]
Get:63 http://deb.debian.org/debian sid/main arm64 libglobus-gass-cache5t64 arm64 10.3-3+b1 [19.3 kB]
Get:64 http://deb.debian.org/debian sid/main arm64 libglobus-gssapi-error2t64 arm64 6.3-3+b1 [6712 B]
Get:65 http://deb.debian.org/debian sid/main arm64 libglobus-xio0t64 arm64 6.6-3+b1 [126 kB]
Get:66 http://deb.debian.org/debian sid/main arm64 libglobus-xio-gsi-driver arm64 5.4-3+b1 [23.5 kB]
Get:67 http://deb.debian.org/debian sid/main arm64 libglobus-io3t64 arm64 12.4-3+b1 [29.3 kB]
Get:68 http://deb.debian.org/debian sid/main arm64 libglobus-ftp-control1t64 arm64 9.10-3+b1 [56.7 kB]
Get:69 http://deb.debian.org/debian sid/main arm64 libglobus-xio-popen-driver arm64 4.1-4+b1 [10.5 kB]
Get:70 http://deb.debian.org/debian sid/main arm64 libglobus-ftp-client2t64 arm64 9.8-4+b1 [75.2 kB]
Get:71 http://deb.debian.org/debian sid/main arm64 libglobus-gass-transfer2t64 arm64 9.4-3+b1 [29.7 kB]
Get:72 http://deb.debian.org/debian sid/main arm64 libglobus-gass-copy2t64 arm64 10.13-2+b1 [25.6 kB]
Get:73 http://deb.debian.org/debian sid/main arm64 libglobus-gass-server-ez2t64 arm64 6.2-3+b1 [7852 B]
Get:74 http://deb.debian.org/debian sid/main arm64 libglobus-gram-protocol3t64 arm64 13.6-3+b1 [27.2 kB]
Get:75 http://deb.debian.org/debian sid/main arm64 libglobus-rsl2t64 arm64 11.4-2+b1 [21.2 kB]
Get:76 http://deb.debian.org/debian sid/main arm64 libglobus-gram-client3t64 arm64 14.6-3+b1 [14.0 kB]
Get:77 http://deb.debian.org/debian sid/main arm64 globus-gass-cache-program arm64 7.0-5+b1 [16.6 kB]
Get:78 http://deb.debian.org/debian sid/main arm64 globus-gass-copy-progs arm64 10.13-2+b1 [37.1 kB]
Get:79 http://deb.debian.org/debian sid/main arm64 globus-gram-client-tools arm64 12.2-3+b1 [37.3 kB]
Get:80 http://deb.debian.org/debian sid/main arm64 globus-gram-job-manager-scripts all 7.3-3 [21.1 kB]
Get:81 http://deb.debian.org/debian sid/main arm64 globus-gram-job-manager-fork arm64 3.3-3+b1 [17.6 kB]
Get:82 http://deb.debian.org/debian sid/main arm64 globus-gsi-cert-utils-progs all 10.11-2 [23.5 kB]
Get:83 http://deb.debian.org/debian sid/main arm64 globus-proxy-utils arm64 7.3-3+b1 [35.6 kB]
Get:84 http://deb.debian.org/debian sid/main arm64 icu-devtools arm64 72.1-5+b1 [195 kB]
Get:85 http://deb.debian.org/debian sid/main arm64 libltdl-dev arm64 2.4.7-8 [165 kB]
Get:86 http://deb.debian.org/debian sid/main arm64 libglobus-common-dev arm64 18.14-3 [46.2 kB]
Get:87 http://deb.debian.org/debian sid/main arm64 libglobus-callout-dev arm64 4.3-3+b1 [5232 B]
Get:88 http://deb.debian.org/debian sid/main arm64 libssl-dev arm64 3.3.2-2 [3185 kB]
Get:89 http://deb.debian.org/debian sid/main arm64 libglobus-gass-cache-dev arm64 10.3-3+b1 [4496 B]
Get:90 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-proxy-ssl-dev arm64 6.5-3+b1 [5632 B]
Get:91 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-openssl-error-dev arm64 4.4-3+b1 [4992 B]
Get:92 http://deb.debian.org/debian sid/main arm64 libglobus-openssl-module-dev arm64 5.2-3+b1 [4088 B]
Get:93 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-cert-utils-dev arm64 10.11-2+b1 [6208 B]
Get:94 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-sysconfig-dev arm64 9.6-2+b1 [7188 B]
Get:95 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-callback-dev arm64 6.2-3+b1 [5728 B]
Get:96 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-credential-dev arm64 8.4-2+b1 [6344 B]
Get:97 http://deb.debian.org/debian sid/main arm64 libglobus-gsi-proxy-core-dev arm64 9.8-3+b1 [6576 B]
Get:98 http://deb.debian.org/debian sid/main arm64 libglobus-gssapi-gsi-dev arm64 14.20-3+b1 [10.3 kB]
Get:99 http://deb.debian.org/debian sid/main arm64 libglobus-gss-assist-dev arm64 12.7-3+b1 [7084 B]
Get:100 http://deb.debian.org/debian sid/main arm64 libglobus-xio-dev arm64 6.6-3+b1 [38.1 kB]
Get:101 http://deb.debian.org/debian sid/main arm64 libglobus-gssapi-error-dev arm64 6.3-3+b1 [4392 B]
Get:102 http://deb.debian.org/debian sid/main arm64 libglobus-xio-gsi-driver-dev arm64 5.4-3+b1 [7468 B]
Get:103 http://deb.debian.org/debian sid/main arm64 libglobus-io-dev arm64 12.4-3+b1 [8656 B]
Get:104 http://deb.debian.org/debian sid/main arm64 libglobus-gass-transfer-dev arm64 9.4-3+b1 [12.3 kB]
Get:105 http://deb.debian.org/debian sid/main arm64 libglobus-gass-server-ez-dev arm64 6.2-3+b1 [4076 B]
Get:106 http://deb.debian.org/debian sid/main arm64 libglobus-gram-protocol-dev arm64 13.6-3+b1 [9036 B]
Get:107 http://deb.debian.org/debian sid/main arm64 libglobus-rsl-dev arm64 11.4-2+b1 [5660 B]
Get:108 http://deb.debian.org/debian sid/main arm64 libglobus-gram-client-dev arm64 14.6-3+b1 [5980 B]
Get:109 http://deb.debian.org/debian sid/main arm64 libglobus-gram-job-manager-callout-error0t64 arm64 4.2-3+b1 [5000 B]
Get:110 http://deb.debian.org/debian sid/main arm64 libglobus-gram-job-manager-callout-error-dev arm64 4.2-3+b1 [4480 B]
Get:111 http://deb.debian.org/debian sid/main arm64 libglobus-scheduler-event-generator0t64 arm64 6.5-3+b1 [7184 B]
Get:112 http://deb.debian.org/debian sid/main arm64 libglobus-scheduler-event-generator-dev arm64 6.5-3+b1 [5616 B]
Get:113 http://deb.debian.org/debian sid/main arm64 libglobus-xio-popen-driver-dev arm64 4.1-4+b1 [3500 B]
Get:114 http://deb.debian.org/debian sid/main arm64 libicu-dev arm64 72.1-5+b1 [10.3 MB]
Get:115 http://deb.debian.org/debian sid/main arm64 libpkgconf3 arm64 1.8.1-4 [35.3 kB]
Get:116 http://deb.debian.org/debian sid/main arm64 libxml2-dev arm64 2.12.7+dfsg+really2.9.14-0.2+b1 [751 kB]
Get:117 http://deb.debian.org/debian sid/main arm64 pkgconf-bin arm64 1.8.1-4 [29.6 kB]
Get:118 http://deb.debian.org/debian sid/main arm64 pkgconf arm64 1.8.1-4 [26.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 77.3 MB in 2s (46.4 MB/s)
Selecting previously unselected package libltdl7:arm64.
(Reading database ... 17119 files and directories currently installed.)
Preparing to unpack .../000-libltdl7_2.4.7-8_arm64.deb ...
Unpacking libltdl7:arm64 (2.4.7-8) ...
Selecting previously unselected package libglobus-common0t64:arm64.
Preparing to unpack .../001-libglobus-common0t64_18.14-3_arm64.deb ...
Unpacking libglobus-common0t64:arm64 (18.14-3) ...
Selecting previously unselected package libglobus-callout0t64:arm64.
Preparing to unpack .../002-libglobus-callout0t64_4.3-3+b1_arm64.deb ...
Unpacking libglobus-callout0t64:arm64 (4.3-3+b1) ...
Selecting previously unselected package libglobus-gsi-openssl-error0t64:arm64.
Preparing to unpack .../003-libglobus-gsi-openssl-error0t64_4.4-3+b1_arm64.deb ...
Unpacking libglobus-gsi-openssl-error0t64:arm64 (4.4-3+b1) ...
Selecting previously unselected package libglobus-gsi-proxy-ssl1:arm64.
Preparing to unpack .../004-libglobus-gsi-proxy-ssl1_6.5-3+b1_arm64.deb ...
Unpacking libglobus-gsi-proxy-ssl1:arm64 (6.5-3+b1) ...
Selecting previously unselected package libglobus-openssl-module0t64:arm64.
Preparing to unpack .../005-libglobus-openssl-module0t64_5.2-3+b1_arm64.deb ...
Unpacking libglobus-openssl-module0t64:arm64 (5.2-3+b1) ...
Selecting previously unselected package libglobus-gsi-cert-utils0t64:arm64.
Preparing to unpack .../006-libglobus-gsi-cert-utils0t64_10.11-2+b1_arm64.deb ...
Unpacking libglobus-gsi-cert-utils0t64:arm64 (10.11-2+b1) ...
Selecting previously unselected package libglobus-gsi-sysconfig1t64:arm64.
Preparing to unpack .../007-libglobus-gsi-sysconfig1t64_9.6-2+b1_arm64.deb ...
Unpacking libglobus-gsi-sysconfig1t64:arm64 (9.6-2+b1) ...
Selecting previously unselected package libglobus-gsi-callback0t64:arm64.
Preparing to unpack .../008-libglobus-gsi-callback0t64_6.2-3+b1_arm64.deb ...
Unpacking libglobus-gsi-callback0t64:arm64 (6.2-3+b1) ...
Selecting previously unselected package libglobus-gsi-credential1t64:arm64.
Preparing to unpack .../009-libglobus-gsi-credential1t64_8.4-2+b1_arm64.deb ...
Unpacking libglobus-gsi-credential1t64:arm64 (8.4-2+b1) ...
Selecting previously unselected package libglobus-gsi-proxy-core0t64:arm64.
Preparing to unpack .../010-libglobus-gsi-proxy-core0t64_9.8-3+b1_arm64.deb ...
Unpacking libglobus-gsi-proxy-core0t64:arm64 (9.8-3+b1) ...
Selecting previously unselected package libglobus-gssapi-gsi4t64:arm64.
Preparing to unpack .../011-libglobus-gssapi-gsi4t64_14.20-3+b1_arm64.deb ...
Unpacking libglobus-gssapi-gsi4t64:arm64 (14.20-3+b1) ...
Selecting previously unselected package libglobus-gss-assist3t64:arm64.
Preparing to unpack .../012-libglobus-gss-assist3t64_12.7-3+b1_arm64.deb ...
Unpacking libglobus-gss-assist3t64:arm64 (12.7-3+b1) ...
Selecting previously unselected package globus-gatekeeper.
Preparing to unpack .../013-globus-gatekeeper_11.4-3+b1_arm64.deb ...
Unpacking globus-gatekeeper (11.4-3+b1) ...
Selecting previously unselected package m4.
Preparing to unpack .../014-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../015-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../016-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../017-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 .../018-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../019-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 .../020-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 .../021-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 .../022-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 .../023-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../024-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../025-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 .../026-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 .../027-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 .../028-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 .../029-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 .../030-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 .../031-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 .../032-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../033-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../034-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../035-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../036-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../037-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 .../038-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 .../039-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 .../040-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 .../041-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 .../042-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 .../043-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 .../044-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 .../045-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 .../046-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 .../047-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../048-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../049-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../050-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../051-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../052-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 .../053-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 .../054-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../055-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../056-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../057-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../058-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../059-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package globus-common-progs.
Preparing to unpack .../060-globus-common-progs_18.14-3_arm64.deb ...
Unpacking globus-common-progs (18.14-3) ...
Selecting previously unselected package libglobus-gass-cache5t64:arm64.
Preparing to unpack .../061-libglobus-gass-cache5t64_10.3-3+b1_arm64.deb ...
Unpacking libglobus-gass-cache5t64:arm64 (10.3-3+b1) ...
Selecting previously unselected package libglobus-gssapi-error2t64:arm64.
Preparing to unpack .../062-libglobus-gssapi-error2t64_6.3-3+b1_arm64.deb ...
Unpacking libglobus-gssapi-error2t64:arm64 (6.3-3+b1) ...
Selecting previously unselected package libglobus-xio0t64:arm64.
Preparing to unpack .../063-libglobus-xio0t64_6.6-3+b1_arm64.deb ...
Unpacking libglobus-xio0t64:arm64 (6.6-3+b1) ...
Selecting previously unselected package libglobus-xio-gsi-driver:arm64.
Preparing to unpack .../064-libglobus-xio-gsi-driver_5.4-3+b1_arm64.deb ...
Unpacking libglobus-xio-gsi-driver:arm64 (5.4-3+b1) ...
Selecting previously unselected package libglobus-io3t64:arm64.
Preparing to unpack .../065-libglobus-io3t64_12.4-3+b1_arm64.deb ...
Unpacking libglobus-io3t64:arm64 (12.4-3+b1) ...
Selecting previously unselected package libglobus-ftp-control1t64:arm64.
Preparing to unpack .../066-libglobus-ftp-control1t64_9.10-3+b1_arm64.deb ...
Unpacking libglobus-ftp-control1t64:arm64 (9.10-3+b1) ...
Selecting previously unselected package libglobus-xio-popen-driver:arm64.
Preparing to unpack .../067-libglobus-xio-popen-driver_4.1-4+b1_arm64.deb ...
Unpacking libglobus-xio-popen-driver:arm64 (4.1-4+b1) ...
Selecting previously unselected package libglobus-ftp-client2t64:arm64.
Preparing to unpack .../068-libglobus-ftp-client2t64_9.8-4+b1_arm64.deb ...
Unpacking libglobus-ftp-client2t64:arm64 (9.8-4+b1) ...
Selecting previously unselected package libglobus-gass-transfer2t64:arm64.
Preparing to unpack .../069-libglobus-gass-transfer2t64_9.4-3+b1_arm64.deb ...
Unpacking libglobus-gass-transfer2t64:arm64 (9.4-3+b1) ...
Selecting previously unselected package libglobus-gass-copy2t64:arm64.
Preparing to unpack .../070-libglobus-gass-copy2t64_10.13-2+b1_arm64.deb ...
Unpacking libglobus-gass-copy2t64:arm64 (10.13-2+b1) ...
Selecting previously unselected package libglobus-gass-server-ez2t64:arm64.
Preparing to unpack .../071-libglobus-gass-server-ez2t64_6.2-3+b1_arm64.deb ...
Unpacking libglobus-gass-server-ez2t64:arm64 (6.2-3+b1) ...
Selecting previously unselected package libglobus-gram-protocol3t64:arm64.
Preparing to unpack .../072-libglobus-gram-protocol3t64_13.6-3+b1_arm64.deb ...
Unpacking libglobus-gram-protocol3t64:arm64 (13.6-3+b1) ...
Selecting previously unselected package libglobus-rsl2t64:arm64.
Preparing to unpack .../073-libglobus-rsl2t64_11.4-2+b1_arm64.deb ...
Unpacking libglobus-rsl2t64:arm64 (11.4-2+b1) ...
Selecting previously unselected package libglobus-gram-client3t64:arm64.
Preparing to unpack .../074-libglobus-gram-client3t64_14.6-3+b1_arm64.deb ...
Unpacking libglobus-gram-client3t64:arm64 (14.6-3+b1) ...
Selecting previously unselected package globus-gass-cache-program.
Preparing to unpack .../075-globus-gass-cache-program_7.0-5+b1_arm64.deb ...
Unpacking globus-gass-cache-program (7.0-5+b1) ...
Selecting previously unselected package globus-gass-copy-progs.
Preparing to unpack .../076-globus-gass-copy-progs_10.13-2+b1_arm64.deb ...
Unpacking globus-gass-copy-progs (10.13-2+b1) ...
Selecting previously unselected package globus-gram-client-tools.
Preparing to unpack .../077-globus-gram-client-tools_12.2-3+b1_arm64.deb ...
Unpacking globus-gram-client-tools (12.2-3+b1) ...
Selecting previously unselected package globus-gram-job-manager-scripts.
Preparing to unpack .../078-globus-gram-job-manager-scripts_7.3-3_all.deb ...
Unpacking globus-gram-job-manager-scripts (7.3-3) ...
Selecting previously unselected package globus-gram-job-manager-fork.
Preparing to unpack .../079-globus-gram-job-manager-fork_3.3-3+b1_arm64.deb ...
Unpacking globus-gram-job-manager-fork (3.3-3+b1) ...
Selecting previously unselected package globus-gsi-cert-utils-progs.
Preparing to unpack .../080-globus-gsi-cert-utils-progs_10.11-2_all.deb ...
Unpacking globus-gsi-cert-utils-progs (10.11-2) ...
Selecting previously unselected package globus-proxy-utils.
Preparing to unpack .../081-globus-proxy-utils_7.3-3+b1_arm64.deb ...
Unpacking globus-proxy-utils (7.3-3+b1) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../082-icu-devtools_72.1-5+b1_arm64.deb ...
Unpacking icu-devtools (72.1-5+b1) ...
Selecting previously unselected package libltdl-dev:arm64.
Preparing to unpack .../083-libltdl-dev_2.4.7-8_arm64.deb ...
Unpacking libltdl-dev:arm64 (2.4.7-8) ...
Selecting previously unselected package libglobus-common-dev:arm64.
Preparing to unpack .../084-libglobus-common-dev_18.14-3_arm64.deb ...
Unpacking libglobus-common-dev:arm64 (18.14-3) ...
Selecting previously unselected package libglobus-callout-dev:arm64.
Preparing to unpack .../085-libglobus-callout-dev_4.3-3+b1_arm64.deb ...
Unpacking libglobus-callout-dev:arm64 (4.3-3+b1) ...
Selecting previously unselected package libssl-dev:arm64.
Preparing to unpack .../086-libssl-dev_3.3.2-2_arm64.deb ...
Unpacking libssl-dev:arm64 (3.3.2-2) ...
Selecting previously unselected package libglobus-gass-cache-dev:arm64.
Preparing to unpack .../087-libglobus-gass-cache-dev_10.3-3+b1_arm64.deb ...
Unpacking libglobus-gass-cache-dev:arm64 (10.3-3+b1) ...
Selecting previously unselected package libglobus-gsi-proxy-ssl-dev:arm64.
Preparing to unpack .../088-libglobus-gsi-proxy-ssl-dev_6.5-3+b1_arm64.deb ...
Unpacking libglobus-gsi-proxy-ssl-dev:arm64 (6.5-3+b1) ...
Selecting previously unselected package libglobus-gsi-openssl-error-dev:arm64.
Preparing to unpack .../089-libglobus-gsi-openssl-error-dev_4.4-3+b1_arm64.deb ...
Unpacking libglobus-gsi-openssl-error-dev:arm64 (4.4-3+b1) ...
Selecting previously unselected package libglobus-openssl-module-dev:arm64.
Preparing to unpack .../090-libglobus-openssl-module-dev_5.2-3+b1_arm64.deb ...
Unpacking libglobus-openssl-module-dev:arm64 (5.2-3+b1) ...
Selecting previously unselected package libglobus-gsi-cert-utils-dev:arm64.
Preparing to unpack .../091-libglobus-gsi-cert-utils-dev_10.11-2+b1_arm64.deb ...
Unpacking libglobus-gsi-cert-utils-dev:arm64 (10.11-2+b1) ...
Selecting previously unselected package libglobus-gsi-sysconfig-dev:arm64.
Preparing to unpack .../092-libglobus-gsi-sysconfig-dev_9.6-2+b1_arm64.deb ...
Unpacking libglobus-gsi-sysconfig-dev:arm64 (9.6-2+b1) ...
Selecting previously unselected package libglobus-gsi-callback-dev:arm64.
Preparing to unpack .../093-libglobus-gsi-callback-dev_6.2-3+b1_arm64.deb ...
Unpacking libglobus-gsi-callback-dev:arm64 (6.2-3+b1) ...
Selecting previously unselected package libglobus-gsi-credential-dev:arm64.
Preparing to unpack .../094-libglobus-gsi-credential-dev_8.4-2+b1_arm64.deb ...
Unpacking libglobus-gsi-credential-dev:arm64 (8.4-2+b1) ...
Selecting previously unselected package libglobus-gsi-proxy-core-dev:arm64.
Preparing to unpack .../095-libglobus-gsi-proxy-core-dev_9.8-3+b1_arm64.deb ...
Unpacking libglobus-gsi-proxy-core-dev:arm64 (9.8-3+b1) ...
Selecting previously unselected package libglobus-gssapi-gsi-dev:arm64.
Preparing to unpack .../096-libglobus-gssapi-gsi-dev_14.20-3+b1_arm64.deb ...
Unpacking libglobus-gssapi-gsi-dev:arm64 (14.20-3+b1) ...
Selecting previously unselected package libglobus-gss-assist-dev:arm64.
Preparing to unpack .../097-libglobus-gss-assist-dev_12.7-3+b1_arm64.deb ...
Unpacking libglobus-gss-assist-dev:arm64 (12.7-3+b1) ...
Selecting previously unselected package libglobus-xio-dev:arm64.
Preparing to unpack .../098-libglobus-xio-dev_6.6-3+b1_arm64.deb ...
Unpacking libglobus-xio-dev:arm64 (6.6-3+b1) ...
Selecting previously unselected package libglobus-gssapi-error-dev:arm64.
Preparing to unpack .../099-libglobus-gssapi-error-dev_6.3-3+b1_arm64.deb ...
Unpacking libglobus-gssapi-error-dev:arm64 (6.3-3+b1) ...
Selecting previously unselected package libglobus-xio-gsi-driver-dev:arm64.
Preparing to unpack .../100-libglobus-xio-gsi-driver-dev_5.4-3+b1_arm64.deb ...
Unpacking libglobus-xio-gsi-driver-dev:arm64 (5.4-3+b1) ...
Selecting previously unselected package libglobus-io-dev:arm64.
Preparing to unpack .../101-libglobus-io-dev_12.4-3+b1_arm64.deb ...
Unpacking libglobus-io-dev:arm64 (12.4-3+b1) ...
Selecting previously unselected package libglobus-gass-transfer-dev:arm64.
Preparing to unpack .../102-libglobus-gass-transfer-dev_9.4-3+b1_arm64.deb ...
Unpacking libglobus-gass-transfer-dev:arm64 (9.4-3+b1) ...
Selecting previously unselected package libglobus-gass-server-ez-dev:arm64.
Preparing to unpack .../103-libglobus-gass-server-ez-dev_6.2-3+b1_arm64.deb ...
Unpacking libglobus-gass-server-ez-dev:arm64 (6.2-3+b1) ...
Selecting previously unselected package libglobus-gram-protocol-dev:arm64.
Preparing to unpack .../104-libglobus-gram-protocol-dev_13.6-3+b1_arm64.deb ...
Unpacking libglobus-gram-protocol-dev:arm64 (13.6-3+b1) ...
Selecting previously unselected package libglobus-rsl-dev:arm64.
Preparing to unpack .../105-libglobus-rsl-dev_11.4-2+b1_arm64.deb ...
Unpacking libglobus-rsl-dev:arm64 (11.4-2+b1) ...
Selecting previously unselected package libglobus-gram-client-dev:arm64.
Preparing to unpack .../106-libglobus-gram-client-dev_14.6-3+b1_arm64.deb ...
Unpacking libglobus-gram-client-dev:arm64 (14.6-3+b1) ...
Selecting previously unselected package libglobus-gram-job-manager-callout-error0t64:arm64.
Preparing to unpack .../107-libglobus-gram-job-manager-callout-error0t64_4.2-3+b1_arm64.deb ...
Unpacking libglobus-gram-job-manager-callout-error0t64:arm64 (4.2-3+b1) ...
Selecting previously unselected package libglobus-gram-job-manager-callout-error-dev:arm64.
Preparing to unpack .../108-libglobus-gram-job-manager-callout-error-dev_4.2-3+b1_arm64.deb ...
Unpacking libglobus-gram-job-manager-callout-error-dev:arm64 (4.2-3+b1) ...
Selecting previously unselected package libglobus-scheduler-event-generator0t64:arm64.
Preparing to unpack .../109-libglobus-scheduler-event-generator0t64_6.5-3+b1_arm64.deb ...
Unpacking libglobus-scheduler-event-generator0t64:arm64 (6.5-3+b1) ...
Selecting previously unselected package libglobus-scheduler-event-generator-dev:arm64.
Preparing to unpack .../110-libglobus-scheduler-event-generator-dev_6.5-3+b1_arm64.deb ...
Unpacking libglobus-scheduler-event-generator-dev:arm64 (6.5-3+b1) ...
Selecting previously unselected package libglobus-xio-popen-driver-dev:arm64.
Preparing to unpack .../111-libglobus-xio-popen-driver-dev_4.1-4+b1_arm64.deb ...
Unpacking libglobus-xio-popen-driver-dev:arm64 (4.1-4+b1) ...
Selecting previously unselected package libicu-dev:arm64.
Preparing to unpack .../112-libicu-dev_72.1-5+b1_arm64.deb ...
Unpacking libicu-dev:arm64 (72.1-5+b1) ...
Selecting previously unselected package libpkgconf3:arm64.
Preparing to unpack .../113-libpkgconf3_1.8.1-4_arm64.deb ...
Unpacking libpkgconf3:arm64 (1.8.1-4) ...
Selecting previously unselected package libxml2-dev:arm64.
Preparing to unpack .../114-libxml2-dev_2.12.7+dfsg+really2.9.14-0.2+b1_arm64.deb ...
Unpacking libxml2-dev:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../115-pkgconf-bin_1.8.1-4_arm64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:arm64.
Preparing to unpack .../116-pkgconf_1.8.1-4_arm64.deb ...
Unpacking pkgconf:arm64 (1.8.1-4) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../117-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.20) ...
Setting up linux-libc-dev (6.11.7-1) ...
Setting up m4 (1.4.19-4) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up autotools-dev (20220109.1) ...
Setting up libpkgconf3:arm64 (1.8.1-4) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up libssl-dev:arm64 (3.3.2-2) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up autopoint (0.22.5-2) ...
Setting up icu-devtools (72.1-5+b1) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up libltdl7:arm64 (2.4.7-8) ...
Setting up autoconf (2.72-3) ...
Setting up libubsan1:arm64 (14.2.0-8) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up libglobus-gsi-proxy-ssl1:arm64 (6.5-3+b1) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up libitm1:arm64 (14.2.0-8) ...
Setting up globus-gsi-cert-utils-progs (10.11-2) ...
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 libglobus-common0t64:arm64 (18.14-3) ...
Setting up pkgconf:arm64 (1.8.1-4) ...
Setting up globus-common-progs (18.14-3) ...
Setting up libltdl-dev:arm64 (2.4.7-8) ...
Setting up libglobus-gsi-proxy-ssl-dev:arm64 (6.5-3+b1) ...
Setting up globus-gram-job-manager-scripts (7.3-3) ...
Setting up libglobus-rsl2t64:arm64 (11.4-2+b1) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libglobus-gram-job-manager-callout-error0t64:arm64 (4.2-3+b1) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up libglobus-common-dev:arm64 (18.14-3) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up libglobus-gass-cache5t64:arm64 (10.3-3+b1) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up libicu-dev:arm64 (72.1-5+b1) ...
Setting up libglobus-gass-cache-dev:arm64 (10.3-3+b1) ...
Setting up libglobus-gram-job-manager-callout-error-dev:arm64 (4.2-3+b1) ...
Setting up libglobus-gsi-openssl-error0t64:arm64 (4.4-3+b1) ...
Setting up libglobus-callout0t64:arm64 (4.3-3+b1) ...
Setting up libglobus-rsl-dev:arm64 (11.4-2+b1) ...
Setting up libglobus-xio0t64:arm64 (6.6-3+b1) ...
Setting up libglobus-xio-dev:arm64 (6.6-3+b1) ...
Setting up libglobus-openssl-module0t64:arm64 (5.2-3+b1) ...
Setting up libglobus-xio-popen-driver:arm64 (4.1-4+b1) ...
Setting up libglobus-gsi-cert-utils0t64:arm64 (10.11-2+b1) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up libxml2-dev:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up libglobus-gsi-sysconfig1t64:arm64 (9.6-2+b1) ...
Setting up libglobus-gsi-openssl-error-dev:arm64 (4.4-3+b1) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up libglobus-xio-popen-driver-dev:arm64 (4.1-4+b1) ...
Setting up libglobus-gsi-callback0t64:arm64 (6.2-3+b1) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libglobus-callout-dev:arm64 (4.3-3+b1) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up libglobus-gsi-credential1t64:arm64 (8.4-2+b1) ...
Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up gcc-14 (14.2.0-8) ...
Setting up libglobus-openssl-module-dev:arm64 (5.2-3+b1) ...
Setting up libglobus-gsi-sysconfig-dev:arm64 (9.6-2+b1) ...
Setting up libglobus-gsi-cert-utils-dev:arm64 (10.11-2+b1) ...
Setting up libglobus-gsi-proxy-core0t64:arm64 (9.8-3+b1) ...
Setting up libglobus-gssapi-gsi4t64:arm64 (14.20-3+b1) ...
Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14 (14.2.0-8) ...
Setting up libtool (2.4.7-8) ...
Setting up libglobus-gss-assist3t64:arm64 (12.7-3+b1) ...
Setting up globus-gatekeeper (11.4-3+b1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
Setting up gcc (4:14.2.0-1) ...
Setting up globus-proxy-utils (7.3-3+b1) ...
Setting up dh-autoreconf (20) ...
Setting up libglobus-gsi-callback-dev:arm64 (6.2-3+b1) ...
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 libglobus-gssapi-error2t64:arm64 (6.3-3+b1) ...
Setting up build-essential (12.12) ...
Setting up libglobus-gsi-credential-dev:arm64 (8.4-2+b1) ...
Setting up libglobus-gsi-proxy-core-dev:arm64 (9.8-3+b1) ...
Setting up libglobus-gssapi-gsi-dev:arm64 (14.20-3+b1) ...
Setting up libglobus-gss-assist-dev:arm64 (12.7-3+b1) ...
Setting up debhelper (13.20) ...
Setting up libglobus-xio-gsi-driver:arm64 (5.4-3+b1) ...
Setting up libglobus-gssapi-error-dev:arm64 (6.3-3+b1) ...
Setting up libglobus-scheduler-event-generator0t64:arm64 (6.5-3+b1) ...
Setting up libglobus-io3t64:arm64 (12.4-3+b1) ...
Setting up libglobus-xio-gsi-driver-dev:arm64 (5.4-3+b1) ...
Setting up libglobus-gass-transfer2t64:arm64 (9.4-3+b1) ...
Setting up libglobus-gram-protocol3t64:arm64 (13.6-3+b1) ...
Setting up libglobus-io-dev:arm64 (12.4-3+b1) ...
Setting up libglobus-gass-server-ez2t64:arm64 (6.2-3+b1) ...
Setting up libglobus-ftp-control1t64:arm64 (9.10-3+b1) ...
Setting up libglobus-gram-client3t64:arm64 (14.6-3+b1) ...
Setting up libglobus-gram-protocol-dev:arm64 (13.6-3+b1) ...
Setting up libglobus-ftp-client2t64:arm64 (9.8-4+b1) ...
Setting up libglobus-gass-transfer-dev:arm64 (9.4-3+b1) ...
Setting up globus-gram-client-tools (12.2-3+b1) ...
Setting up libglobus-gass-server-ez-dev:arm64 (6.2-3+b1) ...
Setting up libglobus-scheduler-event-generator-dev:arm64 (6.5-3+b1) ...
Setting up libglobus-gram-client-dev:arm64 (14.6-3+b1) ...
Setting up libglobus-gass-copy2t64:arm64 (10.13-2+b1) ...
Setting up globus-gass-cache-program (7.0-5+b1) ...
Setting up globus-gass-copy-progs (10.13-2+b1) ...
Setting up globus-gram-job-manager-fork (3.3-3+b1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

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

Arch check ok (arm64 included in 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.21 dh-autoreconf_20 dh-strip-nondeterminism_1.14.0-1 diffstat_1.66-1+b1 diffutils_1:3.10-1+b1 dpkg_1.22.12~1.gbp82cafd dpkg-dev_1.22.12~1.gbp82cafd dwz_0.15-1+b1 e2fsprogs_1.47.1-1+b1 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 g++_4:14.2.0-1 g++-14_14.2.0-8 g++-14-aarch64-linux-gnu_14.2.0-8 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-8 gcc-14-aarch64-linux-gnu_14.2.0-8 gcc-14-base_14.2.0-8 gcc-aarch64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 globus-common-progs_18.14-3 globus-gass-cache-program_7.0-5+b1 globus-gass-copy-progs_10.13-2+b1 globus-gatekeeper_11.4-3+b1 globus-gram-client-tools_12.2-3+b1 globus-gram-job-manager-fork_3.3-3+b1 globus-gram-job-manager-scripts_7.3-3 globus-gsi-cert-utils-progs_10.11-2 globus-proxy-utils_7.3-3+b1 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 icu-devtools_72.1-5+b1 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 libglobus-callout-dev_4.3-3+b1 libglobus-callout0t64_4.3-3+b1 libglobus-common-dev_18.14-3 libglobus-common0t64_18.14-3 libglobus-ftp-client2t64_9.8-4+b1 libglobus-ftp-control1t64_9.10-3+b1 libglobus-gass-cache-dev_10.3-3+b1 libglobus-gass-cache5t64_10.3-3+b1 libglobus-gass-copy2t64_10.13-2+b1 libglobus-gass-server-ez-dev_6.2-3+b1 libglobus-gass-server-ez2t64_6.2-3+b1 libglobus-gass-transfer-dev_9.4-3+b1 libglobus-gass-transfer2t64_9.4-3+b1 libglobus-gram-client-dev_14.6-3+b1 libglobus-gram-client3t64_14.6-3+b1 libglobus-gram-job-manager-callout-error-dev_4.2-3+b1 libglobus-gram-job-manager-callout-error0t64_4.2-3+b1 libglobus-gram-protocol-dev_13.6-3+b1 libglobus-gram-protocol3t64_13.6-3+b1 libglobus-gsi-callback-dev_6.2-3+b1 libglobus-gsi-callback0t64_6.2-3+b1 libglobus-gsi-cert-utils-dev_10.11-2+b1 libglobus-gsi-cert-utils0t64_10.11-2+b1 libglobus-gsi-credential-dev_8.4-2+b1 libglobus-gsi-credential1t64_8.4-2+b1 libglobus-gsi-openssl-error-dev_4.4-3+b1 libglobus-gsi-openssl-error0t64_4.4-3+b1 libglobus-gsi-proxy-core-dev_9.8-3+b1 libglobus-gsi-proxy-core0t64_9.8-3+b1 libglobus-gsi-proxy-ssl-dev_6.5-3+b1 libglobus-gsi-proxy-ssl1_6.5-3+b1 libglobus-gsi-sysconfig-dev_9.6-2+b1 libglobus-gsi-sysconfig1t64_9.6-2+b1 libglobus-gss-assist-dev_12.7-3+b1 libglobus-gss-assist3t64_12.7-3+b1 libglobus-gssapi-error-dev_6.3-3+b1 libglobus-gssapi-error2t64_6.3-3+b1 libglobus-gssapi-gsi-dev_14.20-3+b1 libglobus-gssapi-gsi4t64_14.20-3+b1 libglobus-io-dev_12.4-3+b1 libglobus-io3t64_12.4-3+b1 libglobus-openssl-module-dev_5.2-3+b1 libglobus-openssl-module0t64_5.2-3+b1 libglobus-rsl-dev_11.4-2+b1 libglobus-rsl2t64_11.4-2+b1 libglobus-scheduler-event-generator-dev_6.5-3+b1 libglobus-scheduler-event-generator0t64_6.5-3+b1 libglobus-xio-dev_6.6-3+b1 libglobus-xio-gsi-driver_5.4-3+b1 libglobus-xio-gsi-driver-dev_5.4-3+b1 libglobus-xio-popen-driver_4.1-4+b1 libglobus-xio-popen-driver-dev_4.1-4+b1 libglobus-xio0t64_6.6-3+b1 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 libicu-dev_72.1-5+b1 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 libltdl-dev_2.4.7-8 libltdl7_2.4.7-8 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.14-1 liblz1_1.15~pre2-1 liblz4-1_1.9.4-3+b1 liblzma5_5.6.3-1+b1 liblzo2-2_2.10-3+b1 libmagic-mgc_1:5.45-3+b1 libmagic1t64_1:5.45-3+b1 libmarkdown2_2.2.7-2.1 libmd0_1.1.0-2+b1 libmldbm-perl_2.05-4 libmodule-implementation-perl_0.09-2 libmodule-runtime-perl_0.016-2 libmoo-perl_2.005005-1 libmoox-aliases-perl_0.001006-2 libmount1_2.40.2-11 libmouse-perl_2.5.11-1+b1 libmpc3_1.3.1-1+b3 libmpfr6_4.2.1-1+b2 libnamespace-clean-perl_0.27-2 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-4 libperl5.40_5.40.0-7 libperlio-gzip-perl_0.20-1+b4 libperlio-utf8-strict-perl_0.010-1+b3 libpipeline1_1.5.8-1 libpkgconf3_1.8.1-4 libproc-processtable-perl_0.636-1+b3 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-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 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 libxml2-dev_2.12.7+dfsg+really2.9.14-0.2+b1 libxmlb2_0.3.21-1 libxs-parse-keyword-perl_0.46-1+b1 libxxhash0_0.8.2-2+b2 libyaml-0-2_0.2.5-1+b2 libyaml-libyaml-perl_0.902.0+ds-2+b1 libzstd1_1.5.6+dfsg-1+b1 lintian_2.120.0 linux-libc-dev_6.11.7-1 login_1:4.16.0-2+really2.40.2-11 login.defs_1:4.16.0-5 logsave_1.47.1-1+b1 lzop_1.04-2+b1 m4_1.4.19-4 make_4.3-4.1+b1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 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-5 patch_2.7.6-7+b1 patchutils_0.4.2-1+b1 perl_5.40.0-7 perl-base_5.40.0-7 perl-modules-5.40_5.40.0-7 perl-openssl-defaults_7+b2 pkgconf_1.8.1-4 pkgconf-bin_1.8.1-4 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 ucf_3.0043+nmu1 unzip_6.0-28+b1 util-linux_2.40.2-11 xz-utils_5.6.3-1+b1 zlib1g_1:1.3.dfsg+really1.3.1-1+b1

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


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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: globus-gram-job-manager
Binary: globus-gram-job-manager, globus-seg-job-manager
Architecture: any
Version: 15.8-4
Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
Homepage: https://github.com/gridcf/gct/
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/ellert/globus-gram-job-manager
Vcs-Git: https://salsa.debian.org/ellert/globus-gram-job-manager.git
Build-Depends: debhelper-compat (= 13), pkgconf, libglobus-common-dev (>= 15), libglobus-gsi-credential-dev (>= 5), libglobus-gass-cache-dev (>= 8), libglobus-gass-transfer-dev (>= 7), libglobus-gram-protocol-dev (>= 11), libglobus-gssapi-gsi-dev (>= 10), libglobus-gss-assist-dev (>= 8), libglobus-gsi-sysconfig-dev (>= 5), libglobus-callout-dev (>= 3), libglobus-xio-dev (>= 3), libglobus-xio-popen-driver-dev (>= 2), libglobus-rsl-dev (>= 9), libglobus-gram-job-manager-callout-error-dev (>= 2), libglobus-scheduler-event-generator-dev (>= 4), libssl-dev, libxml2-dev, libglobus-io-dev (>= 9), libglobus-gram-client-dev (>= 13.10), libglobus-gass-server-ez-dev (>= 2), globus-common-progs (>= 15), globus-gatekeeper (>= 9), globus-gram-client-tools (>= 10), globus-gass-copy-progs (>= 8), globus-gass-cache-program (>= 5), globus-gram-job-manager-scripts (>= 6), globus-proxy-utils (>= 5), globus-gsi-cert-utils-progs, globus-gram-job-manager-fork, openssl
Package-List:
 globus-gram-job-manager deb net optional arch=any
 globus-seg-job-manager deb libs optional arch=any
Checksums-Sha1:
 62c2f6fd764de7a060e7f1faec58ce3228e3f977 724639 globus-gram-job-manager_15.8.orig.tar.gz
 5fd090fc321a3bb437bf352ecd8386de9945072c 6584 globus-gram-job-manager_15.8-4.debian.tar.xz
Checksums-Sha256:
 5585ab6a35ba8c7e66c9bdd218d948688c55652b054669d9dfde16c755ac8e73 724639 globus-gram-job-manager_15.8.orig.tar.gz
 550d6000a4f1aa3990242cdd6218b875200d9c66057e843340f98ca16e4ca4a2 6584 globus-gram-job-manager_15.8-4.debian.tar.xz
Files:
 2bb0353245c632d03b55b7f4ebb094da 724639 globus-gram-job-manager_15.8.orig.tar.gz
 e0cd6b9b41edf1c66fca88b7222c89e3 6584 globus-gram-job-manager_15.8-4.debian.tar.xz

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

iQIzBAEBCgAdFiEE6hgwr99NQxrZ4RRS6K7C/zvhqUsFAmXutykACgkQ6K7C/zvh
qUsT6Q/8DaY4xUF6gbThWb5ELJBEaaPuwt6XPyinED82hqXOKLI4G5XumF8x8fzk
fJG9SHpmfMDjUuiDXRY+r03uprPcRNHcua4wUbpiqvzNbKVkA3HxN15UpCKWUVwi
E2LBcE7sNITa2bMaT6udVawyKe5Cas0LSTCv4fmhPZmEPVn7fFAWn6FOC5gk1jaO
6ZRT/QCt0kuyJodPPTpwp9jsP0mBYMqye6DUj4xib/wuw1aroO2Xumyq4XsqJYTl
90sY8V9uCAJDs0OL8aczU6uLrf+KiUFG6EmBXS2U3sUdXetVzmj/XMmCv4ucpnz0
HU/NRnD1qj8U3iQY853EdceduL1XLbg+5pD30UXY3P7d/UE2gulNwvlNq7wTWa3j
0dcca15NcEvF98HIbnkSzGAikuxlUso5lGkk3h3/0WLRdvf3VBKwymmpinL+9s+N
lQBRfb9OVIPQMQvMRmnrpYIs1jbrjjYVgjbHV2KwQsS/0q/a6jeec0fvHRvudKGD
Fa4rWdW/TFuM4h9aQbzVZJ8QUHgueo4HcHVJmn4ObRDabFyTvhhhPP5KhxgaN5U6
UgT5cRM75w92UeLNuyqqox1ErA2mK4Dv83RPiLzr+GssKfKI6noHKiLrhYI/baPY
DCwcJgwcMKIpvOidbPWk9nbpb3kmObco1EXec+L5mM0UxnSrdRU=
=u2bU
-----END PGP SIGNATURE-----

gpgv: Signature made Mon Mar 11 07:47:53 2024 UTC
gpgv:                using RSA key EA1830AFDF4D431AD9E11452E8AEC2FF3BE1A94B
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./globus-gram-job-manager_15.8-4.dsc: no acceptable signature found
dpkg-source: info: extracting globus-gram-job-manager in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking globus-gram-job-manager_15.8.orig.tar.gz
dpkg-source: info: unpacking globus-gram-job-manager_15.8-4.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-Handle-64-bit-time_t-on-32-bit-systems.patch

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 globus-gram-job-manager
dpkg-buildpackage: info: source version 15.8-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Mattias Ellert <mattias.ellert@physics.uu.se>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:111: warning: The macro 'AC_TRY_RUN' is obsolete.
configure.ac:111: You should run autoupdate.
./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
m4/libxml.m4:12: AM_PATH_XML2 is expanded from...
configure.ac:111: the top level
configure.ac:111: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.ac:111: You should run autoupdate.
./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
m4/libxml.m4:12: AM_PATH_XML2 is expanded from...
configure.ac:111: the top level
configure.ac:131: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
./lib/autoconf/programs.m4:743: _AC_PROG_LEX is expanded from...
./lib/autoconf/programs.m4:736: AC_PROG_LEX is expanded from...
configure.ac:131: the top level
configure.ac:14: installing 'build-aux/compile'
configure.ac:13: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
GLOBUS_VERSION=6.2 \
dh_auto_configure -- \
   --disable-static \
   --includedir=/usr/include/globus \
   --libexecdir=/usr/share/globus \
   --docdir=/usr/share/doc/globus-gram-job-manager
	./configure --build=aarch64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/aarch64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --disable-static --includedir=/usr/include/globus --libexecdir=/usr/share/globus --docdir=/usr/share/doc/globus-gram-job-manager
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for openssl >= 1.0... yes
checking for globus-common >= 15, globus-gsi-credential >= 5, globus-gass-cache >= 8, globus-gass-transfer >= 7, globus-gram-protocol >= 11, globus-gssapi-gsi >= 10, globus-gss-assist >= 8, globus-gsi-sysconfig >= 5, globus-callout >= 2, globus-xio >= 3, globus-xio-popen-driver >= 2, globus-rsl >= 9, globus-gram-job-manager-callout-error >= 2, globus-scheduler-event-generator >= 4... yes
checking for globus-common >= 14, globus-gram-protocol >= 11, globus-io >= 9, globus-rsl >= 9, globus-gss-assist >= 8, globus-gram-client >= 3, globus-gass-server-ez >= 2, globus-gass-transfer >= 7, globus-gssapi-gsi >= 10... yes
checking for openssl... /usr/bin/openssl
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.0.0... yes (version 2.9.14)
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... no
checking for a2x... no
checking for a2x.py... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating globus-gram-job-manager-uninstalled.pc
config.status: creating globus-gram-job-manager.pc
config.status: creating scripts/Makefile
config.status: creating rvf/globus-rvf-edit
config.status: creating rvf/Makefile
config.status: creating seg/Makefile
config.status: creating test/Makefile
config.status: creating test/testcred.cnf
config.status: creating test/client/Makefile
config.status: creating test/jobmanager/failure_test/Makefile
config.status: creating test/jobmanager/Makefile
config.status: creating test/jobmanager/rsl_size_test/Makefile
config.status: creating test/jobmanager/stdio_test/Makefile
config.status: creating test/jobmanager/submit_test/Makefile
config.status: creating test/jobmanager/user_test/Makefile
config.status: creating globus-gram-job-manager.conf
config.status: creating gram.logrotate
config.status: creating Makefile
config.status: creating version.h
config.status: creating globus-personal-gatekeeper
config.status: creating test/jobmanager/job-manager-script-test.pl
config.status: creating test/jobmanager/submit_test/globus-gram-job-manager-submit-test.pl
config.status: creating test/jobmanager/failure_test/globus-gram-job-manager-failure-test.pl
config.status: creating test/jobmanager/rsl_size_test/globus-gram-job-manager-rsl-size-test.pl
config.status: creating test/gram-test-wrapper
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
	make -j8
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making all in rvf
make[2]: Entering directory '/<<PKGBUILDDIR>>/rvf'
make  all-am
make[3]: Entering directory '/<<PKGBUILDDIR>>/rvf'
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -DYY_NO_INPUT -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_rvf_check.o globus_rvf_check.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -DYY_NO_INPUT -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_i_rvf_scanner.lo globus_i_rvf_scanner.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -DYY_NO_INPUT -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_i_rvf_parser.lo globus_i_rvf_parser.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -DYY_NO_INPUT -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_i_rvf_scanner.c  -fPIC -DPIC -o .libs/globus_i_rvf_scanner.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -DYY_NO_INPUT -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_i_rvf_parser.c  -fPIC -DPIC -o .libs/globus_i_rvf_parser.o
globus_i_rvf_parser.c: In function ‘globus_i_rvf_parse’:
globus_i_rvf_parser.c:380:21: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  380 | #   define YYMALLOC malloc
globus_i_rvf_parser.c:366:25: note: in expansion of macro ‘YYMALLOC’
  366 | #  define YYSTACK_ALLOC YYMALLOC
      |                         ^~~~~~~~
globus_i_rvf_parser.c:2068:30: note: in expansion of macro ‘YYSTACK_ALLOC’
 2068 |             yymsg = (char *) YYSTACK_ALLOC (yyalloc);
      |                              ^~~~~~~~~~~~~
In file included from /usr/include/globus/globus_common_include.h:83,
                 from /usr/include/globus/globus_common.h:67,
                 from globus_i_rvf_parser.y:18:
/usr/include/stdlib.h:672:14: note: in a call to allocation function ‘malloc’ declared here
  672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
      |              ^~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o libglobus_rvf.la  globus_i_rvf_scanner.lo globus_i_rvf_parser.lo  
libtool: link: ar cr .libs/libglobus_rvf.a .libs/globus_i_rvf_scanner.o .libs/globus_i_rvf_parser.o 
libtool: link: ranlib .libs/libglobus_rvf.a
libtool: link: ( cd ".libs" && rm -f "libglobus_rvf.la" && ln -s "../libglobus_rvf.la" "libglobus_rvf.la" )
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o globus-rvf-check globus_rvf_check.o libglobus_rvf.la -lglobus_common -lglobus_gsi_credential -lglobus_gass_cache -lglobus_gass_transfer -lglobus_gram_protocol -lglobus_gssapi_gsi -lglobus_gss_assist -lglobus_gsi_sysconfig -lglobus_callout -lglobus_xio -lglobus_rsl_assist -lglobus_rsl -lglobus_gram_job_manager_callout_error -lglobus_scheduler_event_generator  
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o globus-rvf-check globus_rvf_check.o  ./.libs/libglobus_rvf.a -lglobus_common -lglobus_gsi_credential -lglobus_gass_cache -lglobus_gass_transfer -lglobus_gram_protocol -lglobus_gssapi_gsi -lglobus_gss_assist -lglobus_gsi_sysconfig -lglobus_callout -lglobus_xio -lglobus_rsl_assist -lglobus_rsl -lglobus_gram_job_manager_callout_error -lglobus_scheduler_event_generator
make[3]: Leaving directory '/<<PKGBUILDDIR>>/rvf'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/rvf'
Making all in scripts
make[2]: Entering directory '/<<PKGBUILDDIR>>/scripts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
Making all in seg
make[2]: Entering directory '/<<PKGBUILDDIR>>/seg'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I.. -I.. -I../rvf -I/usr/include/libxml2 -DGLOBUS_BUILTIN=1 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o seg_job_manager_module.lo seg_job_manager_module.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I.. -I.. -I../rvf -I/usr/include/libxml2 -DGLOBUS_BUILTIN=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c seg_job_manager_module.c  -fPIC -DPIC -o .libs/seg_job_manager_module.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -module -no-undefined -avoid-version  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o libglobus_seg_job_manager.la -rpath /usr/lib/aarch64-linux-gnu seg_job_manager_module.lo -lglobus_common -lglobus_gsi_credential -lglobus_gass_cache -lglobus_gass_transfer -lglobus_gram_protocol -lglobus_gssapi_gsi -lglobus_gss_assist -lglobus_gsi_sysconfig -lglobus_callout -lglobus_xio -lglobus_rsl_assist -lglobus_rsl -lglobus_gram_job_manager_callout_error -lglobus_scheduler_event_generator  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/seg_job_manager_module.o   -lglobus_common -lglobus_gsi_credential -lglobus_gass_cache -lglobus_gass_transfer -lglobus_gram_protocol -lglobus_gssapi_gsi -lglobus_gss_assist -lglobus_gsi_sysconfig -lglobus_callout -lglobus_xio -lglobus_rsl_assist -lglobus_rsl -lglobus_gram_job_manager_callout_error -lglobus_scheduler_event_generator  -g -O2 -fstack-protector-strong -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs   -Wl,-soname -Wl,libglobus_seg_job_manager.so -o .libs/libglobus_seg_job_manager.so
libtool: link: ( cd ".libs" && rm -f "libglobus_seg_job_manager.la" && ln -s "../libglobus_seg_job_manager.la" "libglobus_seg_job_manager.la" )
make[2]: Leaving directory '/<<PKGBUILDDIR>>/seg'
Making all in .
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o main.o main.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_config.lo globus_gram_job_manager_config.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager.lo globus_gram_job_manager.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_auditing.lo globus_gram_job_manager_auditing.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_contact.lo globus_gram_job_manager_contact.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_gsi.lo globus_gram_job_manager_gsi.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_history_file.lo globus_gram_job_manager_history_file.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_query.lo globus_gram_job_manager_query.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager.c  -fPIC -DPIC -o .libs/globus_gram_job_manager.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_config.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_config.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_auditing.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_auditing.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_gsi.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_gsi.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_query.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_query.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_history_file.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_history_file.o
main.c: In function ‘main’:
main.c:300:9: warning: ignoring return value of ‘freopen’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  300 |         freopen("/dev/null", "r", stdin);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:444:13: warning: ignoring return value of ‘freopen’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  444 |             freopen("/dev/null", "a", stdout);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:581:13: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  581 |             fscanf(pidin, "%lu", &realpid);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_contact.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_contact.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_request.lo globus_gram_job_manager_request.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_rsl.lo globus_gram_job_manager_rsl.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_script.lo globus_gram_job_manager_script.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_request.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_request.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_script.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_script.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_rsl.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_rsl.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_seg.lo globus_gram_job_manager_seg.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_seg.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_seg.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_staging.lo globus_gram_job_manager_staging.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_state.lo globus_gram_job_manager_state.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_staging.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_staging.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_state_file.lo globus_gram_job_manager_state_file.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_state.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_state.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_state_file.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_state_file.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_job_manager_validate.lo globus_gram_job_manager_validate.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o logging.lo logging.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c globus_gram_job_manager_validate.c  -fPIC -DPIC -o .libs/globus_gram_job_manager_validate.o
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c logging.c  -fPIC -DPIC -o .libs/logging.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o startup_socket.lo startup_socket.c
logging.c: In function ‘globus_l_gram_logging_write’:
logging.c:303:13: warning: ignoring return value of ‘freopen’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  303 |             freopen(last_path, "a", globus_l_gram_log_fp);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c:257:27: warning: ‘%04d’ directive output may be truncated writing between 4 and 11 bytes into a region of size 9 [-Wformat-truncation=]
  257 |     snprintf(now_str, 9, "%04d%02d%02d",
      |                           ^~~~
logging.c:257:26: note: directive argument in the range [-2147481748, 2147483647]
  257 |     snprintf(now_str, 9, "%04d%02d%02d",
      |                          ^~~~~~~~~~~~~~
logging.c:257:26: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:970,
                 from /usr/include/globus/globus_common_include.h:84,
                 from /usr/include/globus/globus_common.h:67,
                 from logging.c:17:
In function ‘snprintf’,
    inlined from ‘globus_l_gram_logging_write’ at logging.c:257:5:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:68:10: note: ‘__builtin___snprintf_chk’ output between 9 and 34 bytes into a destination of size 9
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o tg_gateway.lo tg_gateway.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c startup_socket.c  -fPIC -DPIC -o .libs/startup_socket.o
(echo "char globus_i_gram_default_rvf[] = \"\\"; \
         sed -e 's/\\/\\\\/g' \
             -e 's/"/\\"/g' \
             -e 's/$/\\n\\/' \
            < ./globus-gram-job-manager.rvf; \
         echo "\";") > default_rvf.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o globus_gram_streamer.o globus_gram_streamer.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o lock_test.o lock_test.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus   -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o default_rvf.lo default_rvf.c
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c tg_gateway.c  -fPIC -DPIC -o .libs/tg_gateway.o
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o globus-job-manager-lock-test lock_test.o  
libtool: compile:  gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" "-DPACKAGE_STRING=\"globus_gram_job_manager 15.8\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/include/globus -I. -I. -I./rvf -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c default_rvf.c  -fPIC -DPIC -o .libs/default_rvf.o
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o globus-job-manager-lock-test lock_test.o 
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o libglobus_gram_job_manager.la  globus_gram_job_manager_config.lo globus_gram_job_manager.lo globus_gram_job_manager_auditing.lo globus_gram_job_manager_contact.lo globus_gram_job_manager_gsi.lo globus_gram_job_manager_history_file.lo globus_gram_job_manager_query.lo globus_gram_job_manager_request.lo globus_gram_job_manager_rsl.lo globus_gram_job_manager_script.lo globus_gram_job_manager_seg.lo globus_gram_job_manager_staging.lo globus_gram_job_manager_state.lo globus_gram_job_manager_state_file.lo globus_gram_job_manager_validate.lo logging.lo startup_socket.lo tg_gateway.lo default_rvf.lo -lglobus_common -lglobus_gsi_credential -lglobus_gass_cache -lglobus_gass_transfer -lglobus_gram_protocol -lglobus_gssapi_gsi -lglobus_gss_assist -lglobus_gsi_sysconfig -lglobus_callout -lglobus_xio -lglobus_rsl_assist -lglobus_rsl -lglobus_gram_job_manager_callout_error -lglobus_scheduler_event_generator  -lssl -lcrypto  
libtool: link: ar cr .libs/libglobus_gram_job_manager.a .libs/globus_gram_job_manager_config.o .libs/globus_gram_job_manager.o .libs/globus_gram_job_manager_auditing.o .libs/globus_gram_job_manager_contact.o .libs/globus_gram_job_manager_gsi.o .libs/globus_gram_job_manager_history_file.o .libs/globus_gram_job_manager_query.o .libs/globus_gram_job_manager_request.o .libs/globus_gram_job_manager_rsl.o .libs/globus_gram_job_manager_script.o .libs/globus_gram_job_manager_seg.o .libs/globus_gram_job_manager_staging.o .libs/globus_gram_job_manager_state.o .libs/globus_gram_job_manager_state_file.o .libs/globus_gram_job_manager_validate.o .libs/logging.o .libs/startup_socket.o .libs/tg_gateway.o .libs/default_rvf.o 
libtool: link: ranlib .libs/libglobus_gram_job_manager.a
libtool: link: ( cd ".libs" && rm -f "libglobus_gram_job_manager.la" && ln -s "../libglobus_gram_job_manager.la" "libglobus_gram_job_manager.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o globus-job-manager main.o ./libglobus_gram_job_manager.la ./rvf/libglobus_rvf.la -lglobus_common -lglobus_gsi_credential -lglobus_gass_cache -lglobus_gass_transfer -lglobus_gram_protocol -lglobus_gssapi_gsi -lglobus_gss_assist -lglobus_gsi_sysconfig -lglobus_callout -lglobus_xio -lglobus_rsl_assist -lglobus_rsl -lglobus_gram_job_manager_callout_error -lglobus_scheduler_event_generator  -lssl -lcrypto  -lxml2 
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o globus-gram-streamer globus_gram_streamer.o ./libglobus_gram_job_manager.la ./rvf/libglobus_rvf.la -lglobus_common -lglobus_gsi_credential -lglobus_gass_cache -lglobus_gass_transfer -lglobus_gram_protocol -lglobus_gssapi_gsi -lglobus_gss_assist -lglobus_gsi_sysconfig -lglobus_callout -lglobus_xio -lglobus_rsl_assist -lglobus_rsl -lglobus_gram_job_manager_callout_error -lglobus_scheduler_event_generator  -lssl -lcrypto  -lxml2 
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o globus-job-manager main.o  ./.libs/libglobus_gram_job_manager.a ./rvf/.libs/libglobus_rvf.a -lglobus_common -lglobus_gsi_credential -lglobus_gass_cache -lglobus_gass_transfer -lglobus_gram_protocol -lglobus_gssapi_gsi -lglobus_gss_assist -lglobus_gsi_sysconfig -lglobus_callout -lglobus_xio -lglobus_rsl_assist -lglobus_rsl -lglobus_gram_job_manager_callout_error -lglobus_scheduler_event_generator -lssl -lcrypto -lxml2
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o globus-gram-streamer globus_gram_streamer.o  ./.libs/libglobus_gram_job_manager.a ./rvf/.libs/libglobus_rvf.a -lglobus_common -lglobus_gsi_credential -lglobus_gass_cache -lglobus_gass_transfer -lglobus_gram_protocol -lglobus_gssapi_gsi -lglobus_gss_assist -lglobus_gsi_sysconfig -lglobus_callout -lglobus_xio -lglobus_rsl_assist -lglobus_rsl -lglobus_gram_job_manager_callout_error -lglobus_scheduler_event_generator -lssl -lcrypto -lxml2
/usr/bin/ld: /usr/bin/ld: ./.libs/libglobus_gram_job_manager.a(globus_gram_job_manager_request.o): in function `globus_l_gram_init_scratchdir':
././globus_gram_job_manager_request.c:2882:(.text+0x2c38): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
./.libs/libglobus_gram_job_manager.a(globus_gram_job_manager_request.o): in function `globus_l_gram_init_scratchdir':
././globus_gram_job_manager_request.c:2882:(.text+0x2c38): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Making all in test
make[2]: Entering directory '/<<PKGBUILDDIR>>/test'
Making all in .
make[3]: Entering directory '/<<PKGBUILDDIR>>/test'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
Making all in client
make[3]: Entering directory '/<<PKGBUILDDIR>>/test/client'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/client'
Making all in jobmanager
make[3]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
Making all in .
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
Making all in submit_test
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
Making all in stdio_test
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
Making all in failure_test
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
Making all in rsl_size_test
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
Making all in user_test
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
GLOBUS_HOSTNAME=localhost dh_auto_test
	make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making check in rvf
make[3]: Entering directory '/<<PKGBUILDDIR>>/rvf'
make  check-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/rvf'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rvf'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/rvf'
Making check in scripts
make[3]: Entering directory '/<<PKGBUILDDIR>>/scripts'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
Making check in seg
make[3]: Entering directory '/<<PKGBUILDDIR>>/seg'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/seg'
Making check in .
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Making check in test
make[3]: Entering directory '/<<PKGBUILDDIR>>/test'
Making check in .
make[4]: Entering directory '/<<PKGBUILDDIR>>/test'
make  testcred.key testcred.cert testcred.cakey testcred.cacert testcred.link testcred.signing_policy testcred.srl
make[5]: Entering directory '/<<PKGBUILDDIR>>/test'
umask 077; /usr/bin/openssl req -passout pass:globus -subj "/CN=ca" -new -x509 -extensions v3_ca -keyout testcred.cakey -out testcred.cacert -config testcred.cnf
Can't load /<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.rnd into RNG
006C36AFFFFF0000:error:12000079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:107:Filename=/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.rnd
..............+++++++++++++++++++++++++++++++++++++++*.....+....+.....+.....................+....+......+.....+++++++++++++++++++++++++++++++++++++++*....+.........+........+.............+...........+.+..+.......+......+..............+.+........+....+...+...+...........+...+...+...+....+...+.........+.....+.+..+.+.....+.+......+............+..........................+.......+..+..........+.....+......+..........+.....+.+......+........+.+......+.........+......+..+......+..........+...........+...+...+....+.........+..............+.......+...+.....+......+.+......+...+..+....+........+...+...++++++
.....+..+.+.................+.+..+..........+...+.....+....+.....+.+......+.....+.+.....+.........+...+......+.+...+......+.....+.......+..............+...+...+.......+.....+++++++++++++++++++++++++++++++++++++++*...+..+......+...............+++++++++++++++++++++++++++++++++++++++*..+..............+....+.................+....+.....+.......+........+......+....+..............+.+.........+...+..+.......+.....................+..+.+......+........+..........+.....+..........+...+...........................+...............+..+......+.......+..+....+..+.........+...+.+.....+.........+.+.....+.+.........+......+......+..+......+.+...+..+......+....+....................+.+..+...+....+........+.......+........+.+..+....+...+......+.....+...................+............+.........+...........+.+..+.+..+.......+...........+...............+....+..+.+.......................+.....................+.++++++
-----
linkname="`/usr/bin/openssl x509 -hash -noout -in testcred.cacert`.0"; \
rm -f "$linkname"; \
cp testcred.cacert "$linkname"; \
        echo "$linkname" > testcred.link
:
make[5]: 'testcred.cacert' is up to date.
linkname=`cat testcred.link`; \
policyfile=${linkname%.0}.signing_policy; \
echo "access_id_CA      X509         '/CN=ca'" > ${policyfile}; \
echo "pos_rights        globus        CA:sign" >> ${policyfile}; \
echo "cond_subjects     globus       '\"/*\"'" >> ${policyfile}; \
echo ${policyfile} >> testcred.signing_policy
make[5]: 'testcred.link' is up to date.
echo 01 > testcred.srl
make[5]: 'testcred.signing_policy' is up to date.
umask 077; /usr/bin/openssl genrsa -out testcred.key 2048
make[5]: 'testcred.srl' is up to date.
/usr/bin/openssl req -subj "/CN=test" -new -key testcred.key -out testcred.req -config testcred.cnf
umask 022; /usr/bin/openssl x509 -passin pass:globus -req -days 365 -in testcred.req -CA testcred.cacert -CAkey testcred.cakey -out testcred.cert
Certificate request self-signature ok
subject=CN=test
rm testcred.req
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test'
Making check in client
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/client'
make  failed-job-two-phase-commit cancel-test refresh-credentials-test nonblocking-register-test ping-test register-callback-test register-cancel-test register-refresh-credentials-test status-test set-credentials-test status-test stdio-size-test stdio-update-test register-test register-ping-test two-phase-commit-test job-status-with-info-test register-version-test restart-to-new-url-test stdio-update-test stdio-update-after-failure-test local-stdio-size-test version-test failed-job-two-phase-commit.pl nonblocking-register-test.pl ping-test.pl register-callback-test.pl register-ping-test.pl register-test.pl two-phase-commit-test.pl
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/client'
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o failed-job-two-phase-commit.o failed-job-two-phase-commit.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o cancel-test.o cancel-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o refresh-credentials-test.o refresh-credentials-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o nonblocking-register-test.o nonblocking-register-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o ping-test.o ping-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o register-callback-test.o register-callback-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o register-cancel-test.o register-cancel-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o register-refresh-credentials-test.o register-refresh-credentials-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o status-test.o status-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o set-credentials-test.o set-credentials-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o stdio-size-test.o stdio-size-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o stdio-update-test.o stdio-update-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o register-test.o register-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o register-ping-test.o register-ping-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o two-phase-commit-test.o two-phase-commit-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o job-status-with-info-test.o job-status-with-info-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o register-version-test.o register-version-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o restart-to-new-url-test.o restart-to-new-url-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o stdio-update-after-failure-test.o stdio-update-after-failure-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o local-stdio-size-test.o local-stdio-size-test.c
gcc -DPACKAGE_NAME=\"globus_gram_job_manager\" -DPACKAGE_TARNAME=\"globus_gram_job_manager\" -DPACKAGE_VERSION=\"15.8\" -DPACKAGE_STRING=\"globus_gram_job_manager\ 15.8\" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gram_job_manager\" -DVERSION=\"15.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/globus  -I../.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -o version-test.o version-test.c
make[5]: Nothing to be done for 'failed-job-two-phase-commit.pl'.
make[5]: Nothing to be done for 'nonblocking-register-test.pl'.
make[5]: Nothing to be done for 'ping-test.pl'.
make[5]: Nothing to be done for 'register-callback-test.pl'.
make[5]: Nothing to be done for 'register-ping-test.pl'.
make[5]: Nothing to be done for 'register-test.pl'.
make[5]: Nothing to be done for 'two-phase-commit-test.pl'.
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o failed-job-two-phase-commit failed-job-two-phase-commit.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o cancel-test cancel-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o refresh-credentials-test refresh-credentials-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o nonblocking-register-test nonblocking-register-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: rm -f .libs/failed-job-two-phase-commit.nm .libs/failed-job-two-phase-commit.nmS .libs/failed-job-two-phase-commit.nmT
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o ping-test ping-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: rm -f ".libs/failed-job-two-phase-commit.nmI"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o register-callback-test register-callback-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o register-cancel-test register-cancel-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "failed-job-two-phase-commitS.c")
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o register-refresh-credentials-test register-refresh-credentials-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: rm -f .libs/cancel-test.nm .libs/cancel-test.nmS .libs/cancel-test.nmT
libtool: link: rm -f ".libs/failed-job-two-phase-commitS.c" ".libs/failed-job-two-phase-commit.nm" ".libs/failed-job-two-phase-commit.nmS" ".libs/failed-job-two-phase-commit.nmT" ".libs/failed-job-two-phase-commit.nmI"
libtool: link: rm -f .libs/refresh-credentials-test.nm .libs/refresh-credentials-test.nmS .libs/refresh-credentials-test.nmT
libtool: link: rm -f ".libs/cancel-test.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "cancel-testS.c")
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o failed-job-two-phase-commit failed-job-two-phase-commit.o .libs/failed-job-two-phase-commitS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/refresh-credentials-test.nmI"
libtool: link: rm -f .libs/nonblocking-register-test.nm .libs/nonblocking-register-test.nmS .libs/nonblocking-register-test.nmT
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "refresh-credentials-testS.c")
libtool: link: rm -f .libs/ping-test.nm .libs/ping-test.nmS .libs/ping-test.nmT
libtool: link: rm -f ".libs/cancel-testS.c" ".libs/cancel-test.nm" ".libs/cancel-test.nmS" ".libs/cancel-test.nmT" ".libs/cancel-test.nmI"
libtool: link: rm -f ".libs/refresh-credentials-testS.c" ".libs/refresh-credentials-test.nm" ".libs/refresh-credentials-test.nmS" ".libs/refresh-credentials-test.nmT" ".libs/refresh-credentials-test.nmI"
libtool: link: rm -f ".libs/nonblocking-register-test.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "nonblocking-register-testS.c")
libtool: link: rm -f ".libs/ping-test.nmI"
libtool: link: rm -f .libs/register-cancel-test.nm .libs/register-cancel-test.nmS .libs/register-cancel-test.nmT
libtool: link: rm -f .libs/register-refresh-credentials-test.nm .libs/register-refresh-credentials-test.nmS .libs/register-refresh-credentials-test.nmT
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o refresh-credentials-test refresh-credentials-test.o .libs/refresh-credentials-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f .libs/register-callback-test.nm .libs/register-callback-test.nmS .libs/register-callback-test.nmT
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o cancel-test cancel-test.o .libs/cancel-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "ping-testS.c")
libtool: link: rm -f ".libs/failed-job-two-phase-commitS.o"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o status-test status-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: rm -f ".libs/nonblocking-register-testS.c" ".libs/nonblocking-register-test.nm" ".libs/nonblocking-register-test.nmS" ".libs/nonblocking-register-test.nmT" ".libs/nonblocking-register-test.nmI"
libtool: link: rm -f ".libs/register-cancel-test.nmI"
libtool: link: rm -f ".libs/register-refresh-credentials-test.nmI"
libtool: link: rm -f ".libs/register-callback-test.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "register-cancel-testS.c")
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "register-refresh-credentials-testS.c")
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "register-callback-testS.c")
libtool: link: rm -f ".libs/ping-testS.c" ".libs/ping-test.nm" ".libs/ping-test.nmS" ".libs/ping-test.nmT" ".libs/ping-test.nmI"
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o nonblocking-register-test nonblocking-register-test.o .libs/nonblocking-register-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/register-cancel-testS.c" ".libs/register-cancel-test.nm" ".libs/register-cancel-test.nmS" ".libs/register-cancel-test.nmT" ".libs/register-cancel-test.nmI"
libtool: link: rm -f ".libs/register-callback-testS.c" ".libs/register-callback-test.nm" ".libs/register-callback-test.nmS" ".libs/register-callback-test.nmT" ".libs/register-callback-test.nmI"
libtool: link: rm -f ".libs/register-refresh-credentials-testS.c" ".libs/register-refresh-credentials-test.nm" ".libs/register-refresh-credentials-test.nmS" ".libs/register-refresh-credentials-test.nmT" ".libs/register-refresh-credentials-test.nmI"
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o ping-test ping-test.o .libs/ping-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o register-callback-test register-callback-test.o .libs/register-callback-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o register-cancel-test register-cancel-test.o .libs/register-cancel-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o register-refresh-credentials-test register-refresh-credentials-test.o .libs/register-refresh-credentials-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/refresh-credentials-testS.o"
libtool: link: rm -f ".libs/cancel-testS.o"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o set-credentials-test set-credentials-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o stdio-size-test stdio-size-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: rm -f ".libs/nonblocking-register-testS.o"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o stdio-update-test stdio-update-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: rm -f .libs/status-test.nm .libs/status-test.nmS .libs/status-test.nmT
libtool: link: rm -f ".libs/ping-testS.o"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o register-test register-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: rm -f ".libs/register-cancel-testS.o"
libtool: link: rm -f ".libs/register-callback-testS.o"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o register-ping-test register-ping-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o two-phase-commit-test two-phase-commit-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: rm -f ".libs/register-refresh-credentials-testS.o"
libtool: link: rm -f ".libs/status-test.nmI"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o job-status-with-info-test job-status-with-info-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "status-testS.c")
libtool: link: rm -f .libs/set-credentials-test.nm .libs/set-credentials-test.nmS .libs/set-credentials-test.nmT
libtool: link: rm -f ".libs/status-testS.c" ".libs/status-test.nm" ".libs/status-test.nmS" ".libs/status-test.nmT" ".libs/status-test.nmI"
libtool: link: rm -f .libs/stdio-size-test.nm .libs/stdio-size-test.nmS .libs/stdio-size-test.nmT
libtool: link: rm -f ".libs/set-credentials-test.nmI"
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o status-test status-test.o .libs/status-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/stdio-size-test.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "set-credentials-testS.c")
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "stdio-size-testS.c")
libtool: link: rm -f ".libs/set-credentials-testS.c" ".libs/set-credentials-test.nm" ".libs/set-credentials-test.nmS" ".libs/set-credentials-test.nmT" ".libs/set-credentials-test.nmI"
libtool: link: rm -f .libs/stdio-update-test.nm .libs/stdio-update-test.nmS .libs/stdio-update-test.nmT
libtool: link: rm -f ".libs/stdio-size-testS.c" ".libs/stdio-size-test.nm" ".libs/stdio-size-test.nmS" ".libs/stdio-size-test.nmT" ".libs/stdio-size-test.nmI"
libtool: link: rm -f .libs/register-test.nm .libs/register-test.nmS .libs/register-test.nmT
libtool: link: rm -f .libs/register-ping-test.nm .libs/register-ping-test.nmS .libs/register-ping-test.nmT
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o set-credentials-test set-credentials-test.o .libs/set-credentials-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f .libs/two-phase-commit-test.nm .libs/two-phase-commit-test.nmS .libs/two-phase-commit-test.nmT
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o stdio-size-test stdio-size-test.o .libs/stdio-size-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/stdio-update-test.nmI"
libtool: link: rm -f .libs/job-status-with-info-test.nm .libs/job-status-with-info-test.nmS .libs/job-status-with-info-test.nmT
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "stdio-update-testS.c")
libtool: link: rm -f ".libs/register-ping-test.nmI"
libtool: link: rm -f ".libs/two-phase-commit-test.nmI"
libtool: link: rm -f ".libs/status-testS.o"
libtool: link: rm -f ".libs/register-test.nmI"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o register-version-test register-version-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "register-ping-testS.c")
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "register-testS.c")
libtool: link: rm -f ".libs/job-status-with-info-test.nmI"
libtool: link: rm -f ".libs/stdio-update-testS.c" ".libs/stdio-update-test.nm" ".libs/stdio-update-test.nmS" ".libs/stdio-update-test.nmT" ".libs/stdio-update-test.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "two-phase-commit-testS.c")
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "job-status-with-info-testS.c")
libtool: link: rm -f ".libs/register-ping-testS.c" ".libs/register-ping-test.nm" ".libs/register-ping-test.nmS" ".libs/register-ping-test.nmT" ".libs/register-ping-test.nmI"
libtool: link: rm -f ".libs/register-testS.c" ".libs/register-test.nm" ".libs/register-test.nmS" ".libs/register-test.nmT" ".libs/register-test.nmI"
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o stdio-update-test stdio-update-test.o .libs/stdio-update-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/two-phase-commit-testS.c" ".libs/two-phase-commit-test.nm" ".libs/two-phase-commit-test.nmS" ".libs/two-phase-commit-test.nmT" ".libs/two-phase-commit-test.nmI"
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o register-ping-test register-ping-test.o .libs/register-ping-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/job-status-with-info-testS.c" ".libs/job-status-with-info-test.nm" ".libs/job-status-with-info-test.nmS" ".libs/job-status-with-info-test.nmT" ".libs/job-status-with-info-test.nmI"
libtool: link: rm -f ".libs/stdio-size-testS.o"
libtool: link: rm -f ".libs/set-credentials-testS.o"
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o register-test register-test.o .libs/register-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o restart-to-new-url-test restart-to-new-url-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o two-phase-commit-test two-phase-commit-test.o .libs/two-phase-commit-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o stdio-update-after-failure-test stdio-update-after-failure-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o job-status-with-info-test job-status-with-info-test.o .libs/job-status-with-info-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/stdio-update-testS.o"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o local-stdio-size-test local-stdio-size-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
libtool: link: rm -f .libs/register-version-test.nm .libs/register-version-test.nmS .libs/register-version-test.nmT
libtool: link: rm -f ".libs/register-ping-testS.o"
libtool: link: rm -f ".libs/two-phase-commit-testS.o"
libtool: link: rm -f ".libs/register-testS.o"
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -o version-test version-test.o  -dlpreopen force -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi  -lltdl 
make[5]: 'status-test' is up to date.
make[5]: 'stdio-update-test' is up to date.
libtool: link: rm -f ".libs/job-status-with-info-testS.o"
libtool: link: rm -f ".libs/register-version-test.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "register-version-testS.c")
libtool: link: rm -f .libs/restart-to-new-url-test.nm .libs/restart-to-new-url-test.nmS .libs/restart-to-new-url-test.nmT
libtool: link: rm -f .libs/stdio-update-after-failure-test.nm .libs/stdio-update-after-failure-test.nmS .libs/stdio-update-after-failure-test.nmT
libtool: link: rm -f ".libs/register-version-testS.c" ".libs/register-version-test.nm" ".libs/register-version-test.nmS" ".libs/register-version-test.nmT" ".libs/register-version-test.nmI"
libtool: link: rm -f ".libs/restart-to-new-url-test.nmI"
libtool: link: rm -f ".libs/stdio-update-after-failure-test.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "restart-to-new-url-testS.c")
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "stdio-update-after-failure-testS.c")
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o register-version-test register-version-test.o .libs/register-version-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/restart-to-new-url-testS.c" ".libs/restart-to-new-url-test.nm" ".libs/restart-to-new-url-test.nmS" ".libs/restart-to-new-url-test.nmT" ".libs/restart-to-new-url-test.nmI"
libtool: link: rm -f ".libs/stdio-update-after-failure-testS.c" ".libs/stdio-update-after-failure-test.nm" ".libs/stdio-update-after-failure-test.nmS" ".libs/stdio-update-after-failure-test.nmT" ".libs/stdio-update-after-failure-test.nmI"
libtool: link: rm -f .libs/local-stdio-size-test.nm .libs/local-stdio-size-test.nmS .libs/local-stdio-size-test.nmT
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o restart-to-new-url-test restart-to-new-url-test.o .libs/restart-to-new-url-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o stdio-update-after-failure-test stdio-update-after-failure-test.o .libs/stdio-update-after-failure-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f .libs/version-test.nm .libs/version-test.nmS .libs/version-test.nmT
libtool: link: rm -f ".libs/local-stdio-size-test.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "local-stdio-size-testS.c")
libtool: link: rm -f ".libs/version-test.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -c -fno-builtin "version-testS.c")
libtool: link: rm -f ".libs/register-version-testS.o"
libtool: link: rm -f ".libs/local-stdio-size-testS.c" ".libs/local-stdio-size-test.nm" ".libs/local-stdio-size-test.nmS" ".libs/local-stdio-size-test.nmT" ".libs/local-stdio-size-test.nmI"
libtool: link: rm -f ".libs/version-testS.c" ".libs/version-test.nm" ".libs/version-test.nmS" ".libs/version-test.nmT" ".libs/version-test.nmI"
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o local-stdio-size-test local-stdio-size-test.o .libs/local-stdio-size-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/restart-to-new-url-testS.o"
libtool: link: rm -f ".libs/stdio-update-after-failure-testS.o"
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o version-test version-test.o .libs/version-testS.o -Wl,--export-dynamic  -lglobus_common -lglobus_gram_protocol -lglobus_io -lglobus_rsl_assist -lglobus_rsl -lglobus_gss_assist -lglobus_gram_client -lglobus_gass_server_ez -lglobus_gass_transfer -lglobus_gssapi_gsi -lltdl
libtool: link: rm -f ".libs/local-stdio-size-testS.o"
libtool: link: rm -f ".libs/version-testS.o"
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/client'
make  check-TESTS
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/client'
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/client'
PASS: ping-test.pl
PASS: register-ping-test.pl
PASS: cancel-test
PASS: register-cancel-test
PASS: refresh-credentials-test
PASS: register-refresh-credentials-test
PASS: job-status-with-info-test
PASS: register-version-test
PASS: failed-job-two-phase-commit.pl
PASS: local-stdio-size-test
PASS: status-test
PASS: stdio-update-after-failure-test
PASS: set-credentials-test
PASS: restart-to-new-url-test
PASS: version-test
PASS: register-callback-test.pl
PASS: nonblocking-register-test.pl
PASS: register-test.pl
PASS: stdio-size-test
PASS: stdio-update-test
PASS: two-phase-commit-test.pl
============================================================================
Testsuite summary for globus_gram_job_manager 15.8
============================================================================
# TOTAL: 21
# PASS:  21
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/client'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/client'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/client'
Making check in jobmanager
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
Making check in .
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
make  job-manager-script-test.pl
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[6]: 'job-manager-script-test.pl' is up to date.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
make  check-TESTS
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[7]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
PASS: job-manager-script-test.pl
============================================================================
Testsuite summary for globus_gram_job_manager 15.8
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
Making check in submit_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make  globus-gram-job-manager-submit-test.pl submit001.err submit001.out submit001.rsl submit002.err submit002.out submit002.rsl submit003.err submit003.out submit003.rsl submit004.err submit004.out submit004.rsl submit005.err submit005.out submit005.rsl submit006.err submit006.out submit006.rsl submit007.err submit007.out submit007.rsl submit008.err submit008.out submit008.rsl submit009.err submit009.out submit009.rsl submit010.err submit010.out submit010.rsl submit011.err submit011.out submit011.rsl submit012.err submit012.out submit012.rsl submit013.err submit013.out submit013.rsl submit014.err submit014.out submit014.rsl submit015.err submit015.out submit015.rsl submit016.err submit016.out submit016.rsl submit017.err submit017.out submit017.rsl submit018.err submit018.out submit018.rsl submit019.err submit019.out submit019.rsl submit020.err submit020.out submit020.rsl submit021.err submit021.out submit021.rsl submit022.err submit022.out submit022.rsl submit023.err submit023.out submit023.rsl submit024.err submit024.out submit024.rsl submit025.err submit025.out submit025.rsl submit026.err submit026.out submit026.rsl submit027.err submit027.out submit027.rsl submit028.err submit028.out submit028.rsl submit029.err submit029.out submit029.rsl submit030.err submit030.out submit030.rsl submit031.err submit031.out submit031.rsl submit032.err submit032.out submit032.rsl submit033.err submit033.out submit033.rsl submit034.err submit034.out submit034.rsl submit035.err submit035.out submit035.rsl submit036.err submit036.out submit036.rsl submit037.err submit037.out submit037.rsl submit038.err submit038.out submit038.rsl submit039.err submit039.out submit039.rsl submit040.err submit040.out submit040.rsl submit041.err submit041.out submit041.rsl submit042.err submit042.out submit042.rsl submit043.err submit043.out submit043.rsl submit044.err submit044.out submit044.rsl submit045.err submit045.out submit045.rsl submit046.err submit046.out submit046.rsl submit047.err submit047.out submit047.rsl submit048.err submit048.out submit048.rsl submit049.err submit049.out submit049.rsl
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make[6]: 'globus-gram-job-manager-submit-test.pl' is up to date.
make[6]: Nothing to be done for 'submit001.err'.
make[6]: Nothing to be done for 'submit001.out'.
make[6]: Nothing to be done for 'submit001.rsl'.
make[6]: Nothing to be done for 'submit002.err'.
make[6]: Nothing to be done for 'submit002.out'.
make[6]: Nothing to be done for 'submit002.rsl'.
make[6]: Nothing to be done for 'submit003.err'.
make[6]: Nothing to be done for 'submit003.out'.
make[6]: Nothing to be done for 'submit003.rsl'.
make[6]: Nothing to be done for 'submit004.err'.
make[6]: Nothing to be done for 'submit004.out'.
make[6]: Nothing to be done for 'submit004.rsl'.
make[6]: Nothing to be done for 'submit005.err'.
make[6]: Nothing to be done for 'submit005.out'.
make[6]: Nothing to be done for 'submit005.rsl'.
make[6]: Nothing to be done for 'submit006.err'.
make[6]: Nothing to be done for 'submit006.out'.
make[6]: Nothing to be done for 'submit006.rsl'.
make[6]: Nothing to be done for 'submit007.err'.
make[6]: Nothing to be done for 'submit007.out'.
make[6]: Nothing to be done for 'submit007.rsl'.
make[6]: Nothing to be done for 'submit008.err'.
make[6]: Nothing to be done for 'submit008.out'.
make[6]: Nothing to be done for 'submit008.rsl'.
make[6]: Nothing to be done for 'submit009.err'.
make[6]: Nothing to be done for 'submit009.out'.
make[6]: Nothing to be done for 'submit009.rsl'.
make[6]: Nothing to be done for 'submit010.err'.
make[6]: Nothing to be done for 'submit010.out'.
make[6]: Nothing to be done for 'submit010.rsl'.
make[6]: Nothing to be done for 'submit011.err'.
make[6]: Nothing to be done for 'submit011.out'.
make[6]: Nothing to be done for 'submit011.rsl'.
make[6]: Nothing to be done for 'submit012.err'.
make[6]: Nothing to be done for 'submit012.out'.
make[6]: Nothing to be done for 'submit012.rsl'.
make[6]: Nothing to be done for 'submit013.err'.
make[6]: Nothing to be done for 'submit013.out'.
make[6]: Nothing to be done for 'submit013.rsl'.
make[6]: Nothing to be done for 'submit014.err'.
make[6]: Nothing to be done for 'submit014.out'.
make[6]: Nothing to be done for 'submit014.rsl'.
make[6]: Nothing to be done for 'submit015.err'.
make[6]: Nothing to be done for 'submit015.out'.
make[6]: Nothing to be done for 'submit015.rsl'.
make[6]: Nothing to be done for 'submit016.err'.
make[6]: Nothing to be done for 'submit016.out'.
make[6]: Nothing to be done for 'submit016.rsl'.
make[6]: Nothing to be done for 'submit017.err'.
make[6]: Nothing to be done for 'submit017.out'.
make[6]: Nothing to be done for 'submit017.rsl'.
make[6]: Nothing to be done for 'submit018.err'.
make[6]: Nothing to be done for 'submit018.out'.
make[6]: Nothing to be done for 'submit018.rsl'.
make[6]: Nothing to be done for 'submit019.err'.
make[6]: Nothing to be done for 'submit019.out'.
make[6]: Nothing to be done for 'submit019.rsl'.
make[6]: Nothing to be done for 'submit020.err'.
make[6]: Nothing to be done for 'submit020.out'.
make[6]: Nothing to be done for 'submit020.rsl'.
make[6]: Nothing to be done for 'submit021.err'.
make[6]: Nothing to be done for 'submit021.out'.
make[6]: Nothing to be done for 'submit021.rsl'.
make[6]: Nothing to be done for 'submit022.err'.
make[6]: Nothing to be done for 'submit022.out'.
make[6]: Nothing to be done for 'submit022.rsl'.
make[6]: Nothing to be done for 'submit023.err'.
make[6]: Nothing to be done for 'submit023.out'.
make[6]: Nothing to be done for 'submit023.rsl'.
make[6]: Nothing to be done for 'submit024.err'.
make[6]: Nothing to be done for 'submit024.out'.
make[6]: Nothing to be done for 'submit024.rsl'.
make[6]: Nothing to be done for 'submit025.err'.
make[6]: Nothing to be done for 'submit025.out'.
make[6]: Nothing to be done for 'submit025.rsl'.
make[6]: Nothing to be done for 'submit026.err'.
make[6]: Nothing to be done for 'submit026.out'.
make[6]: Nothing to be done for 'submit026.rsl'.
make[6]: Nothing to be done for 'submit027.err'.
make[6]: Nothing to be done for 'submit027.out'.
make[6]: Nothing to be done for 'submit027.rsl'.
make[6]: Nothing to be done for 'submit028.err'.
make[6]: Nothing to be done for 'submit028.out'.
make[6]: Nothing to be done for 'submit028.rsl'.
make[6]: Nothing to be done for 'submit029.err'.
make[6]: Nothing to be done for 'submit029.out'.
make[6]: Nothing to be done for 'submit029.rsl'.
make[6]: Nothing to be done for 'submit030.err'.
make[6]: Nothing to be done for 'submit030.out'.
make[6]: Nothing to be done for 'submit030.rsl'.
make[6]: Nothing to be done for 'submit031.err'.
make[6]: Nothing to be done for 'submit031.out'.
make[6]: Nothing to be done for 'submit031.rsl'.
make[6]: Nothing to be done for 'submit032.err'.
make[6]: Nothing to be done for 'submit032.out'.
make[6]: Nothing to be done for 'submit032.rsl'.
make[6]: Nothing to be done for 'submit033.err'.
make[6]: Nothing to be done for 'submit033.out'.
make[6]: Nothing to be done for 'submit033.rsl'.
make[6]: Nothing to be done for 'submit034.err'.
make[6]: Nothing to be done for 'submit034.out'.
make[6]: Nothing to be done for 'submit034.rsl'.
make[6]: Nothing to be done for 'submit035.err'.
make[6]: Nothing to be done for 'submit035.out'.
make[6]: Nothing to be done for 'submit035.rsl'.
make[6]: Nothing to be done for 'submit036.err'.
make[6]: Nothing to be done for 'submit036.out'.
make[6]: Nothing to be done for 'submit036.rsl'.
make[6]: Nothing to be done for 'submit037.err'.
make[6]: Nothing to be done for 'submit037.out'.
make[6]: Nothing to be done for 'submit037.rsl'.
make[6]: Nothing to be done for 'submit038.err'.
make[6]: Nothing to be done for 'submit038.out'.
make[6]: Nothing to be done for 'submit038.rsl'.
make[6]: Nothing to be done for 'submit039.err'.
make[6]: Nothing to be done for 'submit039.out'.
make[6]: Nothing to be done for 'submit039.rsl'.
make[6]: Nothing to be done for 'submit040.err'.
make[6]: Nothing to be done for 'submit040.out'.
make[6]: Nothing to be done for 'submit040.rsl'.
make[6]: Nothing to be done for 'submit041.err'.
make[6]: Nothing to be done for 'submit041.out'.
make[6]: Nothing to be done for 'submit041.rsl'.
make[6]: Nothing to be done for 'submit042.err'.
make[6]: Nothing to be done for 'submit042.out'.
make[6]: Nothing to be done for 'submit042.rsl'.
make[6]: Nothing to be done for 'submit043.err'.
make[6]: Nothing to be done for 'submit043.out'.
make[6]: Nothing to be done for 'submit043.rsl'.
make[6]: Nothing to be done for 'submit044.err'.
make[6]: Nothing to be done for 'submit044.out'.
make[6]: Nothing to be done for 'submit044.rsl'.
make[6]: Nothing to be done for 'submit045.err'.
make[6]: Nothing to be done for 'submit045.out'.
make[6]: Nothing to be done for 'submit045.rsl'.
make[6]: Nothing to be done for 'submit046.err'.
make[6]: Nothing to be done for 'submit046.out'.
make[6]: Nothing to be done for 'submit046.rsl'.
make[6]: Nothing to be done for 'submit047.err'.
make[6]: Nothing to be done for 'submit047.out'.
make[6]: Nothing to be done for 'submit047.rsl'.
make[6]: Nothing to be done for 'submit048.err'.
make[6]: Nothing to be done for 'submit048.out'.
make[6]: Nothing to be done for 'submit048.rsl'.
make[6]: Nothing to be done for 'submit049.err'.
make[6]: Nothing to be done for 'submit049.out'.
make[6]: Nothing to be done for 'submit049.rsl'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make  check-TESTS
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make[7]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
PASS: globus-gram-job-manager-submit-test.pl
============================================================================
Testsuite summary for globus_gram_job_manager 15.8
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
Making check in stdio_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make  globus-gram-job-manager-stdio-test.pl stdio001.err stdio001.out stdio001.rsl stdio002.err stdio002.out stdio002.rsl stdio003.err stdio003.out stdio003.rsl stdio004.err stdio004.out stdio004.rsl stdio005.err stdio005.out stdio005.rsl stdio006.err stdio006.out stdio006.rsl stdio007.err stdio007.out stdio007.rsl stdio008.err stdio008.out stdio008.rsl stdio009.err stdio009.out stdio009.rsl stdio010.err stdio010.out stdio010.rsl stdio011.err stdio011.out stdio011.rsl stdio012.err stdio012.out stdio012.rsl stdio013.err stdio013.out stdio013.rsl stdio014.err stdio014.out stdio014.rsl stdio015.err stdio015.out stdio015.rsl stdio016.err stdio016.out stdio016.rsl stdio017.err stdio017.out stdio017.rsl stdio018.err stdio018.out stdio018.rsl stdio019.err stdio019.out stdio019.rsl
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make[6]: Nothing to be done for 'globus-gram-job-manager-stdio-test.pl'.
make[6]: Nothing to be done for 'stdio001.err'.
make[6]: Nothing to be done for 'stdio001.out'.
make[6]: Nothing to be done for 'stdio001.rsl'.
make[6]: Nothing to be done for 'stdio002.err'.
make[6]: Nothing to be done for 'stdio002.out'.
make[6]: Nothing to be done for 'stdio002.rsl'.
make[6]: Nothing to be done for 'stdio003.err'.
make[6]: Nothing to be done for 'stdio003.out'.
make[6]: Nothing to be done for 'stdio003.rsl'.
make[6]: Nothing to be done for 'stdio004.err'.
make[6]: Nothing to be done for 'stdio004.out'.
make[6]: Nothing to be done for 'stdio004.rsl'.
make[6]: Nothing to be done for 'stdio005.err'.
make[6]: Nothing to be done for 'stdio005.out'.
make[6]: Nothing to be done for 'stdio005.rsl'.
make[6]: Nothing to be done for 'stdio006.err'.
make[6]: Nothing to be done for 'stdio006.out'.
make[6]: Nothing to be done for 'stdio006.rsl'.
make[6]: Nothing to be done for 'stdio007.err'.
make[6]: Nothing to be done for 'stdio007.out'.
make[6]: Nothing to be done for 'stdio007.rsl'.
make[6]: Nothing to be done for 'stdio008.err'.
make[6]: Nothing to be done for 'stdio008.out'.
make[6]: Nothing to be done for 'stdio008.rsl'.
make[6]: Nothing to be done for 'stdio009.err'.
make[6]: Nothing to be done for 'stdio009.out'.
make[6]: Nothing to be done for 'stdio009.rsl'.
make[6]: Nothing to be done for 'stdio010.err'.
make[6]: Nothing to be done for 'stdio010.out'.
make[6]: Nothing to be done for 'stdio010.rsl'.
make[6]: Nothing to be done for 'stdio011.err'.
make[6]: Nothing to be done for 'stdio011.out'.
make[6]: Nothing to be done for 'stdio011.rsl'.
make[6]: Nothing to be done for 'stdio012.err'.
make[6]: Nothing to be done for 'stdio012.out'.
make[6]: Nothing to be done for 'stdio012.rsl'.
make[6]: Nothing to be done for 'stdio013.err'.
make[6]: Nothing to be done for 'stdio013.out'.
make[6]: Nothing to be done for 'stdio013.rsl'.
make[6]: Nothing to be done for 'stdio014.err'.
make[6]: Nothing to be done for 'stdio014.out'.
make[6]: Nothing to be done for 'stdio014.rsl'.
make[6]: Nothing to be done for 'stdio015.err'.
make[6]: Nothing to be done for 'stdio015.out'.
make[6]: Nothing to be done for 'stdio015.rsl'.
make[6]: Nothing to be done for 'stdio016.err'.
make[6]: Nothing to be done for 'stdio016.out'.
make[6]: Nothing to be done for 'stdio016.rsl'.
make[6]: Nothing to be done for 'stdio017.err'.
make[6]: Nothing to be done for 'stdio017.out'.
make[6]: Nothing to be done for 'stdio017.rsl'.
make[6]: Nothing to be done for 'stdio018.err'.
make[6]: Nothing to be done for 'stdio018.out'.
make[6]: Nothing to be done for 'stdio018.rsl'.
make[6]: Nothing to be done for 'stdio019.err'.
make[6]: Nothing to be done for 'stdio019.out'.
make[6]: Nothing to be done for 'stdio019.rsl'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make  check-TESTS
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make[7]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
PASS: globus-gram-job-manager-stdio-test.pl
============================================================================
Testsuite summary for globus_gram_job_manager 15.8
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
Making check in failure_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make  globus-gram-job-manager-failure-test.pl error_bad_directory.rsl error_evaluation_failed.rsl error_executable_not_found.rsl error_executable_permissions.rsl error_invalid_cache2.rsl error_invalid_cache.rsl error_invalid_count.rsl error_invalid_file_cleanup.rsl error_invalid_gram_myjob.rsl error_invalid_host_count2.rsl error_invalid_host_count.rsl error_invalid_jobtype.rsl error_invalid_max_cpu_time.rsl error_invalid_max_memory.rsl error_invalid_maxtime.rsl error_invalid_max_wall_time.rsl error_invalid_min_memory.rsl error_invalid_proxy_timeout.rsl error_invalid_project.rsl error_invalid_queue.rsl error_invalid_save_state.rsl error_invalid_scratch.rsl error_invalid_two_phase_commit.rsl error_no_state_file.rsl error_opening_stderr2.rsl error_opening_stderr.rsl error_opening_stdout2.rsl error_opening_stdout3.rsl error_opening_stdout.rsl error_rsl_arguments.rsl error_rsl_cache.rsl error_rsl_directory.rsl error_rsl_dryrun.rsl error_rsl_environment1.rsl error_rsl_environment2.rsl error_rsl_evaluation_failed2.rsl error_rsl_evaluation_failed.rsl error_rsl_executable.rsl error_rsl_file_stage_in2.rsl error_rsl_file_stage_in3.rsl error_rsl_file_stage_in.rsl error_rsl_file_stage_in_shared2.rsl error_rsl_file_stage_in_shared3.rsl error_rsl_file_stage_in_shared.rsl error_rsl_file_stage_out2.rsl error_rsl_file_stage_out3.rsl error_rsl_file_stage_out.rsl error_rsl_host_count.rsl error_rsl_jobtype.rsl error_rsl_max_cpu_time.rsl error_rsl_max_memory.rsl error_rsl_maxtime.rsl error_rsl_max_wall_time.rsl error_rsl_min_memory.rsl error_rsl_myjob.rsl error_rsl_project.rsl error_rsl_proxy_timeout.rsl error_rsl_queue.rsl error_rsl_remote_io_url.rsl error_rsl_restart.rsl error_rsl_save_state.rsl error_rsl_scratch.rsl error_rsl_stderr2.rsl error_rsl_stderr.rsl error_rsl_stdin.rsl error_rsl_stdout2.rsl error_rsl_stdout.rsl error_rsl_two_phase_commit.rsl error_staging_executable.rsl error_staging_stdin.rsl error_stdin_not_found.rsl error_undefined_executable.rsl
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make[6]: 'globus-gram-job-manager-failure-test.pl' is up to date.
make[6]: Nothing to be done for 'error_bad_directory.rsl'.
make[6]: Nothing to be done for 'error_evaluation_failed.rsl'.
make[6]: Nothing to be done for 'error_executable_not_found.rsl'.
make[6]: Nothing to be done for 'error_executable_permissions.rsl'.
make[6]: Nothing to be done for 'error_invalid_cache2.rsl'.
make[6]: Nothing to be done for 'error_invalid_cache.rsl'.
make[6]: Nothing to be done for 'error_invalid_count.rsl'.
make[6]: Nothing to be done for 'error_invalid_file_cleanup.rsl'.
make[6]: Nothing to be done for 'error_invalid_gram_myjob.rsl'.
make[6]: Nothing to be done for 'error_invalid_host_count2.rsl'.
make[6]: Nothing to be done for 'error_invalid_host_count.rsl'.
make[6]: Nothing to be done for 'error_invalid_jobtype.rsl'.
make[6]: Nothing to be done for 'error_invalid_max_cpu_time.rsl'.
make[6]: Nothing to be done for 'error_invalid_max_memory.rsl'.
make[6]: Nothing to be done for 'error_invalid_maxtime.rsl'.
make[6]: Nothing to be done for 'error_invalid_max_wall_time.rsl'.
make[6]: Nothing to be done for 'error_invalid_min_memory.rsl'.
make[6]: Nothing to be done for 'error_invalid_proxy_timeout.rsl'.
make[6]: Nothing to be done for 'error_invalid_project.rsl'.
make[6]: Nothing to be done for 'error_invalid_queue.rsl'.
make[6]: Nothing to be done for 'error_invalid_save_state.rsl'.
make[6]: Nothing to be done for 'error_invalid_scratch.rsl'.
make[6]: Nothing to be done for 'error_invalid_two_phase_commit.rsl'.
make[6]: Nothing to be done for 'error_no_state_file.rsl'.
make[6]: Nothing to be done for 'error_opening_stderr2.rsl'.
make[6]: Nothing to be done for 'error_opening_stderr.rsl'.
make[6]: Nothing to be done for 'error_opening_stdout2.rsl'.
make[6]: Nothing to be done for 'error_opening_stdout3.rsl'.
make[6]: Nothing to be done for 'error_opening_stdout.rsl'.
make[6]: Nothing to be done for 'error_rsl_arguments.rsl'.
make[6]: Nothing to be done for 'error_rsl_cache.rsl'.
make[6]: Nothing to be done for 'error_rsl_directory.rsl'.
make[6]: Nothing to be done for 'error_rsl_dryrun.rsl'.
make[6]: Nothing to be done for 'error_rsl_environment1.rsl'.
make[6]: Nothing to be done for 'error_rsl_environment2.rsl'.
make[6]: Nothing to be done for 'error_rsl_evaluation_failed2.rsl'.
make[6]: Nothing to be done for 'error_rsl_evaluation_failed.rsl'.
make[6]: Nothing to be done for 'error_rsl_executable.rsl'.
make[6]: Nothing to be done for 'error_rsl_file_stage_in2.rsl'.
make[6]: Nothing to be done for 'error_rsl_file_stage_in3.rsl'.
make[6]: Nothing to be done for 'error_rsl_file_stage_in.rsl'.
make[6]: Nothing to be done for 'error_rsl_file_stage_in_shared2.rsl'.
make[6]: Nothing to be done for 'error_rsl_file_stage_in_shared3.rsl'.
make[6]: Nothing to be done for 'error_rsl_file_stage_in_shared.rsl'.
make[6]: Nothing to be done for 'error_rsl_file_stage_out2.rsl'.
make[6]: Nothing to be done for 'error_rsl_file_stage_out3.rsl'.
make[6]: Nothing to be done for 'error_rsl_file_stage_out.rsl'.
make[6]: Nothing to be done for 'error_rsl_host_count.rsl'.
make[6]: Nothing to be done for 'error_rsl_jobtype.rsl'.
make[6]: Nothing to be done for 'error_rsl_max_cpu_time.rsl'.
make[6]: Nothing to be done for 'error_rsl_max_memory.rsl'.
make[6]: Nothing to be done for 'error_rsl_maxtime.rsl'.
make[6]: Nothing to be done for 'error_rsl_max_wall_time.rsl'.
make[6]: Nothing to be done for 'error_rsl_min_memory.rsl'.
make[6]: Nothing to be done for 'error_rsl_myjob.rsl'.
make[6]: Nothing to be done for 'error_rsl_project.rsl'.
make[6]: Nothing to be done for 'error_rsl_proxy_timeout.rsl'.
make[6]: Nothing to be done for 'error_rsl_queue.rsl'.
make[6]: Nothing to be done for 'error_rsl_remote_io_url.rsl'.
make[6]: Nothing to be done for 'error_rsl_restart.rsl'.
make[6]: Nothing to be done for 'error_rsl_save_state.rsl'.
make[6]: Nothing to be done for 'error_rsl_scratch.rsl'.
make[6]: Nothing to be done for 'error_rsl_stderr2.rsl'.
make[6]: Nothing to be done for 'error_rsl_stderr.rsl'.
make[6]: Nothing to be done for 'error_rsl_stdin.rsl'.
make[6]: Nothing to be done for 'error_rsl_stdout2.rsl'.
make[6]: Nothing to be done for 'error_rsl_stdout.rsl'.
make[6]: Nothing to be done for 'error_rsl_two_phase_commit.rsl'.
make[6]: Nothing to be done for 'error_staging_executable.rsl'.
make[6]: Nothing to be done for 'error_staging_stdin.rsl'.
make[6]: Nothing to be done for 'error_stdin_not_found.rsl'.
make[6]: Nothing to be done for 'error_undefined_executable.rsl'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make  check-TESTS
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make[7]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
PASS: globus-gram-job-manager-failure-test.pl
============================================================================
Testsuite summary for globus_gram_job_manager 15.8
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
Making check in rsl_size_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make  globus-gram-job-manager-rsl-size-test.pl tiny.err tiny.out tiny.rc tiny.rsl small.err small.out small.rc small.rsl medium.err medium.out medium.rc medium.rsl large.err large.out large.rc large.rsl huge.err huge.out huge.rc huge.rsl
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make[6]: 'globus-gram-job-manager-rsl-size-test.pl' is up to date.
make[6]: Nothing to be done for 'tiny.err'.
make[6]: Nothing to be done for 'tiny.out'.
make[6]: Nothing to be done for 'tiny.rc'.
make[6]: Nothing to be done for 'tiny.rsl'.
make[6]: Nothing to be done for 'small.err'.
make[6]: Nothing to be done for 'small.out'.
make[6]: Nothing to be done for 'small.rc'.
make[6]: Nothing to be done for 'small.rsl'.
make[6]: Nothing to be done for 'medium.err'.
make[6]: Nothing to be done for 'medium.out'.
make[6]: Nothing to be done for 'medium.rc'.
make[6]: Nothing to be done for 'medium.rsl'.
make[6]: Nothing to be done for 'large.err'.
make[6]: Nothing to be done for 'large.out'.
make[6]: Nothing to be done for 'large.rc'.
make[6]: Nothing to be done for 'large.rsl'.
make[6]: Nothing to be done for 'huge.err'.
make[6]: Nothing to be done for 'huge.out'.
make[6]: Nothing to be done for 'huge.rc'.
make[6]: Nothing to be done for 'huge.rsl'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make  check-TESTS
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make[7]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
PASS: globus-gram-job-manager-rsl-size-test.pl
============================================================================
Testsuite summary for globus_gram_job_manager 15.8
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
Making check in user_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make  globus-gram-job-manager-user-test.pl
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[6]: Nothing to be done for 'globus-gram-job-manager-user-test.pl'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make  check-TESTS
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[7]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
PASS: globus-gram-job-manager-user-test.pl
============================================================================
Testsuite summary for globus_gram_job_manager 15.8
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_install
	make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making install in rvf
make[3]: Entering directory '/<<PKGBUILDDIR>>/rvf'
make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/rvf'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rvf'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/sbin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c globus-rvf-check '/<<PKGBUILDDIR>>/debian/tmp/usr/sbin'
libtool: install: /usr/bin/install -c globus-rvf-check /<<PKGBUILDDIR>>/debian/tmp/usr/sbin/globus-rvf-check
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/sbin'
 /usr/bin/install -c globus-rvf-edit '/<<PKGBUILDDIR>>/debian/tmp/usr/sbin'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man8'
 /usr/bin/install -c -m 644 globus-rvf-edit.8 globus-rvf-check.8 '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man8'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rvf'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rvf'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/rvf'
Making install in scripts
make[3]: Entering directory '/<<PKGBUILDDIR>>/scripts'
make[4]: Entering directory '/<<PKGBUILDDIR>>/scripts'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
Making install in seg
make[3]: Entering directory '/<<PKGBUILDDIR>>/seg'
make[4]: Entering directory '/<<PKGBUILDDIR>>/seg'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/aarch64-linux-gnu'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libglobus_seg_job_manager.la '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/aarch64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libglobus_seg_job_manager.so /<<PKGBUILDDIR>>/debian/tmp/usr/lib/aarch64-linux-gnu/libglobus_seg_job_manager.so
libtool: install: /usr/bin/install -c .libs/libglobus_seg_job_manager.lai /<<PKGBUILDDIR>>/debian/tmp/usr/lib/aarch64-linux-gnu/libglobus_seg_job_manager.la
libtool: warning: remember to run 'libtool --finish /usr/lib/aarch64-linux-gnu'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/seg'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/seg'
Making install in .
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/bin'
 /usr/bin/install -c globus-personal-gatekeeper '/<<PKGBUILDDIR>>/debian/tmp/usr/bin'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/sbin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c globus-job-manager globus-gram-streamer globus-job-manager-lock-test '/<<PKGBUILDDIR>>/debian/tmp/usr/sbin'
libtool: install: /usr/bin/install -c globus-job-manager /<<PKGBUILDDIR>>/debian/tmp/usr/sbin/globus-job-manager
libtool: install: /usr/bin/install -c globus-gram-streamer /<<PKGBUILDDIR>>/debian/tmp/usr/sbin/globus-gram-streamer
libtool: install: /usr/bin/install -c globus-job-manager-lock-test /<<PKGBUILDDIR>>/debian/tmp/usr/sbin/globus-job-manager-lock-test
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/globus-gram-job-manager'
 /usr/bin/install -c -m 644 GLOBUS_LICENSE '/<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/globus-gram-job-manager'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/etc/globus'
 /usr/bin/install -c -m 644 globus-gram-job-manager.conf '/<<PKGBUILDDIR>>/debian/tmp/etc/globus'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1'
 /usr/bin/install -c -m 644 globus-personal-gatekeeper.1 '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man5'
 /usr/bin/install -c -m 644 rsl.5 '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man5'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man8'
 /usr/bin/install -c -m 644 globus-job-manager.8 '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man8'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/globus/globus_gram_job_manager'
 /usr/bin/install -c -m 644 globus-gram-job-manager.rvf '/<<PKGBUILDDIR>>/debian/tmp/usr/share/globus/globus_gram_job_manager'
make  install-data-hook
make[5]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p /<<PKGBUILDDIR>>/debian/tmp/var/lib/globus/gram_job_state
chmod 1777 /<<PKGBUILDDIR>>/debian/tmp/var/lib/globus/gram_job_state
mkdir -p /<<PKGBUILDDIR>>/debian/tmp/etc/logrotate.d
cp ./gram.logrotate /<<PKGBUILDDIR>>/debian/tmp/etc/logrotate.d/globus-job-manager
mkdir -p /<<PKGBUILDDIR>>/debian/tmp/var/log/globus
chmod 1777 /<<PKGBUILDDIR>>/debian/tmp/var/log/globus
mkdir -p /<<PKGBUILDDIR>>/debian/tmp/etc/globus/gram
make[5]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Making install in test
make[3]: Entering directory '/<<PKGBUILDDIR>>/test'
Making install in .
make[4]: Entering directory '/<<PKGBUILDDIR>>/test'
make[5]: Entering directory '/<<PKGBUILDDIR>>/test'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test'
Making install in client
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/client'
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/client'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/client'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/client'
Making install in jobmanager
make[4]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
Making install in .
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
Making install in submit_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/submit_test'
Making install in stdio_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/stdio_test'
Making install in failure_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/failure_test'
Making install in rsl_size_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/rsl_size_test'
Making install in user_test
make[5]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[6]: Entering directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager/user_test'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/jobmanager'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
# Remove libtool archives (.la files)
rm debian/tmp/usr/lib/*/*.la
# Remove installed license file
rm debian/tmp/usr/share/doc/globus-gram-job-manager/GLOBUS_LICENSE
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   debian/rules override_dh_fixperms
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_fixperms -X /var/log/globus -X /var/lib/globus/gram_job_state
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_missing
   dh_dwz -a
   dh_strip -a
   dh_makeshlibs -a
   dh_shlibdeps -a
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 from: /lib/ld-linux-aarch64.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 to: /lib/ld-linux-aarch64.so.1.usr-is-merged
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 from: /lib/ld-linux-aarch64.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 to: /lib/ld-linux-aarch64.so.1.usr-is-merged
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'globus-gram-job-manager' in '../globus-gram-job-manager_15.8-4_arm64.deb'.
dpkg-deb: building package 'globus-gram-job-manager-dbgsym' in '../globus-gram-job-manager-dbgsym_15.8-4_arm64.deb'.
dpkg-deb: building package 'globus-seg-job-manager' in '../globus-seg-job-manager_15.8-4_arm64.deb'.
dpkg-deb: building package 'globus-seg-job-manager-dbgsym' in '../globus-seg-job-manager-dbgsym_15.8-4_arm64.deb'.
 dpkg-genbuildinfo --build=binary -O../globus-gram-job-manager_15.8-4_arm64.buildinfo
 dpkg-genchanges --build=binary -O../globus-gram-job-manager_15.8-4_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-16T08:22:31Z

Finished
--------

I: Built successfully

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


globus-gram-job-manager_15.8-4_arm64.changes:
---------------------------------------------

Format: 1.8
Date: Mon, 11 Mar 2024 07:05:49 +0100
Source: globus-gram-job-manager
Binary: globus-gram-job-manager globus-gram-job-manager-dbgsym globus-seg-job-manager globus-seg-job-manager-dbgsym
Architecture: arm64
Version: 15.8-4
Distribution: sid
Urgency: medium
Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
Changed-By: Mattias Ellert <mattias.ellert@physics.uu.se>
Description:
 globus-gram-job-manager - Grid Community Toolkit - GRAM Jobmanager
 globus-seg-job-manager - Grid Community Toolkit - Scheduler Event Generator Job Manager
Changes:
 globus-gram-job-manager (15.8-4) unstable; urgency=medium
 .
   * Handle 64 bit time_t on 32 bit systems
Checksums-Sha1:
 f1fbd0119c3306c671a6723e6a248a53b019d2a9 474940 globus-gram-job-manager-dbgsym_15.8-4_arm64.deb
 032924a14b8c23c7655e136dceaf5df7daed1417 8528 globus-gram-job-manager_15.8-4_arm64.buildinfo
 67fcdd3ec1004ecf60c7f1bd9b98cf8e50fc42d1 133840 globus-gram-job-manager_15.8-4_arm64.deb
 88cc2b966491ef8d572d1b60b759a7bfb14cdf98 15932 globus-seg-job-manager-dbgsym_15.8-4_arm64.deb
 33486ca1e9c895335919f4c800b1afed0997c85c 8944 globus-seg-job-manager_15.8-4_arm64.deb
Checksums-Sha256:
 d9e9ae427f311e71ef0ab1ea6210f0085e45558442095c80fffc65ec216c471d 474940 globus-gram-job-manager-dbgsym_15.8-4_arm64.deb
 1b4cb0f7d5a41472bccd4831f8ee59380c8ba71efa0ce00774c3f5c2a632ae3e 8528 globus-gram-job-manager_15.8-4_arm64.buildinfo
 1d2ae0e28aa9020ab16f1f252320862be356a3896c30bc95f780c4a527df58ae 133840 globus-gram-job-manager_15.8-4_arm64.deb
 fd77b2a81b53c9d001e5b757656645ad98c8ba3243cebc331c003caa4e628c36 15932 globus-seg-job-manager-dbgsym_15.8-4_arm64.deb
 654440d0ad72e22222616dceb891bd5120fea11dd31a88d37265fd0e368aa339 8944 globus-seg-job-manager_15.8-4_arm64.deb
Files:
 849d232820eb63ef0c78a17f525a3e6f 474940 debug optional globus-gram-job-manager-dbgsym_15.8-4_arm64.deb
 93d619ea3c344a56e210ee8c24d2a4b8 8528 net optional globus-gram-job-manager_15.8-4_arm64.buildinfo
 85a4d2139ffc4628629269a954e4eae3 133840 net optional globus-gram-job-manager_15.8-4_arm64.deb
 f9357add20698e722853d37017d12694 15932 debug optional globus-seg-job-manager-dbgsym_15.8-4_arm64.deb
 a1b1ebca9609b3e854e8578a8aacafda 8944 libs optional globus-seg-job-manager_15.8-4_arm64.deb

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

Format: 1.0
Source: globus-gram-job-manager
Binary: globus-gram-job-manager globus-gram-job-manager-dbgsym globus-seg-job-manager globus-seg-job-manager-dbgsym
Architecture: arm64
Version: 15.8-4
Checksums-Md5:
 849d232820eb63ef0c78a17f525a3e6f 474940 globus-gram-job-manager-dbgsym_15.8-4_arm64.deb
 85a4d2139ffc4628629269a954e4eae3 133840 globus-gram-job-manager_15.8-4_arm64.deb
 f9357add20698e722853d37017d12694 15932 globus-seg-job-manager-dbgsym_15.8-4_arm64.deb
 a1b1ebca9609b3e854e8578a8aacafda 8944 globus-seg-job-manager_15.8-4_arm64.deb
Checksums-Sha1:
 f1fbd0119c3306c671a6723e6a248a53b019d2a9 474940 globus-gram-job-manager-dbgsym_15.8-4_arm64.deb
 67fcdd3ec1004ecf60c7f1bd9b98cf8e50fc42d1 133840 globus-gram-job-manager_15.8-4_arm64.deb
 88cc2b966491ef8d572d1b60b759a7bfb14cdf98 15932 globus-seg-job-manager-dbgsym_15.8-4_arm64.deb
 33486ca1e9c895335919f4c800b1afed0997c85c 8944 globus-seg-job-manager_15.8-4_arm64.deb
Checksums-Sha256:
 d9e9ae427f311e71ef0ab1ea6210f0085e45558442095c80fffc65ec216c471d 474940 globus-gram-job-manager-dbgsym_15.8-4_arm64.deb
 1d2ae0e28aa9020ab16f1f252320862be356a3896c30bc95f780c4a527df58ae 133840 globus-gram-job-manager_15.8-4_arm64.deb
 fd77b2a81b53c9d001e5b757656645ad98c8ba3243cebc331c003caa4e628c36 15932 globus-seg-job-manager-dbgsym_15.8-4_arm64.deb
 654440d0ad72e22222616dceb891bd5120fea11dd31a88d37265fd0e368aa339 8944 globus-seg-job-manager_15.8-4_arm64.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Sat, 16 Nov 2024 08:22:31 +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.21),
 dh-autoreconf (= 20),
 dh-strip-nondeterminism (= 1.14.0-1),
 diffutils (= 1:3.10-1+b1),
 dpkg (= 1.22.12~1.gbp82cafd),
 dpkg-dev (= 1.22.12~1.gbp82cafd),
 dwz (= 0.15-1+b1),
 file (= 1:5.45-3+b1),
 findutils (= 4.10.0-3),
 g++ (= 4:14.2.0-1),
 g++-14 (= 14.2.0-8),
 g++-14-aarch64-linux-gnu (= 14.2.0-8),
 g++-aarch64-linux-gnu (= 4:14.2.0-1),
 gcc (= 4:14.2.0-1),
 gcc-14 (= 14.2.0-8),
 gcc-14-aarch64-linux-gnu (= 14.2.0-8),
 gcc-14-base (= 14.2.0-8),
 gcc-aarch64-linux-gnu (= 4:14.2.0-1),
 gettext (= 0.22.5-2),
 gettext-base (= 0.22.5-2),
 globus-common-progs (= 18.14-3),
 globus-gass-cache-program (= 7.0-5+b1),
 globus-gass-copy-progs (= 10.13-2+b1),
 globus-gatekeeper (= 11.4-3+b1),
 globus-gram-client-tools (= 12.2-3+b1),
 globus-gram-job-manager-fork (= 3.3-3+b1),
 globus-gram-job-manager-scripts (= 7.3-3),
 globus-gsi-cert-utils-progs (= 10.11-2),
 globus-proxy-utils (= 7.3-3+b1),
 grep (= 3.11-4+b1),
 groff-base (= 1.23.0-5),
 gzip (= 1.12-1.1+b1),
 hostname (= 3.25),
 icu-devtools (= 72.1-5+b1),
 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),
 libglobus-callout-dev (= 4.3-3+b1),
 libglobus-callout0t64 (= 4.3-3+b1),
 libglobus-common-dev (= 18.14-3),
 libglobus-common0t64 (= 18.14-3),
 libglobus-ftp-client2t64 (= 9.8-4+b1),
 libglobus-ftp-control1t64 (= 9.10-3+b1),
 libglobus-gass-cache-dev (= 10.3-3+b1),
 libglobus-gass-cache5t64 (= 10.3-3+b1),
 libglobus-gass-copy2t64 (= 10.13-2+b1),
 libglobus-gass-server-ez-dev (= 6.2-3+b1),
 libglobus-gass-server-ez2t64 (= 6.2-3+b1),
 libglobus-gass-transfer-dev (= 9.4-3+b1),
 libglobus-gass-transfer2t64 (= 9.4-3+b1),
 libglobus-gram-client-dev (= 14.6-3+b1),
 libglobus-gram-client3t64 (= 14.6-3+b1),
 libglobus-gram-job-manager-callout-error-dev (= 4.2-3+b1),
 libglobus-gram-job-manager-callout-error0t64 (= 4.2-3+b1),
 libglobus-gram-protocol-dev (= 13.6-3+b1),
 libglobus-gram-protocol3t64 (= 13.6-3+b1),
 libglobus-gsi-callback-dev (= 6.2-3+b1),
 libglobus-gsi-callback0t64 (= 6.2-3+b1),
 libglobus-gsi-cert-utils-dev (= 10.11-2+b1),
 libglobus-gsi-cert-utils0t64 (= 10.11-2+b1),
 libglobus-gsi-credential-dev (= 8.4-2+b1),
 libglobus-gsi-credential1t64 (= 8.4-2+b1),
 libglobus-gsi-openssl-error-dev (= 4.4-3+b1),
 libglobus-gsi-openssl-error0t64 (= 4.4-3+b1),
 libglobus-gsi-proxy-core-dev (= 9.8-3+b1),
 libglobus-gsi-proxy-core0t64 (= 9.8-3+b1),
 libglobus-gsi-proxy-ssl-dev (= 6.5-3+b1),
 libglobus-gsi-proxy-ssl1 (= 6.5-3+b1),
 libglobus-gsi-sysconfig-dev (= 9.6-2+b1),
 libglobus-gsi-sysconfig1t64 (= 9.6-2+b1),
 libglobus-gss-assist-dev (= 12.7-3+b1),
 libglobus-gss-assist3t64 (= 12.7-3+b1),
 libglobus-gssapi-error-dev (= 6.3-3+b1),
 libglobus-gssapi-error2t64 (= 6.3-3+b1),
 libglobus-gssapi-gsi-dev (= 14.20-3+b1),
 libglobus-gssapi-gsi4t64 (= 14.20-3+b1),
 libglobus-io-dev (= 12.4-3+b1),
 libglobus-io3t64 (= 12.4-3+b1),
 libglobus-openssl-module-dev (= 5.2-3+b1),
 libglobus-openssl-module0t64 (= 5.2-3+b1),
 libglobus-rsl-dev (= 11.4-2+b1),
 libglobus-rsl2t64 (= 11.4-2+b1),
 libglobus-scheduler-event-generator-dev (= 6.5-3+b1),
 libglobus-scheduler-event-generator0t64 (= 6.5-3+b1),
 libglobus-xio-dev (= 6.6-3+b1),
 libglobus-xio-gsi-driver (= 5.4-3+b1),
 libglobus-xio-gsi-driver-dev (= 5.4-3+b1),
 libglobus-xio-popen-driver (= 4.1-4+b1),
 libglobus-xio-popen-driver-dev (= 4.1-4+b1),
 libglobus-xio0t64 (= 6.6-3+b1),
 libgmp10 (= 2:6.3.0+dfsg-2+b2),
 libgomp1 (= 14.2.0-8),
 libgprofng0 (= 2.43.1-5),
 libhwasan0 (= 14.2.0-8),
 libicu-dev (= 72.1-5+b1),
 libicu72 (= 72.1-5+b1),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 liblsan0 (= 14.2.0-8),
 libltdl-dev (= 2.4.7-8),
 libltdl7 (= 2.4.7-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-4),
 libperl5.40 (= 5.40.0-7),
 libpipeline1 (= 1.5.8-1),
 libpkgconf3 (= 1.8.1-4),
 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),
 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),
 libxml2-dev (= 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),
 ncurses-base (= 6.5-2),
 ncurses-bin (= 6.5-2+b1),
 openssl (= 3.3.2-2),
 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),
 pkgconf (= 1.8.1-4),
 pkgconf-bin (= 1.8.1-4),
 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),
 util-linux (= 2.40.2-11),
 xz-utils (= 5.6.3-1+b1),
 zlib1g (= 1:1.3.dfsg+really1.3.1-1+b1)
Environment:
 DEB_BUILD_OPTIONS="parallel=8"
 LANG="en_US.UTF-8"
 LC_ALL="C.UTF-8"
 SOURCE_DATE_EPOCH="1710137149"


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


globus-gram-job-manager-dbgsym_15.8-4_arm64.deb
-----------------------------------------------

 new Debian package, version 2.0.
 size 474940 bytes: control archive=744 bytes.
     528 bytes,    12 lines      control
     525 bytes,     5 lines      md5sums
 Package: globus-gram-job-manager-dbgsym
 Source: globus-gram-job-manager
 Version: 15.8-4
 Auto-Built-Package: debug-symbols
 Architecture: arm64
 Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
 Installed-Size: 566
 Depends: globus-gram-job-manager (= 15.8-4)
 Section: debug
 Priority: optional
 Description: debug symbols for globus-gram-job-manager
 Build-Ids: 5117bf000968be03348168444f3e749a2345503b 6613dda0d363478df85e0f67952a15188c25b35a 7eea3834595266ae23f17754f20e5e5f90639523 aa61cfd475ec308c64aa05c570b9211571d6af4c

drwxr-xr-x root/root         0 2024-03-11 06:05 ./
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/.build-id/51/
-rw-r--r-- root/root    226920 2024-03-11 06:05 ./usr/lib/debug/.build-id/51/17bf000968be03348168444f3e749a2345503b.debug
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/.build-id/66/
-rw-r--r-- root/root      8984 2024-03-11 06:05 ./usr/lib/debug/.build-id/66/13dda0d363478df85e0f67952a15188c25b35a.debug
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/.build-id/7e/
-rw-r--r-- root/root     40904 2024-03-11 06:05 ./usr/lib/debug/.build-id/7e/ea3834595266ae23f17754f20e5e5f90639523.debug
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/.build-id/aa/
-rw-r--r-- root/root    249848 2024-03-11 06:05 ./usr/lib/debug/.build-id/aa/61cfd475ec308c64aa05c570b9211571d6af4c.debug
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/.dwz/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/.dwz/aarch64-linux-gnu/
-rw-r--r-- root/root     35976 2024-03-11 06:05 ./usr/lib/debug/.dwz/aarch64-linux-gnu/globus-gram-job-manager.debug
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/doc/
lrwxrwxrwx root/root         0 2024-03-11 06:05 ./usr/share/doc/globus-gram-job-manager-dbgsym -> globus-gram-job-manager


globus-gram-job-manager_15.8-4_arm64.deb
----------------------------------------

 new Debian package, version 2.0.
 size 133840 bytes: control archive=1492 bytes.
      77 bytes,     2 lines      conffiles
    1526 bytes,    19 lines      control
    1201 bytes,    16 lines      md5sums
 Package: globus-gram-job-manager
 Version: 15.8-4
 Architecture: arm64
 Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
 Installed-Size: 761
 Depends: libc6 (>= 2.34), libglobus-callout0t64 (>= 3), libglobus-common0t64 (>= 17), libglobus-gass-cache5t64 (>= 8), libglobus-gass-transfer2t64 (>= 7), libglobus-gram-job-manager-callout-error0t64 (>= 2), libglobus-gram-protocol3t64 (>= 11), libglobus-gsi-credential1t64 (>= 6), libglobus-gsi-sysconfig1t64 (>= 8), libglobus-gss-assist3t64 (>= 11), libglobus-gssapi-gsi4t64 (>= 13), libglobus-rsl2t64 (>= 9), libglobus-scheduler-event-generator0t64 (>= 4), libglobus-xio0t64 (>= 5), libssl3t64 (>= 3.0.0), libglobus-xio-popen-driver (>= 2), globus-common-progs (>= 15), globus-gatekeeper (>= 9), globus-gram-client-tools (>= 10), globus-gass-copy-progs (>= 8), globus-gass-cache-program (>= 5), globus-gram-job-manager-scripts (>= 6), globus-proxy-utils (>= 5), globus-gsi-cert-utils-progs, globus-seg-job-manager (= 15.8-4)
 Section: net
 Priority: optional
 Multi-Arch: foreign
 Homepage: https://github.com/gridcf/gct/
 Description: Grid Community Toolkit - GRAM Jobmanager
  The Grid Community Toolkit (GCT) is an open source software toolkit used for
  building grid systems and applications. It is a fork of the Globus Toolkit
  originally created by the Globus Alliance. It is supported by the Grid
  Community Forum (GridCF) that provides community-based support for core
  software packages in grid computing.
  .
  The globus-gram-job-manager package contains:
  GRAM Jobmanager

drwxr-xr-x root/root         0 2024-03-11 06:05 ./
drwxr-xr-x root/root         0 2024-03-11 06:05 ./etc/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./etc/globus/
-rw-r--r-- root/root       121 2024-03-11 06:05 ./etc/globus/globus-gram-job-manager.conf
drwxr-xr-x root/root         0 2024-03-11 06:05 ./etc/logrotate.d/
-rw-r--r-- root/root       173 2024-03-11 06:05 ./etc/logrotate.d/globus-job-manager
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/bin/
-rwxr-xr-x root/root     15779 2024-03-11 06:05 ./usr/bin/globus-personal-gatekeeper
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/sbin/
-rwxr-xr-x root/root    279096 2024-03-11 06:05 ./usr/sbin/globus-gram-streamer
-rwxr-xr-x root/root    279152 2024-03-11 06:05 ./usr/sbin/globus-job-manager
-rwxr-xr-x root/root     67768 2024-03-11 06:05 ./usr/sbin/globus-job-manager-lock-test
-rwxr-xr-x root/root     67840 2024-03-11 06:05 ./usr/sbin/globus-rvf-check
-rwxr-xr-x root/root      3909 2024-03-11 06:05 ./usr/sbin/globus-rvf-edit
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/doc/globus-gram-job-manager/
-rw-r--r-- root/root       695 2019-07-10 14:55 ./usr/share/doc/globus-gram-job-manager/README
-rw-r--r-- root/root       731 2024-03-11 06:05 ./usr/share/doc/globus-gram-job-manager/changelog.Debian.gz
-rw-r--r-- root/root       674 2024-03-06 06:53 ./usr/share/doc/globus-gram-job-manager/copyright
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/globus/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/globus/globus_gram_job_manager/
-rw-r--r-- root/root     14266 2024-03-11 06:05 ./usr/share/globus/globus_gram_job_manager/globus-gram-job-manager.rvf
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/lintian/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       145 2022-07-05 19:31 ./usr/share/lintian/overrides/globus-gram-job-manager
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/man/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/man/man1/
-rw-r--r-- root/root      2303 2024-03-11 06:05 ./usr/share/man/man1/globus-personal-gatekeeper.1.gz
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/man/man5/
-rw-r--r-- root/root      3783 2024-03-11 06:05 ./usr/share/man/man5/rsl.5.gz
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/man/man8/
-rw-r--r-- root/root      4463 2024-03-11 06:05 ./usr/share/man/man8/globus-job-manager.8.gz
-rw-r--r-- root/root      1035 2024-03-11 06:05 ./usr/share/man/man8/globus-rvf-check.8.gz
-rw-r--r-- root/root      1015 2024-03-11 06:05 ./usr/share/man/man8/globus-rvf-edit.8.gz
drwxr-xr-x root/root         0 2024-03-11 06:05 ./var/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./var/lib/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./var/lib/globus/
drwxrwxrwt root/root         0 2024-03-11 06:05 ./var/lib/globus/gram_job_state/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./var/log/
drwxrwxrwt root/root         0 2024-03-11 06:05 ./var/log/globus/


globus-seg-job-manager-dbgsym_15.8-4_arm64.deb
----------------------------------------------

 new Debian package, version 2.0.
 size 15932 bytes: control archive=552 bytes.
     418 bytes,    13 lines      control
     106 bytes,     1 lines      md5sums
 Package: globus-seg-job-manager-dbgsym
 Source: globus-gram-job-manager
 Version: 15.8-4
 Auto-Built-Package: debug-symbols
 Architecture: arm64
 Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
 Installed-Size: 32
 Depends: globus-seg-job-manager (= 15.8-4)
 Section: debug
 Priority: optional
 Multi-Arch: same
 Description: debug symbols for globus-seg-job-manager
 Build-Ids: 1efa2dd5f9bae405fa3a8e485e83613bf78f916d

drwxr-xr-x root/root         0 2024-03-11 06:05 ./
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/debug/.build-id/1e/
-rw-r--r-- root/root     21776 2024-03-11 06:05 ./usr/lib/debug/.build-id/1e/fa2dd5f9bae405fa3a8e485e83613bf78f916d.debug
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/doc/
lrwxrwxrwx root/root         0 2024-03-11 06:05 ./usr/share/doc/globus-seg-job-manager-dbgsym -> globus-seg-job-manager


globus-seg-job-manager_15.8-4_arm64.deb
---------------------------------------

 new Debian package, version 2.0.
 size 8944 bytes: control archive=960 bytes.
     872 bytes,    20 lines      control
     346 bytes,     4 lines      md5sums
      26 bytes,     1 lines      triggers
 Package: globus-seg-job-manager
 Source: globus-gram-job-manager
 Version: 15.8-4
 Architecture: arm64
 Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
 Installed-Size: 80
 Depends: libc6 (>= 2.33), libglobus-common0t64 (>= 17), libglobus-scheduler-event-generator0t64 (>= 4)
 Section: libs
 Priority: optional
 Multi-Arch: same
 Homepage: https://github.com/gridcf/gct/
 Description: Grid Community Toolkit - Scheduler Event Generator Job Manager
  The Grid Community Toolkit (GCT) is an open source software toolkit used for
  building grid systems and applications. It is a fork of the Globus Toolkit
  originally created by the Globus Alliance. It is supported by the Grid
  Community Forum (GridCF) that provides community-based support for core
  software packages in grid computing.
  .
  The globus-seg-job-manager package contains:
  Scheduler Event Generator Job Manager

drwxr-xr-x root/root         0 2024-03-11 06:05 ./
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/lib/aarch64-linux-gnu/
-rw-r--r-- root/root     67520 2024-03-11 06:05 ./usr/lib/aarch64-linux-gnu/libglobus_seg_job_manager.so
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/doc/globus-seg-job-manager/
-rw-r--r-- root/root       734 2024-03-11 06:05 ./usr/share/doc/globus-seg-job-manager/changelog.Debian.gz
-rw-r--r-- root/root       674 2024-03-06 06:53 ./usr/share/doc/globus-seg-job-manager/copyright
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/lintian/
drwxr-xr-x root/root         0 2024-03-11 06:05 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       239 2023-08-28 13:08 ./usr/share/lintian/overrides/globus-seg-job-manager


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 [2123 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [2183 B]
Fetched 4921 B in 0s (431 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-SkKSAu/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-SkKSAu/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 ... 23713 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: globus-gram-job-manager changes: distribution-and-changes-mismatch sid unstable
W: globus-gram-job-manager: no-manual-page [usr/sbin/globus-gram-streamer]
W: globus-gram-job-manager: no-manual-page [usr/sbin/globus-job-manager-lock-test]

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: 21696
Build-Time: 212
Distribution: sid
Host Architecture: arm64
Install-Time: 25
Job: /tmp/debusine-fetch-exec-upload-5jryl5d7/globus-gram-job-manager_15.8-4.dsc
Lintian: warn
Machine Architecture: arm64
Package: globus-gram-job-manager
Package-Time: 273
Source-Version: 15.8-4
Space: 21696
Status: successful
Version: 15.8-4
--------------------------------------------------------------------------------
Finished at 2024-11-16T08:22:31Z
Build needed 00:04:33, 21696k disk space

Relations

Relation Direction Type Name
relates-to Source package globus-gram-job-manager_15.8-4
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 globus-gram-job-manager-dbgsym_15.8-4_arm64
relates-to Binary package globus-gram-job-manager_15.8-4_arm64
relates-to Binary package globus-seg-job-manager-dbgsym_15.8-4_arm64
relates-to Binary package globus-seg-job-manager_15.8-4_arm64
relates-to Binary packages globus-gram-job-manager_15.8-4

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