Artifact debusine:work-request-debug-logs

Metadata
{}

File

cmd-output.log
   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
cmd: autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-ch_adllf/multiqc_1.21+dfsg-2_all.deb /tmp/debusine-fetch-exec-upload-ch_adllf/python3-rich_13.9.4-0.1_all.deb /tmp/debusine-fetch-exec-upload-ch_adllf/multiqc_1.21+dfsg-2.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1099747/system.tar.xz
output (contains stdout and stderr):
autopkgtest [14:01:51]: starting date and time: 2024-12-18 14:01:51+0000
autopkgtest [14:01:51]: version 5.38~bpo12+1
autopkgtest [14:01:51]: host debusine-worker-amd64-hades-01; command line: /usr/bin/autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-ch_adllf/multiqc_1.21+dfsg-2_all.deb /tmp/debusine-fetch-exec-upload-ch_adllf/python3-rich_13.9.4-0.1_all.deb /tmp/debusine-fetch-exec-upload-ch_adllf/multiqc_1.21+dfsg-2.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1099747/system.tar.xz
autopkgtest [14:01:56]: testbed dpkg architecture: amd64
autopkgtest [14:01:56]: testbed apt version: 2.9.17
autopkgtest [14:01:56]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 http://deb.debian.org/debian sid/main amd64 Packages [10.1 MB]
Get:3 http://deb.debian.org/debian sid/main Translation-en [7350 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 Components [4974 kB]
Fetched 22.6 MB in 2s (9727 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  gcc-14-base gettext gettext-base libatomic1 libgcc-s1 libgomp1 libstdc++6
7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 2779 kB of archives.
After this operation, 1024 B of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 libatomic1 amd64 14.2.0-11 [9284 B]
Get:2 http://deb.debian.org/debian sid/main amd64 gcc-14-base amd64 14.2.0-11 [48.0 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 libstdc++6 amd64 14.2.0-11 [713 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 libgomp1 amd64 14.2.0-11 [137 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 libgcc-s1 amd64 14.2.0-11 [72.7 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 gettext-base amd64 0.22.5-3 [200 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 gettext amd64 0.22.5-3 [1600 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2779 kB in 0s (36.4 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17030 files and directories currently installed.)
Preparing to unpack .../libatomic1_14.2.0-11_amd64.deb ...
Unpacking libatomic1:amd64 (14.2.0-11) over (14.2.0-8) ...
Preparing to unpack .../gcc-14-base_14.2.0-11_amd64.deb ...
Unpacking gcc-14-base:amd64 (14.2.0-11) over (14.2.0-8) ...
Setting up gcc-14-base:amd64 (14.2.0-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17030 files and directories currently installed.)
Preparing to unpack .../libstdc++6_14.2.0-11_amd64.deb ...
Unpacking libstdc++6:amd64 (14.2.0-11) over (14.2.0-8) ...
Setting up libstdc++6:amd64 (14.2.0-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17030 files and directories currently installed.)
Preparing to unpack .../libgomp1_14.2.0-11_amd64.deb ...
Unpacking libgomp1:amd64 (14.2.0-11) over (14.2.0-8) ...
Preparing to unpack .../libgcc-s1_14.2.0-11_amd64.deb ...
Unpacking libgcc-s1:amd64 (14.2.0-11) over (14.2.0-8) ...
Setting up libgcc-s1:amd64 (14.2.0-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17030 files and directories currently installed.)
Preparing to unpack .../gettext-base_0.22.5-3_amd64.deb ...
Unpacking gettext-base (0.22.5-3) over (0.22.5-2) ...
Preparing to unpack .../gettext_0.22.5-3_amd64.deb ...
Unpacking gettext (0.22.5-3) over (0.22.5-2) ...
Setting up gettext-base (0.22.5-3) ...
Setting up libgomp1:amd64 (14.2.0-11) ...
Setting up libatomic1:amd64 (14.2.0-11) ...
Setting up gettext (0.22.5-3) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-4) ...
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
autopkgtest [14:02:03]: testbed running kernel: Linux 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
autopkgtest [14:02:03]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-ch_adllf/multiqc_1.21+dfsg-2.dsc
gpgv: Signature made Sat Aug 31 11:27:49 2024 UTC
gpgv:                using RSA key 8F6DE104377F3B11E741748731F3144544A1741A
gpgv:                issuer "tchet@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.lltcqc/multiqc_1.21+dfsg-2.dsc: no acceptable signature found
dpkg-source: info: extracting multiqc in src
dpkg-source: info: unpacking multiqc_1.21+dfsg.orig.tar.xz
dpkg-source: info: unpacking multiqc_1.21+dfsg.orig-debian-tests-data.tar.xz
dpkg-source: info: unpacking multiqc_1.21+dfsg-2.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying removeHighcharts.patch
autopkgtest [14:02:05]: testing package multiqc version 1.21+dfsg-2
autopkgtest [14:02:05]: build not needed
autopkgtest [14:02:05]: test run-unit-test: preparing testbed
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  apt-utils
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 328 kB of archives.
After this operation, 1097 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 apt-utils amd64 2.9.17 [328 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 328 kB in 0s (7130 kB/s)
Selecting previously unselected package apt-utils.
(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 ... 17030 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.9.17_amd64.deb ...
Unpacking apt-utils (2.9.17) ...
Setting up apt-utils (2.9.17) ...
Processing triggers for man-db (2.13.0-1) ...
Ign:1 file:/tmp/autopkgtest.lltcqc/binaries  InRelease
Get:2 file:/tmp/autopkgtest.lltcqc/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.lltcqc/binaries  Release [816 B]
Ign:3 file:/tmp/autopkgtest.lltcqc/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.lltcqc/binaries  Packages [5213 B]
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following NEW packages will be installed:
  blt fontconfig-config fonts-dejavu-core fonts-dejavu-mono
  fonts-glyphicons-halflings fonts-lyx libblas3 libdeflate0 libexpat1
  libfontconfig1 libfreetype6 libfribidi0 libgfortran5 libgraphite2-3
  libharfbuzz0b libimagequant0 libjbig0 libjpeg62-turbo libjs-bootstrap
  libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter libjs-jquery-ui
  liblapack3 liblbfgsb0 liblcms2-2 liblerc4 libnsl2 libopenjp2-7
  libpng16-16t64 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib
  libqhull-r8.0 libraqm0 libsharpyuv0 libtcl8.6 libtiff6 libtirpc-common
  libtirpc3t64 libtk8.6 libwebp7 libwebpdemux2 libwebpmux3 libx11-6
  libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxft2 libxrender1
  libxslt1.1 libxss1 media-types multiqc python-matplotlib-data python3
  python3-attr python3-autocommand python3-brotli python3-certifi
  python3-chardet python3-charset-normalizer python3-click python3-colorama
  python3-coloredlogs python3-colormath python3-contourpy python3-cycler
  python3-dateutil python3-decorator python3-fastjsonschema python3-fonttools
  python3-fs python3-humanfriendly python3-humanize python3-idna
  python3-importlib-metadata python3-inflect python3-jaraco.context
  python3-jaraco.functools python3-jinja2 python3-jsonschema
  python3-jsonschema-specifications python3-jupyter-core python3-kiwisolver
  python3-lxml python3-lz4 python3-lzstring python3-markdown
  python3-markdown-it python3-markupsafe python3-matplotlib python3-mdurl
  python3-minimal python3-more-itertools python3-mpmath python3-nbformat
  python3-networkx python3-numpy python3-packaging python3-pil
  python3-pil.imagetk python3-pkg-resources python3-platformdirs
  python3-plotly python3-pyaml-env python3-pygments python3-pyparsing
  python3-referencing python3-requests python3-rich python3-rich-click
  python3-rpds-py python3-scipy python3-spectra python3-sympy python3-tenacity
  python3-tk python3-traitlets python3-typeguard python3-typing-extensions
  python3-tz python3-ufolib2 python3-unicodedata2 python3-urllib3 python3-yaml
  python3-zipp python3.12 python3.12-minimal python3.12-tk python3.13-tk
  tk8.6-blt2.5 unicode-data x11-common
0 upgraded, 136 newly installed, 0 to remove and 0 not upgraded.
Need to get 92.0 MB/92.9 MB of archives.
After this operation, 500 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.lltcqc/binaries  python3-rich 13.9.4-0.1 [203 kB]
Get:2 file:/tmp/autopkgtest.lltcqc/binaries  multiqc 1.21+dfsg-2 [781 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 libpython3.12-minimal amd64 3.12.8-3 [817 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 libexpat1 amd64 2.6.4-1 [106 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 python3.12-minimal amd64 3.12.8-3 [2162 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 python3-minimal amd64 3.12.7-1 [26.8 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 media-types all 10.1.0 [26.9 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:9 http://deb.debian.org/debian sid/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3+b1 [83.1 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 libnsl2 amd64 1.3.0-3+b3 [40.6 kB]
Get:11 http://deb.debian.org/debian sid/main amd64 libpython3.12-stdlib amd64 3.12.8-3 [1969 kB]
Get:12 http://deb.debian.org/debian sid/main amd64 python3.12 amd64 3.12.8-3 [677 kB]
Get:13 http://deb.debian.org/debian sid/main amd64 libpython3-stdlib amd64 3.12.7-1 [9712 B]
Get:14 http://deb.debian.org/debian sid/main amd64 python3 amd64 3.12.7-1 [27.8 kB]
Get:15 http://deb.debian.org/debian sid/main amd64 libtcl8.6 amd64 8.6.15+dfsg-2 [1042 kB]
Get:16 http://deb.debian.org/debian sid/main amd64 libpng16-16t64 amd64 1.6.44-3 [280 kB]
Get:17 http://deb.debian.org/debian sid/main amd64 libfreetype6 amd64 2.13.3+dfsg-1 [452 kB]
Get:18 http://deb.debian.org/debian sid/main amd64 fonts-dejavu-mono all 2.37-8 [489 kB]
Get:19 http://deb.debian.org/debian sid/main amd64 fonts-dejavu-core all 2.37-8 [840 kB]
Get:20 http://deb.debian.org/debian sid/main amd64 fontconfig-config amd64 2.15.0-1.1+b1 [318 kB]
Get:21 http://deb.debian.org/debian sid/main amd64 libfontconfig1 amd64 2.15.0-1.1+b1 [391 kB]
Get:22 http://deb.debian.org/debian sid/main amd64 libxau6 amd64 1:1.0.11-1 [20.4 kB]
Get:23 http://deb.debian.org/debian sid/main amd64 libxdmcp6 amd64 1:1.1.5-1 [27.8 kB]
Get:24 http://deb.debian.org/debian sid/main amd64 libxcb1 amd64 1.17.0-2+b1 [144 kB]
Get:25 http://deb.debian.org/debian sid/main amd64 libx11-data all 2:1.8.10-2 [337 kB]
Get:26 http://deb.debian.org/debian sid/main amd64 libx11-6 amd64 2:1.8.10-2 [813 kB]
Get:27 http://deb.debian.org/debian sid/main amd64 libxrender1 amd64 1:0.9.10-1.1+b3 [27.8 kB]
Get:28 http://deb.debian.org/debian sid/main amd64 libxft2 amd64 2.3.6-1+b3 [54.6 kB]
Get:29 http://deb.debian.org/debian sid/main amd64 libxext6 amd64 2:1.3.4-1+b2 [50.5 kB]
Get:30 http://deb.debian.org/debian sid/main amd64 x11-common all 1:7.7+23.1 [216 kB]
Get:31 http://deb.debian.org/debian sid/main amd64 libxss1 amd64 1:1.2.3-1+b2 [17.0 kB]
Get:32 http://deb.debian.org/debian sid/main amd64 libtk8.6 amd64 8.6.15-1 [791 kB]
Get:33 http://deb.debian.org/debian sid/main amd64 tk8.6-blt2.5 amd64 2.5.3+dfsg-7 [586 kB]
Get:34 http://deb.debian.org/debian sid/main amd64 blt amd64 2.5.3+dfsg-7 [6024 B]
Get:35 http://deb.debian.org/debian sid/main amd64 fonts-glyphicons-halflings all 1.009~3.4.1+dfsg-3 [162 kB]
Get:36 http://deb.debian.org/debian sid/main amd64 fonts-lyx all 2.4.2.1-1 [190 kB]
Get:37 http://deb.debian.org/debian sid/main amd64 libblas3 amd64 3.12.0-4 [152 kB]
Get:38 http://deb.debian.org/debian sid/main amd64 libdeflate0 amd64 1.22-1 [47.3 kB]
Get:39 http://deb.debian.org/debian sid/main amd64 libfribidi0 amd64 1.0.16-1 [26.5 kB]
Get:40 http://deb.debian.org/debian sid/main amd64 libgfortran5 amd64 14.2.0-11 [836 kB]
Get:41 http://deb.debian.org/debian sid/main amd64 libgraphite2-3 amd64 1.3.14-2+b1 [75.4 kB]
Get:42 http://deb.debian.org/debian sid/main amd64 libharfbuzz0b amd64 10.1.0-1 [478 kB]
Get:43 http://deb.debian.org/debian sid/main amd64 libimagequant0 amd64 2.18.0-1+b2 [35.2 kB]
Get:44 http://deb.debian.org/debian sid/main amd64 libjbig0 amd64 2.1-6.1+b2 [32.1 kB]
Get:45 http://deb.debian.org/debian sid/main amd64 libjpeg62-turbo amd64 1:2.1.5-3+b1 [168 kB]
Get:46 http://deb.debian.org/debian sid/main amd64 libjs-bootstrap all 3.4.1+dfsg-3 [172 kB]
Get:47 http://deb.debian.org/debian sid/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
Get:48 http://deb.debian.org/debian sid/main amd64 libjs-jquery-metadata all 12-4 [6532 B]
Get:49 http://deb.debian.org/debian sid/main amd64 libjs-jquery-tablesorter all 1:2.31.3+dfsg1-4 [184 kB]
Get:50 http://deb.debian.org/debian sid/main amd64 libjs-jquery-ui all 1.13.2+dfsg-1 [250 kB]
Get:51 http://deb.debian.org/debian sid/main amd64 liblapack3 amd64 3.12.0-4 [2450 kB]
Get:52 http://deb.debian.org/debian sid/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1+b2 [29.4 kB]
Get:53 http://deb.debian.org/debian sid/main amd64 liblcms2-2 amd64 2.16-2 [160 kB]
Get:54 http://deb.debian.org/debian sid/main amd64 liblerc4 amd64 4.0.0+ds-5 [183 kB]
Get:55 http://deb.debian.org/debian sid/main amd64 libopenjp2-7 amd64 2.5.0-2+b4 [199 kB]
Get:56 http://deb.debian.org/debian sid/main amd64 libqhull-r8.0 amd64 2020.2-6+b2 [248 kB]
Get:57 http://deb.debian.org/debian sid/main amd64 libraqm0 amd64 0.10.2-1 [13.9 kB]
Get:58 http://deb.debian.org/debian sid/main amd64 libsharpyuv0 amd64 1.4.0-0.1+b1 [113 kB]
Get:59 http://deb.debian.org/debian sid/main amd64 libwebp7 amd64 1.4.0-0.1+b1 [313 kB]
Get:60 http://deb.debian.org/debian sid/main amd64 libtiff6 amd64 4.5.1+git230720-5 [324 kB]
Get:61 http://deb.debian.org/debian sid/main amd64 libwebpdemux2 amd64 1.4.0-0.1+b1 [111 kB]
Get:62 http://deb.debian.org/debian sid/main amd64 libwebpmux3 amd64 1.4.0-0.1+b1 [123 kB]
Get:63 http://deb.debian.org/debian sid/main amd64 libxslt1.1 amd64 1.1.35-1.1+b1 [233 kB]
Get:64 http://deb.debian.org/debian sid/main amd64 python3-colorama all 0.4.6-4 [36.2 kB]
Get:65 http://deb.debian.org/debian sid/main amd64 python3-typing-extensions all 4.12.2-2 [73.0 kB]
Get:66 http://deb.debian.org/debian sid/main amd64 python3-zipp all 3.21.0-1 [10.6 kB]
Get:67 http://deb.debian.org/debian sid/main amd64 python3-importlib-metadata all 8.5.0-1 [21.0 kB]
Get:68 http://deb.debian.org/debian sid/main amd64 python3-click all 8.1.7-2 [94.3 kB]
Get:69 http://deb.debian.org/debian sid/main amd64 python3-humanfriendly all 10.0-6 [85.6 kB]
Get:70 http://deb.debian.org/debian sid/main amd64 python3-coloredlogs all 15.0.1-1 [47.4 kB]
Get:71 http://deb.debian.org/debian sid/main amd64 python3-autocommand all 2.2.2-3 [13.6 kB]
Get:72 http://deb.debian.org/debian sid/main amd64 python3-more-itertools all 10.5.0-1 [63.8 kB]
Get:73 http://deb.debian.org/debian sid/main amd64 python3-typeguard all 4.4.1-1 [37.0 kB]
Get:74 http://deb.debian.org/debian sid/main amd64 python3-inflect all 7.3.1-2 [32.4 kB]
Get:75 http://deb.debian.org/debian sid/main amd64 python3-jaraco.context all 6.0.0-1 [7984 B]
Get:76 http://deb.debian.org/debian sid/main amd64 python3-jaraco.functools all 4.1.0-1 [12.0 kB]
Get:77 http://deb.debian.org/debian sid/main amd64 python3-pkg-resources all 75.6.0-1 [222 kB]
Get:78 http://deb.debian.org/debian sid/main amd64 python3-humanize all 4.11.0-1 [52.7 kB]
Get:79 http://deb.debian.org/debian sid/main amd64 python3-markupsafe amd64 2.1.5-1+b2 [13.9 kB]
Get:80 http://deb.debian.org/debian sid/main amd64 python3-jinja2 all 3.1.3-1.1 [120 kB]
Get:81 http://deb.debian.org/debian sid/main amd64 python3-markdown all 3.7-2 [85.2 kB]
Get:82 http://deb.debian.org/debian sid/main amd64 python-matplotlib-data all 3.8.3-3 [2731 kB]
Get:83 http://deb.debian.org/debian sid/main amd64 python3-dateutil all 2.9.0-3 [79.3 kB]
Get:84 http://deb.debian.org/debian sid/main amd64 python3-pil amd64 10.4.0-1+b1 [522 kB]
Get:85 http://deb.debian.org/debian sid/main amd64 python3.12-tk amd64 3.12.8-3 [113 kB]
Get:86 http://deb.debian.org/debian sid/main amd64 python3.13-tk amd64 3.13.1-2 [103 kB]
Get:87 http://deb.debian.org/debian sid/main amd64 python3-tk amd64 3.13.1-1 [9464 B]
Get:88 http://deb.debian.org/debian sid/main amd64 python3-pil.imagetk amd64 10.4.0-1+b1 [79.8 kB]
Get:89 http://deb.debian.org/debian sid/main amd64 python3-pyparsing all 3.1.2-1 [146 kB]
Get:90 http://deb.debian.org/debian sid/main amd64 python3-numpy amd64 1:1.26.4+ds-12 [4738 kB]
Get:91 http://deb.debian.org/debian sid/main amd64 python3-contourpy amd64 1.3.1-1 [264 kB]
Get:92 http://deb.debian.org/debian sid/main amd64 python3-cycler all 0.12.1-1 [9496 B]
Get:93 http://deb.debian.org/debian sid/main amd64 python3-brotli amd64 1.1.0-2+b6 [321 kB]
Get:94 http://deb.debian.org/debian sid/main amd64 python3-tz all 2024.2-1 [31.0 kB]
Get:95 http://deb.debian.org/debian sid/main amd64 python3-platformdirs all 4.3.6-1 [16.6 kB]
Get:96 http://deb.debian.org/debian sid/main amd64 python3-fs all 2.4.16-5.1 [95.2 kB]
Get:97 http://deb.debian.org/debian sid/main amd64 python3-lxml amd64 5.3.0-1+b1 [1676 kB]
Get:98 http://deb.debian.org/debian sid/main amd64 python3-lz4 amd64 4.4.0+dfsg-1 [25.5 kB]
Get:99 http://deb.debian.org/debian sid/main amd64 python3-decorator all 5.1.1-5 [15.1 kB]
Get:100 http://deb.debian.org/debian sid/main amd64 python3-scipy amd64 1.14.1-3 [20.5 MB]
Get:101 http://deb.debian.org/debian sid/main amd64 python3-mpmath all 1.3.0-1 [419 kB]
Get:102 http://deb.debian.org/debian sid/main amd64 python3-sympy all 1.13.3-1 [4147 kB]
Get:103 http://deb.debian.org/debian sid/main amd64 python3-attr all 24.2.0-1 [68.4 kB]
Get:104 http://deb.debian.org/debian sid/main amd64 python3-ufolib2 all 0.17.0+dfsg1-1 [33.0 kB]
Get:105 http://deb.debian.org/debian sid/main amd64 python3-unicodedata2 amd64 15.1.0+ds-1+b3 [299 kB]
Get:106 http://deb.debian.org/debian sid/main amd64 unicode-data all 15.1.0-1 [8547 kB]
Get:107 http://deb.debian.org/debian sid/main amd64 python3-fonttools amd64 4.55.0-3 [1634 kB]
Get:108 http://deb.debian.org/debian sid/main amd64 python3-kiwisolver amd64 1.4.7-2+b1 [77.0 kB]
Get:109 http://deb.debian.org/debian sid/main amd64 python3-packaging all 24.2-1 [55.3 kB]
Get:110 http://deb.debian.org/debian sid/main amd64 python3-matplotlib amd64 3.8.3-3+b1 [5654 kB]
Get:111 http://deb.debian.org/debian sid/main amd64 python3-certifi all 2024.8.30+dfsg-1 [9576 B]
Get:112 http://deb.debian.org/debian sid/main amd64 python3-charset-normalizer amd64 3.4.0-1+b1 [140 kB]
Get:113 http://deb.debian.org/debian sid/main amd64 python3-idna all 3.8-2 [41.6 kB]
Get:114 http://deb.debian.org/debian sid/main amd64 python3-urllib3 all 2.2.3-4 [112 kB]
Get:115 http://deb.debian.org/debian sid/main amd64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
Get:116 http://deb.debian.org/debian sid/main amd64 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
Get:117 http://deb.debian.org/debian sid/main amd64 python3-fastjsonschema all 2.20.0-1 [21.8 kB]
Get:118 http://deb.debian.org/debian sid/main amd64 python3-rpds-py amd64 0.21.0-2 [287 kB]
Get:119 http://deb.debian.org/debian sid/main amd64 python3-referencing all 0.35.1-2 [23.5 kB]
Get:120 http://deb.debian.org/debian sid/main amd64 python3-jsonschema-specifications all 2023.12.1-2 [9020 B]
Get:121 http://deb.debian.org/debian sid/main amd64 python3-jsonschema all 4.19.2-5 [71.4 kB]
Get:122 http://deb.debian.org/debian sid/main amd64 python3-traitlets all 5.14.3+really5.14.3-1 [70.9 kB]
Get:123 http://deb.debian.org/debian sid/main amd64 python3-jupyter-core all 5.7.2-5 [35.3 kB]
Get:124 http://deb.debian.org/debian sid/main amd64 python3-nbformat all 5.9.1-1 [45.1 kB]
Get:125 http://deb.debian.org/debian sid/main amd64 python3-tenacity all 8.4.2+really8.4.1-1 [46.0 kB]
Get:126 http://deb.debian.org/debian sid/main amd64 python3-plotly all 5.20.0+dfsg-1 [2726 kB]
Get:127 http://deb.debian.org/debian sid/main amd64 python3-yaml amd64 6.0.2-1+b1 [178 kB]
Get:128 http://deb.debian.org/debian sid/main amd64 python3-pyaml-env all 1.2.1-2 [9032 B]
Get:129 http://deb.debian.org/debian sid/main amd64 python3-mdurl all 0.1.2-1 [9444 B]
Get:130 http://deb.debian.org/debian sid/main amd64 python3-markdown-it all 3.0.0-2 [62.5 kB]
Get:131 http://deb.debian.org/debian sid/main amd64 python3-pygments all 2.18.0+dfsg-1 [836 kB]
Get:132 http://deb.debian.org/debian sid/main amd64 python3-rich-click all 1.6.0-1 [20.8 kB]
Get:133 http://deb.debian.org/debian sid/main amd64 python3-networkx all 3.2.1-5 [13.0 MB]
Get:134 http://deb.debian.org/debian sid/main amd64 python3-colormath all 3.0.0-4 [34.7 kB]
Get:135 http://deb.debian.org/debian sid/main amd64 python3-spectra all 0.0.11-4 [16.5 kB]
Get:136 http://deb.debian.org/debian sid/main amd64 python3-lzstring all 1.0.4-3 [5544 B]
Preconfiguring packages ...
Fetched 92.0 MB in 1s (90.3 MB/s)
Selecting previously unselected package libpython3.12-minimal:amd64.
(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 ... 17112 files and directories currently installed.)
Preparing to unpack .../libpython3.12-minimal_3.12.8-3_amd64.deb ...
Unpacking libpython3.12-minimal:amd64 (3.12.8-3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.6.4-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.6.4-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.8-3_amd64.deb ...
Unpacking python3.12-minimal (3.12.8-3) ...
Setting up libpython3.12-minimal:amd64 (3.12.8-3) ...
Setting up libexpat1:amd64 (2.6.4-1) ...
Setting up python3.12-minimal (3.12.8-3) ...
Selecting previously unselected package python3-minimal.
(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 ... 17432 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.12.7-1_amd64.deb ...
Unpacking python3-minimal (3.12.7-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../2-libtirpc-common_1.3.4+ds-1.3_all.deb ...
Unpacking libtirpc-common (1.3.4+ds-1.3) ...
Selecting previously unselected package libtirpc3t64:amd64.
Preparing to unpack .../3-libtirpc3t64_1.3.4+ds-1.3+b1_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:amd64 (1.3.4+ds-1.3+b1) ...
Selecting previously unselected package libnsl2:amd64.
Preparing to unpack .../4-libnsl2_1.3.0-3+b3_amd64.deb ...
Unpacking libnsl2:amd64 (1.3.0-3+b3) ...
Selecting previously unselected package libpython3.12-stdlib:amd64.
Preparing to unpack .../5-libpython3.12-stdlib_3.12.8-3_amd64.deb ...
Unpacking libpython3.12-stdlib:amd64 (3.12.8-3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../6-python3.12_3.12.8-3_amd64.deb ...
Unpacking python3.12 (3.12.8-3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../7-libpython3-stdlib_3.12.7-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.12.7-1) ...
Setting up python3-minimal (3.12.7-1) ...
Selecting previously unselected package python3.
(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 ... 17898 files and directories currently installed.)
Preparing to unpack .../000-python3_3.12.7-1_amd64.deb ...
Unpacking python3 (3.12.7-1) ...
Selecting previously unselected package libtcl8.6:amd64.
Preparing to unpack .../001-libtcl8.6_8.6.15+dfsg-2_amd64.deb ...
Unpacking libtcl8.6:amd64 (8.6.15+dfsg-2) ...
Selecting previously unselected package libpng16-16t64:amd64.
Preparing to unpack .../002-libpng16-16t64_1.6.44-3_amd64.deb ...
Unpacking libpng16-16t64:amd64 (1.6.44-3) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../003-libfreetype6_2.13.3+dfsg-1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ...
Selecting previously unselected package fonts-dejavu-mono.
Preparing to unpack .../004-fonts-dejavu-mono_2.37-8_all.deb ...
Unpacking fonts-dejavu-mono (2.37-8) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../005-fonts-dejavu-core_2.37-8_all.deb ...
Unpacking fonts-dejavu-core (2.37-8) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../006-fontconfig-config_2.15.0-1.1+b1_amd64.deb ...
Unpacking fontconfig-config (2.15.0-1.1+b1) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../007-libfontconfig1_2.15.0-1.1+b1_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.15.0-1.1+b1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../008-libxau6_1%3a1.0.11-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.11-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../009-libxdmcp6_1%3a1.1.5-1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.5-1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../010-libxcb1_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb1:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../011-libx11-data_2%3a1.8.10-2_all.deb ...
Unpacking libx11-data (2:1.8.10-2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../012-libx11-6_2%3a1.8.10-2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.10-2) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../013-libxrender1_1%3a0.9.10-1.1+b3_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1+b3) ...
Selecting previously unselected package libxft2:amd64.
Preparing to unpack .../014-libxft2_2.3.6-1+b3_amd64.deb ...
Unpacking libxft2:amd64 (2.3.6-1+b3) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../015-libxext6_2%3a1.3.4-1+b2_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b2) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../016-x11-common_1%3a7.7+23.1_all.deb ...
Unpacking x11-common (1:7.7+23.1) ...
Selecting previously unselected package libxss1:amd64.
Preparing to unpack .../017-libxss1_1%3a1.2.3-1+b2_amd64.deb ...
Unpacking libxss1:amd64 (1:1.2.3-1+b2) ...
Selecting previously unselected package libtk8.6:amd64.
Preparing to unpack .../018-libtk8.6_8.6.15-1_amd64.deb ...
Unpacking libtk8.6:amd64 (8.6.15-1) ...
Selecting previously unselected package tk8.6-blt2.5.
Preparing to unpack .../019-tk8.6-blt2.5_2.5.3+dfsg-7_amd64.deb ...
Unpacking tk8.6-blt2.5 (2.5.3+dfsg-7) ...
Selecting previously unselected package blt.
Preparing to unpack .../020-blt_2.5.3+dfsg-7_amd64.deb ...
Unpacking blt (2.5.3+dfsg-7) ...
Selecting previously unselected package fonts-glyphicons-halflings.
Preparing to unpack .../021-fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3_all.deb ...
Unpacking fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ...
Selecting previously unselected package fonts-lyx.
Preparing to unpack .../022-fonts-lyx_2.4.2.1-1_all.deb ...
Unpacking fonts-lyx (2.4.2.1-1) ...
Selecting previously unselected package libblas3:amd64.
Preparing to unpack .../023-libblas3_3.12.0-4_amd64.deb ...
Unpacking libblas3:amd64 (3.12.0-4) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../024-libdeflate0_1.22-1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.22-1) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../025-libfribidi0_1.0.16-1_amd64.deb ...
Unpacking libfribidi0:amd64 (1.0.16-1) ...
Selecting previously unselected package libgfortran5:amd64.
Preparing to unpack .../026-libgfortran5_14.2.0-11_amd64.deb ...
Unpacking libgfortran5:amd64 (14.2.0-11) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../027-libgraphite2-3_1.3.14-2+b1_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.14-2+b1) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../028-libharfbuzz0b_10.1.0-1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (10.1.0-1) ...
Selecting previously unselected package libimagequant0:amd64.
Preparing to unpack .../029-libimagequant0_2.18.0-1+b2_amd64.deb ...
Unpacking libimagequant0:amd64 (2.18.0-1+b2) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../030-libjbig0_2.1-6.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-6.1+b2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../031-libjpeg62-turbo_1%3a2.1.5-3+b1_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.1.5-3+b1) ...
Selecting previously unselected package libjs-bootstrap.
Preparing to unpack .../032-libjs-bootstrap_3.4.1+dfsg-3_all.deb ...
Unpacking libjs-bootstrap (3.4.1+dfsg-3) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../033-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-metadata.
Preparing to unpack .../034-libjs-jquery-metadata_12-4_all.deb ...
Unpacking libjs-jquery-metadata (12-4) ...
Selecting previously unselected package libjs-jquery-tablesorter.
Preparing to unpack .../035-libjs-jquery-tablesorter_1%3a2.31.3+dfsg1-4_all.deb ...
Unpacking libjs-jquery-tablesorter (1:2.31.3+dfsg1-4) ...
Selecting previously unselected package libjs-jquery-ui.
Preparing to unpack .../036-libjs-jquery-ui_1.13.2+dfsg-1_all.deb ...
Unpacking libjs-jquery-ui (1.13.2+dfsg-1) ...
Selecting previously unselected package liblapack3:amd64.
Preparing to unpack .../037-liblapack3_3.12.0-4_amd64.deb ...
Unpacking liblapack3:amd64 (3.12.0-4) ...
Selecting previously unselected package liblbfgsb0:amd64.
Preparing to unpack .../038-liblbfgsb0_3.0+dfsg.4-1+b2_amd64.deb ...
Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1+b2) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../039-liblcms2-2_2.16-2_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.16-2) ...
Selecting previously unselected package liblerc4:amd64.
Preparing to unpack .../040-liblerc4_4.0.0+ds-5_amd64.deb ...
Unpacking liblerc4:amd64 (4.0.0+ds-5) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../041-libopenjp2-7_2.5.0-2+b4_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.5.0-2+b4) ...
Selecting previously unselected package libqhull-r8.0:amd64.
Preparing to unpack .../042-libqhull-r8.0_2020.2-6+b2_amd64.deb ...
Unpacking libqhull-r8.0:amd64 (2020.2-6+b2) ...
Selecting previously unselected package libraqm0:amd64.
Preparing to unpack .../043-libraqm0_0.10.2-1_amd64.deb ...
Unpacking libraqm0:amd64 (0.10.2-1) ...
Selecting previously unselected package libsharpyuv0:amd64.
Preparing to unpack .../044-libsharpyuv0_1.4.0-0.1+b1_amd64.deb ...
Unpacking libsharpyuv0:amd64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../045-libwebp7_1.4.0-0.1+b1_amd64.deb ...
Unpacking libwebp7:amd64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libtiff6:amd64.
Preparing to unpack .../046-libtiff6_4.5.1+git230720-5_amd64.deb ...
Unpacking libtiff6:amd64 (4.5.1+git230720-5) ...
Selecting previously unselected package libwebpdemux2:amd64.
Preparing to unpack .../047-libwebpdemux2_1.4.0-0.1+b1_amd64.deb ...
Unpacking libwebpdemux2:amd64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libwebpmux3:amd64.
Preparing to unpack .../048-libwebpmux3_1.4.0-0.1+b1_amd64.deb ...
Unpacking libwebpmux3:amd64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../049-libxslt1.1_1.1.35-1.1+b1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.35-1.1+b1) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../050-python3-colorama_0.4.6-4_all.deb ...
Unpacking python3-colorama (0.4.6-4) ...
Selecting previously unselected package python3-typing-extensions.
Preparing to unpack .../051-python3-typing-extensions_4.12.2-2_all.deb ...
Unpacking python3-typing-extensions (4.12.2-2) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../052-python3-zipp_3.21.0-1_all.deb ...
Unpacking python3-zipp (3.21.0-1) ...
Selecting previously unselected package python3-importlib-metadata.
Preparing to unpack .../053-python3-importlib-metadata_8.5.0-1_all.deb ...
Unpacking python3-importlib-metadata (8.5.0-1) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../054-python3-click_8.1.7-2_all.deb ...
Unpacking python3-click (8.1.7-2) ...
Selecting previously unselected package python3-humanfriendly.
Preparing to unpack .../055-python3-humanfriendly_10.0-6_all.deb ...
Unpacking python3-humanfriendly (10.0-6) ...
Selecting previously unselected package python3-coloredlogs.
Preparing to unpack .../056-python3-coloredlogs_15.0.1-1_all.deb ...
Unpacking python3-coloredlogs (15.0.1-1) ...
Selecting previously unselected package python3-autocommand.
Preparing to unpack .../057-python3-autocommand_2.2.2-3_all.deb ...
Unpacking python3-autocommand (2.2.2-3) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../058-python3-more-itertools_10.5.0-1_all.deb ...
Unpacking python3-more-itertools (10.5.0-1) ...
Selecting previously unselected package python3-typeguard.
Preparing to unpack .../059-python3-typeguard_4.4.1-1_all.deb ...
Unpacking python3-typeguard (4.4.1-1) ...
Selecting previously unselected package python3-inflect.
Preparing to unpack .../060-python3-inflect_7.3.1-2_all.deb ...
Unpacking python3-inflect (7.3.1-2) ...
Selecting previously unselected package python3-jaraco.context.
Preparing to unpack .../061-python3-jaraco.context_6.0.0-1_all.deb ...
Unpacking python3-jaraco.context (6.0.0-1) ...
Selecting previously unselected package python3-jaraco.functools.
Preparing to unpack .../062-python3-jaraco.functools_4.1.0-1_all.deb ...
Unpacking python3-jaraco.functools (4.1.0-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../063-python3-pkg-resources_75.6.0-1_all.deb ...
Unpacking python3-pkg-resources (75.6.0-1) ...
Selecting previously unselected package python3-humanize.
Preparing to unpack .../064-python3-humanize_4.11.0-1_all.deb ...
Unpacking python3-humanize (4.11.0-1) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../065-python3-markupsafe_2.1.5-1+b2_amd64.deb ...
Unpacking python3-markupsafe (2.1.5-1+b2) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../066-python3-jinja2_3.1.3-1.1_all.deb ...
Unpacking python3-jinja2 (3.1.3-1.1) ...
Selecting previously unselected package python3-markdown.
Preparing to unpack .../067-python3-markdown_3.7-2_all.deb ...
Unpacking python3-markdown (3.7-2) ...
Selecting previously unselected package python-matplotlib-data.
Preparing to unpack .../068-python-matplotlib-data_3.8.3-3_all.deb ...
Unpacking python-matplotlib-data (3.8.3-3) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../069-python3-dateutil_2.9.0-3_all.deb ...
Unpacking python3-dateutil (2.9.0-3) ...
Selecting previously unselected package python3-pil:amd64.
Preparing to unpack .../070-python3-pil_10.4.0-1+b1_amd64.deb ...
Unpacking python3-pil:amd64 (10.4.0-1+b1) ...
Selecting previously unselected package python3.12-tk.
Preparing to unpack .../071-python3.12-tk_3.12.8-3_amd64.deb ...
Unpacking python3.12-tk (3.12.8-3) ...
Selecting previously unselected package python3.13-tk.
Preparing to unpack .../072-python3.13-tk_3.13.1-2_amd64.deb ...
Unpacking python3.13-tk (3.13.1-2) ...
Selecting previously unselected package python3-tk:amd64.
Preparing to unpack .../073-python3-tk_3.13.1-1_amd64.deb ...
Unpacking python3-tk:amd64 (3.13.1-1) ...
Selecting previously unselected package python3-pil.imagetk:amd64.
Preparing to unpack .../074-python3-pil.imagetk_10.4.0-1+b1_amd64.deb ...
Unpacking python3-pil.imagetk:amd64 (10.4.0-1+b1) ...
Selecting previously unselected package python3-pyparsing.
Preparing to unpack .../075-python3-pyparsing_3.1.2-1_all.deb ...
Unpacking python3-pyparsing (3.1.2-1) ...
Selecting previously unselected package python3-numpy.
Preparing to unpack .../076-python3-numpy_1%3a1.26.4+ds-12_amd64.deb ...
Unpacking python3-numpy (1:1.26.4+ds-12) ...
Selecting previously unselected package python3-contourpy.
Preparing to unpack .../077-python3-contourpy_1.3.1-1_amd64.deb ...
Unpacking python3-contourpy (1.3.1-1) ...
Selecting previously unselected package python3-cycler.
Preparing to unpack .../078-python3-cycler_0.12.1-1_all.deb ...
Unpacking python3-cycler (0.12.1-1) ...
Selecting previously unselected package python3-brotli.
Preparing to unpack .../079-python3-brotli_1.1.0-2+b6_amd64.deb ...
Unpacking python3-brotli (1.1.0-2+b6) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../080-python3-tz_2024.2-1_all.deb ...
Unpacking python3-tz (2024.2-1) ...
Selecting previously unselected package python3-platformdirs.
Preparing to unpack .../081-python3-platformdirs_4.3.6-1_all.deb ...
Unpacking python3-platformdirs (4.3.6-1) ...
Selecting previously unselected package python3-fs.
Preparing to unpack .../082-python3-fs_2.4.16-5.1_all.deb ...
Unpacking python3-fs (2.4.16-5.1) ...
Selecting previously unselected package python3-lxml:amd64.
Preparing to unpack .../083-python3-lxml_5.3.0-1+b1_amd64.deb ...
Unpacking python3-lxml:amd64 (5.3.0-1+b1) ...
Selecting previously unselected package python3-lz4.
Preparing to unpack .../084-python3-lz4_4.4.0+dfsg-1_amd64.deb ...
Unpacking python3-lz4 (4.4.0+dfsg-1) ...
Selecting previously unselected package python3-decorator.
Preparing to unpack .../085-python3-decorator_5.1.1-5_all.deb ...
Unpacking python3-decorator (5.1.1-5) ...
Selecting previously unselected package python3-scipy.
Preparing to unpack .../086-python3-scipy_1.14.1-3_amd64.deb ...
Unpacking python3-scipy (1.14.1-3) ...
Selecting previously unselected package python3-mpmath.
Preparing to unpack .../087-python3-mpmath_1.3.0-1_all.deb ...
Unpacking python3-mpmath (1.3.0-1) ...
Selecting previously unselected package python3-sympy.
Preparing to unpack .../088-python3-sympy_1.13.3-1_all.deb ...
Unpacking python3-sympy (1.13.3-1) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../089-python3-attr_24.2.0-1_all.deb ...
Unpacking python3-attr (24.2.0-1) ...
Selecting previously unselected package python3-ufolib2.
Preparing to unpack .../090-python3-ufolib2_0.17.0+dfsg1-1_all.deb ...
Unpacking python3-ufolib2 (0.17.0+dfsg1-1) ...
Selecting previously unselected package python3-unicodedata2.
Preparing to unpack .../091-python3-unicodedata2_15.1.0+ds-1+b3_amd64.deb ...
Unpacking python3-unicodedata2 (15.1.0+ds-1+b3) ...
Selecting previously unselected package unicode-data.
Preparing to unpack .../092-unicode-data_15.1.0-1_all.deb ...
Unpacking unicode-data (15.1.0-1) ...
Selecting previously unselected package python3-fonttools.
Preparing to unpack .../093-python3-fonttools_4.55.0-3_amd64.deb ...
Unpacking python3-fonttools (4.55.0-3) ...
Selecting previously unselected package python3-kiwisolver.
Preparing to unpack .../094-python3-kiwisolver_1.4.7-2+b1_amd64.deb ...
Unpacking python3-kiwisolver (1.4.7-2+b1) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../095-python3-packaging_24.2-1_all.deb ...
Unpacking python3-packaging (24.2-1) ...
Selecting previously unselected package python3-matplotlib.
Preparing to unpack .../096-python3-matplotlib_3.8.3-3+b1_amd64.deb ...
Unpacking python3-matplotlib (3.8.3-3+b1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../097-python3-certifi_2024.8.30+dfsg-1_all.deb ...
Unpacking python3-certifi (2024.8.30+dfsg-1) ...
Selecting previously unselected package python3-charset-normalizer.
Preparing to unpack .../098-python3-charset-normalizer_3.4.0-1+b1_amd64.deb ...
Unpacking python3-charset-normalizer (3.4.0-1+b1) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../099-python3-idna_3.8-2_all.deb ...
Unpacking python3-idna (3.8-2) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../100-python3-urllib3_2.2.3-4_all.deb ...
Unpacking python3-urllib3 (2.2.3-4) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../101-python3-chardet_5.2.0+dfsg-1_all.deb ...
Unpacking python3-chardet (5.2.0+dfsg-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../102-python3-requests_2.32.3+dfsg-1_all.deb ...
Unpacking python3-requests (2.32.3+dfsg-1) ...
Selecting previously unselected package python3-fastjsonschema.
Preparing to unpack .../103-python3-fastjsonschema_2.20.0-1_all.deb ...
Unpacking python3-fastjsonschema (2.20.0-1) ...
Selecting previously unselected package python3-rpds-py.
Preparing to unpack .../104-python3-rpds-py_0.21.0-2_amd64.deb ...
Unpacking python3-rpds-py (0.21.0-2) ...
Selecting previously unselected package python3-referencing.
Preparing to unpack .../105-python3-referencing_0.35.1-2_all.deb ...
Unpacking python3-referencing (0.35.1-2) ...
Selecting previously unselected package python3-jsonschema-specifications.
Preparing to unpack .../106-python3-jsonschema-specifications_2023.12.1-2_all.deb ...
Unpacking python3-jsonschema-specifications (2023.12.1-2) ...
Selecting previously unselected package python3-jsonschema.
Preparing to unpack .../107-python3-jsonschema_4.19.2-5_all.deb ...
Unpacking python3-jsonschema (4.19.2-5) ...
Selecting previously unselected package python3-traitlets.
Preparing to unpack .../108-python3-traitlets_5.14.3+really5.14.3-1_all.deb ...
Unpacking python3-traitlets (5.14.3+really5.14.3-1) ...
Selecting previously unselected package python3-jupyter-core.
Preparing to unpack .../109-python3-jupyter-core_5.7.2-5_all.deb ...
Unpacking python3-jupyter-core (5.7.2-5) ...
Selecting previously unselected package python3-nbformat.
Preparing to unpack .../110-python3-nbformat_5.9.1-1_all.deb ...
Unpacking python3-nbformat (5.9.1-1) ...
Selecting previously unselected package python3-tenacity.
Preparing to unpack .../111-python3-tenacity_8.4.2+really8.4.1-1_all.deb ...
Unpacking python3-tenacity (8.4.2+really8.4.1-1) ...
Selecting previously unselected package python3-plotly.
Preparing to unpack .../112-python3-plotly_5.20.0+dfsg-1_all.deb ...
Unpacking python3-plotly (5.20.0+dfsg-1) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../113-python3-yaml_6.0.2-1+b1_amd64.deb ...
Unpacking python3-yaml (6.0.2-1+b1) ...
Selecting previously unselected package python3-pyaml-env.
Preparing to unpack .../114-python3-pyaml-env_1.2.1-2_all.deb ...
Unpacking python3-pyaml-env (1.2.1-2) ...
Selecting previously unselected package python3-mdurl.
Preparing to unpack .../115-python3-mdurl_0.1.2-1_all.deb ...
Unpacking python3-mdurl (0.1.2-1) ...
Selecting previously unselected package python3-markdown-it.
Preparing to unpack .../116-python3-markdown-it_3.0.0-2_all.deb ...
Unpacking python3-markdown-it (3.0.0-2) ...
Selecting previously unselected package python3-pygments.
Preparing to unpack .../117-python3-pygments_2.18.0+dfsg-1_all.deb ...
Unpacking python3-pygments (2.18.0+dfsg-1) ...
Selecting previously unselected package python3-rich.
Preparing to unpack .../118-python3-rich.deb ...
Unpacking python3-rich (13.9.4-0.1) ...
Selecting previously unselected package python3-rich-click.
Preparing to unpack .../119-python3-rich-click_1.6.0-1_all.deb ...
Unpacking python3-rich-click (1.6.0-1) ...
Selecting previously unselected package python3-networkx.
Preparing to unpack .../120-python3-networkx_3.2.1-5_all.deb ...
Unpacking python3-networkx (3.2.1-5) ...
Selecting previously unselected package python3-colormath.
Preparing to unpack .../121-python3-colormath_3.0.0-4_all.deb ...
Unpacking python3-colormath (3.0.0-4) ...
Selecting previously unselected package python3-spectra.
Preparing to unpack .../122-python3-spectra_0.0.11-4_all.deb ...
Unpacking python3-spectra (0.0.11-4) ...
Selecting previously unselected package python3-lzstring.
Preparing to unpack .../123-python3-lzstring_1.0.4-3_all.deb ...
Unpacking python3-lzstring (1.0.4-3) ...
Selecting previously unselected package multiqc.
Preparing to unpack .../124-multiqc.deb ...
Unpacking multiqc (1.21+dfsg-2) ...
Setting up media-types (10.1.0) ...
Setting up libgraphite2-3:amd64 (1.3.14-2+b1) ...
Setting up liblcms2-2:amd64 (2.16-2) ...
Setting up libsharpyuv0:amd64 (1.4.0-0.1+b1) ...
Setting up libxau6:amd64 (1:1.0.11-1) ...
Setting up libxdmcp6:amd64 (1:1.1.5-1) ...
Setting up libxcb1:amd64 (1.17.0-2+b1) ...
Setting up liblerc4:amd64 (4.0.0+ds-5) ...
Setting up fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up fonts-lyx (2.4.2.1-1) ...
Setting up x11-common (1:7.7+23.1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
Setting up libdeflate0:amd64 (1.22-1) ...
Setting up libqhull-r8.0:amd64 (2020.2-6+b2) ...
Setting up libjbig0:amd64 (2.1-6.1+b2) ...
Setting up unicode-data (15.1.0-1) ...
Setting up libblas3:amd64 (3.12.0-4) ...
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 libjpeg62-turbo:amd64 (1:2.1.5-3+b1) ...
Setting up libx11-data (2:1.8.10-2) ...
Setting up libfribidi0:amd64 (1.0.16-1) ...
Setting up libimagequant0:amd64 (2.18.0-1+b2) ...
Setting up fonts-dejavu-mono (2.37-8) ...
Setting up libpng16-16t64:amd64 (1.6.44-3) ...
Setting up libtcl8.6:amd64 (8.6.15+dfsg-2) ...
Setting up fonts-dejavu-core (2.37-8) ...
Setting up libgfortran5:amd64 (14.2.0-11) ...
Setting up libwebp7:amd64 (1.4.0-0.1+b1) ...
Setting up libtiff6:amd64 (4.5.1+git230720-5) ...
Setting up libxslt1.1:amd64 (1.1.35-1.1+b1) ...
Setting up libopenjp2-7:amd64 (2.5.0-2+b4) ...
Setting up libx11-6:amd64 (2:1.8.10-2) ...
Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up python-matplotlib-data (3.8.3-3) ...
Setting up libwebpmux3:amd64 (1.4.0-0.1+b1) ...
Setting up libjs-bootstrap (3.4.1+dfsg-3) ...
Setting up liblapack3:amd64 (3.12.0-4) ...
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 libxrender1:amd64 (1:0.9.10-1.1+b3) ...
Setting up libtirpc3t64:amd64 (1.3.4+ds-1.3+b1) ...
Setting up fontconfig-config (2.15.0-1.1+b1) ...
Setting up libwebpdemux2:amd64 (1.4.0-0.1+b1) ...
Setting up libxext6:amd64 (2:1.3.4-1+b2) ...
Setting up libjs-jquery-ui (1.13.2+dfsg-1) ...
Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ...
Setting up libjs-jquery-metadata (12-4) ...
Setting up libjs-jquery-tablesorter (1:2.31.3+dfsg1-4) ...
Setting up libnsl2:amd64 (1.3.0-3+b3) ...
Setting up libharfbuzz0b:amd64 (10.1.0-1) ...
Setting up libxss1:amd64 (1:1.2.3-1+b2) ...
Setting up libfontconfig1:amd64 (2.15.0-1.1+b1) ...
Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1+b2) ...
Setting up libxft2:amd64 (2.3.6-1+b3) ...
Setting up libpython3.12-stdlib:amd64 (3.12.8-3) ...
Setting up libtk8.6:amd64 (8.6.15-1) ...
Setting up python3.12 (3.12.8-3) ...
Setting up python3.12-tk (3.12.8-3) ...
Setting up python3.13-tk (3.13.1-2) ...
Setting up libraqm0:amd64 (0.10.2-1) ...
Setting up libpython3-stdlib:amd64 (3.12.7-1) ...
Setting up tk8.6-blt2.5 (2.5.3+dfsg-7) ...
Setting up blt (2.5.3+dfsg-7) ...
Setting up python3 (3.12.7-1) ...
Setting up python3-zipp (3.21.0-1) ...
Setting up python3-autocommand (2.2.2-3) ...
Setting up python3-markupsafe (2.1.5-1+b2) ...
Setting up python3-platformdirs (4.3.6-1) ...
Setting up python3-tz (2024.2-1) ...
Setting up python3-pil:amd64 (10.4.0-1+b1) ...
Setting up python3-decorator (5.1.1-5) ...
Setting up python3-jinja2 (3.1.3-1.1) ...
Setting up python3-packaging (24.2-1) ...
Setting up python3-pyparsing (3.1.2-1) ...
Setting up python3-humanfriendly (10.0-6) ...
Setting up python3-certifi (2024.8.30+dfsg-1) ...
Setting up python3-brotli (1.1.0-2+b6) ...
Setting up python3-mdurl (0.1.2-1) ...
Setting up python3-cycler (0.12.1-1) ...
Setting up python3-kiwisolver (1.4.7-2+b1) ...
Setting up python3-idna (3.8-2) ...
Setting up python3-markdown (3.7-2) ...
Setting up python3-typing-extensions (4.12.2-2) ...
Setting up python3-urllib3 (2.2.3-4) ...
Setting up python3-markdown-it (3.0.0-2) ...
Setting up python3-rpds-py (0.21.0-2) ...
Setting up python3-fastjsonschema (2.20.0-1) ...
Setting up python3-lxml:amd64 (5.3.0-1+b1) ...
Setting up python3-traitlets (5.14.3+really5.14.3-1) ...
Setting up python3-dateutil (2.9.0-3) ...
Setting up python3-mpmath (1.3.0-1) ...
Setting up python3-lzstring (1.0.4-3) ...
Setting up python3-coloredlogs (15.0.1-1) ...
Setting up python3-jupyter-core (5.7.2-5) ...
Setting up python3-more-itertools (10.5.0-1) ...
Setting up python3-sympy (1.13.3-1) ...
Setting up python3-attr (24.2.0-1) ...
Setting up python3-importlib-metadata (8.5.0-1) ...
Setting up python3-jaraco.functools (4.1.0-1) ...
Setting up python3-jaraco.context (6.0.0-1) ...
Setting up python3-colorama (0.4.6-4) ...
Setting up python3-lz4 (4.4.0+dfsg-1) ...
Setting up python3-charset-normalizer (3.4.0-1+b1) ...
Setting up python3-unicodedata2 (15.1.0+ds-1+b3) ...
Setting up python3-tenacity (8.4.2+really8.4.1-1) ...
Setting up python3-typeguard (4.4.1-1) ...
Setting up python3-yaml (6.0.2-1+b1) ...
Setting up python3-tk:amd64 (3.13.1-1) ...
Setting up python3-click (8.1.7-2) ...
Setting up python3-inflect (7.3.1-2) ...
Setting up python3-pyaml-env (1.2.1-2) ...
/usr/lib/python3/dist-packages/pyaml_env/parse_config.py:58: SyntaxWarning: invalid escape sequence '\w'
  type_tag_pattern = re.compile(f'({type_tag}\w+\s)')
Setting up python3-pil.imagetk:amd64 (10.4.0-1+b1) ...
Setting up python3-referencing (0.35.1-2) ...
Setting up python3-pkg-resources (75.6.0-1) ...
Setting up python3-networkx (3.2.1-5) ...
Setting up python3-fs (2.4.16-5.1) ...
Setting up python3-pygments (2.18.0+dfsg-1) ...
Setting up python3-chardet (5.2.0+dfsg-1) ...
Setting up python3-requests (2.32.3+dfsg-1) ...
Setting up python3-numpy (1:1.26.4+ds-12) ...
Setting up python3-colormath (3.0.0-4) ...
/usr/lib/python3/dist-packages/colormath/chromatic_adaptation.py:85: SyntaxWarning: invalid escape sequence '\*'
  logger.debug("  \* Applying adaptation matrix: %s", adaptation)
/usr/lib/python3/dist-packages/colormath/color_appearance_models.py:684: SyntaxWarning: invalid escape sequence '\s'
  """
/usr/lib/python3/dist-packages/colormath/color_appearance_models.py:788: SyntaxWarning: invalid escape sequence '\s'
  """
/usr/lib/python3/dist-packages/colormath/color_conversions.py:40: SyntaxWarning: invalid escape sequence '\*'
  logger.debug("  \* Applying RGB conversion matrix: %s->%s",
/usr/lib/python3/dist-packages/colormath/color_conversions.py:488: SyntaxWarning: invalid escape sequence '\-'
  logger.debug("  \- Target RGB space: %s", target_rgb)
/usr/lib/python3/dist-packages/colormath/color_conversions.py:490: SyntaxWarning: invalid escape sequence '\-'
  logger.debug("  \- Target native illuminant: %s", target_illum)
/usr/lib/python3/dist-packages/colormath/color_conversions.py:491: SyntaxWarning: invalid escape sequence '\-'
  logger.debug("  \- XYZ color's illuminant: %s", cobj.illuminant)
/usr/lib/python3/dist-packages/colormath/color_conversions.py:497: SyntaxWarning: invalid escape sequence '\*'
  logger.debug("  \* Applying transformation from %s to %s ",
/usr/lib/python3/dist-packages/colormath/color_conversions.py:503: SyntaxWarning: invalid escape sequence '\*'
  logger.debug("  \*   New values: %.3f, %.3f, %.3f",
/usr/lib/python3/dist-packages/colormath/color_objects.py:452: SyntaxWarning: invalid escape sequence '\-'
  logger.debug("  \- Original illuminant: %s", self.illuminant)
/usr/lib/python3/dist-packages/colormath/color_objects.py:453: SyntaxWarning: invalid escape sequence '\-'
  logger.debug("  \- Target illuminant: %s", target_illuminant)
/usr/lib/python3/dist-packages/colormath/color_objects.py:459: SyntaxWarning: invalid escape sequence '\*'
  logger.debug("  \* Applying transformation from %s to %s ",
Setting up python3-contourpy (1.3.1-1) ...
Setting up python3-humanize (4.11.0-1) ...
Setting up python3-jsonschema-specifications (2023.12.1-2) ...
Setting up python3-scipy (1.14.1-3) ...
Setting up python3-spectra (0.0.11-4) ...
Setting up python3-rich (13.9.4-0.1) ...
Setting up python3-jsonschema (4.19.2-5) ...
Setting up python3-rich-click (1.6.0-1) ...
Setting up python3-nbformat (5.9.1-1) ...
Setting up python3-plotly (5.20.0+dfsg-1) ...
Setting up python3-fonttools (4.55.0-3) ...
Setting up python3-ufolib2 (0.17.0+dfsg1-1) ...
Setting up python3-matplotlib (3.8.3-3+b1) ...
Setting up multiqc (1.21+dfsg-2) ...
Processing triggers for libc-bin (2.40-4) ...
Processing triggers for man-db (2.13.0-1) ...
autopkgtest [14:02:55]: test run-unit-test: [-----------------------
                                                                                
 /// MultiQC ๐ŸŽ„ | v1.21                                                         
                                                                                
 Usage: multiqc [OPTIONS] [ANALYSIS DIRECTORY]                                  
                                                                                
 MultiQC aggregates results from bioinformatics analyses across many samples    
 into a single report.                                                          
 It searches a given directory for analysis logs and compiles a HTML report.    
 It's a general use tool, perfect for summarising the output from numerous      
 bioinformatics tools.                                                          
 To run, supply with one or more directory to scan for analysis results. For    
 example, to run in the current working directory, use 'multiqc .'              
                                                                                
โ•ญโ”€ Main options โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ --force            -f  Overwrite any existing reports                        โ”‚
โ”‚ --config           -c  Specific config file to load, after those in MultiQC  โ”‚
โ”‚                        dir / home dir / working dir.                         โ”‚
โ”‚                        (PATH)                                                โ”‚
โ”‚ --cl-config            Specify MultiQC config YAML on the command line       โ”‚
โ”‚                        (TEXT)                                                โ”‚
โ”‚ --filename         -n  Report filename. Use 'stdout' to print to standard    โ”‚
โ”‚                        out.                                                  โ”‚
โ”‚                        (TEXT)                                                โ”‚
โ”‚ --outdir           -o  Create report in the specified output directory.      โ”‚
โ”‚                        (TEXT)                                                โ”‚
โ”‚ --ignore           -x  Ignore analysis files (GLOB EXPRESSION)               โ”‚
โ”‚ --ignore-samples       Ignore sample names (GLOB EXPRESSION)                 โ”‚
โ”‚ --ignore-symlinks      Ignore symlinked directories and files                โ”‚
โ”‚ --file-list        -l  Supply a file containing a list of file paths to be   โ”‚
โ”‚                        searched, one per row                                 โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ญโ”€ Choosing modules to run โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ --module   -m  Use only this module. Can specify multiple times.             โ”‚
โ”‚                (MODULE NAME)                                                 โ”‚
โ”‚ --exclude  -e  Do not use this module. Can specify multiple times.           โ”‚
โ”‚                (MODULE NAME)                                                 โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ญโ”€ Sample handling โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ --dirs           -d   Prepend directory to sample names                      โ”‚
โ”‚ --dirs-depth     -dd  Prepend n directories to sample names. Negative number โ”‚
โ”‚                       to take from start of path.                            โ”‚
โ”‚                       (INTEGER)                                              โ”‚
โ”‚ --fullnames      -s   Do not clean the sample names (leave as full file      โ”‚
โ”‚                       name)                                                  โ”‚
โ”‚ --fn_as_s_name        Use the log filename as the sample name                โ”‚
โ”‚ --replace-names       TSV file to rename sample names during report          โ”‚
โ”‚                       generation                                             โ”‚
โ”‚                       (PATH)                                                 โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ญโ”€ Report customisation โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ --title            -i  Report title. Printed as page header, used for        โ”‚
โ”‚                        filename if not otherwise specified.                  โ”‚
โ”‚                        (TEXT)                                                โ”‚
โ”‚ --comment          -b  Custom comment, will be printed at the top of the     โ”‚
โ”‚                        report.                                               โ”‚
โ”‚                        (TEXT)                                                โ”‚
โ”‚ --template         -t  Report template to use.                               โ”‚
โ”‚                        (default|gathered|geo|highcharts|sections|simple)     โ”‚
โ”‚ --sample-names         TSV file containing alternative sample names for      โ”‚
โ”‚                        renaming buttons in the report                        โ”‚
โ”‚                        (PATH)                                                โ”‚
โ”‚ --sample-filters       TSV file containing show/hide patterns for the report โ”‚
โ”‚                        (PATH)                                                โ”‚
โ”‚ --custom-css-file      Custom CSS file to add to the final report (PATH)     โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ญโ”€ Output files โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ --flat          -fp  Use only flat plots (static images)                     โ”‚
โ”‚ --interactive   -ip  Use only interactive plots (in-browser Javascript)      โ”‚
โ”‚ --export        -p   Export plots as static images in addition to the report โ”‚
โ”‚ --data-dir           Force the parsed data directory to be created.          โ”‚
โ”‚ --no-data-dir        Prevent the parsed data directory from being created.   โ”‚
โ”‚ --data-format   -k   Output parsed data in a different format.               โ”‚
โ”‚                      (tsv|csv|json|yaml)                                     โ”‚
โ”‚ --zip-data-dir  -z   Compress the data directory.                            โ”‚
โ”‚ --no-report          Do not generate a report, only export data and plots    โ”‚
โ”‚ --pdf                Creates PDF report with the 'simple' template. Requires โ”‚
โ”‚                      Pandoc to be installed.                                 โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ญโ”€ MultiQC behaviour โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ --verbose            -v  Increase output verbosity. (INTEGER RANGE)          โ”‚
โ”‚ --quiet              -q  Only show log warnings                              โ”‚
โ”‚ --strict                 Don't catch exceptions, run additional code checks  โ”‚
โ”‚                          to help development.                                โ”‚
โ”‚ --development,--dev      Development mode. Do not compress and minimise JS,  โ”‚
โ”‚                          export uncompressed plot data                       โ”‚
โ”‚ --require-logs           Require all explicitly requested modules to have    โ”‚
โ”‚                          log files. If not, MultiQC will exit with an error. โ”‚
โ”‚ --profile-runtime        Add analysis of how long MultiQC takes to run to    โ”‚
โ”‚                          the report                                          โ”‚
โ”‚ --no-megaqc-upload       Don't upload generated report to MegaQC, even if    โ”‚
โ”‚                          MegaQC options are found                            โ”‚
โ”‚ --no-ansi                Disable coloured log output                         โ”‚
โ”‚ --version                Show the version and exit.                          โ”‚
โ”‚ --help               -h  Show this message and exit.                         โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
                                                                                
 See http://multiqc.info for more details.                                      

FIXME: The test data should be delivered in a separate binary package once freeze is over

  /// MultiQC ๐Ÿ” | v1.21

|           multiqc | Search path : /tmp/autopkgtest.lltcqc/autopkgtest_tmp/data
|         searching | โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” 100% 121/121  
|    feature_counts | Found 8 reports
|              star | Found 8 reports
|          cutadapt | Found 16 reports
|            fastqc | Found 32 reports
|           multiqc | Report      : multiqc_report.html
|           multiqc | Data        : multiqc_data
|           multiqc | Could not include file 'assets/js/packages/jszip.min.js': [Errno 2] No such file or directory: '/tmp/tmpkc50qqbx/assets/js/packages/jszip.min.js'
|           multiqc | Could not include file 'assets/js/packages/plotly-2.27.0.min.js': [Errno 2] No such file or directory: '/tmp/tmpkc50qqbx/assets/js/packages/plotly-2.27.0.min.js'
|           multiqc | MultiQC complete
-e 
PASS

autopkgtest [14:02:57]: test run-unit-test: -----------------------]
autopkgtest [14:02:57]: test run-unit-test:  - - - - - - - - - - results - - - - - - - - - -
run-unit-test        PASS
autopkgtest [14:02:57]: @@@@@@@@@@@@@@@@@@@@ summary
run-unit-test        PASS

aborted: False
returncode: 0

Files in working directory:
artifact-dir
artifact-dir/binaries
artifact-dir/binaries/multiqc.deb
artifact-dir/binaries/python3-rich.deb
artifact-dir/log
artifact-dir/run-unit-test-packages
artifact-dir/run-unit-test-stderr
artifact-dir/run-unit-test-stdout
artifact-dir/summary
artifact-dir/testbed-packages
artifact-dir/testinfo.json
artifact-dir/testpkg-version
--------------------

Relations

Relation Direction Type Name
relates-to Source package multiqc_1.21+dfsg-2
relates-to Binary package multiqc_1.21+dfsg-2_all
relates-to Package upload rich_13.9.4-0.1

debug log Systemโ€ฆ autopkgtestโ€ฆ - 1ย month, 1ย week ago 1ย week, 6ย days
BETA