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
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
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-lai6v58r/python3-intellifire4py_4.1.9-2_all.deb /tmp/debusine-fetch-exec-upload-lai6v58r/python3-rich_13.9.4-0.1_all.deb /tmp/debusine-fetch-exec-upload-lai6v58r/python-intellifire4py_4.1.9-2.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1099747/system.tar.xz
output (contains stdout and stderr):
autopkgtest [13:57:30]: starting date and time: 2024-12-18 13:57:30+0000
autopkgtest [13:57:30]: version 5.38~bpo12+1
autopkgtest [13:57:30]: host debusine-worker-amd64-hades-03; 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-lai6v58r/python3-intellifire4py_4.1.9-2_all.deb /tmp/debusine-fetch-exec-upload-lai6v58r/python3-rich_13.9.4-0.1_all.deb /tmp/debusine-fetch-exec-upload-lai6v58r/python-intellifire4py_4.1.9-2.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1099747/system.tar.xz
autopkgtest [13:57:34]: testbed dpkg architecture: amd64
autopkgtest [13:57:35]: testbed apt version: 2.9.17
autopkgtest [13:57:35]: @@@@@@@@@@@@@@@@@@@@ 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 (9670 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 (30.1 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 [13:57:41]: testbed running kernel: Linux 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
autopkgtest [13:57:41]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-lai6v58r/python-intellifire4py_4.1.9-2.dsc
gpgv: Signature made Sun Oct  6 10:27:23 2024 UTC
gpgv:                using RSA key A0B1A9F3508956130E7A425CD416AD15AC6B43FE
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.YY91Gb/python-intellifire4py_4.1.9-2.dsc: no acceptable signature found
dpkg-source: info: extracting python-intellifire4py in src
dpkg-source: info: unpacking python-intellifire4py_4.1.9.orig.tar.xz
dpkg-source: info: unpacking python-intellifire4py_4.1.9-2.debian.tar.xz
autopkgtest [13:57:42]: testing package python-intellifire4py version 4.1.9-2
autopkgtest [13:57:42]: build not needed
autopkgtest [13:57:42]: test pybuild-autopkgtest: 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 (5355 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.YY91Gb/binaries  InRelease
Get:2 file:/tmp/autopkgtest.YY91Gb/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.YY91Gb/binaries  Release [816 B]
Ign:3 file:/tmp/autopkgtest.YY91Gb/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.YY91Gb/binaries  Packages [3233 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:
  autoconf automake autopoint autotools-dev build-essential cpp cpp-14
  cpp-14-x86-64-linux-gnu cpp-x86-64-linux-gnu debhelper dh-autoreconf
  dh-python dh-strip-nondeterminism docutils-common dwz g++ g++-14
  g++-14-x86-64-linux-gnu g++-x86-64-linux-gnu gcc gcc-14
  gcc-14-x86-64-linux-gnu gcc-x86-64-linux-gnu jq libasan8 libc-dev-bin
  libc6-dev libcc1-0 libcrypt-dev libdebhelper-perl libelf1t64 libexpat1
  libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0 libisl23 libitm1
  libjq1 libjs-jquery libjs-jquery-hotkeys libjs-jquery-isonscreen
  libjs-jquery-metadata libjs-jquery-tablesorter
  libjs-jquery-throttle-debounce libjs-sphinxdoc libjs-underscore libjson-perl
  liblsan0 libmpc3 libmpfr6 libnsl2 libonig5 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libpython3.13-minimal
  libpython3.13-stdlib libquadmath0 libstdc++-14-dev libtirpc-common
  libtirpc3t64 libtool libtsan2 libubsan1 linux-libc-dev m4 media-types
  openstack-pkg-tools po-debconf pybuild-plugin-autopkgtest
  pybuild-plugin-pyproject python-babel-localedata python3 python3-aenum
  python3-aiohappyeyeballs python3-aiohttp python3-aioresponses
  python3-aiosignal python3-alabaster python3-all python3-annotated-types
  python3-argcomplete python3-async-generator python3-async-timeout
  python3-attr python3-autocommand python3-babel python3-build python3-certifi
  python3-chardet python3-charset-normalizer python3-colorlog python3-coverage
  python3-defusedxml python3-distlib python3-dnspython python3-docutils
  python3-email-validator python3-execnet python3-filelock python3-frozenlist
  python3-idna python3-imagesize python3-inflect python3-iniconfig
  python3-installer python3-intellifire4py python3-jaraco.context
  python3-jaraco.functools python3-jaraco.text python3-jinja2
  python3-markdown-it python3-markupsafe python3-mdit-py-plugins python3-mdurl
  python3-minimal python3-more-itertools python3-multidict python3-myst-parser
  python3-nox python3-packaging python3-pip python3-pip-whl
  python3-pkg-resources python3-platformdirs python3-pluggy
  python3-poetry-core python3-pydantic python3-pydantic-core python3-pygments
  python3-pyproject-hooks python3-pytest python3-pytest-asyncio
  python3-pytest-cov python3-pytest-xdist python3-requests python3-rich
  python3-roman python3-setuptools python3-setuptools-whl
  python3-snowballstemmer python3-sphinx python3-toml python3-typeguard
  python3-typing-extensions python3-urllib3 python3-virtualenv python3-wheel
  python3-wheel-whl python3-yaml python3-yarl python3-zipp python3.12
  python3.12-minimal python3.13 python3.13-minimal rpcsvc-proto sgml-base
  sphinx-common xml-core
0 upgraded, 160 newly installed, 0 to remove and 0 not upgraded.
Need to get 103 MB/103 MB of archives.
After this operation, 403 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.YY91Gb/binaries  python3-rich 13.9.4-0.1 [203 kB]
Get:2 file:/tmp/autopkgtest.YY91Gb/binaries  python3-intellifire4py 4.1.9-2 [25.4 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 libjs-jquery-hotkeys all 0~20130707+git2d51e3a9+dfsg-2.1 [11.5 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 libpython3.12-minimal amd64 3.12.8-3 [817 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 libexpat1 amd64 2.6.4-1 [106 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 python3.12-minimal amd64 3.12.8-3 [2162 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 python3-minimal amd64 3.12.7-1 [26.8 kB]
Get:9 http://deb.debian.org/debian sid/main amd64 media-types all 10.1.0 [26.9 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:11 http://deb.debian.org/debian sid/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3+b1 [83.1 kB]
Get:12 http://deb.debian.org/debian sid/main amd64 libnsl2 amd64 1.3.0-3+b3 [40.6 kB]
Get:13 http://deb.debian.org/debian sid/main amd64 libpython3.12-stdlib amd64 3.12.8-3 [1969 kB]
Get:14 http://deb.debian.org/debian sid/main amd64 python3.12 amd64 3.12.8-3 [677 kB]
Get:15 http://deb.debian.org/debian sid/main amd64 libpython3-stdlib amd64 3.12.7-1 [9712 B]
Get:16 http://deb.debian.org/debian sid/main amd64 python3 amd64 3.12.7-1 [27.8 kB]
Get:17 http://deb.debian.org/debian sid/main amd64 libpython3.13-minimal amd64 3.13.1-2 [858 kB]
Get:18 http://deb.debian.org/debian sid/main amd64 python3.13-minimal amd64 3.13.1-2 [2198 kB]
Get:19 http://deb.debian.org/debian sid/main amd64 sgml-base all 1.31 [15.4 kB]
Get:20 http://deb.debian.org/debian sid/main amd64 m4 amd64 1.4.19-4 [287 kB]
Get:21 http://deb.debian.org/debian sid/main amd64 autoconf all 2.72-3 [493 kB]
Get:22 http://deb.debian.org/debian sid/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:23 http://deb.debian.org/debian sid/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:24 http://deb.debian.org/debian sid/main amd64 autopoint all 0.22.5-3 [723 kB]
Get:25 http://deb.debian.org/debian sid/main amd64 libc-dev-bin amd64 2.40-4 [52.0 kB]
Get:26 http://deb.debian.org/debian sid/main amd64 linux-libc-dev all 6.12.5-1 [2474 kB]
Get:27 http://deb.debian.org/debian sid/main amd64 libcrypt-dev amd64 1:4.4.36-5 [118 kB]
Get:28 http://deb.debian.org/debian sid/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
Get:29 http://deb.debian.org/debian sid/main amd64 libc6-dev amd64 2.40-4 [1954 kB]
Get:30 http://deb.debian.org/debian sid/main amd64 libisl23 amd64 0.27-1 [659 kB]
Get:31 http://deb.debian.org/debian sid/main amd64 libmpfr6 amd64 4.2.1-1+b2 [724 kB]
Get:32 http://deb.debian.org/debian sid/main amd64 libmpc3 amd64 1.3.1-1+b3 [52.2 kB]
Get:33 http://deb.debian.org/debian sid/main amd64 cpp-14-x86-64-linux-gnu amd64 14.2.0-11 [11.0 MB]
Get:34 http://deb.debian.org/debian sid/main amd64 cpp-14 amd64 14.2.0-11 [1284 B]
Get:35 http://deb.debian.org/debian sid/main amd64 cpp-x86-64-linux-gnu amd64 4:14.2.0-1 [4840 B]
Get:36 http://deb.debian.org/debian sid/main amd64 cpp amd64 4:14.2.0-1 [1568 B]
Get:37 http://deb.debian.org/debian sid/main amd64 libcc1-0 amd64 14.2.0-11 [42.9 kB]
Get:38 http://deb.debian.org/debian sid/main amd64 libitm1 amd64 14.2.0-11 [26.0 kB]
Get:39 http://deb.debian.org/debian sid/main amd64 libasan8 amd64 14.2.0-11 [2728 kB]
Get:40 http://deb.debian.org/debian sid/main amd64 liblsan0 amd64 14.2.0-11 [1205 kB]
Get:41 http://deb.debian.org/debian sid/main amd64 libtsan2 amd64 14.2.0-11 [2461 kB]
Get:42 http://deb.debian.org/debian sid/main amd64 libubsan1 amd64 14.2.0-11 [1075 kB]
Get:43 http://deb.debian.org/debian sid/main amd64 libhwasan0 amd64 14.2.0-11 [1489 kB]
Get:44 http://deb.debian.org/debian sid/main amd64 libquadmath0 amd64 14.2.0-11 [146 kB]
Get:45 http://deb.debian.org/debian sid/main amd64 libgcc-14-dev amd64 14.2.0-11 [2673 kB]
Get:46 http://deb.debian.org/debian sid/main amd64 gcc-14-x86-64-linux-gnu amd64 14.2.0-11 [21.4 MB]
Get:47 http://deb.debian.org/debian sid/main amd64 gcc-14 amd64 14.2.0-11 [534 kB]
Get:48 http://deb.debian.org/debian sid/main amd64 gcc-x86-64-linux-gnu amd64 4:14.2.0-1 [1436 B]
Get:49 http://deb.debian.org/debian sid/main amd64 gcc amd64 4:14.2.0-1 [5136 B]
Get:50 http://deb.debian.org/debian sid/main amd64 libstdc++-14-dev amd64 14.2.0-11 [2373 kB]
Get:51 http://deb.debian.org/debian sid/main amd64 g++-14-x86-64-linux-gnu amd64 14.2.0-11 [12.1 MB]
Get:52 http://deb.debian.org/debian sid/main amd64 g++-14 amd64 14.2.0-11 [20.4 kB]
Get:53 http://deb.debian.org/debian sid/main amd64 g++-x86-64-linux-gnu amd64 4:14.2.0-1 [1200 B]
Get:54 http://deb.debian.org/debian sid/main amd64 g++ amd64 4:14.2.0-1 [1344 B]
Get:55 http://deb.debian.org/debian sid/main amd64 build-essential amd64 12.12 [4624 B]
Get:56 http://deb.debian.org/debian sid/main amd64 libdebhelper-perl all 13.21 [88.9 kB]
Get:57 http://deb.debian.org/debian sid/main amd64 libtool all 2.4.7-8 [517 kB]
Get:58 http://deb.debian.org/debian sid/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:59 http://deb.debian.org/debian sid/main amd64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:60 http://deb.debian.org/debian sid/main amd64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:61 http://deb.debian.org/debian sid/main amd64 libelf1t64 amd64 0.192-4 [189 kB]
Get:62 http://deb.debian.org/debian sid/main amd64 dwz amd64 0.15-1+b1 [110 kB]
Get:63 http://deb.debian.org/debian sid/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:64 http://deb.debian.org/debian sid/main amd64 debhelper all 13.21 [919 kB]
Get:65 http://deb.debian.org/debian sid/main amd64 python3-autocommand all 2.2.2-3 [13.6 kB]
Get:66 http://deb.debian.org/debian sid/main amd64 python3-more-itertools all 10.5.0-1 [63.8 kB]
Get:67 http://deb.debian.org/debian sid/main amd64 python3-typing-extensions all 4.12.2-2 [73.0 kB]
Get:68 http://deb.debian.org/debian sid/main amd64 python3-typeguard all 4.4.1-1 [37.0 kB]
Get:69 http://deb.debian.org/debian sid/main amd64 python3-inflect all 7.3.1-2 [32.4 kB]
Get:70 http://deb.debian.org/debian sid/main amd64 python3-jaraco.context all 6.0.0-1 [7984 B]
Get:71 http://deb.debian.org/debian sid/main amd64 python3-jaraco.functools all 4.1.0-1 [12.0 kB]
Get:72 http://deb.debian.org/debian sid/main amd64 python3-pkg-resources all 75.6.0-1 [222 kB]
Get:73 http://deb.debian.org/debian sid/main amd64 python3-jaraco.text all 4.0.0-1 [11.4 kB]
Get:74 http://deb.debian.org/debian sid/main amd64 python3-zipp all 3.21.0-1 [10.6 kB]
Get:75 http://deb.debian.org/debian sid/main amd64 python3-setuptools all 75.6.0-1 [720 kB]
Get:76 http://deb.debian.org/debian sid/main amd64 dh-python all 6.20241217 [113 kB]
Get:77 http://deb.debian.org/debian sid/main amd64 xml-core all 0.19 [20.1 kB]
Get:78 http://deb.debian.org/debian sid/main amd64 docutils-common all 0.21.2+dfsg-2 [128 kB]
Get:79 http://deb.debian.org/debian sid/main amd64 libonig5 amd64 6.9.9-1+b1 [189 kB]
Get:80 http://deb.debian.org/debian sid/main amd64 libjq1 amd64 1.7.1-3+b1 [164 kB]
Get:81 http://deb.debian.org/debian sid/main amd64 jq amd64 1.7.1-3+b1 [77.8 kB]
Get:82 http://deb.debian.org/debian sid/main amd64 libjs-jquery-isonscreen all 1.2.0-1.1 [3196 B]
Get:83 http://deb.debian.org/debian sid/main amd64 libjs-jquery-metadata all 12-4 [6532 B]
Get:84 http://deb.debian.org/debian sid/main amd64 libjs-jquery-tablesorter all 1:2.31.3+dfsg1-4 [184 kB]
Get:85 http://deb.debian.org/debian sid/main amd64 libjs-jquery-throttle-debounce all 1.1+dfsg.1-2 [12.2 kB]
Get:86 http://deb.debian.org/debian sid/main amd64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
Get:87 http://deb.debian.org/debian sid/main amd64 libjs-sphinxdoc all 8.1.3-2 [30.3 kB]
Get:88 http://deb.debian.org/debian sid/main amd64 libjson-perl all 4.10000-1 [87.5 kB]
Get:89 http://deb.debian.org/debian sid/main amd64 libpython3.13-stdlib amd64 3.13.1-2 [1975 kB]
Get:90 http://deb.debian.org/debian sid/main amd64 python3-wheel all 0.45.1-1 [56.7 kB]
Get:91 http://deb.debian.org/debian sid/main amd64 python3-pip all 24.3.1+dfsg-1 [1441 kB]
Get:92 http://deb.debian.org/debian sid/main amd64 openstack-pkg-tools all 130 [96.4 kB]
Get:93 http://deb.debian.org/debian sid/main amd64 pybuild-plugin-autopkgtest all 6.20241217 [11.6 kB]
Get:94 http://deb.debian.org/debian sid/main amd64 python3-packaging all 24.2-1 [55.3 kB]
Get:95 http://deb.debian.org/debian sid/main amd64 python3-pyproject-hooks all 1.2.0-1 [11.7 kB]
Get:96 http://deb.debian.org/debian sid/main amd64 python3-toml all 0.10.2-1 [16.2 kB]
Get:97 http://deb.debian.org/debian sid/main amd64 python3-build all 1.2.2-1 [36.0 kB]
Get:98 http://deb.debian.org/debian sid/main amd64 python3-installer all 0.7.0+dfsg1-3 [18.6 kB]
Get:99 http://deb.debian.org/debian sid/main amd64 pybuild-plugin-pyproject all 6.20241217 [11.5 kB]
Get:100 http://deb.debian.org/debian sid/main amd64 python-babel-localedata all 2.16.0-1 [5696 kB]
Get:101 http://deb.debian.org/debian sid/main amd64 python3-aenum all 3.1.15-2 [69.7 kB]
Get:102 http://deb.debian.org/debian sid/main amd64 python3-aiohappyeyeballs all 2.4.4-1 [13.4 kB]
Get:103 http://deb.debian.org/debian sid/main amd64 python3-idna all 3.8-2 [41.6 kB]
Get:104 http://deb.debian.org/debian sid/main amd64 python3-multidict amd64 6.1.0-1+b1 [39.8 kB]
Get:105 http://deb.debian.org/debian sid/main amd64 python3-yarl amd64 1.13.1-1+b1 [118 kB]
Get:106 http://deb.debian.org/debian sid/main amd64 python3-async-timeout all 5.0.1-1 [8324 B]
Get:107 http://deb.debian.org/debian sid/main amd64 python3-frozenlist amd64 1.5.0-1+b1 [58.6 kB]
Get:108 http://deb.debian.org/debian sid/main amd64 python3-aiosignal all 1.3.1-1 [6016 B]
Get:109 http://deb.debian.org/debian sid/main amd64 python3-attr all 24.2.0-1 [68.4 kB]
Get:110 http://deb.debian.org/debian sid/main amd64 python3-aiohttp amd64 3.10.10-2 [364 kB]
Get:111 http://deb.debian.org/debian sid/main amd64 python3-aioresponses all 0.7.6-2 [10.9 kB]
Get:112 http://deb.debian.org/debian sid/main amd64 python3-alabaster all 0.7.16-0.1 [27.9 kB]
Get:113 http://deb.debian.org/debian sid/main amd64 python3.13 amd64 3.13.1-2 [740 kB]
Get:114 http://deb.debian.org/debian sid/main amd64 python3-all amd64 3.12.7-1 [1052 B]
Get:115 http://deb.debian.org/debian sid/main amd64 python3-annotated-types all 0.7.0-1 [18.8 kB]
Get:116 http://deb.debian.org/debian sid/main amd64 python3-argcomplete all 3.5.2-1 [40.2 kB]
Get:117 http://deb.debian.org/debian sid/main amd64 python3-async-generator all 1.10-4 [17.4 kB]
Get:118 http://deb.debian.org/debian sid/main amd64 python3-babel all 2.16.0-1 [114 kB]
Get:119 http://deb.debian.org/debian sid/main amd64 python3-certifi all 2024.8.30+dfsg-1 [9576 B]
Get:120 http://deb.debian.org/debian sid/main amd64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
Get:121 http://deb.debian.org/debian sid/main amd64 python3-charset-normalizer amd64 3.4.0-1+b1 [140 kB]
Get:122 http://deb.debian.org/debian sid/main amd64 python3-colorlog all 6.9.0-1 [27.5 kB]
Get:123 http://deb.debian.org/debian sid/main amd64 python3-coverage amd64 7.6.0+dfsg1-2+b1 [177 kB]
Get:124 http://deb.debian.org/debian sid/main amd64 python3-defusedxml all 0.7.1-3 [43.4 kB]
Get:125 http://deb.debian.org/debian sid/main amd64 python3-distlib all 0.3.9-1 [257 kB]
Get:126 http://deb.debian.org/debian sid/main amd64 python3-dnspython all 2.7.0-1 [164 kB]
Get:127 http://deb.debian.org/debian sid/main amd64 python3-roman all 4.2-1 [10.4 kB]
Get:128 http://deb.debian.org/debian sid/main amd64 python3-docutils all 0.21.2+dfsg-2 [403 kB]
Get:129 http://deb.debian.org/debian sid/main amd64 python3-email-validator all 2.2.0-1 [31.6 kB]
Get:130 http://deb.debian.org/debian sid/main amd64 python3-execnet all 2.1.1-1 [40.2 kB]
Get:131 http://deb.debian.org/debian sid/main amd64 python3-filelock all 3.16.1-1 [12.6 kB]
Get:132 http://deb.debian.org/debian sid/main amd64 python3-imagesize all 1.4.1-1 [6688 B]
Get:133 http://deb.debian.org/debian sid/main amd64 python3-iniconfig all 1.1.1-2 [6396 B]
Get:134 http://deb.debian.org/debian sid/main amd64 python3-pydantic-core amd64 2.27.1-1 [1737 kB]
Get:135 http://deb.debian.org/debian sid/main amd64 python3-pydantic amd64 2.10.3-1 [365 kB]
Get:136 http://deb.debian.org/debian sid/main amd64 python3-mdurl all 0.1.2-1 [9444 B]
Get:137 http://deb.debian.org/debian sid/main amd64 python3-markdown-it all 3.0.0-2 [62.5 kB]
Get:138 http://deb.debian.org/debian sid/main amd64 python3-pygments all 2.18.0+dfsg-1 [836 kB]
Get:139 http://deb.debian.org/debian sid/main amd64 python3-markupsafe amd64 2.1.5-1+b2 [13.9 kB]
Get:140 http://deb.debian.org/debian sid/main amd64 python3-jinja2 all 3.1.3-1.1 [120 kB]
Get:141 http://deb.debian.org/debian sid/main amd64 python3-mdit-py-plugins all 0.4.2-1 [32.4 kB]
Get:142 http://deb.debian.org/debian sid/main amd64 sphinx-common all 8.1.3-2 [616 kB]
Get:143 http://deb.debian.org/debian sid/main amd64 python3-urllib3 all 2.2.3-4 [112 kB]
Get:144 http://deb.debian.org/debian sid/main amd64 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
Get:145 http://deb.debian.org/debian sid/main amd64 python3-snowballstemmer all 2.2.0-4 [58.0 kB]
Get:146 http://deb.debian.org/debian sid/main amd64 python3-sphinx all 8.1.3-2 [468 kB]
Get:147 http://deb.debian.org/debian sid/main amd64 python3-yaml amd64 6.0.2-1+b1 [178 kB]
Get:148 http://deb.debian.org/debian sid/main amd64 python3-myst-parser all 4.0.0-1 [78.7 kB]
Get:149 http://deb.debian.org/debian sid/main amd64 python3-pip-whl all 24.3.1+dfsg-1 [1501 kB]
Get:150 http://deb.debian.org/debian sid/main amd64 python3-setuptools-whl all 75.6.0-1 [1239 kB]
Get:151 http://deb.debian.org/debian sid/main amd64 python3-wheel-whl all 0.45.1-1 [75.3 kB]
Get:152 http://deb.debian.org/debian sid/main amd64 python3-platformdirs all 4.3.6-1 [16.6 kB]
Get:153 http://deb.debian.org/debian sid/main amd64 python3-virtualenv all 20.28.0+ds-1 [71.3 kB]
Get:154 http://deb.debian.org/debian sid/main amd64 python3-nox all 2024.04.15-2 [50.7 kB]
Get:155 http://deb.debian.org/debian sid/main amd64 python3-pluggy all 1.5.0-1 [26.9 kB]
Get:156 http://deb.debian.org/debian sid/main amd64 python3-poetry-core all 1.9.0-2 [210 kB]
Get:157 http://deb.debian.org/debian sid/main amd64 python3-pytest all 8.3.4-1 [250 kB]
Get:158 http://deb.debian.org/debian sid/main amd64 python3-pytest-asyncio all 0.24.0a1-1 [15.6 kB]
Get:159 http://deb.debian.org/debian sid/main amd64 python3-pytest-cov all 5.0.0-1 [26.8 kB]
Get:160 http://deb.debian.org/debian sid/main amd64 python3-pytest-xdist all 3.6.1-1 [44.4 kB]
Fetched 103 MB in 1s (92.5 MB/s)
Selecting previously unselected package libjs-jquery.
(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 .../libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Selecting previously unselected package libjs-jquery-hotkeys.
Preparing to unpack .../libjs-jquery-hotkeys_0~20130707+git2d51e3a9+dfsg-2.1_all.deb ...
Unpacking libjs-jquery-hotkeys (0~20130707+git2d51e3a9+dfsg-2.1) ...
Selecting previously unselected package libpython3.12-minimal:amd64.
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 ... 17458 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 ... 17924 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 libpython3.13-minimal:amd64.
Preparing to unpack .../001-libpython3.13-minimal_3.13.1-2_amd64.deb ...
Unpacking libpython3.13-minimal:amd64 (3.13.1-2) ...
Selecting previously unselected package python3.13-minimal.
Preparing to unpack .../002-python3.13-minimal_3.13.1-2_amd64.deb ...
Unpacking python3.13-minimal (3.13.1-2) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../003-sgml-base_1.31_all.deb ...
Unpacking sgml-base (1.31) ...
Selecting previously unselected package m4.
Preparing to unpack .../004-m4_1.4.19-4_amd64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../005-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../006-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../007-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../008-autopoint_0.22.5-3_all.deb ...
Unpacking autopoint (0.22.5-3) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../009-libc-dev-bin_2.40-4_amd64.deb ...
Unpacking libc-dev-bin (2.40-4) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../010-linux-libc-dev_6.12.5-1_all.deb ...
Unpacking linux-libc-dev (6.12.5-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../011-libcrypt-dev_1%3a4.4.36-5_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.36-5) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../012-rpcsvc-proto_1.4.3-1_amd64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../013-libc6-dev_2.40-4_amd64.deb ...
Unpacking libc6-dev:amd64 (2.40-4) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../014-libisl23_0.27-1_amd64.deb ...
Unpacking libisl23:amd64 (0.27-1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../015-libmpfr6_4.2.1-1+b2_amd64.deb ...
Unpacking libmpfr6:amd64 (4.2.1-1+b2) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../016-libmpc3_1.3.1-1+b3_amd64.deb ...
Unpacking libmpc3:amd64 (1.3.1-1+b3) ...
Selecting previously unselected package cpp-14-x86-64-linux-gnu.
Preparing to unpack .../017-cpp-14-x86-64-linux-gnu_14.2.0-11_amd64.deb ...
Unpacking cpp-14-x86-64-linux-gnu (14.2.0-11) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../018-cpp-14_14.2.0-11_amd64.deb ...
Unpacking cpp-14 (14.2.0-11) ...
Selecting previously unselected package cpp-x86-64-linux-gnu.
Preparing to unpack .../019-cpp-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
Unpacking cpp-x86-64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../020-cpp_4%3a14.2.0-1_amd64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../021-libcc1-0_14.2.0-11_amd64.deb ...
Unpacking libcc1-0:amd64 (14.2.0-11) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../022-libitm1_14.2.0-11_amd64.deb ...
Unpacking libitm1:amd64 (14.2.0-11) ...
Selecting previously unselected package libasan8:amd64.
Preparing to unpack .../023-libasan8_14.2.0-11_amd64.deb ...
Unpacking libasan8:amd64 (14.2.0-11) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../024-liblsan0_14.2.0-11_amd64.deb ...
Unpacking liblsan0:amd64 (14.2.0-11) ...
Selecting previously unselected package libtsan2:amd64.
Preparing to unpack .../025-libtsan2_14.2.0-11_amd64.deb ...
Unpacking libtsan2:amd64 (14.2.0-11) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../026-libubsan1_14.2.0-11_amd64.deb ...
Unpacking libubsan1:amd64 (14.2.0-11) ...
Selecting previously unselected package libhwasan0:amd64.
Preparing to unpack .../027-libhwasan0_14.2.0-11_amd64.deb ...
Unpacking libhwasan0:amd64 (14.2.0-11) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../028-libquadmath0_14.2.0-11_amd64.deb ...
Unpacking libquadmath0:amd64 (14.2.0-11) ...
Selecting previously unselected package libgcc-14-dev:amd64.
Preparing to unpack .../029-libgcc-14-dev_14.2.0-11_amd64.deb ...
Unpacking libgcc-14-dev:amd64 (14.2.0-11) ...
Selecting previously unselected package gcc-14-x86-64-linux-gnu.
Preparing to unpack .../030-gcc-14-x86-64-linux-gnu_14.2.0-11_amd64.deb ...
Unpacking gcc-14-x86-64-linux-gnu (14.2.0-11) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../031-gcc-14_14.2.0-11_amd64.deb ...
Unpacking gcc-14 (14.2.0-11) ...
Selecting previously unselected package gcc-x86-64-linux-gnu.
Preparing to unpack .../032-gcc-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
Unpacking gcc-x86-64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../033-gcc_4%3a14.2.0-1_amd64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package libstdc++-14-dev:amd64.
Preparing to unpack .../034-libstdc++-14-dev_14.2.0-11_amd64.deb ...
Unpacking libstdc++-14-dev:amd64 (14.2.0-11) ...
Selecting previously unselected package g++-14-x86-64-linux-gnu.
Preparing to unpack .../035-g++-14-x86-64-linux-gnu_14.2.0-11_amd64.deb ...
Unpacking g++-14-x86-64-linux-gnu (14.2.0-11) ...
Selecting previously unselected package g++-14.
Preparing to unpack .../036-g++-14_14.2.0-11_amd64.deb ...
Unpacking g++-14 (14.2.0-11) ...
Selecting previously unselected package g++-x86-64-linux-gnu.
Preparing to unpack .../037-g++-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
Unpacking g++-x86-64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package g++.
Preparing to unpack .../038-g++_4%3a14.2.0-1_amd64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../039-build-essential_12.12_amd64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../040-libdebhelper-perl_13.21_all.deb ...
Unpacking libdebhelper-perl (13.21) ...
Selecting previously unselected package libtool.
Preparing to unpack .../041-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../042-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../043-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../044-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:amd64.
Preparing to unpack .../045-libelf1t64_0.192-4_amd64.deb ...
Unpacking libelf1t64:amd64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../046-dwz_0.15-1+b1_amd64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../047-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../048-debhelper_13.21_all.deb ...
Unpacking debhelper (13.21) ...
Selecting previously unselected package python3-autocommand.
Preparing to unpack .../049-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 .../050-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 .../051-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 .../052-python3-typeguard_4.4.1-1_all.deb ...
Unpacking python3-typeguard (4.4.1-1) ...
Selecting previously unselected package python3-inflect.
Preparing to unpack .../053-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 .../054-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 .../055-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 .../056-python3-pkg-resources_75.6.0-1_all.deb ...
Unpacking python3-pkg-resources (75.6.0-1) ...
Selecting previously unselected package python3-jaraco.text.
Preparing to unpack .../057-python3-jaraco.text_4.0.0-1_all.deb ...
Unpacking python3-jaraco.text (4.0.0-1) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../058-python3-zipp_3.21.0-1_all.deb ...
Unpacking python3-zipp (3.21.0-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../059-python3-setuptools_75.6.0-1_all.deb ...
Unpacking python3-setuptools (75.6.0-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../060-dh-python_6.20241217_all.deb ...
Unpacking dh-python (6.20241217) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../061-xml-core_0.19_all.deb ...
Unpacking xml-core (0.19) ...
Selecting previously unselected package docutils-common.
Preparing to unpack .../062-docutils-common_0.21.2+dfsg-2_all.deb ...
Unpacking docutils-common (0.21.2+dfsg-2) ...
Selecting previously unselected package libonig5:amd64.
Preparing to unpack .../063-libonig5_6.9.9-1+b1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.9-1+b1) ...
Selecting previously unselected package libjq1:amd64.
Preparing to unpack .../064-libjq1_1.7.1-3+b1_amd64.deb ...
Unpacking libjq1:amd64 (1.7.1-3+b1) ...
Selecting previously unselected package jq.
Preparing to unpack .../065-jq_1.7.1-3+b1_amd64.deb ...
Unpacking jq (1.7.1-3+b1) ...
Selecting previously unselected package libjs-jquery-isonscreen.
Preparing to unpack .../066-libjs-jquery-isonscreen_1.2.0-1.1_all.deb ...
Unpacking libjs-jquery-isonscreen (1.2.0-1.1) ...
Selecting previously unselected package libjs-jquery-metadata.
Preparing to unpack .../067-libjs-jquery-metadata_12-4_all.deb ...
Unpacking libjs-jquery-metadata (12-4) ...
Selecting previously unselected package libjs-jquery-tablesorter.
Preparing to unpack .../068-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-throttle-debounce.
Preparing to unpack .../069-libjs-jquery-throttle-debounce_1.1+dfsg.1-2_all.deb ...
Unpacking libjs-jquery-throttle-debounce (1.1+dfsg.1-2) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../070-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../071-libjs-sphinxdoc_8.1.3-2_all.deb ...
Unpacking libjs-sphinxdoc (8.1.3-2) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../072-libjson-perl_4.10000-1_all.deb ...
Unpacking libjson-perl (4.10000-1) ...
Selecting previously unselected package libpython3.13-stdlib:amd64.
Preparing to unpack .../073-libpython3.13-stdlib_3.13.1-2_amd64.deb ...
Unpacking libpython3.13-stdlib:amd64 (3.13.1-2) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../074-python3-wheel_0.45.1-1_all.deb ...
Unpacking python3-wheel (0.45.1-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../075-python3-pip_24.3.1+dfsg-1_all.deb ...
Unpacking python3-pip (24.3.1+dfsg-1) ...
Selecting previously unselected package openstack-pkg-tools.
Preparing to unpack .../076-openstack-pkg-tools_130_all.deb ...
Unpacking openstack-pkg-tools (130) ...
Selecting previously unselected package pybuild-plugin-autopkgtest.
Preparing to unpack .../077-pybuild-plugin-autopkgtest_6.20241217_all.deb ...
Unpacking pybuild-plugin-autopkgtest (6.20241217) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../078-python3-packaging_24.2-1_all.deb ...
Unpacking python3-packaging (24.2-1) ...
Selecting previously unselected package python3-pyproject-hooks.
Preparing to unpack .../079-python3-pyproject-hooks_1.2.0-1_all.deb ...
Unpacking python3-pyproject-hooks (1.2.0-1) ...
Selecting previously unselected package python3-toml.
Preparing to unpack .../080-python3-toml_0.10.2-1_all.deb ...
Unpacking python3-toml (0.10.2-1) ...
Selecting previously unselected package python3-build.
Preparing to unpack .../081-python3-build_1.2.2-1_all.deb ...
Unpacking python3-build (1.2.2-1) ...
Selecting previously unselected package python3-installer.
Preparing to unpack .../082-python3-installer_0.7.0+dfsg1-3_all.deb ...
Unpacking python3-installer (0.7.0+dfsg1-3) ...
Selecting previously unselected package pybuild-plugin-pyproject.
Preparing to unpack .../083-pybuild-plugin-pyproject_6.20241217_all.deb ...
Unpacking pybuild-plugin-pyproject (6.20241217) ...
Selecting previously unselected package python-babel-localedata.
Preparing to unpack .../084-python-babel-localedata_2.16.0-1_all.deb ...
Unpacking python-babel-localedata (2.16.0-1) ...
Selecting previously unselected package python3-aenum.
Preparing to unpack .../085-python3-aenum_3.1.15-2_all.deb ...
Unpacking python3-aenum (3.1.15-2) ...
Selecting previously unselected package python3-aiohappyeyeballs.
Preparing to unpack .../086-python3-aiohappyeyeballs_2.4.4-1_all.deb ...
Unpacking python3-aiohappyeyeballs (2.4.4-1) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../087-python3-idna_3.8-2_all.deb ...
Unpacking python3-idna (3.8-2) ...
Selecting previously unselected package python3-multidict.
Preparing to unpack .../088-python3-multidict_6.1.0-1+b1_amd64.deb ...
Unpacking python3-multidict (6.1.0-1+b1) ...
Selecting previously unselected package python3-yarl.
Preparing to unpack .../089-python3-yarl_1.13.1-1+b1_amd64.deb ...
Unpacking python3-yarl (1.13.1-1+b1) ...
Selecting previously unselected package python3-async-timeout.
Preparing to unpack .../090-python3-async-timeout_5.0.1-1_all.deb ...
Unpacking python3-async-timeout (5.0.1-1) ...
Selecting previously unselected package python3-frozenlist.
Preparing to unpack .../091-python3-frozenlist_1.5.0-1+b1_amd64.deb ...
Unpacking python3-frozenlist (1.5.0-1+b1) ...
Selecting previously unselected package python3-aiosignal.
Preparing to unpack .../092-python3-aiosignal_1.3.1-1_all.deb ...
Unpacking python3-aiosignal (1.3.1-1) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../093-python3-attr_24.2.0-1_all.deb ...
Unpacking python3-attr (24.2.0-1) ...
Selecting previously unselected package python3-aiohttp.
Preparing to unpack .../094-python3-aiohttp_3.10.10-2_amd64.deb ...
Unpacking python3-aiohttp (3.10.10-2) ...
Selecting previously unselected package python3-aioresponses.
Preparing to unpack .../095-python3-aioresponses_0.7.6-2_all.deb ...
Unpacking python3-aioresponses (0.7.6-2) ...
Selecting previously unselected package python3-alabaster.
Preparing to unpack .../096-python3-alabaster_0.7.16-0.1_all.deb ...
Unpacking python3-alabaster (0.7.16-0.1) ...
Selecting previously unselected package python3.13.
Preparing to unpack .../097-python3.13_3.13.1-2_amd64.deb ...
Unpacking python3.13 (3.13.1-2) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../098-python3-all_3.12.7-1_amd64.deb ...
Unpacking python3-all (3.12.7-1) ...
Selecting previously unselected package python3-annotated-types.
Preparing to unpack .../099-python3-annotated-types_0.7.0-1_all.deb ...
Unpacking python3-annotated-types (0.7.0-1) ...
Selecting previously unselected package python3-argcomplete.
Preparing to unpack .../100-python3-argcomplete_3.5.2-1_all.deb ...
Unpacking python3-argcomplete (3.5.2-1) ...
Selecting previously unselected package python3-async-generator.
Preparing to unpack .../101-python3-async-generator_1.10-4_all.deb ...
Unpacking python3-async-generator (1.10-4) ...
Selecting previously unselected package python3-babel.
Preparing to unpack .../102-python3-babel_2.16.0-1_all.deb ...
Unpacking python3-babel (2.16.0-1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../103-python3-certifi_2024.8.30+dfsg-1_all.deb ...
Unpacking python3-certifi (2024.8.30+dfsg-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../104-python3-chardet_5.2.0+dfsg-1_all.deb ...
Unpacking python3-chardet (5.2.0+dfsg-1) ...
Selecting previously unselected package python3-charset-normalizer.
Preparing to unpack .../105-python3-charset-normalizer_3.4.0-1+b1_amd64.deb ...
Unpacking python3-charset-normalizer (3.4.0-1+b1) ...
Selecting previously unselected package python3-colorlog.
Preparing to unpack .../106-python3-colorlog_6.9.0-1_all.deb ...
Unpacking python3-colorlog (6.9.0-1) ...
Selecting previously unselected package python3-coverage.
Preparing to unpack .../107-python3-coverage_7.6.0+dfsg1-2+b1_amd64.deb ...
Unpacking python3-coverage (7.6.0+dfsg1-2+b1) ...
Selecting previously unselected package python3-defusedxml.
Preparing to unpack .../108-python3-defusedxml_0.7.1-3_all.deb ...
Unpacking python3-defusedxml (0.7.1-3) ...
Selecting previously unselected package python3-distlib.
Preparing to unpack .../109-python3-distlib_0.3.9-1_all.deb ...
Unpacking python3-distlib (0.3.9-1) ...
Selecting previously unselected package python3-dnspython.
Preparing to unpack .../110-python3-dnspython_2.7.0-1_all.deb ...
Unpacking python3-dnspython (2.7.0-1) ...
Selecting previously unselected package python3-roman.
Preparing to unpack .../111-python3-roman_4.2-1_all.deb ...
Unpacking python3-roman (4.2-1) ...
Selecting previously unselected package python3-docutils.
Preparing to unpack .../112-python3-docutils_0.21.2+dfsg-2_all.deb ...
Unpacking python3-docutils (0.21.2+dfsg-2) ...
Selecting previously unselected package python3-email-validator.
Preparing to unpack .../113-python3-email-validator_2.2.0-1_all.deb ...
Unpacking python3-email-validator (2.2.0-1) ...
Selecting previously unselected package python3-execnet.
Preparing to unpack .../114-python3-execnet_2.1.1-1_all.deb ...
Unpacking python3-execnet (2.1.1-1) ...
Selecting previously unselected package python3-filelock.
Preparing to unpack .../115-python3-filelock_3.16.1-1_all.deb ...
Unpacking python3-filelock (3.16.1-1) ...
Selecting previously unselected package python3-imagesize.
Preparing to unpack .../116-python3-imagesize_1.4.1-1_all.deb ...
Unpacking python3-imagesize (1.4.1-1) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../117-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-pydantic-core.
Preparing to unpack .../118-python3-pydantic-core_2.27.1-1_amd64.deb ...
Unpacking python3-pydantic-core (2.27.1-1) ...
Selecting previously unselected package python3-pydantic.
Preparing to unpack .../119-python3-pydantic_2.10.3-1_amd64.deb ...
Unpacking python3-pydantic (2.10.3-1) ...
Selecting previously unselected package python3-mdurl.
Preparing to unpack .../120-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 .../121-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 .../122-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 .../123-python3-rich.deb ...
Unpacking python3-rich (13.9.4-0.1) ...
Selecting previously unselected package python3-intellifire4py.
Preparing to unpack .../124-python3-intellifire4py.deb ...
Unpacking python3-intellifire4py (4.1.9-2) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../125-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 .../126-python3-jinja2_3.1.3-1.1_all.deb ...
Unpacking python3-jinja2 (3.1.3-1.1) ...
Selecting previously unselected package python3-mdit-py-plugins.
Preparing to unpack .../127-python3-mdit-py-plugins_0.4.2-1_all.deb ...
Unpacking python3-mdit-py-plugins (0.4.2-1) ...
Selecting previously unselected package sphinx-common.
Preparing to unpack .../128-sphinx-common_8.1.3-2_all.deb ...
Unpacking sphinx-common (8.1.3-2) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../129-python3-urllib3_2.2.3-4_all.deb ...
Unpacking python3-urllib3 (2.2.3-4) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../130-python3-requests_2.32.3+dfsg-1_all.deb ...
Unpacking python3-requests (2.32.3+dfsg-1) ...
Selecting previously unselected package python3-snowballstemmer.
Preparing to unpack .../131-python3-snowballstemmer_2.2.0-4_all.deb ...
Unpacking python3-snowballstemmer (2.2.0-4) ...
Selecting previously unselected package python3-sphinx.
Preparing to unpack .../132-python3-sphinx_8.1.3-2_all.deb ...
Unpacking python3-sphinx (8.1.3-2) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../133-python3-yaml_6.0.2-1+b1_amd64.deb ...
Unpacking python3-yaml (6.0.2-1+b1) ...
Selecting previously unselected package python3-myst-parser.
Preparing to unpack .../134-python3-myst-parser_4.0.0-1_all.deb ...
Unpacking python3-myst-parser (4.0.0-1) ...
Selecting previously unselected package python3-pip-whl.
Preparing to unpack .../135-python3-pip-whl_24.3.1+dfsg-1_all.deb ...
Unpacking python3-pip-whl (24.3.1+dfsg-1) ...
Selecting previously unselected package python3-setuptools-whl.
Preparing to unpack .../136-python3-setuptools-whl_75.6.0-1_all.deb ...
Unpacking python3-setuptools-whl (75.6.0-1) ...
Selecting previously unselected package python3-wheel-whl.
Preparing to unpack .../137-python3-wheel-whl_0.45.1-1_all.deb ...
Unpacking python3-wheel-whl (0.45.1-1) ...
Selecting previously unselected package python3-platformdirs.
Preparing to unpack .../138-python3-platformdirs_4.3.6-1_all.deb ...
Unpacking python3-platformdirs (4.3.6-1) ...
Selecting previously unselected package python3-virtualenv.
Preparing to unpack .../139-python3-virtualenv_20.28.0+ds-1_all.deb ...
Unpacking python3-virtualenv (20.28.0+ds-1) ...
Selecting previously unselected package python3-nox.
Preparing to unpack .../140-python3-nox_2024.04.15-2_all.deb ...
Unpacking python3-nox (2024.04.15-2) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../141-python3-pluggy_1.5.0-1_all.deb ...
Unpacking python3-pluggy (1.5.0-1) ...
Selecting previously unselected package python3-poetry-core.
Preparing to unpack .../142-python3-poetry-core_1.9.0-2_all.deb ...
Unpacking python3-poetry-core (1.9.0-2) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../143-python3-pytest_8.3.4-1_all.deb ...
Unpacking python3-pytest (8.3.4-1) ...
Selecting previously unselected package python3-pytest-asyncio.
Preparing to unpack .../144-python3-pytest-asyncio_0.24.0a1-1_all.deb ...
Unpacking python3-pytest-asyncio (0.24.0a1-1) ...
Selecting previously unselected package python3-pytest-cov.
Preparing to unpack .../145-python3-pytest-cov_5.0.0-1_all.deb ...
Unpacking python3-pytest-cov (5.0.0-1) ...
Selecting previously unselected package python3-pytest-xdist.
Preparing to unpack .../146-python3-pytest-xdist_3.6.1-1_all.deb ...
Unpacking python3-pytest-xdist (3.6.1-1) ...
Setting up media-types (10.1.0) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up python3-setuptools-whl (75.6.0-1) ...
Setting up python3-pip-whl (24.3.1+dfsg-1) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.21) ...
Setting up linux-libc-dev (6.12.5-1) ...
Setting up m4 (1.4.19-4) ...
Setting up libjs-jquery-throttle-debounce (1.1+dfsg.1-2) ...
Setting up libelf1t64:amd64 (0.192-4) ...
Setting up python-babel-localedata (2.16.0-1) ...
Setting up libpython3.13-minimal:amd64 (3.13.1-2) ...
Setting up autotools-dev (20220109.1) ...
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libmpfr6:amd64 (4.2.1-1+b2) ...
Setting up libquadmath0:amd64 (14.2.0-11) ...
Setting up libmpc3:amd64 (1.3.1-1+b3) ...
Setting up autopoint (0.22.5-3) ...
Setting up autoconf (2.72-3) ...
Setting up libubsan1:amd64 (14.2.0-11) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libhwasan0:amd64 (14.2.0-11) ...
Setting up libcrypt-dev:amd64 (1:4.4.36-5) ...
Setting up libasan8:amd64 (14.2.0-11) ...
Setting up libjson-perl (4.10000-1) ...
Setting up python3.13-minimal (3.13.1-2) ...
Setting up sgml-base (1.31) ...
Setting up libtsan2:amd64 (14.2.0-11) ...
Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up libjs-jquery-hotkeys (0~20130707+git2d51e3a9+dfsg-2.1) ...
Setting up libisl23:amd64 (0.27-1) ...
Setting up libc-dev-bin (2.40-4) ...
Setting up python3-wheel-whl (0.45.1-1) ...
Setting up libpython3.13-stdlib:amd64 (3.13.1-2) ...
Setting up libcc1-0:amd64 (14.2.0-11) ...
Setting up libonig5:amd64 (6.9.9-1+b1) ...
Setting up liblsan0:amd64 (14.2.0-11) ...
Setting up libitm1:amd64 (14.2.0-11) ...
Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libtirpc3t64:amd64 (1.3.4+ds-1.3+b1) ...
Setting up python3.13 (3.13.1-2) ...
Setting up libjq1:amd64 (1.7.1-3+b1) ...
Setting up libjs-jquery-metadata (12-4) ...
Setting up libjs-jquery-isonscreen (1.2.0-1.1) ...
Setting up cpp-14-x86-64-linux-gnu (14.2.0-11) ...
Setting up libjs-sphinxdoc (8.1.3-2) ...
Setting up cpp-14 (14.2.0-11) ...
Setting up libjs-jquery-tablesorter (1:2.31.3+dfsg1-4) ...
Setting up xml-core (0.19) ...
Setting up jq (1.7.1-3+b1) ...
Setting up libnsl2:amd64 (1.3.0-3+b3) ...
Setting up libc6-dev:amd64 (2.40-4) ...
Setting up libgcc-14-dev:amd64 (14.2.0-11) ...
Setting up libstdc++-14-dev:amd64 (14.2.0-11) ...
Setting up cpp-x86-64-linux-gnu (4:14.2.0-1) ...
Setting up libpython3.12-stdlib:amd64 (3.12.8-3) ...
Setting up python3.12 (3.12.8-3) ...
Setting up sphinx-common (8.1.3-2) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-x86-64-linux-gnu (14.2.0-11) ...
Setting up libpython3-stdlib:amd64 (3.12.7-1) ...
Setting up gcc-x86-64-linux-gnu (4:14.2.0-1) ...
Setting up python3 (3.12.7-1) ...
Setting up python3-distlib (0.3.9-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-wheel (0.45.1-1) ...
Setting up python3-annotated-types (0.7.0-1) ...
Setting up python3-platformdirs (4.3.6-1) ...
Setting up python3-multidict (6.1.0-1+b1) ...
Setting up gcc-14 (14.2.0-11) ...
Setting up python3-frozenlist (1.5.0-1+b1) ...
Setting up python3-aiosignal (1.3.1-1) ...
Setting up python3-async-timeout (5.0.1-1) ...
Setting up python3-roman (4.2-1) ...
Setting up python3-jinja2 (3.1.3-1.1) ...
Setting up python3-packaging (24.2-1) ...
Setting up python3-pyproject-hooks (1.2.0-1) ...
Setting up python3-certifi (2024.8.30+dfsg-1) ...
Setting up python3-snowballstemmer (2.2.0-4) ...
Setting up python3-poetry-core (1.9.0-2) ...
Setting up python3-mdurl (0.1.2-1) ...
Setting up python3-idna (3.8-2) ...
Setting up python3-typing-extensions (4.12.2-2) ...
Setting up python3-aiohappyeyeballs (2.4.4-1) ...
Setting up python3-pip (24.3.1+dfsg-1) ...
Setting up python3-toml (0.10.2-1) ...
Setting up python3-installer (0.7.0+dfsg1-3) ...
Setting up python3-urllib3 (2.2.3-4) ...
Setting up python3-pluggy (1.5.0-1) ...
Setting up g++-14-x86-64-linux-gnu (14.2.0-11) ...
Setting up python3-markdown-it (3.0.0-2) ...
Setting up python3-dnspython (2.7.0-1) ...
Setting up g++-x86-64-linux-gnu (4:14.2.0-1) ...
Setting up python3-email-validator (2.2.0-1) ...
Setting up g++-14 (14.2.0-11) ...
Setting up python3-build (1.2.2-1) ...
Setting up python3-argcomplete (3.5.2-1) ...
Setting up python3-execnet (2.1.1-1) ...
Setting up python3-yarl (1.13.1-1+b1) ...
Setting up python3-imagesize (1.4.1-1) ...
Setting up python3-more-itertools (10.5.0-1) ...
Setting up python3-iniconfig (1.1.1-2) ...
Setting up python3-attr (24.2.0-1) ...
Setting up python3-filelock (3.16.1-1) ...
Setting up python3-pydantic-core (2.27.1-1) ...
Setting up python3-jaraco.functools (4.1.0-1) ...
Setting up python3-async-generator (1.10-4) ...
Setting up python3-jaraco.context (6.0.0-1) ...
Setting up libtool (2.4.7-8) ...
Setting up python3-colorlog (6.9.0-1) ...
Setting up python3-defusedxml (0.7.1-3) ...
Setting up python3-charset-normalizer (3.4.0-1+b1) ...
Setting up python3-pytest (8.3.4-1) ...
Setting up python3-alabaster (0.7.16-0.1) ...
Setting up python3-typeguard (4.4.1-1) ...
Setting up python3-aenum (3.1.15-2) ...
Setting up python3-mdit-py-plugins (0.4.2-1) ...
Setting up python3-aiohttp (3.10.10-2) ...
Setting up python3-virtualenv (20.28.0+ds-1) ...
Setting up python3-all (3.12.7-1) ...
Setting up python3-coverage (7.6.0+dfsg1-2+b1) ...
Setting up python3-yaml (6.0.2-1+b1) ...
Setting up python3-pytest-cov (5.0.0-1) ...
Setting up openstack-pkg-tools (130) ...
Setting up gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up python3-inflect (7.3.1-2) ...
Setting up python3-jaraco.text (4.0.0-1) ...
Setting up python3-pydantic (2.10.3-1) ...
Setting up python3-pytest-asyncio (0.24.0a1-1) ...
Setting up g++ (4:14.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up python3-nox (2024.04.15-2) ...
Setting up build-essential (12.12) ...
Setting up python3-pkg-resources (75.6.0-1) ...
Setting up python3-aioresponses (0.7.6-2) ...
Setting up python3-setuptools (75.6.0-1) ...
Setting up python3-pytest-xdist (3.6.1-1) ...
Setting up python3-babel (2.16.0-1) ...
update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode
Setting up debhelper (13.21) ...
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 dh-python (6.20241217) ...
Setting up python3-rich (13.9.4-0.1) ...
Setting up python3-intellifire4py (4.1.9-2) ...
Setting up pybuild-plugin-pyproject (6.20241217) ...
Setting up pybuild-plugin-autopkgtest (6.20241217) ...
Processing triggers for libc-bin (2.40-4) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for sgml-base (1.31) ...
Setting up docutils-common (0.21.2+dfsg-2) ...
Processing triggers for sgml-base (1.31) ...
Setting up python3-docutils (0.21.2+dfsg-2) ...
Setting up python3-sphinx (8.1.3-2) ...
Setting up python3-myst-parser (4.0.0-1) ...
autopkgtest [13:58:30]: test pybuild-autopkgtest: pybuild-autopkgtest
autopkgtest [13:58:30]: test pybuild-autopkgtest: [-----------------------
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
pybuild-autopkgtest
I: pybuild base:311: cd /tmp/autopkgtest.YY91Gb/autopkgtest_tmp/build; python3.13 -m pytest -v -n `nproc` tests
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest.YY91Gb/autopkgtest_tmp/build
configfile: pyproject.toml
plugins: cov-5.0.0, xdist-3.6.1, typeguard-4.4.1, asyncio-0.24.0a1
asyncio: mode=Mode.STRICT, default_loop_scope=None
created: 4/4 workers
4 workers [27 items]

scheduling tests via LoadScheduling

tests/test_cloud_api.py::test_cloud_login 
tests/test_cloud_api.py::test_incorrect_login_credentials 
tests/test_const.py::TestErrors::test_errors 
tests/test_local_api.py::test_poll 
[gw2] [  3%] PASSED tests/test_const.py::TestErrors::test_errors 
tests/test_const.py::TestErrors::test_messages 
[gw2] [  7%] PASSED tests/test_const.py::TestErrors::test_messages 
tests/test_local_api.py::test_control_direct 
[gw0] [ 11%] PASSED tests/test_cloud_api.py::test_cloud_login 
[gw1] [ 14%] PASSED tests/test_cloud_api.py::test_incorrect_login_credentials 
tests/test_cloud_api.py::test_control 
tests/test_cloud_api.py::test_bad_command_param 
[gw3] [ 18%] PASSED tests/test_local_api.py::test_poll 
tests/test_local_api.py::test_local_control 
[gw0] [ 22%] PASSED tests/test_cloud_api.py::test_control 
[gw1] [ 25%] PASSED tests/test_cloud_api.py::test_bad_command_param 
tests/test_model.py::test_json_files 
tests/test_model.py::test_jsons 
[gw0] [ 29%] PASSED tests/test_model.py::test_json_files 
[gw1] [ 33%] PASSED tests/test_model.py::test_jsons 
tests/test_unified.py::test_build_from_common_data_local_without_local_connectivity2 
tests/test_unified.py::test_build_from_common_data_local_with_local_connectivity1 
[gw1] [ 37%] PASSED tests/test_unified.py::test_build_from_common_data_local_without_local_connectivity2 
[gw0] [ 40%] PASSED tests/test_unified.py::test_build_from_common_data_local_with_local_connectivity1 
tests/test_unified.py::test_build_with_user_data_cloud_only 
tests/test_unified.py::test_build_with_user_data_cloud_and_local 
[gw1] [ 44%] PASSED tests/test_unified.py::test_build_with_user_data_cloud_only 
tests/test_unified.py::test_unified_connectivity 
[gw1] [ 48%] PASSED tests/test_unified.py::test_unified_connectivity 
tests/test_unified.py::test_connectivity_local_only 
[gw0] [ 51%] PASSED tests/test_unified.py::test_build_with_user_data_cloud_and_local 
[gw1] [ 55%] PASSED tests/test_unified.py::test_connectivity_local_only 
tests/test_unified.py::test_connectivity_cloud_only 
tests/test_unified.py::test_connectivity_none 
[gw1] [ 59%] PASSED tests/test_unified.py::test_connectivity_none 
tests/test_utils.py::TestRangeCheck::test_valid_range_max_min_edge_case 
[gw1] [ 62%] PASSED tests/test_utils.py::TestRangeCheck::test_valid_range_max_min_edge_case 
tests/test_utils.py::TestRangeCheck::test_valid_range_max_plus_one 
[gw1] [ 66%] PASSED tests/test_utils.py::TestRangeCheck::test_valid_range_max_plus_one 
tests/test_utils.py::TestRangeCheck::test_valid_range_min_minus_one 
[gw1] [ 70%] PASSED tests/test_utils.py::TestRangeCheck::test_valid_range_min_minus_one 
[gw0] [ 74%] PASSED tests/test_unified.py::test_connectivity_cloud_only 
tests/test_utils.py::TestRangeCheck::test_value_above_max 
[gw1] [ 77%] PASSED tests/test_utils.py::TestRangeCheck::test_value_above_max 
tests/test_utils.py::TestRangeCheck::test_value_below_min 
[gw1] [ 81%] PASSED tests/test_utils.py::TestRangeCheck::test_value_below_min 
tests/test_utils.py::TestRangeCheck::test_valid_range 
[gw0] [ 85%] PASSED tests/test_utils.py::TestRangeCheck::test_valid_range 
[gw2] [ 88%] PASSED tests/test_local_api.py::test_control_direct 
tests/test_local_api.py::test_needs_login 
[gw2] [ 92%] PASSED tests/test_local_api.py::test_needs_login 
[gw3] [ 96%] PASSED tests/test_local_api.py::test_local_control 
tests/test_unified.py::test_build_from_common_data_local_with_local_connectivity 
[gw3] [100%] PASSED tests/test_unified.py::test_build_from_common_data_local_with_local_connectivity Task was destroyed but it is pending!
task: <Task pending name='background_cloud_polling' coro=<IntelliFireAPICloud.__background_poll() running at /usr/lib/python3/dist-packages/intellifire4py/cloud_api.py:338>>
Task was destroyed but it is pending!
task: <Task pending name='background_cloud_polling' coro=<IntelliFireAPICloud.__background_poll() running at /usr/lib/python3/dist-packages/intellifire4py/cloud_api.py:338>>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb1f5370>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb572f10>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb573460>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb1f5480>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb1f5590>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb1f56a0>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb1f57b0>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb1f58c0>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb1f59d0>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb1f5ae0>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f61eb1f5bf0>


============================= 27 passed in 11.63s ==============================
I: pybuild base:311: cd /tmp/autopkgtest.YY91Gb/autopkgtest_tmp/build; python3.12 -m pytest -v -n `nproc` tests
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.12
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest.YY91Gb/autopkgtest_tmp/build
configfile: pyproject.toml
plugins: cov-5.0.0, xdist-3.6.1, typeguard-4.4.1, asyncio-0.24.0a1
asyncio: mode=Mode.STRICT, default_loop_scope=None
created: 4/4 workers
4 workers [27 items]

scheduling tests via LoadScheduling

tests/test_local_api.py::test_poll 
tests/test_const.py::TestErrors::test_errors 
tests/test_cloud_api.py::test_incorrect_login_credentials 
[gw2] [  3%] PASSED tests/test_const.py::TestErrors::test_errors 
tests/test_const.py::TestErrors::test_messages 
[gw2] [  7%] PASSED tests/test_const.py::TestErrors::test_messages 
tests/test_local_api.py::test_control_direct 
tests/test_cloud_api.py::test_cloud_login 
[gw3] [ 11%] PASSED tests/test_local_api.py::test_poll 
tests/test_local_api.py::test_local_control 
[gw0] [ 14%] PASSED tests/test_cloud_api.py::test_cloud_login 
tests/test_cloud_api.py::test_control 
[gw1] [ 18%] PASSED tests/test_cloud_api.py::test_incorrect_login_credentials 
tests/test_cloud_api.py::test_bad_command_param 
[gw0] [ 22%] PASSED tests/test_cloud_api.py::test_control 
tests/test_model.py::test_jsons 
[gw0] [ 25%] PASSED tests/test_model.py::test_jsons 
tests/test_unified.py::test_build_from_common_data_local_with_local_connectivity1 
[gw0] [ 29%] PASSED tests/test_unified.py::test_build_from_common_data_local_with_local_connectivity1 
tests/test_unified.py::test_build_from_common_data_local_without_local_connectivity2 
[gw0] [ 33%] PASSED tests/test_unified.py::test_build_from_common_data_local_without_local_connectivity2 
tests/test_unified.py::test_build_with_user_data_cloud_only 
[gw0] [ 37%] PASSED tests/test_unified.py::test_build_with_user_data_cloud_only 
tests/test_unified.py::test_build_with_user_data_cloud_and_local 
[gw0] [ 40%] PASSED tests/test_unified.py::test_build_with_user_data_cloud_and_local 
tests/test_unified.py::test_unified_connectivity 
[gw1] [ 44%] PASSED tests/test_cloud_api.py::test_bad_command_param 
[gw0] [ 48%] PASSED tests/test_unified.py::test_unified_connectivity 
tests/test_unified.py::test_build_from_common_data_local_with_local_connectivity 
tests/test_unified.py::test_connectivity_cloud_only 
[gw0] [ 51%] PASSED tests/test_unified.py::test_connectivity_cloud_only 
tests/test_unified.py::test_connectivity_none 
[gw0] [ 55%] PASSED tests/test_unified.py::test_connectivity_none 
tests/test_utils.py::TestRangeCheck::test_valid_range 
[gw0] [ 59%] PASSED tests/test_utils.py::TestRangeCheck::test_valid_range 
tests/test_utils.py::TestRangeCheck::test_valid_range_max_min_edge_case 
[gw0] [ 62%] PASSED tests/test_utils.py::TestRangeCheck::test_valid_range_max_min_edge_case 
[gw1] [ 66%] PASSED tests/test_unified.py::test_build_from_common_data_local_with_local_connectivity 
tests/test_utils.py::TestRangeCheck::test_valid_range_max_plus_one 
[gw0] [ 70%] PASSED tests/test_utils.py::TestRangeCheck::test_valid_range_max_plus_one 
tests/test_utils.py::TestRangeCheck::test_valid_range_min_minus_one 
tests/test_unified.py::test_connectivity_local_only 
[gw0] [ 74%] PASSED tests/test_utils.py::TestRangeCheck::test_valid_range_min_minus_one 
tests/test_utils.py::TestRangeCheck::test_value_below_min 
[gw0] [ 77%] PASSED tests/test_utils.py::TestRangeCheck::test_value_below_min 
[gw1] [ 81%] PASSED tests/test_unified.py::test_connectivity_local_only 
tests/test_utils.py::TestRangeCheck::test_value_above_max 
[gw1] [ 85%] PASSED tests/test_utils.py::TestRangeCheck::test_value_above_max 
[gw2] [ 88%] PASSED tests/test_local_api.py::test_control_direct 
tests/test_local_api.py::test_needs_login 
[gw2] [ 92%] PASSED tests/test_local_api.py::test_needs_login 
[gw3] [ 96%] PASSED tests/test_local_api.py::test_local_control 
tests/test_model.py::test_json_files 
[gw3] [100%] PASSED tests/test_model.py::test_json_files Task was destroyed but it is pending!
task: <Task pending name='background_cloud_polling' coro=<IntelliFireAPICloud.__background_poll() running at /usr/lib/python3/dist-packages/intellifire4py/cloud_api.py:338>>


============================= 27 passed in 11.62s ==============================
autopkgtest [13:58:55]: test pybuild-autopkgtest: -----------------------]
pybuild-autopkgtest  PASS
autopkgtest [13:58:55]: test pybuild-autopkgtest:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [13:58:55]: @@@@@@@@@@@@@@@@@@@@ summary
pybuild-autopkgtest  PASS

aborted: False
returncode: 0

Files in working directory:
artifact-dir
artifact-dir/binaries
artifact-dir/binaries/python3-intellifire4py.deb
artifact-dir/binaries/python3-rich.deb
artifact-dir/log
artifact-dir/pybuild-autopkgtest-packages
artifact-dir/pybuild-autopkgtest-stderr
artifact-dir/pybuild-autopkgtest-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 python-intellifire4py_4.1.9-2
relates-to Binary package python3-intellifire4py_4.1.9-2_all
relates-to Package upload rich_13.9.4-0.1

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