Artifact cctz_2.3+dfsg1-3_amd64-2024-11-22T20:59:56Z

Metadata
bd_uninstallable: null
filename: cctz_2.3+dfsg1-3_amd64-2024-11-22T20:59:56Z.build
source: cctz
version: 2.3+dfsg1-3

File

cctz_2.3+dfsg1-3_amd64-2024-11-22T20:59:56Z.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
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-amd64-hades-04.freexian.com

+==============================================================================+
| cctz 2.3+dfsg1-3 (amd64)                     Fri, 22 Nov 2024 20:59:56 +0000 |
+==============================================================================+

Package: cctz
Version: 2.3+dfsg1-3
Source Version: 2.3+dfsg1-3
Distribution: bookworm
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: binary

I: No tarballs found in /var/lib/debusine/worker/.cache/sbuild
Unpacking /var/lib/debusine/worker/system-images/1032025/system.tar.xz to /tmp/tmp.sbuild.WsXF1kenGq...
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-nmweygqr/tzdata_2024b-0+deb12u1~test1_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/cctz-Y5IkfF/resolver-v0MATP' with '<<RESOLVERDIR>>'

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

Get:1 file:/build/cctz-Y5IkfF/resolver-SwDaA1/apt_archive ./ InRelease
Ign:1 file:/build/cctz-Y5IkfF/resolver-SwDaA1/apt_archive ./ InRelease
Get:2 file:/build/cctz-Y5IkfF/resolver-SwDaA1/apt_archive ./ Release [603 B]
Get:2 file:/build/cctz-Y5IkfF/resolver-SwDaA1/apt_archive ./ Release [603 B]
Get:3 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:4 file:/build/cctz-Y5IkfF/resolver-SwDaA1/apt_archive ./ Release.gpg
Ign:4 file:/build/cctz-Y5IkfF/resolver-SwDaA1/apt_archive ./ Release.gpg
Get:5 file:/build/cctz-Y5IkfF/resolver-SwDaA1/apt_archive ./ Packages [872 B]
Get:6 http://deb.debian.org/debian bookworm/main amd64 Packages [8789 kB]
Fetched 8940 kB in 1s (9375 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  tzdata
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/296 kB of archives.
After this operation, 29.7 kB disk space will be freed.
Get:1 file:/build/cctz-Y5IkfF/resolver-SwDaA1/apt_archive ./ tzdata 2024b-0+deb12u1~test1 [296 kB]
debconf: delaying package configuration, since apt-utils is not installed
(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 ... 12212 files and directories currently installed.)
Preparing to unpack .../tzdata_2024b-0+deb12u1~test1_all.deb ...
Unpacking tzdata (2024b-0+deb12u1~test1) over (2024a-0+deb12u1) ...
Setting up tzdata (2024b-0+deb12u1~test1) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Fri Nov 22 21:00:09 UTC 2024.
Universal Time is now:  Fri Nov 22 21:00:09 UTC 2024.
Run 'dpkg-reconfigure tzdata' if you wish to change it.


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


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

/tmp/debusine-fetch-exec-upload-nmweygqr/cctz_2.3+dfsg1-3.dsc exists in /tmp/debusine-fetch-exec-upload-nmweygqr; copying to chroot
I: NOTICE: Log filtering will replace 'build/cctz-Y5IkfF/cctz-2.3+dfsg1' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/cctz-Y5IkfF' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: cmake, debhelper-compat (= 12), googletest, libbenchmark-dev, tzdata, build-essential, fakeroot
Filtered Build-Depends: cmake, debhelper-compat (= 12), googletest, libbenchmark-dev, tzdata, build-essential, fakeroot
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 [662 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [694 B]
Fetched 1965 B in 0s (0 B/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-SwDaA1/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-SwDaA1/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-SwDaA1/apt_archive ./ Release [603 B]
Get:2 file:/<<BUILDDIR>>/resolver-SwDaA1/apt_archive ./ Release [603 B]
Get:3 file:/<<BUILDDIR>>/resolver-SwDaA1/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-SwDaA1/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 bsdextrautils cmake cmake-data
  debhelper dh-autoreconf dh-strip-nondeterminism dwz fakeroot file gettext
  gettext-base googletest groff-base intltool-debian libarchive-zip-perl
  libarchive13 libbenchmark-dev libbenchmark1debian libbrotli1 libcurl4
  libdebhelper-perl libelf1 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libicu72 libjsoncpp25 libldap-2.5-0
  libmagic-mgc libmagic1 libncursesw6 libnghttp2-14 libpipeline1 libproc2-0
  libpsl5 librhash0 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1
  libsub-override-perl libtool libuchardet0 libuv1 libxml2 m4 man-db
  po-debconf procps sensible-utils
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc cmake-doc cmake-format
  elpa-cmake-mode ninja-build dh-make gettext-doc libasprintf-dev
  libgettextpo-dev groff lrzip libbenchmark-tools libtool-doc gfortran
  | fortran95-compiler gcj-jdk m4-doc apparmor less www-browser
  libmail-box-perl
Recommended packages:
  curl | wget | lynx ca-certificates libarchive-cpio-perl libldap-common
  libgpm2 publicsuffix libsasl2-modules libltdl-dev libmail-sendmail-perl
  psmisc
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils cmake cmake-data
  debhelper dh-autoreconf dh-strip-nondeterminism dwz fakeroot file gettext
  gettext-base googletest groff-base intltool-debian libarchive-zip-perl
  libarchive13 libbenchmark-dev libbenchmark1debian libbrotli1 libcurl4
  libdebhelper-perl libelf1 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libicu72 libjsoncpp25 libldap-2.5-0
  libmagic-mgc libmagic1 libncursesw6 libnghttp2-14 libpipeline1 libproc2-0
  libpsl5 librhash0 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1
  libsub-override-perl libtool libuchardet0 libuv1 libxml2 m4 man-db
  po-debconf procps sbuild-build-depends-main-dummy sensible-utils
0 upgraded, 55 newly installed, 0 to remove and 0 not upgraded.
Need to get 33.2 MB of archives.
After this operation, 125 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [916 B]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 groff-base amd64 1.22.4-10 [916 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 bsdextrautils amd64 2.38.1-5+deb12u2 [86.8 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 man-db amd64 2.11.2-2 [1386 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-12 [495 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 libarchive13 amd64 3.6.2-1+deb12u1 [343 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
Get:25 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
Get:27 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
Get:30 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u8 [390 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 libjsoncpp25 amd64 1.9.5-4 [78.6 kB]
Get:34 http://deb.debian.org/debian bookworm/main amd64 librhash0 amd64 1.4.3-3 [134 kB]
Get:35 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1+deb12u1 [136 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 cmake-data all 3.25.1-1 [2026 kB]
Get:37 http://deb.debian.org/debian bookworm/main amd64 cmake amd64 3.25.1-1 [8692 kB]
Get:38 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
Get:39 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-7~deb12u1 [517 kB]
Get:40 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:41 http://deb.debian.org/debian bookworm/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
Get:42 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
Get:43 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
Get:45 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
Get:46 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB]
Get:48 http://deb.debian.org/debian bookworm/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:50 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
Get:51 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB]
Get:52 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB]
Get:53 http://deb.debian.org/debian bookworm/main amd64 googletest all 1.12.1-0.2 [506 kB]
Get:54 http://deb.debian.org/debian bookworm/main amd64 libbenchmark1debian amd64 1.7.1-1 [124 kB]
Get:55 http://deb.debian.org/debian bookworm/main amd64 libbenchmark-dev amd64 1.7.1-1 [51.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 33.2 MB in 0s (91.2 MB/s)
Selecting previously unselected package libncursesw6:amd64.
(Reading database ... 12212 files and directories currently installed.)
Preparing to unpack .../00-libncursesw6_6.4-4_amd64.deb ...
Unpacking libncursesw6:amd64 (6.4-4) ...
Selecting previously unselected package libproc2-0:amd64.
Preparing to unpack .../01-libproc2-0_2%3a4.0.2-3_amd64.deb ...
Unpacking libproc2-0:amd64 (2:4.0.2-3) ...
Selecting previously unselected package procps.
Preparing to unpack .../02-procps_2%3a4.0.2-3_amd64.deb ...
Unpacking procps (2:4.0.2-3) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../03-sensible-utils_0.0.17+nmu1_all.deb ...
Unpacking sensible-utils (0.0.17+nmu1) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../04-libmagic-mgc_1%3a5.44-3_amd64.deb ...
Unpacking libmagic-mgc (1:5.44-3) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../05-libmagic1_1%3a5.44-3_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.44-3) ...
Selecting previously unselected package file.
Preparing to unpack .../06-file_1%3a5.44-3_amd64.deb ...
Unpacking file (1:5.44-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../07-gettext-base_0.21-12_amd64.deb ...
Unpacking gettext-base (0.21-12) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../08-libuchardet0_0.0.7-1_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../09-groff-base_1.22.4-10_amd64.deb ...
Unpacking groff-base (1.22.4-10) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../10-bsdextrautils_2.38.1-5+deb12u2_amd64.deb ...
Unpacking bsdextrautils (2.38.1-5+deb12u2) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../11-libpipeline1_1.5.7-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.7-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../12-man-db_2.11.2-2_amd64.deb ...
Unpacking man-db (2.11.2-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../13-m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../14-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../15-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../16-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 .../17-autopoint_0.21-12_all.deb ...
Unpacking autopoint (0.21-12) ...
Selecting previously unselected package libicu72:amd64.
Preparing to unpack .../18-libicu72_72.1-3_amd64.deb ...
Unpacking libicu72:amd64 (72.1-3) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../19-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
Selecting previously unselected package libarchive13:amd64.
Preparing to unpack .../20-libarchive13_3.6.2-1+deb12u1_amd64.deb ...
Unpacking libarchive13:amd64 (3.6.2-1+deb12u1) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../21-libbrotli1_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../22-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../23-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libldap-2.5-0:amd64.
Preparing to unpack .../24-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ...
Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../25-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../26-libpsl5_0.21.2-1_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.2-1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../27-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../28-libssh2-1_1.10.0-3+b1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../29-libcurl4_7.88.1-10+deb12u8_amd64.deb ...
Unpacking libcurl4:amd64 (7.88.1-10+deb12u8) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../30-libexpat1_2.5.0-1+deb12u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package libjsoncpp25:amd64.
Preparing to unpack .../31-libjsoncpp25_1.9.5-4_amd64.deb ...
Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
Selecting previously unselected package librhash0:amd64.
Preparing to unpack .../32-librhash0_1.4.3-3_amd64.deb ...
Unpacking librhash0:amd64 (1.4.3-3) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../33-libuv1_1.44.2-1+deb12u1_amd64.deb ...
Unpacking libuv1:amd64 (1.44.2-1+deb12u1) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../34-cmake-data_3.25.1-1_all.deb ...
Unpacking cmake-data (3.25.1-1) ...
Selecting previously unselected package cmake.
Preparing to unpack .../35-cmake_3.25.1-1_amd64.deb ...
Unpacking cmake (3.25.1-1) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../36-libdebhelper-perl_13.11.4_all.deb ...
Unpacking libdebhelper-perl (13.11.4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../37-libtool_2.4.7-7~deb12u1_all.deb ...
Unpacking libtool (2.4.7-7~deb12u1) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../38-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../39-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../40-libsub-override-perl_0.09-4_all.deb ...
Unpacking libsub-override-perl (0.09-4) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../41-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../42-dh-strip-nondeterminism_1.13.1-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.13.1-1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../43-libelf1_0.188-2.1_amd64.deb ...
Unpacking libelf1:amd64 (0.188-2.1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../44-dwz_0.15-1_amd64.deb ...
Unpacking dwz (0.15-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../45-gettext_0.21-12_amd64.deb ...
Unpacking gettext (0.21-12) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../46-intltool-debian_0.35.0+20060710.6_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.6) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../47-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../48-debhelper_13.11.4_all.deb ...
Unpacking debhelper (13.11.4) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../49-libfakeroot_1.31-1.2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.31-1.2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../50-fakeroot_1.31-1.2_amd64.deb ...
Unpacking fakeroot (1.31-1.2) ...
Selecting previously unselected package googletest.
Preparing to unpack .../51-googletest_1.12.1-0.2_all.deb ...
Unpacking googletest (1.12.1-0.2) ...
Selecting previously unselected package libbenchmark1debian:amd64.
Preparing to unpack .../52-libbenchmark1debian_1.7.1-1_amd64.deb ...
Unpacking libbenchmark1debian:amd64 (1.7.1-1) ...
Selecting previously unselected package libbenchmark-dev:amd64.
Preparing to unpack .../53-libbenchmark-dev_1.7.1-1_amd64.deb ...
Unpacking libbenchmark-dev:amd64 (1.7.1-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../54-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ...
Setting up libpipeline1:amd64 (1.5.7-1) ...
Setting up libpsl5:amd64 (0.21.2-1) ...
Setting up libicu72:amd64 (72.1-3) ...
Setting up libbenchmark1debian:amd64 (1.7.1-1) ...
Setting up bsdextrautils (2.38.1-5+deb12u2) ...
Setting up libmagic-mgc (1:5.44-3) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libdebhelper-perl (13.11.4) ...
Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
Setting up libbenchmark-dev:amd64 (1.7.1-1) ...
Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ...
Setting up libmagic1:amd64 (1:5.44-3) ...
Setting up gettext-base (0.21-12) ...
Setting up m4 (1.4.19-3) ...
Setting up file (1:5.44-3) ...
Setting up googletest (1.12.1-0.2) ...
Setting up libfakeroot:amd64 (1.31-1.2) ...
Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
Setting up fakeroot (1.31-1.2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up autotools-dev (20220109.1) ...
Setting up libuv1:amd64 (1.44.2-1+deb12u1) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Setting up libproc2-0:amd64 (2:4.0.2-3) ...
Setting up autopoint (0.21-12) ...
Setting up libjsoncpp25:amd64 (1.9.5-4) ...
Setting up libncursesw6:amd64 (6.4-4) ...
Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
Setting up autoconf (2.71-3) ...
Setting up sensible-utils (0.0.17+nmu1) ...
Setting up librhash0:amd64 (1.4.3-3) ...
Setting up libuchardet0:amd64 (0.0.7-1) ...
Setting up procps (2:4.0.2-3) ...
Setting up libsub-override-perl (0.09-4) ...
Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
Setting up cmake-data (3.25.1-1) ...
Setting up libelf1:amd64 (0.188-2.1) ...
Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
Setting up gettext (0.21-12) ...
Setting up libtool (2.4.7-7~deb12u1) ...
Setting up libarchive13:amd64 (3.6.2-1+deb12u1) ...
Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up dh-autoreconf (20) ...
Setting up dh-strip-nondeterminism (1.13.1-1) ...
Setting up dwz (0.15-1) ...
Setting up groff-base (1.22.4-10) ...
Setting up libcurl4:amd64 (7.88.1-10+deb12u8) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up man-db (2.11.2-2) ...
Not building database; man-db/auto-update is not 'true'.
Setting up cmake (3.25.1-1) ...
Setting up debhelper (13.11.4) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...

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

Arch check ok (amd64 included in any all)

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

Kernel: Linux 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) amd64 (x86_64)
Toolchain package versions: binutils_2.40-2 dpkg-dev_1.21.22 g++-12_12.2.0-14 gcc-12_12.2.0-14 libc6-dev_2.36-9+deb12u9 libstdc++-12-dev_12.2.0-14 libstdc++6_12.2.0-14 linux-libc-dev_6.1.115-1
Package versions: adduser_3.134 apt_2.6.1 autoconf_2.71-3 automake_1:1.16.5-1.3 autopoint_0.21-12 autotools-dev_20220109.1 base-files_12.4+deb12u8 base-passwd_3.6.1 bash_5.2.15-2+b7 binutils_2.40-2 binutils-common_2.40-2 binutils-x86-64-linux-gnu_2.40-2 bsdextrautils_2.38.1-5+deb12u2 bsdutils_1:2.38.1-5+deb12u2 build-essential_12.9 bzip2_1.0.8-5+b1 cmake_3.25.1-1 cmake-data_3.25.1-1 coreutils_9.1-1 cpp_4:12.2.0-3 cpp-12_12.2.0-14 dash_0.5.12-2 debconf_1.5.82 debhelper_13.11.4 debian-archive-keyring_2023.3+deb12u1 debianutils_5.7-0.5~deb12u1 dh-autoreconf_20 dh-strip-nondeterminism_1.13.1-1 diffutils_1:3.8-4 dpkg_1.21.22 dpkg-dev_1.21.22 dwz_0.15-1 e2fsprogs_1.47.0-2 fakeroot_1.31-1.2 file_1:5.44-3 findutils_4.9.0-4 g++_4:12.2.0-3 g++-12_12.2.0-14 gcc_4:12.2.0-3 gcc-12_12.2.0-14 gcc-12-base_12.2.0-14 gettext_0.21-12 gettext-base_0.21-12 googletest_1.12.1-0.2 gpgv_2.2.40-1.1 grep_3.8-5 groff-base_1.22.4-10 gzip_1.12-1 hostname_3.23+nmu1 init-system-helpers_1.65.2 intltool-debian_0.35.0+20060710.6 libacl1_2.3.1-3 libapt-pkg6.0_2.6.1 libarchive-zip-perl_1.68-1 libarchive13_3.6.2-1+deb12u1 libasan8_12.2.0-14 libatomic1_12.2.0-14 libattr1_1:2.5.1-4 libaudit-common_1:3.0.9-1 libaudit1_1:3.0.9-1 libbenchmark-dev_1.7.1-1 libbenchmark1debian_1.7.1-1 libbinutils_2.40-2 libblkid1_2.38.1-5+deb12u2 libbrotli1_1.0.9-2+b6 libbz2-1.0_1.0.8-5+b1 libc-bin_2.36-9+deb12u9 libc-dev-bin_2.36-9+deb12u9 libc6_2.36-9+deb12u9 libc6-dev_2.36-9+deb12u9 libcap-ng0_0.8.3-1+b3 libcap2_1:2.66-4 libcc1-0_12.2.0-14 libcom-err2_1.47.0-2 libcrypt-dev_1:4.4.33-2 libcrypt1_1:4.4.33-2 libctf-nobfd0_2.40-2 libctf0_2.40-2 libcurl4_7.88.1-10+deb12u8 libdb5.3_5.3.28+dfsg2-1 libdebconfclient0_0.270 libdebhelper-perl_13.11.4 libdpkg-perl_1.21.22 libelf1_0.188-2.1 libexpat1_2.5.0-1+deb12u1 libext2fs2_1.47.0-2 libfakeroot_1.31-1.2 libffi8_3.4.4-1 libfile-find-rule-perl_0.34-3 libfile-stripnondeterminism-perl_1.13.1-1 libgcc-12-dev_12.2.0-14 libgcc-s1_12.2.0-14 libgcrypt20_1.10.1-3 libgdbm-compat4_1.23-3 libgdbm6_1.23-3 libgmp10_2:6.2.1+dfsg1-1.1 libgnutls30_3.7.9-2+deb12u3 libgomp1_12.2.0-14 libgpg-error0_1.46-1 libgprofng0_2.40-2 libgssapi-krb5-2_1.20.1-2+deb12u2 libhogweed6_3.8.1-2 libicu72_72.1-3 libidn2-0_2.3.3-1+b1 libisl23_0.25-1.1 libitm1_12.2.0-14 libjansson4_2.14-2 libjsoncpp25_1.9.5-4 libk5crypto3_1.20.1-2+deb12u2 libkeyutils1_1.6.3-2 libkrb5-3_1.20.1-2+deb12u2 libkrb5support0_1.20.1-2+deb12u2 libldap-2.5-0_2.5.13+dfsg-5 liblsan0_12.2.0-14 liblz4-1_1.9.4-1 liblzma5_5.4.1-0.2 libmagic-mgc_1:5.44-3 libmagic1_1:5.44-3 libmd0_1.0.4-2 libmount1_2.38.1-5+deb12u2 libmpc3_1.3.1-1 libmpfr6_4.2.0-1 libncursesw6_6.4-4 libnettle8_3.8.1-2 libnghttp2-14_1.52.0-1+deb12u2 libnsl-dev_1.3.0-2 libnsl2_1.3.0-2 libnumber-compare-perl_0.03-3 libp11-kit0_0.24.1-2 libpam-modules_1.5.2-6+deb12u1 libpam-modules-bin_1.5.2-6+deb12u1 libpam-runtime_1.5.2-6+deb12u1 libpam0g_1.5.2-6+deb12u1 libpcre2-8-0_10.42-1 libperl5.36_5.36.0-7+deb12u1 libpipeline1_1.5.7-1 libproc2-0_2:4.0.2-3 libpsl5_0.21.2-1 libquadmath0_12.2.0-14 librhash0_1.4.3-3 librtmp1_2.4+20151223.gitfa8646d.1-2+b2 libsasl2-2_2.1.28+dfsg-10 libsasl2-modules-db_2.1.28+dfsg-10 libseccomp2_2.5.4-1+deb12u1 libselinux1_3.4-1+b6 libsemanage-common_3.4-1 libsemanage2_3.4-1+b5 libsepol2_3.4-2.1 libsmartcols1_2.38.1-5+deb12u2 libss2_1.47.0-2 libssh2-1_1.10.0-3+b1 libssl3_3.0.15-1~deb12u1 libstdc++-12-dev_12.2.0-14 libstdc++6_12.2.0-14 libsub-override-perl_0.09-4 libsystemd0_252.31-1~deb12u1 libtasn1-6_4.19.0-2 libtext-glob-perl_0.11-3 libtinfo6_6.4-4 libtirpc-common_1.3.3+ds-1 libtirpc-dev_1.3.3+ds-1 libtirpc3_1.3.3+ds-1 libtool_2.4.7-7~deb12u1 libtsan2_12.2.0-14 libubsan1_12.2.0-14 libuchardet0_0.0.7-1 libudev1_252.31-1~deb12u1 libunistring2_1.0-2 libuuid1_2.38.1-5+deb12u2 libuv1_1.44.2-1+deb12u1 libxml2_2.9.14+dfsg-1.3~deb12u1 libxxhash0_0.8.1-1 libzstd1_1.5.4+dfsg2-5 linux-libc-dev_6.1.115-1 login_1:4.13+dfsg1-1+b1 logsave_1.47.0-2 m4_1.4.19-3 make_4.3-4.1 man-db_2.11.2-2 mawk_1.3.4.20200120-3.1 mount_2.38.1-5+deb12u2 ncurses-base_6.4-4 ncurses-bin_6.4-4 passwd_1:4.13+dfsg1-1+b1 patch_2.7.6-7 perl_5.36.0-7+deb12u1 perl-base_5.36.0-7+deb12u1 perl-modules-5.36_5.36.0-7+deb12u1 po-debconf_1.0.21+nmu1 procps_2:4.0.2-3 rpcsvc-proto_1.4.3-1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-1 sensible-utils_0.0.17+nmu1 sysvinit-utils_3.06-4 tar_1.34+dfsg-1.2+deb12u1 tzdata_2024b-0+deb12u1~test1 usrmerge_37~deb12u1 util-linux_2.38.1-5+deb12u2 util-linux-extra_2.38.1-5+deb12u2 xz-utils_5.4.1-0.2 zlib1g_1:1.2.13.dfsg-1

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


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

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

Format: 3.0 (quilt)
Source: cctz
Binary: libcctz-dev, libcctz2, libcctz-doc
Architecture: any all
Version: 2.3+dfsg1-3
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Homepage: https://github.com/google/cctz
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/science-team/cctz
Vcs-Git: https://salsa.debian.org/science-team/cctz.git
Testsuite: autopkgtest
Testsuite-Triggers: build-essential
Build-Depends: cmake, debhelper-compat (= 12), googletest, libbenchmark-dev, tzdata
Package-List:
 libcctz-dev deb libdevel optional arch=any
 libcctz-doc deb doc optional arch=all
 libcctz2 deb libs optional arch=any
Checksums-Sha1:
 be2b3126d37f879035ebf2fe7a2ecdb142388958 74388 cctz_2.3+dfsg1.orig.tar.xz
 fe33cdd282608f98c0ff76a252625ef16ae2b70f 4188 cctz_2.3+dfsg1-3.debian.tar.xz
Checksums-Sha256:
 a18118decf34b3cd9a0ad4542d652fced9c1d55e908b52024e33ba50ddc3ed54 74388 cctz_2.3+dfsg1.orig.tar.xz
 d99e47ab9437a14a34999ccb90c5933af4c2740317d9531bedd90c814119995f 4188 cctz_2.3+dfsg1-3.debian.tar.xz
Files:
 1722d562c01f1caaf880d92ee5f9ef9e 74388 cctz_2.3+dfsg1.orig.tar.xz
 b736deb77b0b5c3f0fc6f920b2642909 4188 cctz_2.3+dfsg1-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAl4cwhsACgkQ0+Fzg8+n
/wbrlw//VXnQyy+LOARFiyVuKUPAUcH5GgApI6cnBOhB9JkXS5Ch7t1mNGJ/Acqz
fD4r0k55/geb6BA46s1j8/R3ekwecz+ZDKEUI9rLwfFVNO32LMcjhWuaGFDNMONn
okClvsrf8l7nrCleKsb9MXRx/0Y/j/l84GVwci/6dwJ7G0EQe/pmqPxNqD2JmZ9l
ueohHDZaIhqV+DlrVIDhk/o4tGddimwDV1M73Owd5iMT3R4O9L3rG+3yR5u/FZWA
euEkD6BdiLfWo1oM3IEmONCp72KSoFxnh17UUfDVohZP7VWDXJvnkQz3Xcz6tOl0
dl9QREG4RmqkKs+zIxApn/370CD6eDkWkD3+2X7ZcLqSwesew8sa8ZAtNirW2kZE
qkP7t3kJUkqfipJa+x21eUDh6fnc6XkqwNZnN6Jp71qM5AExeHpcXzBbg+qpVKAZ
DOWUhZ2UNpA4Ctb9uoDiSFH5xduuQpcJYrYx1xtc63QMbLy3qmaModPslKukZiNU
+NolSoIoWke1G1fA5Tu1tqSUIUP5BybfdReDq572D9qbWsj0OGROv8xdeZ7Ox9kY
QzU7Iz3hFzLCYcg11hbwmaqW/AvTzGhIc2szsCsY0RESZpck+1RJdLIxMb7PiHHS
TxNasgAllcW6UEjk/1dk4i/WvZHVdVN8bpizrsVJ3Mx7DQCRELA=
=JLIC
-----END PGP SIGNATURE-----

gpgv: Signature made Mon Jan 13 19:16:43 2020 UTC
gpgv:                using RSA key BBBD45EA818AB86FF67E7285D3E17383CFA7FF06
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./cctz_2.3+dfsg1-3.dsc: no acceptable signature found
dpkg-source: info: extracting cctz in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking cctz_2.3+dfsg1.orig.tar.xz
dpkg-source: info: unpacking cctz_2.3+dfsg1-3.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-Compile-shared-lib-and-install-it.patch
dpkg-source: info: applying 0002-Enable-tests-for-Debian.patch
dpkg-source: info: applying use_system_zoneinfo.patch

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

Sufficient free space for build

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

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.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 --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package cctz
dpkg-buildpackage: info: source version 2.3+dfsg1-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Anton Gladky <gladk@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean --buildsystem=cmake
   dh_auto_clean -O--buildsystem=cmake
   dh_autoreconf_clean -O--buildsystem=cmake
   dh_clean -O--buildsystem=cmake
 debian/rules build
dh build --buildsystem=cmake
   dh_update_autotools_config -O--buildsystem=cmake
   dh_autoreconf -O--buildsystem=cmake
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DVERSION="2.3+dfsg1" -DSOVERSION="2"
	cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DVERSION=2.3\+dfsg1 -DSOVERSION=2 ..
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- The following REQUIRED packages have been found:

 * benchmark, a microbenchmark support library, <https://github.com/google/benchmark>
 * Threads, the system thread library

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -O--buildsystem=cmake
	cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install --strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/cctz.dir/build.make CMakeFiles/cctz.dir/depend
make  -f examples/CMakeFiles/classic.dir/build.make examples/CMakeFiles/classic.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/cctz.dir/DependInfo.cmake --color=
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples/CMakeFiles/classic.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f examples/CMakeFiles/classic.dir/build.make examples/CMakeFiles/classic.dir/build
make  -f CMakeFiles/cctz.dir/build.make CMakeFiles/cctz.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  2%] Building CXX object CMakeFiles/cctz.dir/src/civil_time_detail.cc.o
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/civil_time_detail.cc.o -MF CMakeFiles/cctz.dir/src/civil_time_detail.cc.o.d -o CMakeFiles/cctz.dir/src/civil_time_detail.cc.o -c /<<PKGBUILDDIR>>/src/civil_time_detail.cc
[  4%] Building CXX object examples/CMakeFiles/classic.dir/classic.cc.o
[  7%] Building CXX object CMakeFiles/cctz.dir/src/time_zone_fixed.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT examples/CMakeFiles/classic.dir/classic.cc.o -MF CMakeFiles/classic.dir/classic.cc.o.d -o CMakeFiles/classic.dir/classic.cc.o -c /<<PKGBUILDDIR>>/examples/classic.cc
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/time_zone_fixed.cc.o -MF CMakeFiles/cctz.dir/src/time_zone_fixed.cc.o.d -o CMakeFiles/cctz.dir/src/time_zone_fixed.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_fixed.cc
[  9%] Building CXX object CMakeFiles/cctz.dir/src/time_zone_format.cc.o
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/time_zone_format.cc.o -MF CMakeFiles/cctz.dir/src/time_zone_format.cc.o.d -o CMakeFiles/cctz.dir/src/time_zone_format.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_format.cc
[ 12%] Linking CXX executable classic
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/classic.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/classic.dir/classic.cc.o -o classic 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 12%] Built target classic
[ 14%] Building CXX object CMakeFiles/cctz.dir/src/time_zone_if.cc.o
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/time_zone_if.cc.o -MF CMakeFiles/cctz.dir/src/time_zone_if.cc.o.d -o CMakeFiles/cctz.dir/src/time_zone_if.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_if.cc
[ 17%] Building CXX object CMakeFiles/cctz.dir/src/time_zone_impl.cc.o
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/time_zone_impl.cc.o -MF CMakeFiles/cctz.dir/src/time_zone_impl.cc.o.d -o CMakeFiles/cctz.dir/src/time_zone_impl.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_impl.cc
[ 19%] Building CXX object CMakeFiles/cctz.dir/src/time_zone_info.cc.o
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/time_zone_info.cc.o -MF CMakeFiles/cctz.dir/src/time_zone_info.cc.o.d -o CMakeFiles/cctz.dir/src/time_zone_info.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_info.cc
[ 21%] Building CXX object CMakeFiles/cctz.dir/src/time_zone_libc.cc.o
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/time_zone_libc.cc.o -MF CMakeFiles/cctz.dir/src/time_zone_libc.cc.o.d -o CMakeFiles/cctz.dir/src/time_zone_libc.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_libc.cc
[ 24%] Building CXX object CMakeFiles/cctz.dir/src/time_zone_lookup.cc.o
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/time_zone_lookup.cc.o -MF CMakeFiles/cctz.dir/src/time_zone_lookup.cc.o.d -o CMakeFiles/cctz.dir/src/time_zone_lookup.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_lookup.cc
[ 26%] Building CXX object CMakeFiles/cctz.dir/src/time_zone_posix.cc.o
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/time_zone_posix.cc.o -MF CMakeFiles/cctz.dir/src/time_zone_posix.cc.o.d -o CMakeFiles/cctz.dir/src/time_zone_posix.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_posix.cc
[ 29%] Building CXX object CMakeFiles/cctz.dir/src/zone_info_source.cc.o
/usr/bin/c++ -Dcctz_EXPORTS -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/cctz.dir/src/zone_info_source.cc.o -MF CMakeFiles/cctz.dir/src/zone_info_source.cc.o.d -o CMakeFiles/cctz.dir/src/zone_info_source.cc.o -c /<<PKGBUILDDIR>>/src/zone_info_source.cc
[ 31%] Linking CXX shared library libcctz.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/cctz.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,libcctz.so.2 -o libcctz.so.2.3+dfsg1 CMakeFiles/cctz.dir/src/civil_time_detail.cc.o CMakeFiles/cctz.dir/src/time_zone_fixed.cc.o CMakeFiles/cctz.dir/src/time_zone_format.cc.o CMakeFiles/cctz.dir/src/time_zone_if.cc.o CMakeFiles/cctz.dir/src/time_zone_impl.cc.o CMakeFiles/cctz.dir/src/time_zone_info.cc.o CMakeFiles/cctz.dir/src/time_zone_libc.cc.o CMakeFiles/cctz.dir/src/time_zone_lookup.cc.o CMakeFiles/cctz.dir/src/time_zone_posix.cc.o CMakeFiles/cctz.dir/src/zone_info_source.cc.o 
/usr/bin/cmake -E cmake_symlink_library libcctz.so.2.3+dfsg1 libcctz.so.2 libcctz.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 31%] Built target cctz
make  -f CMakeFiles/time_tool.dir/build.make CMakeFiles/time_tool.dir/depend
make  -f CMakeFiles/civil_time_test.dir/build.make CMakeFiles/civil_time_test.dir/depend
make  -f CMakeFiles/time_zone_lookup_test.dir/build.make CMakeFiles/time_zone_lookup_test.dir/depend
make  -f CMakeFiles/time_zone_format_test.dir/build.make CMakeFiles/time_zone_format_test.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/time_tool.dir/DependInfo.cmake --color=
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/civil_time_test.dir/DependInfo.cmake --color=
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/time_zone_lookup_test.dir/DependInfo.cmake --color=
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/time_zone_format_test.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/time_tool.dir/build.make CMakeFiles/time_tool.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Building CXX object CMakeFiles/time_tool.dir/src/time_tool.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/time_tool.dir/src/time_tool.cc.o -MF CMakeFiles/time_tool.dir/src/time_tool.cc.o.d -o CMakeFiles/time_tool.dir/src/time_tool.cc.o -c /<<PKGBUILDDIR>>/src/time_tool.cc
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/time_zone_lookup_test.dir/build.make CMakeFiles/time_zone_lookup_test.dir/build
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/time_zone_format_test.dir/build.make CMakeFiles/time_zone_format_test.dir/build
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/civil_time_test.dir/build.make CMakeFiles/civil_time_test.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 36%] Building CXX object CMakeFiles/time_zone_lookup_test.dir/src/time_zone_lookup_test.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/time_zone_lookup_test.dir/src/time_zone_lookup_test.cc.o -MF CMakeFiles/time_zone_lookup_test.dir/src/time_zone_lookup_test.cc.o.d -o CMakeFiles/time_zone_lookup_test.dir/src/time_zone_lookup_test.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_lookup_test.cc
[ 39%] Building CXX object CMakeFiles/civil_time_test.dir/src/civil_time_test.cc.o
[ 41%] Building CXX object CMakeFiles/time_zone_format_test.dir/src/time_zone_format_test.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/civil_time_test.dir/src/civil_time_test.cc.o -MF CMakeFiles/civil_time_test.dir/src/civil_time_test.cc.o.d -o CMakeFiles/civil_time_test.dir/src/civil_time_test.cc.o -c /<<PKGBUILDDIR>>/src/civil_time_test.cc
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/time_zone_format_test.dir/src/time_zone_format_test.cc.o -MF CMakeFiles/time_zone_format_test.dir/src/time_zone_format_test.cc.o.d -o CMakeFiles/time_zone_format_test.dir/src/time_zone_format_test.cc.o -c /<<PKGBUILDDIR>>/src/time_zone_format_test.cc
[ 43%] Linking CXX executable time_tool
/usr/bin/cmake -E cmake_link_script CMakeFiles/time_tool.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/time_tool.dir/src/time_tool.cc.o -o time_tool  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu: libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 43%] Built target time_tool
make  -f CMakeFiles/cctz_benchmark.dir/build.make CMakeFiles/cctz_benchmark.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/cctz_benchmark.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/cctz_benchmark.dir/build.make CMakeFiles/cctz_benchmark.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 46%] Building CXX object CMakeFiles/cctz_benchmark.dir/src/cctz_benchmark.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/cctz_benchmark.dir/src/cctz_benchmark.cc.o -MF CMakeFiles/cctz_benchmark.dir/src/cctz_benchmark.cc.o.d -o CMakeFiles/cctz_benchmark.dir/src/cctz_benchmark.cc.o -c /<<PKGBUILDDIR>>/src/cctz_benchmark.cc
[ 48%] Linking CXX executable cctz_benchmark
/usr/bin/cmake -E cmake_link_script CMakeFiles/cctz_benchmark.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/cctz_benchmark.dir/src/cctz_benchmark.cc.o -o cctz_benchmark  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu libcctz.so.2.3+dfsg1 /usr/lib/x86_64-linux-gnu/libbenchmark_main.a /usr/lib/x86_64-linux-gnu/libbenchmark.so.1.7.1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 48%] Built target cctz_benchmark
make  -f examples/CMakeFiles/hello.dir/build.make examples/CMakeFiles/hello.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples/CMakeFiles/hello.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f examples/CMakeFiles/hello.dir/build.make examples/CMakeFiles/hello.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 51%] Building CXX object examples/CMakeFiles/hello.dir/hello.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT examples/CMakeFiles/hello.dir/hello.cc.o -MF CMakeFiles/hello.dir/hello.cc.o.d -o CMakeFiles/hello.dir/hello.cc.o -c /<<PKGBUILDDIR>>/examples/hello.cc
[ 53%] Linking CXX executable hello
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/hello.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/hello.dir/hello.cc.o -o hello  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu ../libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 53%] Built target hello
make  -f examples/CMakeFiles/epoch_shift.dir/build.make examples/CMakeFiles/epoch_shift.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples/CMakeFiles/epoch_shift.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f examples/CMakeFiles/epoch_shift.dir/build.make examples/CMakeFiles/epoch_shift.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 56%] Building CXX object examples/CMakeFiles/epoch_shift.dir/epoch_shift.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT examples/CMakeFiles/epoch_shift.dir/epoch_shift.cc.o -MF CMakeFiles/epoch_shift.dir/epoch_shift.cc.o.d -o CMakeFiles/epoch_shift.dir/epoch_shift.cc.o -c /<<PKGBUILDDIR>>/examples/epoch_shift.cc
[ 58%] Linking CXX executable epoch_shift
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/epoch_shift.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/epoch_shift.dir/epoch_shift.cc.o -o epoch_shift  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu ../libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 58%] Built target epoch_shift
make  -f examples/CMakeFiles/example1.dir/build.make examples/CMakeFiles/example1.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples/CMakeFiles/example1.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f examples/CMakeFiles/example1.dir/build.make examples/CMakeFiles/example1.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 60%] Building CXX object examples/CMakeFiles/example1.dir/example1.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT examples/CMakeFiles/example1.dir/example1.cc.o -MF CMakeFiles/example1.dir/example1.cc.o.d -o CMakeFiles/example1.dir/example1.cc.o -c /<<PKGBUILDDIR>>/examples/example1.cc
[ 63%] Linking CXX executable example1
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/example1.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/example1.dir/example1.cc.o -o example1  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu ../libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 63%] Built target example1
make  -f examples/CMakeFiles/example2.dir/build.make examples/CMakeFiles/example2.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples/CMakeFiles/example2.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f examples/CMakeFiles/example2.dir/build.make examples/CMakeFiles/example2.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 65%] Building CXX object examples/CMakeFiles/example2.dir/example2.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT examples/CMakeFiles/example2.dir/example2.cc.o -MF CMakeFiles/example2.dir/example2.cc.o.d -o CMakeFiles/example2.dir/example2.cc.o -c /<<PKGBUILDDIR>>/examples/example2.cc
[ 68%] Linking CXX executable example2
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/example2.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/example2.dir/example2.cc.o -o example2  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu ../libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 68%] Built target example2
make  -f examples/CMakeFiles/example3.dir/build.make examples/CMakeFiles/example3.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples/CMakeFiles/example3.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f examples/CMakeFiles/example3.dir/build.make examples/CMakeFiles/example3.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 70%] Building CXX object examples/CMakeFiles/example3.dir/example3.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT examples/CMakeFiles/example3.dir/example3.cc.o -MF CMakeFiles/example3.dir/example3.cc.o.d -o CMakeFiles/example3.dir/example3.cc.o -c /<<PKGBUILDDIR>>/examples/example3.cc
[ 73%] Linking CXX executable example3
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/example3.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/example3.dir/example3.cc.o -o example3  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu ../libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 73%] Built target example3
make  -f examples/CMakeFiles/example4.dir/build.make examples/CMakeFiles/example4.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples/CMakeFiles/example4.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f examples/CMakeFiles/example4.dir/build.make examples/CMakeFiles/example4.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 75%] Building CXX object examples/CMakeFiles/example4.dir/example4.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT examples/CMakeFiles/example4.dir/example4.cc.o -MF CMakeFiles/example4.dir/example4.cc.o.d -o CMakeFiles/example4.dir/example4.cc.o -c /<<PKGBUILDDIR>>/examples/example4.cc
[ 78%] Linking CXX executable example4
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/example4.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/example4.dir/example4.cc.o -o example4  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu ../libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 78%] Built target example4
[ 80%] Building CXX object CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o -MF CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o.d -o CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o -c /usr/src/googletest/googletest/src/gtest_main.cc
[ 82%] Building CXX object CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o -MF CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o.d -o CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o -c /usr/src/googletest/googletest/src/gtest-all.cc
[ 85%] Building CXX object CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o -MF CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o.d -o CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o -c /usr/src/googletest/googletest/src/gtest_main.cc
[ 87%] Building CXX object CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o -MF CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o.d -o CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o -c /usr/src/googletest/googletest/src/gtest-all.cc
[ 90%] Building CXX object CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o -MF CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o.d -o CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o -c /usr/src/googletest/googletest/src/gtest_main.cc
[ 92%] Building CXX object CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o -MF CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o.d -o CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o -c /usr/src/googletest/googletest/src/gtest-all.cc
[ 95%] Linking CXX executable time_zone_format_test
/usr/bin/cmake -E cmake_link_script CMakeFiles/time_zone_format_test.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/time_zone_format_test.dir/src/time_zone_format_test.cc.o CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o "CMakeFiles/time_zone_format_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o" -o time_zone_format_test  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 95%] Built target time_zone_format_test
[ 97%] Linking CXX executable civil_time_test
/usr/bin/cmake -E cmake_link_script CMakeFiles/civil_time_test.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/civil_time_test.dir/src/civil_time_test.cc.o CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o "CMakeFiles/civil_time_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o" -o civil_time_test  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 97%] Built target civil_time_test
[100%] Linking CXX executable time_zone_lookup_test
/usr/bin/cmake -E cmake_link_script CMakeFiles/time_zone_lookup_test.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/time_zone_lookup_test.dir/src/time_zone_lookup_test.cc.o CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest_main.cc.o "CMakeFiles/time_zone_lookup_test.dir/usr/src/googletest/googletest/src/gtest-all.cc.o" -o time_zone_lookup_test  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu libcctz.so.2.3+dfsg1 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[100%] Built target time_zone_lookup_test
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
   dh_auto_test -O--buildsystem=cmake
	cd obj-x86_64-linux-gnu && make -j4 test ARGS\+=--verbose ARGS\+=-j4
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --verbose -j4
UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
Parse Config file:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
Parse Config file:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
    Start 1: civil_time_test

