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
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
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-r90y28fh/apt-dbgsym_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt-transport-https_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt-utils-dbgsym_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt-utils_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg-dev_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg6.0-dbgsym_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg6.0_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-client_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-common_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-doc_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-runtime_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-sdt-dev_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-server_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap_4.8-2.dsc -- unshare --arch arm64 --release bookworm --tarball /var/lib/debusine/worker/system-images/1116703/system.tar.xz
output (contains stdout and stderr):
autopkgtest [06:00:25]: starting date and time: 2024-12-27 06:00:25+0000
autopkgtest [06:00:25]: version 5.38~bpo12+1
autopkgtest [06:00:25]: host debusine-worker-arm64-demeter-09; 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-r90y28fh/apt-dbgsym_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt-transport-https_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt-utils-dbgsym_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt-utils_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/apt_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg-dev_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg6.0-dbgsym_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg6.0_2.6.1_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-client_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-common_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-doc_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-runtime_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-sdt-dev_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-server_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap_4.8-2_arm64.deb /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap_4.8-2.dsc -- unshare --arch arm64 --release bookworm --tarball /var/lib/debusine/worker/system-images/1116703/system.tar.xz
autopkgtest [06:00:31]: testbed dpkg architecture: arm64
autopkgtest [06:00:31]: testbed apt version: 2.6.1
autopkgtest [06:00:31]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm/main arm64 Packages [8688 kB]
Get:3 http://deb.debian.org/debian bookworm/main Translation-en [6109 kB]
Fetched 14.9 MB in 2s (7657 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
autopkgtest [06:00:36]: testbed running kernel: Linux 6.1.0-28-cloud-arm64 #1 SMP Debian 6.1.119-1 (2024-11-22)
autopkgtest [06:00:36]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap_4.8-2.dsc
gpgv: Signature made Tue Feb 28 22:35:03 2023 UTC
gpgv:                using RSA key 9545969619281C17FFAC5891D5085A0750FDB7A3
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.flbkDM/systemtap_4.8-2.dsc: no acceptable signature found
dpkg-source: info: extracting systemtap in src
dpkg-source: info: unpacking systemtap_4.8.orig.tar.gz
dpkg-source: info: unpacking systemtap_4.8-2.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying debversion.diff
dpkg-source: info: applying suggest-readme.debian.diff
dpkg-source: info: applying dtrace-no-std-include-path.diff
dpkg-source: info: applying stap-prep.patch
dpkg-source: info: applying systemtap-ia64.patch
dpkg-source: info: applying dtrace-deterministic-tmpfile.diff
autopkgtest [06:00:38]: testing package systemtap version 4.8-2
stap-prep            SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
upstream-testsuite   SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
autopkgtest [06:00:38]: build not needed
stap-prep            SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
upstream-testsuite   SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
autopkgtest [06:00:38]: test dtrace-reproducible: 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 294 kB of archives.
After this operation, 1209 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main arm64 apt-utils arm64 2.6.1 [294 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 294 kB in 0s (6530 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 ... 17303 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.6.1_arm64.deb ...
Unpacking apt-utils (2.6.1) ...
Setting up apt-utils (2.6.1) ...
Processing triggers for man-db (2.11.2-2) ...
Get:1 file:/tmp/autopkgtest.flbkDM/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.flbkDM/binaries  InRelease
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.flbkDM/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.flbkDM/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.flbkDM/binaries  Packages [18.7 kB]
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
0 upgraded, 0 newly installed, 3 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/2420 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.flbkDM/binaries  libapt-pkg6.0 2.6.1 [815 kB]
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  apt 2.6.1 [1310 kB]
Get:3 file:/tmp/autopkgtest.flbkDM/binaries  apt-utils 2.6.1 [294 kB]
(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 ... 17384 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg6.0.deb ...
Unpacking libapt-pkg6.0:arm64 (2.6.1) over (2.6.1) ...
Setting up libapt-pkg6.0:arm64 (2.6.1) ...
(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 ... 17384 files and directories currently installed.)
Preparing to unpack .../binaries/./apt.deb ...
Unpacking apt (2.6.1) over (2.6.1) ...
Setting up apt (2.6.1) ...
(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 ... 17384 files and directories currently installed.)
Preparing to unpack .../binaries/./apt-utils.deb ...
Unpacking apt-utils (2.6.1) over (2.6.1) ...
Setting up apt-utils (2.6.1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
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:
  cpp cpp-12 gcc gcc-12 libasan8 libatomic1 libcc1-0 libexpat1 libgcc-12-dev
  libgssapi-krb5-2 libhwasan0 libisl23 libitm1 libk5crypto3 libkeyutils1
  libkrb5-3 libkrb5support0 liblsan0 libmpc3 libmpfr6 libncursesw6 libnsl2
  libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libtirpc-common
  libtirpc3 libtsan2 libubsan1 media-types python3 python3-minimal python3.11
  python3.11-minimal systemtap-sdt-dev
0 upgraded, 35 newly installed, 0 to remove and 0 not upgraded.
Need to get 39.9 MB/39.9 MB of archives.
After this operation, 157 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.flbkDM/binaries  systemtap-sdt-dev 4.8-2 [19.4 kB]
Get:2 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.2-6+deb12u4 [808 kB]
Get:3 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB]
Get:4 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.2-6+deb12u4 [1860 kB]
Get:5 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.2-1+b1 [26.3 kB]
Get:6 http://deb.debian.org/debian bookworm/main arm64 media-types all 10.0.0 [26.1 kB]
Get:7 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-4 [122 kB]
Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u2 [31.8 kB]
Get:9 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u2 [79.4 kB]
Get:10 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
Get:11 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u2 [313 kB]
Get:12 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u2 [124 kB]
Get:13 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
Get:14 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB]
Get:15 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB]
Get:16 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.2-6+deb12u4 [1746 kB]
Get:17 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.2-6+deb12u4 [573 kB]
Get:18 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.2-1+b1 [9296 B]
Get:19 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.2-1+b1 [26.3 kB]
Get:20 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1.1 [610 kB]
Get:21 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB]
Get:22 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB]
Get:23 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14 [8226 kB]
Get:24 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B]
Get:25 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14 [37.7 kB]
Get:26 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14 [23.9 kB]
Get:27 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14 [9536 B]
Get:28 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14 [2095 kB]
Get:29 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14 [926 kB]
Get:30 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14 [2179 kB]
Get:31 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14 [862 kB]
Get:32 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14 [998 kB]
Get:33 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14 [959 kB]
Get:34 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14 [16.3 MB]
Get:35 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B]
Fetched 39.9 MB in 0s (88.6 MB/s)
Selecting previously unselected package libpython3.11-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 ... 17384 files and directories currently installed.)
Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u4_arm64.deb ...
Unpacking libpython3.11-minimal:arm64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../libexpat1_2.5.0-1+deb12u1_arm64.deb ...
Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package python3.11-minimal.
Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u4_arm64.deb ...
Unpacking python3.11-minimal (3.11.2-6+deb12u4) ...
Setting up libpython3.11-minimal:arm64 (3.11.2-6+deb12u4) ...
Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ...
Setting up python3.11-minimal (3.11.2-6+deb12u4) ...
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 ... 17700 files and directories currently installed.)
Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_arm64.deb ...
Unpacking python3-minimal (3.11.2-1+b1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../01-media-types_10.0.0_all.deb ...
Unpacking media-types (10.0.0) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../02-libncursesw6_6.4-4_arm64.deb ...
Unpacking libncursesw6:arm64 (6.4-4) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../05-libkeyutils1_1.6.3-2_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.6.3-2) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
Unpacking libtirpc-common (1.3.3+ds-1) ...
Selecting previously unselected package libtirpc3:arm64.
Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../10-libnsl2_1.3.0-2_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-2) ...
Selecting previously unselected package libpython3.11-stdlib:arm64.
Preparing to unpack .../11-libpython3.11-stdlib_3.11.2-6+deb12u4_arm64.deb ...
Unpacking libpython3.11-stdlib:arm64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package python3.11.
Preparing to unpack .../12-python3.11_3.11.2-6+deb12u4_arm64.deb ...
Unpacking python3.11 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../13-libpython3-stdlib_3.11.2-1+b1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.11.2-1+b1) ...
Setting up python3-minimal (3.11.2-1+b1) ...
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 ... 18175 files and directories currently installed.)
Preparing to unpack .../00-python3_3.11.2-1+b1_arm64.deb ...
Unpacking python3 (3.11.2-1+b1) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../01-libisl23_0.25-1.1_arm64.deb ...
Unpacking libisl23:arm64 (0.25-1.1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../02-libmpfr6_4.2.0-1_arm64.deb ...
Unpacking libmpfr6:arm64 (4.2.0-1) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../03-libmpc3_1.3.1-1_arm64.deb ...
Unpacking libmpc3:arm64 (1.3.1-1) ...
Selecting previously unselected package cpp-12.
Preparing to unpack .../04-cpp-12_12.2.0-14_arm64.deb ...
Unpacking cpp-12 (12.2.0-14) ...
Selecting previously unselected package cpp.
Preparing to unpack .../05-cpp_4%3a12.2.0-3_arm64.deb ...
Unpacking cpp (4:12.2.0-3) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../06-libcc1-0_12.2.0-14_arm64.deb ...
Unpacking libcc1-0:arm64 (12.2.0-14) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../07-libitm1_12.2.0-14_arm64.deb ...
Unpacking libitm1:arm64 (12.2.0-14) ...
Selecting previously unselected package libatomic1:arm64.
Preparing to unpack .../08-libatomic1_12.2.0-14_arm64.deb ...
Unpacking libatomic1:arm64 (12.2.0-14) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../09-libasan8_12.2.0-14_arm64.deb ...
Unpacking libasan8:arm64 (12.2.0-14) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../10-liblsan0_12.2.0-14_arm64.deb ...
Unpacking liblsan0:arm64 (12.2.0-14) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../11-libtsan2_12.2.0-14_arm64.deb ...
Unpacking libtsan2:arm64 (12.2.0-14) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../12-libubsan1_12.2.0-14_arm64.deb ...
Unpacking libubsan1:arm64 (12.2.0-14) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../13-libhwasan0_12.2.0-14_arm64.deb ...
Unpacking libhwasan0:arm64 (12.2.0-14) ...
Selecting previously unselected package libgcc-12-dev:arm64.
Preparing to unpack .../14-libgcc-12-dev_12.2.0-14_arm64.deb ...
Unpacking libgcc-12-dev:arm64 (12.2.0-14) ...
Selecting previously unselected package gcc-12.
Preparing to unpack .../15-gcc-12_12.2.0-14_arm64.deb ...
Unpacking gcc-12 (12.2.0-14) ...
Selecting previously unselected package gcc.
Preparing to unpack .../16-gcc_4%3a12.2.0-3_arm64.deb ...
Unpacking gcc (4:12.2.0-3) ...
Selecting previously unselected package systemtap-sdt-dev:arm64.
Preparing to unpack .../17-systemtap-sdt-dev.deb ...
Unpacking systemtap-sdt-dev:arm64 (4.8-2) ...
Setting up media-types (10.0.0) ...
Setting up libkeyutils1:arm64 (1.6.3-2) ...
Setting up libtirpc-common (1.3.3+ds-1) ...
Setting up libkrb5support0:arm64 (1.20.1-2+deb12u2) ...
Setting up libmpfr6:arm64 (4.2.0-1) ...
Setting up libmpc3:arm64 (1.3.1-1) ...
Setting up libatomic1:arm64 (12.2.0-14) ...
Setting up libncursesw6:arm64 (6.4-4) ...
Setting up libk5crypto3:arm64 (1.20.1-2+deb12u2) ...
Setting up libubsan1:arm64 (12.2.0-14) ...
Setting up libhwasan0:arm64 (12.2.0-14) ...
Setting up libasan8:arm64 (12.2.0-14) ...
Setting up libkrb5-3:arm64 (1.20.1-2+deb12u2) ...
Setting up libtsan2:arm64 (12.2.0-14) ...
Setting up libisl23:arm64 (0.25-1.1) ...
Setting up libcc1-0:arm64 (12.2.0-14) ...
Setting up liblsan0:arm64 (12.2.0-14) ...
Setting up libitm1:arm64 (12.2.0-14) ...
Setting up cpp-12 (12.2.0-14) ...
Setting up libgcc-12-dev:arm64 (12.2.0-14) ...
Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u2) ...
Setting up cpp (4:12.2.0-3) ...
Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
Setting up gcc-12 (12.2.0-14) ...
Setting up libnsl2:arm64 (1.3.0-2) ...
Setting up libpython3.11-stdlib:arm64 (3.11.2-6+deb12u4) ...
Setting up gcc (4:12.2.0-3) ...
Setting up libpython3-stdlib:arm64 (3.11.2-1+b1) ...
Setting up python3.11 (3.11.2-6+deb12u4) ...
Setting up python3 (3.11.2-1+b1) ...
Setting up systemtap-sdt-dev:arm64 (4.8-2) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
autopkgtest [06:00:57]: test dtrace-reproducible: [-----------------------
autopkgtest [06:00:59]: test dtrace-reproducible: -----------------------]
autopkgtest [06:00:59]: test dtrace-reproducible:  - - - - - - - - - - results - - - - - - - - - -
dtrace-reproducible  PASS
autopkgtest [06:00:59]: test build-hello: preparing testbed
autopkgtest [06:01:05]: testbed dpkg architecture: arm64
autopkgtest [06:01:05]: testbed apt version: 2.6.1
autopkgtest [06:01:05]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm/main arm64 Packages [8688 kB]
Get:3 http://deb.debian.org/debian bookworm/main Translation-en [6109 kB]
Fetched 14.9 MB in 2s (8438 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
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 294 kB of archives.
After this operation, 1209 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main arm64 apt-utils arm64 2.6.1 [294 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 294 kB in 0s (6377 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 ... 17303 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.6.1_arm64.deb ...
Unpacking apt-utils (2.6.1) ...
Setting up apt-utils (2.6.1) ...
Processing triggers for man-db (2.11.2-2) ...
Get:1 file:/tmp/autopkgtest.flbkDM/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.flbkDM/binaries  InRelease
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.flbkDM/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.flbkDM/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.flbkDM/binaries  Packages [18.7 kB]
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
0 upgraded, 0 newly installed, 3 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/2420 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.flbkDM/binaries  libapt-pkg6.0 2.6.1 [815 kB]
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  apt 2.6.1 [1310 kB]
Get:3 file:/tmp/autopkgtest.flbkDM/binaries  apt-utils 2.6.1 [294 kB]
(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 ... 17384 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg6.0.deb ...
Unpacking libapt-pkg6.0:arm64 (2.6.1) over (2.6.1) ...
Setting up libapt-pkg6.0:arm64 (2.6.1) ...
(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 ... 17384 files and directories currently installed.)
Preparing to unpack .../binaries/./apt.deb ...
Unpacking apt (2.6.1) over (2.6.1) ...
Setting up apt (2.6.1) ...
(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 ... 17384 files and directories currently installed.)
Preparing to unpack .../binaries/./apt-utils.deb ...
Unpacking apt-utils (2.6.1) over (2.6.1) ...
Setting up apt-utils (2.6.1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
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:
  libavahi-client3 libavahi-common-data libavahi-common3 libdbus-1-3 libdw1
  libelf1 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3
  libkrb5support0 libncursesw6 libnsl2 libnspr4 libnss3 libpython3-stdlib
  libpython3.11-minimal libpython3.11-stdlib libtirpc-common libtirpc3
  lsb-release media-types python3 python3-minimal python3.11
  python3.11-minimal systemtap systemtap-common systemtap-runtime
0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
Need to get 8075 kB/10.1 MB of archives.
After this operation, 45.6 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.flbkDM/binaries  systemtap-runtime 4.8-2 [127 kB]
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  systemtap-common 4.8-2 [678 kB]
Get:3 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.2-6+deb12u4 [808 kB]
Get:4 file:/tmp/autopkgtest.flbkDM/binaries  systemtap 4.8-2 [1186 kB]
Get:5 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB]
Get:6 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.2-6+deb12u4 [1860 kB]
Get:7 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.2-1+b1 [26.3 kB]
Get:8 http://deb.debian.org/debian bookworm/main arm64 media-types all 10.0.0 [26.1 kB]
Get:9 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-4 [122 kB]
Get:10 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u2 [31.8 kB]
Get:11 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u2 [79.4 kB]
Get:12 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
Get:13 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u2 [313 kB]
Get:14 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u2 [124 kB]
Get:15 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
Get:16 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB]
Get:17 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB]
Get:18 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.2-6+deb12u4 [1746 kB]
Get:19 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.2-6+deb12u4 [573 kB]
Get:20 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.2-1+b1 [9296 B]
Get:21 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.2-1+b1 [26.3 kB]
Get:22 http://deb.debian.org/debian bookworm/main arm64 libavahi-common-data arm64 0.8-10 [107 kB]
Get:23 http://deb.debian.org/debian bookworm/main arm64 libavahi-common3 arm64 0.8-10 [40.6 kB]
Get:24 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB]
Get:25 http://deb.debian.org/debian bookworm/main arm64 libavahi-client3 arm64 0.8-10 [43.8 kB]
Get:26 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
Get:27 http://deb.debian.org/debian bookworm/main arm64 libdw1 arm64 0.188-2.1 [219 kB]
Get:28 http://deb.debian.org/debian bookworm/main arm64 libnspr4 arm64 2:4.35-1 [105 kB]
Get:29 http://deb.debian.org/debian bookworm/main arm64 libnss3 arm64 2:3.87.1-1 [1218 kB]
Get:30 http://deb.debian.org/debian bookworm/main arm64 lsb-release all 12.0-1 [6416 B]
Fetched 8075 kB in 0s (52.2 MB/s)
Selecting previously unselected package libpython3.11-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 ... 17384 files and directories currently installed.)
Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u4_arm64.deb ...
Unpacking libpython3.11-minimal:arm64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../libexpat1_2.5.0-1+deb12u1_arm64.deb ...
Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package python3.11-minimal.
Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u4_arm64.deb ...
Unpacking python3.11-minimal (3.11.2-6+deb12u4) ...
Setting up libpython3.11-minimal:arm64 (3.11.2-6+deb12u4) ...
Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ...
Setting up python3.11-minimal (3.11.2-6+deb12u4) ...
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 ... 17700 files and directories currently installed.)
Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_arm64.deb ...
Unpacking python3-minimal (3.11.2-1+b1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../01-media-types_10.0.0_all.deb ...
Unpacking media-types (10.0.0) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../02-libncursesw6_6.4-4_arm64.deb ...
Unpacking libncursesw6:arm64 (6.4-4) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../05-libkeyutils1_1.6.3-2_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.6.3-2) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
Unpacking libtirpc-common (1.3.3+ds-1) ...
Selecting previously unselected package libtirpc3:arm64.
Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../10-libnsl2_1.3.0-2_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-2) ...
Selecting previously unselected package libpython3.11-stdlib:arm64.
Preparing to unpack .../11-libpython3.11-stdlib_3.11.2-6+deb12u4_arm64.deb ...
Unpacking libpython3.11-stdlib:arm64 (3.11.2-6+deb12u4) ...
Selecting previously unselected package python3.11.
Preparing to unpack .../12-python3.11_3.11.2-6+deb12u4_arm64.deb ...
Unpacking python3.11 (3.11.2-6+deb12u4) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../13-libpython3-stdlib_3.11.2-1+b1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.11.2-1+b1) ...
Setting up python3-minimal (3.11.2-1+b1) ...
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 ... 18175 files and directories currently installed.)
Preparing to unpack .../00-python3_3.11.2-1+b1_arm64.deb ...
Unpacking python3 (3.11.2-1+b1) ...
Selecting previously unselected package libavahi-common-data:arm64.
Preparing to unpack .../01-libavahi-common-data_0.8-10_arm64.deb ...
Unpacking libavahi-common-data:arm64 (0.8-10) ...
Selecting previously unselected package libavahi-common3:arm64.
Preparing to unpack .../02-libavahi-common3_0.8-10_arm64.deb ...
Unpacking libavahi-common3:arm64 (0.8-10) ...
Selecting previously unselected package libdbus-1-3:arm64.
Preparing to unpack .../03-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ...
Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ...
Selecting previously unselected package libavahi-client3:arm64.
Preparing to unpack .../04-libavahi-client3_0.8-10_arm64.deb ...
Unpacking libavahi-client3:arm64 (0.8-10) ...
Selecting previously unselected package libelf1:arm64.
Preparing to unpack .../05-libelf1_0.188-2.1_arm64.deb ...
Unpacking libelf1:arm64 (0.188-2.1) ...
Selecting previously unselected package libdw1:arm64.
Preparing to unpack .../06-libdw1_0.188-2.1_arm64.deb ...
Unpacking libdw1:arm64 (0.188-2.1) ...
Selecting previously unselected package libnspr4:arm64.
Preparing to unpack .../07-libnspr4_2%3a4.35-1_arm64.deb ...
Unpacking libnspr4:arm64 (2:4.35-1) ...
Selecting previously unselected package libnss3:arm64.
Preparing to unpack .../08-libnss3_2%3a3.87.1-1_arm64.deb ...
Unpacking libnss3:arm64 (2:3.87.1-1) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../09-lsb-release_12.0-1_all.deb ...
Unpacking lsb-release (12.0-1) ...
Selecting previously unselected package systemtap-runtime.
Preparing to unpack .../10-systemtap-runtime.deb ...
Unpacking systemtap-runtime (4.8-2) ...
Selecting previously unselected package systemtap-common.
Preparing to unpack .../11-systemtap-common.deb ...
Unpacking systemtap-common (4.8-2) ...
Selecting previously unselected package systemtap.
Preparing to unpack .../12-systemtap.deb ...
Unpacking systemtap (4.8-2) ...
Setting up systemtap-common (4.8-2) ...
Setting up media-types (10.0.0) ...
Setting up libkeyutils1:arm64 (1.6.3-2) ...
Setting up libtirpc-common (1.3.3+ds-1) ...
Setting up libkrb5support0:arm64 (1.20.1-2+deb12u2) ...
Setting up libnspr4:arm64 (2:4.35-1) ...
Setting up libavahi-common-data:arm64 (0.8-10) ...
Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ...
Setting up libncursesw6:arm64 (6.4-4) ...
Setting up libk5crypto3:arm64 (1.20.1-2+deb12u2) ...
Setting up libkrb5-3:arm64 (1.20.1-2+deb12u2) ...
Setting up lsb-release (12.0-1) ...
Setting up libelf1:arm64 (0.188-2.1) ...
Setting up libdw1:arm64 (0.188-2.1) ...
Setting up libavahi-common3:arm64 (0.8-10) ...
Setting up libnss3:arm64 (2:3.87.1-1) ...
Setting up systemtap-runtime (4.8-2) ...
Adding stapdev group...
Adding stapusr group...
Adding stapsys group...
Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u2) ...
Setting up libavahi-client3:arm64 (0.8-10) ...
Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
Setting up libnsl2:arm64 (1.3.0-2) ...
Setting up libpython3.11-stdlib:arm64 (3.11.2-6+deb12u4) ...
Setting up libpython3-stdlib:arm64 (3.11.2-1+b1) ...
Setting up python3.11 (3.11.2-6+deb12u4) ...
Setting up python3 (3.11.2-1+b1) ...
Setting up systemtap (4.8-2) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
autopkgtest [06:01:27]: test build-hello: [-----------------------
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  cpp-12 fontconfig-config fonts-dejavu-core gcc-12 libabsl20220623 libaom3
  libasan8 libatomic1 libavif15 libbrotli1 libbsd0 libc-dev-bin libc-devtools
  libc6-dev libcc1-0 libcrypt-dev libdav1d6 libde265-0 libdeflate0
  libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libheif1
  libhwasan0 libisl23 libitm1 libjbig0 libjpeg62-turbo liblerc4 liblsan0
  libmpc3 libmpfr6 libnsl-dev libnuma1 libpng16-16 librav1e0 libsvtav1enc1
  libtiff6 libtirpc-dev libtsan2 libubsan1 libwebp7 libx11-6 libx11-data
  libx265-199 libxau6 libxcb1 libxdmcp6 libxpm4 libyuv0
  linux-headers-6.1.0-27-arm64 linux-headers-6.1.0-27-common
  linux-image-6.1.0-27-arm64-dbg linux-kbuild-6.1 linux-libc-dev manpages
  manpages-dev rpcsvc-proto
Suggested packages:
  gcc-12-locales cpp-12-doc gcc-12-doc glibc-doc libgd-tools
The following NEW packages will be installed:
  cpp-12 fontconfig-config fonts-dejavu-core gcc-12 libabsl20220623 libaom3
  libasan8 libatomic1 libavif15 libbrotli1 libbsd0 libc-dev-bin libc-devtools
  libc6-dev libcc1-0 libcrypt-dev libdav1d6 libde265-0 libdeflate0
  libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libheif1
  libhwasan0 libisl23 libitm1 libjbig0 libjpeg62-turbo liblerc4 liblsan0
  libmpc3 libmpfr6 libnsl-dev libnuma1 libpng16-16 librav1e0 libsvtav1enc1
  libtiff6 libtirpc-dev libtsan2 libubsan1 libwebp7 libx11-6 libx11-data
  libx265-199 libxau6 libxcb1 libxdmcp6 libxpm4 libyuv0
  linux-headers-6.1.0-27-arm64 linux-headers-6.1.0-27-common
  linux-headers-arm64 linux-image-6.1.0-27-arm64-dbg linux-image-arm64-dbg
  linux-kbuild-6.1 linux-libc-dev manpages manpages-dev rpcsvc-proto
0 upgraded, 62 newly installed, 0 to remove and 0 not upgraded.
Need to get 862 MB of archives.
After this operation, 5435 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.03-2 [1332 kB]
Get:2 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1.1 [610 kB]
Get:3 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB]
Get:4 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB]
Get:5 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14 [8226 kB]
Get:6 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-6 [1068 kB]
Get:7 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB]
Get:8 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14 [37.7 kB]
Get:9 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14 [23.9 kB]
Get:10 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14 [9536 B]
Get:11 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14 [2095 kB]
Get:12 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14 [926 kB]
Get:13 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14 [2179 kB]
Get:14 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14 [862 kB]
Get:15 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14 [998 kB]
Get:16 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14 [959 kB]
Get:17 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14 [16.3 MB]
Get:18 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1 [363 kB]
Get:19 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.6.0-1+deb12u1 [1379 kB]
Get:20 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2+deb12u1 [275 kB]
Get:21 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB]
Get:22 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB]
Get:23 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB]
Get:24 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.5-2 [171 kB]
Get:25 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230123.b2528b0-1 [122 kB]
Get:26 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB]
Get:27 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
Get:28 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB]
Get:29 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-9+deb12u9 [45.9 kB]
Get:30 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB]
Get:31 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-5+deb12u3 [368 kB]
Get:32 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB]
Get:33 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1+deb12u2 [148 kB]
Get:34 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB]
Get:35 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB]
Get:36 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.15.1-1+deb12u1 [191 kB]
Get:37 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB]
Get:38 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB]
Get:39 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB]
Get:40 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.2+deb12u1 [260 kB]
Get:41 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-6+deb12u1 [301 kB]
Get:42 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
Get:43 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
Get:44 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB]
Get:45 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB]
Get:46 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB]
Get:47 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb12u1 [45.4 kB]
Get:48 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-9 [113 kB]
Get:49 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-9+deb12u9 [53.2 kB]
Get:50 http://deb.debian.org/debian bookworm/main arm64 linux-libc-dev arm64 6.1.115-1 [2042 kB]
Get:51 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB]
Get:52 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB]
Get:53 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
Get:54 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB]
Get:55 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-9+deb12u9 [1431 kB]
Get:56 http://deb.debian.org/debian bookworm/main arm64 linux-headers-6.1.0-27-common all 6.1.115-1 [10.1 MB]
Get:57 http://deb.debian.org/debian bookworm/main arm64 linux-kbuild-6.1 arm64 6.1.115-1 [1166 kB]
Get:58 http://deb.debian.org/debian bookworm/main arm64 linux-headers-6.1.0-27-arm64 arm64 6.1.115-1 [1444 kB]
Get:59 http://deb.debian.org/debian bookworm/main arm64 linux-headers-arm64 arm64 6.1.115-1 [1412 B]
Get:60 http://deb.debian.org/debian bookworm/main arm64 linux-image-6.1.0-27-arm64-dbg arm64 6.1.115-1 [798 MB]
Get:61 http://deb.debian.org/debian bookworm/main arm64 linux-image-arm64-dbg arm64 6.1.115-1 [1296 B]
Get:62 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.03-2 [2030 kB]
Preconfiguring packages ...
Fetched 862 MB in 9s (98.0 MB/s)
Selecting previously unselected package manpages.
(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 ... 19288 files and directories currently installed.)
Preparing to unpack .../00-manpages_6.03-2_all.deb ...
Unpacking manpages (6.03-2) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../01-libisl23_0.25-1.1_arm64.deb ...
Unpacking libisl23:arm64 (0.25-1.1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../02-libmpfr6_4.2.0-1_arm64.deb ...
Unpacking libmpfr6:arm64 (4.2.0-1) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../03-libmpc3_1.3.1-1_arm64.deb ...
Unpacking libmpc3:arm64 (1.3.1-1) ...
Selecting previously unselected package cpp-12.
Preparing to unpack .../04-cpp-12_12.2.0-14_arm64.deb ...
Unpacking cpp-12 (12.2.0-14) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../05-fonts-dejavu-core_2.37-6_all.deb ...
Unpacking fonts-dejavu-core (2.37-6) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../06-fontconfig-config_2.14.1-4_arm64.deb ...
Unpacking fontconfig-config (2.14.1-4) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../07-libcc1-0_12.2.0-14_arm64.deb ...
Unpacking libcc1-0:arm64 (12.2.0-14) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../08-libitm1_12.2.0-14_arm64.deb ...
Unpacking libitm1:arm64 (12.2.0-14) ...
Selecting previously unselected package libatomic1:arm64.
Preparing to unpack .../09-libatomic1_12.2.0-14_arm64.deb ...
Unpacking libatomic1:arm64 (12.2.0-14) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../10-libasan8_12.2.0-14_arm64.deb ...
Unpacking libasan8:arm64 (12.2.0-14) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../11-liblsan0_12.2.0-14_arm64.deb ...
Unpacking liblsan0:arm64 (12.2.0-14) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../12-libtsan2_12.2.0-14_arm64.deb ...
Unpacking libtsan2:arm64 (12.2.0-14) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../13-libubsan1_12.2.0-14_arm64.deb ...
Unpacking libubsan1:arm64 (12.2.0-14) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../14-libhwasan0_12.2.0-14_arm64.deb ...
Unpacking libhwasan0:arm64 (12.2.0-14) ...
Selecting previously unselected package libgcc-12-dev:arm64.
Preparing to unpack .../15-libgcc-12-dev_12.2.0-14_arm64.deb ...
Unpacking libgcc-12-dev:arm64 (12.2.0-14) ...
Selecting previously unselected package gcc-12.
Preparing to unpack .../16-gcc-12_12.2.0-14_arm64.deb ...
Unpacking gcc-12 (12.2.0-14) ...
Selecting previously unselected package libabsl20220623:arm64.
Preparing to unpack .../17-libabsl20220623_20220623.1-1_arm64.deb ...
Unpacking libabsl20220623:arm64 (20220623.1-1) ...
Selecting previously unselected package libaom3:arm64.
Preparing to unpack .../18-libaom3_3.6.0-1+deb12u1_arm64.deb ...
Unpacking libaom3:arm64 (3.6.0-1+deb12u1) ...
Selecting previously unselected package libdav1d6:arm64.
Preparing to unpack .../19-libdav1d6_1.0.0-2+deb12u1_arm64.deb ...
Unpacking libdav1d6:arm64 (1.0.0-2+deb12u1) ...
Selecting previously unselected package libgav1-1:arm64.
Preparing to unpack .../20-libgav1-1_0.18.0-1+b1_arm64.deb ...
Unpacking libgav1-1:arm64 (0.18.0-1+b1) ...
Selecting previously unselected package librav1e0:arm64.
Preparing to unpack .../21-librav1e0_0.5.1-6_arm64.deb ...
Unpacking librav1e0:arm64 (0.5.1-6) ...
Selecting previously unselected package libsvtav1enc1:arm64.
Preparing to unpack .../22-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ...
Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
Selecting previously unselected package libjpeg62-turbo:arm64.
Preparing to unpack .../23-libjpeg62-turbo_1%3a2.1.5-2_arm64.deb ...
Unpacking libjpeg62-turbo:arm64 (1:2.1.5-2) ...
Selecting previously unselected package libyuv0:arm64.
Preparing to unpack .../24-libyuv0_0.0~git20230123.b2528b0-1_arm64.deb ...
Unpacking libyuv0:arm64 (0.0~git20230123.b2528b0-1) ...
Selecting previously unselected package libavif15:arm64.
Preparing to unpack .../25-libavif15_0.11.1-1_arm64.deb ...
Unpacking libavif15:arm64 (0.11.1-1) ...
Selecting previously unselected package libbrotli1:arm64.
Preparing to unpack .../26-libbrotli1_1.0.9-2+b6_arm64.deb ...
Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
Selecting previously unselected package libbsd0:arm64.
Preparing to unpack .../27-libbsd0_0.11.7-2_arm64.deb ...
Unpacking libbsd0:arm64 (0.11.7-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../28-libc-dev-bin_2.36-9+deb12u9_arm64.deb ...
Unpacking libc-dev-bin (2.36-9+deb12u9) ...
Selecting previously unselected package libpng16-16:arm64.
Preparing to unpack .../29-libpng16-16_1.6.39-2_arm64.deb ...
Unpacking libpng16-16:arm64 (1.6.39-2) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../30-libfreetype6_2.12.1+dfsg-5+deb12u3_arm64.deb ...
Unpacking libfreetype6:arm64 (2.12.1+dfsg-5+deb12u3) ...
Selecting previously unselected package libfontconfig1:arm64.
Preparing to unpack .../31-libfontconfig1_2.14.1-4_arm64.deb ...
Unpacking libfontconfig1:arm64 (2.14.1-4) ...
Selecting previously unselected package libde265-0:arm64.
Preparing to unpack .../32-libde265-0_1.0.11-1+deb12u2_arm64.deb ...
Unpacking libde265-0:arm64 (1.0.11-1+deb12u2) ...
Selecting previously unselected package libnuma1:arm64.
Preparing to unpack .../33-libnuma1_2.0.16-1_arm64.deb ...
Unpacking libnuma1:arm64 (2.0.16-1) ...
Selecting previously unselected package libx265-199:arm64.
Preparing to unpack .../34-libx265-199_3.5-2+b1_arm64.deb ...
Unpacking libx265-199:arm64 (3.5-2+b1) ...
Selecting previously unselected package libheif1:arm64.
Preparing to unpack .../35-libheif1_1.15.1-1+deb12u1_arm64.deb ...
Unpacking libheif1:arm64 (1.15.1-1+deb12u1) ...
Selecting previously unselected package libdeflate0:arm64.
Preparing to unpack .../36-libdeflate0_1.14-1_arm64.deb ...
Unpacking libdeflate0:arm64 (1.14-1) ...
Selecting previously unselected package libjbig0:arm64.
Preparing to unpack .../37-libjbig0_2.1-6.1_arm64.deb ...
Unpacking libjbig0:arm64 (2.1-6.1) ...
Selecting previously unselected package liblerc4:arm64.
Preparing to unpack .../38-liblerc4_4.0.0+ds-2_arm64.deb ...
Unpacking liblerc4:arm64 (4.0.0+ds-2) ...
Selecting previously unselected package libwebp7:arm64.
Preparing to unpack .../39-libwebp7_1.2.4-0.2+deb12u1_arm64.deb ...
Unpacking libwebp7:arm64 (1.2.4-0.2+deb12u1) ...
Selecting previously unselected package libtiff6:arm64.
Preparing to unpack .../40-libtiff6_4.5.0-6+deb12u1_arm64.deb ...
Unpacking libtiff6:arm64 (4.5.0-6+deb12u1) ...
Selecting previously unselected package libxau6:arm64.
Preparing to unpack .../41-libxau6_1%3a1.0.9-1_arm64.deb ...
Unpacking libxau6:arm64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:arm64.
Preparing to unpack .../42-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:arm64.
Preparing to unpack .../43-libxcb1_1.15-1_arm64.deb ...
Unpacking libxcb1:arm64 (1.15-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../44-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ...
Unpacking libx11-data (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libx11-6:arm64.
Preparing to unpack .../45-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxpm4:arm64.
Preparing to unpack .../46-libxpm4_1%3a3.5.12-1.1+deb12u1_arm64.deb ...
Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ...
Selecting previously unselected package libgd3:arm64.
Preparing to unpack .../47-libgd3_2.3.3-9_arm64.deb ...
Unpacking libgd3:arm64 (2.3.3-9) ...
Selecting previously unselected package libc-devtools.
Preparing to unpack .../48-libc-devtools_2.36-9+deb12u9_arm64.deb ...
Unpacking libc-devtools (2.36-9+deb12u9) ...
Selecting previously unselected package linux-libc-dev:arm64.
Preparing to unpack .../49-linux-libc-dev_6.1.115-1_arm64.deb ...
Unpacking linux-libc-dev:arm64 (6.1.115-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../50-libcrypt-dev_1%3a4.4.33-2_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ...
Selecting previously unselected package libtirpc-dev:arm64.
Preparing to unpack .../51-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl-dev:arm64.
Preparing to unpack .../52-libnsl-dev_1.3.0-2_arm64.deb ...
Unpacking libnsl-dev:arm64 (1.3.0-2) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../53-rpcsvc-proto_1.4.3-1_arm64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../54-libc6-dev_2.36-9+deb12u9_arm64.deb ...
Unpacking libc6-dev:arm64 (2.36-9+deb12u9) ...
Selecting previously unselected package linux-headers-6.1.0-27-common.
Preparing to unpack .../55-linux-headers-6.1.0-27-common_6.1.115-1_all.deb ...
Unpacking linux-headers-6.1.0-27-common (6.1.115-1) ...
Selecting previously unselected package linux-kbuild-6.1.
Preparing to unpack .../56-linux-kbuild-6.1_6.1.115-1_arm64.deb ...
Unpacking linux-kbuild-6.1 (6.1.115-1) ...
Selecting previously unselected package linux-headers-6.1.0-27-arm64.
Preparing to unpack .../57-linux-headers-6.1.0-27-arm64_6.1.115-1_arm64.deb ...
Unpacking linux-headers-6.1.0-27-arm64 (6.1.115-1) ...
Selecting previously unselected package linux-headers-arm64.
Preparing to unpack .../58-linux-headers-arm64_6.1.115-1_arm64.deb ...
Unpacking linux-headers-arm64 (6.1.115-1) ...
Selecting previously unselected package linux-image-6.1.0-27-arm64-dbg.
Preparing to unpack .../59-linux-image-6.1.0-27-arm64-dbg_6.1.115-1_arm64.deb ...
Unpacking linux-image-6.1.0-27-arm64-dbg (6.1.115-1) ...
Selecting previously unselected package linux-image-arm64-dbg.
Preparing to unpack .../60-linux-image-arm64-dbg_6.1.115-1_arm64.deb ...
Unpacking linux-image-arm64-dbg (6.1.115-1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../61-manpages-dev_6.03-2_all.deb ...
Unpacking manpages-dev (6.03-2) ...
Setting up linux-headers-6.1.0-27-common (6.1.115-1) ...
Setting up libaom3:arm64 (3.6.0-1+deb12u1) ...
Setting up libabsl20220623:arm64 (20220623.1-1) ...
Setting up libxau6:arm64 (1:1.0.9-1) ...
Setting up liblerc4:arm64 (4.0.0+ds-2) ...
Setting up manpages (6.03-2) ...
Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
Setting up libdeflate0:arm64 (1.14-1) ...
Setting up linux-libc-dev:arm64 (6.1.115-1) ...
Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
Setting up libjbig0:arm64 (2.1-6.1) ...
Setting up librav1e0:arm64 (0.5.1-6) ...
Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libjpeg62-turbo:arm64 (1:2.1.5-2) ...
Setting up libx11-data (2:1.8.4-2+deb12u2) ...
Setting up libmpfr6:arm64 (4.2.0-1) ...
Setting up libpng16-16:arm64 (1.6.39-2) ...
Setting up libmpc3:arm64 (1.3.1-1) ...
Setting up libatomic1:arm64 (12.2.0-14) ...
Setting up fonts-dejavu-core (2.37-6) ...
Setting up libgav1-1:arm64 (0.18.0-1+b1) ...
Setting up libdav1d6:arm64 (1.0.0-2+deb12u1) ...
Setting up libwebp7:arm64 (1.2.4-0.2+deb12u1) ...
Setting up libubsan1:arm64 (12.2.0-14) ...
Setting up libnuma1:arm64 (2.0.16-1) ...
Setting up libnsl-dev:arm64 (1.3.0-2) ...
Setting up libhwasan0:arm64 (12.2.0-14) ...
Setting up libcrypt-dev:arm64 (1:4.4.33-2) ...
Setting up libtiff6:arm64 (4.5.0-6+deb12u1) ...
Setting up libasan8:arm64 (12.2.0-14) ...
Setting up linux-image-6.1.0-27-arm64-dbg (6.1.115-1) ...
Setting up libtsan2:arm64 (12.2.0-14) ...
Setting up libisl23:arm64 (0.25-1.1) ...
Setting up linux-kbuild-6.1 (6.1.115-1) ...
Setting up libde265-0:arm64 (1.0.11-1+deb12u2) ...
Setting up libc-dev-bin (2.36-9+deb12u9) ...
Setting up libbsd0:arm64 (0.11.7-2) ...
Setting up libyuv0:arm64 (0.0~git20230123.b2528b0-1) ...
Setting up libcc1-0:arm64 (12.2.0-14) ...
Setting up liblsan0:arm64 (12.2.0-14) ...
Setting up libitm1:arm64 (12.2.0-14) ...
Setting up manpages-dev (6.03-2) ...
Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
Setting up cpp-12 (12.2.0-14) ...
Setting up libxcb1:arm64 (1.15-1) ...
Setting up libavif15:arm64 (0.11.1-1) ...
Setting up fontconfig-config (2.14.1-4) ...
Setting up linux-image-arm64-dbg (6.1.115-1) ...
Setting up libfreetype6:arm64 (2.12.1+dfsg-5+deb12u3) ...
Setting up libgcc-12-dev:arm64 (12.2.0-14) ...
Setting up libx265-199:arm64 (3.5-2+b1) ...
Setting up libc6-dev:arm64 (2.36-9+deb12u9) ...
Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ...
Setting up libfontconfig1:arm64 (2.14.1-4) ...
Setting up libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ...
Setting up libheif1:arm64 (1.15.1-1+deb12u1) ...
Setting up gcc-12 (12.2.0-14) ...
Setting up libgd3:arm64 (2.3.3-9) ...
Setting up linux-headers-6.1.0-27-arm64 (6.1.115-1) ...
Setting up libc-devtools (2.36-9+deb12u9) ...
Setting up linux-headers-arm64 (6.1.115-1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Failed to get list of machine owner keys (MOK) for module signing: rc -1
autopkgtest [06:02:16]: test build-hello: -----------------------]
autopkgtest [06:02:16]: test build-hello:  - - - - - - - - - - results - - - - - - - - - -
build-hello          FAIL non-zero exit status 1
autopkgtest [06:02:16]: test list-coreutils-probe-points: preparing testbed
Get:1 file:/tmp/autopkgtest.flbkDM/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.flbkDM/binaries  InRelease
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.flbkDM/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.flbkDM/binaries  Release.gpg
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
0 upgraded, 0 newly installed, 6 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/4411 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.flbkDM/binaries  libapt-pkg6.0 2.6.1 [815 kB]
Get:2 file:/tmp/autopkgtest.flbkDM/binaries  apt 2.6.1 [1310 kB]
Get:3 file:/tmp/autopkgtest.flbkDM/binaries  apt-utils 2.6.1 [294 kB]
Get:4 file:/tmp/autopkgtest.flbkDM/binaries  systemtap-common 4.8-2 [678 kB]
Get:5 file:/tmp/autopkgtest.flbkDM/binaries  systemtap-runtime 4.8-2 [127 kB]
Get:6 file:/tmp/autopkgtest.flbkDM/binaries  systemtap 4.8-2 [1186 kB]
(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 ... 45417 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg6.0.deb ...
Unpacking libapt-pkg6.0:arm64 (2.6.1) over (2.6.1) ...
Setting up libapt-pkg6.0:arm64 (2.6.1) ...
(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 ... 45417 files and directories currently installed.)
Preparing to unpack .../binaries/./apt.deb ...
Unpacking apt (2.6.1) over (2.6.1) ...
Setting up apt (2.6.1) ...
(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 ... 45417 files and directories currently installed.)
Preparing to unpack .../binaries/./apt-utils.deb ...
Unpacking apt-utils (2.6.1) over (2.6.1) ...
Preparing to unpack ..././systemtap-common.deb ...
Unpacking systemtap-common (4.8-2) over (4.8-2) ...
Preparing to unpack ..././systemtap-runtime.deb ...
Unpacking systemtap-runtime (4.8-2) over (4.8-2) ...
Preparing to unpack .../binaries/./systemtap.deb ...
Unpacking systemtap (4.8-2) over (4.8-2) ...
Setting up systemtap-common (4.8-2) ...
Setting up apt-utils (2.6.1) ...
Setting up systemtap-runtime (4.8-2) ...
Setting up systemtap (4.8-2) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) satisfy:command-line:arm64 < none -> 1 @un puN Ib >
Broken satisfy:command-line:arm64 Depends on coreutils-dbgsym:arm64 < none @un H >
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 satisfy:command-line : Depends: coreutils-dbgsym but it is not installable
E: Unable to correct problems, you have held broken packages.
list-coreutils-probe-points FAIL badpkg
blame: arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-dbgsym_2.6.1_arm64.deb deb:apt-dbgsym arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-doc_2.6.1_all.deb deb:apt-doc arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-transport-https_2.6.1_all.deb deb:apt-transport-https arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-utils-dbgsym_2.6.1_arm64.deb deb:apt-utils-dbgsym arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-utils_2.6.1_arm64.deb deb:apt-utils arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt_2.6.1_arm64.deb deb:apt arg:/tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg-dev_2.6.1_arm64.deb deb:libapt-pkg-dev arg:/tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg-doc_2.6.1_all.deb deb:libapt-pkg-doc arg:/tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg6.0-dbgsym_2.6.1_arm64.deb deb:libapt-pkg6.0-dbgsym arg:/tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg6.0_2.6.1_arm64.deb deb:libapt-pkg6.0 arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-client_4.8-2_arm64.deb deb:systemtap-client arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-common_4.8-2_arm64.deb deb:systemtap-common arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-doc_4.8-2_arm64.deb deb:systemtap-doc arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-runtime_4.8-2_arm64.deb deb:systemtap-runtime arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-sdt-dev_4.8-2_arm64.deb deb:systemtap-sdt-dev arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-server_4.8-2_arm64.deb deb:systemtap-server arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap_4.8-2_arm64.deb deb:systemtap /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap_4.8-2.dsc
badpkg: Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U.
autopkgtest [06:02:23]: @@@@@@@@@@@@@@@@@@@@ summary
stap-prep            SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
upstream-testsuite   SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
stap-prep            SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
upstream-testsuite   SKIP Test restriction "isolation-machine" requires testbed capability "isolation-machine"
dtrace-reproducible  PASS
build-hello          FAIL non-zero exit status 1
list-coreutils-probe-points FAIL badpkg
blame: arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-dbgsym_2.6.1_arm64.deb deb:apt-dbgsym arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-doc_2.6.1_all.deb deb:apt-doc arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-transport-https_2.6.1_all.deb deb:apt-transport-https arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-utils-dbgsym_2.6.1_arm64.deb deb:apt-utils-dbgsym arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt-utils_2.6.1_arm64.deb deb:apt-utils arg:/tmp/debusine-fetch-exec-upload-r90y28fh/apt_2.6.1_arm64.deb deb:apt arg:/tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg-dev_2.6.1_arm64.deb deb:libapt-pkg-dev arg:/tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg-doc_2.6.1_all.deb deb:libapt-pkg-doc arg:/tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg6.0-dbgsym_2.6.1_arm64.deb deb:libapt-pkg6.0-dbgsym arg:/tmp/debusine-fetch-exec-upload-r90y28fh/libapt-pkg6.0_2.6.1_arm64.deb deb:libapt-pkg6.0 arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-client_4.8-2_arm64.deb deb:systemtap-client arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-common_4.8-2_arm64.deb deb:systemtap-common arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-doc_4.8-2_arm64.deb deb:systemtap-doc arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-runtime_4.8-2_arm64.deb deb:systemtap-runtime arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-sdt-dev_4.8-2_arm64.deb deb:systemtap-sdt-dev arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap-server_4.8-2_arm64.deb deb:systemtap-server arg:/tmp/debusine-fetch-exec-upload-r90y28fh/systemtap_4.8-2_arm64.deb deb:systemtap /tmp/debusine-fetch-exec-upload-r90y28fh/systemtap_4.8-2.dsc
badpkg: Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U.

aborted: False
returncode: 14

Files in working directory:
artifact-dir
artifact-dir/binaries
artifact-dir/binaries/apt-dbgsym.deb
artifact-dir/binaries/apt-doc.deb
artifact-dir/binaries/apt-transport-https.deb
artifact-dir/binaries/apt-utils-dbgsym.deb
artifact-dir/binaries/apt-utils.deb
artifact-dir/binaries/apt.deb
artifact-dir/binaries/libapt-pkg-dev.deb
artifact-dir/binaries/libapt-pkg-doc.deb
artifact-dir/binaries/libapt-pkg6.0-dbgsym.deb
artifact-dir/binaries/libapt-pkg6.0.deb
artifact-dir/binaries/systemtap-client.deb
artifact-dir/binaries/systemtap-common.deb
artifact-dir/binaries/systemtap-doc.deb
artifact-dir/binaries/systemtap-runtime.deb
artifact-dir/binaries/systemtap-sdt-dev.deb
artifact-dir/binaries/systemtap-server.deb
artifact-dir/binaries/systemtap.deb
artifact-dir/build-hello-packages
artifact-dir/build-hello-stderr
artifact-dir/build-hello-stdout
artifact-dir/dtrace-reproducible-packages
artifact-dir/log
artifact-dir/summary
artifact-dir/testbed-packages
artifact-dir/testinfo.json
artifact-dir/testpkg-version
--------------------

Relations

Relation Direction Type Name
relates-to Source package systemtap_4.8-2
relates-to Binary package systemtap-client_4.8-2_arm64
relates-to Binary package systemtap-common_4.8-2_arm64
relates-to Binary package systemtap-doc_4.8-2_arm64
relates-to Binary package systemtap-runtime_4.8-2_arm64
relates-to Binary package systemtap-sdt-dev_4.8-2_arm64
relates-to Binary package systemtap-server_4.8-2_arm64
relates-to Binary package systemtap_4.8-2_arm64
relates-to Package upload apt_2.6.1
relates-to Package upload apt_2.6.1

debug log System autopkgtest - 1 week ago 0 minutes
BETA