Artifact lektor_3.3.7-1_amd64-2024-11-22T21:11:49Z

Metadata
bd_uninstallable: null
filename: lektor_3.3.7-1_amd64-2024-11-22T21:11:49Z.build
source: lektor
version: 3.3.7-1

File

lektor_3.3.7-1_amd64-2024-11-22T21:11:49Z.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
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-amd64-hades-04.freexian.com

+==============================================================================+
| lektor 3.3.7-1 (amd64)                       Fri, 22 Nov 2024 21:11:49 +0000 |
+==============================================================================+

Package: lektor
Version: 3.3.7-1
Source Version: 3.3.7-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.StvQF87NLB...
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-7s18zkli/tzdata_2024b-0+deb12u1~test1_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/lektor-oaJYpX/resolver-bGEy4E' with '<<RESOLVERDIR>>'

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

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


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


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

/tmp/debusine-fetch-exec-upload-7s18zkli/lektor_3.3.7-1.dsc exists in /tmp/debusine-fetch-exec-upload-7s18zkli; copying to chroot
I: NOTICE: Log filtering will replace 'build/lektor-oaJYpX/lektor-3.3.7' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/lektor-oaJYpX' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3, python3-all, python3-babel, python3-click (>= 6.0), python3-cryptography, python3-exif, python3-filetype (>= 1.0.7), python3-flask, python3-idna, python3-inifile (>= 0.4.1), python3-jinja2 (>= 3), python3-mistune0, python3-openssl, python3-pip, python3-pytest, python3-pytest-click, python3-pytest-cov, python3-pytest-mock, python3-requests, python3-setuptools, python3-setuptools-scm, python3-slugify, python3-watchdog, python3-werkzeug (<< 3), build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3, python3-all, python3-babel, python3-click (>= 6.0), python3-cryptography, python3-exif, python3-filetype (>= 1.0.7), python3-flask, python3-idna, python3-inifile (>= 0.4.1), python3-jinja2 (>= 3), python3-mistune0, python3-openssl, python3-pip, python3-pytest, python3-pytest-click, python3-pytest-cov, python3-pytest-mock, python3-requests, python3-setuptools, python3-setuptools-scm, python3-slugify, python3-watchdog, python3-werkzeug (<< 3), 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 [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1109 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1142 B]
Fetched 2866 B in 0s (0 B/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-DoCnNn/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-DoCnNn/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-DoCnNn/apt_archive ./ Release [603 B]
Get:2 file:/<<BUILDDIR>>/resolver-DoCnNn/apt_archive ./ Release [603 B]
Get:3 file:/<<BUILDDIR>>/resolver-DoCnNn/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-DoCnNn/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
  libdebhelper-perl libelf1 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libicu72 libjs-jquery libjs-jquery-hotkeys
  libjs-jquery-isonscreen libjs-jquery-metadata libjs-jquery-tablesorter
  libjs-jquery-throttle-debounce libjs-sphinxdoc libjs-underscore libmagic-mgc
  libmagic1 libncursesw6 libpipeline1 libpython3-stdlib libpython3.11-minimal
  libpython3.11-stdlib libreadline8 libsqlite3-0 libsub-override-perl libtool
  libuchardet0 libxml2 libyaml-0-2 m4 man-db media-types openssl po-debconf
  pybuild-plugin-pyproject python-babel-localedata python3 python3-all
  python3-attr python3-babel python3-build python3-certifi
  python3-cffi-backend python3-chardet python3-charset-normalizer
  python3-click python3-colorama python3-coverage python3-cryptography
  python3-distutils python3-exif python3-exifread python3-filetype
  python3-flask python3-idna python3-importlib-metadata python3-iniconfig
  python3-inifile python3-installer python3-itsdangerous python3-jinja2
  python3-lib2to3 python3-markupsafe python3-minimal python3-mistune0
  python3-more-itertools python3-openssl python3-packaging python3-pep517
  python3-pip python3-pkg-resources python3-pluggy python3-py python3-pytest
  python3-pytest-click python3-pytest-cov python3-pytest-mock python3-requests
  python3-setuptools python3-setuptools-scm python3-six python3-slugify
  python3-toml python3-tomli python3-typing-extensions python3-tz
  python3-unidecode python3-urllib3 python3-watchdog python3-werkzeug
  python3-wheel python3-yaml python3-zipp python3.11 python3.11-minimal
  readline-common sensible-utils
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc dh-make flit gettext-doc
  libasprintf-dev libgettextpo-dev groff libtool-doc gfortran
  | fortran95-compiler gcj-jdk m4-doc apparmor less www-browser
  libmail-box-perl python3-doc python3-tk python3-venv python-attr-doc
  python-coverage-doc python-cryptography-doc python3-cryptography-vectors
  python-flask-doc python-installer-doc python-jinja2-doc python-openssl-doc
  python3-openssl-dbg subversion python-pytest-mock-doc python3-mock
  python3-socks python-requests-doc python-setuptools-doc python3-brotli
  ipython3 python-werkzeug-doc python3-lxml python3.11-venv python3.11-doc
  binfmt-support readline-doc
Recommended packages:
  curl | wget | lynx libarchive-cpio-perl javascript-common libgpm2
  libltdl-dev libmail-sendmail-perl python3-asgiref python3-blinker
  python3-dotenv python3-simplejson python3-dev python3-pygments
  python3-pyinotify
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
  libdebhelper-perl libelf1 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libicu72 libjs-jquery libjs-jquery-hotkeys
  libjs-jquery-isonscreen libjs-jquery-metadata libjs-jquery-tablesorter
  libjs-jquery-throttle-debounce libjs-sphinxdoc libjs-underscore libmagic-mgc
  libmagic1 libncursesw6 libpipeline1 libpython3-stdlib libpython3.11-minimal
  libpython3.11-stdlib libreadline8 libsqlite3-0 libsub-override-perl libtool
  libuchardet0 libxml2 libyaml-0-2 m4 man-db media-types openssl po-debconf
  pybuild-plugin-pyproject python-babel-localedata python3 python3-all
  python3-attr python3-babel python3-build python3-certifi
  python3-cffi-backend python3-chardet python3-charset-normalizer
  python3-click python3-colorama python3-coverage python3-cryptography
  python3-distutils python3-exif python3-exifread python3-filetype
  python3-flask python3-idna python3-importlib-metadata python3-iniconfig
  python3-inifile python3-installer python3-itsdangerous python3-jinja2
  python3-lib2to3 python3-markupsafe python3-minimal python3-mistune0
  python3-more-itertools python3-openssl python3-packaging python3-pep517
  python3-pip python3-pkg-resources python3-pluggy python3-py python3-pytest
  python3-pytest-click python3-pytest-cov python3-pytest-mock python3-requests
  python3-setuptools python3-setuptools-scm python3-six python3-slugify
  python3-toml python3-tomli python3-typing-extensions python3-tz
  python3-unidecode python3-urllib3 python3-watchdog python3-werkzeug
  python3-wheel python3-yaml python3-zipp python3.11 python3.11-minimal
  readline-common sbuild-build-depends-main-dummy sensible-utils
0 upgraded, 115 newly installed, 0 to remove and 0 not upgraded.
Need to get 39.5 MB of archives.
After this operation, 162 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1072 B]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery-hotkeys all 0~20130707+git2d51e3a9+dfsg-2.1 [11.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u4 [815 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u4 [2066 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2+deb12u1 [839 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u4 [1797 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6+deb12u4 [573 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B]
Get:16 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.15-1~deb12u1 [1427 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311 [153 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
Get:25 http://deb.debian.org/debian bookworm/main amd64 groff-base amd64 1.22.4-10 [916 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 bsdextrautils amd64 2.38.1-5+deb12u2 [86.8 kB]
Get:27 http://deb.debian.org/debian bookworm/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 man-db amd64 2.11.2-2 [1386 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:30 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-12 [495 kB]
Get:34 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
Get:35 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-7~deb12u1 [517 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:37 http://deb.debian.org/debian bookworm/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
Get:38 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
Get:39 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
Get:40 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
Get:41 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
Get:42 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
Get:43 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB]
Get:45 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB]
Get:46 http://deb.debian.org/debian bookworm/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:48 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
Get:50 http://deb.debian.org/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB]
Get:51 http://deb.debian.org/debian bookworm/main amd64 dh-python all 5.20230130+deb12u1 [104 kB]
Get:52 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB]
Get:53 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB]
Get:54 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery-isonscreen all 1.2.0-1.1 [3196 B]
Get:55 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery-metadata all 12-4 [6532 B]
Get:56 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery-tablesorter all 1:2.31.3+dfsg1-3 [184 kB]
Get:57 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery-throttle-debounce all 1.1+dfsg.1-2 [12.2 kB]
Get:58 http://deb.debian.org/debian bookworm/main amd64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
Get:59 http://deb.debian.org/debian bookworm/main amd64 libjs-sphinxdoc all 5.3.0-4 [130 kB]
Get:60 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
Get:61 http://deb.debian.org/debian bookworm/main amd64 python3-typing-extensions all 4.4.0-1 [45.2 kB]
Get:62 http://deb.debian.org/debian bookworm/main amd64 python3-more-itertools all 8.10.0-2 [53.0 kB]
Get:63 http://deb.debian.org/debian bookworm/main amd64 python3-zipp all 1.0.0-6 [6696 B]
Get:64 http://deb.debian.org/debian bookworm/main amd64 python3-importlib-metadata all 4.12.0-1 [24.9 kB]
Get:65 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
Get:66 http://deb.debian.org/debian bookworm/main amd64 python3-tomli all 2.0.1-2 [17.9 kB]
Get:67 http://deb.debian.org/debian bookworm/main amd64 python3-pep517 all 0.13.0-2 [17.4 kB]
Get:68 http://deb.debian.org/debian bookworm/main amd64 python3-toml all 0.10.2-1 [16.2 kB]
Get:69 http://deb.debian.org/debian bookworm/main amd64 python3-wheel all 0.38.4-2 [30.8 kB]
Get:70 http://deb.debian.org/debian bookworm/main amd64 python3-build all 0.9.0-1 [20.7 kB]
Get:71 http://deb.debian.org/debian bookworm/main amd64 python3-installer all 0.6.0+dfsg1-1 [18.1 kB]
Get:72 http://deb.debian.org/debian bookworm/main amd64 pybuild-plugin-pyproject all 5.20230130+deb12u1 [9184 B]
Get:73 http://deb.debian.org/debian bookworm/main amd64 python-babel-localedata all 2.10.3-1 [5615 kB]
Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1056 B]
Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
Get:76 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB]
Get:77 http://deb.debian.org/debian bookworm/main amd64 python3-tz all 2022.7.1-4 [30.1 kB]
Get:78 http://deb.debian.org/debian bookworm/main amd64 python3-babel all 2.10.3-1 [103 kB]
Get:79 http://deb.debian.org/debian bookworm/main amd64 python3-certifi all 2022.9.24-1 [153 kB]
Get:80 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
Get:81 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
Get:82 http://deb.debian.org/debian bookworm/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
Get:83 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
Get:84 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
Get:85 http://deb.debian.org/debian bookworm/main amd64 python3-coverage amd64 6.5.0+dfsg1-2+b1 [153 kB]
Get:86 http://deb.debian.org/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-3+deb12u1 [665 kB]
Get:87 http://deb.debian.org/debian bookworm/main amd64 python3-exifread all 3.0.0-1 [35.9 kB]
Get:88 http://deb.debian.org/debian bookworm/main amd64 python3-exif all 3.0.0-1 [8972 B]
Get:89 http://deb.debian.org/debian bookworm/main amd64 python3-filetype all 1.2.0-1 [20.6 kB]
Get:90 http://deb.debian.org/debian bookworm/main amd64 python3-itsdangerous all 2.1.2-3 [17.0 kB]
Get:91 http://deb.debian.org/debian bookworm/main amd64 python3-markupsafe amd64 2.1.2-1+b1 [13.2 kB]
Get:92 http://deb.debian.org/debian bookworm/main amd64 python3-jinja2 all 3.1.2-1 [119 kB]
Get:93 http://deb.debian.org/debian bookworm/main amd64 python3-werkzeug all 2.2.2-3 [205 kB]
Get:94 http://deb.debian.org/debian bookworm/main amd64 python3-flask all 2.2.2-3 [105 kB]
Get:95 http://deb.debian.org/debian bookworm/main amd64 python3-idna all 3.3-1+deb12u1 [41.0 kB]
Get:96 http://deb.debian.org/debian bookworm/main amd64 python3-iniconfig all 1.1.1-2 [6396 B]
Get:97 http://deb.debian.org/debian bookworm/main amd64 python3-inifile all 0.4.1-2 [9064 B]
Get:98 http://deb.debian.org/debian bookworm/main amd64 python3-mistune0 all 0.8.4-2 [15.5 kB]
Get:99 http://deb.debian.org/debian bookworm/main amd64 python3-openssl all 23.0.0-1 [50.8 kB]
Get:100 http://deb.debian.org/debian bookworm/main amd64 python3-setuptools all 66.1.1-1 [521 kB]
Get:101 http://deb.debian.org/debian bookworm/main amd64 python3-pip all 23.0.1+dfsg-1 [1325 kB]
Get:102 http://deb.debian.org/debian bookworm/main amd64 python3-pluggy all 1.0.0+repack-1 [19.7 kB]
Get:103 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
Get:104 http://deb.debian.org/debian bookworm/main amd64 python3-pytest all 7.2.1-2 [236 kB]
Get:105 http://deb.debian.org/debian bookworm/main amd64 python3-pytest-click all 1.1.0-1 [5492 B]
Get:106 http://deb.debian.org/debian bookworm/main amd64 python3-pytest-cov all 4.0.0-1 [26.1 kB]
Get:107 http://deb.debian.org/debian bookworm/main amd64 python3-pytest-mock all 3.8.2-3 [16.5 kB]
Get:108 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB]
Get:109 http://deb.debian.org/debian bookworm/main amd64 python3-urllib3 all 1.26.12-1 [117 kB]
Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-setuptools-scm all 7.1.0-3 [42.6 kB]
Get:112 http://deb.debian.org/debian bookworm/main amd64 python3-unidecode all 1.3.6-1 [115 kB]
Get:113 http://deb.debian.org/debian bookworm/main amd64 python3-slugify all 4.0.0-2 [8000 B]
Get:114 http://deb.debian.org/debian bookworm/main amd64 python3-yaml amd64 6.0-3+b2 [119 kB]
Get:115 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 39.5 MB in 1s (73.2 MB/s)
Selecting previously unselected package libjs-jquery.
(Reading database ... 12212 files and directories currently installed.)
Preparing to unpack .../libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Selecting previously unselected package libjs-jquery-hotkeys.
Preparing to unpack .../libjs-jquery-hotkeys_0~20130707+git2d51e3a9+dfsg-2.1_all.deb ...
Unpacking libjs-jquery-hotkeys (0~20130707+git2d51e3a9+dfsg-2.1) ...
Selecting previously unselected package libpython3.11-minimal:amd64.
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 ... 12554 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 ... 13005 files and directories currently installed.)
Preparing to unpack .../000-python3_3.11.2-1+b1_amd64.deb ...
Unpacking python3 (3.11.2-1+b1) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../001-sensible-utils_0.0.17+nmu1_all.deb ...
Unpacking sensible-utils (0.0.17+nmu1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../002-openssl_3.0.15-1~deb12u1_amd64.deb ...
Unpacking openssl (3.0.15-1~deb12u1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../003-ca-certificates_20230311_all.deb ...
Unpacking ca-certificates (20230311) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../004-libmagic-mgc_1%3a5.44-3_amd64.deb ...
Unpacking libmagic-mgc (1:5.44-3) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../005-libmagic1_1%3a5.44-3_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.44-3) ...
Selecting previously unselected package file.
Preparing to unpack .../006-file_1%3a5.44-3_amd64.deb ...
Unpacking file (1:5.44-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../007-gettext-base_0.21-12_amd64.deb ...
Unpacking gettext-base (0.21-12) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../008-libuchardet0_0.0.7-1_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../009-groff-base_1.22.4-10_amd64.deb ...
Unpacking groff-base (1.22.4-10) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../010-bsdextrautils_2.38.1-5+deb12u2_amd64.deb ...
Unpacking bsdextrautils (2.38.1-5+deb12u2) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../011-libpipeline1_1.5.7-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.7-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../012-man-db_2.11.2-2_amd64.deb ...
Unpacking man-db (2.11.2-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../013-m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../014-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../015-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../016-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 .../017-autopoint_0.21-12_all.deb ...
Unpacking autopoint (0.21-12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../018-libdebhelper-perl_13.11.4_all.deb ...
Unpacking libdebhelper-perl (13.11.4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../019-libtool_2.4.7-7~deb12u1_all.deb ...
Unpacking libtool (2.4.7-7~deb12u1) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../020-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../021-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 .../022-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 .../023-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 .../024-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 .../025-libelf1_0.188-2.1_amd64.deb ...
Unpacking libelf1:amd64 (0.188-2.1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../026-dwz_0.15-1_amd64.deb ...
Unpacking dwz (0.15-1) ...
Selecting previously unselected package libicu72:amd64.
Preparing to unpack .../027-libicu72_72.1-3_amd64.deb ...
Unpacking libicu72:amd64 (72.1-3) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../028-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 .../029-gettext_0.21-12_amd64.deb ...
Unpacking gettext (0.21-12) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../030-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 .../031-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../032-debhelper_13.11.4_all.deb ...
Unpacking debhelper (13.11.4) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../033-python3-lib2to3_3.11.2-3_all.deb ...
Unpacking python3-lib2to3 (3.11.2-3) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../034-python3-distutils_3.11.2-3_all.deb ...
Unpacking python3-distutils (3.11.2-3) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../035-dh-python_5.20230130+deb12u1_all.deb ...
Unpacking dh-python (5.20230130+deb12u1) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../036-libfakeroot_1.31-1.2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.31-1.2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../037-fakeroot_1.31-1.2_amd64.deb ...
Unpacking fakeroot (1.31-1.2) ...
Selecting previously unselected package libjs-jquery-isonscreen.
Preparing to unpack .../038-libjs-jquery-isonscreen_1.2.0-1.1_all.deb ...
Unpacking libjs-jquery-isonscreen (1.2.0-1.1) ...
Selecting previously unselected package libjs-jquery-metadata.
Preparing to unpack .../039-libjs-jquery-metadata_12-4_all.deb ...
Unpacking libjs-jquery-metadata (12-4) ...
Selecting previously unselected package libjs-jquery-tablesorter.
Preparing to unpack .../040-libjs-jquery-tablesorter_1%3a2.31.3+dfsg1-3_all.deb ...
Unpacking libjs-jquery-tablesorter (1:2.31.3+dfsg1-3) ...
Selecting previously unselected package libjs-jquery-throttle-debounce.
Preparing to unpack .../041-libjs-jquery-throttle-debounce_1.1+dfsg.1-2_all.deb ...
Unpacking libjs-jquery-throttle-debounce (1.1+dfsg.1-2) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../042-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../043-libjs-sphinxdoc_5.3.0-4_all.deb ...
Unpacking libjs-sphinxdoc (5.3.0-4) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../044-libyaml-0-2_0.2.5-1_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
Selecting previously unselected package python3-typing-extensions.
Preparing to unpack .../045-python3-typing-extensions_4.4.0-1_all.deb ...
Unpacking python3-typing-extensions (4.4.0-1) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../046-python3-more-itertools_8.10.0-2_all.deb ...
Unpacking python3-more-itertools (8.10.0-2) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../047-python3-zipp_1.0.0-6_all.deb ...
Unpacking python3-zipp (1.0.0-6) ...
Selecting previously unselected package python3-importlib-metadata.
Preparing to unpack .../048-python3-importlib-metadata_4.12.0-1_all.deb ...
Unpacking python3-importlib-metadata (4.12.0-1) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../049-python3-packaging_23.0-1_all.deb ...
Unpacking python3-packaging (23.0-1) ...
Selecting previously unselected package python3-tomli.
Preparing to unpack .../050-python3-tomli_2.0.1-2_all.deb ...
Unpacking python3-tomli (2.0.1-2) ...
Selecting previously unselected package python3-pep517.
Preparing to unpack .../051-python3-pep517_0.13.0-2_all.deb ...
Unpacking python3-pep517 (0.13.0-2) ...
Selecting previously unselected package python3-toml.
Preparing to unpack .../052-python3-toml_0.10.2-1_all.deb ...
Unpacking python3-toml (0.10.2-1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../053-python3-wheel_0.38.4-2_all.deb ...
Unpacking python3-wheel (0.38.4-2) ...
Selecting previously unselected package python3-build.
Preparing to unpack .../054-python3-build_0.9.0-1_all.deb ...
Unpacking python3-build (0.9.0-1) ...
Selecting previously unselected package python3-installer.
Preparing to unpack .../055-python3-installer_0.6.0+dfsg1-1_all.deb ...
Unpacking python3-installer (0.6.0+dfsg1-1) ...
Selecting previously unselected package pybuild-plugin-pyproject.
Preparing to unpack .../056-pybuild-plugin-pyproject_5.20230130+deb12u1_all.deb ...
Unpacking pybuild-plugin-pyproject (5.20230130+deb12u1) ...
Selecting previously unselected package python-babel-localedata.
Preparing to unpack .../057-python-babel-localedata_2.10.3-1_all.deb ...
Unpacking python-babel-localedata (2.10.3-1) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../058-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 .../059-python3-attr_22.2.0-1_all.deb ...
Unpacking python3-attr (22.2.0-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../060-python3-pkg-resources_66.1.1-1_all.deb ...
Unpacking python3-pkg-resources (66.1.1-1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../061-python3-tz_2022.7.1-4_all.deb ...
Unpacking python3-tz (2022.7.1-4) ...
Selecting previously unselected package python3-babel.
Preparing to unpack .../062-python3-babel_2.10.3-1_all.deb ...
Unpacking python3-babel (2.10.3-1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../063-python3-certifi_2022.9.24-1_all.deb ...
Unpacking python3-certifi (2022.9.24-1) ...
Selecting previously unselected package python3-cffi-backend:amd64.
Preparing to unpack .../064-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../065-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 .../066-python3-charset-normalizer_3.0.1-2_all.deb ...
Unpacking python3-charset-normalizer (3.0.1-2) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../067-python3-colorama_0.4.6-2_all.deb ...
Unpacking python3-colorama (0.4.6-2) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../068-python3-click_8.1.3-2_all.deb ...
Unpacking python3-click (8.1.3-2) ...
Selecting previously unselected package python3-coverage.
Preparing to unpack .../069-python3-coverage_6.5.0+dfsg1-2+b1_amd64.deb ...
Unpacking python3-coverage (6.5.0+dfsg1-2+b1) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../070-python3-cryptography_38.0.4-3+deb12u1_amd64.deb ...
Unpacking python3-cryptography (38.0.4-3+deb12u1) ...
Selecting previously unselected package python3-exifread.
Preparing to unpack .../071-python3-exifread_3.0.0-1_all.deb ...
Unpacking python3-exifread (3.0.0-1) ...
Selecting previously unselected package python3-exif.
Preparing to unpack .../072-python3-exif_3.0.0-1_all.deb ...
Unpacking python3-exif (3.0.0-1) ...
Selecting previously unselected package python3-filetype.
Preparing to unpack .../073-python3-filetype_1.2.0-1_all.deb ...
Unpacking python3-filetype (1.2.0-1) ...
Selecting previously unselected package python3-itsdangerous.
Preparing to unpack .../074-python3-itsdangerous_2.1.2-3_all.deb ...
Unpacking python3-itsdangerous (2.1.2-3) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../075-python3-markupsafe_2.1.2-1+b1_amd64.deb ...
Unpacking python3-markupsafe (2.1.2-1+b1) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../076-python3-jinja2_3.1.2-1_all.deb ...
Unpacking python3-jinja2 (3.1.2-1) ...
Selecting previously unselected package python3-werkzeug.
Preparing to unpack .../077-python3-werkzeug_2.2.2-3_all.deb ...
Unpacking python3-werkzeug (2.2.2-3) ...
Selecting previously unselected package python3-flask.
Preparing to unpack .../078-python3-flask_2.2.2-3_all.deb ...
Unpacking python3-flask (2.2.2-3) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../079-python3-idna_3.3-1+deb12u1_all.deb ...
Unpacking python3-idna (3.3-1+deb12u1) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../080-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-inifile.
Preparing to unpack .../081-python3-inifile_0.4.1-2_all.deb ...
Unpacking python3-inifile (0.4.1-2) ...
Selecting previously unselected package python3-mistune0.
Preparing to unpack .../082-python3-mistune0_0.8.4-2_all.deb ...
Unpacking python3-mistune0 (0.8.4-2) ...
Selecting previously unselected package python3-openssl.
Preparing to unpack .../083-python3-openssl_23.0.0-1_all.deb ...
Unpacking python3-openssl (23.0.0-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../084-python3-setuptools_66.1.1-1_all.deb ...
Unpacking python3-setuptools (66.1.1-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../085-python3-pip_23.0.1+dfsg-1_all.deb ...
Unpacking python3-pip (23.0.1+dfsg-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../086-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 .../087-python3-py_1.11.0-1_all.deb ...
Unpacking python3-py (1.11.0-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../088-python3-pytest_7.2.1-2_all.deb ...
Unpacking python3-pytest (7.2.1-2) ...
Selecting previously unselected package python3-pytest-click.
Preparing to unpack .../089-python3-pytest-click_1.1.0-1_all.deb ...
Unpacking python3-pytest-click (1.1.0-1) ...
Selecting previously unselected package python3-pytest-cov.
Preparing to unpack .../090-python3-pytest-cov_4.0.0-1_all.deb ...
Unpacking python3-pytest-cov (4.0.0-1) ...
Selecting previously unselected package python3-pytest-mock.
Preparing to unpack .../091-python3-pytest-mock_3.8.2-3_all.deb ...
Unpacking python3-pytest-mock (3.8.2-3) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../092-python3-six_1.16.0-4_all.deb ...
Unpacking python3-six (1.16.0-4) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../093-python3-urllib3_1.26.12-1_all.deb ...
Unpacking python3-urllib3 (1.26.12-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../094-python3-requests_2.28.1+dfsg-1_all.deb ...
Unpacking python3-requests (2.28.1+dfsg-1) ...
Selecting previously unselected package python3-setuptools-scm.
Preparing to unpack .../095-python3-setuptools-scm_7.1.0-3_all.deb ...
Unpacking python3-setuptools-scm (7.1.0-3) ...
Selecting previously unselected package python3-unidecode.
Preparing to unpack .../096-python3-unidecode_1.3.6-1_all.deb ...
Unpacking python3-unidecode (1.3.6-1) ...
Selecting previously unselected package python3-slugify.
Preparing to unpack .../097-python3-slugify_4.0.0-2_all.deb ...
Unpacking python3-slugify (4.0.0-2) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../098-python3-yaml_6.0-3+b2_amd64.deb ...
Unpacking python3-yaml (6.0-3+b2) ...
Selecting previously unselected package python3-watchdog.
Preparing to unpack .../099-python3-watchdog_2.2.1-1_all.deb ...
Unpacking python3-watchdog (2.2.1-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../100-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 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 libyaml-0-2:amd64 (0.2.5-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 libjs-jquery-throttle-debounce (1.1+dfsg.1-2) ...
Setting up libfakeroot:amd64 (1.31-1.2) ...
Setting up python-babel-localedata (2.10.3-1) ...
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 autopoint (0.21-12) ...
Setting up libncursesw6:amd64 (6.4-4) ...
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 libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up libjs-jquery-hotkeys (0~20130707+git2d51e3a9+dfsg-2.1) ...
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 libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
Setting up gettext (0.21-12) ...
Setting up libtool (2.4.7-7~deb12u1) ...
Setting up 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 libjs-jquery-metadata (12-4) ...
Setting up libjs-jquery-isonscreen (1.2.0-1.1) ...
Setting up libjs-sphinxdoc (5.3.0-4) ...
Setting up dh-strip-nondeterminism (1.13.1-1) ...
Setting up dwz (0.15-1) ...
Setting up libjs-jquery-tablesorter (1:2.31.3+dfsg1-3) ...
Setting up groff-base (1.22.4-10) ...
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-markupsafe (2.1.2-1+b1) ...
Setting up python3-tz (2022.7.1-4) ...
Setting up python3-six (1.16.0-4) ...
Setting up python3-jinja2 (3.1.2-1) ...
Setting up python3-packaging (23.0-1) ...
Setting up python3-certifi (2022.9.24-1) ...
Setting up python3-werkzeug (2.2.2-3) ...
Setting up python3-idna (3.3-1+deb12u1) ...
Setting up python3-filetype (1.2.0-1) ...
Setting up python3-typing-extensions (4.4.0-1) ...
Setting up python3-toml (0.10.2-1) ...
Setting up python3-installer (0.6.0+dfsg1-1) ...
Setting up python3-urllib3 (1.26.12-1) ...
Setting up python3-pluggy (1.0.0+repack-1) ...
Setting up python3-mistune0 (0.8.4-2) ...
Setting up python3-inifile (0.4.1-2) ...
Setting up python3-lib2to3 (3.11.2-3) ...
Setting up python3-unidecode (1.3.6-1) ...
Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
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-setuptools (66.1.1-1) ...
Setting up python3-tomli (2.0.1-2) ...
Setting up python3-exifread (3.0.0-1) ...
Setting up python3-py (1.11.0-1) ...
Setting up python3-babel (2.10.3-1) ...
update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode
Setting up python3-colorama (0.4.6-2) ...
Setting up python3-charset-normalizer (3.0.1-2) ...
Setting up python3-pytest (7.2.1-2) ...
Setting up python3-itsdangerous (2.1.2-3) ...
Setting up python3-all (3.11.2-1+b1) ...
Setting up python3-coverage (6.5.0+dfsg1-2+b1) ...
Setting up python3-yaml (6.0-3+b2) ...
Setting up python3-pytest-cov (4.0.0-1) ...
Setting up python3-zipp (1.0.0-6) ...
Setting up python3-click (8.1.3-2) ...
Setting up python3-wheel (0.38.4-2) ...
Setting up python3-setuptools-scm (7.1.0-3) ...
Setting up python3-slugify (4.0.0-2) ...
Setting up python3-pytest-click (1.1.0-1) ...
Setting up python3-chardet (5.1.0+dfsg-2) ...
Setting up python3-exif (3.0.0-1) ...
Setting up python3-cryptography (38.0.4-3+deb12u1) ...
Setting up python3-requests (2.28.1+dfsg-1) ...
Setting up python3-pip (23.0.1+dfsg-1) ...
Setting up python3-pytest-mock (3.8.2-3) ...
Setting up python3-importlib-metadata (4.12.0-1) ...
Setting up python3-openssl (23.0.0-1) ...
Setting up python3-flask (2.2.2-3) ...
Setting up python3-watchdog (2.2.1-1) ...
Setting up python3-pep517 (0.13.0-2) ...
Setting up python3-build (0.9.0-1) ...
Setting up pybuild-plugin-pyproject (5.20230130+deb12u1) ...
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 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 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 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 libjs-jquery_3.6.1+dfsg+~3.5.14-1 libjs-jquery-hotkeys_0~20130707+git2d51e3a9+dfsg-2.1 libjs-jquery-isonscreen_1.2.0-1.1 libjs-jquery-metadata_12-4 libjs-jquery-tablesorter_1:2.31.3+dfsg1-3 libjs-jquery-throttle-debounce_1.1+dfsg.1-2 libjs-sphinxdoc_5.3.0-4 libjs-underscore_1.13.4~dfsg+~1.11.4-3 libk5crypto3_1.20.1-2+deb12u2 libkeyutils1_1.6.3-2 libkrb5-3_1.20.1-2+deb12u2 libkrb5support0_1.20.1-2+deb12u2 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 libxxhash0_0.8.1-1 libyaml-0-2_0.2.5-1 libzstd1_1.5.4+dfsg2-5 linux-libc-dev_6.1.115-1 login_1:4.13+dfsg1-1+b1 logsave_1.47.0-2 m4_1.4.19-3 make_4.3-4.1 man-db_2.11.2-2 mawk_1.3.4.20200120-3.1 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 pybuild-plugin-pyproject_5.20230130+deb12u1 python-babel-localedata_2.10.3-1 python3_3.11.2-1+b1 python3-all_3.11.2-1+b1 python3-attr_22.2.0-1 python3-babel_2.10.3-1 python3-build_0.9.0-1 python3-certifi_2022.9.24-1 python3-cffi-backend_1.15.1-5+b1 python3-chardet_5.1.0+dfsg-2 python3-charset-normalizer_3.0.1-2 python3-click_8.1.3-2 python3-colorama_0.4.6-2 python3-coverage_6.5.0+dfsg1-2+b1 python3-cryptography_38.0.4-3+deb12u1 python3-distutils_3.11.2-3 python3-exif_3.0.0-1 python3-exifread_3.0.0-1 python3-filetype_1.2.0-1 python3-flask_2.2.2-3 python3-idna_3.3-1+deb12u1 python3-importlib-metadata_4.12.0-1 python3-iniconfig_1.1.1-2 python3-inifile_0.4.1-2 python3-installer_0.6.0+dfsg1-1 python3-itsdangerous_2.1.2-3 python3-jinja2_3.1.2-1 python3-lib2to3_3.11.2-3 python3-markupsafe_2.1.2-1+b1 python3-minimal_3.11.2-1+b1 python3-mistune0_0.8.4-2 python3-more-itertools_8.10.0-2 python3-openssl_23.0.0-1 python3-packaging_23.0-1 python3-pep517_0.13.0-2 python3-pip_23.0.1+dfsg-1 python3-pkg-resources_66.1.1-1 python3-pluggy_1.0.0+repack-1 python3-py_1.11.0-1 python3-pytest_7.2.1-2 python3-pytest-click_1.1.0-1 python3-pytest-cov_4.0.0-1 python3-pytest-mock_3.8.2-3 python3-requests_2.28.1+dfsg-1 python3-setuptools_66.1.1-1 python3-setuptools-scm_7.1.0-3 python3-six_1.16.0-4 python3-slugify_4.0.0-2 python3-toml_0.10.2-1 python3-tomli_2.0.1-2 python3-typing-extensions_4.4.0-1 python3-tz_2022.7.1-4 python3-unidecode_1.3.6-1 python3-urllib3_1.26.12-1 python3-watchdog_2.2.1-1 python3-werkzeug_2.2.2-3 python3-wheel_0.38.4-2 python3-yaml_6.0-3+b2 python3-zipp_1.0.0-6 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: lektor
Binary: lektor
Architecture: all
Version: 3.3.7-1
Maintainer: Jérôme Charaoui <jerome@riseup.net>
Homepage: https://www.getlektor.com/
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/lektor/
Vcs-Git: https://salsa.debian.org/debian/lektor.git
Testsuite: autopkgtest, autopkgtest-pkg-python
Testsuite-Triggers: ffmpeg, git, imagemagick, python3-all, python3-pytest, python3-pytest-click, python3-pytest-cov, python3-pytest-mock
Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3, python3-all, python3-babel, python3-click (>= 6.0), python3-cryptography, python3-exif, python3-filetype (>= 1.0.7), python3-flask, python3-idna, python3-inifile (>= 0.4.1), python3-jinja2 (>= 3), python3-mistune0, python3-openssl, python3-pip, python3-pytest, python3-pytest-click, python3-pytest-cov, python3-pytest-mock, python3-requests, python3-setuptools, python3-setuptools-scm, python3-slugify, python3-watchdog, python3-werkzeug (<< 3)
Package-List:
 lektor deb python optional arch=all
Checksums-Sha1:
 5addc4e44f765fee60ea4826508af6cdf6d579fe 1182086 lektor_3.3.7.orig.tar.gz
 a2bb7baaa96743ec708526bfb809e1d4b134cc31 4300 lektor_3.3.7-1.debian.tar.xz
Checksums-Sha256:
 8ea1e38c35ddfbdad6a8dc0716fd364c8827d16a290b701e3de1ecc20a53f9f4 1182086 lektor_3.3.7.orig.tar.gz
 42524f27b34f1e4cb6915b733e18f2481205eea6845869563f1062b3d4f16921 4300 lektor_3.3.7-1.debian.tar.xz
Files:
 074f6ab9c0a1e678f98ed114bec7c0b3 1182086 lektor_3.3.7.orig.tar.gz
 8aa88526c8493399a4873ffc7f660372 4300 lektor_3.3.7-1.debian.tar.xz

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

iHUEARYIAB0WIQTAq04Rv2xblqv/eu5pxS9ljpiFQgUCY7WuFAAKCRBpxS9ljpiF
Qg0/AQD1s3j+zMGRRpvtSRc5lZsmr8rTeZUEiObfF5+GncTjlAD8DlkCpvqm0e9A
4njdWWzQ3D03RW1jrjeIKlLNvlBFqwk=
=iGlZ
-----END PGP SIGNATURE-----

gpgv: Signature made Wed Jan  4 16:49:24 2023 UTC
gpgv:                using EDDSA key C0AB4E11BF6C5B96ABFF7AEE69C52F658E988542
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./lektor_3.3.7-1.dsc: no acceptable signature found
dpkg-source: info: extracting lektor in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking lektor_3.3.7.orig.tar.gz
dpkg-source: info: unpacking lektor_3.3.7-1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-Swap-mistune-for-mistune0.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 lektor
dpkg-buildpackage: info: source version 3.3.7-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jérôme Charaoui <jerome@riseup.net>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-source: info: using options from lektor-3.3.7/debian/source/options: --extend-diff-ignore=^[^/]*[.]egg-info/
 fakeroot debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules build
dh build --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:107: Building wheel for python3.11 with "build" module
I: pybuild base:240: python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_lektor 
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/lektor
copying lektor/exception.py -> build/lib/lektor
copying lektor/sourcesearch.py -> build/lib/lektor
copying lektor/filecontents.py -> build/lib/lektor
copying lektor/videotools.py -> build/lib/lektor
copying lektor/build_programs.py -> build/lib/lektor
copying lektor/pluginsystem.py -> build/lib/lektor
copying lektor/i18n.py -> build/lib/lektor
copying lektor/project.py -> build/lib/lektor
copying lektor/cli.py -> build/lib/lektor
copying lektor/imagetools.py -> build/lib/lektor
copying lektor/publisher.py -> build/lib/lektor
copying lektor/watcher.py -> build/lib/lektor
copying lektor/assets.py -> build/lib/lektor
copying lektor/devcli.py -> build/lib/lektor
copying lektor/pagination.py -> build/lib/lektor
copying lektor/buildfailures.py -> build/lib/lektor
copying lektor/cli_utils.py -> build/lib/lektor
copying lektor/context.py -> build/lib/lektor
copying lektor/sourceobj.py -> build/lib/lektor
copying lektor/constants.py -> build/lib/lektor
copying lektor/builder.py -> build/lib/lektor
copying lektor/markdown.py -> build/lib/lektor
copying lektor/datamodel.py -> build/lib/lektor
copying lektor/__init__.py -> build/lib/lektor
copying lektor/quickstart.py -> build/lib/lektor
copying lektor/db.py -> build/lib/lektor
copying lektor/databags.py -> build/lib/lektor
copying lektor/devserver.py -> build/lib/lektor
copying lektor/__main__.py -> build/lib/lektor
copying lektor/utils.py -> build/lib/lektor
copying lektor/metaformat.py -> build/lib/lektor
copying lektor/reporter.py -> build/lib/lektor
copying lektor/editor.py -> build/lib/lektor
copying lektor/packages.py -> build/lib/lektor
creating build/lib/lektor/types
copying lektor/types/special.py -> build/lib/lektor/types
copying lektor/types/flow.py -> build/lib/lektor/types
copying lektor/types/primitives.py -> build/lib/lektor/types
copying lektor/types/multi.py -> build/lib/lektor/types
copying lektor/types/formats.py -> build/lib/lektor/types
copying lektor/types/__init__.py -> build/lib/lektor/types
copying lektor/types/base.py -> build/lib/lektor/types
copying lektor/types/fake.py -> build/lib/lektor/types
creating build/lib/lektor/environment
copying lektor/environment/expressions.py -> build/lib/lektor/environment
copying lektor/environment/__init__.py -> build/lib/lektor/environment
copying lektor/environment/config.py -> build/lib/lektor/environment
creating build/lib/lektor/admin
copying lektor/admin/webui.py -> build/lib/lektor/admin
copying lektor/admin/__init__.py -> build/lib/lektor/admin
copying lektor/admin/utils.py -> build/lib/lektor/admin
creating build/lib/lektor/admin/modules
copying lektor/admin/modules/serve.py -> build/lib/lektor/admin/modules
copying lektor/admin/modules/dash.py -> build/lib/lektor/admin/modules
copying lektor/admin/modules/common.py -> build/lib/lektor/admin/modules
copying lektor/admin/modules/__init__.py -> build/lib/lektor/admin/modules
copying lektor/admin/modules/api.py -> build/lib/lektor/admin/modules
running egg_info
creating Lektor.egg-info
writing Lektor.egg-info/PKG-INFO
writing dependency_links to Lektor.egg-info/dependency_links.txt
writing entry points to Lektor.egg-info/entry_points.txt
writing requirements to Lektor.egg-info/requires.txt
writing top-level names to Lektor.egg-info/top_level.txt
writing manifest file 'Lektor.egg-info/SOURCES.txt'
reading manifest file 'Lektor.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'frontend'
warning: no directories found matching 'lektor/admin/static'
warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '.gitkeep' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
no previously-included directories found matching '.github'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.git-blame-ignore-revs'
warning: no previously-included files found matching '.codecov.yml'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.pre-commit-config.yaml'
warning: no previously-included files found matching 'Makefile'
warning: no previously-included files found matching 'pylintrc'
no previously-included directories found matching 'example'
adding license file 'LICENSE'
writing manifest file 'Lektor.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/exception.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/sourcesearch.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/filecontents.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/videotools.py -> build/bdist.linux-x86_64/wheel/lektor
creating build/bdist.linux-x86_64/wheel/lektor/types
copying build/lib/lektor/types/special.py -> build/bdist.linux-x86_64/wheel/lektor/types
copying build/lib/lektor/types/flow.py -> build/bdist.linux-x86_64/wheel/lektor/types
copying build/lib/lektor/types/primitives.py -> build/bdist.linux-x86_64/wheel/lektor/types
copying build/lib/lektor/types/multi.py -> build/bdist.linux-x86_64/wheel/lektor/types
copying build/lib/lektor/types/formats.py -> build/bdist.linux-x86_64/wheel/lektor/types
copying build/lib/lektor/types/__init__.py -> build/bdist.linux-x86_64/wheel/lektor/types
copying build/lib/lektor/types/base.py -> build/bdist.linux-x86_64/wheel/lektor/types
copying build/lib/lektor/types/fake.py -> build/bdist.linux-x86_64/wheel/lektor/types
copying build/lib/lektor/build_programs.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/pluginsystem.py -> build/bdist.linux-x86_64/wheel/lektor
creating build/bdist.linux-x86_64/wheel/lektor/environment
copying build/lib/lektor/environment/expressions.py -> build/bdist.linux-x86_64/wheel/lektor/environment
copying build/lib/lektor/environment/__init__.py -> build/bdist.linux-x86_64/wheel/lektor/environment
copying build/lib/lektor/environment/config.py -> build/bdist.linux-x86_64/wheel/lektor/environment
copying build/lib/lektor/i18n.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/project.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/cli.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/imagetools.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/publisher.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/watcher.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/assets.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/devcli.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/pagination.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/buildfailures.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/cli_utils.py -> build/bdist.linux-x86_64/wheel/lektor
creating build/bdist.linux-x86_64/wheel/lektor/admin
copying build/lib/lektor/admin/webui.py -> build/bdist.linux-x86_64/wheel/lektor/admin
copying build/lib/lektor/admin/__init__.py -> build/bdist.linux-x86_64/wheel/lektor/admin
creating build/bdist.linux-x86_64/wheel/lektor/admin/modules
copying build/lib/lektor/admin/modules/serve.py -> build/bdist.linux-x86_64/wheel/lektor/admin/modules
copying build/lib/lektor/admin/modules/dash.py -> build/bdist.linux-x86_64/wheel/lektor/admin/modules
copying build/lib/lektor/admin/modules/common.py -> build/bdist.linux-x86_64/wheel/lektor/admin/modules
copying build/lib/lektor/admin/modules/__init__.py -> build/bdist.linux-x86_64/wheel/lektor/admin/modules
copying build/lib/lektor/admin/modules/api.py -> build/bdist.linux-x86_64/wheel/lektor/admin/modules
copying build/lib/lektor/admin/utils.py -> build/bdist.linux-x86_64/wheel/lektor/admin
copying build/lib/lektor/context.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/sourceobj.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/constants.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/builder.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/markdown.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/datamodel.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/__init__.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/quickstart.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/db.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/databags.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/devserver.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/__main__.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/utils.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/metaformat.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/reporter.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/editor.py -> build/bdist.linux-x86_64/wheel/lektor
copying build/lib/lektor/packages.py -> build/bdist.linux-x86_64/wheel/lektor
running install_egg_info
Copying Lektor.egg-info to build/bdist.linux-x86_64/wheel/Lektor-3.3.7.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/Lektor-3.3.7.dist-info/WHEEL
creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_lektor/.tmp-7t4_xq_a/Lektor-3.3.7-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'lektor/__init__.py'
adding 'lektor/__main__.py'
adding 'lektor/assets.py'
adding 'lektor/build_programs.py'
adding 'lektor/builder.py'
adding 'lektor/buildfailures.py'
adding 'lektor/cli.py'
adding 'lektor/cli_utils.py'
adding 'lektor/constants.py'
adding 'lektor/context.py'
adding 'lektor/databags.py'
adding 'lektor/datamodel.py'
adding 'lektor/db.py'
adding 'lektor/devcli.py'
adding 'lektor/devserver.py'
adding 'lektor/editor.py'
adding 'lektor/exception.py'
adding 'lektor/filecontents.py'
adding 'lektor/i18n.py'
adding 'lektor/imagetools.py'
adding 'lektor/markdown.py'
adding 'lektor/metaformat.py'
adding 'lektor/packages.py'
adding 'lektor/pagination.py'
adding 'lektor/pluginsystem.py'
adding 'lektor/project.py'
adding 'lektor/publisher.py'
adding 'lektor/quickstart.py'
adding 'lektor/reporter.py'
adding 'lektor/sourceobj.py'
adding 'lektor/sourcesearch.py'
adding 'lektor/utils.py'
adding 'lektor/videotools.py'
adding 'lektor/watcher.py'
adding 'lektor/admin/__init__.py'
adding 'lektor/admin/utils.py'
adding 'lektor/admin/webui.py'
adding 'lektor/admin/modules/__init__.py'
adding 'lektor/admin/modules/api.py'
adding 'lektor/admin/modules/common.py'
adding 'lektor/admin/modules/dash.py'
adding 'lektor/admin/modules/serve.py'
adding 'lektor/environment/__init__.py'
adding 'lektor/environment/config.py'
adding 'lektor/environment/expressions.py'
adding 'lektor/types/__init__.py'
adding 'lektor/types/base.py'
adding 'lektor/types/fake.py'
adding 'lektor/types/flow.py'
adding 'lektor/types/formats.py'
adding 'lektor/types/multi.py'
adding 'lektor/types/primitives.py'
adding 'lektor/types/special.py'
adding 'Lektor-3.3.7.dist-info/LICENSE'
adding 'Lektor-3.3.7.dist-info/METADATA'
adding 'Lektor-3.3.7.dist-info/WHEEL'
adding 'Lektor-3.3.7.dist-info/entry_points.txt'
adding 'Lektor-3.3.7.dist-info/top_level.txt'
adding 'Lektor-3.3.7.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built Lektor-3.3.7-py3-none-any.whl
I: pybuild plugin_pyproject:119: Unpacking wheel built for python3.11 with "installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:307: cp -r /<<PKGBUILDDIR>>/lektor/translations /<<PKGBUILDDIR>>/lektor/quickstart-templates /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_lektor/build/lektor
I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_lektor/build; python3.11 -m pytest -m 'not requiresinternet'
============================= test session starts ==============================
platform linux -- Python 3.11.2, pytest-7.2.1, pluggy-1.0.0+repack
rootdir: /<<PKGBUILDDIR>>, configfile: pyproject.toml
plugins: click-1.1.0, cov-4.0.0, mock-3.8.2
collected 629 items / 1 deselected / 628 selected

tests/test_api.py ...                                                    [  0%]
tests/test_builder.py s............                                      [  2%]
tests/test_buildfailures.py .....                                        [  3%]
tests/test_cli.py .s.....s.......                                        [  5%]
tests/test_config.py .                                                   [  5%]
tests/test_datamodel.py .......                                          [  7%]
tests/test_db.py .....................................                   [ 12%]
tests/test_deploy.py ...................                                 [ 15%]
tests/test_devcli.py .......................                             [ 19%]
tests/test_editor.py ............x...............                        [ 24%]
tests/test_environment.py ....                                           [ 24%]
tests/test_i18n.py .                                                     [ 24%]
tests/test_images.py ......sssss................                         [ 29%]
tests/test_imports.py .................................................. [ 37%]
..                                                                       [ 37%]
tests/test_issue_410.py ..                                               [ 37%]
tests/test_markdown.py x..............................................   [ 45%]
tests/test_pagination.py ....................................            [ 50%]
tests/test_pluginsystem.py .............................                 [ 55%]
tests/test_prev_next_sibling.py ..                                       [ 55%]
tests/test_publisher.py .ss                                              [ 56%]
tests/test_quickstart.py ..s..                                           [ 57%]
tests/test_themes.py ...................                                 [ 60%]
tests/test_tree.py ..................................................... [ 68%]
........................................................................ [ 80%]
.                                                                        [ 80%]
tests/test_types.py ...........F......                                   [ 83%]
tests/test_unicode.py ...                                                [ 83%]
tests/test_urls.py ...............................                       [ 88%]
tests/test_utils.py ...............................                      [ 93%]
tests/test_videotools.py ......................ss                        [ 97%]
tests/test_watcher.py ........                                           [ 98%]
tests/test_webui.py .........                                            [100%]

=================================== FAILURES ===================================
__________________________ test_datetime_timezone_est __________________________

env = <lektor.environment.Environment object at 0x7fa8f9c14410>
pad = <lektor.db.Pad object at 0x7fa8f9c3e850>

    def test_datetime_timezone_est(env, pad):
        field = make_field(env, "datetime")
        with Context(pad=pad):
            # Known timezone name, EST
            rv = field.deserialize_value("2016-04-30 01:02:03 EST", pad=pad)
            assert isinstance(rv, datetime.datetime)
            assert rv.year == 2016
            assert rv.month == 4
            assert rv.day == 30
            assert rv.hour == 1
            assert rv.minute == 2
            assert rv.second == 3
>           assert rv.tzinfo is get_timezone("EST")
E           AssertionError: assert <DstTzInfo 'EST' EST-1 day, 19:00:00 STD> is <DstTzInfo 'EST' LMT-1 day, 18:42:00 STD>
E            +  where <DstTzInfo 'EST' EST-1 day, 19:00:00 STD> = datetime.datetime(2016, 4, 30, 1, 2, 3, tzinfo=<DstTzInfo 'EST' EST-1 day, 19:00:00 STD>).tzinfo
E            +  and   <DstTzInfo 'EST' LMT-1 day, 18:42:00 STD> = get_timezone('EST')

tests/test_types.py:250: AssertionError
=========================== short test summary info ============================
FAILED tests/test_types.py::test_datetime_timezone_est - AssertionError: asse...
===== 1 failed, 612 passed, 13 skipped, 1 deselected, 2 xfailed in 11.57s ======
E: pybuild pybuild:388: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_lektor/build; python3.11 -m pytest -m 'not requiresinternet'
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13
make: *** [debian/rules:11: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-11-22T21:12:50Z

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: 9368
Build-Time: 15
Distribution: bookworm
Fail-Stage: build
Host Architecture: amd64
Install-Time: 30
Job: /tmp/debusine-fetch-exec-upload-7s18zkli/lektor_3.3.7-1.dsc
Machine Architecture: amd64
Package: lektor
Package-Time: 61
Source-Version: 3.3.7-1
Space: 9368
Status: attempted
Version: 3.3.7-1
--------------------------------------------------------------------------------
Finished at 2024-11-22T21:12:50Z
Build needed 00:01:01, 9368k disk space

Relations

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

build log System build a package - 16 hours, 36 minutes ago 0 minutes
BETA