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
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-mva0fi29/python3-pytest-codspeed_3.1.0-2_arm64.deb /tmp/debusine-fetch-exec-upload-mva0fi29/python3-rich_13.9.4-0.1_all.deb /tmp/debusine-fetch-exec-upload-mva0fi29/pytest-codspeed_3.1.0-2.dsc -- unshare --arch arm64 --release sid --tarball /var/lib/debusine/worker/system-images/1099773/system.tar.xz
output (contains stdout and stderr):
autopkgtest [13:52:19]: starting date and time: 2024-12-18 13:52:19+0000
autopkgtest [13:52:19]: version 5.38~bpo12+1
autopkgtest [13:52:19]: host debusine-worker-arm64-demeter-08; 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-mva0fi29/python3-pytest-codspeed_3.1.0-2_arm64.deb /tmp/debusine-fetch-exec-upload-mva0fi29/python3-rich_13.9.4-0.1_all.deb /tmp/debusine-fetch-exec-upload-mva0fi29/pytest-codspeed_3.1.0-2.dsc -- unshare --arch arm64 --release sid --tarball /var/lib/debusine/worker/system-images/1099773/system.tar.xz
autopkgtest [13:52:24]: testbed dpkg architecture: arm64
autopkgtest [13:52:25]: testbed apt version: 2.9.17
autopkgtest [13:52:25]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 Packages [9977 kB]
Get:3 http://deb.debian.org/debian sid/main Translation-en [7350 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 Components [4840 kB]
Fetched 22.4 MB in 3s (6512 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 2603 kB of archives.
After this operation, 65.5 kB disk space will be freed.
Get:1 http://deb.debian.org/debian sid/main arm64 libatomic1 arm64 14.2.0-11 [10.1 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 gcc-14-base arm64 14.2.0-11 [48.0 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 libstdc++6 arm64 14.2.0-11 [638 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 libgomp1 arm64 14.2.0-11 [124 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 libgcc-s1 arm64 14.2.0-11 [54.1 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 gettext-base arm64 0.22.5-3 [198 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 gettext arm64 0.22.5-3 [1532 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2603 kB in 0s (32.0 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 ... 17276 files and directories currently installed.)
Preparing to unpack .../libatomic1_14.2.0-11_arm64.deb ...
Unpacking libatomic1:arm64 (14.2.0-11) over (14.2.0-9) ...
Preparing to unpack .../gcc-14-base_14.2.0-11_arm64.deb ...
Unpacking gcc-14-base:arm64 (14.2.0-11) over (14.2.0-9) ...
Setting up gcc-14-base:arm64 (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 ... 17276 files and directories currently installed.)
Preparing to unpack .../libstdc++6_14.2.0-11_arm64.deb ...
Unpacking libstdc++6:arm64 (14.2.0-11) over (14.2.0-9) ...
Setting up libstdc++6:arm64 (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 ... 17276 files and directories currently installed.)
Preparing to unpack .../libgomp1_14.2.0-11_arm64.deb ...
Unpacking libgomp1:arm64 (14.2.0-11) over (14.2.0-9) ...
Preparing to unpack .../libgcc-s1_14.2.0-11_arm64.deb ...
Unpacking libgcc-s1:arm64 (14.2.0-11) over (14.2.0-9) ...
Setting up libgcc-s1:arm64 (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 ... 17276 files and directories currently installed.)
Preparing to unpack .../gettext-base_0.22.5-3_arm64.deb ...
Unpacking gettext-base (0.22.5-3) over (0.22.5-2) ...
Preparing to unpack .../gettext_0.22.5-3_arm64.deb ...
Unpacking gettext (0.22.5-3) over (0.22.5-2) ...
Setting up gettext-base (0.22.5-3) ...
Setting up libgomp1:arm64 (14.2.0-11) ...
Setting up libatomic1:arm64 (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 [13:52:34]: testbed running kernel: Linux 6.1.0-28-cloud-arm64 #1 SMP Debian 6.1.119-1 (2024-11-22)
autopkgtest [13:52:34]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-mva0fi29/pytest-codspeed_3.1.0-2.dsc
gpgv: Signature made Fri Dec 13 15:13:25 2024 UTC
gpgv:                using RSA key B70DFC6F134FECFC011E62AA83016014251D1DB0
gpgv:                issuer "c.schoenert@t-online.de"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.yPI0XY/pytest-codspeed_3.1.0-2.dsc: no acceptable signature found
dpkg-source: info: extracting pytest-codspeed in src
dpkg-source: info: unpacking pytest-codspeed_3.1.0.orig.tar.gz
dpkg-source: info: unpacking pytest-codspeed_3.1.0-2.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying tests-Let-test-test_plugin_disabled-fail.patch
autopkgtest [13:52:35]: testing package pytest-codspeed version 3.1.0-2
autopkgtest [13:52:35]: build not needed
autopkgtest [13:52:36]: test upstream-tests: 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 308 kB of archives.
After this operation, 1170 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main arm64 apt-utils arm64 2.9.17 [308 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 308 kB in 0s (7116 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 ... 17276 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.9.17_arm64.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.yPI0XY/binaries  InRelease
Get:2 file:/tmp/autopkgtest.yPI0XY/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.yPI0XY/binaries  Release [816 B]
Ign:3 file:/tmp/autopkgtest.yPI0XY/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.yPI0XY/binaries  Packages [3417 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:
  libexpat1 libnsl2 libpython3-stdlib libpython3.12-minimal
  libpython3.12-stdlib libpython3.13-minimal libpython3.13-stdlib
  libtirpc-common libtirpc3t64 media-types python3 python3-all
  python3-autocommand python3-cffi python3-cffi-backend python3-cpuinfo
  python3-filelock python3-inflect python3-iniconfig python3-jaraco.context
  python3-jaraco.functools python3-markdown-it python3-mdurl python3-minimal
  python3-more-itertools python3-packaging python3-pkg-resources
  python3-pluggy python3-ply python3-pycparser python3-pygments python3-pytest
  python3-pytest-benchmark python3-pytest-codspeed python3-rich
  python3-typeguard python3-typing-extensions python3.12 python3.12-minimal
  python3.13 python3.13-minimal
0 upgraded, 41 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.2 MB/13.5 MB of archives.
After this operation, 62.3 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.yPI0XY/binaries  python3-rich 13.9.4-0.1 [203 kB]
Get:2 file:/tmp/autopkgtest.yPI0XY/binaries  python3-pytest-codspeed 3.1.0-2 [19.0 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 libpython3.12-minimal arm64 3.12.8-3 [810 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 python3.12-minimal arm64 3.12.8-3 [1941 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 python3-minimal arm64 3.12.7-1 [26.8 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 media-types all 10.1.0 [26.9 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3+b1 [78.7 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libnsl2 arm64 1.3.0-3+b3 [37.9 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libpython3.12-stdlib arm64 3.12.8-3 [1906 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 python3.12 arm64 3.12.8-3 [677 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libpython3-stdlib arm64 3.12.7-1 [9708 B]
Get:14 http://deb.debian.org/debian sid/main arm64 python3 arm64 3.12.7-1 [27.8 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 libpython3.13-minimal arm64 3.13.1-2 [852 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 python3.13-minimal arm64 3.13.1-2 [1987 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libpython3.13-stdlib arm64 3.13.1-2 [1913 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 python3.13 arm64 3.13.1-2 [740 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 python3-all arm64 3.12.7-1 [1052 B]
Get:20 http://deb.debian.org/debian sid/main arm64 python3-autocommand all 2.2.2-3 [13.6 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 python3-cffi-backend arm64 1.17.1-2+b1 [94.8 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 python3-ply all 3.11-7 [62.6 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 python3-pycparser all 2.22-2 [78.0 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 python3-cffi all 1.17.1-2 [89.4 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 python3-cpuinfo all 9.0.0+git20221119-2 [23.4 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 python3-filelock all 3.16.1-1 [12.6 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 python3-more-itertools all 10.5.0-1 [63.8 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 python3-typing-extensions all 4.12.2-2 [73.0 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 python3-typeguard all 4.4.1-1 [37.0 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 python3-inflect all 7.3.1-2 [32.4 kB]
Get:31 http://deb.debian.org/debian sid/main arm64 python3-iniconfig all 1.1.1-2 [6396 B]
Get:32 http://deb.debian.org/debian sid/main arm64 python3-jaraco.context all 6.0.0-1 [7984 B]
Get:33 http://deb.debian.org/debian sid/main arm64 python3-jaraco.functools all 4.1.0-1 [12.0 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 python3-mdurl all 0.1.2-1 [9444 B]
Get:35 http://deb.debian.org/debian sid/main arm64 python3-markdown-it all 3.0.0-2 [62.5 kB]
Get:36 http://deb.debian.org/debian sid/main arm64 python3-packaging all 24.2-1 [55.3 kB]
Get:37 http://deb.debian.org/debian sid/main arm64 python3-pkg-resources all 75.6.0-1 [222 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 python3-pluggy all 1.5.0-1 [26.9 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 python3-pygments all 2.18.0+dfsg-1 [836 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 python3-pytest all 8.3.4-1 [250 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 python3-pytest-benchmark all 5.1.0-1 [44.4 kB]
Fetched 13.2 MB in 0s (41.2 MB/s)
Selecting previously unselected package libpython3.12-minimal:arm64.
(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 ... 17358 files and directories currently installed.)
Preparing to unpack .../libpython3.12-minimal_3.12.8-3_arm64.deb ...
Unpacking libpython3.12-minimal:arm64 (3.12.8-3) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../libexpat1_2.6.4-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.4-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.8-3_arm64.deb ...
Unpacking python3.12-minimal (3.12.8-3) ...
Setting up libpython3.12-minimal:arm64 (3.12.8-3) ...
Setting up libexpat1:arm64 (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 ... 17678 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.12.7-1_arm64.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:arm64.
Preparing to unpack .../3-libtirpc3t64_1.3.4+ds-1.3+b1_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3 to /lib/aarch64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3.0.0 to /lib/aarch64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../4-libnsl2_1.3.0-3+b3_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-3+b3) ...
Selecting previously unselected package libpython3.12-stdlib:arm64.
Preparing to unpack .../5-libpython3.12-stdlib_3.12.8-3_arm64.deb ...
Unpacking libpython3.12-stdlib:arm64 (3.12.8-3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../6-python3.12_3.12.8-3_arm64.deb ...
Unpacking python3.12 (3.12.8-3) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../7-libpython3-stdlib_3.12.7-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (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 ... 18144 files and directories currently installed.)
Preparing to unpack .../00-python3_3.12.7-1_arm64.deb ...
Unpacking python3 (3.12.7-1) ...
Selecting previously unselected package libpython3.13-minimal:arm64.
Preparing to unpack .../01-libpython3.13-minimal_3.13.1-2_arm64.deb ...
Unpacking libpython3.13-minimal:arm64 (3.13.1-2) ...
Selecting previously unselected package python3.13-minimal.
Preparing to unpack .../02-python3.13-minimal_3.13.1-2_arm64.deb ...
Unpacking python3.13-minimal (3.13.1-2) ...
Selecting previously unselected package libpython3.13-stdlib:arm64.
Preparing to unpack .../03-libpython3.13-stdlib_3.13.1-2_arm64.deb ...
Unpacking libpython3.13-stdlib:arm64 (3.13.1-2) ...
Selecting previously unselected package python3.13.
Preparing to unpack .../04-python3.13_3.13.1-2_arm64.deb ...
Unpacking python3.13 (3.13.1-2) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../05-python3-all_3.12.7-1_arm64.deb ...
Unpacking python3-all (3.12.7-1) ...
Selecting previously unselected package python3-autocommand.
Preparing to unpack .../06-python3-autocommand_2.2.2-3_all.deb ...
Unpacking python3-autocommand (2.2.2-3) ...
Selecting previously unselected package python3-cffi-backend:arm64.
Preparing to unpack .../07-python3-cffi-backend_1.17.1-2+b1_arm64.deb ...
Unpacking python3-cffi-backend:arm64 (1.17.1-2+b1) ...
Selecting previously unselected package python3-ply.
Preparing to unpack .../08-python3-ply_3.11-7_all.deb ...
Unpacking python3-ply (3.11-7) ...
Selecting previously unselected package python3-pycparser.
Preparing to unpack .../09-python3-pycparser_2.22-2_all.deb ...
Unpacking python3-pycparser (2.22-2) ...
Selecting previously unselected package python3-cffi.
Preparing to unpack .../10-python3-cffi_1.17.1-2_all.deb ...
Unpacking python3-cffi (1.17.1-2) ...
Selecting previously unselected package python3-cpuinfo.
Preparing to unpack .../11-python3-cpuinfo_9.0.0+git20221119-2_all.deb ...
Unpacking python3-cpuinfo (9.0.0+git20221119-2) ...
Selecting previously unselected package python3-filelock.
Preparing to unpack .../12-python3-filelock_3.16.1-1_all.deb ...
Unpacking python3-filelock (3.16.1-1) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../13-python3-more-itertools_10.5.0-1_all.deb ...
Unpacking python3-more-itertools (10.5.0-1) ...
Selecting previously unselected package python3-typing-extensions.
Preparing to unpack .../14-python3-typing-extensions_4.12.2-2_all.deb ...
Unpacking python3-typing-extensions (4.12.2-2) ...
Selecting previously unselected package python3-typeguard.
Preparing to unpack .../15-python3-typeguard_4.4.1-1_all.deb ...
Unpacking python3-typeguard (4.4.1-1) ...
Selecting previously unselected package python3-inflect.
Preparing to unpack .../16-python3-inflect_7.3.1-2_all.deb ...
Unpacking python3-inflect (7.3.1-2) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../17-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-jaraco.context.
Preparing to unpack .../18-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 .../19-python3-jaraco.functools_4.1.0-1_all.deb ...
Unpacking python3-jaraco.functools (4.1.0-1) ...
Selecting previously unselected package python3-mdurl.
Preparing to unpack .../20-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 .../21-python3-markdown-it_3.0.0-2_all.deb ...
Unpacking python3-markdown-it (3.0.0-2) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../22-python3-packaging_24.2-1_all.deb ...
Unpacking python3-packaging (24.2-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../23-python3-pkg-resources_75.6.0-1_all.deb ...
Unpacking python3-pkg-resources (75.6.0-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../24-python3-pluggy_1.5.0-1_all.deb ...
Unpacking python3-pluggy (1.5.0-1) ...
Selecting previously unselected package python3-pygments.
Preparing to unpack .../25-python3-pygments_2.18.0+dfsg-1_all.deb ...
Unpacking python3-pygments (2.18.0+dfsg-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../26-python3-pytest_8.3.4-1_all.deb ...
Unpacking python3-pytest (8.3.4-1) ...
Selecting previously unselected package python3-pytest-benchmark.
Preparing to unpack .../27-python3-pytest-benchmark_5.1.0-1_all.deb ...
Unpacking python3-pytest-benchmark (5.1.0-1) ...
Selecting previously unselected package python3-rich.
Preparing to unpack .../28-python3-rich.deb ...
Unpacking python3-rich (13.9.4-0.1) ...
Selecting previously unselected package python3-pytest-codspeed.
Preparing to unpack .../29-python3-pytest-codspeed.deb ...
Unpacking python3-pytest-codspeed (3.1.0-2) ...
Setting up media-types (10.1.0) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up libpython3.13-minimal:arm64 (3.13.1-2) ...
Setting up python3.13-minimal (3.13.1-2) ...
Setting up libpython3.13-stdlib:arm64 (3.13.1-2) ...
Setting up libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Setting up python3.13 (3.13.1-2) ...
Setting up libnsl2:arm64 (1.3.0-3+b3) ...
Setting up libpython3.12-stdlib:arm64 (3.12.8-3) ...
Setting up python3.12 (3.12.8-3) ...
Setting up libpython3-stdlib:arm64 (3.12.7-1) ...
Setting up python3 (3.12.7-1) ...
Setting up python3-autocommand (2.2.2-3) ...
Setting up python3-packaging (24.2-1) ...
Setting up python3-mdurl (0.1.2-1) ...
Setting up python3-typing-extensions (4.12.2-2) ...
Setting up python3-cpuinfo (9.0.0+git20221119-2) ...
Setting up python3-pluggy (1.5.0-1) ...
Setting up python3-markdown-it (3.0.0-2) ...
Setting up python3-cffi-backend:arm64 (1.17.1-2+b1) ...
Setting up python3-more-itertools (10.5.0-1) ...
Setting up python3-iniconfig (1.1.1-2) ...
Setting up python3-filelock (3.16.1-1) ...
Setting up python3-jaraco.functools (4.1.0-1) ...
Setting up python3-jaraco.context (6.0.0-1) ...
Setting up python3-pytest (8.3.4-1) ...
Setting up python3-ply (3.11-7) ...
Setting up python3-typeguard (4.4.1-1) ...
Setting up python3-all (3.12.7-1) ...
Setting up python3-pycparser (2.22-2) ...
Setting up python3-inflect (7.3.1-2) ...
Setting up python3-pytest-benchmark (5.1.0-1) ...
Setting up python3-pkg-resources (75.6.0-1) ...
Setting up python3-cffi (1.17.1-2) ...
Setting up python3-pygments (2.18.0+dfsg-1) ...
Setting up python3-rich (13.9.4-0.1) ...
Setting up python3-pytest-codspeed (3.1.0-2) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-4) ...
autopkgtest [13:53:01]: test upstream-tests: [-----------------------

***************************
*** Testing with python3.13
***************************

Content of current working folder:

total 16
drwxr-xr-x 3 unshare unshare 4096 Dec 18 13:53 .
drwxrwxrwt 6 root    root    4096 Dec 18 13:53 ..
-rw-rw-r-- 1 unshare unshare 3666 Dec  9 09:43 pyproject.toml
drwxrwxr-x 4 unshare unshare 4096 Dec 18 13:52 tests
Running tests...

============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.13
codspeed: 3.1.0 (disabled, mode: walltime, timer_resolution: 1.0ns)
cachedir: .pytest_cache
benchmark: 5.1.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /tmp/autopkgtest.yPI0XY/autopkgtest_tmp
configfile: pyproject.toml
plugins: codspeed-3.1.0, typeguard-4.4.1, benchmark-5.1.0
collecting ... collected 29 items

tests/test_pytest_plugin.py::test_plugin_enabled_with_kwargs[instrumentation] PASSED [  3%]
tests/test_pytest_plugin.py::test_plugin_enabled_with_kwargs[walltime] PASSED [  6%]
tests/test_pytest_plugin.py::test_bench_enabled_header_without_perf SKIPPED [ 10%]
tests/test_pytest_plugin.py::test_plugin_enabled_by_env SKIPPED (val...) [ 13%]
tests/test_pytest_plugin.py::test_plugin_enabled_and_env SKIPPED (va...) [ 17%]
tests/test_pytest_plugin.py::test_plugin_enabled_and_env_bench_run_once SKIPPED [ 20%]
tests/test_pytest_plugin.py::test_plugin_enabled_and_env_bench_hierachy_called[instrumentation] PASSED [ 24%]
tests/test_pytest_plugin.py::test_plugin_enabled_and_env_bench_hierachy_called[walltime] PASSED [ 27%]
tests/test_pytest_plugin.py::test_plugin_disabled XPASS (Expected to...) [ 31%]
tests/test_pytest_plugin.py::test_plugin_enabled_nothing_to_benchmark SKIPPED [ 34%]
tests/test_pytest_plugin.py::test_plugin_only_benchmark_collection[instrumentation] PASSED [ 37%]
tests/test_pytest_plugin.py::test_plugin_only_benchmark_collection[walltime] PASSED [ 41%]
tests/test_pytest_plugin.py::test_pytest_benchmark_compatibility PASSED  [ 44%]
tests/test_pytest_plugin.py::test_pytest_benchmark_extra_info PASSED     [ 48%]
tests/test_pytest_plugin.py::test_pytest_benchmark_return_value[instrumentation] PASSED [ 51%]
tests/test_pytest_plugin.py::test_pytest_benchmark_return_value[walltime] PASSED [ 55%]
tests/test_pytest_plugin.py::test_print[instrumentation] PASSED          [ 58%]
tests/test_pytest_plugin.py::test_print[walltime] PASSED                 [ 62%]
tests/test_pytest_plugin.py::test_capsys[instrumentation] PASSED         [ 65%]
tests/test_pytest_plugin.py::test_capsys[walltime] PASSED                [ 68%]
tests/test_pytest_plugin_cpu_instrumentation.py::test_bench_enabled_header_with_perf SKIPPED [ 72%]
tests/test_pytest_plugin_cpu_instrumentation.py::test_plugin_enabled_cpu_instrumentation_without_env PASSED [ 75%]
tests/test_pytest_plugin_cpu_instrumentation.py::test_perf_maps_generation SKIPPED [ 79%]
tests/test_pytest_plugin_cpu_instrumentation.py::test_pytest_xdist_concurrency_compatibility SKIPPED [ 82%]
tests/test_pytest_plugin_walltime.py::test_bench_enabled_header_with_perf PASSED [ 86%]
tests/test_pytest_plugin_walltime.py::test_parametrization_naming PASSED [ 89%]
tests/test_utils.py::test_get_git_relative_path_found PASSED             [ 93%]
tests/test_utils.py::test_get_git_relative_path_not_found PASSED         [ 96%]
tests/test_utils.py::test_get_git_relative_uri PASSED                    [100%]

=============================== warnings summary ===============================
../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:831
  /usr/lib/python3/dist-packages/_pytest/config/__init__.py:831: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: pytest_benchmark
    self.import_plugin(import_spec)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============= 20 passed, 8 skipped, 1 xpassed, 1 warning in 8.36s ==============

***************************
*** Testing with python3.12
***************************

Content of current working folder:

total 20
drwxr-xr-x 4 unshare unshare 4096 Dec 18 13:53 .
drwxrwxrwt 6 root    root    4096 Dec 18 13:53 ..
drwxrwxr-x 2 unshare unshare 4096 Dec 18 13:53 .benchmarks
-rw-rw-r-- 1 unshare unshare 3666 Dec  9 09:43 pyproject.toml
drwxrwxr-x 5 unshare unshare 4096 Dec 18 13:53 tests
Running tests...

============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.12
codspeed: 3.1.0 (disabled, mode: walltime, timer_resolution: 1.0ns)
cachedir: .pytest_cache
benchmark: 5.1.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /tmp/autopkgtest.yPI0XY/autopkgtest_tmp
configfile: pyproject.toml
plugins: codspeed-3.1.0, typeguard-4.4.1, benchmark-5.1.0
collecting ... collected 29 items

tests/test_pytest_plugin.py::test_plugin_enabled_with_kwargs[instrumentation] PASSED [  3%]
tests/test_pytest_plugin.py::test_plugin_enabled_with_kwargs[walltime] PASSED [  6%]
tests/test_pytest_plugin.py::test_bench_enabled_header_without_perf SKIPPED [ 10%]
tests/test_pytest_plugin.py::test_plugin_enabled_by_env SKIPPED (val...) [ 13%]
tests/test_pytest_plugin.py::test_plugin_enabled_and_env SKIPPED (va...) [ 17%]
tests/test_pytest_plugin.py::test_plugin_enabled_and_env_bench_run_once SKIPPED [ 20%]
tests/test_pytest_plugin.py::test_plugin_enabled_and_env_bench_hierachy_called[instrumentation] PASSED [ 24%]
tests/test_pytest_plugin.py::test_plugin_enabled_and_env_bench_hierachy_called[walltime] PASSED [ 27%]
tests/test_pytest_plugin.py::test_plugin_disabled XPASS (Expected to...) [ 31%]
tests/test_pytest_plugin.py::test_plugin_enabled_nothing_to_benchmark SKIPPED [ 34%]
tests/test_pytest_plugin.py::test_plugin_only_benchmark_collection[instrumentation] PASSED [ 37%]
tests/test_pytest_plugin.py::test_plugin_only_benchmark_collection[walltime] PASSED [ 41%]
tests/test_pytest_plugin.py::test_pytest_benchmark_compatibility PASSED  [ 44%]
tests/test_pytest_plugin.py::test_pytest_benchmark_extra_info PASSED     [ 48%]
tests/test_pytest_plugin.py::test_pytest_benchmark_return_value[instrumentation] PASSED [ 51%]
tests/test_pytest_plugin.py::test_pytest_benchmark_return_value[walltime] PASSED [ 55%]
tests/test_pytest_plugin.py::test_print[instrumentation] PASSED          [ 58%]
tests/test_pytest_plugin.py::test_print[walltime] PASSED                 [ 62%]
tests/test_pytest_plugin.py::test_capsys[instrumentation] PASSED         [ 65%]
tests/test_pytest_plugin.py::test_capsys[walltime] PASSED                [ 68%]
tests/test_pytest_plugin_cpu_instrumentation.py::test_bench_enabled_header_with_perf SKIPPED [ 72%]
tests/test_pytest_plugin_cpu_instrumentation.py::test_plugin_enabled_cpu_instrumentation_without_env PASSED [ 75%]
tests/test_pytest_plugin_cpu_instrumentation.py::test_perf_maps_generation SKIPPED [ 79%]
tests/test_pytest_plugin_cpu_instrumentation.py::test_pytest_xdist_concurrency_compatibility SKIPPED [ 82%]
tests/test_pytest_plugin_walltime.py::test_bench_enabled_header_with_perf PASSED [ 86%]
tests/test_pytest_plugin_walltime.py::test_parametrization_naming PASSED [ 89%]
tests/test_utils.py::test_get_git_relative_path_found PASSED             [ 93%]
tests/test_utils.py::test_get_git_relative_path_not_found PASSED         [ 96%]
tests/test_utils.py::test_get_git_relative_uri PASSED                    [100%]

=============================== warnings summary ===============================
../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:831
  /usr/lib/python3/dist-packages/_pytest/config/__init__.py:831: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: pytest_benchmark
    self.import_plugin(import_spec)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============= 20 passed, 8 skipped, 1 xpassed, 1 warning in 8.36s ==============

autopkgtest [13:53:19]: test upstream-tests: -----------------------]
autopkgtest [13:53:19]: test upstream-tests:  - - - - - - - - - - results - - - - - - - - - -
upstream-tests       PASS
autopkgtest [13:53:19]: test autodep8-python3: preparing testbed
autopkgtest [13:53:25]: testbed dpkg architecture: arm64
autopkgtest [13:53:25]: testbed apt version: 2.9.17
autopkgtest [13:53:25]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 Packages [9977 kB]
Get:3 http://deb.debian.org/debian sid/main Translation-en [7350 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 Components [4840 kB]
Fetched 22.4 MB in 3s (6576 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 2603 kB of archives.
After this operation, 65.5 kB disk space will be freed.
Get:1 http://deb.debian.org/debian sid/main arm64 libatomic1 arm64 14.2.0-11 [10.1 kB]
Get:2 http://deb.debian.org/debian sid/main arm64 gcc-14-base arm64 14.2.0-11 [48.0 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 libstdc++6 arm64 14.2.0-11 [638 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 libgomp1 arm64 14.2.0-11 [124 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 libgcc-s1 arm64 14.2.0-11 [54.1 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 gettext-base arm64 0.22.5-3 [198 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 gettext arm64 0.22.5-3 [1532 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2603 kB in 0s (26.9 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 ... 17276 files and directories currently installed.)
Preparing to unpack .../libatomic1_14.2.0-11_arm64.deb ...
Unpacking libatomic1:arm64 (14.2.0-11) over (14.2.0-9) ...
Preparing to unpack .../gcc-14-base_14.2.0-11_arm64.deb ...
Unpacking gcc-14-base:arm64 (14.2.0-11) over (14.2.0-9) ...
Setting up gcc-14-base:arm64 (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 ... 17276 files and directories currently installed.)
Preparing to unpack .../libstdc++6_14.2.0-11_arm64.deb ...
Unpacking libstdc++6:arm64 (14.2.0-11) over (14.2.0-9) ...
Setting up libstdc++6:arm64 (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 ... 17276 files and directories currently installed.)
Preparing to unpack .../libgomp1_14.2.0-11_arm64.deb ...
Unpacking libgomp1:arm64 (14.2.0-11) over (14.2.0-9) ...
Preparing to unpack .../libgcc-s1_14.2.0-11_arm64.deb ...
Unpacking libgcc-s1:arm64 (14.2.0-11) over (14.2.0-9) ...
Setting up libgcc-s1:arm64 (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 ... 17276 files and directories currently installed.)
Preparing to unpack .../gettext-base_0.22.5-3_arm64.deb ...
Unpacking gettext-base (0.22.5-3) over (0.22.5-2) ...
Preparing to unpack .../gettext_0.22.5-3_arm64.deb ...
Unpacking gettext (0.22.5-3) over (0.22.5-2) ...
Setting up gettext-base (0.22.5-3) ...
Setting up libgomp1:arm64 (14.2.0-11) ...
Setting up libatomic1:arm64 (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.
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 308 kB of archives.
After this operation, 1170 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main arm64 apt-utils arm64 2.9.17 [308 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 308 kB in 0s (7051 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 ... 17276 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.9.17_arm64.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.yPI0XY/binaries  InRelease
Get:2 file:/tmp/autopkgtest.yPI0XY/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.yPI0XY/binaries  Release [816 B]
Ign:3 file:/tmp/autopkgtest.yPI0XY/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.yPI0XY/binaries  Packages [3417 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:
  libexpat1 libnsl2 libpython3-stdlib libpython3.12-minimal
  libpython3.12-stdlib libpython3.13-minimal libpython3.13-stdlib
  libtirpc-common libtirpc3t64 media-types python3 python3-all
  python3-autocommand python3-cffi-backend python3-inflect python3-iniconfig
  python3-jaraco.context python3-jaraco.functools python3-markdown-it
  python3-mdurl python3-minimal python3-more-itertools python3-packaging
  python3-pkg-resources python3-pluggy python3-pygments python3-pytest
  python3-pytest-codspeed python3-rich python3-typeguard
  python3-typing-extensions python3.12 python3.12-minimal python3.13
  python3.13-minimal
0 upgraded, 35 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.9 MB/13.2 MB of archives.
After this operation, 60.7 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.yPI0XY/binaries  python3-rich 13.9.4-0.1 [203 kB]
Get:2 file:/tmp/autopkgtest.yPI0XY/binaries  python3-pytest-codspeed 3.1.0-2 [19.0 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 libpython3.12-minimal arm64 3.12.8-3 [810 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 python3.12-minimal arm64 3.12.8-3 [1941 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 python3-minimal arm64 3.12.7-1 [26.8 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 media-types all 10.1.0 [26.9 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3+b1 [78.7 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libnsl2 arm64 1.3.0-3+b3 [37.9 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libpython3.12-stdlib arm64 3.12.8-3 [1906 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 python3.12 arm64 3.12.8-3 [677 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libpython3-stdlib arm64 3.12.7-1 [9708 B]
Get:14 http://deb.debian.org/debian sid/main arm64 python3 arm64 3.12.7-1 [27.8 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 libpython3.13-minimal arm64 3.13.1-2 [852 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 python3.13-minimal arm64 3.13.1-2 [1987 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libpython3.13-stdlib arm64 3.13.1-2 [1913 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 python3.13 arm64 3.13.1-2 [740 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 python3-all arm64 3.12.7-1 [1052 B]
Get:20 http://deb.debian.org/debian sid/main arm64 python3-autocommand all 2.2.2-3 [13.6 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 python3-cffi-backend arm64 1.17.1-2+b1 [94.8 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 python3-more-itertools all 10.5.0-1 [63.8 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 python3-typing-extensions all 4.12.2-2 [73.0 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 python3-typeguard all 4.4.1-1 [37.0 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 python3-inflect all 7.3.1-2 [32.4 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 python3-iniconfig all 1.1.1-2 [6396 B]
Get:27 http://deb.debian.org/debian sid/main arm64 python3-jaraco.context all 6.0.0-1 [7984 B]
Get:28 http://deb.debian.org/debian sid/main arm64 python3-jaraco.functools all 4.1.0-1 [12.0 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 python3-mdurl all 0.1.2-1 [9444 B]
Get:30 http://deb.debian.org/debian sid/main arm64 python3-markdown-it all 3.0.0-2 [62.5 kB]
Get:31 http://deb.debian.org/debian sid/main arm64 python3-packaging all 24.2-1 [55.3 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 python3-pkg-resources all 75.6.0-1 [222 kB]
Get:33 http://deb.debian.org/debian sid/main arm64 python3-pluggy all 1.5.0-1 [26.9 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 python3-pygments all 2.18.0+dfsg-1 [836 kB]
Get:35 http://deb.debian.org/debian sid/main arm64 python3-pytest all 8.3.4-1 [250 kB]
Fetched 12.9 MB in 0s (53.4 MB/s)
Selecting previously unselected package libpython3.12-minimal:arm64.
(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 ... 17358 files and directories currently installed.)
Preparing to unpack .../libpython3.12-minimal_3.12.8-3_arm64.deb ...
Unpacking libpython3.12-minimal:arm64 (3.12.8-3) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../libexpat1_2.6.4-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.4-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.8-3_arm64.deb ...
Unpacking python3.12-minimal (3.12.8-3) ...
Setting up libpython3.12-minimal:arm64 (3.12.8-3) ...
Setting up libexpat1:arm64 (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 ... 17678 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.12.7-1_arm64.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:arm64.
Preparing to unpack .../3-libtirpc3t64_1.3.4+ds-1.3+b1_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3 to /lib/aarch64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3.0.0 to /lib/aarch64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../4-libnsl2_1.3.0-3+b3_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-3+b3) ...
Selecting previously unselected package libpython3.12-stdlib:arm64.
Preparing to unpack .../5-libpython3.12-stdlib_3.12.8-3_arm64.deb ...
Unpacking libpython3.12-stdlib:arm64 (3.12.8-3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../6-python3.12_3.12.8-3_arm64.deb ...
Unpacking python3.12 (3.12.8-3) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../7-libpython3-stdlib_3.12.7-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (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 ... 18144 files and directories currently installed.)
Preparing to unpack .../00-python3_3.12.7-1_arm64.deb ...
Unpacking python3 (3.12.7-1) ...
Selecting previously unselected package libpython3.13-minimal:arm64.
Preparing to unpack .../01-libpython3.13-minimal_3.13.1-2_arm64.deb ...
Unpacking libpython3.13-minimal:arm64 (3.13.1-2) ...
Selecting previously unselected package python3.13-minimal.
Preparing to unpack .../02-python3.13-minimal_3.13.1-2_arm64.deb ...
Unpacking python3.13-minimal (3.13.1-2) ...
Selecting previously unselected package libpython3.13-stdlib:arm64.
Preparing to unpack .../03-libpython3.13-stdlib_3.13.1-2_arm64.deb ...
Unpacking libpython3.13-stdlib:arm64 (3.13.1-2) ...
Selecting previously unselected package python3.13.
Preparing to unpack .../04-python3.13_3.13.1-2_arm64.deb ...
Unpacking python3.13 (3.13.1-2) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../05-python3-all_3.12.7-1_arm64.deb ...
Unpacking python3-all (3.12.7-1) ...
Selecting previously unselected package python3-autocommand.
Preparing to unpack .../06-python3-autocommand_2.2.2-3_all.deb ...
Unpacking python3-autocommand (2.2.2-3) ...
Selecting previously unselected package python3-cffi-backend:arm64.
Preparing to unpack .../07-python3-cffi-backend_1.17.1-2+b1_arm64.deb ...
Unpacking python3-cffi-backend:arm64 (1.17.1-2+b1) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../08-python3-more-itertools_10.5.0-1_all.deb ...
Unpacking python3-more-itertools (10.5.0-1) ...
Selecting previously unselected package python3-typing-extensions.
Preparing to unpack .../09-python3-typing-extensions_4.12.2-2_all.deb ...
Unpacking python3-typing-extensions (4.12.2-2) ...
Selecting previously unselected package python3-typeguard.
Preparing to unpack .../10-python3-typeguard_4.4.1-1_all.deb ...
Unpacking python3-typeguard (4.4.1-1) ...
Selecting previously unselected package python3-inflect.
Preparing to unpack .../11-python3-inflect_7.3.1-2_all.deb ...
Unpacking python3-inflect (7.3.1-2) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../12-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-jaraco.context.
Preparing to unpack .../13-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 .../14-python3-jaraco.functools_4.1.0-1_all.deb ...
Unpacking python3-jaraco.functools (4.1.0-1) ...
Selecting previously unselected package python3-mdurl.
Preparing to unpack .../15-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 .../16-python3-markdown-it_3.0.0-2_all.deb ...
Unpacking python3-markdown-it (3.0.0-2) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../17-python3-packaging_24.2-1_all.deb ...
Unpacking python3-packaging (24.2-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../18-python3-pkg-resources_75.6.0-1_all.deb ...
Unpacking python3-pkg-resources (75.6.0-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../19-python3-pluggy_1.5.0-1_all.deb ...
Unpacking python3-pluggy (1.5.0-1) ...
Selecting previously unselected package python3-pygments.
Preparing to unpack .../20-python3-pygments_2.18.0+dfsg-1_all.deb ...
Unpacking python3-pygments (2.18.0+dfsg-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../21-python3-pytest_8.3.4-1_all.deb ...
Unpacking python3-pytest (8.3.4-1) ...
Selecting previously unselected package python3-rich.
Preparing to unpack .../22-python3-rich.deb ...
Unpacking python3-rich (13.9.4-0.1) ...
Selecting previously unselected package python3-pytest-codspeed.
Preparing to unpack .../23-python3-pytest-codspeed.deb ...
Unpacking python3-pytest-codspeed (3.1.0-2) ...
Setting up media-types (10.1.0) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up libpython3.13-minimal:arm64 (3.13.1-2) ...
Setting up python3.13-minimal (3.13.1-2) ...
Setting up libpython3.13-stdlib:arm64 (3.13.1-2) ...
Setting up libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Setting up python3.13 (3.13.1-2) ...
Setting up libnsl2:arm64 (1.3.0-3+b3) ...
Setting up libpython3.12-stdlib:arm64 (3.12.8-3) ...
Setting up python3.12 (3.12.8-3) ...
Setting up libpython3-stdlib:arm64 (3.12.7-1) ...
Setting up python3 (3.12.7-1) ...
Setting up python3-autocommand (2.2.2-3) ...
Setting up python3-packaging (24.2-1) ...
Setting up python3-mdurl (0.1.2-1) ...
Setting up python3-typing-extensions (4.12.2-2) ...
Setting up python3-pluggy (1.5.0-1) ...
Setting up python3-markdown-it (3.0.0-2) ...
Setting up python3-cffi-backend:arm64 (1.17.1-2+b1) ...
Setting up python3-more-itertools (10.5.0-1) ...
Setting up python3-iniconfig (1.1.1-2) ...
Setting up python3-jaraco.functools (4.1.0-1) ...
Setting up python3-jaraco.context (6.0.0-1) ...
Setting up python3-pytest (8.3.4-1) ...
Setting up python3-typeguard (4.4.1-1) ...
Setting up python3-all (3.12.7-1) ...
Setting up python3-inflect (7.3.1-2) ...
Setting up python3-pkg-resources (75.6.0-1) ...
Setting up python3-pygments (2.18.0+dfsg-1) ...
Setting up python3-rich (13.9.4-0.1) ...
Setting up python3-pytest-codspeed (3.1.0-2) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-4) ...
autopkgtest [13:53:55]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import pytest_codspeed; print(pytest_codspeed)" ; done
autopkgtest [13:53:55]: test autodep8-python3: [-----------------------
Testing with python3.13:
<module 'pytest_codspeed' from '/usr/lib/python3/dist-packages/pytest_codspeed/__init__.py'>
Testing with python3.12:
<module 'pytest_codspeed' from '/usr/lib/python3/dist-packages/pytest_codspeed/__init__.py'>
autopkgtest [13:53:56]: test autodep8-python3: -----------------------]
autopkgtest [13:53:56]: test autodep8-python3:  - - - - - - - - - - results - - - - - - - - - -
autodep8-python3     PASS (superficial)
autopkgtest [13:53:56]: @@@@@@@@@@@@@@@@@@@@ summary
upstream-tests       PASS
autodep8-python3     PASS (superficial)

aborted: False
returncode: 0

Files in working directory:
artifact-dir
artifact-dir/autodep8-python3-packages
artifact-dir/autodep8-python3-stdout
artifact-dir/binaries
artifact-dir/binaries/python3-pytest-codspeed.deb
artifact-dir/binaries/python3-rich.deb
artifact-dir/log
artifact-dir/summary
artifact-dir/testbed-packages
artifact-dir/testinfo.json
artifact-dir/testpkg-version
artifact-dir/upstream-tests-packages
artifact-dir/upstream-tests-stdout
--------------------

Relations

Relation Direction Type Name
relates-to Source package pytest-codspeed_3.1.0-2
relates-to Binary package python3-pytest-codspeed_3.1.0-2_arm64
relates-to Package upload rich_13.9.4-0.1

debug log System autopkgtest - 2 weeks, 2 days ago 0 minutes
BETA