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
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-dgnpip3c/apt-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt-transport-https_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt-utils-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt-utils_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/libapt-pkg-dev_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/libapt-pkg-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/libapt-pkg6.0-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/libapt-pkg6.0_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/live-build_20230502_all.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/live-build_20230502.dsc -- unshare --arch amd64 --release bookworm --tarball /var/lib/debusine/worker/system-images/1116685/system.tar.xz
output (contains stdout and stderr):
autopkgtest [21:43:07]: starting date and time: 2024-12-26 21:43:07+0000
autopkgtest [21:43:07]: version 5.38~bpo12+1
autopkgtest [21:43:07]: host debusine-worker-amd64-hades-01; command line: /usr/bin/autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-dgnpip3c/apt-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt-transport-https_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt-utils-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt-utils_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/apt_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/libapt-pkg-dev_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/libapt-pkg-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/libapt-pkg6.0-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/libapt-pkg6.0_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/live-build_20230502_all.deb /tmp/debusine-fetch-exec-upload-dgnpip3c/live-build_20230502.dsc -- unshare --arch amd64 --release bookworm --tarball /var/lib/debusine/worker/system-images/1116685/system.tar.xz
autopkgtest [21:43:11]: testbed dpkg architecture: amd64
autopkgtest [21:43:11]: testbed apt version: 2.6.1
autopkgtest [21:43:11]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 Packages [8789 kB]
Get:3 http://deb.debian.org/debian bookworm/main Translation-en [6109 kB]
Fetched 15.0 MB in 1s (11.3 MB/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 [21:43:14]: testbed running kernel: Linux 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
autopkgtest [21:43:14]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-dgnpip3c/live-build_20230502.dsc
gpgv: Signature made Tue May  2 12:34:42 2023 UTC
gpgv:                using RSA key C7203C0A920670BF94F00BB1B01D1A72AC8DC9A1
gpgv:                issuer "jcc@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.KstgHl/live-build_20230502.dsc: no acceptable signature found
dpkg-source: info: extracting live-build in src
dpkg-source: info: unpacking live-build_20230502.tar.xz
autopkgtest [21:43:15]: testing package live-build version 1:20230502
autopkgtest [21:43:15]: build not needed
autopkgtest [21:43:15]: test build-default-image: 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 309 kB of archives.
After this operation, 1062 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 apt-utils amd64 2.6.1 [309 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 309 kB in 0s (7100 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 ... 17140 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.6.1_amd64.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.KstgHl/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.KstgHl/binaries  InRelease
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.KstgHl/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.KstgHl/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.KstgHl/binaries  Packages [11.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/2588 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.KstgHl/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.KstgHl/binaries  apt-utils 2.6.1 [309 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 ... 17221 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg6.0.deb ...
Unpacking libapt-pkg6.0:amd64 (2.6.1) over (2.6.1) ...
Setting up libapt-pkg6.0:amd64 (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 ... 17221 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 ... 17221 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:
  debootstrap libpsl5 live-build wget
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 1087 kB/1281 kB of archives.
After this operation, 4833 kB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.KstgHl/binaries  live-build 1:20230502 [193 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 wget amd64 1.21.3-1+b2 [984 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 debootstrap all 1.0.128+nmu2+deb12u1 [45.0 kB]
Fetched 1087 kB in 0s (17.8 MB/s)
Selecting previously unselected package libpsl5:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17221 files and directories currently installed.)
Preparing to unpack .../libpsl5_0.21.2-1_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.2-1) ...
Selecting previously unselected package wget.
Preparing to unpack .../wget_1.21.3-1+b2_amd64.deb ...
Unpacking wget (1.21.3-1+b2) ...
Selecting previously unselected package debootstrap.
Preparing to unpack .../debootstrap_1.0.128+nmu2+deb12u1_all.deb ...
Unpacking debootstrap (1.0.128+nmu2+deb12u1) ...
Selecting previously unselected package live-build.
Preparing to unpack .../binaries/./live-build.deb ...
Unpacking live-build (1:20230502) ...
Setting up libpsl5:amd64 (0.21.2-1) ...
Setting up wget (1.21.3-1+b2) ...
Setting up debootstrap (1.0.128+nmu2+deb12u1) ...
Setting up live-build (1:20230502) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for man-db (2.11.2-2) ...
autopkgtest [21:43:21]: test build-default-image: [-----------------------
[2024-12-26 21:43:21] lb config --verbose --updates false --security false
P: Creating config tree for a debian/bullseye/amd64 system
P: Symlinking hooks...
[2024-12-26 21:43:21] lb build --verbose
P: live-build 20230502
P: Building for a debian/bullseye/amd64 system
[2024-12-26 21:43:21] lb bootstrap --verbose
P: Setting up clean exit handler
[2024-12-26 21:43:21] lb bootstrap_cache restore --verbose
[2024-12-26 21:43:22] lb bootstrap_debootstrap --verbose
P: Begin bootstrapping system...
P: If the following stage fails, the most likely cause of the problem is with your mirror configuration or a caching proxy.
P: Running debootstrap (download-only)...
I: Retrieving InRelease 
I: Checking Release signature
I: Valid Release signature (key id A4285295FC7B1A81600062A9605C66F00D6C9793)
I: Retrieving Packages 
I: Validating Packages 
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://deb.debian.org/debian...
I: Retrieving adduser 3.118+deb11u1
I: Validating adduser 3.118+deb11u1
I: Retrieving apt 2.2.4
I: Validating apt 2.2.4
I: Retrieving apt-utils 2.2.4
I: Validating apt-utils 2.2.4
I: Retrieving base-files 11.1+deb11u11
I: Validating base-files 11.1+deb11u11
I: Retrieving base-passwd 3.5.51
I: Validating base-passwd 3.5.51
I: Retrieving bash 5.1-2+deb11u1
I: Validating bash 5.1-2+deb11u1
I: Retrieving bsdutils 1:2.36.1-8+deb11u2
I: Validating bsdutils 1:2.36.1-8+deb11u2
I: Retrieving coreutils 8.32-4+b1
I: Validating coreutils 8.32-4+b1
I: Retrieving cpio 2.13+dfsg-7.1~deb11u1
I: Validating cpio 2.13+dfsg-7.1~deb11u1
I: Retrieving cron 3.0pl1-137
I: Validating cron 3.0pl1-137
I: Retrieving dash 0.5.11+git20200708+dd9ef66-5
I: Validating dash 0.5.11+git20200708+dd9ef66-5
I: Retrieving debconf 1.5.77
I: Validating debconf 1.5.77
I: Retrieving debconf-i18n 1.5.77
I: Validating debconf-i18n 1.5.77
I: Retrieving debian-archive-keyring 2021.1.1+deb11u1
I: Validating debian-archive-keyring 2021.1.1+deb11u1
I: Retrieving debianutils 4.11.2
I: Validating debianutils 4.11.2
I: Retrieving diffutils 1:3.7-5
I: Validating diffutils 1:3.7-5
I: Retrieving dmidecode 3.3-2
I: Validating dmidecode 3.3-2
I: Retrieving dmsetup 2:1.02.175-2.1
I: Validating dmsetup 2:1.02.175-2.1
I: Retrieving dpkg 1.20.13
I: Validating dpkg 1.20.13
I: Retrieving e2fsprogs 1.46.2-2
I: Validating e2fsprogs 1.46.2-2
I: Retrieving fdisk 2.36.1-8+deb11u2
I: Validating fdisk 2.36.1-8+deb11u2
I: Retrieving findutils 4.8.0-1
I: Validating findutils 4.8.0-1
I: Retrieving gcc-10-base 10.2.1-6
I: Validating gcc-10-base 10.2.1-6
I: Retrieving gcc-9-base 9.3.0-22
I: Validating gcc-9-base 9.3.0-22
I: Retrieving gpgv 2.2.27-2+deb11u2
I: Validating gpgv 2.2.27-2+deb11u2
I: Retrieving grep 3.6-1+deb11u1
I: Validating grep 3.6-1+deb11u1
I: Retrieving gzip 1.10-4+deb11u1
I: Validating gzip 1.10-4+deb11u1
I: Retrieving hostname 3.23
I: Validating hostname 3.23
I: Retrieving ifupdown 0.8.36
I: Validating ifupdown 0.8.36
I: Retrieving init 1.60
I: Validating init 1.60
I: Retrieving init-system-helpers 1.60
I: Validating init-system-helpers 1.60
I: Retrieving iproute2 5.10.0-4
I: Validating iproute2 5.10.0-4
I: Retrieving iputils-ping 3:20210202-1
I: Validating iputils-ping 3:20210202-1
I: Retrieving isc-dhcp-client 4.4.1-2.3+deb11u2
I: Validating isc-dhcp-client 4.4.1-2.3+deb11u2
I: Retrieving isc-dhcp-common 4.4.1-2.3+deb11u2
I: Validating isc-dhcp-common 4.4.1-2.3+deb11u2
I: Retrieving kmod 28-1
I: Validating kmod 28-1
I: Retrieving less 551-2+deb11u2
I: Validating less 551-2+deb11u2
I: Retrieving libacl1 2.2.53-10
I: Validating libacl1 2.2.53-10
I: Retrieving libapparmor1 2.13.6-10
I: Validating libapparmor1 2.13.6-10
I: Retrieving libapt-pkg6.0 2.2.4
I: Validating libapt-pkg6.0 2.2.4
I: Retrieving libargon2-1 0~20171227-0.2
I: Validating libargon2-1 0~20171227-0.2
I: Retrieving libattr1 1:2.4.48-6
I: Validating libattr1 1:2.4.48-6
I: Retrieving libaudit-common 1:3.0-2
I: Validating libaudit-common 1:3.0-2
I: Retrieving libaudit1 1:3.0-2
I: Validating libaudit1 1:3.0-2
I: Retrieving libblkid1 2.36.1-8+deb11u2
I: Validating libblkid1 2.36.1-8+deb11u2
I: Retrieving libbpf0 1:0.3-2
I: Validating libbpf0 1:0.3-2
I: Retrieving libbsd0 0.11.3-1+deb11u1
I: Validating libbsd0 0.11.3-1+deb11u1
I: Retrieving libbz2-1.0 1.0.8-4
I: Validating libbz2-1.0 1.0.8-4
I: Retrieving libc-bin 2.31-13+deb11u11
I: Validating libc-bin 2.31-13+deb11u11
I: Retrieving libc6 2.31-13+deb11u11
I: Validating libc6 2.31-13+deb11u11
I: Retrieving libcap-ng0 0.7.9-2.2+b1
I: Validating libcap-ng0 0.7.9-2.2+b1
I: Retrieving libcap2 1:2.44-1
I: Validating libcap2 1:2.44-1
I: Retrieving libcap2-bin 1:2.44-1
I: Validating libcap2-bin 1:2.44-1
I: Retrieving libcom-err2 1.46.2-2
I: Validating libcom-err2 1.46.2-2
I: Retrieving libcrypt1 1:4.4.18-4
I: Validating libcrypt1 1:4.4.18-4
I: Retrieving libcryptsetup12 2:2.3.7-1+deb11u1
I: Validating libcryptsetup12 2:2.3.7-1+deb11u1
I: Retrieving libdb5.3 5.3.28+dfsg1-0.8
I: Validating libdb5.3 5.3.28+dfsg1-0.8
I: Retrieving libdebconfclient0 0.260
I: Validating libdebconfclient0 0.260
I: Retrieving libdevmapper1.02.1 2:1.02.175-2.1
I: Validating libdevmapper1.02.1 2:1.02.175-2.1
I: Retrieving libdns-export1110 1:9.11.19+dfsg-2.1
I: Validating libdns-export1110 1:9.11.19+dfsg-2.1
I: Retrieving libedit2 3.1-20191231-2+b1
I: Validating libedit2 3.1-20191231-2+b1
I: Retrieving libelf1 0.183-1
I: Validating libelf1 0.183-1
I: Retrieving libestr0 0.1.10-2.1+b1
I: Validating libestr0 0.1.10-2.1+b1
I: Retrieving libext2fs2 1.46.2-2
I: Validating libext2fs2 1.46.2-2
I: Retrieving libfastjson4 0.99.9-1
I: Validating libfastjson4 0.99.9-1
I: Retrieving libfdisk1 2.36.1-8+deb11u2
I: Validating libfdisk1 2.36.1-8+deb11u2
I: Retrieving libffi7 3.3-6
I: Validating libffi7 3.3-6
I: Retrieving libgcc-s1 10.2.1-6
I: Validating libgcc-s1 10.2.1-6
I: Retrieving libgcrypt20 1.8.7-6
I: Validating libgcrypt20 1.8.7-6
I: Retrieving libgmp10 2:6.2.1+dfsg-1+deb11u1
I: Validating libgmp10 2:6.2.1+dfsg-1+deb11u1
I: Retrieving libgnutls30 3.7.1-5+deb11u5
I: Validating libgnutls30 3.7.1-5+deb11u5
I: Retrieving libgpg-error0 1.38-2
I: Validating libgpg-error0 1.38-2
I: Retrieving libgssapi-krb5-2 1.18.3-6+deb11u5
I: Validating libgssapi-krb5-2 1.18.3-6+deb11u5
I: Retrieving libhogweed6 3.7.3-1
I: Validating libhogweed6 3.7.3-1
I: Retrieving libidn2-0 2.3.0-5
I: Validating libidn2-0 2.3.0-5
I: Retrieving libip4tc2 1.8.7-1
I: Validating libip4tc2 1.8.7-1
I: Retrieving libisc-export1105 1:9.11.19+dfsg-2.1
I: Validating libisc-export1105 1:9.11.19+dfsg-2.1
I: Retrieving libjansson4 2.13.1-1.1
I: Validating libjansson4 2.13.1-1.1
I: Retrieving libjson-c5 0.15-2+deb11u1
I: Validating libjson-c5 0.15-2+deb11u1
I: Retrieving libk5crypto3 1.18.3-6+deb11u5
I: Validating libk5crypto3 1.18.3-6+deb11u5
I: Retrieving libkeyutils1 1.6.1-2
I: Validating libkeyutils1 1.6.1-2
I: Retrieving libkmod2 28-1
I: Validating libkmod2 28-1
I: Retrieving libkrb5-3 1.18.3-6+deb11u5
I: Validating libkrb5-3 1.18.3-6+deb11u5
I: Retrieving libkrb5support0 1.18.3-6+deb11u5
I: Validating libkrb5support0 1.18.3-6+deb11u5
I: Retrieving liblocale-gettext-perl 1.07-4+b1
I: Validating liblocale-gettext-perl 1.07-4+b1
I: Retrieving liblognorm5 2.0.5-1.1
I: Validating liblognorm5 2.0.5-1.1
I: Retrieving liblz4-1 1.9.3-2
I: Validating liblz4-1 1.9.3-2
I: Retrieving liblzma5 5.2.5-2.1~deb11u1
I: Validating liblzma5 5.2.5-2.1~deb11u1
I: Retrieving libmd0 1.0.3-3
I: Validating libmd0 1.0.3-3
I: Retrieving libmnl0 1.0.4-3
I: Validating libmnl0 1.0.4-3
I: Retrieving libmount1 2.36.1-8+deb11u2
I: Validating libmount1 2.36.1-8+deb11u2
I: Retrieving libncurses6 6.2+20201114-2+deb11u2
I: Validating libncurses6 6.2+20201114-2+deb11u2
I: Retrieving libncursesw6 6.2+20201114-2+deb11u2
I: Validating libncursesw6 6.2+20201114-2+deb11u2
I: Retrieving libnettle8 3.7.3-1
I: Validating libnettle8 3.7.3-1
I: Retrieving libnewt0.52 0.52.21-4+b3
I: Validating libnewt0.52 0.52.21-4+b3
I: Retrieving libnftables1 0.9.8-3.1+deb11u2
I: Validating libnftables1 0.9.8-3.1+deb11u2
I: Retrieving libnftnl11 1.1.9-1
I: Validating libnftnl11 1.1.9-1
I: Retrieving libnsl2 1.3.0-2
I: Validating libnsl2 1.3.0-2
I: Retrieving libp11-kit0 0.23.22-1
I: Validating libp11-kit0 0.23.22-1
I: Retrieving libpam-modules 1.4.0-9+deb11u1
I: Validating libpam-modules 1.4.0-9+deb11u1
I: Retrieving libpam-modules-bin 1.4.0-9+deb11u1
I: Validating libpam-modules-bin 1.4.0-9+deb11u1
I: Retrieving libpam-runtime 1.4.0-9+deb11u1
I: Validating libpam-runtime 1.4.0-9+deb11u1
I: Retrieving libpam0g 1.4.0-9+deb11u1
I: Validating libpam0g 1.4.0-9+deb11u1
I: Retrieving libpcre2-8-0 10.36-2+deb11u1
I: Validating libpcre2-8-0 10.36-2+deb11u1
I: Retrieving libpcre3 2:8.39-13
I: Validating libpcre3 2:8.39-13
I: Retrieving libpopt0 1.18-2
I: Validating libpopt0 1.18-2
I: Retrieving libprocps8 2:3.3.17-5
I: Validating libprocps8 2:3.3.17-5
I: Retrieving libreadline8 8.1-1
I: Validating libreadline8 8.1-1
I: Retrieving libseccomp2 2.5.1-1+deb11u1
I: Validating libseccomp2 2.5.1-1+deb11u1
I: Retrieving libselinux1 3.1-3
I: Validating libselinux1 3.1-3
I: Retrieving libsemanage-common 3.1-1
I: Validating libsemanage-common 3.1-1
I: Retrieving libsemanage1 3.1-1+b2
I: Validating libsemanage1 3.1-1+b2
I: Retrieving libsepol1 3.1-1
I: Validating libsepol1 3.1-1
I: Retrieving libslang2 2.3.2-5
I: Validating libslang2 2.3.2-5
I: Retrieving libsmartcols1 2.36.1-8+deb11u2
I: Validating libsmartcols1 2.36.1-8+deb11u2
I: Retrieving libss2 1.46.2-2
I: Validating libss2 1.46.2-2
I: Retrieving libssl1.1 1.1.1w-0+deb11u1
I: Validating libssl1.1 1.1.1w-0+deb11u1
I: Retrieving libstdc++6 10.2.1-6
I: Validating libstdc++6 10.2.1-6
I: Retrieving libsystemd0 247.3-7+deb11u5
I: Validating libsystemd0 247.3-7+deb11u5
I: Retrieving libtasn1-6 4.16.0-2+deb11u1
I: Validating libtasn1-6 4.16.0-2+deb11u1
I: Retrieving libtext-charwidth-perl 0.04-10+b1
I: Validating libtext-charwidth-perl 0.04-10+b1
I: Retrieving libtext-iconv-perl 1.7-7+b1
I: Validating libtext-iconv-perl 1.7-7+b1
I: Retrieving libtext-wrapi18n-perl 0.06-9
I: Validating libtext-wrapi18n-perl 0.06-9
I: Retrieving libtinfo6 6.2+20201114-2+deb11u2
I: Validating libtinfo6 6.2+20201114-2+deb11u2
I: Retrieving libtirpc-common 1.3.1-1+deb11u1
I: Validating libtirpc-common 1.3.1-1+deb11u1
I: Retrieving libtirpc3 1.3.1-1+deb11u1
I: Validating libtirpc3 1.3.1-1+deb11u1
I: Retrieving libudev1 247.3-7+deb11u5
I: Validating libudev1 247.3-7+deb11u5
I: Retrieving libunistring2 0.9.10-4
I: Validating libunistring2 0.9.10-4
I: Retrieving libuuid1 2.36.1-8+deb11u2
I: Validating libuuid1 2.36.1-8+deb11u2
I: Retrieving libxtables12 1.8.7-1
I: Validating libxtables12 1.8.7-1
I: Retrieving libxxhash0 0.8.0-2
I: Validating libxxhash0 0.8.0-2
I: Retrieving libzstd1 1.4.8+dfsg-2.1
I: Validating libzstd1 1.4.8+dfsg-2.1
I: Retrieving login 1:4.8.1-1
I: Validating login 1:4.8.1-1
I: Retrieving logrotate 3.18.0-2+deb11u2
I: Validating logrotate 3.18.0-2+deb11u2
I: Retrieving logsave 1.46.2-2
I: Validating logsave 1.46.2-2
I: Retrieving lsb-base 11.1.0
I: Validating lsb-base 11.1.0
I: Retrieving mawk 1.3.4.20200120-2
I: Validating mawk 1.3.4.20200120-2
I: Retrieving mount 2.36.1-8+deb11u2
I: Validating mount 2.36.1-8+deb11u2
I: Retrieving nano 5.4-2+deb11u3
I: Validating nano 5.4-2+deb11u3
I: Retrieving ncurses-base 6.2+20201114-2+deb11u2
I: Validating ncurses-base 6.2+20201114-2+deb11u2
I: Retrieving ncurses-bin 6.2+20201114-2+deb11u2
I: Validating ncurses-bin 6.2+20201114-2+deb11u2
I: Retrieving netbase 6.3
I: Validating netbase 6.3
I: Retrieving nftables 0.9.8-3.1+deb11u2
I: Validating nftables 0.9.8-3.1+deb11u2
I: Retrieving passwd 1:4.8.1-1
I: Validating passwd 1:4.8.1-1
I: Retrieving perl-base 5.32.1-4+deb11u3
I: Validating perl-base 5.32.1-4+deb11u3
I: Retrieving procps 2:3.3.17-5
I: Validating procps 2:3.3.17-5
I: Retrieving readline-common 8.1-1
I: Validating readline-common 8.1-1
I: Retrieving rsyslog 8.2102.0-2+deb11u1
I: Validating rsyslog 8.2102.0-2+deb11u1
I: Retrieving sed 4.7-1
I: Validating sed 4.7-1
I: Retrieving sensible-utils 0.0.14
I: Validating sensible-utils 0.0.14
I: Retrieving systemd 247.3-7+deb11u5
I: Validating systemd 247.3-7+deb11u5
I: Retrieving systemd-sysv 247.3-7+deb11u5
I: Validating systemd-sysv 247.3-7+deb11u5
I: Retrieving sysvinit-utils 2.96-7+deb11u1
I: Validating sysvinit-utils 2.96-7+deb11u1
I: Retrieving tar 1.34+dfsg-1+deb11u1
I: Validating tar 1.34+dfsg-1+deb11u1
I: Retrieving tasksel 3.68+deb11u1
I: Validating tasksel 3.68+deb11u1
I: Retrieving tasksel-data 3.68+deb11u1
I: Validating tasksel-data 3.68+deb11u1
I: Retrieving tzdata 2024a-0+deb11u1
I: Validating tzdata 2024a-0+deb11u1
I: Retrieving udev 247.3-7+deb11u5
I: Validating udev 247.3-7+deb11u5
I: Retrieving util-linux 2.36.1-8+deb11u2
I: Validating util-linux 2.36.1-8+deb11u2
I: Retrieving vim-common 2:8.2.2434-3+deb11u1
I: Validating vim-common 2:8.2.2434-3+deb11u1
I: Retrieving vim-tiny 2:8.2.2434-3+deb11u1
I: Validating vim-tiny 2:8.2.2434-3+deb11u1
I: Retrieving whiptail 0.52.21-4+b3
I: Validating whiptail 0.52.21-4+b3
I: Retrieving xxd 2:8.2.2434-3+deb11u1
I: Validating xxd 2:8.2.2434-3+deb11u1
I: Retrieving zlib1g 1:1.2.11.dfsg-2+deb11u2
I: Validating zlib1g 1:1.2.11.dfsg-2+deb11u2
P: If the following stage fails, the most likely cause of the problem is with your mirror configuration or a caching proxy.
P: Running debootstrap...
mknod: /tmp/autopkgtest.KstgHl/autopkgtest_tmp/chroot/test-dev-null: Operation not permitted
E: Cannot install into target '/tmp/autopkgtest.KstgHl/autopkgtest_tmp/chroot' mounted with noexec or nodev
E: An unexpected failure occurred, exiting...
autopkgtest [21:43:40]: test build-default-image: -----------------------]
autopkgtest [21:43:40]: test build-default-image:  - - - - - - - - - - results - - - - - - - - - -
build-default-image  FAIL non-zero exit status 1
autopkgtest [21:43:41]: test build-stable-image: preparing testbed
Get:1 file:/tmp/autopkgtest.KstgHl/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.KstgHl/binaries  InRelease
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.KstgHl/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.KstgHl/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, 4 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/2782 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.KstgHl/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.KstgHl/binaries  apt-utils 2.6.1 [309 kB]
Get:4 file:/tmp/autopkgtest.KstgHl/binaries  live-build 1:20230502 [193 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 ... 17703 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg6.0.deb ...
Unpacking libapt-pkg6.0:amd64 (2.6.1) over (2.6.1) ...
Setting up libapt-pkg6.0:amd64 (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 ... 17703 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 ... 17703 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 .../binaries/./live-build.deb ...
Unpacking live-build (1:20230502) over (1:20230502) ...
Setting up apt-utils (2.6.1) ...
Setting up live-build (1:20230502) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for man-db (2.11.2-2) ...
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
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
autopkgtest [21:43:45]: test build-stable-image: [-----------------------
[2024-12-26 21:43:45] lb config --verbose --updates true --security true --distribution buster
P: Creating config tree for a debian/buster/amd64 system
P: Symlinking hooks...
[2024-12-26 21:43:45] lb build --verbose
P: live-build 20230502
P: Building for a debian/buster/amd64 system
[2024-12-26 21:43:45] lb bootstrap --verbose
P: Setting up clean exit handler
[2024-12-26 21:43:45] lb bootstrap_cache restore --verbose
[2024-12-26 21:43:45] lb bootstrap_debootstrap --verbose
P: Begin bootstrapping system...
P: If the following stage fails, the most likely cause of the problem is with your mirror configuration or a caching proxy.
P: Running debootstrap (download-only)...
I: Retrieving InRelease 
I: Checking Release signature
I: Valid Release signature (key id 6D33866EDD8FFA41C0143AEDDCC9EFBF77E11517)
I: Retrieving Packages 
I: Validating Packages 
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://deb.debian.org/debian...
I: Retrieving adduser 3.118
I: Validating adduser 3.118
I: Retrieving apt 1.8.2.3
I: Validating apt 1.8.2.3
I: Retrieving apt-utils 1.8.2.3
I: Validating apt-utils 1.8.2.3
I: Retrieving base-files 10.3+deb10u13
I: Validating base-files 10.3+deb10u13
I: Retrieving base-passwd 3.5.46
I: Validating base-passwd 3.5.46
I: Retrieving bash 5.0-4
I: Validating bash 5.0-4
I: Retrieving bsdmainutils 11.1.2+b1
I: Validating bsdmainutils 11.1.2+b1
I: Retrieving bsdutils 1:2.33.1-0.1
I: Validating bsdutils 1:2.33.1-0.1
I: Retrieving coreutils 8.30-3
I: Validating coreutils 8.30-3
I: Retrieving cpio 2.12+dfsg-9
I: Validating cpio 2.12+dfsg-9
I: Retrieving cron 3.0pl1-134+deb10u1
I: Validating cron 3.0pl1-134+deb10u1
I: Retrieving dash 0.5.10.2-5
I: Validating dash 0.5.10.2-5
I: Retrieving debconf 1.5.71+deb10u1
I: Validating debconf 1.5.71+deb10u1
I: Retrieving debconf-i18n 1.5.71+deb10u1
I: Validating debconf-i18n 1.5.71+deb10u1
I: Retrieving debian-archive-keyring 2019.1+deb10u1
I: Validating debian-archive-keyring 2019.1+deb10u1
I: Retrieving debianutils 4.8.6.1
I: Validating debianutils 4.8.6.1
I: Retrieving diffutils 1:3.7-3
I: Validating diffutils 1:3.7-3
I: Retrieving dmidecode 3.2-1
I: Validating dmidecode 3.2-1
I: Retrieving dmsetup 2:1.02.155-3
I: Validating dmsetup 2:1.02.155-3
I: Retrieving dpkg 1.19.8
I: Validating dpkg 1.19.8
I: Retrieving e2fsprogs 1.44.5-1+deb10u3
I: Validating e2fsprogs 1.44.5-1+deb10u3
I: Retrieving fdisk 2.33.1-0.1
I: Validating fdisk 2.33.1-0.1
I: Retrieving findutils 4.6.0+git+20190209-2
I: Validating findutils 4.6.0+git+20190209-2
I: Retrieving gcc-8-base 8.3.0-6
I: Validating gcc-8-base 8.3.0-6
I: Retrieving gdbm-l10n 1.18.1-4
I: Validating gdbm-l10n 1.18.1-4
I: Retrieving gpgv 2.2.12-1+deb10u2
I: Validating gpgv 2.2.12-1+deb10u2
I: Retrieving grep 3.3-1
I: Validating grep 3.3-1
I: Retrieving gzip 1.9-3+deb10u1
I: Validating gzip 1.9-3+deb10u1
I: Retrieving hostname 3.21
I: Validating hostname 3.21
I: Retrieving ifupdown 0.8.35
I: Validating ifupdown 0.8.35
I: Retrieving init 1.56+nmu1
I: Validating init 1.56+nmu1
I: Retrieving init-system-helpers 1.56+nmu1
I: Validating init-system-helpers 1.56+nmu1
I: Retrieving iproute2 4.20.0-2+deb10u1
I: Validating iproute2 4.20.0-2+deb10u1
I: Retrieving iptables 1.8.2-4
I: Validating iptables 1.8.2-4
I: Retrieving iputils-ping 3:20180629-2+deb10u2
I: Validating iputils-ping 3:20180629-2+deb10u2
I: Retrieving isc-dhcp-client 4.4.1-2+deb10u1
I: Validating isc-dhcp-client 4.4.1-2+deb10u1
I: Retrieving isc-dhcp-common 4.4.1-2+deb10u1
I: Validating isc-dhcp-common 4.4.1-2+deb10u1
I: Retrieving kmod 26-1
I: Validating kmod 26-1
I: Retrieving less 487-0.1+b1
I: Validating less 487-0.1+b1
I: Retrieving libacl1 2.2.53-4
I: Validating libacl1 2.2.53-4
I: Retrieving libapparmor1 2.13.2-10
I: Validating libapparmor1 2.13.2-10
I: Retrieving libapt-inst2.0 1.8.2.3
I: Validating libapt-inst2.0 1.8.2.3
I: Retrieving libapt-pkg5.0 1.8.2.3
I: Validating libapt-pkg5.0 1.8.2.3
I: Retrieving libargon2-1 0~20171227-0.2
I: Validating libargon2-1 0~20171227-0.2
I: Retrieving libattr1 1:2.4.48-4
I: Validating libattr1 1:2.4.48-4
I: Retrieving libaudit-common 1:2.8.4-3
I: Validating libaudit-common 1:2.8.4-3
I: Retrieving libaudit1 1:2.8.4-3
I: Validating libaudit1 1:2.8.4-3
I: Retrieving libblkid1 2.33.1-0.1
I: Validating libblkid1 2.33.1-0.1
I: Retrieving libbsd0 0.9.1-2+deb10u1
I: Validating libbsd0 0.9.1-2+deb10u1
I: Retrieving libbz2-1.0 1.0.6-9.2~deb10u1
I: Validating libbz2-1.0 1.0.6-9.2~deb10u1
I: Retrieving libc-bin 2.28-10+deb10u1
I: Validating libc-bin 2.28-10+deb10u1
I: Retrieving libc6 2.28-10+deb10u1
I: Validating libc6 2.28-10+deb10u1
I: Retrieving libcap-ng0 0.7.9-2
I: Validating libcap-ng0 0.7.9-2
I: Retrieving libcap2 1:2.25-2
I: Validating libcap2 1:2.25-2
I: Retrieving libcap2-bin 1:2.25-2
I: Validating libcap2-bin 1:2.25-2
I: Retrieving libcom-err2 1.44.5-1+deb10u3
I: Validating libcom-err2 1.44.5-1+deb10u3
I: Retrieving libcryptsetup12 2:2.1.0-5+deb10u2
I: Validating libcryptsetup12 2:2.1.0-5+deb10u2
I: Retrieving libdb5.3 5.3.28+dfsg1-0.5
I: Validating libdb5.3 5.3.28+dfsg1-0.5
I: Retrieving libdebconfclient0 0.249
I: Validating libdebconfclient0 0.249
I: Retrieving libdevmapper1.02.1 2:1.02.155-3
I: Validating libdevmapper1.02.1 2:1.02.155-3
I: Retrieving libdns-export1104 1:9.11.5.P4+dfsg-5.1+deb10u7
I: Validating libdns-export1104 1:9.11.5.P4+dfsg-5.1+deb10u7
I: Retrieving libelf1 0.176-1.1
I: Validating libelf1 0.176-1.1
I: Retrieving libestr0 0.1.10-2.1
I: Validating libestr0 0.1.10-2.1
I: Retrieving libext2fs2 1.44.5-1+deb10u3
I: Validating libext2fs2 1.44.5-1+deb10u3
I: Retrieving libfastjson4 0.99.8-2
I: Validating libfastjson4 0.99.8-2
I: Retrieving libfdisk1 2.33.1-0.1
I: Validating libfdisk1 2.33.1-0.1
I: Retrieving libffi6 3.2.1-9
I: Validating libffi6 3.2.1-9
I: Retrieving libgcc1 1:8.3.0-6
I: Validating libgcc1 1:8.3.0-6
I: Retrieving libgcrypt20 1.8.4-5+deb10u1
I: Validating libgcrypt20 1.8.4-5+deb10u1
I: Retrieving libgmp10 2:6.1.2+dfsg-4+deb10u1
I: Validating libgmp10 2:6.1.2+dfsg-4+deb10u1
I: Retrieving libgnutls30 3.6.7-4+deb10u8
I: Validating libgnutls30 3.6.7-4+deb10u8
I: Retrieving libgpg-error0 1.35-1
I: Validating libgpg-error0 1.35-1
I: Retrieving libhogweed4 3.4.1-1+deb10u1
I: Validating libhogweed4 3.4.1-1+deb10u1
I: Retrieving libidn11 1.33-2.2
I: Validating libidn11 1.33-2.2
I: Retrieving libidn2-0 2.0.5-1+deb10u1
I: Validating libidn2-0 2.0.5-1+deb10u1
I: Retrieving libip4tc0 1.8.2-4
I: Validating libip4tc0 1.8.2-4
I: Retrieving libip6tc0 1.8.2-4
I: Validating libip6tc0 1.8.2-4
I: Retrieving libiptc0 1.8.2-4
I: Validating libiptc0 1.8.2-4
I: Retrieving libisc-export1100 1:9.11.5.P4+dfsg-5.1+deb10u7
I: Validating libisc-export1100 1:9.11.5.P4+dfsg-5.1+deb10u7
I: Retrieving libjson-c3 0.12.1+ds-2+deb10u1
I: Validating libjson-c3 0.12.1+ds-2+deb10u1
I: Retrieving libkmod2 26-1
I: Validating libkmod2 26-1
I: Retrieving liblocale-gettext-perl 1.07-3+b4
I: Validating liblocale-gettext-perl 1.07-3+b4
I: Retrieving liblognorm5 2.0.5-1
I: Validating liblognorm5 2.0.5-1
I: Retrieving liblz4-1 1.8.3-1+deb10u1
I: Validating liblz4-1 1.8.3-1+deb10u1
I: Retrieving liblzma5 5.2.4-1+deb10u1
I: Validating liblzma5 5.2.4-1+deb10u1
I: Retrieving libmnl0 1.0.4-2
I: Validating libmnl0 1.0.4-2
I: Retrieving libmount1 2.33.1-0.1
I: Validating libmount1 2.33.1-0.1
I: Retrieving libncurses6 6.1+20181013-2+deb10u2
I: Validating libncurses6 6.1+20181013-2+deb10u2
I: Retrieving libncursesw6 6.1+20181013-2+deb10u2
I: Validating libncursesw6 6.1+20181013-2+deb10u2
I: Retrieving libnetfilter-conntrack3 1.0.7-1
I: Validating libnetfilter-conntrack3 1.0.7-1
I: Retrieving libnettle6 3.4.1-1+deb10u1
I: Validating libnettle6 3.4.1-1+deb10u1
I: Retrieving libnewt0.52 0.52.20-8
I: Validating libnewt0.52 0.52.20-8
I: Retrieving libnfnetlink0 1.0.1-3+b1
I: Validating libnfnetlink0 1.0.1-3+b1
I: Retrieving libnftnl11 1.1.2-2
I: Validating libnftnl11 1.1.2-2
I: Retrieving libp11-kit0 0.23.15-2+deb10u1
I: Validating libp11-kit0 0.23.15-2+deb10u1
I: Retrieving libpam-modules 1.3.1-5
I: Validating libpam-modules 1.3.1-5
I: Retrieving libpam-modules-bin 1.3.1-5
I: Validating libpam-modules-bin 1.3.1-5
I: Retrieving libpam-runtime 1.3.1-5
I: Validating libpam-runtime 1.3.1-5
I: Retrieving libpam0g 1.3.1-5
I: Validating libpam0g 1.3.1-5
I: Retrieving libpcre3 2:8.39-12
I: Validating libpcre3 2:8.39-12
I: Retrieving libpopt0 1.16-12
I: Validating libpopt0 1.16-12
I: Retrieving libprocps7 2:3.3.15-2
I: Validating libprocps7 2:3.3.15-2
I: Retrieving libseccomp2 2.3.3-4
I: Validating libseccomp2 2.3.3-4
I: Retrieving libselinux1 2.8-1+b1
I: Validating libselinux1 2.8-1+b1
I: Retrieving libsemanage-common 2.8-2
I: Validating libsemanage-common 2.8-2
I: Retrieving libsemanage1 2.8-2
I: Validating libsemanage1 2.8-2
I: Retrieving libsepol1 2.8-1
I: Validating libsepol1 2.8-1
I: Retrieving libslang2 2.3.2-2
I: Validating libslang2 2.3.2-2
I: Retrieving libsmartcols1 2.33.1-0.1
I: Validating libsmartcols1 2.33.1-0.1
I: Retrieving libss2 1.44.5-1+deb10u3
I: Validating libss2 1.44.5-1+deb10u3
I: Retrieving libssl1.1 1.1.1n-0+deb10u3
I: Validating libssl1.1 1.1.1n-0+deb10u3
I: Retrieving libstdc++6 8.3.0-6
I: Validating libstdc++6 8.3.0-6
I: Retrieving libsystemd0 241-7~deb10u8
I: Validating libsystemd0 241-7~deb10u8
I: Retrieving libtasn1-6 4.13-3
I: Validating libtasn1-6 4.13-3
I: Retrieving libtext-charwidth-perl 0.04-7.1+b1
I: Validating libtext-charwidth-perl 0.04-7.1+b1
I: Retrieving libtext-iconv-perl 1.7-5+b7
I: Validating libtext-iconv-perl 1.7-5+b7
I: Retrieving libtext-wrapi18n-perl 0.06-7.1
I: Validating libtext-wrapi18n-perl 0.06-7.1
I: Retrieving libtinfo6 6.1+20181013-2+deb10u2
I: Validating libtinfo6 6.1+20181013-2+deb10u2
I: Retrieving libudev1 241-7~deb10u8
I: Validating libudev1 241-7~deb10u8
I: Retrieving libunistring2 0.9.10-1
I: Validating libunistring2 0.9.10-1
I: Retrieving libuuid1 2.33.1-0.1
I: Validating libuuid1 2.33.1-0.1
I: Retrieving libxtables12 1.8.2-4
I: Validating libxtables12 1.8.2-4
I: Retrieving libzstd1 1.3.8+dfsg-3+deb10u2
I: Validating libzstd1 1.3.8+dfsg-3+deb10u2
I: Retrieving login 1:4.5-1.1
I: Validating login 1:4.5-1.1
I: Retrieving logrotate 3.14.0-4
I: Validating logrotate 3.14.0-4
I: Retrieving lsb-base 10.2019051400
I: Validating lsb-base 10.2019051400
I: Retrieving mawk 1.3.3-17+b3
I: Validating mawk 1.3.3-17+b3
I: Retrieving mount 2.33.1-0.1
I: Validating mount 2.33.1-0.1
I: Retrieving nano 3.2-3
I: Validating nano 3.2-3
I: Retrieving ncurses-base 6.1+20181013-2+deb10u2
I: Validating ncurses-base 6.1+20181013-2+deb10u2
I: Retrieving ncurses-bin 6.1+20181013-2+deb10u2
I: Validating ncurses-bin 6.1+20181013-2+deb10u2
I: Retrieving netbase 5.6
I: Validating netbase 5.6
I: Retrieving passwd 1:4.5-1.1
I: Validating passwd 1:4.5-1.1
I: Retrieving perl-base 5.28.1-6+deb10u1
I: Validating perl-base 5.28.1-6+deb10u1
I: Retrieving procps 2:3.3.15-2
I: Validating procps 2:3.3.15-2
I: Retrieving readline-common 7.0-5
I: Validating readline-common 7.0-5
I: Retrieving rsyslog 8.1901.0-1+deb10u2
I: Validating rsyslog 8.1901.0-1+deb10u2
I: Retrieving sed 4.7-1
I: Validating sed 4.7-1
I: Retrieving sensible-utils 0.0.12
I: Validating sensible-utils 0.0.12
I: Retrieving systemd 241-7~deb10u8
I: Validating systemd 241-7~deb10u8
I: Retrieving systemd-sysv 241-7~deb10u8
I: Validating systemd-sysv 241-7~deb10u8
I: Retrieving sysvinit-utils 2.93-8
I: Validating sysvinit-utils 2.93-8
I: Retrieving tar 1.30+dfsg-6
I: Validating tar 1.30+dfsg-6
I: Retrieving tasksel 3.53
I: Validating tasksel 3.53
I: Retrieving tasksel-data 3.53
I: Validating tasksel-data 3.53
I: Retrieving tzdata 2021a-0+deb10u6
I: Validating tzdata 2021a-0+deb10u6
I: Retrieving udev 241-7~deb10u8
I: Validating udev 241-7~deb10u8
I: Retrieving util-linux 2.33.1-0.1
I: Validating util-linux 2.33.1-0.1
I: Retrieving vim-common 2:8.1.0875-5+deb10u2
I: Validating vim-common 2:8.1.0875-5+deb10u2
I: Retrieving vim-tiny 2:8.1.0875-5+deb10u2
I: Validating vim-tiny 2:8.1.0875-5+deb10u2
I: Retrieving whiptail 0.52.20-8
I: Validating whiptail 0.52.20-8
I: Retrieving xxd 2:8.1.0875-5+deb10u2
I: Validating xxd 2:8.1.0875-5+deb10u2
I: Retrieving zlib1g 1:1.2.11.dfsg-1+deb10u1
I: Validating zlib1g 1:1.2.11.dfsg-1+deb10u1
P: If the following stage fails, the most likely cause of the problem is with your mirror configuration or a caching proxy.
P: Running debootstrap...
mknod: /tmp/autopkgtest.KstgHl/autopkgtest_tmp/chroot/test-dev-null: Operation not permitted
E: Cannot install into target '/tmp/autopkgtest.KstgHl/autopkgtest_tmp/chroot' mounted with noexec or nodev
E: An unexpected failure occurred, exiting...
autopkgtest [21:44:01]: test build-stable-image: -----------------------]
build-stable-image   FAIL non-zero exit status 1
autopkgtest [21:44:01]: test build-stable-image:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [21:44:01]: test build-kali-image: preparing testbed
Get:1 file:/tmp/autopkgtest.KstgHl/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.KstgHl/binaries  InRelease
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.KstgHl/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.KstgHl/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, 4 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/2782 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.KstgHl/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.KstgHl/binaries  apt-utils 2.6.1 [309 kB]
Get:4 file:/tmp/autopkgtest.KstgHl/binaries  live-build 1:20230502 [193 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 ... 17703 files and directories currently installed.)
Preparing to unpack .../binaries/./libapt-pkg6.0.deb ...
Unpacking libapt-pkg6.0:amd64 (2.6.1) over (2.6.1) ...
Setting up libapt-pkg6.0:amd64 (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 ... 17703 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 ... 17703 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 .../binaries/./live-build.deb ...
Unpacking live-build (1:20230502) over (1:20230502) ...
Setting up apt-utils (2.6.1) ...
Setting up live-build (1:20230502) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for man-db (2.11.2-2) ...
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:
  cpio curl git git-man libbrotli1 libcurl3-gnutls libcurl4 liberror-perl
  libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3
  libkrb5support0 libldap-2.5-0 libnghttp2-14 librtmp1 libsasl2-2
  libsasl2-modules-db libssh2-1
0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.2 MB of archives.
After this operation, 56.3 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u2 [32.6 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u2 [78.7 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
Get:6 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u2 [332 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u2 [135 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u8 [390 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u8 [315 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u8 [385 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u1 [2054 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u1 [7256 kB]
Fetched 12.2 MB in 0s (77.2 MB/s)
Selecting previously unselected package cpio.
(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 ... 17703 files and directories currently installed.)
Preparing to unpack .../00-cpio_2.13+dfsg-7.1_amd64.deb ...
Unpacking cpio (2.13+dfsg-7.1) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../01-libbrotli1_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../02-libkrb5support0_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../03-libk5crypto3_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../04-libkeyutils1_1.6.3-2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6.3-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../05-libkrb5-3_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libldap-2.5-0:amd64.
Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ...
Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../10-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../11-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../12-libssh2-1_1.10.0-3+b1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../13-libcurl4_7.88.1-10+deb12u8_amd64.deb ...
Unpacking libcurl4:amd64 (7.88.1-10+deb12u8) ...
Selecting previously unselected package curl.
Preparing to unpack .../14-curl_7.88.1-10+deb12u8_amd64.deb ...
Unpacking curl (7.88.1-10+deb12u8) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../15-libcurl3-gnutls_7.88.1-10+deb12u8_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../16-libexpat1_2.5.0-1+deb12u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../17-liberror-perl_0.17029-2_all.deb ...
Unpacking liberror-perl (0.17029-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../18-git-man_1%3a2.39.5-0+deb12u1_all.deb ...
Unpacking git-man (1:2.39.5-0+deb12u1) ...
Selecting previously unselected package git.
Preparing to unpack .../19-git_1%3a2.39.5-0+deb12u1_amd64.deb ...
Unpacking git (1:2.39.5-0+deb12u1) ...
Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ...
Setting up cpio (2.13+dfsg-7.1) ...
update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
Setting up libkeyutils1:amd64 (1.6.3-2) ...
Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ...
Setting up libkrb5support0:amd64 (1.20.1-2+deb12u2) ...
Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
Setting up liberror-perl (0.17029-2) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u2) ...
Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
Setting up git-man (1:2.39.5-0+deb12u1) ...
Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
Setting up libkrb5-3:amd64 (1.20.1-2+deb12u2) ...
Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ...
Setting up libcurl4:amd64 (7.88.1-10+deb12u8) ...
Setting up curl (7.88.1-10+deb12u8) ...
Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
Setting up git (1:2.39.5-0+deb12u1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
autopkgtest [21:44:08]: test build-kali-image: [-----------------------
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3155  100  3155    0     0   7486      0 --:--:-- --:--:-- --:--:--  7476
Get:1 file:/tmp/autopkgtest.KstgHl/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.KstgHl/binaries  InRelease
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  Release [816 B]
Hit:3 http://deb.debian.org/debian bookworm InRelease
Get:2 file:/tmp/autopkgtest.KstgHl/binaries  Release [816 B]
Get:4 file:/tmp/autopkgtest.KstgHl/binaries  Release.gpg
Ign:4 file:/tmp/autopkgtest.KstgHl/binaries  Release.gpg
Ign:5 http://http.kali.org/kali kali-rolling InRelease
Err:6 http://http.kali.org/kali kali-rolling Release
  Cannot initiate the connection to http.kali.org:80 (18.211.24.19). - connect (101: Network is unreachable)
Reading package lists...
E: The repository 'http://http.kali.org/kali kali-rolling Release' does not have a Release file.
autopkgtest [21:44:10]: test build-kali-image: -----------------------]
build-kali-image     FLAKY non-zero exit status 100
autopkgtest [21:44:10]: test build-kali-image:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [21:44:10]: @@@@@@@@@@@@@@@@@@@@ summary
build-default-image  FAIL non-zero exit status 1
build-stable-image   FAIL non-zero exit status 1
build-kali-image     FLAKY non-zero exit status 100

aborted: False
returncode: 6

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/live-build.deb
artifact-dir/build-default-image-packages
artifact-dir/build-default-image-stderr
artifact-dir/build-default-image-stdout
artifact-dir/build-kali-image-packages
artifact-dir/build-kali-image-stderr
artifact-dir/build-kali-image-stdout
artifact-dir/build-stable-image-packages
artifact-dir/build-stable-image-stderr
artifact-dir/build-stable-image-stdout
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 live-build_1:20230502
relates-to Binary package live-build_1:20230502_all
relates-to Package upload apt_2.6.1
relates-to Package upload apt_2.6.1

debug log System autopkgtest - 1 week, 1 day ago 0 minutes
BETA