Artifact dateparser_1.1.6-1_amd64-2024-11-22T21:01:21Z

Metadata
bd_uninstallable: null
filename: dateparser_1.1.6-1_amd64-2024-11-22T21:01:21Z.build
source: dateparser
version: 1.1.6-1

File

dateparser_1.1.6-1_amd64-2024-11-22T21:01:21Z.build
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-amd64-hades-04.freexian.com

+==============================================================================+
| dateparser 1.1.6-1 (amd64)                   Fri, 22 Nov 2024 21:01:21 +0000 |
+==============================================================================+

Package: dateparser
Version: 1.1.6-1
Source Version: 1.1.6-1
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.w89Ia4xyEK...
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-dsrbdnde/tzdata_2024b-0+deb12u1~test1_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/dateparser-SIqdEi/resolver-1MTyyP' with '<<RESOLVERDIR>>'

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

Get:1 file:/build/dateparser-SIqdEi/resolver-fk2Pqj/apt_archive ./ InRelease
Ign:1 file:/build/dateparser-SIqdEi/resolver-fk2Pqj/apt_archive ./ InRelease
Get:2 file:/build/dateparser-SIqdEi/resolver-fk2Pqj/apt_archive ./ Release [603 B]
Get:2 file:/build/dateparser-SIqdEi/resolver-fk2Pqj/apt_archive ./ Release [603 B]
Get:3 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:4 file:/build/dateparser-SIqdEi/resolver-fk2Pqj/apt_archive ./ Release.gpg
Ign:4 file:/build/dateparser-SIqdEi/resolver-fk2Pqj/apt_archive ./ Release.gpg
Get:5 file:/build/dateparser-SIqdEi/resolver-fk2Pqj/apt_archive ./ Packages [872 B]
Get:6 http://deb.debian.org/debian bookworm/main amd64 Packages [8789 kB]
Fetched 8940 kB in 1s (9441 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/dateparser-SIqdEi/resolver-fk2Pqj/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:01:34 UTC 2024.
Universal Time is now:  Fri Nov 22 21:01:34 UTC 2024.
Run 'dpkg-reconfigure tzdata' if you wish to change it.


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


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

/tmp/debusine-fetch-exec-upload-dsrbdnde/dateparser_1.1.6-1.dsc exists in /tmp/debusine-fetch-exec-upload-dsrbdnde; copying to chroot
I: NOTICE: Log filtering will replace 'build/dateparser-SIqdEi/dateparser-1.1.6' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/dateparser-SIqdEi' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper-compat (= 13), dh-python, locales-all, python3-all, python3-convertdate, python3-coverage, python3-dateutil, python3-fasttext, python3-langdetect, python3-mock, python3-parameterized, python3-parsel, python3-pytest, python3-requests, python3-ruamel.yaml, python3-regex, python3-setuptools, python3-six, python3-tz, python3-tzlocal, build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 13), dh-python, locales-all, python3-all, python3-convertdate, python3-coverage, python3-dateutil, python3-fasttext, python3-langdetect, python3-mock, python3-parameterized, python3-parsel, python3-pytest, python3-requests, python3-ruamel.yaml, python3-regex, python3-setuptools, python3-six, python3-tz, python3-tzlocal, 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 [956 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [967 B]
Fetched 2532 B in 0s (0 B/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-fk2Pqj/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-fk2Pqj/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-fk2Pqj/apt_archive ./ Release [603 B]
Get:2 file:/<<BUILDDIR>>/resolver-fk2Pqj/apt_archive ./ Release [603 B]
Get:3 file:/<<BUILDDIR>>/resolver-fk2Pqj/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-fk2Pqj/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 ca-certificates
  debhelper dh-autoreconf dh-python dh-strip-nondeterminism dwz fakeroot file
  gettext gettext-base groff-base intltool-debian libarchive-zip-perl libblas3
  libc-l10n libdebhelper-perl libelf1 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libgfortran5 libicu72 liblapack3
  libmagic-mgc libmagic1 libncursesw6 libpipeline1 libpython3-stdlib
  libpython3.11-minimal libpython3.11-stdlib libreadline8 libsqlite3-0
  libsub-override-perl libtool libuchardet0 libxml2 libxslt1.1 locales-all m4
  man-db media-types openssl po-debconf pybind11-dev python3 python3-all
  python3-attr python3-certifi python3-chardet python3-charset-normalizer
  python3-convertdate python3-coverage python3-cssselect python3-dateutil
  python3-distutils python3-fasttext python3-idna python3-iniconfig
  python3-langdetect python3-lib2to3 python3-lxml python3-minimal python3-mock
  python3-more-itertools python3-numpy python3-packaging python3-parameterized
  python3-parsel python3-pbr python3-pkg-resources python3-pluggy python3-py
  python3-pybind11 python3-pymeeus python3-pytest
  python3-pytz-deprecation-shim python3-regex python3-requests
  python3-ruamel.yaml python3-ruamel.yaml.clib python3-setuptools python3-six
  python3-tz python3-tzlocal python3-urllib3 python3-w3lib python3.11
  python3.11-minimal readline-common sensible-utils
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc dh-make flit python3-build
  python3-tomli python3-installer gettext-doc libasprintf-dev libgettextpo-dev
  groff libtool-doc gfortran | fortran95-compiler gcj-jdk m4-doc apparmor less
  www-browser libmail-box-perl pybind11-doc python3-doc python3-tk
  python3-venv python-attr-doc python-coverage-doc python-lxml-doc
  python-mock-doc gfortran python3-dev subversion python3-cryptography
  python3-openssl python3-socks python-requests-doc python-setuptools-doc
  python3-brotli python3.11-venv python3.11-doc binfmt-support readline-doc
Recommended packages:
  curl | wget | lynx libarchive-cpio-perl libgpm2 libltdl-dev
  libmail-sendmail-perl libeigen3-dev python3-bs4 python3-html5lib
  python3-pygments
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils ca-certificates
  debhelper dh-autoreconf dh-python dh-strip-nondeterminism dwz fakeroot file
  gettext gettext-base groff-base intltool-debian libarchive-zip-perl libblas3
  libc-l10n libdebhelper-perl libelf1 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libgfortran5 libicu72 liblapack3
  libmagic-mgc libmagic1 libncursesw6 libpipeline1 libpython3-stdlib
  libpython3.11-minimal libpython3.11-stdlib libreadline8 libsqlite3-0
  libsub-override-perl libtool libuchardet0 libxml2 libxslt1.1 locales-all m4
  man-db media-types openssl po-debconf pybind11-dev python3 python3-all
  python3-attr python3-certifi python3-chardet python3-charset-normalizer
  python3-convertdate python3-coverage python3-cssselect python3-dateutil
  python3-distutils python3-fasttext python3-idna python3-iniconfig
  python3-langdetect python3-lib2to3 python3-lxml python3-minimal python3-mock
  python3-more-itertools python3-numpy python3-packaging python3-parameterized
  python3-parsel python3-pbr python3-pkg-resources python3-pluggy python3-py
  python3-pybind11 python3-pymeeus python3-pytest
  python3-pytz-deprecation-shim python3-regex python3-requests
  python3-ruamel.yaml python3-ruamel.yaml.clib python3-setuptools python3-six
  python3-tz python3-tzlocal python3-urllib3 python3-w3lib python3.11
  python3.11-minimal readline-common sbuild-build-depends-main-dummy
  sensible-utils
0 upgraded, 96 newly installed, 0 to remove and 0 not upgraded.
Need to get 53.1 MB of archives.
After this operation, 403 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1004 B]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u4 [815 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u4 [2066 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2+deb12u1 [839 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u4 [1797 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6+deb12u4 [573 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B]
Get:14 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.15-1~deb12u1 [1427 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311 [153 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 groff-base amd64 1.22.4-10 [916 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 libc-l10n all 2.36-9+deb12u9 [677 kB]
Get:25 http://deb.debian.org/debian bookworm/main amd64 bsdextrautils amd64 2.38.1-5+deb12u2 [86.8 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]
Get:27 http://deb.debian.org/debian bookworm/main amd64 man-db amd64 2.11.2-2 [1386 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
Get:30 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-12 [495 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
Get:34 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-7~deb12u1 [517 kB]
Get:35 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
Get:37 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
Get:38 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
Get:39 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
Get:40 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
Get:41 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
Get:42 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
Get:43 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB]
Get:45 http://deb.debian.org/debian bookworm/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
Get:46 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
Get:48 http://deb.debian.org/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB]
Get:50 http://deb.debian.org/debian bookworm/main amd64 dh-python all 5.20230130+deb12u1 [104 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 libblas3 amd64 3.11.0-2 [149 kB]
Get:54 http://deb.debian.org/debian bookworm/main amd64 libgfortran5 amd64 12.2.0-14 [793 kB]
Get:55 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
Get:56 http://deb.debian.org/debian bookworm/main amd64 libxslt1.1 amd64 1.1.35-1 [242 kB]
Get:57 http://deb.debian.org/debian bookworm/main amd64 locales-all amd64 2.36-9+deb12u9 [10.7 MB]
Get:58 http://deb.debian.org/debian bookworm/main amd64 pybind11-dev all 2.10.3-1 [186 kB]
Get:59 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1056 B]
Get:60 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
Get:61 http://deb.debian.org/debian bookworm/main amd64 python3-certifi all 2022.9.24-1 [153 kB]
Get:62 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB]
Get:63 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
Get:64 http://deb.debian.org/debian bookworm/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
Get:65 http://deb.debian.org/debian bookworm/main amd64 python3-pymeeus all 0.5.11+dfsg1-1 [477 kB]
Get:66 http://deb.debian.org/debian bookworm/main amd64 python3-convertdate all 2.4.0-1 [38.7 kB]
Get:67 http://deb.debian.org/debian bookworm/main amd64 python3-coverage amd64 6.5.0+dfsg1-2+b1 [153 kB]
Get:68 http://deb.debian.org/debian bookworm/main amd64 python3-cssselect all 1.2.0-2 [21.6 kB]
Get:69 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB]
Get:70 http://deb.debian.org/debian bookworm/main amd64 python3-dateutil all 2.8.2-2 [78.3 kB]
Get:71 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-pybind11 all 2.10.3-1 [199 kB]
Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-fasttext amd64 0.9.2+ds-1+b1 [223 kB]
Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-idna all 3.3-1+deb12u1 [41.0 kB]
Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-iniconfig all 1.1.1-2 [6396 B]
Get:76 http://deb.debian.org/debian bookworm/main amd64 python3-langdetect all 1.0.9-1 [725 kB]
Get:77 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1194 kB]
Get:78 http://deb.debian.org/debian bookworm/main amd64 python3-setuptools all 66.1.1-1 [521 kB]
Get:79 http://deb.debian.org/debian bookworm/main amd64 python3-pbr all 5.10.0-2 [61.4 kB]
Get:80 http://deb.debian.org/debian bookworm/main amd64 python3-mock all 4.0.3-4 [64.0 kB]
Get:81 http://deb.debian.org/debian bookworm/main amd64 python3-more-itertools all 8.10.0-2 [53.0 kB]
Get:82 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
Get:83 http://deb.debian.org/debian bookworm/main amd64 python3-parameterized all 0.8.1-6 [21.1 kB]
Get:84 http://deb.debian.org/debian bookworm/main amd64 python3-w3lib all 2.1.1-1 [19.8 kB]
Get:85 http://deb.debian.org/debian bookworm/main amd64 python3-parsel all 1.7.0+dfsg-1 [16.8 kB]
Get:86 http://deb.debian.org/debian bookworm/main amd64 python3-pluggy all 1.0.0+repack-1 [19.7 kB]
Get:87 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
Get:88 http://deb.debian.org/debian bookworm/main amd64 python3-pytest all 7.2.1-2 [236 kB]
Get:89 http://deb.debian.org/debian bookworm/main amd64 python3-pytz-deprecation-shim all 0.1.0.post0-3 [14.4 kB]
Get:90 http://deb.debian.org/debian bookworm/main amd64 python3-regex amd64 0.1.20221031-1+b1 [266 kB]
Get:91 http://deb.debian.org/debian bookworm/main amd64 python3-urllib3 all 1.26.12-1 [117 kB]
Get:92 http://deb.debian.org/debian bookworm/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
Get:93 http://deb.debian.org/debian bookworm/main amd64 python3-ruamel.yaml.clib amd64 0.2.7-1+b2 [113 kB]
Get:94 http://deb.debian.org/debian bookworm/main amd64 python3-ruamel.yaml all 0.17.21-1 [103 kB]
Get:95 http://deb.debian.org/debian bookworm/main amd64 python3-tz all 2022.7.1-4 [30.1 kB]
Get:96 http://deb.debian.org/debian bookworm/main amd64 python3-tzlocal all 4.2-1 [24.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 53.1 MB in 1s (91.3 MB/s)
Selecting previously unselected package libpython3.11-minimal:amd64.
(Reading database ... 12212 files and directories currently installed.)
Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u4_amd64.deb ...
Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.5.0-1+deb12u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package python3.11-minimal.
Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u4_amd64.deb ...
Unpacking python3.11-minimal (3.11.2-6+deb12u4) ...
Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u4) ...
Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ...
Setting up python3.11-minimal (3.11.2-6+deb12u4) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 12528 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.11.2-1+b1_amd64.deb ...
Unpacking python3-minimal (3.11.2-1+b1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_10.0.0_all.deb ...
Unpacking media-types (10.0.0) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../2-libncursesw6_6.4-4_amd64.deb ...
Unpacking libncursesw6:amd64 (6.4-4) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_8.2-1.3_all.deb ...
Unpacking readline-common (8.2-1.3) ...
Selecting previously unselected package libreadline8:amd64.
Preparing to unpack .../4-libreadline8_8.2-1.3_amd64.deb ...
Unpacking libreadline8:amd64 (8.2-1.3) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../5-libsqlite3-0_3.40.1-2+deb12u1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u1) ...
Selecting previously unselected package libpython3.11-stdlib:amd64.
Preparing to unpack .../6-libpython3.11-stdlib_3.11.2-6+deb12u4_amd64.deb ...
Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package python3.11.
Preparing to unpack .../7-python3.11_3.11.2-6+deb12u4_amd64.deb ...
Unpacking python3.11 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../8-libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
Setting up python3-minimal (3.11.2-1+b1) ...
Selecting previously unselected package python3.
(Reading database ... 12979 files and directories currently installed.)
Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
Unpacking python3 (3.11.2-1+b1) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../01-sensible-utils_0.0.17+nmu1_all.deb ...
Unpacking sensible-utils (0.0.17+nmu1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../02-openssl_3.0.15-1~deb12u1_amd64.deb ...
Unpacking openssl (3.0.15-1~deb12u1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../03-ca-certificates_20230311_all.deb ...
Unpacking ca-certificates (20230311) ...
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 libc-l10n.
Preparing to unpack .../10-libc-l10n_2.36-9+deb12u9_all.deb ...
Unpacking libc-l10n (2.36-9+deb12u9) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../11-bsdextrautils_2.38.1-5+deb12u2_amd64.deb ...
Unpacking bsdextrautils (2.38.1-5+deb12u2) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../12-libpipeline1_1.5.7-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.7-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../13-man-db_2.11.2-2_amd64.deb ...
Unpacking man-db (2.11.2-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../14-m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../15-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../16-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../17-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 .../18-autopoint_0.21-12_all.deb ...
Unpacking autopoint (0.21-12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../19-libdebhelper-perl_13.11.4_all.deb ...
Unpacking libdebhelper-perl (13.11.4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../20-libtool_2.4.7-7~deb12u1_all.deb ...
Unpacking libtool (2.4.7-7~deb12u1) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../21-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../22-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 .../23-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 .../24-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 .../25-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 .../26-libelf1_0.188-2.1_amd64.deb ...
Unpacking libelf1:amd64 (0.188-2.1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../27-dwz_0.15-1_amd64.deb ...
Unpacking dwz (0.15-1) ...
Selecting previously unselected package libicu72:amd64.
Preparing to unpack .../28-libicu72_72.1-3_amd64.deb ...
Unpacking libicu72:amd64 (72.1-3) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../29-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../30-gettext_0.21-12_amd64.deb ...
Unpacking gettext (0.21-12) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../31-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 .../32-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../33-debhelper_13.11.4_all.deb ...
Unpacking debhelper (13.11.4) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../34-python3-lib2to3_3.11.2-3_all.deb ...
Unpacking python3-lib2to3 (3.11.2-3) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../35-python3-distutils_3.11.2-3_all.deb ...
Unpacking python3-distutils (3.11.2-3) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../36-dh-python_5.20230130+deb12u1_all.deb ...
Unpacking dh-python (5.20230130+deb12u1) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../37-libfakeroot_1.31-1.2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.31-1.2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../38-fakeroot_1.31-1.2_amd64.deb ...
Unpacking fakeroot (1.31-1.2) ...
Selecting previously unselected package libblas3:amd64.
Preparing to unpack .../39-libblas3_3.11.0-2_amd64.deb ...
Unpacking libblas3:amd64 (3.11.0-2) ...
Selecting previously unselected package libgfortran5:amd64.
Preparing to unpack .../40-libgfortran5_12.2.0-14_amd64.deb ...
Unpacking libgfortran5:amd64 (12.2.0-14) ...
Selecting previously unselected package liblapack3:amd64.
Preparing to unpack .../41-liblapack3_3.11.0-2_amd64.deb ...
Unpacking liblapack3:amd64 (3.11.0-2) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../42-libxslt1.1_1.1.35-1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.35-1) ...
Selecting previously unselected package locales-all.
Preparing to unpack .../43-locales-all_2.36-9+deb12u9_amd64.deb ...
Unpacking locales-all (2.36-9+deb12u9) ...
Selecting previously unselected package pybind11-dev.
Preparing to unpack .../44-pybind11-dev_2.10.3-1_all.deb ...
Unpacking pybind11-dev (2.10.3-1) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../45-python3-all_3.11.2-1+b1_amd64.deb ...
Unpacking python3-all (3.11.2-1+b1) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../46-python3-attr_22.2.0-1_all.deb ...
Unpacking python3-attr (22.2.0-1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../47-python3-certifi_2022.9.24-1_all.deb ...
Unpacking python3-certifi (2022.9.24-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../48-python3-pkg-resources_66.1.1-1_all.deb ...
Unpacking python3-pkg-resources (66.1.1-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../49-python3-chardet_5.1.0+dfsg-2_all.deb ...
Unpacking python3-chardet (5.1.0+dfsg-2) ...
Selecting previously unselected package python3-charset-normalizer.
Preparing to unpack .../50-python3-charset-normalizer_3.0.1-2_all.deb ...
Unpacking python3-charset-normalizer (3.0.1-2) ...
Selecting previously unselected package python3-pymeeus.
Preparing to unpack .../51-python3-pymeeus_0.5.11+dfsg1-1_all.deb ...
Unpacking python3-pymeeus (0.5.11+dfsg1-1) ...
Selecting previously unselected package python3-convertdate.
Preparing to unpack .../52-python3-convertdate_2.4.0-1_all.deb ...
Unpacking python3-convertdate (2.4.0-1) ...
Selecting previously unselected package python3-coverage.
Preparing to unpack .../53-python3-coverage_6.5.0+dfsg1-2+b1_amd64.deb ...
Unpacking python3-coverage (6.5.0+dfsg1-2+b1) ...
Selecting previously unselected package python3-cssselect.
Preparing to unpack .../54-python3-cssselect_1.2.0-2_all.deb ...
Unpacking python3-cssselect (1.2.0-2) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../55-python3-six_1.16.0-4_all.deb ...
Unpacking python3-six (1.16.0-4) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../56-python3-dateutil_2.8.2-2_all.deb ...
Unpacking python3-dateutil (2.8.2-2) ...
Selecting previously unselected package python3-numpy.
Preparing to unpack .../57-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
Selecting previously unselected package python3-pybind11.
Preparing to unpack .../58-python3-pybind11_2.10.3-1_all.deb ...
Unpacking python3-pybind11 (2.10.3-1) ...
Selecting previously unselected package python3-fasttext.
Preparing to unpack .../59-python3-fasttext_0.9.2+ds-1+b1_amd64.deb ...
Unpacking python3-fasttext (0.9.2+ds-1+b1) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../60-python3-idna_3.3-1+deb12u1_all.deb ...
Unpacking python3-idna (3.3-1+deb12u1) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../61-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-langdetect.
Preparing to unpack .../62-python3-langdetect_1.0.9-1_all.deb ...
Unpacking python3-langdetect (1.0.9-1) ...
Selecting previously unselected package python3-lxml:amd64.
Preparing to unpack .../63-python3-lxml_4.9.2-1+b1_amd64.deb ...
Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../64-python3-setuptools_66.1.1-1_all.deb ...
Unpacking python3-setuptools (66.1.1-1) ...
Selecting previously unselected package python3-pbr.
Preparing to unpack .../65-python3-pbr_5.10.0-2_all.deb ...
Unpacking python3-pbr (5.10.0-2) ...
Selecting previously unselected package python3-mock.
Preparing to unpack .../66-python3-mock_4.0.3-4_all.deb ...
Unpacking python3-mock (4.0.3-4) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../67-python3-more-itertools_8.10.0-2_all.deb ...
Unpacking python3-more-itertools (8.10.0-2) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../68-python3-packaging_23.0-1_all.deb ...
Unpacking python3-packaging (23.0-1) ...
Selecting previously unselected package python3-parameterized.
Preparing to unpack .../69-python3-parameterized_0.8.1-6_all.deb ...
Unpacking python3-parameterized (0.8.1-6) ...
Selecting previously unselected package python3-w3lib.
Preparing to unpack .../70-python3-w3lib_2.1.1-1_all.deb ...
Unpacking python3-w3lib (2.1.1-1) ...
Selecting previously unselected package python3-parsel.
Preparing to unpack .../71-python3-parsel_1.7.0+dfsg-1_all.deb ...
Unpacking python3-parsel (1.7.0+dfsg-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../72-python3-pluggy_1.0.0+repack-1_all.deb ...
Unpacking python3-pluggy (1.0.0+repack-1) ...
Selecting previously unselected package python3-py.
Preparing to unpack .../73-python3-py_1.11.0-1_all.deb ...
Unpacking python3-py (1.11.0-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../74-python3-pytest_7.2.1-2_all.deb ...
Unpacking python3-pytest (7.2.1-2) ...
Selecting previously unselected package python3-pytz-deprecation-shim.
Preparing to unpack .../75-python3-pytz-deprecation-shim_0.1.0.post0-3_all.deb ...
Unpacking python3-pytz-deprecation-shim (0.1.0.post0-3) ...
Selecting previously unselected package python3-regex.
Preparing to unpack .../76-python3-regex_0.1.20221031-1+b1_amd64.deb ...
Unpacking python3-regex (0.1.20221031-1+b1) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../77-python3-urllib3_1.26.12-1_all.deb ...
Unpacking python3-urllib3 (1.26.12-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../78-python3-requests_2.28.1+dfsg-1_all.deb ...
Unpacking python3-requests (2.28.1+dfsg-1) ...
Selecting previously unselected package python3-ruamel.yaml.clib:amd64.
Preparing to unpack .../79-python3-ruamel.yaml.clib_0.2.7-1+b2_amd64.deb ...
Unpacking python3-ruamel.yaml.clib:amd64 (0.2.7-1+b2) ...
Selecting previously unselected package python3-ruamel.yaml.
Preparing to unpack .../80-python3-ruamel.yaml_0.17.21-1_all.deb ...
Unpacking python3-ruamel.yaml (0.17.21-1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../81-python3-tz_2022.7.1-4_all.deb ...
Unpacking python3-tz (2022.7.1-4) ...
Selecting previously unselected package python3-tzlocal.
Preparing to unpack .../82-python3-tzlocal_4.2-1_all.deb ...
Unpacking python3-tzlocal (4.2-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../83-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up media-types (10.0.0) ...
Setting up libpipeline1:amd64 (1.5.7-1) ...
Setting up libc-l10n (2.36-9+deb12u9) ...
Setting up libicu72:amd64 (72.1-3) ...
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 libsqlite3-0:amd64 (3.40.1-2+deb12u1) ...
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 pybind11-dev (2.10.3-1) ...
Setting up locales-all (2.36-9+deb12u9) ...
Setting up libfakeroot:amd64 (1.31-1.2) ...
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 libblas3:amd64 (3.11.0-2) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
Setting up autopoint (0.21-12) ...
Setting up libncursesw6:amd64 (6.4-4) ...
Setting up libgfortran5:amd64 (12.2.0-14) ...
Setting up autoconf (2.71-3) ...
Setting up sensible-utils (0.0.17+nmu1) ...
Setting up libuchardet0:amd64 (0.0.7-1) ...
Setting up libsub-override-perl (0.09-4) ...
Setting up openssl (3.0.15-1~deb12u1) ...
Setting up libelf1:amd64 (0.188-2.1) ...
Setting up readline-common (8.2-1.3) ...
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 liblapack3:amd64 (3.11.0-2) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up gettext (0.21-12) ...
Setting up libtool (2.4.7-7~deb12u1) ...
Setting up libreadline8:amd64 (8.2-1.3) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up dh-autoreconf (20) ...
Setting up ca-certificates (20230311) ...
Updating certificates in /etc/ssl/certs...
140 added, 0 removed; done.
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 libxslt1.1:amd64 (1.1.35-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u4) ...
Setting up man-db (2.11.2-2) ...
Not building database; man-db/auto-update is not 'true'.
Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
Setting up python3.11 (3.11.2-6+deb12u4) ...
Setting up debhelper (13.11.4) ...
Setting up python3 (3.11.2-1+b1) ...
Setting up python3-tz (2022.7.1-4) ...
Setting up python3-six (1.16.0-4) ...
Setting up python3-packaging (23.0-1) ...
Setting up python3-certifi (2022.9.24-1) ...
Setting up python3-idna (3.3-1+deb12u1) ...
Setting up python3-regex (0.1.20221031-1+b1) ...
Setting up python3-urllib3 (1.26.12-1) ...
Setting up python3-pluggy (1.0.0+repack-1) ...
Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
Setting up python3-dateutil (2.8.2-2) ...
Setting up python3-cssselect (1.2.0-2) ...
Setting up python3-lib2to3 (3.11.2-3) ...
Setting up python3-pybind11 (2.10.3-1) ...
Setting up python3-langdetect (1.0.9-1) ...
Setting up python3-pkg-resources (66.1.1-1) ...
Setting up python3-distutils (3.11.2-3) ...
Setting up dh-python (5.20230130+deb12u1) ...
Setting up python3-more-itertools (8.10.0-2) ...
Setting up python3-iniconfig (1.1.1-2) ...
Setting up python3-attr (22.2.0-1) ...
Setting up python3-w3lib (2.1.1-1) ...
Setting up python3-parameterized (0.8.1-6) ...
Setting up python3-setuptools (66.1.1-1) ...
Setting up python3-py (1.11.0-1) ...
Setting up python3-pbr (5.10.0-2) ...
Setting up python3-pytz-deprecation-shim (0.1.0.post0-3) ...
Setting up python3-charset-normalizer (3.0.1-2) ...
Setting up python3-pytest (7.2.1-2) ...
Setting up python3-pymeeus (0.5.11+dfsg1-1) ...
Setting up python3-ruamel.yaml.clib:amd64 (0.2.7-1+b2) ...
Setting up python3-all (3.11.2-1+b1) ...
Setting up python3-coverage (6.5.0+dfsg1-2+b1) ...
Setting up python3-mock (4.0.3-4) ...
Setting up python3-chardet (5.1.0+dfsg-2) ...
Setting up python3-requests (2.28.1+dfsg-1) ...
Setting up python3-parsel (1.7.0+dfsg-1) ...
Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
Setting up python3-ruamel.yaml (0.17.21-1) ...
Setting up python3-tzlocal (4.2-1) ...
Setting up python3-convertdate (2.4.0-1) ...
Setting up python3-fasttext (0.9.2+ds-1+b1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for ca-certificates (20230311) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.

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

Arch check ok (amd64 included in 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 ca-certificates_20230311 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-python_5.20230130+deb12u1 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 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 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 libbinutils_2.40-2 libblas3_3.11.0-2 libblkid1_2.38.1-5+deb12u2 libbz2-1.0_1.0.8-5+b1 libc-bin_2.36-9+deb12u9 libc-dev-bin_2.36-9+deb12u9 libc-l10n_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 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 libgfortran5_12.2.0-14 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 libk5crypto3_1.20.1-2+deb12u2 libkeyutils1_1.6.3-2 libkrb5-3_1.20.1-2+deb12u2 libkrb5support0_1.20.1-2+deb12u2 liblapack3_3.11.0-2 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 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 libpython3-stdlib_3.11.2-1+b1 libpython3.11-minimal_3.11.2-6+deb12u4 libpython3.11-stdlib_3.11.2-6+deb12u4 libquadmath0_12.2.0-14 libreadline8_8.2-1.3 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 libsqlite3-0_3.40.1-2+deb12u1 libss2_1.47.0-2 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 libxml2_2.9.14+dfsg-1.3~deb12u1 libxslt1.1_1.1.35-1 libxxhash0_0.8.1-1 libzstd1_1.5.4+dfsg2-5 linux-libc-dev_6.1.115-1 locales-all_2.36-9+deb12u9 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 media-types_10.0.0 mount_2.38.1-5+deb12u2 ncurses-base_6.4-4 ncurses-bin_6.4-4 openssl_3.0.15-1~deb12u1 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 pybind11-dev_2.10.3-1 python3_3.11.2-1+b1 python3-all_3.11.2-1+b1 python3-attr_22.2.0-1 python3-certifi_2022.9.24-1 python3-chardet_5.1.0+dfsg-2 python3-charset-normalizer_3.0.1-2 python3-convertdate_2.4.0-1 python3-coverage_6.5.0+dfsg1-2+b1 python3-cssselect_1.2.0-2 python3-dateutil_2.8.2-2 python3-distutils_3.11.2-3 python3-fasttext_0.9.2+ds-1+b1 python3-idna_3.3-1+deb12u1 python3-iniconfig_1.1.1-2 python3-langdetect_1.0.9-1 python3-lib2to3_3.11.2-3 python3-lxml_4.9.2-1+b1 python3-minimal_3.11.2-1+b1 python3-mock_4.0.3-4 python3-more-itertools_8.10.0-2 python3-numpy_1:1.24.2-1+deb12u1 python3-packaging_23.0-1 python3-parameterized_0.8.1-6 python3-parsel_1.7.0+dfsg-1 python3-pbr_5.10.0-2 python3-pkg-resources_66.1.1-1 python3-pluggy_1.0.0+repack-1 python3-py_1.11.0-1 python3-pybind11_2.10.3-1 python3-pymeeus_0.5.11+dfsg1-1 python3-pytest_7.2.1-2 python3-pytz-deprecation-shim_0.1.0.post0-3 python3-regex_0.1.20221031-1+b1 python3-requests_2.28.1+dfsg-1 python3-ruamel.yaml_0.17.21-1 python3-ruamel.yaml.clib_0.2.7-1+b2 python3-setuptools_66.1.1-1 python3-six_1.16.0-4 python3-tz_2022.7.1-4 python3-tzlocal_4.2-1 python3-urllib3_1.26.12-1 python3-w3lib_2.1.1-1 python3.11_3.11.2-6+deb12u4 python3.11-minimal_3.11.2-6+deb12u4 readline-common_8.2-1.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: SHA256

Format: 3.0 (quilt)
Source: dateparser
Binary: python3-dateparser
Architecture: all
Version: 1.1.6-1
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>, Andrey Rahmatullin <wrar@debian.org>
Homepage: https://github.com/scrapinghub/dateparser
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/dateparser
Vcs-Git: https://salsa.debian.org/python-team/packages/dateparser.git
Testsuite: autopkgtest
Testsuite-Triggers: build-essential, locales-all, python3-all, python3-convertdate, python3-coverage, python3-fasttext, python3-langdetect, python3-mock, python3-parameterized, python3-parsel, python3-pytest, python3-requests, python3-ruamel.yaml, python3-six
Build-Depends: debhelper-compat (= 13), dh-python, locales-all, python3-all, python3-convertdate, python3-coverage, python3-dateutil, python3-fasttext, python3-langdetect, python3-mock, python3-parameterized, python3-parsel <!nocheck>, python3-pytest, python3-requests <!nocheck>, python3-ruamel.yaml, python3-regex, python3-setuptools, python3-six, python3-tz, python3-tzlocal
Package-List:
 python3-dateparser deb python optional arch=all
Checksums-Sha1:
 d8ad21aabbd6c40c4d7a2127f6521008aaef733d 492907 dateparser_1.1.6.orig.tar.gz
 7f925df7bb01afa7aa29e7078991076c39740b44 5020 dateparser_1.1.6-1.debian.tar.xz
Checksums-Sha256:
 defda3336de096a59341d5ef0c6dda0e96de28a91eca4957ed683fa379194c35 492907 dateparser_1.1.6.orig.tar.gz
 412152ede5984e1daa16d6db6db0cb52e6b47fcc8495b7eb76ee286c8462ac50 5020 dateparser_1.1.6-1.debian.tar.xz
Files:
 bd6955cf854c7d0b12f33edf7981557a 492907 dateparser_1.1.6.orig.tar.gz
 ce37e334e1eac4423222024b31155170 5020 dateparser_1.1.6-1.debian.tar.xz

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

iQEzBAEBCAAdFiEEexZCBNCWcjsBljWrPqHd3bJh2XsFAmPS8SoACgkQPqHd3bJh
2Xu6Zwf8DrFq93PT5XuWcOb9+xfrr2knPFBub6vGS373M/yv+p0pbtI6ca41ypQZ
Co6pN8qnAR7W93bFc39YJPATwV4twRIsd2bPcDkDHP3nUMF3SBrNYE28yM2Zvesb
OPvKMmLwfgwrth/oS3XinZOeIh2H+XF5ZUK0ITWYQM8nRpM8FKPbG/f6wmy2sp5Q
9gWFK4zH6vCWzyv6Ncz0DvK9dliIQl9s1piIVS0GLj9nA1Io4bTEqVkJDh2v1Dku
ILFSdnVkAMTDEWvYRve5h8ybBkAWwNxgxcBqYyClSneCjfgZpQ+6vmuN7xQfb2jk
2nQt1Pg0kKUQ0zKNi5jaAsTQ/h6wvA==
=1cL7
-----END PGP SIGNATURE-----

gpgv: Signature made Thu Jan 26 21:31:22 2023 UTC
gpgv:                using RSA key 7B164204D096723B019635AB3EA1DDDDB261D97B
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./dateparser_1.1.6-1.dsc: no acceptable signature found
dpkg-source: info: extracting dateparser in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking dateparser_1.1.6.orig.tar.gz
dpkg-source: info: unpacking dateparser_1.1.6-1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying skip-hijri-tests.patch
dpkg-source: info: applying skip-git-clone.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 dateparser
dpkg-buildpackage: info: source version 1.1.6-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Antoine Beaupré <anarcat@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:240: python3.11 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.11' does not exist -- can't clean it
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:240: python3.11 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:240: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_cli
copying dateparser_cli/cli.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_cli
copying dateparser_cli/fasttext_manager.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_cli
copying dateparser_cli/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_cli
copying dateparser_cli/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_cli
copying dateparser_cli/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_cli
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser
copying dateparser/freshness_date_parser.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser
copying dateparser/timezone_parser.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser
copying dateparser/date_parser.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser
copying dateparser/date.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser
copying dateparser/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser
copying dateparser/timezones.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser
copying dateparser/conf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser
copying dateparser/parser.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_scripts
copying dateparser_scripts/get_cldr_data.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_scripts
copying dateparser_scripts/update_supported_languages_and_locales.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_scripts
copying dateparser_scripts/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_scripts
copying dateparser_scripts/write_complete_data.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_scripts
copying dateparser_scripts/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_scripts
copying dateparser_scripts/order_languages.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_scripts
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_data
copying dateparser_data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_data
copying dateparser_data/settings.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser_data
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/languages
copying dateparser/languages/locale.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/languages
copying dateparser/languages/dictionary.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/languages
copying dateparser/languages/loader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/languages
copying dateparser/languages/validation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/languages
copying dateparser/languages/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/languages
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/utils
copying dateparser/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/utils
copying dateparser/utils/strptime.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/utils
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/search
copying dateparser/search/search.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/search
copying dateparser/search/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/search
copying dateparser/search/text_detection.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/search
copying dateparser/search/detection.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/search
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data
copying dateparser/data/languages_info.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data
copying dateparser/data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/calendars
copying dateparser/calendars/hijri_parser.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/calendars
copying dateparser/calendars/jalali_parser.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/calendars
copying dateparser/calendars/hijri.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/calendars
copying dateparser/calendars/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/calendars
copying dateparser/calendars/jalali.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/calendars
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/custom_language_detection
copying dateparser/custom_language_detection/language_mapping.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/custom_language_detection
copying dateparser/custom_language_detection/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/custom_language_detection
copying dateparser/custom_language_detection/langdetect.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/custom_language_detection
copying dateparser/custom_language_detection/fasttext.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/custom_language_detection
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/si.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ca.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/hr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/fa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/so.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mas.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/he.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/shi-Tfng.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/yue.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mgh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/az-Latn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mzn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/twq.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ug.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/as.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/naq.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ms.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sr-Cyrl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sv.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/zh-Hans.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/gd.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ckb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kam.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bas.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/tzm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ce.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/da.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/gsw.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ar.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ta.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/nb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/om.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sq.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/lkt.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/az.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ast.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/xog.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/jmc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kab.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/to.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/br.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/el.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/lrc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kln.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/pa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/nyn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sr-Latn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/lt.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ky.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bez.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/shi-Latn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/luo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ga.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/lu.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kde.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/cy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/de.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/te.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bem.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/saq.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/vun.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/qu.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/gu.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/guz.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kea.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/lb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/gv.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/rn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/rm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/lag.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/rof.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/zu.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/brx.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kw.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/cs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/eu.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/asa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ii.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/uz-Cyrl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/nd.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ln.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/fr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/fil.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ki.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sah.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ur.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/uz-Latn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/pl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ja.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/tr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/fo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/lo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/nnh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sw.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ksf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/os.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mua.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/nl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/dav.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/agq.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ksb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/lv.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/nus.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ha.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/km.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/dz.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/th.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/fur.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/zh-Hant.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/hy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bs-Cyrl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/se.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/be.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/chr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ko.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/es.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/zgh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/or.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/teo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/nn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/is.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/pa-Guru.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ak.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/cgg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/jgo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kok.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ses.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ru.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/lg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/dje.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/khq.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ewo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/my.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/fi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/hu.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/uz-Arab.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ig.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ro.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/smn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ti.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/zh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/hsb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/fy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/rw.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/vi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/en.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/it.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ebu.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/pt.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/haw.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/yav.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/dyo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/am.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mfe.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/kk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sbp.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/rwk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ksh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mgo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/pa-Arab.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/uk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/id.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/yi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/nmg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ml.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ps.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/eo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/et.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ff.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/dua.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/yo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/luy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ee.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/tl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ka.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/ne.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/seh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/dsb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/gl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/uz.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/hi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/shi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/mt.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/af.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/az-Cyrl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/wae.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/sk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
copying dateparser/data/date_translation_data/bs-Latn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/data/date_translation_data
running egg_info
creating dateparser.egg-info
writing dateparser.egg-info/PKG-INFO
writing dependency_links to dateparser.egg-info/dependency_links.txt
writing entry points to dateparser.egg-info/entry_points.txt
writing requirements to dateparser.egg-info/requires.txt
writing top-level names to dateparser.egg-info/top_level.txt
writing manifest file 'dateparser.egg-info/SOURCES.txt'
reading manifest file 'dateparser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'requirements.txt'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'dateparser.egg-info/SOURCES.txt'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test -O--buildsystem=pybuild -- --test-args "tests -k 'not test_dateparser_data_integrity and not test_custom_language_detect_fast_text'"
I: pybuild pybuild:307: cp -r /<<PKGBUILDDIR>>/dateparser_data/ /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build
I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build; python3.11 -m pytest tests -k 'not test_dateparser_data_integrity and not test_custom_language_detect_fast_text'
============================= test session starts ==============================
platform linux -- Python 3.11.2, pytest-7.2.1, pluggy-1.0.0+repack
rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
collected 23883 items / 3 deselected / 2 skipped / 23880 selected

tests/test_clean_api.py .............                                    [  0%]
tests/test_data.py ..................................................... [  0%]
........................................................................ [  0%]
........................................................................ [  0%]
........................................................................ [  1%]
........................................................................ [  1%]
........................................................................ [  1%]
........................................................................ [  2%]
........................................................................ [  2%]
........................................................................ [  2%]
........................................................................ [  2%]
........................................................................ [  3%]
........................................................................ [  3%]
........................................................................ [  3%]
........................................................................ [  4%]
........................................................................ [  4%]
........................................................................ [  4%]
........................................................................ [  5%]
........................................................................ [  5%]
........................................................................ [  5%]
........................................................................ [  6%]
........................................................................ [  6%]
........................................................................ [  6%]
........................................................................ [  6%]
........................................................................ [  7%]
........................................................................ [  7%]
........................................................................ [  7%]
........................................................................ [  8%]
........................................................................ [  8%]
........................................................................ [  8%]
........................................................................ [  9%]
........................................................................ [  9%]
........................................................................ [  9%]
........................................................................ [  9%]
........................................................................ [ 10%]
........................................................................ [ 10%]
........................................................................ [ 10%]
........................................................................ [ 11%]
........................................................................ [ 11%]
........................................................................ [ 11%]
........................................................................ [ 12%]
........................................................................ [ 12%]
........................................................................ [ 12%]
........................................................................ [ 12%]
........................................................................ [ 13%]
........................................................................ [ 13%]
........................................................................ [ 13%]
........................................................................ [ 14%]
........................................................................ [ 14%]
........................................................................ [ 14%]
........................................................................ [ 15%]
........................................................................ [ 15%]
........................................................................ [ 15%]
........................................................................ [ 15%]
........................................................................ [ 16%]
........................................................................ [ 16%]
........................................................................ [ 16%]
........................................................................ [ 17%]
........................................................................ [ 17%]
........................................................................ [ 17%]
........................................................................ [ 18%]
........................................................................ [ 18%]
........................................................................ [ 18%]
........................................................................ [ 18%]
........................................................................ [ 19%]
........................................................................ [ 19%]
........................................................................ [ 19%]
........................................................................ [ 20%]
........................................................................ [ 20%]
........................................................................ [ 20%]
........................................................................ [ 21%]
........................................................................ [ 21%]
........................................................................ [ 21%]
........................................................................ [ 21%]
........................................................................ [ 22%]
........................................................................ [ 22%]
........................................................................ [ 22%]
........................................................................ [ 23%]
........................................................................ [ 23%]
........................................................................ [ 23%]
........................................................................ [ 24%]
........................................................................ [ 24%]
........................................................................ [ 24%]
........................................................................ [ 25%]
........................................................................ [ 25%]
........................................................................ [ 25%]
........................................................................ [ 25%]
........................................................................ [ 26%]
........................................................................ [ 26%]
........................................................................ [ 26%]
........................................................................ [ 27%]
........................................................................ [ 27%]
........................................................................ [ 27%]
........................................................................ [ 28%]
........................................................................ [ 28%]
........................................................................ [ 28%]
........................................................................ [ 28%]
........................................................................ [ 29%]
........................................................................ [ 29%]
........................................................................ [ 29%]
........................................................................ [ 30%]
........................................................................ [ 30%]
........................................................................ [ 30%]
........................................................................ [ 31%]
........................................................................ [ 31%]
........................................................................ [ 31%]
........................................................................ [ 31%]
........................................................................ [ 32%]
........................................................................ [ 32%]
........................................................................ [ 32%]
........................................................................ [ 33%]
........................................................................ [ 33%]
........................................................................ [ 33%]
........................................................................ [ 34%]
........................................................................ [ 34%]
........................................................................ [ 34%]
........................................................................ [ 34%]
........................................................................ [ 35%]
........................................................................ [ 35%]
........................................................................ [ 35%]
........................................................................ [ 36%]
........................................................................ [ 36%]
........................................................................ [ 36%]
........................................................................ [ 37%]
........................................................................ [ 37%]
........................................................................ [ 37%]
........................................................................ [ 37%]
........................................................................ [ 38%]
........................................................................ [ 38%]
........................................................................ [ 38%]
........................................................................ [ 39%]
........................................................................ [ 39%]
........................................................................ [ 39%]
........................................................................ [ 40%]
........................................................................ [ 40%]
........................................................................ [ 40%]
........................................................................ [ 40%]
........................................................................ [ 41%]
........................................................................ [ 41%]
........................................................................ [ 41%]
........................................................................ [ 42%]
........................................................................ [ 42%]
........................................................................ [ 42%]
........................................................................ [ 43%]
........................................................................ [ 43%]
........................................................................ [ 43%]
........................................................................ [ 43%]
........................................................................ [ 44%]
........................................................................ [ 44%]
........................................................................ [ 44%]
........................................................................ [ 45%]
........................................................................ [ 45%]
........................................................................ [ 45%]
........................................................................ [ 46%]
........................................................................ [ 46%]
........................................................................ [ 46%]
........................................................................ [ 47%]
........................................................................ [ 47%]
........................................................................ [ 47%]
........................................................................ [ 47%]
........................................................................ [ 48%]
........................................................................ [ 48%]
........................................................................ [ 48%]
........................................................................ [ 49%]
........................................................................ [ 49%]
........................................................................ [ 49%]
........................................................................ [ 50%]
........................................................................ [ 50%]
........................................................................ [ 50%]
........................................................................ [ 50%]
........................................................................ [ 51%]
........................................................................ [ 51%]
........................................................................ [ 51%]
........................................................................ [ 52%]
........................................................................ [ 52%]
........................................................................ [ 52%]
........................................................................ [ 53%]
........................................................................ [ 53%]
........................................................................ [ 53%]
........................................................................ [ 53%]
........................................................................ [ 54%]
........................................................................ [ 54%]
........................................................................ [ 54%]
........................................................................ [ 55%]
........................................................................ [ 55%]
........................................................................ [ 55%]
........................................................................ [ 56%]
........................................................................ [ 56%]
........................................................................ [ 56%]
........................................................................ [ 56%]
........................................................................ [ 57%]
........................................................................ [ 57%]
........................................................................ [ 57%]
........................................................................ [ 58%]
........................................................................ [ 58%]
........................................................................ [ 58%]
........................................................................ [ 59%]
........................................................................ [ 59%]
........................................................................ [ 59%]
........................................................................ [ 59%]
........................................................................ [ 60%]
........................................................................ [ 60%]
........................................................................ [ 60%]
........................................................................ [ 61%]
........................................................................ [ 61%]
........................................................................ [ 61%]
........................................................................ [ 62%]
........................................................................ [ 62%]
........................................................................ [ 62%]
........................................................................ [ 62%]
........................................................................ [ 63%]
........................................................................ [ 63%]
........................................................................ [ 63%]
........................................................................ [ 64%]
........................................................................ [ 64%]
........................................................................ [ 64%]
........................................................................ [ 65%]
........................................................................ [ 65%]
........................................................................ [ 65%]
........................................................................ [ 66%]
........................................................................ [ 66%]
........................................................................ [ 66%]
........................................................................ [ 66%]
........................................................................ [ 67%]
........................................................................ [ 67%]
........................................................................ [ 67%]
........................................................................ [ 68%]
........................................................................ [ 68%]
........................................................................ [ 68%]
........................................................................ [ 69%]
........................................................................ [ 69%]
........................................................................ [ 69%]
........................................................................ [ 69%]
........................................................................ [ 70%]
........................................................................ [ 70%]
........................................................................ [ 70%]
........................................................................ [ 71%]
........................................................................ [ 71%]
........................................................................ [ 71%]
........................................................................ [ 72%]
........................................................................ [ 72%]
........................................................................ [ 72%]
........................................................................ [ 72%]
........................................................................ [ 73%]
........................................................................ [ 73%]
........................................................................ [ 73%]
........................................................................ [ 74%]
........................................................................ [ 74%]
........................................................................ [ 74%]
........................................................................ [ 75%]
........................................................................ [ 75%]
........................................................................ [ 75%]
........................................................................ [ 75%]
........................................................................ [ 76%]
........................................................................ [ 76%]
........................................................................ [ 76%]
........................................................................ [ 77%]
........................................................................ [ 77%]
........................................................................ [ 77%]
........................................................................ [ 78%]
........................................................................ [ 78%]
........................................................................ [ 78%]
........................................................................ [ 78%]
........................................................................ [ 79%]
........................................................................ [ 79%]
........................................................................ [ 79%]
........................................................................ [ 80%]
........................................................................ [ 80%]
........................................................................ [ 80%]
........................................................................ [ 81%]
........................................................................ [ 81%]
........................................................................ [ 81%]
........................................................................ [ 81%]
........................................................................ [ 82%]
........................................................................ [ 82%]
........................................................................ [ 82%]
........................................................................ [ 83%]
........................................................................ [ 83%]
........................................................................ [ 83%]
........................................................................ [ 84%]
........................................................................ [ 84%]
...................                                                      [ 84%]
tests/test_date.py ..................................................... [ 84%]
........................................................................ [ 85%]
........................................................................ [ 85%]
........................................................................ [ 85%]
................                                                         [ 85%]
tests/test_date_data.py ...........                                      [ 85%]
tests/test_date_parser.py .............................................. [ 85%]
........................................................................ [ 86%]
........................................................................ [ 86%]
........................................................................ [ 86%]
........................................................................ [ 87%]
........................................................................ [ 87%]
......................................                                   [ 87%]
tests/test_freshness_date_parser.py .................................... [ 87%]
........................................................................ [ 88%]
........................................................................ [ 88%]
........................................................................ [ 88%]
........................................................................ [ 88%]
........................................................................ [ 89%]
........................................................................ [ 89%]
........................................................................ [ 89%]
........................................................................ [ 90%]
........................................................................ [ 90%]
........................................................................ [ 90%]
........................................................................ [ 91%]
........................................................................ [ 91%]
........................................................................ [ 91%]
......................................                                   [ 91%]
tests/test_jalali.py ................................................... [ 92%]
........................................................                 [ 92%]
tests/test_language_detect.py .....                                      [ 92%]
tests/test_languages.py ................................................ [ 92%]
........................................................................ [ 92%]
........................................................................ [ 93%]
........................................................................ [ 93%]
........................................................................ [ 93%]
........................................................................ [ 93%]
........................................................................ [ 94%]
........................................................................ [ 94%]
........................................................................ [ 94%]
........................................................................ [ 95%]
........................................................................ [ 95%]
........................................................................ [ 95%]
........................................................................ [ 96%]
........................................................................ [ 96%]
........................................................................ [ 96%]
........................................................................ [ 96%]
........................................................................ [ 97%]
........................................................................ [ 97%]
.....................................                                    [ 97%]
tests/test_loading.py ................................                   [ 97%]
tests/test_parser.py ................................................... [ 98%]
..............................................                           [ 98%]
tests/test_pickle.py ....                                                [ 98%]
tests/test_search.py ..............................................F.... [ 98%]
........................................................................ [ 98%]
........................................................................ [ 99%]
.............................                                            [ 99%]
tests/test_settings.py ...............................................   [ 99%]
tests/test_timezone_parser.py .......................................... [ 99%]
.................                                                        [ 99%]
tests/test_utils.py .................................................    [ 99%]
tests/test_utils_strptime.py ........................                    [100%]

=================================== FAILURES ===================================
_____________ TestTranslateSearch.test_relative_base_setting_2_en ______________

a = (<tests.test_search.TestTranslateSearch testMethod=test_relative_base_setting_2_en>,)

    @wraps(func)
    def standalone_func(*a):
>       return func(*(a + p.args), **p.kwargs)

/usr/lib/python3/dist-packages/parameterized/parameterized.py:637: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/conf.py:92: in wrapper
    return f(*args, **kwargs)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/tests/test_search.py:527: in test_relative_base_setting
    self.assertEqual(result, expected)
E   AssertionError: Lists differ: [('Ma[205 chars]nfo=<StaticTzInfo 'UTC'>)), ('June 5 am utc', [283 chars]'>))] != [('Ma[205 chars]nfo=<UTC>)), ('June 5 am utc', datetime.dateti[259 chars]C>))]
E   
E   First differing element 5:
E   ('Jun[43 chars], 23, 17, 0, tzinfo=<StaticTzInfo 'EST'>))
E   ('Jun[43 chars], 23, 17, 0, tzinfo=<DstTzInfo 'EST' LMT-1 day, 18:42:00 STD>))
E   
E   Diff is 1295 characters long. Set self.maxDiff to None to see it.
=============================== warnings summary ===============================
.pybuild/cpython3_3.11_dateparser/build/tests/test_date.py: 34 warnings
.pybuild/cpython3_3.11_dateparser/build/tests/test_date_parser.py: 9 warnings
.pybuild/cpython3_3.11_dateparser/build/tests/test_utils.py: 2 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/utils/__init__.py:131: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html
    date_obj = tz.localize(date_obj)

.pybuild/cpython3_3.11_dateparser/build/tests/test_date_parser.py: 361 warnings
.pybuild/cpython3_3.11_dateparser/build/tests/test_search.py: 57 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build/dateparser/freshness_date_parser.py:76: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html
    now = self.get_local_tz().localize(now)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_search.py::TestTranslateSearch::test_relative_base_setting_2_en
=== 1 failed, 23879 passed, 2 skipped, 3 deselected, 463 warnings in 22.23s ====
E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dateparser/build; python3.11 -m pytest tests -k 'not test_dateparser_data_integrity and not test_custom_language_detect_fast_text'
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 --test-args "tests -k 'not test_dateparser_data_integrity and not test_custom_language_detect_fast_text'" returned exit code 13
make[1]: *** [debian/rules:13: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-11-22T21:02:34Z

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: 12308
Build-Time: 26
Distribution: bookworm
Fail-Stage: build
Host Architecture: amd64
Install-Time: 30
Job: /tmp/debusine-fetch-exec-upload-dsrbdnde/dateparser_1.1.6-1.dsc
Machine Architecture: amd64
Package: dateparser
Package-Time: 73
Source-Version: 1.1.6-1
Space: 12308
Status: attempted
Version: 1.1.6-1
--------------------------------------------------------------------------------
Finished at 2024-11-22T21:02:34Z
Build needed 00:01:13, 12308k disk space

Relations

Relation Direction Type Name
relates-to Source package dateparser_1.1.6-1
relates-to Binary package tzdata_2024b-0+deb12u1~test1_all

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