1: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/civil_time_test
1: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
1: Environment variables: 
1:  TZDIR=/usr/share/zoneinfo
1: Test timeout computed to be: 1500
test 2
    Start 2: time_zone_lookup_test

2: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/time_zone_lookup_test
2: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
2: Environment variables: 
2:  TZDIR=/usr/share/zoneinfo
2: Test timeout computed to be: 1500
test 3
    Start 3: time_zone_format_test

3: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/time_zone_format_test
3: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
3: Environment variables: 
3:  TZDIR=/usr/share/zoneinfo
3: Test timeout computed to be: 1500
test 4
    Start 4: cctz_benchmark

4: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cctz_benchmark
4: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
4: Test timeout computed to be: 1500
1: Running main() from /usr/src/googletest/googletest/src/gtest_main.cc
1: [==========] Running 44 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 44 tests from CivilTime
1: [ RUN      ] CivilTime.Normal
1: [       OK ] CivilTime.Normal (0 ms)
1: [ RUN      ] CivilTime.Conversion
1: [       OK ] CivilTime.Conversion (0 ms)
1: [ RUN      ] CivilTime.Normalized
1: [       OK ] CivilTime.Normalized (0 ms)
1: [ RUN      ] CivilTime.SecondOverflow
1: [       OK ] CivilTime.SecondOverflow (0 ms)
1: [ RUN      ] CivilTime.SecondUnderflow
1: [       OK ] CivilTime.SecondUnderflow (0 ms)
1: [ RUN      ] CivilTime.MinuteOverflow
1: [       OK ] CivilTime.MinuteOverflow (0 ms)
1: [ RUN      ] CivilTime.MinuteUnderflow
1: [       OK ] CivilTime.MinuteUnderflow (0 ms)
1: [ RUN      ] CivilTime.HourOverflow
1: [       OK ] CivilTime.HourOverflow (0 ms)
1: [ RUN      ] CivilTime.HourUnderflow
1: [       OK ] CivilTime.HourUnderflow (0 ms)
1: [ RUN      ] CivilTime.MonthOverflow
1: [       OK ] CivilTime.MonthOverflow (0 ms)
1: [ RUN      ] CivilTime.MonthUnderflow
1: [       OK ] CivilTime.MonthUnderflow (0 ms)
1: [ RUN      ] CivilTime.C4Overflow
1: [       OK ] CivilTime.C4Overflow (0 ms)
1: [ RUN      ] CivilTime.C4Underflow
1: [       OK ] CivilTime.C4Underflow (0 ms)
1: [ RUN      ] CivilTime.MixedNormalization
1: [       OK ] CivilTime.MixedNormalization (0 ms)
1: [ RUN      ] CivilTime.Less
1: [       OK ] CivilTime.Less (0 ms)
1: [ RUN      ] CivilTime.Addition
1: [       OK ] CivilTime.Addition (0 ms)
1: [ RUN      ] CivilTime.Subtraction
1: [       OK ] CivilTime.Subtraction (0 ms)
1: [ RUN      ] CivilTime.Difference
1: [       OK ] CivilTime.Difference (0 ms)
1: [ RUN      ] CivilTime.DifferenceWithHugeYear
1: [       OK ] CivilTime.DifferenceWithHugeYear (0 ms)
1: [ RUN      ] CivilTime.DifferenceNoIntermediateOverflow
1: [       OK ] CivilTime.DifferenceNoIntermediateOverflow (0 ms)
1: [ RUN      ] CivilTime.WeekDay
1: [       OK ] CivilTime.WeekDay (0 ms)
1: [ RUN      ] CivilTime.NextWeekDay
1: [       OK ] CivilTime.NextWeekDay (0 ms)
1: [ RUN      ] CivilTime.PrevWeekDay
1: [       OK ] CivilTime.PrevWeekDay (0 ms)
1: [ RUN      ] CivilTime.YearDay
1: [       OK ] CivilTime.YearDay (0 ms)
1: [ RUN      ] CivilTime.DefaultConstruction
1: [       OK ] CivilTime.DefaultConstruction (0 ms)
1: [ RUN      ] CivilTime.StructMember
1: [       OK ] CivilTime.StructMember (0 ms)
1: [ RUN      ] CivilTime.FieldsConstruction
1: [       OK ] CivilTime.FieldsConstruction (0 ms)
1: [ RUN      ] CivilTime.FieldsConstructionLimits
1: [       OK ] CivilTime.FieldsConstructionLimits (0 ms)
1: [ RUN      ] CivilTime.ImplicitCrossAlignment
1: [       OK ] CivilTime.ImplicitCrossAlignment (0 ms)
1: [ RUN      ] CivilTime.ExplicitCrossAlignment
1: [       OK ] CivilTime.ExplicitCrossAlignment (0 ms)
1: [ RUN      ] CivilTime.DisallowCrossAlignedDifference
1: [       OK ] CivilTime.DisallowCrossAlignedDifference (0 ms)
1: [ RUN      ] CivilTime.ValueSemantics
1: [       OK ] CivilTime.ValueSemantics (0 ms)
1: [ RUN      ] CivilTime.Relational
1: [       OK ] CivilTime.Relational (0 ms)
1: [ RUN      ] CivilTime.Arithmetic
1: [       OK ] CivilTime.Arithmetic (0 ms)
1: [ RUN      ] CivilTime.ArithmeticLimits
1: [       OK ] CivilTime.ArithmeticLimits (0 ms)
1: [ RUN      ] CivilTime.ArithmeticDifference
1: [       OK ] CivilTime.ArithmeticDifference (0 ms)
1: [ RUN      ] CivilTime.DifferenceLimits
1: [       OK ] CivilTime.DifferenceLimits (0 ms)
1: [ RUN      ] CivilTime.Properties
1: [       OK ] CivilTime.Properties (0 ms)
1: [ RUN      ] CivilTime.OutputStream
1: [       OK ] CivilTime.OutputStream (0 ms)
1: [ RUN      ] CivilTime.OutputStreamLeftFillWidth
1: [       OK ] CivilTime.OutputStreamLeftFillWidth (0 ms)
1: [ RUN      ] CivilTime.NextPrevWeekday
1: [       OK ] CivilTime.NextPrevWeekday (0 ms)
1: [ RUN      ] CivilTime.NormalizeWithHugeYear
1: [       OK ] CivilTime.NormalizeWithHugeYear (0 ms)
1: [ RUN      ] CivilTime.LeapYears
1: [       OK ] CivilTime.LeapYears (0 ms)
1: [ RUN      ] CivilTime.FirstThursdayInMonth
1: [       OK ] CivilTime.FirstThursdayInMonth (0 ms)
1: [----------] 44 tests from CivilTime (1 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 44 tests from 1 test suite ran. (1 ms total)
1: [  PASSED  ] 44 tests.
2: Running main() from /usr/src/googletest/googletest/src/gtest_main.cc
2: [==========] Running 36 tests from 9 test suites.
2: [----------] Global test environment set-up.
2: [----------] 1 test from TimeZones
2: [ RUN      ] TimeZones.LoadZonesConcurrently
1/4 Test #1: civil_time_test ..................   Passed    0.01 sec
3: Running main() from /usr/src/googletest/googletest/src/gtest_main.cc
3: [==========] Running 34 tests from 3 test suites.
3: [----------] Global test environment set-up.
3: [----------] 14 tests from Format
3: [ RUN      ] Format.TimePointResolution
3: [       OK ] Format.TimePointResolution (0 ms)
3: [ RUN      ] Format.TimePointExtendedResolution
3: [       OK ] Format.TimePointExtendedResolution (0 ms)
3: [ RUN      ] Format.Basics
4: 2024-11-22T21:00:45+00:00
4: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cctz_benchmark
4: Run on (4 X 2750 MHz CPU s)
4: CPU Caches:
4:   L1 Data 64 KiB (x4)
4:   L1 Instruction 64 KiB (x4)
4:   L2 Unified 512 KiB (x4)
4:   L3 Unified 16384 KiB (x1)
4: Load Average: 2.31, 2.19, 1.64
4: ***WARNING*** Library was built as DEBUG. Timings may be affected.
3: [       OK ] Format.Basics (0 ms)
3: [ RUN      ] Format.PosixConversions
3: [       OK ] Format.PosixConversions (0 ms)
3: [ RUN      ] Format.LocaleSpecific
3: [       OK ] Format.LocaleSpecific (0 ms)
3: [ RUN      ] Format.Escaping
3: [       OK ] Format.Escaping (0 ms)
3: [ RUN      ] Format.ExtendedSeconds
3: [       OK ] Format.ExtendedSeconds (0 ms)
3: [ RUN      ] Format.ExtendedSubeconds
3: [       OK ] Format.ExtendedSubeconds (0 ms)
3: [ RUN      ] Format.CompareExtendSecondsVsSubseconds
3: [       OK ] Format.CompareExtendSecondsVsSubseconds (0 ms)
3: [ RUN      ] Format.ExtendedOffset
3: [       OK ] Format.ExtendedOffset (0 ms)
3: [ RUN      ] Format.ExtendedSecondOffset
3: [       OK ] Format.ExtendedSecondOffset (0 ms)
3: [ RUN      ] Format.ExtendedYears
3: [       OK ] Format.ExtendedYears (0 ms)
3: [ RUN      ] Format.RFC3339Format
3: [       OK ] Format.RFC3339Format (0 ms)
3: [ RUN      ] Format.RFC1123Format
3: [       OK ] Format.RFC1123Format (0 ms)
3: [----------] 14 tests from Format (1 ms total)
3: 
3: [----------] 17 tests from Parse
3: [ RUN      ] Parse.TimePointResolution
3: [       OK ] Parse.TimePointResolution (0 ms)
3: [ RUN      ] Parse.TimePointExtendedResolution
3: [       OK ] Parse.TimePointExtendedResolution (0 ms)
3: [ RUN      ] Parse.Basics
3: [       OK ] Parse.Basics (0 ms)
3: [ RUN      ] Parse.WithTimeZone
3: [       OK ] Parse.WithTimeZone (0 ms)
3: [ RUN      ] Parse.LeapSecond
3: [       OK ] Parse.LeapSecond (0 ms)
3: [ RUN      ] Parse.ErrorCases
3: [       OK ] Parse.ErrorCases (0 ms)
3: [ RUN      ] Parse.PosixConversions
3: [       OK ] Parse.PosixConversions (0 ms)
3: [ RUN      ] Parse.LocaleSpecific
3: [       OK ] Parse.LocaleSpecific (0 ms)
3: [ RUN      ] Parse.ExtendedSeconds
3: [       OK ] Parse.ExtendedSeconds (0 ms)
3: [ RUN      ] Parse.ExtendedSecondsScan
3: [       OK ] Parse.ExtendedSecondsScan (37 ms)
3: [ RUN      ] Parse.ExtendedSubeconds
3: [       OK ] Parse.ExtendedSubeconds (0 ms)
3: [ RUN      ] Parse.ExtendedSubecondsScan
2: [       OK ] TimeZones.LoadZonesConcurrently (106 ms)
2: [----------] 1 test from TimeZones (106 ms total)
2: 
2: [----------] 3 tests from TimeZone
2: [ RUN      ] TimeZone.NamedTimeZones
2: [       OK ] TimeZone.NamedTimeZones (0 ms)
2: [ RUN      ] TimeZone.Failures
2: [       OK ] TimeZone.Failures (0 ms)
2: [ RUN      ] TimeZone.Equality
2: [       OK ] TimeZone.Equality (0 ms)
2: [----------] 3 tests from TimeZone (0 ms total)
2: 
2: [----------] 1 test from StdChronoTimePoint
2: [ RUN      ] StdChronoTimePoint.TimeTAlignment
2: [       OK ] StdChronoTimePoint.TimeTAlignment (0 ms)
2: [----------] 1 test from StdChronoTimePoint (0 ms total)
2: 
2: [----------] 7 tests from BreakTime
2: [ RUN      ] BreakTime.TimePointResolution
2: [       OK ] BreakTime.TimePointResolution (0 ms)
2: [ RUN      ] BreakTime.LocalTimeInUTC
2: [       OK ] BreakTime.LocalTimeInUTC (0 ms)
2: [ RUN      ] BreakTime.LocalTimeInUTCUnaligned
2: [       OK ] BreakTime.LocalTimeInUTCUnaligned (0 ms)
2: [ RUN      ] BreakTime.LocalTimePosix
2: [       OK ] BreakTime.LocalTimePosix (0 ms)
2: [ RUN      ] BreakTime.LocalTimeInNewYork
2: [       OK ] BreakTime.LocalTimeInNewYork (0 ms)
2: [ RUN      ] BreakTime.LocalTimeInMTV
2: [       OK ] BreakTime.LocalTimeInMTV (0 ms)
2: [ RUN      ] BreakTime.LocalTimeInSydney
2: [       OK ] BreakTime.LocalTimeInSydney (0 ms)
2: [----------] 7 tests from BreakTime (0 ms total)
2: 
2: [----------] 1 test from TimeZoneImpl
2: [ RUN      ] TimeZoneImpl.LocalTimeInFixed
2: [       OK ] TimeZoneImpl.LocalTimeInFixed (0 ms)
2: [----------] 1 test from TimeZoneImpl (0 ms total)
2: 
2: [----------] 4 tests from MakeTime
2: [ RUN      ] MakeTime.TimePointResolution
2: [       OK ] MakeTime.TimePointResolution (0 ms)
2: [ RUN      ] MakeTime.Normalization
2: [       OK ] MakeTime.Normalization (0 ms)
2: [ RUN      ] MakeTime.SysSecondsLimits
2: [       OK ] MakeTime.SysSecondsLimits (0 ms)
2: [ RUN      ] MakeTime.LocalTimeLibC
3: [       OK ] Parse.ExtendedSubecondsScan (71 ms)
3: [ RUN      ] Parse.ExtendedOffset
3: [       OK ] Parse.ExtendedOffset (0 ms)
3: [ RUN      ] Parse.ExtendedSecondOffset
3: [       OK ] Parse.ExtendedSecondOffset (0 ms)
3: [ RUN      ] Parse.ExtendedYears
3: [       OK ] Parse.ExtendedYears (0 ms)
3: [ RUN      ] Parse.RFC3339Format
3: [       OK ] Parse.RFC3339Format (0 ms)
3: [ RUN      ] Parse.MaxRange
3: [       OK ] Parse.MaxRange (0 ms)
3: [----------] 17 tests from Parse (109 ms total)
3: 
3: [----------] 3 tests from FormatParse
3: [ RUN      ] FormatParse.RoundTrip
3: [       OK ] FormatParse.RoundTrip (0 ms)
3: [ RUN      ] FormatParse.RoundTripDistantFuture
3: [       OK ] FormatParse.RoundTripDistantFuture (0 ms)
3: [ RUN      ] FormatParse.RoundTripDistantPast
3: [       OK ] FormatParse.RoundTripDistantPast (0 ms)
3: [----------] 3 tests from FormatParse (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 34 tests from 3 test suites ran. (111 ms total)
3: [  PASSED  ] 34 tests.
2/4 Test #3: time_zone_format_test ............   Passed    0.12 sec
4: ---------------------------------------------------------------------------
4: Benchmark                                 Time             CPU   Iterations
4: ---------------------------------------------------------------------------
4: BM_Difference_Days                    0.264 ns        0.264 ns   1000000000
2: [       OK ] MakeTime.LocalTimeLibC (213 ms)
2: [----------] 4 tests from MakeTime (213 ms total)
2: 
2: [----------] 2 tests from NextTransition
2: [ RUN      ] NextTransition.UTC
2: [       OK ] NextTransition.UTC (0 ms)
2: [ RUN      ] NextTransition.AmericaNewYork
2: [       OK ] NextTransition.AmericaNewYork (0 ms)
2: [----------] 2 tests from NextTransition (0 ms total)
2: 
2: [----------] 2 tests from PrevTransition
2: [ RUN      ] PrevTransition.UTC
2: [       OK ] PrevTransition.UTC (0 ms)
2: [ RUN      ] PrevTransition.AmericaNewYork
2: [       OK ] PrevTransition.AmericaNewYork (0 ms)
2: [----------] 2 tests from PrevTransition (0 ms total)
2: 
2: [----------] 15 tests from TimeZoneEdgeCase
2: [ RUN      ] TimeZoneEdgeCase.AmericaNewYork
2: [       OK ] TimeZoneEdgeCase.AmericaNewYork (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.AmericaLosAngeles
2: [       OK ] TimeZoneEdgeCase.AmericaLosAngeles (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.ArizonaNoTransition
2: [       OK ] TimeZoneEdgeCase.ArizonaNoTransition (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.AsiaKathmandu
2: [       OK ] TimeZoneEdgeCase.AsiaKathmandu (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.PacificChatham
2: [       OK ] TimeZoneEdgeCase.PacificChatham (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.AustraliaLordHowe
2: [       OK ] TimeZoneEdgeCase.AustraliaLordHowe (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.PacificApia
2: [       OK ] TimeZoneEdgeCase.PacificApia (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.AfricaCairo
2: [       OK ] TimeZoneEdgeCase.AfricaCairo (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.AfricaMonrovia
2: [       OK ] TimeZoneEdgeCase.AfricaMonrovia (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.AmericaJamaica
2: [       OK ] TimeZoneEdgeCase.AmericaJamaica (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.WET
2: ./src/time_zone_lookup_test.cc:1362: Failure
2: Expected equality of these values:
2:   0
2:   al.offset
2:     Which is: 3600
2: ./src/time_zone_lookup_test.cc:1362: Failure
2: Value of: false == al.is_dst
2:   Actual: false
2: Expected: true
2: ./src/time_zone_lookup_test.cc:1364: Failure
2: Expected equality of these values:
2:   2
2:   al.cs.hour()
2:     Which is: 1
2: ./src/time_zone_lookup_test.cc:1368: Failure
2: Expected equality of these values:
2:   time_zone::civil_lookup::SKIPPED
2:     Which is: 1
2:   cl1.kind
2:     Which is: 0
2: ./src/time_zone_lookup_test.cc:1369: Failure
2: Expected equality of these values:
2:   2
2:   al.cs.hour()
2:     Which is: 1
2: ./src/time_zone_lookup_test.cc:1370: Failure
2: Expected equality of these values:
2:   2
2:   al.cs.hour()
2:     Which is: 1
2: ./src/time_zone_lookup_test.cc:1370: Failure
2: Expected equality of these values:
2:   0
2:   al.cs.minute()
2:     Which is: 15
2: ./src/time_zone_lookup_test.cc:1371: Failure
2: Expected equality of these values:
2:   0
2:   al.cs.hour()
2:     Which is: 1
2: ./src/time_zone_lookup_test.cc:1371: Failure
2: Expected equality of these values:
2:   0 * 3600
2:     Which is: 0
2:   al.offset
2:     Which is: 3600
2: ./src/time_zone_lookup_test.cc:1371: Failure
2: Value of: false == al.is_dst
2:   Actual: false
2: Expected: true
2: [  FAILED  ] TimeZoneEdgeCase.WET (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.FixedOffsets
2: [       OK ] TimeZoneEdgeCase.FixedOffsets (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.NegativeYear
2: [       OK ] TimeZoneEdgeCase.NegativeYear (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.UTC32bitLimit
2: [       OK ] TimeZoneEdgeCase.UTC32bitLimit (0 ms)
2: [ RUN      ] TimeZoneEdgeCase.UTC5DigitYear
2: [       OK ] TimeZoneEdgeCase.UTC5DigitYear (0 ms)
2: [----------] 15 tests from TimeZoneEdgeCase (0 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 36 tests from 9 test suites ran. (320 ms total)
2: [  PASSED  ] 35 tests.
2: [  FAILED  ] 1 test, listed below:
2: [  FAILED  ] TimeZoneEdgeCase.WET
2: 
2:  1 FAILED TEST
3/4 Test #2: time_zone_lookup_test ............***Failed    0.33 sec
Running main() from /usr/src/googletest/googletest/src/gtest_main.cc
[==========] Running 36 tests from 9 test suites.
[----------] Global test environment set-up.
[----------] 1 test from TimeZones
[ RUN      ] TimeZones.LoadZonesConcurrently
[       OK ] TimeZones.LoadZonesConcurrently (106 ms)
[----------] 1 test from TimeZones (106 ms total)

[----------] 3 tests from TimeZone
[ RUN      ] TimeZone.NamedTimeZones
[       OK ] TimeZone.NamedTimeZones (0 ms)
[ RUN      ] TimeZone.Failures
[       OK ] TimeZone.Failures (0 ms)
[ RUN      ] TimeZone.Equality
[       OK ] TimeZone.Equality (0 ms)
[----------] 3 tests from TimeZone (0 ms total)

[----------] 1 test from StdChronoTimePoint
[ RUN      ] StdChronoTimePoint.TimeTAlignment
[       OK ] StdChronoTimePoint.TimeTAlignment (0 ms)
[----------] 1 test from StdChronoTimePoint (0 ms total)

[----------] 7 tests from BreakTime
[ RUN      ] BreakTime.TimePointResolution
[       OK ] BreakTime.TimePointResolution (0 ms)
[ RUN      ] BreakTime.LocalTimeInUTC
[       OK ] BreakTime.LocalTimeInUTC (0 ms)
[ RUN      ] BreakTime.LocalTimeInUTCUnaligned
[       OK ] BreakTime.LocalTimeInUTCUnaligned (0 ms)
[ RUN      ] BreakTime.LocalTimePosix
[       OK ] BreakTime.LocalTimePosix (0 ms)
[ RUN      ] BreakTime.LocalTimeInNewYork
[       OK ] BreakTime.LocalTimeInNewYork (0 ms)
[ RUN      ] BreakTime.LocalTimeInMTV
[       OK ] BreakTime.LocalTimeInMTV (0 ms)
[ RUN      ] BreakTime.LocalTimeInSydney
[       OK ] BreakTime.LocalTimeInSydney (0 ms)
[----------] 7 tests from BreakTime (0 ms total)

[----------] 1 test from TimeZoneImpl
[ RUN      ] TimeZoneImpl.LocalTimeInFixed
[       OK ] TimeZoneImpl.LocalTimeInFixed (0 ms)
[----------] 1 test from TimeZoneImpl (0 ms total)

[----------] 4 tests from MakeTime
[ RUN      ] MakeTime.TimePointResolution
[       OK ] MakeTime.TimePointResolution (0 ms)
[ RUN      ] MakeTime.Normalization
[       OK ] MakeTime.Normalization (0 ms)
[ RUN      ] MakeTime.SysSecondsLimits
[       OK ] MakeTime.SysSecondsLimits (0 ms)
[ RUN      ] MakeTime.LocalTimeLibC
[       OK ] MakeTime.LocalTimeLibC (213 ms)
[----------] 4 tests from MakeTime (213 ms total)

[----------] 2 tests from NextTransition
[ RUN      ] NextTransition.UTC
[       OK ] NextTransition.UTC (0 ms)
[ RUN      ] NextTransition.AmericaNewYork
[       OK ] NextTransition.AmericaNewYork (0 ms)
[----------] 2 tests from NextTransition (0 ms total)

[----------] 2 tests from PrevTransition
[ RUN      ] PrevTransition.UTC
[       OK ] PrevTransition.UTC (0 ms)
[ RUN      ] PrevTransition.AmericaNewYork
[       OK ] PrevTransition.AmericaNewYork (0 ms)
[----------] 2 tests from PrevTransition (0 ms total)

[----------] 15 tests from TimeZoneEdgeCase
[ RUN      ] TimeZoneEdgeCase.AmericaNewYork
[       OK ] TimeZoneEdgeCase.AmericaNewYork (0 ms)
[ RUN      ] TimeZoneEdgeCase.AmericaLosAngeles
[       OK ] TimeZoneEdgeCase.AmericaLosAngeles (0 ms)
[ RUN      ] TimeZoneEdgeCase.ArizonaNoTransition
[       OK ] TimeZoneEdgeCase.ArizonaNoTransition (0 ms)
[ RUN      ] TimeZoneEdgeCase.AsiaKathmandu
[       OK ] TimeZoneEdgeCase.AsiaKathmandu (0 ms)
[ RUN      ] TimeZoneEdgeCase.PacificChatham
[       OK ] TimeZoneEdgeCase.PacificChatham (0 ms)
[ RUN      ] TimeZoneEdgeCase.AustraliaLordHowe
[       OK ] TimeZoneEdgeCase.AustraliaLordHowe (0 ms)
[ RUN      ] TimeZoneEdgeCase.PacificApia
[       OK ] TimeZoneEdgeCase.PacificApia (0 ms)
[ RUN      ] TimeZoneEdgeCase.AfricaCairo
[       OK ] TimeZoneEdgeCase.AfricaCairo (0 ms)
[ RUN      ] TimeZoneEdgeCase.AfricaMonrovia
[       OK ] TimeZoneEdgeCase.AfricaMonrovia (0 ms)
[ RUN      ] TimeZoneEdgeCase.AmericaJamaica
[       OK ] TimeZoneEdgeCase.AmericaJamaica (0 ms)
[ RUN      ] TimeZoneEdgeCase.WET
./src/time_zone_lookup_test.cc:1362: Failure
Expected equality of these values:
  0
  al.offset
    Which is: 3600
./src/time_zone_lookup_test.cc:1362: Failure
Value of: false == al.is_dst
  Actual: false
Expected: true
./src/time_zone_lookup_test.cc:1364: Failure
Expected equality of these values:
  2
  al.cs.hour()
    Which is: 1
./src/time_zone_lookup_test.cc:1368: Failure
Expected equality of these values:
  time_zone::civil_lookup::SKIPPED
    Which is: 1
  cl1.kind
    Which is: 0
./src/time_zone_lookup_test.cc:1369: Failure
Expected equality of these values:
  2
  al.cs.hour()
    Which is: 1
./src/time_zone_lookup_test.cc:1370: Failure
Expected equality of these values:
  2
  al.cs.hour()
    Which is: 1
./src/time_zone_lookup_test.cc:1370: Failure
Expected equality of these values:
  0
  al.cs.minute()
    Which is: 15
./src/time_zone_lookup_test.cc:1371: Failure
Expected equality of these values:
  0
  al.cs.hour()
    Which is: 1
./src/time_zone_lookup_test.cc:1371: Failure
Expected equality of these values:
  0 * 3600
    Which is: 0
  al.offset
    Which is: 3600
./src/time_zone_lookup_test.cc:1371: Failure
Value of: false == al.is_dst
  Actual: false
Expected: true
[  FAILED  ] TimeZoneEdgeCase.WET (0 ms)
[ RUN      ] TimeZoneEdgeCase.FixedOffsets
[       OK ] TimeZoneEdgeCase.FixedOffsets (0 ms)
[ RUN      ] TimeZoneEdgeCase.NegativeYear
[       OK ] TimeZoneEdgeCase.NegativeYear (0 ms)
[ RUN      ] TimeZoneEdgeCase.UTC32bitLimit
[       OK ] TimeZoneEdgeCase.UTC32bitLimit (0 ms)
[ RUN      ] TimeZoneEdgeCase.UTC5DigitYear
[       OK ] TimeZoneEdgeCase.UTC5DigitYear (0 ms)
[----------] 15 tests from TimeZoneEdgeCase (0 ms total)

[----------] Global test environment tear-down
[==========] 36 tests from 9 test suites ran. (320 ms total)
[  PASSED  ] 35 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] TimeZoneEdgeCase.WET

 1 FAILED TEST

4: BM_Step_Days                           13.6 ns         13.6 ns     51277727
4: BM_Zone_LoadUTCTimeZoneFirst           13.7 ns         13.7 ns     50945764
4: BM_Zone_LoadUTCTimeZoneLast            14.8 ns         14.8 ns     47290358
4: BM_Zone_LoadTimeZoneFirst            200659 ns       200713 ns         3472
4: BM_Zone_LoadTimeZoneCached             16.9 ns         16.9 ns     41402189
4: BM_Zone_LoadLocalTimeZoneCached        69.1 ns         69.1 ns     10246673
4: BM_Zone_LoadAllTimeZonesFirst         87638 ns        87571 ns         8003
4: BM_Zone_LoadAllTimeZonesCached         27.2 ns         27.2 ns     25748424
4: BM_Zone_TimeZoneEqualityImplicit       10.6 ns         10.6 ns     66262696
4: BM_Zone_TimeZoneEqualityExplicit       4.75 ns         4.75 ns    147290944
4: BM_Zone_UTCTimeZone                    4.49 ns         4.49 ns    155943475
4: BM_Time_ToCivil_CCTZ                   28.9 ns         28.9 ns     24600021
4: BM_Time_ToCivil_Libc                   27.2 ns         27.2 ns     25326666
4: BM_Time_ToCivilUTC_CCTZ                23.8 ns         23.8 ns     30330021
4: BM_Time_ToCivilUTC_Libc                18.9 ns         18.9 ns     35875546
4: BM_Time_FromCivil_CCTZ                 25.0 ns         25.0 ns     28060815
4: BM_Time_FromCivil_Libc                 1663 ns         1663 ns       421161
4: BM_Time_FromCivilUTC_CCTZ              17.7 ns         17.7 ns     39492883
4: BM_Time_FromCivilDay0_CCTZ             39.4 ns         39.4 ns     17855751
4: BM_Time_FromCivilDay0_Libc             1657 ns         1657 ns       422098
4: BM_Format_FormatTime/0                  211 ns          211 ns      3331741 %a, %d %b %Y %H:%M:%S %z
4: BM_Format_FormatTime/1                  169 ns          169 ns      4287545 %d %b %Y %H:%M:%S %z
4: BM_Format_FormatTime/2                  201 ns          201 ns      3485124 %Y-%m-%dT%H:%M:%E*S%Ez
4: BM_Format_FormatTime/3                  175 ns          175 ns      3993500 %Y-%m-%dT%H:%M:%S%Ez
4: BM_Format_FormatTime/4                  153 ns          153 ns      4795179 %Y-%m-%dT%H:%M:%S
4: BM_Format_FormatTime/5                 84.3 ns         84.3 ns      8668438 %Y-%m-%d
4: BM_Format_ParseTime/0                   768 ns          768 ns       917219 %a, %d %b %Y %H:%M:%S %z
4: BM_Format_ParseTime/1                   599 ns          599 ns      1043722 %d %b %Y %H:%M:%S %z
4: BM_Format_ParseTime/2                   163 ns          163 ns      4273216 %Y-%m-%dT%H:%M:%E*S%Ez
4: BM_Format_ParseTime/3                   149 ns          149 ns      4681265 %Y-%m-%dT%H:%M:%S%Ez
4: BM_Format_ParseTime/4                   102 ns          102 ns      6872220 %Y-%m-%dT%H:%M:%S
4: BM_Format_ParseTime/5                  69.0 ns         69.0 ns     10174924 %Y-%m-%d
4/4 Test #4: cctz_benchmark ...................   Passed   29.50 sec

75% tests passed, 1 tests failed out of 4

Total Test time (real) =  29.51 sec

The following tests FAILED:
	  2 - time_zone_lookup_test (Failed)
Errors while running CTest
make[1]: *** [Makefile:74: test] Error 8
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j4 test ARGS\+=--verbose ARGS\+=-j4 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-11-22T21:01:14Z

Finished
--------


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

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

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

Build Architecture: amd64
Build Type: binary
Build-Space: 106948
Build-Time: 50
Distribution: bookworm
Fail-Stage: build
Host Architecture: amd64
Install-Time: 11
Job: /tmp/debusine-fetch-exec-upload-nmweygqr/cctz_2.3+dfsg1-3.dsc
Machine Architecture: amd64
Package: cctz
Package-Time: 78
Source-Version: 2.3+dfsg1-3
Space: 106948
Status: attempted
Version: 2.3+dfsg1-3
--------------------------------------------------------------------------------
Finished at 2024-11-22T21:01:14Z
Build needed 00:01:18, 106948k disk space

Relations

Relation Direction Type Name
relates-to Source package cctz_2.3+dfsg1-3
relates-to Binary package tzdata_2024b-0+deb12u1~test1_all

build log System build a package - 18 hours, 19 minutes ago 0 minutes
BETA