Artifact libspreadsheet-writeexcel-perl_2.40-4_arm64-2024-11-17T05:20:25Z

Metadata
bd_uninstallable: null
filename: libspreadsheet-writeexcel-perl_2.40-4_arm64-2024-11-17T05:20:25Z.build
source: libspreadsheet-writeexcel-perl
version: 2.40-4

File

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

+===============================================================================+
| libspreadsheet-writeexcel-perl 2.40-4 (arm64) Sun, 17 Nov 2024 05:20:25 +0000 |
+===============================================================================+

Package: libspreadsheet-writeexcel-perl
Version: 2.40-4
Source Version: 2.40-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.md7lR8icuW...
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-nrgp98tr/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-nrgp98tr/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-nrgp98tr/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-nrgp98tr/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-nrgp98tr/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-nrgp98tr/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-nrgp98tr/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/libspreadsheet-writeexcel-perl-ssZCrT/resolver-4BhY2D' with '<<RESOLVERDIR>>'

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

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

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


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

/tmp/debusine-fetch-exec-upload-nrgp98tr/libspreadsheet-writeexcel-perl_2.40-4.dsc exists in /tmp/debusine-fetch-exec-upload-nrgp98tr; copying to chroot
I: NOTICE: Log filtering will replace 'build/libspreadsheet-writeexcel-perl-ssZCrT/libspreadsheet-writeexcel-perl-2.40' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/libspreadsheet-writeexcel-perl-ssZCrT' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper-compat (= 13), build-essential, fakeroot, perl, libparse-recdescent-perl, libole-storage-lite-perl
Filtered Build-Depends: debhelper-compat (= 13), build-essential, fakeroot, perl, libparse-recdescent-perl, libole-storage-lite-perl
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [609 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [695 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [707 B]
Fetched 2011 B in 0s (172 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-NerE2D/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 libasan8 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
  libdebhelper-perl libelf1t64 libfakeroot libfile-stripnondeterminism-perl
  libgcc-14-dev libhwasan0 libio-stringy-perl libisl23 libitm1 liblsan0
  libmpc3 libmpfr6 libole-storage-lite-perl libparse-recdescent-perl
  libstdc++-14-dev libtool libtsan2 libubsan1 linux-libc-dev m4 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 libc-devtools glibc-doc libstdc++-14-doc
  libtool-doc gfortran | fortran95-compiler gcj-jdk m4-doc libmail-box-perl
Recommended packages:
  manpages manpages-dev libarchive-cpio-perl libltdl-dev libmail-sendmail-perl
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper dh-autoreconf
  dh-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 libasan8 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
  libdebhelper-perl libelf1t64 libfakeroot libfile-stripnondeterminism-perl
  libgcc-14-dev libhwasan0 libio-stringy-perl libisl23 libitm1 liblsan0
  libmpc3 libmpfr6 libole-storage-lite-perl libparse-recdescent-perl
  libstdc++-14-dev libtool libtsan2 libubsan1 linux-libc-dev m4 po-debconf
  rpcsvc-proto sbuild-build-depends-main-dummy
0 upgraded, 50 newly installed, 0 to remove and 0 not upgraded.
Need to get 61.2 MB of archives.
After this operation, 238 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [920 B]
Get:2 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.7-1 [2454 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:17 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:18 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:19 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:28 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:30 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:31 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:33 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:35 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:36 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:37 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:42 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:43 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:44 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 libio-stringy-perl all 2.113-2 [48.3 kB]
Get:49 http://deb.debian.org/debian sid/main arm64 libole-storage-lite-perl all 0.22-1 [22.8 kB]
Get:50 http://deb.debian.org/debian sid/main arm64 libparse-recdescent-perl all 1.967015+dfsg-4 [147 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 61.2 MB in 1s (104 MB/s)
Selecting previously unselected package m4.
(Reading database ... 17119 files and directories currently installed.)
Preparing to unpack .../00-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../01-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../03-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 .../04-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../05-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 .../06-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 .../07-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 .../08-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 .../09-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../10-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../11-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 .../12-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 .../13-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 .../14-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 .../15-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 .../16-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 .../17-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 .../18-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../19-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../20-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../21-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../22-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../23-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 .../24-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 .../25-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 .../26-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 .../27-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 .../28-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 .../29-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 .../30-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 .../31-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 .../32-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 .../33-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../34-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../35-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../36-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../37-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../38-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 .../39-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 .../40-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../41-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../42-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../43-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../44-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../45-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../46-libio-stringy-perl_2.113-2_all.deb ...
Unpacking libio-stringy-perl (2.113-2) ...
Selecting previously unselected package libole-storage-lite-perl.
Preparing to unpack .../47-libole-storage-lite-perl_0.22-1_all.deb ...
Unpacking libole-storage-lite-perl (0.22-1) ...
Selecting previously unselected package libparse-recdescent-perl.
Preparing to unpack .../48-libparse-recdescent-perl_1.967015+dfsg-4_all.deb ...
Unpacking libparse-recdescent-perl (1.967015+dfsg-4) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../49-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 libio-stringy-perl (2.113-2) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.20) ...
Setting up linux-libc-dev (6.11.7-1) ...
Setting up m4 (1.4.19-4) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up autotools-dev (20220109.1) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up autopoint (0.22.5-2) ...
Setting up autoconf (2.72-3) ...
Setting up libole-storage-lite-perl (0.22-1) ...
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 libparse-recdescent-perl (1.967015+dfsg-4) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up libitm1:arm64 (14.2.0-8) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up gcc-14 (14.2.0-8) ...
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 gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up g++ (4:14.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.12) ...
Setting up debhelper (13.20) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

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

Arch check ok (arm64 included in all)

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

Kernel: Linux 6.1.0-27-cloud-arm64 #1 SMP Debian 6.1.115-1 (2024-11-01) arm64 (aarch64)
Toolchain package versions: binutils_2.43.1-5 dpkg-dev_1.22.12~1.gbp82cafd g++-14_14.2.0-8 gcc-14_14.2.0-8 libc6-dev_2.40-3 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 linux-libc-dev_6.11.7-1
Package versions: appstream_1.0.3-1+b1 apt_2.9.11 autoconf_2.72-3 automake_1:1.16.5-1.3 autopoint_0.22.5-2 autotools-dev_20220109.1 base-files_13.5 base-passwd_3.6.5 bash_5.2.32-1+b2 binutils_2.43.1-5 binutils-aarch64-linux-gnu_2.43.1-5 binutils-common_2.43.1-5 bsdextrautils_2.40.2-11 bsdutils_1:2.40.2-11 build-essential_12.12 bzip2_1.0.8-6 ca-certificates_20240203 coreutils_9.5-1+b1 cpp_4:14.2.0-1 cpp-14_14.2.0-8 cpp-14-aarch64-linux-gnu_14.2.0-8 cpp-aarch64-linux-gnu_4:14.2.0-1 dash_0.5.12-9+b1 debconf_1.5.87 debhelper_13.20 debian-archive-keyring_2023.4 debianutils_5.21 dh-autoreconf_20 dh-strip-nondeterminism_1.14.0-1 diffstat_1.66-1+b1 diffutils_1:3.10-1+b1 dpkg_1.22.12~1.gbp82cafd dpkg-dev_1.22.12~1.gbp82cafd dwz_0.15-1+b1 e2fsprogs_1.47.1-1+b1 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 g++_4:14.2.0-1 g++-14_14.2.0-8 g++-14-aarch64-linux-gnu_14.2.0-8 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-8 gcc-14-aarch64-linux-gnu_14.2.0-8 gcc-14-base_14.2.0-8 gcc-aarch64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 gpg_2.2.45-2 gpgconf_2.2.45-2 gpgv_2.2.45-2 grep_3.11-4+b1 groff-base_1.23.0-5 gzip_1.12-1.1+b1 hostname_3.25 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 iso-codes_4.17.0-1 libacl1_2.3.2-2+b1 libaliased-perl_0.34-3 libappstream5_1.0.3-1+b1 libapt-pkg-perl_0.1.40+b6 libapt-pkg6.0t64_2.9.11 libarchive-zip-perl_1.68-1 libasan8_14.2.0-8 libassuan9_3.0.1-2 libatomic1_14.2.0-8 libattr1_1:2.5.2-2 libaudit-common_1:4.0.2-2 libaudit1_1:4.0.2-2 libb-hooks-endofscope-perl_0.28-1 libb-hooks-op-check-perl_0.22-3+b2 libberkeleydb-perl_0.66-1 libbinutils_2.43.1-5 libblkid1_2.40.2-11 libbrotli1_1.1.0-2+b6 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libc-bin_2.40-3 libc-dev-bin_2.40-3 libc6_2.40-3 libc6-dev_2.40-3 libcap-ng0_0.8.5-3+b1 libcap2_1:2.66-5+b1 libcapture-tiny-perl_0.48-2 libcc1-0_14.2.0-8 libcgi-pm-perl_4.66-1 libclass-data-inheritable-perl_0.10-1 libclass-inspector-perl_1.36-3 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b4 libclone-perl_0.47-1+b1 libcom-err2_1.47.1-1+b1 libconfig-tiny-perl_2.30-1 libconst-fast-perl_0.014-2 libcpanel-json-xs-perl_4.38-1+b1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.1-5 libctf0_2.43.1-5 libcurl3t64-gnutls_8.11.0-1 libdata-dpath-perl_0.60-1 libdata-messagepack-perl_1.02-1+b4 libdata-optlist-perl_0.114-1 libdata-validate-domain-perl_0.15-1 libdata-validate-ip-perl_0.31-1 libdata-validate-uri-perl_0.07-3 libdb5.3t64_5.3.28+dfsg2-9 libdebconfclient0_0.273 libdebhelper-perl_13.20 libdevel-callchecker-perl_0.009-1+b1 libdevel-size-perl_0.84-1+b1 libdevel-stacktrace-perl_2.0500-1 libdpkg-perl_1.22.12~1.gbp82cafd libdynaloader-functions-perl_0.004-1 libelf1t64_0.192-4 libemail-address-xs-perl_1.05-1+b4 libencode-locale-perl_1.05-3 libexception-class-perl_1.45-1 libext2fs2t64_1.47.1-1+b1 libfakeroot_1.36-1 libffi8_3.4.6-1 libfile-basedir-perl_0.09-2 libfile-find-rule-perl_0.34-3 libfile-listing-perl_6.16-1 libfile-sharedir-perl_1.118-3 libfile-stripnondeterminism-perl_1.14.0-1 libfont-ttf-perl_1.06-2 libgcc-14-dev_14.2.0-8 libgcc-s1_14.2.0-8 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libglib2.0-0t64_2.82.2-3 libgmp10_2:6.3.0+dfsg-2+b2 libgnutls30t64_3.8.8-2 libgomp1_14.2.0-8 libgpg-error0_1.50-4 libgprofng0_2.43.1-5 libgssapi-krb5-2_1.21.3-3 libhogweed6t64_3.10-1+b1 libhtml-form-perl_6.12-1 libhtml-html5-entities-perl_0.004-3 libhtml-parser-perl_3.83-1+b1 libhtml-tagset-perl_3.24-1 libhtml-tokeparser-simple-perl_3.16-4 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.11-1 libhttp-date-perl_6.06-1 libhttp-message-perl_7.00-2 libhttp-negotiate-perl_6.01-2 libhwasan0_14.2.0-8 libicu72_72.1-5+b1 libidn2-0_2.3.7-2+b1 libimport-into-perl_1.002005-2 libio-html-perl_1.004-3 libio-interactive-perl_1.025-1 libio-socket-ssl-perl_2.089-1 libio-string-perl_1.08-4 libio-stringy-perl_2.113-2 libipc-run3-perl_0.049-1 libipc-system-simple-perl_1.30-2 libisl23_0.27-1 libiterator-perl_0.03+ds1-2 libiterator-util-perl_0.02+ds1-2 libitm1_14.2.0-8 libjansson4_2.14-2+b3 libjson-maybexs-perl_1.004008-1 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-4 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 libldap-2.5-0_2.5.18+dfsg-3+b1 liblist-compare-perl_0.55-2 liblist-someutils-perl_0.59-1 liblist-utilsby-perl_0.12-2 liblsan0_14.2.0-8 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.14-1 liblz1_1.15~pre2-1 liblz4-1_1.9.4-3+b1 liblzma5_5.6.3-1+b1 liblzo2-2_2.10-3+b1 libmagic-mgc_1:5.45-3+b1 libmagic1t64_1:5.45-3+b1 libmarkdown2_2.2.7-2.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 libole-storage-lite-perl_0.22-1 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 libparse-recdescent-perl_1.967015+dfsg-4 libpath-tiny-perl_0.146-1 libpcre2-8-0_10.44-4 libperl5.40_5.40.0-7 libperlio-gzip-perl_0.20-1+b4 libperlio-utf8-strict-perl_0.010-1+b3 libpipeline1_1.5.8-1 libproc-processtable-perl_0.636-1+b3 libpsl5t64_0.21.2-1.1+b1 libreadline8t64_8.2-5 libregexp-wildcards-perl_1.05-3 librole-tiny-perl_2.002004-1 librtmp1_2.4+20151223.gitfa8646d.1-2+b5 libsasl2-2_2.1.28+dfsg1-8 libsasl2-modules-db_2.1.28+dfsg1-8 libseccomp2_2.5.5-1+b3 libselinux1_3.7-3+b1 libsemanage-common_3.7-2 libsemanage2_3.7-2+b1 libsepol2_3.7-1 libsereal-decoder-perl_5.004+ds-1+b3 libsereal-encoder-perl_5.004+ds-1+b3 libsframe1_2.43.1-5 libsmartcols1_2.40.2-11 libsort-versions-perl_1.62-3 libsqlite3-0_3.46.1-1 libss2_1.47.1-1+b1 libssh2-1t64_1.11.1-1 libssl3t64_3.3.2-2 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 libstemmer0d_2.2.0-4+b2 libstrictures-perl_2.000006-1 libsub-exporter-perl_0.990-1 libsub-exporter-progressive-perl_0.001013-3 libsub-identify-perl_0.14-3+b3 libsub-install-perl_0.929-1 libsub-name-perl_0.27-1+b3 libsub-quote-perl_2.006008-1 libsyntax-keyword-try-perl_0.30-1+b1 libsystemd0_257~rc2-3 libtasn1-6_4.19.0-3+b3 libterm-readkey-perl_2.38-2+b4 libtext-glob-perl_0.11-3 libtext-levenshteinxs-perl_0.03-5+b4 libtext-markdown-discount-perl_0.16-1+b3 libtext-xslate-perl_3.5.9-2+b1 libtime-duration-perl_1.21-2 libtime-moment-perl_0.44-2+b4 libtimedate-perl_2.3300-2 libtinfo6_6.5-2+b1 libtool_2.4.7-8 libtry-tiny-perl_0.32-1 libtsan2_14.2.0-8 libubsan1_14.2.0-8 libuchardet0_0.0.8-1+b2 libudev1_257~rc2-3 libunicode-utf8-perl_0.62-2+b3 libunistring5_1.2-1+b1 liburi-perl_5.30-1 libuuid1_2.40.2-11 libvariable-magic-perl_0.64-1+b1 libwww-mechanize-perl_2.19-1 libwww-perl_6.77-1 libwww-robotrules-perl_6.02-1 libxml-libxml-perl_2.0207+dfsg+really+2.0134-5+b1 libxml-namespacesupport-perl_1.12-2 libxml-sax-base-perl_1.09-3 libxml-sax-perl_1.02+dfsg-3 libxml2_2.12.7+dfsg+really2.9.14-0.2+b1 libxmlb2_0.3.21-1 libxs-parse-keyword-perl_0.46-1+b1 libxxhash0_0.8.2-2+b2 libyaml-0-2_0.2.5-1+b2 libyaml-libyaml-perl_0.902.0+ds-2+b1 libzstd1_1.5.6+dfsg-1+b1 lintian_2.120.0 linux-libc-dev_6.11.7-1 login_1:4.16.0-2+really2.40.2-11 login.defs_1:4.16.0-5 logsave_1.47.1-1+b1 lzop_1.04-2+b1 m4_1.4.19-4 make_4.3-4.1+b1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 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 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: libspreadsheet-writeexcel-perl
Binary: libspreadsheet-writeexcel-perl
Architecture: all
Version: 2.40-4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Damyan Ivanov <dmn@debian.org>
Homepage: https://metacpan.org/release/Spreadsheet-WriteExcel
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libspreadsheet-writeexcel-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libspreadsheet-writeexcel-perl.git
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl, libparse-recdescent-perl, libole-storage-lite-perl
Package-List:
 libspreadsheet-writeexcel-perl deb perl optional arch=all
Checksums-Sha1:
 8dd613cd08326aea374b2e0457921c1243a43e0d 480975 libspreadsheet-writeexcel-perl_2.40.orig.tar.gz
 e706014d2e9bc77e349039878a4f95fe9444feb7 5732 libspreadsheet-writeexcel-perl_2.40-4.debian.tar.xz
Checksums-Sha256:
 e356aad6866cf135731268ee0e979a197443c15a04878e9cf3e80d022ad6c07e 480975 libspreadsheet-writeexcel-perl_2.40.orig.tar.gz
 15248244fc903f2de2e8adcf48c97dcfec5ad83f999a72cf0b109193b1c2b9c0 5732 libspreadsheet-writeexcel-perl_2.40-4.debian.tar.xz
Files:
 b3262290e96985ee12d81c861a389790 480975 libspreadsheet-writeexcel-perl_2.40.orig.tar.gz
 b8cf5c153a2dc48260ae617ba8c67b08 5732 libspreadsheet-writeexcel-perl_2.40-4.debian.tar.xz

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

iQIzBAEBCgAdFiEEsjhixBXWVlpOhsvXV5wWDUyeI+gFAmN5FzMACgkQV5wWDUye
I+gHtA/5ATPY8xJ/N2NgquJinGhKZTxA+93t4YZstakdGSE2627GDFx7xMALTa04
AzkSDHDw/vPE6ALop3yVBRs6ATuh7hLC44KVMfXj44SL7N6cqd4O6jSS+ZGJOA72
yHV5/FvYfvIS8ujO2pmBc1O85c1jK+txqobCqkuQ48kMuBvmmayutwcOVQ81BQCq
0/ZFGvTvdSEbNkzxEf7CN9qq49rhUZ1Qbv4Y8EsgibSVqlDZ4W/ewfHsWAQdrpAw
yxGz5MBzs5WrDA87RuwBUeQbaH6GNBjAspqmN0Eg7jZibztkMUog0TJ4FQ/5m014
aIe06JzySmLTs1Gohy8J6jf++0RfO8udQkLYwlqKDaJWfmWMuZipQF2EHRr2x9gU
/dbA1OK0TCOzwx5uRKuhKD6hhqvqEG4pf/Ui5NyjwEwCK8N+mkrWAFyQkBjyvOj2
sngycAWATk2KiBgdexyJHlGrSTN2Hp0QeKr93vUZ/81M7D1+gpwih4VcixaI/I8E
f6PeKrQdRiwk9MlwJHyHn0LItE7sWM8V5uSNpSwJ3/+p83BsRAlxXqcjHjn8BY1G
9BdSKNG4RoT9SJUSzq10Tb4TbyW/d2pzAypgh6Y5tnXXet8nJSK2pg9tUNJF1tY+
yCYnSepKuQGxxpE2avx9G4DwWcfrvo3XD5qKyb6wU3BHhgMmWuY=
=GlMA
-----END PGP SIGNATURE-----

gpgv: Signature made Sat Nov 19 17:49:39 2022 UTC
gpgv:                using RSA key B23862C415D6565A4E86CBD7579C160D4C9E23E8
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./libspreadsheet-writeexcel-perl_2.40-4.dsc: no acceptable signature found
dpkg-source: info: extracting libspreadsheet-writeexcel-perl in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking libspreadsheet-writeexcel-perl_2.40.orig.tar.gz
dpkg-source: info: unpacking libspreadsheet-writeexcel-perl_2.40-4.debian.tar.xz

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

Sufficient free space for build

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

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

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

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package libspreadsheet-writeexcel-perl
dpkg-buildpackage: info: source version 2.40-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jelmer Vernooij <jelmer@debian.org>
 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
   dh_auto_configure
	/usr/bin/perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2" "LD=aarch64-linux-gnu-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"
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Spreadsheet::WriteExcel
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
	make -j8
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp lib/Spreadsheet/WriteExcel/Chart/Line.pm blib/lib/Spreadsheet/WriteExcel/Chart/Line.pm
cp lib/Spreadsheet/WriteExcel/Examples.pm blib/lib/Spreadsheet/WriteExcel/Examples.pm
cp lib/Spreadsheet/WriteExcel.pm blib/lib/Spreadsheet/WriteExcel.pm
cp lib/Spreadsheet/WriteExcel/Big.pm blib/lib/Spreadsheet/WriteExcel/Big.pm
cp lib/Spreadsheet/WriteExcel/Chart/External.pm blib/lib/Spreadsheet/WriteExcel/Chart/External.pm
cp lib/Spreadsheet/WriteExcel/OLEwriter.pm blib/lib/Spreadsheet/WriteExcel/OLEwriter.pm
cp lib/Spreadsheet/WriteExcel/BIFFwriter.pm blib/lib/Spreadsheet/WriteExcel/BIFFwriter.pm
cp lib/Spreadsheet/WriteExcel/Chart/Bar.pm blib/lib/Spreadsheet/WriteExcel/Chart/Bar.pm
cp lib/Spreadsheet/WriteExcel/Formula.pm blib/lib/Spreadsheet/WriteExcel/Formula.pm
cp lib/Spreadsheet/WriteExcel/Properties.pm blib/lib/Spreadsheet/WriteExcel/Properties.pm
cp lib/Spreadsheet/WriteExcel/Chart.pm blib/lib/Spreadsheet/WriteExcel/Chart.pm
cp lib/Spreadsheet/WriteExcel/Format.pm blib/lib/Spreadsheet/WriteExcel/Format.pm
cp lib/Spreadsheet/WriteExcel/Worksheet.pm blib/lib/Spreadsheet/WriteExcel/Worksheet.pm
cp lib/Spreadsheet/WriteExcel/Chart/Pie.pm blib/lib/Spreadsheet/WriteExcel/Chart/Pie.pm
cp lib/Spreadsheet/WriteExcel/Chart/Scatter.pm blib/lib/Spreadsheet/WriteExcel/Chart/Scatter.pm
cp lib/Spreadsheet/WriteExcel/Chart/Area.pm blib/lib/Spreadsheet/WriteExcel/Chart/Area.pm
cp lib/Spreadsheet/WriteExcel/Workbook.pm blib/lib/Spreadsheet/WriteExcel/Workbook.pm
cp lib/Spreadsheet/WriteExcel/Chart/Stock.pm blib/lib/Spreadsheet/WriteExcel/Chart/Stock.pm
cp lib/Spreadsheet/WriteExcel/Chart/Column.pm blib/lib/Spreadsheet/WriteExcel/Chart/Column.pm
cp lib/Spreadsheet/WriteExcel/Utility.pm blib/lib/Spreadsheet/WriteExcel/Utility.pm
cp bin/chartex blib/script/chartex
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/chartex
Manifying 1 pod document
Manifying 20 pod documents
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
AUTOMATED_TESTING=1 dh_auto_test
	make -j8 test TEST_VERBOSE=1
make[2]: Entering directory '/<<PKGBUILDDIR>>'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/00_IEEE_double.t ............ 
1..2
ok 1
ok 2
ok
t/01_add_worksheet.t .......... 
1..69
ok 1 -  	ASCII:  No worksheet name           : undef
ok 2 -  	ASCII:  Blank worksheet name        : 
ok 3 -  	ASCII:  Valid worksheet name        : Sheet10
ok 4 -  	ASCII:  Valid 31 char name          : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
ok 5 -  	ASCII:  Caught duplicate name       : Sheet1
ok 6 -  	ASCII:  Caught duplicate name       : Sheet2
ok 7 -  	ASCII:  Caught duplicate name       : Sheet3
ok 8 -  	ASCII:  Caught case-insensitive name: sheet1
ok 9 -  	ASCII:  Caught case-insensitive name: SHEET1
ok 10 -  	ASCII:  Caught case-insensitive name: sheetz
ok 11 -  	ASCII:  Caught case-insensitive name: SHEETZ
ok 12 -  	ASCII:  Caught long name            : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
ok 13 -  	ASCII:  Caught invalid char         : [
ok 14 -  	ASCII:  Caught invalid char         : ]
ok 15 -  	ASCII:  Caught invalid char         : :
ok 16 -  	ASCII:  Caught invalid char         : *
ok 17 -  	ASCII:  Caught invalid char         : ?
ok 18 -  	ASCII:  Caught invalid char         : /
ok 19 -  	ASCII:  Caught invalid char         : \
ok 20 -  	UTF-16: No worksheet name           : undef
ok 21 -  	UTF-16: Blank worksheet name        : 
ok 22 -  	UTF-16: Valid worksheet name        : \0S\0h\0e\0e\0t\01\00
ok 23 -  	UTF-16: Valid 31 char name          : \0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a
ok 24 -  	UTF-16: Caught duplicate name       : \0S\0h\0e\0e\0t\01
ok 25 -  	UTF-16: Caught duplicate name       : \0S\0h\0e\0e\0t\02
ok 26 -  	UTF-16: Caught duplicate name       : \0S\0h\0e\0e\0t\03
ok 27 -  	UTF-16: Caught case-insensitive name: \0s\0h\0e\0e\0t\01
ok 28 -  	UTF-16: Caught case-insensitive name: \0S\0H\0E\0E\0T\01
ok 29 -  	UTF-16: Caught case-insensitive name: \0s\0h\0e\0e\0t\0z
ok 30 -  	UTF-16: Caught case-insensitive name: \0S\0H\0E\0E\0T\0Z
ok 31 -  	UTF-16: Caught long name            : \0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a\0a
ok 32 -  	UTF-16: Caught invalid char         : \0[
ok 33 -  	UTF-16: Caught invalid char         : \0]
ok 34 -  	UTF-16: Caught invalid char         : \0:
ok 35 -  	UTF-16: Caught invalid char         : \0*
ok 36 -  	UTF-16: Caught invalid char         : \0?
ok 37 -  	UTF-16: Caught invalid char         : \0/
ok 38 -  	UTF-16: Caught invalid char         : \0\
ok 39 -  	UTF-8:  No worksheet name           : undef
ok 40 -  	UTF-8:  Blank worksheet name        : 
ok 41 -  	UTF-8:  Valid worksheet name        : Sheet10
ok 42 -  	UTF-8:  Valid 31 char name          : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
ok 43 -  	UTF-8:  Caught duplicate name       : Sheet1
ok 44 -  	UTF-8:  Caught duplicate name       : Sheet2
ok 45 -  	UTF-8:  Caught duplicate name       : Sheet3
ok 46 -  	UTF-8:  Caught case-insensitive name: sheet1
ok 47 -  	UTF-8:  Caught case-insensitive name: SHEET1
ok 48 -  	UTF-8:  Caught case-insensitive name: sheetz
ok 49 -  	UTF-8:  Caught case-insensitive name: SHEETZ
ok 50 -  	UTF-8:  Caught long name            : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
ok 51 -  	UTF-8:  Caught invalid char         : [
ok 52 -  	UTF-8:  Caught invalid char         : ]
ok 53 -  	UTF-8:  Caught invalid char         : :
ok 54 -  	UTF-8:  Caught invalid char         : *
ok 55 -  	UTF-8:  Caught invalid char         : ?
ok 56 -  	UTF-8:  Caught invalid char         : /
ok 57 -  	UTF-8:  Caught invalid char         : \
ok 58 -  	UTF-8:  Unicode char                : 
ok 59 -  	UTF-8:  Valid 31 char name          : 
ok 60 -  	UTF-8:  Caught duplicate name       : 
ok 61 -  	UTF-8:  Caught case-insensitive name: 
ok 62 -  	UTF-8:  Caught long name            : 
ok 63 -  	UTF-8:  Caught invalid char         : 
ok 64 -  	UTF-8:  Caught invalid char         : 
ok 65 -  	UTF-8:  Caught invalid char         : 
ok 66 -  	UTF-8:  Caught invalid char         : 
ok 67 -  	UTF-8:  Caught invalid char         : 
ok 68 -  	UTF-8:  Caught invalid char         : 
ok 69 -  	UTF-8:  Caught invalid char         : 
ok
t/02_merge_formats.t .......... 
1..8
ok 1 -  	Normal usage.
ok 2 -  	Merge format in non-merged cell.
ok 3 -  	Non merge format in merged cells.
ok 4 -  	Merge format in column.
ok 5 -  	Merge format in row.
ok 6 -  	Merge format in column and row.
ok 7 -  	No merge format in column and row.
ok 8 -  	Normal usage again.
ok
t/03_cleanup.t ................ 
1..2
ok 1 -  	Catching die message.
ok 2 -  	Catching die message.
ok
t/04_dimensions.t ............. 
1..31
ok 1 -  	No worksheet cell data.
ok 2 -  	Data in cell (0,     0).
ok 3 -  	Data in cell (0,     255).
ok 4 -  	Data in cell (65535, 0).
ok 5 -  	Data in cell (65535, 255).
ok 6 -  	Data in cell (5,     3).
ok 7 -  	set_row() for row 4.
ok 8 -  	set_row() for row 4..6.
ok 9 -  	set_column() for row 4.
ok 10 -  	set_column() for row 4..6.
ok 11 -  	Data in cell (0, 0) and set_row() for row 4.
ok 12 -  	Data in cell (0, 0) and set_row() for row 4. Reverse order
ok 13 -  	Data in cell (5, 3) and set_row() for row 4.
ok 14 -  	Comment in cell (5, 3).
ok 15 -  	undef value for row
ok 16 -  	undef value for row (return value)
ok 17 -  	undef value for col
ok 18 -  	undef value for col (return value)
ok 19 -  	Data in cell (5, 3) and (10, 1).
ok 20 -  	Data in cell (5, 3) and (10, 5).
ok 21 -  	write_string()
ok 22 -  	write_number()
ok 23 -  	write_url()
ok 24 -  	write_formula()
ok 25 -  	write_string()
ok 26 -  	write_blank()
ok 27 -  	write_blank(). No format
ok 28 -  	write_utf16be_string()
ok 29 -  	write_utf16le_string()
ok 30 -  	repeat_formula()
ok 31 -  	merge_range()
ok
t/05_rows.t ................... 
1..7
ok 1 -  	set_row(): row = 1, col1 = 0, col2 = 0
ok 2 -  	write():   row = 2, col1 = 0, col2 = 0
ok 3 -  	write():   row = 3, col1 = 0, col2 = 1
ok 4 -  	write():   row = 4, col1 = 1, col2 = 1
ok 5 -  	write():   row = 5, col1 = 1, col2 = 255
ok 6 -  	write():   row = 6, col1 = 255, col2 = 255
ok 7 -  	set_row + write():   row = 7, col1 = 2, col2 = 9
ok
t/06_extsst.t ................. 
1..56
ok 1 -  	Bucket number for 0  strings
ok 2 -  	Bucket size   for 0  strings
ok 3 -  	Bucket number for 1  strings
ok 4 -  	Bucket size   for 1  strings
ok 5 -  	Bucket number for 7  strings
ok 6 -  	Bucket size   for 7  strings
ok 7 -  	Bucket number for 8  strings
ok 8 -  	Bucket size   for 8  strings
ok 9 -  	Bucket number for 15  strings
ok 10 -  	Bucket size   for 15  strings
ok 11 -  	Bucket number for 16  strings
ok 12 -  	Bucket size   for 16  strings
ok 13 -  	Bucket number for 17  strings
ok 14 -  	Bucket size   for 17  strings
ok 15 -  	Bucket number for 32  strings
ok 16 -  	Bucket size   for 32  strings
ok 17 -  	Bucket number for 33  strings
ok 18 -  	Bucket size   for 33  strings
ok 19 -  	Bucket number for 64  strings
ok 20 -  	Bucket size   for 64  strings
ok 21 -  	Bucket number for 128  strings
ok 22 -  	Bucket size   for 128  strings
ok 23 -  	Bucket number for 256  strings
ok 24 -  	Bucket size   for 256  strings
ok 25 -  	Bucket number for 512  strings
ok 26 -  	Bucket size   for 512  strings
ok 27 -  	Bucket number for 1023  strings
ok 28 -  	Bucket size   for 1023  strings
ok 29 -  	Bucket number for 1024  strings
ok 30 -  	Bucket size   for 1024  strings
ok 31 -  	Bucket number for 1025  strings
ok 32 -  	Bucket size   for 1025  strings
ok 33 -  	Bucket number for 2048  strings
ok 34 -  	Bucket size   for 2048  strings
ok 35 -  	Bucket number for 4096  strings
ok 36 -  	Bucket size   for 4096  strings
ok 37 -  	Bucket number for 4097  strings
ok 38 -  	Bucket size   for 4097  strings
ok 39 -  	Bucket number for 8192  strings
ok 40 -  	Bucket size   for 8192  strings
ok 41 -  	Bucket number for 8193  strings
ok 42 -  	Bucket size   for 8193  strings
ok 43 -  	Bucket number for 9000  strings
ok 44 -  	Bucket size   for 9000  strings
ok 45 -  	Bucket number for 10000  strings
ok 46 -  	Bucket size   for 10000  strings
ok 47 -  	Bucket number for 16384  strings
ok 48 -  	Bucket size   for 16384  strings
ok 49 -  	Bucket number for 262144  strings
ok 50 -  	Bucket size   for 262144  strings
ok 51 -  	Bucket number for 1048576  strings
ok 52 -  	Bucket size   for 1048576  strings
ok 53 -  	Bucket number for 4194304  strings
ok 54 -  	Bucket size   for 4194304  strings
ok 55 -  	Bucket number for 8257536  strings
ok 56 -  	Bucket size   for 8257536  strings
ok
t/07_set_propertes.t .......... 
1..2
ok 1 -  Spreadsheet::WriteExcel::Format->new()
ok 2 -  Spreadsheet::WriteExcel::Format->set_properties()
ok
t/11_date_time.t .............. 
1..100
ok 1 -  Testing convert_date_time: 1899-12-31T00:00:00.0004 0
ok 2 -  Testing convert_date_time: 1899-12-31T00:00:00.0005 0
ok 3 -  Testing convert_date_time: 1899-12-31T00:00:00.000 0
ok 4 -  Testing convert_date_time: 1982-08-25T00:15:20.213 30188.0106506134
ok 5 -  Testing convert_date_time: 2065-04-19T00:16:48.290 60376.0116700231
ok 6 -  Testing convert_date_time: 2147-12-15T00:55:25.446 90565.0384889583
ok 7 -  Testing convert_date_time: 2230-08-10T01:02:46.891 120753.043598275
ok 8 -  Testing convert_date_time: 2313-04-06T01:04:15.597 150942.044624965
ok 9 -  Testing convert_date_time: 2395-11-30T01:09:40.889 181130.048389919
ok 10 -  Testing convert_date_time: 2478-07-25T01:11:32.560 211318.049682407
ok 11 -  Testing convert_date_time: 2561-03-21T01:30:19.169 241507.062721863
ok 12 -  Testing convert_date_time: 2643-11-15T01:48:25.580 271695.075296065
ok 13 -  Testing convert_date_time: 2726-07-12T02:03:31.919 301884.0857861
ok 14 -  Testing convert_date_time: 2809-03-06T02:11:11.986 332072.091110949
ok 15 -  Testing convert_date_time: 2891-10-31T02:24:37.095 362261.10042934
ok 16 -  Testing convert_date_time: 2974-06-26T02:35:07.220 392449.107722454
ok 17 -  Testing convert_date_time: 3057-02-19T02:45:12.109 422637.114723484
ok 18 -  Testing convert_date_time: 3139-10-17T03:06:39.990 452826.129629514
ok 19 -  Testing convert_date_time: 3222-06-11T03:08:08.251 483014.130651053
ok 20 -  Testing convert_date_time: 3305-02-05T03:19:12.576 513203.13834
ok 21 -  Testing convert_date_time: 3387-10-01T03:29:42.574 543391.145631643
ok 22 -  Testing convert_date_time: 3470-05-27T03:37:30.813 573579.151051076
ok 23 -  Testing convert_date_time: 3553-01-21T04:14:38.231 603768.176831377
ok 24 -  Testing convert_date_time: 3635-09-16T04:16:28.559 633956.178108322
ok 25 -  Testing convert_date_time: 3718-05-13T04:17:58.222 664145.179146088
ok 26 -  Testing convert_date_time: 3801-01-06T04:21:41.794 694333.181733727
ok 27 -  Testing convert_date_time: 3883-09-02T04:56:35.792 724522.205969815
ok 28 -  Testing convert_date_time: 3966-04-28T05:25:14.885 754710.225866725
ok 29 -  Testing convert_date_time: 4048-12-21T05:26:05.724 784898.226455139
ok 30 -  Testing convert_date_time: 4131-08-18T05:46:44.068 815087.240787824
ok 31 -  Testing convert_date_time: 4214-04-13T05:48:01.141 845275.241679873
ok 32 -  Testing convert_date_time: 4296-12-07T05:53:52.315 875464.245744387
ok 33 -  Testing convert_date_time: 4379-08-03T06:14:48.580 905652.260284491
ok 34 -  Testing convert_date_time: 4462-03-28T06:46:15.738 935840.282126597
ok 35 -  Testing convert_date_time: 4544-11-22T07:31:20.407 966029.313430637
ok 36 -  Testing convert_date_time: 4627-07-19T07:58:33.754 996217.332335116
ok 37 -  Testing convert_date_time: 4710-03-15T08:07:43.130 1026406.33869363
ok 38 -  Testing convert_date_time: 4792-11-07T08:29:11.091 1056594.35360059
ok 39 -  Testing convert_date_time: 4875-07-04T09:08:15.328 1086783.38073296
ok 40 -  Testing convert_date_time: 4958-02-27T09:30:41.781 1116971.39631691
ok 41 -  Testing convert_date_time: 5040-10-23T09:34:04.462 1147159.39866275
ok 42 -  Testing convert_date_time: 5123-06-20T09:37:23.945 1177348.40097159
ok 43 -  Testing convert_date_time: 5206-02-12T09:37:56.655 1207536.40135017
ok 44 -  Testing convert_date_time: 5288-10-08T09:45:12.230 1237725.40639155
ok 45 -  Testing convert_date_time: 5371-06-04T09:54:14.782 1267913.41267109
ok 46 -  Testing convert_date_time: 5454-01-28T09:54:22.108 1298101.41275588
ok 47 -  Testing convert_date_time: 5536-09-24T10:01:36.151 1328290.41777953
ok 48 -  Testing convert_date_time: 5619-05-20T12:09:48.602 1358478.50681252
ok 49 -  Testing convert_date_time: 5702-01-14T12:34:08.549 1388667.52371006
ok 50 -  Testing convert_date_time: 5784-09-08T12:56:06.495 1418855.53896406
ok 51 -  Testing convert_date_time: 5867-05-06T12:58:58.217 1449044.54095159
ok 52 -  Testing convert_date_time: 5949-12-30T12:59:54.263 1479232.54160027
ok 53 -  Testing convert_date_time: 6032-08-24T13:34:41.331 1509420.56575615
ok 54 -  Testing convert_date_time: 6115-04-21T13:58:28.601 1539609.58227547
ok 55 -  Testing convert_date_time: 6197-12-14T14:02:16.899 1569797.58491781
ok 56 -  Testing convert_date_time: 6280-08-10T14:36:17.444 1599986.60853523
ok 57 -  Testing convert_date_time: 6363-04-06T14:37:57.451 1630174.60969272
ok 58 -  Testing convert_date_time: 6445-11-30T14:57:42.757 1660363.62341154
ok 59 -  Testing convert_date_time: 6528-07-26T15:10:48.307 1690551.63250355
ok 60 -  Testing convert_date_time: 6611-03-22T15:14:39.890 1720739.63518391
ok 61 -  Testing convert_date_time: 6693-11-15T15:19:47.988 1750928.63874986
ok 62 -  Testing convert_date_time: 6776-07-11T16:04:24.344 1781116.6697262
ok 63 -  Testing convert_date_time: 6859-03-07T16:22:23.952 1811305.68222167
ok 64 -  Testing convert_date_time: 6941-10-31T16:29:55.999 1841493.68745369
ok 65 -  Testing convert_date_time: 7024-06-26T16:58:20.259 1871681.70717892
ok 66 -  Testing convert_date_time: 7107-02-21T17:04:02.415 1901870.71113906
ok 67 -  Testing convert_date_time: 7189-10-16T17:18:29.630 1932058.72117627
ok 68 -  Testing convert_date_time: 7272-06-11T17:47:21.323 1962247.74121902
ok 69 -  Testing convert_date_time: 7355-02-05T17:53:29.866 1992435.74548456
ok 70 -  Testing convert_date_time: 7437-10-02T17:53:41.076 2022624.74561431
ok 71 -  Testing convert_date_time: 7520-05-28T17:55:06.044 2052812.74659773
ok 72 -  Testing convert_date_time: 7603-01-21T18:14:49.151 2083000.7602911
ok 73 -  Testing convert_date_time: 7685-09-16T18:17:45.738 2113189.76233493
ok 74 -  Testing convert_date_time: 7768-05-12T18:29:59.700 2143377.77082986
ok 75 -  Testing convert_date_time: 7851-01-07T18:33:21.233 2173566.77316242
ok 76 -  Testing convert_date_time: 7933-09-02T19:14:24.673 2203754.80167446
ok 77 -  Testing convert_date_time: 8016-04-27T19:17:12.816 2233942.80362056
ok 78 -  Testing convert_date_time: 8098-12-22T19:23:36.418 2264131.80806039
ok 79 -  Testing convert_date_time: 8181-08-17T19:46:25.908 2294319.82391097
ok 80 -  Testing convert_date_time: 8264-04-13T20:07:47.314 2324508.83874206
ok 81 -  Testing convert_date_time: 8346-12-08T20:31:37.603 2354696.85529633
ok 82 -  Testing convert_date_time: 8429-08-03T20:39:57.770 2384885.8610853
ok 83 -  Testing convert_date_time: 8512-03-29T20:50:17.067 2415073.86825309
ok 84 -  Testing convert_date_time: 8594-11-22T21:02:57.827 2445261.87705818
ok 85 -  Testing convert_date_time: 8677-07-19T21:23:05.519 2475450.8910361
ok 86 -  Testing convert_date_time: 8760-03-14T21:34:49.572 2505638.89918486
ok 87 -  Testing convert_date_time: 8842-11-08T21:39:05.944 2535827.90215213
ok 88 -  Testing convert_date_time: 8925-07-04T21:39:18.426 2566015.9022966
ok 89 -  Testing convert_date_time: 9008-02-28T21:46:07.769 2596203.90703436
ok 90 -  Testing convert_date_time: 9090-10-24T21:57:55.662 2626392.91522757
ok 91 -  Testing convert_date_time: 9173-06-19T22:19:11.732 2656580.9299969
ok 92 -  Testing convert_date_time: 9256-02-13T22:23:51.376 2686769.93323352
ok 93 -  Testing convert_date_time: 9338-10-09T22:27:58.771 2716957.93609689
ok 94 -  Testing convert_date_time: 9421-06-05T22:43:30.392 2747146.94687954
ok 95 -  Testing convert_date_time: 9504-01-30T22:48:25.834 2777334.950299
ok 96 -  Testing convert_date_time: 9586-09-24T22:53:51.727 2807522.95407091
ok 97 -  Testing convert_date_time: 9669-05-20T23:12:56.536 2837711.96732102
ok 98 -  Testing convert_date_time: 9752-01-14T23:15:54.109 2867899.96937626
ok 99 -  Testing convert_date_time: 9834-09-10T23:17:12.632 2898088.97028509
ok 100 -  Testing convert_date_time: 9999-12-31T23:59:59.000 2958465.99998843
ok
t/12_date_only.t .............. 
1..420
ok 1 -  Testing convert_date_time: 1899-12-31T 0
ok 2 -  Testing convert_date_time: 1900-01-00T 0
ok 3 -  Testing convert_date_time: 1900-01-01T 1
ok 4 -  Testing convert_date_time: 1900-02-27T 58
ok 5 -  Testing convert_date_time: 1900-02-28T 59
ok 6 -  Testing convert_date_time: 1900-02-29T 60
ok 7 -  Testing convert_date_time: 1900-03-01T 61
ok 8 -  Testing convert_date_time: 1900-03-02T 62
ok 9 -  Testing convert_date_time: 1900-03-11T 71
ok 10 -  Testing convert_date_time: 1900-04-08T 99
ok 11 -  Testing convert_date_time: 1900-09-12T 256
ok 12 -  Testing convert_date_time: 1901-05-03T 489
ok 13 -  Testing convert_date_time: 1901-10-13T 652
ok 14 -  Testing convert_date_time: 1902-02-15T 777
ok 15 -  Testing convert_date_time: 1902-06-06T 888
ok 16 -  Testing convert_date_time: 1902-09-25T 999
ok 17 -  Testing convert_date_time: 1902-09-27T 1001
ok 18 -  Testing convert_date_time: 1903-04-26T 1212
ok 19 -  Testing convert_date_time: 1903-08-05T 1313
ok 20 -  Testing convert_date_time: 1903-12-31T 1461
ok 21 -  Testing convert_date_time: 1904-01-01T 1462
ok 22 -  Testing convert_date_time: 1904-02-28T 1520
ok 23 -  Testing convert_date_time: 1904-02-29T 1521
ok 24 -  Testing convert_date_time: 1904-03-01T 1522
ok 25 -  Testing convert_date_time: 1907-02-27T 2615
ok 26 -  Testing convert_date_time: 1907-02-28T 2616
ok 27 -  Testing convert_date_time: 1907-03-01T 2617
ok 28 -  Testing convert_date_time: 1907-03-02T 2618
ok 29 -  Testing convert_date_time: 1907-03-03T 2619
ok 30 -  Testing convert_date_time: 1907-03-04T 2620
ok 31 -  Testing convert_date_time: 1907-03-05T 2621
ok 32 -  Testing convert_date_time: 1907-03-06T 2622
ok 33 -  Testing convert_date_time: 1999-01-01T 36161
ok 34 -  Testing convert_date_time: 1999-01-31T 36191
ok 35 -  Testing convert_date_time: 1999-02-01T 36192
ok 36 -  Testing convert_date_time: 1999-02-28T 36219
ok 37 -  Testing convert_date_time: 1999-03-01T 36220
ok 38 -  Testing convert_date_time: 1999-03-31T 36250
ok 39 -  Testing convert_date_time: 1999-04-01T 36251
ok 40 -  Testing convert_date_time: 1999-04-30T 36280
ok 41 -  Testing convert_date_time: 1999-05-01T 36281
ok 42 -  Testing convert_date_time: 1999-05-31T 36311
ok 43 -  Testing convert_date_time: 1999-06-01T 36312
ok 44 -  Testing convert_date_time: 1999-06-30T 36341
ok 45 -  Testing convert_date_time: 1999-07-01T 36342
ok 46 -  Testing convert_date_time: 1999-07-31T 36372
ok 47 -  Testing convert_date_time: 1999-08-01T 36373
ok 48 -  Testing convert_date_time: 1999-08-31T 36403
ok 49 -  Testing convert_date_time: 1999-09-01T 36404
ok 50 -  Testing convert_date_time: 1999-09-30T 36433
ok 51 -  Testing convert_date_time: 1999-10-01T 36434
ok 52 -  Testing convert_date_time: 1999-10-31T 36464
ok 53 -  Testing convert_date_time: 1999-11-01T 36465
ok 54 -  Testing convert_date_time: 1999-11-30T 36494
ok 55 -  Testing convert_date_time: 1999-12-01T 36495
ok 56 -  Testing convert_date_time: 1999-12-31T 36525
ok 57 -  Testing convert_date_time: 2000-01-01T 36526
ok 58 -  Testing convert_date_time: 2000-01-31T 36556
ok 59 -  Testing convert_date_time: 2000-02-01T 36557
ok 60 -  Testing convert_date_time: 2000-02-29T 36585
ok 61 -  Testing convert_date_time: 2000-03-01T 36586
ok 62 -  Testing convert_date_time: 2000-03-31T 36616
ok 63 -  Testing convert_date_time: 2000-04-01T 36617
ok 64 -  Testing convert_date_time: 2000-04-30T 36646
ok 65 -  Testing convert_date_time: 2000-05-01T 36647
ok 66 -  Testing convert_date_time: 2000-05-31T 36677
ok 67 -  Testing convert_date_time: 2000-06-01T 36678
ok 68 -  Testing convert_date_time: 2000-06-30T 36707
ok 69 -  Testing convert_date_time: 2000-07-01T 36708
ok 70 -  Testing convert_date_time: 2000-07-31T 36738
ok 71 -  Testing convert_date_time: 2000-08-01T 36739
ok 72 -  Testing convert_date_time: 2000-08-31T 36769
ok 73 -  Testing convert_date_time: 2000-09-01T 36770
ok 74 -  Testing convert_date_time: 2000-09-30T 36799
ok 75 -  Testing convert_date_time: 2000-10-01T 36800
ok 76 -  Testing convert_date_time: 2000-10-31T 36830
ok 77 -  Testing convert_date_time: 2000-11-01T 36831
ok 78 -  Testing convert_date_time: 2000-11-30T 36860
ok 79 -  Testing convert_date_time: 2000-12-01T 36861
ok 80 -  Testing convert_date_time: 2000-12-31T 36891
ok 81 -  Testing convert_date_time: 2001-01-01T 36892
ok 82 -  Testing convert_date_time: 2001-01-31T 36922
ok 83 -  Testing convert_date_time: 2001-02-01T 36923
ok 84 -  Testing convert_date_time: 2001-02-28T 36950
ok 85 -  Testing convert_date_time: 2001-03-01T 36951
ok 86 -  Testing convert_date_time: 2001-03-31T 36981
ok 87 -  Testing convert_date_time: 2001-04-01T 36982
ok 88 -  Testing convert_date_time: 2001-04-30T 37011
ok 89 -  Testing convert_date_time: 2001-05-01T 37012
ok 90 -  Testing convert_date_time: 2001-05-31T 37042
ok 91 -  Testing convert_date_time: 2001-06-01T 37043
ok 92 -  Testing convert_date_time: 2001-06-30T 37072
ok 93 -  Testing convert_date_time: 2001-07-01T 37073
ok 94 -  Testing convert_date_time: 2001-07-31T 37103
ok 95 -  Testing convert_date_time: 2001-08-01T 37104
ok 96 -  Testing convert_date_time: 2001-08-31T 37134
ok 97 -  Testing convert_date_time: 2001-09-01T 37135
ok 98 -  Testing convert_date_time: 2001-09-30T 37164
ok 99 -  Testing convert_date_time: 2001-10-01T 37165
ok 100 -  Testing convert_date_time: 2001-10-31T 37195
ok 101 -  Testing convert_date_time: 2001-11-01T 37196
ok 102 -  Testing convert_date_time: 2001-11-30T 37225
ok 103 -  Testing convert_date_time: 2001-12-01T 37226
ok 104 -  Testing convert_date_time: 2001-12-31T 37256
ok 105 -  Testing convert_date_time: 2400-01-01T 182623
ok 106 -  Testing convert_date_time: 2400-01-31T 182653
ok 107 -  Testing convert_date_time: 2400-02-01T 182654
ok 108 -  Testing convert_date_time: 2400-02-29T 182682
ok 109 -  Testing convert_date_time: 2400-03-01T 182683
ok 110 -  Testing convert_date_time: 2400-03-31T 182713
ok 111 -  Testing convert_date_time: 2400-04-01T 182714
ok 112 -  Testing convert_date_time: 2400-04-30T 182743
ok 113 -  Testing convert_date_time: 2400-05-01T 182744
ok 114 -  Testing convert_date_time: 2400-05-31T 182774
ok 115 -  Testing convert_date_time: 2400-06-01T 182775
ok 116 -  Testing convert_date_time: 2400-06-30T 182804
ok 117 -  Testing convert_date_time: 2400-07-01T 182805
ok 118 -  Testing convert_date_time: 2400-07-31T 182835
ok 119 -  Testing convert_date_time: 2400-08-01T 182836
ok 120 -  Testing convert_date_time: 2400-08-31T 182866
ok 121 -  Testing convert_date_time: 2400-09-01T 182867
ok 122 -  Testing convert_date_time: 2400-09-30T 182896
ok 123 -  Testing convert_date_time: 2400-10-01T 182897
ok 124 -  Testing convert_date_time: 2400-10-31T 182927
ok 125 -  Testing convert_date_time: 2400-11-01T 182928
ok 126 -  Testing convert_date_time: 2400-11-30T 182957
ok 127 -  Testing convert_date_time: 2400-12-01T 182958
ok 128 -  Testing convert_date_time: 2400-12-31T 182988
ok 129 -  Testing convert_date_time: 4000-01-01T 767011
ok 130 -  Testing convert_date_time: 4000-01-31T 767041
ok 131 -  Testing convert_date_time: 4000-02-01T 767042
ok 132 -  Testing convert_date_time: 4000-02-29T 767070
ok 133 -  Testing convert_date_time: 4000-03-01T 767071
ok 134 -  Testing convert_date_time: 4000-03-31T 767101
ok 135 -  Testing convert_date_time: 4000-04-01T 767102
ok 136 -  Testing convert_date_time: 4000-04-30T 767131
ok 137 -  Testing convert_date_time: 4000-05-01T 767132
ok 138 -  Testing convert_date_time: 4000-05-31T 767162
ok 139 -  Testing convert_date_time: 4000-06-01T 767163
ok 140 -  Testing convert_date_time: 4000-06-30T 767192
ok 141 -  Testing convert_date_time: 4000-07-01T 767193
ok 142 -  Testing convert_date_time: 4000-07-31T 767223
ok 143 -  Testing convert_date_time: 4000-08-01T 767224
ok 144 -  Testing convert_date_time: 4000-08-31T 767254
ok 145 -  Testing convert_date_time: 4000-09-01T 767255
ok 146 -  Testing convert_date_time: 4000-09-30T 767284
ok 147 -  Testing convert_date_time: 4000-10-01T 767285
ok 148 -  Testing convert_date_time: 4000-10-31T 767315
ok 149 -  Testing convert_date_time: 4000-11-01T 767316
ok 150 -  Testing convert_date_time: 4000-11-30T 767345
ok 151 -  Testing convert_date_time: 4000-12-01T 767346
ok 152 -  Testing convert_date_time: 4000-12-31T 767376
ok 153 -  Testing convert_date_time: 4321-01-01T 884254
ok 154 -  Testing convert_date_time: 4321-01-31T 884284
ok 155 -  Testing convert_date_time: 4321-02-01T 884285
ok 156 -  Testing convert_date_time: 4321-02-28T 884312
ok 157 -  Testing convert_date_time: 4321-03-01T 884313
ok 158 -  Testing convert_date_time: 4321-03-31T 884343
ok 159 -  Testing convert_date_time: 4321-04-01T 884344
ok 160 -  Testing convert_date_time: 4321-04-30T 884373
ok 161 -  Testing convert_date_time: 4321-05-01T 884374
ok 162 -  Testing convert_date_time: 4321-05-31T 884404
ok 163 -  Testing convert_date_time: 4321-06-01T 884405
ok 164 -  Testing convert_date_time: 4321-06-30T 884434
ok 165 -  Testing convert_date_time: 4321-07-01T 884435
ok 166 -  Testing convert_date_time: 4321-07-31T 884465
ok 167 -  Testing convert_date_time: 4321-08-01T 884466
ok 168 -  Testing convert_date_time: 4321-08-31T 884496
ok 169 -  Testing convert_date_time: 4321-09-01T 884497
ok 170 -  Testing convert_date_time: 4321-09-30T 884526
ok 171 -  Testing convert_date_time: 4321-10-01T 884527
ok 172 -  Testing convert_date_time: 4321-10-31T 884557
ok 173 -  Testing convert_date_time: 4321-11-01T 884558
ok 174 -  Testing convert_date_time: 4321-11-30T 884587
ok 175 -  Testing convert_date_time: 4321-12-01T 884588
ok 176 -  Testing convert_date_time: 4321-12-31T 884618
ok 177 -  Testing convert_date_time: 9999-01-01T 2958101
ok 178 -  Testing convert_date_time: 9999-01-31T 2958131
ok 179 -  Testing convert_date_time: 9999-02-01T 2958132
ok 180 -  Testing convert_date_time: 9999-02-28T 2958159
ok 181 -  Testing convert_date_time: 9999-03-01T 2958160
ok 182 -  Testing convert_date_time: 9999-03-31T 2958190
ok 183 -  Testing convert_date_time: 9999-04-01T 2958191
ok 184 -  Testing convert_date_time: 9999-04-30T 2958220
ok 185 -  Testing convert_date_time: 9999-05-01T 2958221
ok 186 -  Testing convert_date_time: 9999-05-31T 2958251
ok 187 -  Testing convert_date_time: 9999-06-01T 2958252
ok 188 -  Testing convert_date_time: 9999-06-30T 2958281
ok 189 -  Testing convert_date_time: 9999-07-01T 2958282
ok 190 -  Testing convert_date_time: 9999-07-31T 2958312
ok 191 -  Testing convert_date_time: 9999-08-01T 2958313
ok 192 -  Testing convert_date_time: 9999-08-31T 2958343
ok 193 -  Testing convert_date_time: 9999-09-01T 2958344
ok 194 -  Testing convert_date_time: 9999-09-30T 2958373
ok 195 -  Testing convert_date_time: 9999-10-01T 2958374
ok 196 -  Testing convert_date_time: 9999-10-31T 2958404
ok 197 -  Testing convert_date_time: 9999-11-01T 2958405
ok 198 -  Testing convert_date_time: 9999-11-30T 2958434
ok 199 -  Testing convert_date_time: 9999-12-01T 2958435
ok 200 -  Testing convert_date_time: 9999-12-31T 2958465
ok 201 -  Testing convert_date_time: 1904-01-01T 0
ok 202 -  Testing convert_date_time: 1904-01-31T 30
ok 203 -  Testing convert_date_time: 1904-02-01T 31
ok 204 -  Testing convert_date_time: 1904-02-29T 59
ok 205 -  Testing convert_date_time: 1904-03-01T 60
ok 206 -  Testing convert_date_time: 1904-03-31T 90
ok 207 -  Testing convert_date_time: 1904-04-01T 91
ok 208 -  Testing convert_date_time: 1904-04-30T 120
ok 209 -  Testing convert_date_time: 1904-05-01T 121
ok 210 -  Testing convert_date_time: 1904-05-31T 151
ok 211 -  Testing convert_date_time: 1904-06-01T 152
ok 212 -  Testing convert_date_time: 1904-06-30T 181
ok 213 -  Testing convert_date_time: 1904-07-01T 182
ok 214 -  Testing convert_date_time: 1904-07-31T 212
ok 215 -  Testing convert_date_time: 1904-08-01T 213
ok 216 -  Testing convert_date_time: 1904-08-31T 243
ok 217 -  Testing convert_date_time: 1904-09-01T 244
ok 218 -  Testing convert_date_time: 1904-09-30T 273
ok 219 -  Testing convert_date_time: 1904-10-01T 274
ok 220 -  Testing convert_date_time: 1904-10-31T 304
ok 221 -  Testing convert_date_time: 1904-11-01T 305
ok 222 -  Testing convert_date_time: 1904-11-30T 334
ok 223 -  Testing convert_date_time: 1904-12-01T 335
ok 224 -  Testing convert_date_time: 1904-12-31T 365
ok 225 -  Testing convert_date_time: 1907-02-27T 1153
ok 226 -  Testing convert_date_time: 1907-02-28T 1154
ok 227 -  Testing convert_date_time: 1907-03-01T 1155
ok 228 -  Testing convert_date_time: 1907-03-02T 1156
ok 229 -  Testing convert_date_time: 1907-03-03T 1157
ok 230 -  Testing convert_date_time: 1907-03-04T 1158
ok 231 -  Testing convert_date_time: 1907-03-05T 1159
ok 232 -  Testing convert_date_time: 1907-03-06T 1160
ok 233 -  Testing convert_date_time: 1999-01-01T 34699
ok 234 -  Testing convert_date_time: 1999-01-31T 34729
ok 235 -  Testing convert_date_time: 1999-02-01T 34730
ok 236 -  Testing convert_date_time: 1999-02-28T 34757
ok 237 -  Testing convert_date_time: 1999-03-01T 34758
ok 238 -  Testing convert_date_time: 1999-03-31T 34788
ok 239 -  Testing convert_date_time: 1999-04-01T 34789
ok 240 -  Testing convert_date_time: 1999-04-30T 34818
ok 241 -  Testing convert_date_time: 1999-05-01T 34819
ok 242 -  Testing convert_date_time: 1999-05-31T 34849
ok 243 -  Testing convert_date_time: 1999-06-01T 34850
ok 244 -  Testing convert_date_time: 1999-06-30T 34879
ok 245 -  Testing convert_date_time: 1999-07-01T 34880
ok 246 -  Testing convert_date_time: 1999-07-31T 34910
ok 247 -  Testing convert_date_time: 1999-08-01T 34911
ok 248 -  Testing convert_date_time: 1999-08-31T 34941
ok 249 -  Testing convert_date_time: 1999-09-01T 34942
ok 250 -  Testing convert_date_time: 1999-09-30T 34971
ok 251 -  Testing convert_date_time: 1999-10-01T 34972
ok 252 -  Testing convert_date_time: 1999-10-31T 35002
ok 253 -  Testing convert_date_time: 1999-11-01T 35003
ok 254 -  Testing convert_date_time: 1999-11-30T 35032
ok 255 -  Testing convert_date_time: 1999-12-01T 35033
ok 256 -  Testing convert_date_time: 1999-12-31T 35063
ok 257 -  Testing convert_date_time: 2000-01-01T 35064
ok 258 -  Testing convert_date_time: 2000-01-31T 35094
ok 259 -  Testing convert_date_time: 2000-02-01T 35095
ok 260 -  Testing convert_date_time: 2000-02-29T 35123
ok 261 -  Testing convert_date_time: 2000-03-01T 35124
ok 262 -  Testing convert_date_time: 2000-03-31T 35154
ok 263 -  Testing convert_date_time: 2000-04-01T 35155
ok 264 -  Testing convert_date_time: 2000-04-30T 35184
ok 265 -  Testing convert_date_time: 2000-05-01T 35185
ok 266 -  Testing convert_date_time: 2000-05-31T 35215
ok 267 -  Testing convert_date_time: 2000-06-01T 35216
ok 268 -  Testing convert_date_time: 2000-06-30T 35245
ok 269 -  Testing convert_date_time: 2000-07-01T 35246
ok 270 -  Testing convert_date_time: 2000-07-31T 35276
ok 271 -  Testing convert_date_time: 2000-08-01T 35277
ok 272 -  Testing convert_date_time: 2000-08-31T 35307
ok 273 -  Testing convert_date_time: 2000-09-01T 35308
ok 274 -  Testing convert_date_time: 2000-09-30T 35337
ok 275 -  Testing convert_date_time: 2000-10-01T 35338
ok 276 -  Testing convert_date_time: 2000-10-31T 35368
ok 277 -  Testing convert_date_time: 2000-11-01T 35369
ok 278 -  Testing convert_date_time: 2000-11-30T 35398
ok 279 -  Testing convert_date_time: 2000-12-01T 35399
ok 280 -  Testing convert_date_time: 2000-12-31T 35429
ok 281 -  Testing convert_date_time: 2001-01-01T 35430
ok 282 -  Testing convert_date_time: 2001-01-31T 35460
ok 283 -  Testing convert_date_time: 2001-02-01T 35461
ok 284 -  Testing convert_date_time: 2001-02-28T 35488
ok 285 -  Testing convert_date_time: 2001-03-01T 35489
ok 286 -  Testing convert_date_time: 2001-03-31T 35519
ok 287 -  Testing convert_date_time: 2001-04-01T 35520
ok 288 -  Testing convert_date_time: 2001-04-30T 35549
ok 289 -  Testing convert_date_time: 2001-05-01T 35550
ok 290 -  Testing convert_date_time: 2001-05-31T 35580
ok 291 -  Testing convert_date_time: 2001-06-01T 35581
ok 292 -  Testing convert_date_time: 2001-06-30T 35610
ok 293 -  Testing convert_date_time: 2001-07-01T 35611
ok 294 -  Testing convert_date_time: 2001-07-31T 35641
ok 295 -  Testing convert_date_time: 2001-08-01T 35642
ok 296 -  Testing convert_date_time: 2001-08-31T 35672
ok 297 -  Testing convert_date_time: 2001-09-01T 35673
ok 298 -  Testing convert_date_time: 2001-09-30T 35702
ok 299 -  Testing convert_date_time: 2001-10-01T 35703
ok 300 -  Testing convert_date_time: 2001-10-31T 35733
ok 301 -  Testing convert_date_time: 2001-11-01T 35734
ok 302 -  Testing convert_date_time: 2001-11-30T 35763
ok 303 -  Testing convert_date_time: 2001-12-01T 35764
ok 304 -  Testing convert_date_time: 2001-12-31T 35794
ok 305 -  Testing convert_date_time: 2400-01-01T 181161
ok 306 -  Testing convert_date_time: 2400-01-31T 181191
ok 307 -  Testing convert_date_time: 2400-02-01T 181192
ok 308 -  Testing convert_date_time: 2400-02-29T 181220
ok 309 -  Testing convert_date_time: 2400-03-01T 181221
ok 310 -  Testing convert_date_time: 2400-03-31T 181251
ok 311 -  Testing convert_date_time: 2400-04-01T 181252
ok 312 -  Testing convert_date_time: 2400-04-30T 181281
ok 313 -  Testing convert_date_time: 2400-05-01T 181282
ok 314 -  Testing convert_date_time: 2400-05-31T 181312
ok 315 -  Testing convert_date_time: 2400-06-01T 181313
ok 316 -  Testing convert_date_time: 2400-06-30T 181342
ok 317 -  Testing convert_date_time: 2400-07-01T 181343
ok 318 -  Testing convert_date_time: 2400-07-31T 181373
ok 319 -  Testing convert_date_time: 2400-08-01T 181374
ok 320 -  Testing convert_date_time: 2400-08-31T 181404
ok 321 -  Testing convert_date_time: 2400-09-01T 181405
ok 322 -  Testing convert_date_time: 2400-09-30T 181434
ok 323 -  Testing convert_date_time: 2400-10-01T 181435
ok 324 -  Testing convert_date_time: 2400-10-31T 181465
ok 325 -  Testing convert_date_time: 2400-11-01T 181466
ok 326 -  Testing convert_date_time: 2400-11-30T 181495
ok 327 -  Testing convert_date_time: 2400-12-01T 181496
ok 328 -  Testing convert_date_time: 2400-12-31T 181526
ok 329 -  Testing convert_date_time: 4000-01-01T 765549
ok 330 -  Testing convert_date_time: 4000-01-31T 765579
ok 331 -  Testing convert_date_time: 4000-02-01T 765580
ok 332 -  Testing convert_date_time: 4000-02-29T 765608
ok 333 -  Testing convert_date_time: 4000-03-01T 765609
ok 334 -  Testing convert_date_time: 4000-03-31T 765639
ok 335 -  Testing convert_date_time: 4000-04-01T 765640
ok 336 -  Testing convert_date_time: 4000-04-30T 765669
ok 337 -  Testing convert_date_time: 4000-05-01T 765670
ok 338 -  Testing convert_date_time: 4000-05-31T 765700
ok 339 -  Testing convert_date_time: 4000-06-01T 765701
ok 340 -  Testing convert_date_time: 4000-06-30T 765730
ok 341 -  Testing convert_date_time: 4000-07-01T 765731
ok 342 -  Testing convert_date_time: 4000-07-31T 765761
ok 343 -  Testing convert_date_time: 4000-08-01T 765762
ok 344 -  Testing convert_date_time: 4000-08-31T 765792
ok 345 -  Testing convert_date_time: 4000-09-01T 765793
ok 346 -  Testing convert_date_time: 4000-09-30T 765822
ok 347 -  Testing convert_date_time: 4000-10-01T 765823
ok 348 -  Testing convert_date_time: 4000-10-31T 765853
ok 349 -  Testing convert_date_time: 4000-11-01T 765854
ok 350 -  Testing convert_date_time: 4000-11-30T 765883
ok 351 -  Testing convert_date_time: 4000-12-01T 765884
ok 352 -  Testing convert_date_time: 4000-12-31T 765914
ok 353 -  Testing convert_date_time: 4321-01-01T 882792
ok 354 -  Testing convert_date_time: 4321-01-31T 882822
ok 355 -  Testing convert_date_time: 4321-02-01T 882823
ok 356 -  Testing convert_date_time: 4321-02-28T 882850
ok 357 -  Testing convert_date_time: 4321-03-01T 882851
ok 358 -  Testing convert_date_time: 4321-03-31T 882881
ok 359 -  Testing convert_date_time: 4321-04-01T 882882
ok 360 -  Testing convert_date_time: 4321-04-30T 882911
ok 361 -  Testing convert_date_time: 4321-05-01T 882912
ok 362 -  Testing convert_date_time: 4321-05-31T 882942
ok 363 -  Testing convert_date_time: 4321-06-01T 882943
ok 364 -  Testing convert_date_time: 4321-06-30T 882972
ok 365 -  Testing convert_date_time: 4321-07-01T 882973
ok 366 -  Testing convert_date_time: 4321-07-31T 883003
ok 367 -  Testing convert_date_time: 4321-08-01T 883004
ok 368 -  Testing convert_date_time: 4321-08-31T 883034
ok 369 -  Testing convert_date_time: 4321-09-01T 883035
ok 370 -  Testing convert_date_time: 4321-09-30T 883064
ok 371 -  Testing convert_date_time: 4321-10-01T 883065
ok 372 -  Testing convert_date_time: 4321-10-31T 883095
ok 373 -  Testing convert_date_time: 4321-11-01T 883096
ok 374 -  Testing convert_date_time: 4321-11-30T 883125
ok 375 -  Testing convert_date_time: 4321-12-01T 883126
ok 376 -  Testing convert_date_time: 4321-12-31T 883156
ok 377 -  Testing convert_date_time: 9999-01-01T 2956639
ok 378 -  Testing convert_date_time: 9999-01-31T 2956669
ok 379 -  Testing convert_date_time: 9999-02-01T 2956670
ok 380 -  Testing convert_date_time: 9999-02-28T 2956697
ok 381 -  Testing convert_date_time: 9999-03-01T 2956698
ok 382 -  Testing convert_date_time: 9999-03-31T 2956728
ok 383 -  Testing convert_date_time: 9999-04-01T 2956729
ok 384 -  Testing convert_date_time: 9999-04-30T 2956758
ok 385 -  Testing convert_date_time: 9999-05-01T 2956759
ok 386 -  Testing convert_date_time: 9999-05-31T 2956789
ok 387 -  Testing convert_date_time: 9999-06-01T 2956790
ok 388 -  Testing convert_date_time: 9999-06-30T 2956819
ok 389 -  Testing convert_date_time: 9999-07-01T 2956820
ok 390 -  Testing convert_date_time: 9999-07-31T 2956850
ok 391 -  Testing convert_date_time: 9999-08-01T 2956851
ok 392 -  Testing convert_date_time: 9999-08-31T 2956881
ok 393 -  Testing convert_date_time: 9999-09-01T 2956882
ok 394 -  Testing convert_date_time: 9999-09-30T 2956911
ok 395 -  Testing convert_date_time: 9999-10-01T 2956912
ok 396 -  Testing convert_date_time: 9999-10-31T 2956942
ok 397 -  Testing convert_date_time: 9999-11-01T 2956943
ok 398 -  Testing convert_date_time: 9999-11-30T 2956972
ok 399 -  Testing convert_date_time: 9999-12-01T 2956973
ok 400 -  Testing convert_date_time: 9999-12-31T 2957003
ok 401 -  Testing convert_date_time: 0000-12-30T -1
ok 402 -  Testing convert_date_time: 1000-12-30T -1
ok 403 -  Testing convert_date_time: 1899-12-30T -1
ok 404 -  Testing convert_date_time: 2002-02-29T -1
ok 405 -  Testing convert_date_time: 2000-00-00T -1
ok 406 -  Testing convert_date_time: 2000-01-00T -1
ok 407 -  Testing convert_date_time: 2000-00-01T -1
ok 408 -  Testing convert_date_time: 2000-13-01T -1
ok 409 -  Testing convert_date_time: 2000-12-32T -1
ok 410 -  Testing convert_date_time: 10000-01-01T -1
ok 411 -  Testing convert_date_time: 1899-12-31T -1
ok 412 -  Testing convert_date_time: 1900-01-01T -1
ok 413 -  Testing convert_date_time: 1903-12-31T -1
ok 414 -  Testing convert_date_time: 2001-02-29T -1
ok 415 -  Testing convert_date_time: 2000-00-00T -1
ok 416 -  Testing convert_date_time: 2000-01-00T -1
ok 417 -  Testing convert_date_time: 2000-00-01T -1
ok 418 -  Testing convert_date_time: 2000-13-01T -1
ok 419 -  Testing convert_date_time: 2000-12-32T -1
ok 420 -  Testing convert_date_time: 10000-01-01T -1
ok
t/13_date_seconds.t ........... 
1..104
ok 1 -  Testing flt_cmp() for 1899-12-31T00:00:00.0004 0
ok 2 -  Testing flt_cmp() for 1899-12-31T00:00:00.0005 0
ok 3 -  Testing incorrect time: 1899-12-31T24:00:00.000	incorrect hour caught.
ok 4 -  Testing incorrect time: 1899-12-31T00:60:00.000	incorrect mins caught.
ok 5 -  Testing incorrect time: 1899-12-31T00:00:60.000	incorrect secs caught.
ok 6 -  Testing incorrect time: 1899-12-31T00:00:59.9999999999999999999	incorrect secs caught.
ok 7 -  Testing convert_date_time: 1899-12-31T00:00:00.000  0
ok 8 -  Testing convert_date_time: 1899-12-31T00:15:20.213  0.0106506134259259
ok 9 -  Testing convert_date_time: 1899-12-31T00:16:48.290  0.0116700231481481
ok 10 -  Testing convert_date_time: 1899-12-31T00:55:25.446  0.0384889583333333
ok 11 -  Testing convert_date_time: 1899-12-31T01:02:46.891  0.043598275462963
ok 12 -  Testing convert_date_time: 1899-12-31T01:04:15.597  0.0446249652777778
ok 13 -  Testing convert_date_time: 1899-12-31T01:09:40.889  0.0483899189814815
ok 14 -  Testing convert_date_time: 1899-12-31T01:11:32.560  0.0496824074074074
ok 15 -  Testing convert_date_time: 1899-12-31T01:30:19.169  0.0627218634259259
ok 16 -  Testing convert_date_time: 1899-12-31T01:48:25.580  0.0752960648148148
ok 17 -  Testing convert_date_time: 1899-12-31T02:03:31.919  0.085786099537037
ok 18 -  Testing convert_date_time: 1899-12-31T02:11:11.986  0.0911109490740741
ok 19 -  Testing convert_date_time: 1899-12-31T02:24:37.095  0.100429340277778
ok 20 -  Testing convert_date_time: 1899-12-31T02:35:07.220  0.107722453703704
ok 21 -  Testing convert_date_time: 1899-12-31T02:45:12.109  0.114723483796296
ok 22 -  Testing convert_date_time: 1899-12-31T03:06:39.990  0.129629513888889
ok 23 -  Testing convert_date_time: 1899-12-31T03:08:08.251  0.130651053240741
ok 24 -  Testing convert_date_time: 1899-12-31T03:19:12.576  0.13834
ok 25 -  Testing convert_date_time: 1899-12-31T03:29:42.574  0.145631643518519
ok 26 -  Testing convert_date_time: 1899-12-31T03:37:30.813  0.151051076388889
ok 27 -  Testing convert_date_time: 1899-12-31T04:14:38.231  0.176831377314815
ok 28 -  Testing convert_date_time: 1899-12-31T04:16:28.559  0.178108321759259
ok 29 -  Testing convert_date_time: 1899-12-31T04:17:58.222  0.179146087962963
ok 30 -  Testing convert_date_time: 1899-12-31T04:21:41.794  0.181733726851852
ok 31 -  Testing convert_date_time: 1899-12-31T04:56:35.792  0.205969814814815
ok 32 -  Testing convert_date_time: 1899-12-31T05:25:14.885  0.225866724537037
ok 33 -  Testing convert_date_time: 1899-12-31T05:26:05.724  0.226455138888889
ok 34 -  Testing convert_date_time: 1899-12-31T05:46:44.068  0.240787824074074
ok 35 -  Testing convert_date_time: 1899-12-31T05:48:01.141  0.241679872685185
ok 36 -  Testing convert_date_time: 1899-12-31T05:53:52.315  0.245744386574074
ok 37 -  Testing convert_date_time: 1899-12-31T06:14:48.580  0.260284490740741
ok 38 -  Testing convert_date_time: 1899-12-31T06:46:15.738  0.282126597222222
ok 39 -  Testing convert_date_time: 1899-12-31T07:31:20.407  0.313430636574074
ok 40 -  Testing convert_date_time: 1899-12-31T07:58:33.754  0.332335115740741
ok 41 -  Testing convert_date_time: 1899-12-31T08:07:43.130  0.338693634259259
ok 42 -  Testing convert_date_time: 1899-12-31T08:29:11.091  0.353600590277778
ok 43 -  Testing convert_date_time: 1899-12-31T09:08:15.328  0.380732962962963
ok 44 -  Testing convert_date_time: 1899-12-31T09:30:41.781  0.396316909722222
ok 45 -  Testing convert_date_time: 1899-12-31T09:34:04.462  0.39866275462963
ok 46 -  Testing convert_date_time: 1899-12-31T09:37:23.945  0.400971585648148
ok 47 -  Testing convert_date_time: 1899-12-31T09:37:56.655  0.401350173611111
ok 48 -  Testing convert_date_time: 1899-12-31T09:45:12.230  0.406391550925926
ok 49 -  Testing convert_date_time: 1899-12-31T09:54:14.782  0.412671087962963
ok 50 -  Testing convert_date_time: 1899-12-31T09:54:22.108  0.41275587962963
ok 51 -  Testing convert_date_time: 1899-12-31T10:01:36.151  0.417779525462963
ok 52 -  Testing convert_date_time: 1899-12-31T12:09:48.602  0.506812523148148
ok 53 -  Testing convert_date_time: 1899-12-31T12:34:08.549  0.52371005787037
ok 54 -  Testing convert_date_time: 1899-12-31T12:56:06.495  0.5389640625
ok 55 -  Testing convert_date_time: 1899-12-31T12:58:58.217  0.540951585648148
ok 56 -  Testing convert_date_time: 1899-12-31T12:59:54.263  0.541600266203704
ok 57 -  Testing convert_date_time: 1899-12-31T13:34:41.331  0.565756145833333
ok 58 -  Testing convert_date_time: 1899-12-31T13:58:28.601  0.582275474537037
ok 59 -  Testing convert_date_time: 1899-12-31T14:02:16.899  0.5849178125
ok 60 -  Testing convert_date_time: 1899-12-31T14:36:17.444  0.608535231481481
ok 61 -  Testing convert_date_time: 1899-12-31T14:37:57.451  0.609692719907407
ok 62 -  Testing convert_date_time: 1899-12-31T14:57:42.757  0.623411539351852
ok 63 -  Testing convert_date_time: 1899-12-31T15:10:48.307  0.632503553240741
ok 64 -  Testing convert_date_time: 1899-12-31T15:14:39.890  0.635183912037037
ok 65 -  Testing convert_date_time: 1899-12-31T15:19:47.988  0.638749861111111
ok 66 -  Testing convert_date_time: 1899-12-31T16:04:24.344  0.669726203703704
ok 67 -  Testing convert_date_time: 1899-12-31T16:22:23.952  0.682221666666667
ok 68 -  Testing convert_date_time: 1899-12-31T16:29:55.999  0.68745369212963
ok 69 -  Testing convert_date_time: 1899-12-31T16:58:20.259  0.707178923611111
ok 70 -  Testing convert_date_time: 1899-12-31T17:04:02.415  0.7111390625
ok 71 -  Testing convert_date_time: 1899-12-31T17:18:29.630  0.721176273148148
ok 72 -  Testing convert_date_time: 1899-12-31T17:47:21.323  0.741219016203704
ok 73 -  Testing convert_date_time: 1899-12-31T17:53:29.866  0.745484560185185
ok 74 -  Testing convert_date_time: 1899-12-31T17:53:41.076  0.745614305555556
ok 75 -  Testing convert_date_time: 1899-12-31T17:55:06.044  0.746597731481481
ok 76 -  Testing convert_date_time: 1899-12-31T18:14:49.151  0.760291099537037
ok 77 -  Testing convert_date_time: 1899-12-31T18:17:45.738  0.762334930555555
ok 78 -  Testing convert_date_time: 1899-12-31T18:29:59.700  0.770829861111111
ok 79 -  Testing convert_date_time: 1899-12-31T18:33:21.233  0.773162418981482
ok 80 -  Testing convert_date_time: 1899-12-31T19:14:24.673  0.801674456018519
ok 81 -  Testing convert_date_time: 1899-12-31T19:17:12.816  0.803620555555555
ok 82 -  Testing convert_date_time: 1899-12-31T19:23:36.418  0.808060393518519
ok 83 -  Testing convert_date_time: 1899-12-31T19:46:25.908  0.823910972222222
ok 84 -  Testing convert_date_time: 1899-12-31T20:07:47.314  0.838742060185185
ok 85 -  Testing convert_date_time: 1899-12-31T20:31:37.603  0.855296331018519
ok 86 -  Testing convert_date_time: 1899-12-31T20:39:57.770  0.861085300925926
ok 87 -  Testing convert_date_time: 1899-12-31T20:50:17.067  0.868253090277778
ok 88 -  Testing convert_date_time: 1899-12-31T21:02:57.827  0.87705818287037
ok 89 -  Testing convert_date_time: 1899-12-31T21:23:05.519  0.891036099537037
ok 90 -  Testing convert_date_time: 1899-12-31T21:34:49.572  0.899184861111111
ok 91 -  Testing convert_date_time: 1899-12-31T21:39:05.944  0.90215212962963
ok 92 -  Testing convert_date_time: 1899-12-31T21:39:18.426  0.902296597222222
ok 93 -  Testing convert_date_time: 1899-12-31T21:46:07.769  0.907034363425926
ok 94 -  Testing convert_date_time: 1899-12-31T21:57:55.662  0.915227569444444
ok 95 -  Testing convert_date_time: 1899-12-31T22:19:11.732  0.929996898148148
ok 96 -  Testing convert_date_time: 1899-12-31T22:23:51.376  0.933233518518518
ok 97 -  Testing convert_date_time: 1899-12-31T22:27:58.771  0.936096886574074
ok 98 -  Testing convert_date_time: 1899-12-31T22:43:30.392  0.946879537037037
ok 99 -  Testing convert_date_time: 1899-12-31T22:48:25.834  0.95029900462963
ok 100 -  Testing convert_date_time: 1899-12-31T22:53:51.727  0.954070914351852
ok 101 -  Testing convert_date_time: 1899-12-31T23:12:56.536  0.967321018518518
ok 102 -  Testing convert_date_time: 1899-12-31T23:15:54.109  0.969376261574074
ok 103 -  Testing convert_date_time: 1899-12-31T23:17:12.632  0.970285092592593
ok 104 -  Testing convert_date_time: 1899-12-31T23:59:59.999  0.999999988425926
ok
t/21_escher.t ................. 
1..42
ok 1 -  	_add_mso_generic(): (0xF000) DggContainer
ok 2 -  	_add_mso_generic(): (0xF002) DgContainer
ok 3 -  	_add_mso_generic(): (0xF003) SpgrContainer
ok 4 -  	_add_mso_generic(): (0xF004) SpContainer
ok 5 -  	_add_mso_generic(): (0xF006) Dgg
ok 6 -  	_add_mso_generic(): (0xF008) Dg
ok 7 -  	_add_mso_generic(): (0xF009) Spgr
ok 8 -  	_add_mso_generic(): (0xF00D) ClientTextbox
ok 9 -  	_add_mso_generic(): (0xF010) ClientAnchor
ok 10 -  	_add_mso_generic(): (0xF011) ClientData
ok 11 -  	_add_mso_generic(): (0xF11E) SplitMenuColors
ok 12 -  	_add_mso_generic(): (0xF001) BstoreContainer
ok 13 -  	_store_mso_dgg_container()
ok 14 -  	_store_mso_dgg()
ok 15 -  	_store_mso_opt()
ok 16 -  	_store_mso_split_menu_colors()
ok 17 -  	_store_mso_dg_container()
ok 18 -  	_store_mso_dg()
ok 19 -  	_store_mso_spgr_container()
ok 20 -  	_store_mso_sp_container()
ok 21 -  	_store_mso_sp()
ok 22 -  	_store_mso_sp()
ok 23 -  	_store_mso_opt_comment()
ok 24 -  	_store_mso_client_anchor(A1)
ok 25 -  	_store_mso_client_anchor(A2)
ok 26 -  	_store_mso_client_anchor(A3)
ok 27 -  	_store_mso_client_anchor(A65534)
ok 28 -  	_store_mso_client_anchor(A65535)
ok 29 -  	_store_mso_client_anchor(A65536)
ok 30 -  	_store_mso_client_anchor(IT3)
ok 31 -  	_store_mso_client_anchor(IU3)
ok 32 -  	_store_mso_client_anchor(IV3)
ok 33 -  	_store_mso_client_anchor(A3). Cell offsets changed.
ok 34 -  	_store_mso_client_anchor(A3). Dimensions changed.
ok 35 -  	_store_mso_client_anchor(A3). Dimensions changed.
ok 36 -  	_store_mso_client_anchor(F3). Col width changed.
ok 37 -  	_store_mso_client_anchor(K3). Col width changed.
ok 38 -  	_store_mso_client_anchor(A6). Row height changed.
ok 39 -  	_store_mso_client_anchor(A15). Row height changed.
ok 40 -  	_store_mso_client_data()
ok 41 -  	_store_obj_comment()
ok 42 -  	_store_mso_client_text_box()
ok
t/22_mso_drawing_group.t ...... 
1..34
ok 1 -  	Sheet1:    1 comments.
ok 2 -  	Sheet1:    1 comments. (params)
ok 3 -  	Sheet1:    2 comments.
ok 4 -  	Sheet1:    2 comments. (params)
ok 5 -  	Sheet1:    3 comments.
ok 6 -  	Sheet1:    3 comments. (params)
ok 7 -  	Sheet1: 1023 comments.
ok 8 -  	Sheet1: 1023 comments. (params)
ok 9 -  	Sheet1: 1024 comments.
ok 10 -  	Sheet1: 1024 comments. (params)
ok 11 -  	Sheet1: 2048 comments.
ok 12 -  	Sheet1: 2048 comments. (params)
ok 13 -  	Sheet1:    1 comments, Sheet2:    1 comments.
ok 14 -  	Sheet1:    1 comments, Sheet2:    1 comments. (params)
ok 15 -  	Sheet1:    2 comments, Sheet2:    2 comments.
ok 16 -  	Sheet1:    2 comments, Sheet2:    2 comments. (params)
ok 17 -  	Sheet1: 1023 comments, Sheet2:    1 comments.
ok 18 -  	Sheet1: 1023 comments, Sheet2:    1 comments. (params)
ok 19 -  	Sheet1: 1023 comments, Sheet2: 1023 comments.
ok 20 -  	Sheet1: 1023 comments, Sheet2: 1023 comments. (params)
ok 21 -  	Sheet1: 1024 comments, Sheet2: 1024 comments.
ok 22 -  	Sheet1: 1024 comments, Sheet2: 1024 comments. (params)
ok 23 -  	Sheet1: 1024 comments, Sheet2:    1 comments.
ok 24 -  	Sheet1: 1024 comments, Sheet2:    1 comments. (params)
ok 25 -  	Sheet1: 1023 comments, Sheet2:    1 comments, Sheet3: 1023 comments.
ok 26 -  	Sheet1: 1023 comments, Sheet2:    1 comments, Sheet3: 1023 comments. (params)
ok 27 -  	Sheet1: 1023 comments, Sheet2: 1023 comments, Sheet3:    1 comments.
ok 28 -  	Sheet1: 1023 comments, Sheet2: 1023 comments, Sheet3:    1 comments. (params)
ok 29 -  	Sheet1: 1024 comments, Sheet2:    1 comments, Sheet3: 1024 comments.
ok 30 -  	Sheet1: 1024 comments, Sheet2:    1 comments, Sheet3: 1024 comments. (params)
ok 31 -  	Sheet1: 1024 comments, Sheet2: 1024 comments, Sheet3:    1 comments.
ok 32 -  	Sheet1: 1024 comments, Sheet2: 1024 comments, Sheet3:    1 comments. (params)
ok 33 -  	Sheet1: 1024 comments, Sheet2: 1024 comments, Sheet3:    1 comments.
ok 34 -  	Sheet1: 1024 comments, Sheet2: 1024 comments, Sheet3:    1 comments. (params)
ok
t/23_note.t ................... 
1..5
ok 1 -  	_store_note()
ok 2 -  	_store_note()
ok 3 -  	_store_note()
ok 4 -  	_store_note()
ok 5 -  	_store_note()
ok
t/24_txo.t .................... 
1..3
ok 1 -  	_store_txo()
ok 2 -  	_store_txo_continue_1()
ok 3 -  	_store_txo_continue_2()
ok
t/25_position_object.t ........ 
1..27
ok 1 -  	_position_object    1w x h1    Offset = ( 0, 0)  Cell = (0, 0)
ok 2 -  	_position_object    2w x h2    Offset = ( 0, 0)  Cell = (0, 0)
ok 3 -  	_position_object    3w x h3    Offset = ( 0, 0)  Cell = (0, 0)
ok 4 -  	_position_object    4w x h4    Offset = ( 0, 0)  Cell = (0, 0)
ok 5 -  	_position_object    5w x h5    Offset = ( 0, 0)  Cell = (0, 0)
ok 6 -  	_position_object    6w x h6    Offset = ( 0, 0)  Cell = (0, 0)
ok 7 -  	_position_object    7w x h7    Offset = ( 0, 0)  Cell = (0, 0)
ok 8 -  	_position_object    8w x h8    Offset = ( 0, 0)  Cell = (0, 0)
ok 9 -  	_position_object    9w x h9    Offset = ( 0, 0)  Cell = (0, 0)
ok 10 -  	_position_object   10w x h10   Offset = ( 0, 0)  Cell = (0, 0)
ok 11 -  	_position_object   15w x h15   Offset = ( 0, 0)  Cell = (0, 0)
ok 12 -  	_position_object   16w x h16   Offset = ( 0, 0)  Cell = (0, 0)
ok 13 -  	_position_object   17w x h17   Offset = ( 0, 0)  Cell = (0, 0)
ok 14 -  	_position_object   18w x h18   Offset = ( 0, 0)  Cell = (0, 0)
ok 15 -  	_position_object   19w x h19   Offset = ( 0, 0)  Cell = (0, 0)
ok 16 -  	_position_object   62w x h8    Offset = ( 0, 0)  Cell = (0, 0)
ok 17 -  	_position_object   63w x h8    Offset = ( 0, 0)  Cell = (0, 0)
ok 18 -  	_position_object   64w x h8    Offset = ( 0, 0)  Cell = (0, 0)
ok 19 -  	_position_object   65w x h8    Offset = ( 0, 0)  Cell = (0, 0)
ok 20 -  	_position_object   66w x h8    Offset = ( 0, 0)  Cell = (0, 0)
ok 21 -  	_position_object  200w x h200  Offset = ( 0, 0)  Cell = (0, 0)
ok 22 -  	_position_object   64w x h16   Offset = ( 0, 0)  Cell = (1, 4)
ok 23 -  	_position_object   64w x h16   Offset = ( 1, 0)  Cell = (1, 4)
ok 24 -  	_position_object   64w x h16   Offset = ( 2, 0)  Cell = (1, 4)
ok 25 -  	_position_object   64w x h16   Offset = ( 2, 1)  Cell = (1, 4)
ok 26 -  	_position_object   64w x h16   Offset = ( 2, 2)  Cell = (1, 4)
ok 27 -  	_position_object  128w x h74   Offset = (15, 7)  Cell = (2, 1)
ok
t/26_autofilter.t ............. 
1..29
ok 1 -  	filter_column(0, 'x =  Blanks')
ok 2 -  	filter_column(1, 'x =  Nonblanks')
ok 3 -  	filter_column(2, 'x >  1.001')
ok 4 -  	filter_column(3, 'x >= 1.001')
ok 5 -  	filter_column(4, 'x <  1.001')
ok 6 -  	filter_column(5, 'x <= 1.001')
ok 7 -  	filter_column(6, 'x >  1.001 and x <= 5.001')
ok 8 -  	filter_column(7, 'x >  1.001 or  x <= 5.001')
ok 9 -  	filter_column(8, 'x <> 2.001')
ok 10 -  	filter_column(9, 'x =  1.001')
ok 11 -  	filter_column(10, 'x =  West')
ok 12 -  	filter_column(11, 'x =  East')
ok 13 -  	filter_column(12, 'x <> West')
ok 14 -  	filter_column(13, 'x =~ b*')
ok 15 -  	filter_column(14, 'x !~ b*')
ok 16 -  	filter_column(15, 'x =~ *b')
ok 17 -  	filter_column(16, 'x !~ *b')
ok 18 -  	filter_column(17, 'x =~ *b*')
ok 19 -  	filter_column(18, 'x !~ *b*')
ok 20 -  	filter_column(19, 'x =  fo?')
ok 21 -  	filter_column(20, 'x =  fo~?')
ok 22 -  	filter_column(21, 'x =  East and x = West')
ok 23 -  	filter_column(22, 'top 10 items')
ok 24 -  	filter_column(23, 'top 10 %')
ok 25 -  	filter_column(24, 'bottom 10 items')
ok 26 -  	filter_column(25, 'bottom 10 %')
ok 27 -  	filter_column(26, 'top 5 items')
ok 28 -  	filter_column(27, 'top 100 items')
ok 29 -  	filter_column(28, 'top 101 items')
ok
t/27_autofilter.t ............. 
1..18
ok 1 -  	none
ok 2 -  	none
ok 3 -  	0 <  2000
ok 4 -  	x <  2000
ok 5 -  	x >  2000
ok 6 -  	x == 2000
ok 7 -  	x >  2000 and x <  5000
ok 8 -  	x = "foo"
ok 9 -  	x = foo
ok 10 -  	x = "foo bar"
ok 11 -  	x = "foo "" bar"
ok 12 -  	x = "foo bar" or x = "bar foo"
ok 13 -  	x = "foo "" bar" or x = "bar "" foo"
ok 14 -  	x = """"""""
ok 15 -  	x = Blanks
ok 16 -  	x = NonBlanks
ok 17 -  	top 10 %
ok 18 -  	top 10 items
ok
t/28_autofilter.t ............. 
1..24
ok 1 -  	x =  2000
ok 2 -  	x == 2000
ok 3 -  	x =~ 2000
ok 4 -  	x eq 2000
ok 5 -  	x <> 2000
ok 6 -  	x != 2000
ok 7 -  	x ne 2000
ok 8 -  	x !~ 2000
ok 9 -  	x >  2000
ok 10 -  	x <  2000
ok 11 -  	x >= 2000
ok 12 -  	x <= 2000
ok 13 -  	x >  2000 and x <  5000
ok 14 -  	x >  2000 &&  x <  5000
ok 15 -  	x >  2000 or  x <  5000
ok 16 -  	x >  2000 ||  x <  5000
ok 17 -  	x =  Blanks
ok 18 -  	x =  NonBlanks
ok 19 -  	x <> Blanks
ok 20 -  	x <> NonBlanks
ok 21 -  	Top 10 Items
ok 22 -  	Top 20 %
ok 23 -  	Bottom 5 Items
ok 24 -  	Bottom 101 %
ok
t/29_process_jpg.t ............ 
1..5
ok 1 -  	3w x 5h jpeg image.
ok 2 -  	5w x 3h jpeg image.
ok 3 -  	FFCO marker missing in image.
ok 4 -  	empty image.
ok 5 -  	35w x 35h progressive jpeg image.
ok
t/30_validation_dval.t ........ 
1..3
ok 1 -  	Data validation: _store_dval(1, 1)
ok 2 -  	Data validation: _store_dval(-1, 1)
ok 3 -  	Data validation: _store_dval(1, 2)
ok
t/31_validation_dv_strings.t .. 
1..8
ok 1 -  	Data validation: _pack_dv_string('', 32)
ok 2 -  	Data validation: _pack_dv_string(undef, 32)
ok 3 -  	Data validation: _pack_dv_string(' ', 32)
ok 4 -  	Data validation: _pack_dv_string('A', 32)
ok 5 -  	Data validation: _pack_dv_string('This string is longer than 32 characters', 32)
ok 6 -  	Data validation: _pack_dv_string('264 char string', 255)
ok 7 -  	Data validation: _pack_dv_string(utf8 string, 32)
ok 8 -  	Data validation: _pack_dv_string(utf8 string, 32)
ok
t/32_validation_dv_formula.t .. 
1..12
ok 1 -  	Data validation: _pack_dv_formula('10')
ok 2 -  	Data validation: _pack_dv_formula('1.2345')
ok 3 -  	Data validation: _pack_dv_formula('2008-07-24')
ok 4 -  	Data validation: _pack_dv_formula('12:00')
ok 5 -  	Data validation: _pack_dv_formula('=C9')
ok 6 -  	Data validation: _pack_dv_formula('=E3:E6')
ok 7 -  	Data validation: _pack_dv_formula('=$E$3:$E$6')
ok 8 -  	Data validation: _pack_dv_formula('=$E$3:$E$6')
ok 9 -  	Data validation: _pack_dv_formula(['a', 'bb', 'ccc'])
ok 10 -  	Data validation: _pack_dv_formula('')
ok 11 -  	Data validation: _pack_dv_formula(undef)
ok 12 -  	Data validation: _pack_dv_formula(['a', 'bb', 'ccc', utf8])
ok
t/33_validation_dv.t .......... 
1..43
ok 1 -  	Data validation api: integer between
ok 2 -  	Data validation api: integer not between
ok 3 -  	Data validation api: integer equal to
ok 4 -  	Data validation api: integer equal to
ok 5 -  	Data validation api: integer equal to
ok 6 -  	Data validation api: integer not equal to
ok 7 -  	Data validation api: integer not equal to
ok 8 -  	Data validation api: integer not equal to
ok 9 -  	Data validation api: integer >
ok 10 -  	Data validation api: integer >
ok 11 -  	Data validation api: integer <
ok 12 -  	Data validation api: integer <
ok 13 -  	Data validation api: integer >=
ok 14 -  	Data validation api: integer >=
ok 15 -  	Data validation api: integer <=
ok 16 -  	Data validation api: integer <=
ok 17 -  	Data validation api: ignore blank off
ok 18 -  	Data validation api: error style = warning
ok 19 -  	Data validation api: error style = information
ok 20 -  	Data validation api: with input title
ok 21 -  	Data validation api:   + input message
ok 22 -  	Data validation api:   + error title
ok 23 -  	Data validation api:   + error message
ok 24 -  	Data validation api: no input box
ok 25 -  	Data validation api: no error box
ok 26 -  	Data validation api: any validation
ok 27 -  	Data validation api: decimal validation
ok 28 -  	Data validation api: explicit list
ok 29 -  	Data validation api: list with no dropdown
ok 30 -  	Data validation api: list with range
ok 31 -  	Data validation api: date
ok 32 -  	Data validation api: date auto
ok 33 -  	Data validation api: date auto, between
ok 34 -  	Data validation api: time
ok 35 -  	Data validation api: time auto
ok 36 -  	Data validation api: custom
ok 37 -  	Data validation api: range options
ok 38 -  	Data validation api: range options
ok 39 -  	Data validation api: range options
ok 40 -  	Data validation api: range options
ok 41 -  	Data validation api: range options
ok 42 -  	Data validation api: range options
ok 43 -  	Data validation api: range options
ok
t/40_property_types.t ......... 
1..13
ok 1 -  	Doc properties: _pack_VT_I2(1252)
ok 2 -  	Doc properties: _pack_VT_LPSTR('',	1252')
ok 3 -  	Doc properties: _pack_VT_LPSTR('a',	1252')
ok 4 -  	Doc properties: _pack_VT_LPSTR('bb',	1252')
ok 5 -  	Doc properties: _pack_VT_LPSTR('ccc',	1252')
ok 6 -  	Doc properties: _pack_VT_LPSTR('dddd',	1252')
ok 7 -  	Doc properties: _pack_VT_LPSTR('Username',	1252')
ok 8 -  	Doc properties: _pack_VT_LPSTR('$smiley',	65001')
ok 9 -  	Doc properties: _pack_VT_LPSTR('a$smiley',	65001')
ok 10 -  	Doc properties: _pack_VT_LPSTR('aa$smiley',	65001')
ok 11 -  	Doc properties: _pack_VT_LPSTR('aaa$smiley',	65001')
ok 12 -  	Doc properties: _pack_VT_LPSTR('aaaa$smiley',	65001')
ok 13 -  	Doc properties: _pack_VT_FILETIME()
ok
t/41_properties.t ............. 
1..8
ok 1 -  	Doc properties: create_summary_property_set('Code page')
ok 2 -  	Doc properties: create_summary_property_set('+ Title')
ok 3 -  	Doc properties: create_summary_property_set('+ Subject')
ok 4 -  	Doc properties: create_summary_property_set('+ Author')
ok 5 -  	Doc properties: create_summary_property_set('+ Keywords')
ok 6 -  	Doc properties: create_summary_property_set('+ Comments')
ok 7 -  	Doc properties: create_summary_property_set('+ Last author')
ok 8 -  	Doc properties: create_summary_property_set('+ Creation date')
ok
t/42_set_properties.t ......... 
1..17
ok 1 -  	_get_property_set_codepage('latin1')
ok 2 -  	_get_property_set_codepage('utf8')
ok 3 -  	_get_property_set_codepage('utf8')
ok 4 -  	set_properties(codepage)
ok 5 -  	set_properties('Title')
ok 6 -  	set_properties('+ Subject')
ok 7 -  	set_properties('+ Author')
ok 8 -  	set_properties('+ Keywords')
ok 9 -  	set_properties('+ Comments')
ok 10 -  	set_properties('+ Last author')
ok 11 -  	set_properties('+ Creation date')
ok 12 -  	set_properties('+ Creation date')
ok 13 -  	set_properties({hash})
ok 14 -  	set_properties(utf8)
ok 15 -  	set_properties(utf8)
ok 16 -  	set_properties(utf8)
ok 17 -  	set_properties(utf8)
ok
t/50_name_stored.t ............ 
1..8
ok 1 -  	NAME for $worksheet1->print_area('A1:B12')
ok 2 -  	NAME for $worksheet3->print_area('G7:H8')
ok 3 -  	NAME for $worksheet1->repeat_rows(0, 9)
ok 4 -  	NAME for $worksheet3->repeat_rows(6, 7)
ok 5 -  	NAME for $worksheet1->repeat_columns('A:J')
ok 6 -  	NAME for repeat_rows(1, 2) repeat_columns(3, 4)
ok 7 -  	NAME for $worksheet1->autofilter('A1:C5');
ok 8 -  	NAME for $worksheet1->define_name('Foo', ...);
ok
t/51_name_print_area.t ........ 
1..12
ok 1 -  	Externsheet
ok 2 -  	+ Name      ( Sheet1!A1:B12 )
ok 3 -  	Externsheet
ok 4 -  	+ Name      ( Sheet1!A1:IV1 )
ok 5 -  	Externsheet
ok 6 -  	+ Name      ( Sheet1!A1:A65536 )
ok 7 -  	Externsheet
ok 8 -  	+ Name      ( Sheet1!A:H )
ok 9 -  	Externsheet
ok 10 -  	+ Name      ( Sheet1!A1:B2, Sheet2!D4:E5, Sheet3!G7:H8 )
ok 11 -  	Externsheet
ok 12 -  	+ Name      ( Sheet1!A1:B2, Sheet3!D4:E5, Sheet5!G7:H8 )
ok
t/52_name_print_titles.t ...... 
1..18
ok 1 -  	Externsheet
ok 2 -  	+ Name repeats ( Sheet1!1:1 )
ok 3 -  	Externsheet
ok 4 -  	+ Name repeats ( Sheet1!1:10 )
ok 5 -  	Externsheet
ok 6 -  	+ Name repeats ( Sheet1!A:A )
ok 7 -  	Externsheet
ok 8 -  	+ Name repeats ( Sheet1!A:A )
ok 9 -  	Externsheet
ok 10 -  	+ Name repeats ( Sheet1!A:J )
ok 11 -  	Externsheet
ok 12 -  	+ Name repeats ( Sheet1!A:J )
ok 13 -  	Externsheet
ok 14 -  	+ Name repeats ( Sheet1!1:2, Sheet2!4:5, Sheet3!7:8 )
ok 15 -  	Externsheet
ok 16 -  	+ Name repeats ( Sheet1!1:2, Sheet2!4:5, Sheet3!7:8 )
ok 17 -  	Externsheet
ok 18 -  	+ Name repeats ( Sheet1!2:3, Sheet1!D:E )
ok
t/53_name_autofilter.t ........ 
1..4
ok 1 -  	Externsheet
ok 2 -  	+ Name = autofilter ( Sheet1!A1:C5 )
ok 3 -  	Externsheet
ok 4 -  	+ Name = autofilter ( Sheet1!A1:C5, Sheet2!A1:C5 )
ok
t/60_chart_generic.t .......... 
1..41
ok 1 -  	Chart: _store_fbi()
ok 2 -  	Chart: _store_fbi()
ok 3 -  	Chart: _store_chart()
ok 4 -  	Chart: _store_series()
ok 5 -  	Chart: _store_begin()
ok 6 -  	Chart: _store_end()
ok 7 -  	Chart: _store_ai()
ok 8 -  	Chart: _store_ai()
ok 9 -  	Chart: _store_dataformat()
ok 10 -  	Chart: _store_dataformat()
ok 11 -  	Chart: _store_3dbarshape()
ok 12 -  	Chart: _store_sertocrt()
ok 13 -  	Chart: _store_shtprops()
ok 14 -  	Chart: _store_defaulttext()
ok 15 -  	Chart: _store_charttext()
ok 16 -  	Chart: _store_fontx()
ok 17 -  	Chart: _store_axesused()
ok 18 -  	Chart: _store_axisparent()
ok 19 -  	Chart: _store_axis()
ok 20 -  	Chart: _store_catserrange()
ok 21 -  	Chart: _store_axcext()
ok 22 -  	Chart: _store_tick()
ok 23 -  	Chart: _store_valuerange()
ok 24 -  	Chart: _store_axislineformat()
ok 25 -  	Chart: _store_lineformat()
ok 26 -  	Chart: _store_frame()
ok 27 -  	Chart: _store_areaformat()
ok 28 -  	Chart: _store_chartformat()
ok 29 -  	Chart: _store_legend()
ok 30 -  	Chart: _store_pos()
ok 31 -  	Chart: _store_text()
ok 32 -  	Chart: _store_plotgrowth()
ok 33 -  	Chart: _store_seriestext()
ok 34 -  	Chart: _store_seriestext()
ok 35 -  	Chart: _store_objectlink()
ok 36 -  	Chart: _store_pieformat()
ok 37 -  	Chart: _store_markerformat()
ok 38 -  	Chart: _store_dropbar()
ok 39 -  	Chart: _store_chartline()
ok 40 -  	Chart: _store_serparent()
ok 41 -  	Chart: _store_serauxtrend()
ok
t/61_chart_subclasses.t ....... 
1..7
ok 1 -  	Chart: Column()
ok 2 -  	Chart: Bar()
ok 3 -  	Chart: Line()
ok 4 -  	Chart: Area()
ok 5 -  	Chart: Pie()
ok 6 -  	Chart: Scatter()
ok 7 -  	Chart: Stock()
ok
t/62_chart_formats.t .......... 
1..20
ok 1 -  	Chart: $index   = _get_color_indices( red )
ok 2 -  	Chart: $rgb     = _get_color_indices( red )
ok 3 -  	Chart: $index   = _get_color_indices( black )
ok 4 -  	Chart: $rgb     = _get_color_indices( black )
ok 5 -  	Chart: $index   = _get_color_indices( white )
ok 6 -  	Chart: $rgb     = _get_color_indices( white )
ok 7 -  	Chart: $index   = _get_color_indices( 10 )
ok 8 -  	Chart: $rgb     = _get_color_indices( 10 )
ok 9 -  	Chart: $index   = _get_color_indices( 7 )
ok 10 -  	Chart: $rgb     = _get_color_indices( 7 )
ok 11 -  	Chart: $index   = _get_color_indices( 64 )
ok 12 -  	Chart: $rgb     = _get_color_indices( 64 )
ok 13 -  	Chart: $index   = _get_color_indices( plaid )
ok 14 -  	Chart: $rgb     = _get_color_indices( plaid )
ok 15 -  	Chart: $index   = _get_color_indices( undef )
ok 16 -  	Chart: $rgb     = _get_color_indices( undef )
ok 17 -  	Chart: $pattern = _get_line_pattern()
ok 18 -  	Chart: $pattern = _get_line_pattern()
ok 19 -  	Chart: $weight  = _get_line_weight()
ok 20 -  	Chart: $weight  = _get_line_weight()
ok
t/63_chart_area_formats.t ..... 
1..52
ok 1 -  	Chart: chartarea format - line
ok 2 -  	Chart: chartarea format - area
ok 3 -  	Chart: chartarea format - line
ok 4 -  	Chart: chartarea format - area
ok 5 -  	Chart: chartarea format - line
ok 6 -  	Chart: chartarea format - area
ok 7 -  	Chart: chartarea format - line
ok 8 -  	Chart: chartarea format - area
ok 9 -  	Chart: chartarea format - line
ok 10 -  	Chart: chartarea format - area
ok 11 -  	Chart: chartarea format - line
ok 12 -  	Chart: chartarea format - area
ok 13 -  	Chart: chartarea format - line
ok 14 -  	Chart: chartarea format - area
ok 15 -  	Chart: chartarea format - line
ok 16 -  	Chart: chartarea format - area
ok 17 -  	Chart: embedded chartarea format - line
ok 18 -  	Chart: embedded chartarea format - area
ok 19 -  	Chart: embedded chartarea format - line
ok 20 -  	Chart: embedded chartarea format - area
ok 21 -  	Chart: embedded chartarea format - line
ok 22 -  	Chart: embedded chartarea format - area
ok 23 -  	Chart: embedded chartarea format - line
ok 24 -  	Chart: embedded chartarea format - area
ok 25 -  	Chart: embedded chartarea format - line
ok 26 -  	Chart: embedded chartarea format - area
ok 27 -  	Chart: embedded chartarea format - line
ok 28 -  	Chart: embedded chartarea format - area
ok 29 -  	Chart: embedded chartarea format - line
ok 30 -  	Chart: embedded chartarea format - area
ok 31 -  	Chart: embedded chartarea format - line
ok 32 -  	Chart: embedded chartarea format - area
ok 33 -  	Chart: embedded chartarea format - line
ok 34 -  	Chart: embedded chartarea format - area
ok 35 -  	Chart: plotarea format - line
ok 36 -  	Chart: plotarea format - area
ok 37 -  	Chart: plotarea format - line
ok 38 -  	Chart: plotarea format - area
ok 39 -  	Chart: plotarea format - line
ok 40 -  	Chart: plotarea format - area
ok 41 -  	Chart: plotarea format - line
ok 42 -  	Chart: plotarea format - area
ok 43 -  	Chart: plotarea format - line
ok 44 -  	Chart: plotarea format - area
ok 45 -  	Chart: plotarea format - line
ok 46 -  	Chart: plotarea format - area
ok 47 -  	Chart: plotarea format - line
ok 48 -  	Chart: plotarea format - area
ok 49 -  	Chart: plotarea format - line
ok 50 -  	Chart: plotarea format - area
ok 51 -  	Chart: plotarea format - line
ok 52 -  	Chart: plotarea format - area
ok
All tests successful.
Files=35, Tests=1254,  5 wallclock secs ( 0.24 usr  0.07 sys +  4.68 cusr  0.64 csys =  5.63 CPU)
Result: PASS
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_auto_install --destdir=debian/libspreadsheet-writeexcel-perl/
	make -j8 install DESTDIR=/<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Manifying 1 pod document
Manifying 20 pod documents
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Utility.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Big.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Properties.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/OLEwriter.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Worksheet.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Chart.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Examples.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Workbook.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Format.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Formula.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/BIFFwriter.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Chart/Pie.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Chart/Stock.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Chart/Scatter.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Chart/Line.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Chart/Column.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Chart/External.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Chart/Bar.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/perl5/Spreadsheet/WriteExcel/Chart/Area.pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man1/chartex.1p
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Scatter.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Line.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Pie.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Worksheet.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Chart.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Bar.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::BIFFwriter.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Examples.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Big.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Workbook.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Format.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Properties.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Stock.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Column.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Chart::External.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::OLEwriter.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Area.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Formula.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/man/man3/Spreadsheet::WriteExcel::Utility.3pm
Installing /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/bin/chartex
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_installdocs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installdocs
mv -f /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/doc/libspreadsheet-writeexcel-perl/docs/ \
	/<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/doc/libspreadsheet-writeexcel-perl/html/
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installchangelogs
   debian/rules override_dh_installexamples
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installexamples
rm /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/external_charts.pod
rm /<<PKGBUILDDIR>>/debian/libspreadsheet-writeexcel-perl/usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/chartex.pl
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libspreadsheet-writeexcel-perl' in '../libspreadsheet-writeexcel-perl_2.40-4_all.deb'.
 dpkg-genbuildinfo --build=binary -O../libspreadsheet-writeexcel-perl_2.40-4_arm64.buildinfo
 dpkg-genchanges --build=binary -O../libspreadsheet-writeexcel-perl_2.40-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-17T05:21:33Z

Finished
--------

I: Built successfully

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


libspreadsheet-writeexcel-perl_2.40-4_arm64.changes:
----------------------------------------------------

Format: 1.8
Date: Sat, 19 Nov 2022 17:48:46 +0000
Source: libspreadsheet-writeexcel-perl
Binary: libspreadsheet-writeexcel-perl
Architecture: all
Version: 2.40-4
Distribution: sid
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Changed-By: Jelmer Vernooij <jelmer@debian.org>
Description:
 libspreadsheet-writeexcel-perl - module to create Excel spreadsheets
Changes:
 libspreadsheet-writeexcel-perl (2.40-4) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Apply multi-arch hints. + libspreadsheet-writeexcel-perl: Add Multi-Arch: foreign.
Checksums-Sha1:
 7be0fa934ffb1bd7d6eaf1c301e6733272d9a703 497700 libspreadsheet-writeexcel-perl_2.40-4_all.deb
 a646c76256b3a5073af0e392a6e75050d3e799f7 4838 libspreadsheet-writeexcel-perl_2.40-4_arm64.buildinfo
Checksums-Sha256:
 d35f0e4a228e9b410126dec0a416a61ee7da4de8461550e4cd7e12a378d6e41c 497700 libspreadsheet-writeexcel-perl_2.40-4_all.deb
 2b0edb420f1db6d50427af86ea20a06afa9e79f9b7c56e9ac19320c27ab0923a 4838 libspreadsheet-writeexcel-perl_2.40-4_arm64.buildinfo
Files:
 6cf5553a1a9cb57638207c83e7e6ec66 497700 perl optional libspreadsheet-writeexcel-perl_2.40-4_all.deb
 aa42c59036c54159db84a24bcec3db88 4838 perl optional libspreadsheet-writeexcel-perl_2.40-4_arm64.buildinfo

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

Format: 1.0
Source: libspreadsheet-writeexcel-perl
Binary: libspreadsheet-writeexcel-perl
Architecture: all
Version: 2.40-4
Checksums-Md5:
 6cf5553a1a9cb57638207c83e7e6ec66 497700 libspreadsheet-writeexcel-perl_2.40-4_all.deb
Checksums-Sha1:
 7be0fa934ffb1bd7d6eaf1c301e6733272d9a703 497700 libspreadsheet-writeexcel-perl_2.40-4_all.deb
Checksums-Sha256:
 d35f0e4a228e9b410126dec0a416a61ee7da4de8461550e4cd7e12a378d6e41c 497700 libspreadsheet-writeexcel-perl_2.40-4_all.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Sun, 17 Nov 2024 05:21:32 +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),
 grep (= 3.11-4+b1),
 groff-base (= 1.23.0-5),
 gzip (= 1.12-1.1+b1),
 hostname (= 3.25),
 init-system-helpers (= 1.67),
 intltool-debian (= 0.35.0+20060710.6),
 libacl1 (= 2.3.2-2+b1),
 libarchive-zip-perl (= 1.68-1),
 libasan8 (= 14.2.0-8),
 libatomic1 (= 14.2.0-8),
 libattr1 (= 1:2.5.2-2),
 libaudit-common (= 1:4.0.2-2),
 libaudit1 (= 1:4.0.2-2),
 libbinutils (= 2.43.1-5),
 libblkid1 (= 2.40.2-11),
 libbz2-1.0 (= 1.0.8-6),
 libc-bin (= 2.40-3),
 libc-dev-bin (= 2.40-3),
 libc6 (= 2.40-3),
 libc6-dev (= 2.40-3),
 libcap-ng0 (= 0.8.5-3+b1),
 libcap2 (= 1:2.66-5+b1),
 libcc1-0 (= 14.2.0-8),
 libcrypt-dev (= 1:4.4.36-5),
 libcrypt1 (= 1:4.4.36-5),
 libctf-nobfd0 (= 2.43.1-5),
 libctf0 (= 2.43.1-5),
 libdb5.3t64 (= 5.3.28+dfsg2-9),
 libdebconfclient0 (= 0.273),
 libdebhelper-perl (= 13.20),
 libdpkg-perl (= 1.22.12~1.gbp82cafd),
 libelf1t64 (= 0.192-4),
 libfile-stripnondeterminism-perl (= 1.14.0-1),
 libgcc-14-dev (= 14.2.0-8),
 libgcc-s1 (= 14.2.0-8),
 libgdbm-compat4t64 (= 1.24-2),
 libgdbm6t64 (= 1.24-2),
 libgmp10 (= 2:6.3.0+dfsg-2+b2),
 libgomp1 (= 14.2.0-8),
 libgprofng0 (= 2.43.1-5),
 libhwasan0 (= 14.2.0-8),
 libicu72 (= 72.1-5+b1),
 libio-stringy-perl (= 2.113-2),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 liblsan0 (= 14.2.0-8),
 liblzma5 (= 5.6.3-1+b1),
 libmagic-mgc (= 1:5.45-3+b1),
 libmagic1t64 (= 1:5.45-3+b1),
 libmd0 (= 1.1.0-2+b1),
 libmount1 (= 2.40.2-11),
 libmpc3 (= 1.3.1-1+b3),
 libmpfr6 (= 4.2.1-1+b2),
 libole-storage-lite-perl (= 0.22-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),
 libparse-recdescent-perl (= 1.967015+dfsg-4),
 libpcre2-8-0 (= 10.44-4),
 libperl5.40 (= 5.40.0-7),
 libpipeline1 (= 1.5.8-1),
 libseccomp2 (= 2.5.5-1+b3),
 libselinux1 (= 3.7-3+b1),
 libsframe1 (= 2.43.1-5),
 libsmartcols1 (= 2.40.2-11),
 libssl3t64 (= 3.3.2-2),
 libstdc++-14-dev (= 14.2.0-8),
 libstdc++6 (= 14.2.0-8),
 libsystemd0 (= 257~rc2-3),
 libtinfo6 (= 6.5-2+b1),
 libtool (= 2.4.7-8),
 libtsan2 (= 14.2.0-8),
 libubsan1 (= 14.2.0-8),
 libuchardet0 (= 0.0.8-1+b2),
 libudev1 (= 257~rc2-3),
 libunistring5 (= 1.2-1+b1),
 libuuid1 (= 2.40.2-11),
 libxml2 (= 2.12.7+dfsg+really2.9.14-0.2+b1),
 libzstd1 (= 1.5.6+dfsg-1+b1),
 linux-libc-dev (= 6.11.7-1),
 m4 (= 1.4.19-4),
 make (= 4.3-4.1+b1),
 man-db (= 2.13.0-1),
 mawk (= 1.3.4.20240905-1),
 ncurses-base (= 6.5-2),
 ncurses-bin (= 6.5-2+b1),
 openssl-provider-legacy (= 3.3.2-2),
 patch (= 2.7.6-7+b1),
 perl (= 5.40.0-7),
 perl-base (= 5.40.0-7),
 perl-modules-5.40 (= 5.40.0-7),
 po-debconf (= 1.0.21+nmu1),
 rpcsvc-proto (= 1.4.3-1+b1),
 sed (= 4.9-2+b1),
 sensible-utils (= 0.0.24),
 sysvinit-utils (= 3.11-1),
 tar (= 1.35+dfsg-3+b1),
 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="1668880126"


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


libspreadsheet-writeexcel-perl_2.40-4_all.deb
---------------------------------------------

 new Debian package, version 2.0.
 size 497700 bytes: control archive=5168 bytes.
    1290 bytes,    26 lines      control
   16712 bytes,   167 lines      md5sums
 Package: libspreadsheet-writeexcel-perl
 Version: 2.40-4
 Architecture: all
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 Installed-Size: 2123
 Depends: perl:any, libparse-recdescent-perl
 Recommends: libdate-calc-perl, libdate-manip-perl, libole-storage-lite-perl
 Suggests: libspreadsheet-parseexcel-perl
 Section: perl
 Priority: optional
 Multi-Arch: foreign
 Homepage: https://metacpan.org/release/Spreadsheet-WriteExcel
 Description: module to create Excel spreadsheets
  Spreadsheet::WriteExcel is a Perl module that can be used to create a cross-
  platform Excel binary file. Multiple worksheets can be added to a workbook
  and formatting can be applied to cells. Additionally, this module supports
  writing text, numeric values, formulas and hyperlinks to cells.
  .
  The Excel file produced by this module is compatible with Excel 5, 95, 97
  and 2000. Generated files are also compatible with the Linux/UNIX spreadsheet
  applications OpenOffice.org, Gnumeric and XESS. The generated files are not
  compatible with MS Access.
  .
  This module cannot be used to read an Excel file. See Spreadsheet::ParseExcel
  (libspreadsheet-parseexcel-perl) or look at the main documentation for some
  suggestions. This module cannot be used to write to an existing Excel file.

drwxr-xr-x root/root         0 2022-11-19 17:48 ./
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/bin/
-rwxr-xr-x root/root      5817 2022-11-19 17:48 ./usr/bin/chartex
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/doc-base/
-rw-r--r-- root/root       481 2022-11-19 17:48 ./usr/share/doc-base/libspreadsheet-writeexcel-perl.libspreadsheet-writeexcel-perl
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/doc/libspreadsheet-writeexcel-perl/
-rw-r--r-- root/root       926 2022-11-19 17:48 ./usr/share/doc/libspreadsheet-writeexcel-perl/changelog.Debian.gz
-rw-r--r-- root/root      8353 2013-11-07 00:22 ./usr/share/doc/libspreadsheet-writeexcel-perl/changelog.gz
-rw-r--r-- root/root      1689 2022-11-19 17:48 ./usr/share/doc/libspreadsheet-writeexcel-perl/copyright
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/
-rw-r--r-- root/root      5832 2010-01-11 00:45 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/README
-rw-r--r-- root/root      1093 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/a_simple.pl
-rw-r--r-- root/root      6704 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/autofilter.pl
-rw-r--r-- root/root      5858 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/autofit.pl
-rw-r--r-- root/root       721 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/bigfile.pl
-rw-r--r-- root/root      3701 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/bug_report.pl
-rw-r--r-- root/root      1449 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/cgi.pl
-rw-r--r-- root/root      3412 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/chart_area.pl
-rw-r--r-- root/root      3405 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/chart_bar.pl
-rw-r--r-- root/root      3426 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/chart_column.pl
-rw-r--r-- root/root      3412 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/chart_line.pl
-rw-r--r-- root/root      2906 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/chart_pie.pl
-rw-r--r-- root/root      3433 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/chart_scatter.pl
-rw-r--r-- root/root      4441 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/chart_stock.pl
-rw-r--r-- root/root      4881 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/chess.pl
-rw-r--r-- root/root      3189 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/colors.pl
-rw-r--r-- root/root       659 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/comments1.pl
-rw-r--r-- root/root     10249 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/comments2.pl
-rw-r--r-- root/root      5090 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/convertA1.pl
-rw-r--r-- root/root      1517 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/copyformat.pl
-rw-r--r-- root/root      1727 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/csv2xls.pl
-rw-r--r-- root/root      7284 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/data_validate.pl
-rw-r--r-- root/root      2287 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/date_time.pl
-rw-r--r-- root/root      7219 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/datecalc1.pl
-rw-r--r-- root/root      2888 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/datecalc2.pl
-rw-r--r-- root/root      1049 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/defined_name.pl
-rw-r--r-- root/root      3585 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/demo.pl
-rw-r--r-- root/root      1082 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/diag_border.pl
-rw-r--r-- root/root       857 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/easter_egg.pl
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/
-rw-r--r-- root/root     15360 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/Chart1.xls
-rw-r--r-- root/root     14336 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/Chart2.xls
-rw-r--r-- root/root     23552 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/Chart3.xls
-rw-r--r-- root/root     15872 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/Chart4.xls
-rw-r--r-- root/root     16896 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/Chart5.xls
-rw-r--r-- root/root      1641 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/README
-rw-r--r-- root/root      1285 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/demo1.pl
-rw-r--r-- root/root      1867 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/demo2.pl
-rw-r--r-- root/root      3108 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/demo3.pl
-rw-r--r-- root/root      3075 2010-01-03 20:09 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/demo4.pl
-rw-r--r-- root/root      1222 2010-01-03 20:09 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/demo5.pl
-rw-r--r-- root/root      8013 2010-01-02 00:32 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/external_charts/external_charts.txt
-rw-r--r-- root/root      2832 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/filehandle.pl
-rw-r--r-- root/root     16952 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/formats.pl
-rw-r--r-- root/root       921 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/formula_result.pl
-rw-r--r-- root/root     76666 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/function_locale.pl
-rw-r--r-- root/root      8265 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/gen_examples_pod.pl
-rw-r--r-- root/root      3939 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/headers.pl
-rw-r--r-- root/root       698 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/hide_sheet.pl
-rw-r--r-- root/root      1131 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/hyperlink1.pl
-rw-r--r-- root/root      4229 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/hyperlink2.pl
-rw-r--r-- root/root      1473 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/images.pl
-rw-r--r-- root/root       724 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/indent.pl
-rw-r--r-- root/root     11794 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/lecxe.pl
-rw-r--r-- root/root      1158 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/merge1.pl
-rw-r--r-- root/root      1715 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/merge2.pl
-rw-r--r-- root/root      2102 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/merge3.pl
-rw-r--r-- root/root      2854 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/merge4.pl
-rw-r--r-- root/root      2468 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/merge5.pl
-rw-r--r-- root/root      2195 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/merge6.pl
-rw-r--r-- root/root      2875 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/mod_perl1.pl
-rw-r--r-- root/root      3098 2009-12-10 19:36 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/mod_perl2.pl
-rw-r--r-- root/root      9356 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/outline.pl
-rw-r--r-- root/root      7398 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/outline_collapsed.pl
-rw-r--r-- root/root      2834 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/panes.pl
-rw-r--r-- root/root       907 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/properties.pl
-rw-r--r-- root/root      1270 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/protection.pl
-rw-r--r-- root/root      1166 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/regions.pl
-rw-r--r-- root/root       952 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/repeat.pl
-rw-r--r-- root/root      6263 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/republic.png
-rw-r--r-- root/root       650 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/right_to_left.pl
-rw-r--r-- root/root      1513 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/row_wrap.pl
-rw-r--r-- root/root      3155 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/sales.pl
-rw-r--r-- root/root       983 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/sendmail.pl
-rw-r--r-- root/root      1877 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/stats.pl
-rw-r--r-- root/root      2299 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/stats_ext.pl
-rw-r--r-- root/root      2498 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/stocks.pl
-rw-r--r-- root/root      1366 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/tab2xls.pl
-rw-r--r-- root/root       664 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/tab_colors.pl
-rw-r--r-- root/root      2323 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/textwrap.pl
-rw-r--r-- root/root      1075 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_2022_jp.pl
-rw-r--r-- root/root       736 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_2022_jp.txt
-rw-r--r-- root/root      1071 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_8859_11.pl
-rw-r--r-- root/root       807 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_8859_11.txt
-rw-r--r-- root/root      1068 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_8859_7.pl
-rw-r--r-- root/root       724 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_8859_7.txt
-rw-r--r-- root/root      1054 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_big5.pl
-rw-r--r-- root/root       634 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_big5.txt
-rw-r--r-- root/root      1062 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_cp1251.pl
-rw-r--r-- root/root       959 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_cp1251.txt
-rw-r--r-- root/root      1057 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_cp1256.pl
-rw-r--r-- root/root       535 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_cp1256.txt
-rw-r--r-- root/root      1297 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_cyrillic.pl
-rw-r--r-- root/root      1060 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_koi8r.pl
-rw-r--r-- root/root       745 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_koi8r.txt
-rw-r--r-- root/root      1109 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_list.pl
-rw-r--r-- root/root      1067 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_polish_utf8.pl
-rw-r--r-- root/root       849 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_polish_utf8.txt
-rw-r--r-- root/root      1079 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_shift_jis.pl
-rw-r--r-- root/root       485 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_shift_jis.txt
-rw-r--r-- root/root      1036 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_utf16.pl
-rw-r--r-- root/root      1244 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/unicode_utf16_japan.pl
-rw-r--r-- root/root      1315 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/win32ole.pl
-rw-r--r-- root/root      2282 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/writeA1.pl
-rw-r--r-- root/root      2293 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/write_arrays.pl
-rw-r--r-- root/root      1821 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/write_handler1.pl
-rw-r--r-- root/root      1957 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/write_handler2.pl
-rw-r--r-- root/root      1739 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/write_handler3.pl
-rw-r--r-- root/root      2896 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/write_handler4.pl
-rw-r--r-- root/root      1110 2013-06-05 22:49 ./usr/share/doc/libspreadsheet-writeexcel-perl/examples/write_to_scalar.pl
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/
-rw-r--r-- root/root     28980 2009-11-29 06:42 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/Perl_Journal_Article.html
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/images/
-rw-r--r-- root/root     85432 2010-01-06 00:47 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/images/example.jpg
-rw-r--r-- root/root      6802 2010-01-06 00:47 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/images/swe.png
-rw-r--r-- root/root      5627 2012-11-22 00:03 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/index.html
-rw-r--r-- root/root     74833 2009-11-29 06:42 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/number_formats1.html
-rw-r--r-- root/root     29327 2009-11-29 06:42 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/number_formats2.html
-rw-r--r-- root/root     41318 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/palette.html
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/tpj_images/
-rw-r--r-- root/root      5600 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/tpj_images/tpj0503-0004-01.gif
-rw-r--r-- root/root      9344 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/tpj_images/tpj0503-0004-02.gif
-rw-r--r-- root/root      2880 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/tpj_images/tpj0503-0004-03.gif
-rw-r--r-- root/root      4902 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/tpj_images/tpj0503-0004-04.gif
-rw-r--r-- root/root      6062 2009-11-29 06:35 ./usr/share/doc/libspreadsheet-writeexcel-perl/html/tpj_images/tpj0503-0004-05.gif
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/man/
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/man/man1/
-rw-r--r-- root/root      1458 2022-11-19 17:48 ./usr/share/man/man1/chartex.1p.gz
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/man/man3/
-rw-r--r-- root/root     64882 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel.3pm.gz
-rw-r--r-- root/root      1103 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::BIFFwriter.3pm.gz
-rw-r--r-- root/root      1286 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Big.3pm.gz
-rw-r--r-- root/root      6225 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Chart.3pm.gz
-rw-r--r-- root/root      2023 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Area.3pm.gz
-rw-r--r-- root/root      2023 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Bar.3pm.gz
-rw-r--r-- root/root      2028 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Column.3pm.gz
-rw-r--r-- root/root      1228 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Chart::External.3pm.gz
-rw-r--r-- root/root      2025 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Line.3pm.gz
-rw-r--r-- root/root      1998 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Pie.3pm.gz
-rw-r--r-- root/root      2026 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Scatter.3pm.gz
-rw-r--r-- root/root      2353 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Chart::Stock.3pm.gz
-rw-r--r-- root/root     50852 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Examples.3pm.gz
-rw-r--r-- root/root      1085 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Format.3pm.gz
-rw-r--r-- root/root      3240 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Formula.3pm.gz
-rw-r--r-- root/root      1106 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::OLEwriter.3pm.gz
-rw-r--r-- root/root      1111 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Properties.3pm.gz
-rw-r--r-- root/root      6068 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Utility.3pm.gz
-rw-r--r-- root/root      1086 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Workbook.3pm.gz
-rw-r--r-- root/root      1084 2022-11-19 17:48 ./usr/share/man/man3/Spreadsheet::WriteExcel::Worksheet.3pm.gz
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/perl5/
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/perl5/Spreadsheet/
-rw-r--r-- root/root    224816 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel.pm
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/perl5/Spreadsheet/WriteExcel/
-rw-r--r-- root/root      7348 2013-11-07 00:41 ./usr/share/perl5/Spreadsheet/WriteExcel/BIFFwriter.pm
-rw-r--r-- root/root      1830 2013-11-07 00:41 ./usr/share/perl5/Spreadsheet/WriteExcel/Big.pm
-rw-r--r-- root/root     86315 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart.pm
drwxr-xr-x root/root         0 2022-11-19 17:48 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart/
-rw-r--r-- root/root      4875 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart/Area.pm
-rw-r--r-- root/root      6255 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart/Bar.pm
-rw-r--r-- root/root      5109 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart/Column.pm
-rw-r--r-- root/root      2827 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart/External.pm
-rw-r--r-- root/root      4875 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart/Line.pm
-rw-r--r-- root/root      5289 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart/Pie.pm
-rw-r--r-- root/root      6389 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart/Scatter.pm
-rw-r--r-- root/root      7515 2013-11-07 00:22 ./usr/share/perl5/Spreadsheet/WriteExcel/Chart/Stock.pm
-rw-r--r-- root/root    322403 2013-11-07 00:28 ./usr/share/perl5/Spreadsheet/WriteExcel/Examples.pm
-rw-r--r-- root/root     23041 2013-11-07 00:39 ./usr/share/perl5/Spreadsheet/WriteExcel/Format.pm
-rw-r--r-- root/root     54033 2013-11-07 00:40 ./usr/share/perl5/Spreadsheet/WriteExcel/Formula.pm
-rw-r--r-- root/root     11328 2013-11-07 00:41 ./usr/share/perl5/Spreadsheet/WriteExcel/OLEwriter.pm
-rw-r--r-- root/root     10076 2013-11-07 00:32 ./usr/share/perl5/Spreadsheet/WriteExcel/Properties.pm
-rw-r--r-- root/root     29725 2013-11-07 00:39 ./usr/share/perl5/Spreadsheet/WriteExcel/Utility.pm
-rw-r--r-- root/root    110552 2013-11-07 00:33 ./usr/share/perl5/Spreadsheet/WriteExcel/Workbook.pm
-rw-r--r-- root/root    221491 2013-11-07 00:40 ./usr/share/perl5/Spreadsheet/WriteExcel/Worksheet.pm


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 [1277 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1319 B]
Fetched 3211 B in 0s (296 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-NerE2D/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-NerE2D/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 ... 22656 files and directories currently installed.)
Preparing to unpack .../sbuild-build-depends-lintian-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Setting up sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Running lintian...
E: libspreadsheet-writeexcel-perl: privacy-breach-donation (https://www.paypal.com/en_us/i/btn/x-click-but04.gif) [usr/share/doc/libspreadsheet-writeexcel-perl/html/index.html]
W: libspreadsheet-writeexcel-perl: debian-changelog-line-too-long [usr/share/doc/libspreadsheet-writeexcel-perl/changelog.Debian.gz:4]
W: libspreadsheet-writeexcel-perl changes: distribution-and-changes-mismatch sid unstable
W: libspreadsheet-writeexcel-perl source: no-nmu-in-changelog [debian/changelog:1]
W: libspreadsheet-writeexcel-perl source: source-nmu-has-incorrect-version-number 2.40-4 [debian/changelog:1]
W: libspreadsheet-writeexcel-perl source: superfluous-file-pattern lib/Spreadsheet/WriteExcel/WorkbookBig.pm [debian/copyright:10]

E: Lintian run failed (runtime error)

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


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

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

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

Build Architecture: arm64
Build Type: binary
Build-Space: 7864
Build-Time: 15
Distribution: sid
Host Architecture: arm64
Install-Time: 17
Job: /tmp/debusine-fetch-exec-upload-nrgp98tr/libspreadsheet-writeexcel-perl_2.40-4.dsc
Lintian: error
Machine Architecture: arm64
Package: libspreadsheet-writeexcel-perl
Package-Time: 68
Source-Version: 2.40-4
Space: 7864
Status: successful
Version: 2.40-4
--------------------------------------------------------------------------------
Finished at 2024-11-17T05:21:33Z
Build needed 00:01:08, 7864k disk space

Relations

Relation Direction Type Name
relates-to Source package libspreadsheet-writeexcel-perl_2.40-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 libspreadsheet-writeexcel-perl_2.40-4_all
relates-to Binary packages libspreadsheet-writeexcel-perl_2.40-4

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