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
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-g7u6c149/apt-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-listbugs_0.1.40_all.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-transport-https_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-utils-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-utils_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/libapt-pkg-dev_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/libapt-pkg-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-g7u6c149/libapt-pkg6.0-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/libapt-pkg6.0_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-listbugs_0.1.40.dsc -- unshare --arch amd64 --release bookworm --tarball /var/lib/debusine/worker/system-images/1116685/system.tar.xz
output (contains stdout and stderr):
autopkgtest [21:20:21]: starting date and time: 2024-12-26 21:20:21+0000
autopkgtest [21:20:21]: version 5.38~bpo12+1
autopkgtest [21:20:21]: host debusine-worker-amd64-hades-03; command line: /usr/bin/autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-g7u6c149/apt-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-listbugs_0.1.40_all.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-transport-https_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-utils-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-utils_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/libapt-pkg-dev_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/libapt-pkg-doc_2.6.1_all.deb /tmp/debusine-fetch-exec-upload-g7u6c149/libapt-pkg6.0-dbgsym_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/libapt-pkg6.0_2.6.1_amd64.deb /tmp/debusine-fetch-exec-upload-g7u6c149/apt-listbugs_0.1.40.dsc -- unshare --arch amd64 --release bookworm --tarball /var/lib/debusine/worker/system-images/1116685/system.tar.xz
autopkgtest [21:20:25]: testbed dpkg architecture: amd64
autopkgtest [21:20:25]: testbed apt version: 2.6.1
autopkgtest [21:20:25]: @@@@@@@@@@@@@@@@@@@@ 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 (12.5 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:20:27]: testbed running kernel: Linux 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
autopkgtest [21:20:27]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-g7u6c149/apt-listbugs_0.1.40.dsc
gpgv: Signature made Wed Jan 11 22:29:12 2023 UTC
gpgv:                using RSA key CA0111479CD2EFDFFB8239253E1C27E11F69BFFE
gpgv:                issuer "invernomuto@paranoici.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.Q60EZo/apt-listbugs_0.1.40.dsc: no acceptable signature found
dpkg-source: info: extracting apt-listbugs in src
dpkg-source: info: unpacking apt-listbugs_0.1.40.tar.xz
autopkgtest [21:20:28]: testing package apt-listbugs version 0.1.40
proxy                SKIP Test restriction "isolation-container" requires testbed capability "isolation-container" and/or "isolation-machine"
autopkgtest [21:20:28]: build not needed
proxy                SKIP Test restriction "isolation-container" requires testbed capability "isolation-container" and/or "isolation-machine"
autopkgtest [21:20:28]: test unit_test: preparing testbed
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  apt-utils
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 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 (7877 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.Q60EZo/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.Q60EZo/binaries  InRelease
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.Q60EZo/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.Q60EZo/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.Q60EZo/binaries  Packages [12.1 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.Q60EZo/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.Q60EZo/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:
  apt-listbugs gem2deb-test-runner libbsd0 libedit2 libexpat1 libncurses6
  libruby libruby3.1 rake ruby ruby-debian ruby-gettext ruby-locale
  ruby-net-telnet ruby-rubygems ruby-sdbm ruby-soap4r ruby-text ruby-unicode
  ruby-webrick ruby-xmlparser ruby-xmlrpc ruby3.1 rubygems-integration
0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
Need to get 7586 kB/7670 kB of archives.
After this operation, 35.8 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.Q60EZo/binaries  apt-listbugs 0.1.40 [83.8 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 rubygems-integration all 1.18 [6704 B]
Get:3 http://deb.debian.org/debian bookworm/main amd64 rake all 13.0.6-3 [83.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 ruby-net-telnet all 0.2.0-1 [13.1 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 ruby-webrick all 1.8.1-1 [51.4 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 ruby-xmlrpc all 0.3.2-2 [24.4 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libruby amd64 1:3.1 [4972 B]
Get:8 http://deb.debian.org/debian bookworm/main amd64 ruby-sdbm amd64 1.0.0-5+b1 [15.4 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libncurses6 amd64 6.4-4 [103 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 libruby3.1 amd64 3.1.2-7+deb12u1 [5400 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 ruby3.1 amd64 3.1.2-7+deb12u1 [663 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 ruby-rubygems all 3.3.15-2 [293 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 ruby amd64 1:3.1 [5868 B]
Get:16 http://deb.debian.org/debian bookworm/main amd64 ruby-debian amd64 0.3.10+b8 [20.6 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 ruby-locale all 2.1.3-1 [89.1 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 ruby-text all 1.3.1-1 [13.4 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 ruby-gettext all 3.3.3-2 [130 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 ruby-xmlparser amd64 0.7.3-4+b4 [77.2 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 ruby-soap4r all 2.0.5-6 [181 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 ruby-unicode amd64 0.4.4.4-1+b5 [83.8 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 gem2deb-test-runner amd64 2.1 [16.9 kB]
Fetched 7586 kB in 0s (56.3 MB/s)
Selecting previously unselected package rubygems-integration.
(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 .../00-rubygems-integration_1.18_all.deb ...
Unpacking rubygems-integration (1.18) ...
Selecting previously unselected package rake.
Preparing to unpack .../01-rake_13.0.6-3_all.deb ...
Unpacking rake (13.0.6-3) ...
Selecting previously unselected package ruby-net-telnet.
Preparing to unpack .../02-ruby-net-telnet_0.2.0-1_all.deb ...
Unpacking ruby-net-telnet (0.2.0-1) ...
Selecting previously unselected package ruby-webrick.
Preparing to unpack .../03-ruby-webrick_1.8.1-1_all.deb ...
Unpacking ruby-webrick (1.8.1-1) ...
Selecting previously unselected package ruby-xmlrpc.
Preparing to unpack .../04-ruby-xmlrpc_0.3.2-2_all.deb ...
Unpacking ruby-xmlrpc (0.3.2-2) ...
Selecting previously unselected package libruby:amd64.
Preparing to unpack .../05-libruby_1%3a3.1_amd64.deb ...
Unpacking libruby:amd64 (1:3.1) ...
Selecting previously unselected package ruby-sdbm:amd64.
Preparing to unpack .../06-ruby-sdbm_1.0.0-5+b1_amd64.deb ...
Unpacking ruby-sdbm:amd64 (1.0.0-5+b1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../07-libbsd0_0.11.7-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.11.7-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../08-libedit2_3.1-20221030-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20221030-2) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../09-libncurses6_6.4-4_amd64.deb ...
Unpacking libncurses6:amd64 (6.4-4) ...
Selecting previously unselected package libruby3.1:amd64.
Preparing to unpack .../10-libruby3.1_3.1.2-7+deb12u1_amd64.deb ...
Unpacking libruby3.1:amd64 (3.1.2-7+deb12u1) ...
Selecting previously unselected package ruby3.1.
Preparing to unpack .../11-ruby3.1_3.1.2-7+deb12u1_amd64.deb ...
Unpacking ruby3.1 (3.1.2-7+deb12u1) ...
Selecting previously unselected package ruby-rubygems.
Preparing to unpack .../12-ruby-rubygems_3.3.15-2_all.deb ...
Unpacking ruby-rubygems (3.3.15-2) ...
Selecting previously unselected package ruby.
Preparing to unpack .../13-ruby_1%3a3.1_amd64.deb ...
Unpacking ruby (1:3.1) ...
Selecting previously unselected package ruby-debian.
Preparing to unpack .../14-ruby-debian_0.3.10+b8_amd64.deb ...
Unpacking ruby-debian (0.3.10+b8) ...
Selecting previously unselected package ruby-locale.
Preparing to unpack .../15-ruby-locale_2.1.3-1_all.deb ...
Unpacking ruby-locale (2.1.3-1) ...
Selecting previously unselected package ruby-text.
Preparing to unpack .../16-ruby-text_1.3.1-1_all.deb ...
Unpacking ruby-text (1.3.1-1) ...
Selecting previously unselected package ruby-gettext.
Preparing to unpack .../17-ruby-gettext_3.3.3-2_all.deb ...
Unpacking ruby-gettext (3.3.3-2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../18-libexpat1_2.5.0-1+deb12u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package ruby-xmlparser:amd64.
Preparing to unpack .../19-ruby-xmlparser_0.7.3-4+b4_amd64.deb ...
Unpacking ruby-xmlparser:amd64 (0.7.3-4+b4) ...
Selecting previously unselected package ruby-soap4r.
Preparing to unpack .../20-ruby-soap4r_2.0.5-6_all.deb ...
Unpacking ruby-soap4r (2.0.5-6) ...
Selecting previously unselected package ruby-unicode.
Preparing to unpack .../21-ruby-unicode_0.4.4.4-1+b5_amd64.deb ...
Unpacking ruby-unicode (0.4.4.4-1+b5) ...
Selecting previously unselected package apt-listbugs.
Preparing to unpack .../22-apt-listbugs.deb ...
Unpacking apt-listbugs (0.1.40) ...
Selecting previously unselected package gem2deb-test-runner.
Preparing to unpack .../23-gem2deb-test-runner_2.1_amd64.deb ...
Unpacking gem2deb-test-runner (2.1) ...
Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ...
Setting up rubygems-integration (1.18) ...
Setting up ruby-locale (2.1.3-1) ...
Setting up libncurses6:amd64 (6.4-4) ...
Setting up ruby-net-telnet (0.2.0-1) ...
Setting up ruby-webrick (1.8.1-1) ...
Setting up libbsd0:amd64 (0.11.7-2) ...
Setting up ruby-text (1.3.1-1) ...
Setting up ruby-xmlrpc (0.3.2-2) ...
Setting up libedit2:amd64 (3.1-20221030-2) ...
Setting up libruby:amd64 (1:3.1) ...
Setting up ruby-rubygems (3.3.15-2) ...
Setting up ruby-sdbm:amd64 (1.0.0-5+b1) ...
Setting up libruby3.1:amd64 (3.1.2-7+deb12u1) ...
Setting up ruby-xmlparser:amd64 (0.7.3-4+b4) ...
Setting up ruby3.1 (3.1.2-7+deb12u1) ...
Setting up ruby (1:3.1) ...
Setting up rake (13.0.6-3) ...
Setting up ruby-unicode (0.4.4.4-1+b5) ...
Setting up ruby-gettext (3.3.3-2) ...
Setting up ruby-debian (0.3.10+b8) ...
Setting up gem2deb-test-runner (2.1) ...
Setting up ruby-soap4r (2.0.5-6) ...
Setting up apt-listbugs (0.1.40) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for man-db (2.11.2-2) ...
autopkgtest [21:20:35]: test unit_test: gem2deb-test-runner --autopkgtest 2>&1
autopkgtest [21:20:35]: test unit_test: [-----------------------

┌──────────────────────────────────────────────────────────────────────────────┐
│ Run tests for ruby3.1 from debian/ruby-test-files.yaml                       │
└──────────────────────────────────────────────────────────────────────────────┘

RUBYLIB=. GEM_PATH= ruby3.1 -ryaml -e YAML.load_file\(\"debian/ruby-test-files.yaml\"\).each\ \{\ \|f\|\ require\ f\ \}
mv lib ./.gem2deb.lib
Loaded suite -e
Started
......
Finished in 0.005852987 seconds.
-------------------------------------------------------------------------------
6 tests, 63 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
-------------------------------------------------------------------------------
1025.12 tests/s, 10763.73 assertions/s
mv ./.gem2deb.lib lib
autopkgtest [21:20:36]: test unit_test: -----------------------]
autopkgtest [21:20:36]: test unit_test:  - - - - - - - - - - results - - - - - - - - - -
unit_test            PASS
autopkgtest [21:20:36]: test smoke: preparing testbed
autopkgtest [21:20:41]: testbed dpkg architecture: amd64
autopkgtest [21:20:41]: testbed apt version: 2.6.1
autopkgtest [21:20:41]: @@@@@@@@@@@@@@@@@@@@ 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 (12.0 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.
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 (7677 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.Q60EZo/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.Q60EZo/binaries  InRelease
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.Q60EZo/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.Q60EZo/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.Q60EZo/binaries  Packages [12.1 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.Q60EZo/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.Q60EZo/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:
  apt-listbugs libbsd0 libedit2 libexpat1 libncurses6 libruby libruby3.1 rake
  ruby ruby-debian ruby-gettext ruby-locale ruby-net-telnet ruby-rubygems
  ruby-sdbm ruby-soap4r ruby-text ruby-unicode ruby-webrick ruby-xmlparser
  ruby-xmlrpc ruby3.1 rubygems-integration
0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
Need to get 7569 kB/7653 kB of archives.
After this operation, 35.7 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.Q60EZo/binaries  apt-listbugs 0.1.40 [83.8 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 rubygems-integration all 1.18 [6704 B]
Get:3 http://deb.debian.org/debian bookworm/main amd64 rake all 13.0.6-3 [83.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 ruby-net-telnet all 0.2.0-1 [13.1 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 ruby-webrick all 1.8.1-1 [51.4 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 ruby-xmlrpc all 0.3.2-2 [24.4 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libruby amd64 1:3.1 [4972 B]
Get:8 http://deb.debian.org/debian bookworm/main amd64 ruby-sdbm amd64 1.0.0-5+b1 [15.4 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libncurses6 amd64 6.4-4 [103 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 libruby3.1 amd64 3.1.2-7+deb12u1 [5400 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 ruby3.1 amd64 3.1.2-7+deb12u1 [663 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 ruby-rubygems all 3.3.15-2 [293 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 ruby amd64 1:3.1 [5868 B]
Get:16 http://deb.debian.org/debian bookworm/main amd64 ruby-debian amd64 0.3.10+b8 [20.6 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 ruby-locale all 2.1.3-1 [89.1 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 ruby-text all 1.3.1-1 [13.4 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 ruby-gettext all 3.3.3-2 [130 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 ruby-xmlparser amd64 0.7.3-4+b4 [77.2 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 ruby-soap4r all 2.0.5-6 [181 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 ruby-unicode amd64 0.4.4.4-1+b5 [83.8 kB]
Fetched 7569 kB in 0s (58.0 MB/s)
Selecting previously unselected package rubygems-integration.
(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 .../00-rubygems-integration_1.18_all.deb ...
Unpacking rubygems-integration (1.18) ...
Selecting previously unselected package rake.
Preparing to unpack .../01-rake_13.0.6-3_all.deb ...
Unpacking rake (13.0.6-3) ...
Selecting previously unselected package ruby-net-telnet.
Preparing to unpack .../02-ruby-net-telnet_0.2.0-1_all.deb ...
Unpacking ruby-net-telnet (0.2.0-1) ...
Selecting previously unselected package ruby-webrick.
Preparing to unpack .../03-ruby-webrick_1.8.1-1_all.deb ...
Unpacking ruby-webrick (1.8.1-1) ...
Selecting previously unselected package ruby-xmlrpc.
Preparing to unpack .../04-ruby-xmlrpc_0.3.2-2_all.deb ...
Unpacking ruby-xmlrpc (0.3.2-2) ...
Selecting previously unselected package libruby:amd64.
Preparing to unpack .../05-libruby_1%3a3.1_amd64.deb ...
Unpacking libruby:amd64 (1:3.1) ...
Selecting previously unselected package ruby-sdbm:amd64.
Preparing to unpack .../06-ruby-sdbm_1.0.0-5+b1_amd64.deb ...
Unpacking ruby-sdbm:amd64 (1.0.0-5+b1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../07-libbsd0_0.11.7-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.11.7-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../08-libedit2_3.1-20221030-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20221030-2) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../09-libncurses6_6.4-4_amd64.deb ...
Unpacking libncurses6:amd64 (6.4-4) ...
Selecting previously unselected package libruby3.1:amd64.
Preparing to unpack .../10-libruby3.1_3.1.2-7+deb12u1_amd64.deb ...
Unpacking libruby3.1:amd64 (3.1.2-7+deb12u1) ...
Selecting previously unselected package ruby3.1.
Preparing to unpack .../11-ruby3.1_3.1.2-7+deb12u1_amd64.deb ...
Unpacking ruby3.1 (3.1.2-7+deb12u1) ...
Selecting previously unselected package ruby-rubygems.
Preparing to unpack .../12-ruby-rubygems_3.3.15-2_all.deb ...
Unpacking ruby-rubygems (3.3.15-2) ...
Selecting previously unselected package ruby.
Preparing to unpack .../13-ruby_1%3a3.1_amd64.deb ...
Unpacking ruby (1:3.1) ...
Selecting previously unselected package ruby-debian.
Preparing to unpack .../14-ruby-debian_0.3.10+b8_amd64.deb ...
Unpacking ruby-debian (0.3.10+b8) ...
Selecting previously unselected package ruby-locale.
Preparing to unpack .../15-ruby-locale_2.1.3-1_all.deb ...
Unpacking ruby-locale (2.1.3-1) ...
Selecting previously unselected package ruby-text.
Preparing to unpack .../16-ruby-text_1.3.1-1_all.deb ...
Unpacking ruby-text (1.3.1-1) ...
Selecting previously unselected package ruby-gettext.
Preparing to unpack .../17-ruby-gettext_3.3.3-2_all.deb ...
Unpacking ruby-gettext (3.3.3-2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../18-libexpat1_2.5.0-1+deb12u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package ruby-xmlparser:amd64.
Preparing to unpack .../19-ruby-xmlparser_0.7.3-4+b4_amd64.deb ...
Unpacking ruby-xmlparser:amd64 (0.7.3-4+b4) ...
Selecting previously unselected package ruby-soap4r.
Preparing to unpack .../20-ruby-soap4r_2.0.5-6_all.deb ...
Unpacking ruby-soap4r (2.0.5-6) ...
Selecting previously unselected package ruby-unicode.
Preparing to unpack .../21-ruby-unicode_0.4.4.4-1+b5_amd64.deb ...
Unpacking ruby-unicode (0.4.4.4-1+b5) ...
Selecting previously unselected package apt-listbugs.
Preparing to unpack .../22-apt-listbugs.deb ...
Unpacking apt-listbugs (0.1.40) ...
Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ...
Setting up rubygems-integration (1.18) ...
Setting up ruby-locale (2.1.3-1) ...
Setting up libncurses6:amd64 (6.4-4) ...
Setting up ruby-net-telnet (0.2.0-1) ...
Setting up ruby-webrick (1.8.1-1) ...
Setting up libbsd0:amd64 (0.11.7-2) ...
Setting up ruby-text (1.3.1-1) ...
Setting up ruby-xmlrpc (0.3.2-2) ...
Setting up libedit2:amd64 (3.1-20221030-2) ...
Setting up rake (13.0.6-3) ...
Setting up libruby:amd64 (1:3.1) ...
Setting up ruby-rubygems (3.3.15-2) ...
Setting up ruby-sdbm:amd64 (1.0.0-5+b1) ...
Setting up libruby3.1:amd64 (3.1.2-7+deb12u1) ...
Setting up ruby-xmlparser:amd64 (0.7.3-4+b4) ...
Setting up ruby3.1 (3.1.2-7+deb12u1) ...
Setting up ruby (1:3.1) ...
Setting up ruby-unicode (0.4.4.4-1+b5) ...
Setting up ruby-gettext (3.3.3-2) ...
Setting up ruby-debian (0.3.10+b8) ...
Setting up ruby-soap4r (2.0.5-6) ...
Setting up apt-listbugs (0.1.40) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for man-db (2.11.2-2) ...
autopkgtest [21:20:51]: test smoke: [-----------------------
0.1.40
autopkgtest [21:20:52]: test smoke: -----------------------]
smoke                PASS (superficial)
autopkgtest [21:20:52]: test smoke:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [21:20:53]: test live: preparing testbed
Get:1 file:/tmp/autopkgtest.Q60EZo/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.Q60EZo/binaries  InRelease
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.Q60EZo/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.Q60EZo/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/2672 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.Q60EZo/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.Q60EZo/binaries  apt-utils 2.6.1 [309 kB]
Get:4 file:/tmp/autopkgtest.Q60EZo/binaries  apt-listbugs 0.1.40 [83.8 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 ... 22189 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 ... 22189 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 ... 22189 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/./apt-listbugs.deb ...
Unpacking apt-listbugs (0.1.40) over (0.1.40) ...
Setting up apt-utils (2.6.1) ...
Setting up apt-listbugs (0.1.40) ...
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
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
autopkgtest [21:20:57]: test live: [-----------------------
serious bugs of apt (→ ) <Outstanding>
 b1 - #922223 - apt: terminate called after throwing an instance of 'std::logic_error' ... Aborted
serious bugs of apt (→ ) <Resolved in some Version>
 b2 - #1088656 - apt: Regression with keyrings not ending in .gpg/.asc (Fixed: apt/2.9.16)
Summary:
 apt(2 bugs)
APT_HOOK_INFO_FD set to 5
normal bugs of apt-listbugs (→ ) <Outstanding>
 b1 - #536613 - apt-listbugs: lists no bugs and returns 0 for non existing packages
 b2 - #693291 - apt-listbugs: gets confused about version tracking when versions for other packages are present
wishlist bugs of apt-listbugs (→ ) <Outstanding>
 b3 - #192787 - apt-get invokes apt-list-bugs after downloading
   Merged with: 324317 476951 549595 633872 929259
 b4 - #257873 - apt-listbugs: gets confused about version tracking when source version differs from binary version
Summary:
 apt-listbugs(4 bugs)
autopkgtest [21:21:02]: test live: -----------------------]
live                 PASS
autopkgtest [21:21:02]: test live:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [21:21:02]: test rss: preparing testbed
Get:1 file:/tmp/autopkgtest.Q60EZo/binaries  InRelease
Ign:1 file:/tmp/autopkgtest.Q60EZo/binaries  InRelease
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  Release [816 B]
Get:3 file:/tmp/autopkgtest.Q60EZo/binaries  Release.gpg
Ign:3 file:/tmp/autopkgtest.Q60EZo/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/2672 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.Q60EZo/binaries  libapt-pkg6.0 2.6.1 [906 kB]
Get:2 file:/tmp/autopkgtest.Q60EZo/binaries  apt 2.6.1 [1373 kB]
Get:3 file:/tmp/autopkgtest.Q60EZo/binaries  apt-utils 2.6.1 [309 kB]
Get:4 file:/tmp/autopkgtest.Q60EZo/binaries  apt-listbugs 0.1.40 [83.8 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 ... 22189 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 ... 22189 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 ... 22189 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/./apt-listbugs.deb ...
Unpacking apt-listbugs (0.1.40) over (0.1.40) ...
Setting up apt-utils (2.6.1) ...
Setting up apt-listbugs (0.1.40) ...
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
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
autopkgtest [21:21:06]: test rss: [-----------------------
autopkgtest [21:21:11]: test rss: -----------------------]
autopkgtest [21:21:11]: test rss:  - - - - - - - - - - results - - - - - - - - - -
rss                  PASS
autopkgtest [21:21:11]: @@@@@@@@@@@@@@@@@@@@ summary
proxy                SKIP Test restriction "isolation-container" requires testbed capability "isolation-container" and/or "isolation-machine"
proxy                SKIP Test restriction "isolation-container" requires testbed capability "isolation-container" and/or "isolation-machine"
unit_test            PASS
smoke                PASS (superficial)
live                 PASS
rss                  PASS

aborted: False
returncode: 2

Files in working directory:
artifact-dir
artifact-dir/artifacts
artifact-dir/artifacts/apt-listbugs-h.out
artifact-dir/artifacts/bugs_apt.rss
artifact-dir/artifacts/bugs_installedpackages.rss
artifact-dir/binaries
artifact-dir/binaries/apt-dbgsym.deb
artifact-dir/binaries/apt-doc.deb
artifact-dir/binaries/apt-listbugs.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/live-packages
artifact-dir/live-stdout
artifact-dir/log
artifact-dir/rss-packages
artifact-dir/smoke-packages
artifact-dir/smoke-stdout
artifact-dir/summary
artifact-dir/testbed-packages
artifact-dir/testinfo.json
artifact-dir/testpkg-version
artifact-dir/unit_test-packages
artifact-dir/unit_test-stdout
--------------------

Relations

Relation Direction Type Name
relates-to Source package apt-listbugs_0.1.40
relates-to Binary package apt-listbugs_0.1.40_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