summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-ptest-python3-more-itertools/ptest-raw.log
blob: 05595af1bdcab79bc0051edb727ddf4fde1c0903 (plain)
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
START: ptest-runner
2023-07-19T01:17
BEGIN: /usr/lib/python3-more-itertools/ptest
PASS: tests/test_more.py:ChunkedTests.test_even
PASS: tests/test_more.py:ChunkedTests.test_none
PASS: tests/test_more.py:ChunkedTests.test_odd
PASS: tests/test_more.py:ChunkedTests.test_strict_being_true
PASS: tests/test_more.py:ChunkedTests.test_strict_being_true_with_size_none
PASS: tests/test_more.py:ChunkedTests.test_strict_false
PASS: tests/test_more.py:FirstTests.test_default
PASS: tests/test_more.py:FirstTests.test_empty_stop_iteration
PASS: tests/test_more.py:FirstTests.test_many
PASS: tests/test_more.py:FirstTests.test_one
PASS: tests/test_more.py:LastTests.test_basic
PASS: tests/test_more.py:LastTests.test_default
PASS: tests/test_more.py:LastTests.test_empty
PASS: tests/test_more.py:NthOrLastTests.test_basic
PASS: tests/test_more.py:NthOrLastTests.test_default_value
PASS: tests/test_more.py:NthOrLastTests.test_empty_iterable_no_default
PASS: tests/test_more.py:PeekableTests.test_empty
PASS: tests/test_more.py:PeekableTests.test_indexing
PASS: tests/test_more.py:PeekableTests.test_multi_prepend
PASS: tests/test_more.py:PeekableTests.test_multi_prepend_peek
PASS: tests/test_more.py:PeekableTests.test_passthrough
PASS: tests/test_more.py:PeekableTests.test_peek_default
PASS: tests/test_more.py:PeekableTests.test_prepend
PASS: tests/test_more.py:PeekableTests.test_prepend_after_stop
PASS: tests/test_more.py:PeekableTests.test_prepend_indexing
PASS: tests/test_more.py:PeekableTests.test_prepend_iterable
PASS: tests/test_more.py:PeekableTests.test_prepend_many
PASS: tests/test_more.py:PeekableTests.test_prepend_reversed
PASS: tests/test_more.py:PeekableTests.test_prepend_slicing
PASS: tests/test_more.py:PeekableTests.test_prepend_truthiness
PASS: tests/test_more.py:PeekableTests.test_simple_peeking
PASS: tests/test_more.py:PeekableTests.test_slicing
PASS: tests/test_more.py:PeekableTests.test_slicing_error
PASS: tests/test_more.py:PeekableTests.test_slicing_reset
PASS: tests/test_more.py:PeekableTests.test_truthiness
PASS: tests/test_more.py:ConsumerTests.test_consumer
PASS: tests/test_more.py:DistinctPermutationsTests.test_distinct_permutations
PASS: tests/test_more.py:DistinctPermutationsTests.test_other_iterables
PASS: tests/test_more.py:DistinctPermutationsTests.test_r
PASS: tests/test_more.py:IlenTests.test_ilen
PASS: tests/test_more.py:MinMaxTests.test_basic
PASS: tests/test_more.py:MinMaxTests.test_default
PASS: tests/test_more.py:MinMaxTests.test_iterables
PASS: tests/test_more.py:MinMaxTests.test_key
PASS: tests/test_more.py:MinMaxTests.test_unpacked
PASS: tests/test_more.py:WithIterTests.test_with_iter
PASS: tests/test_more.py:OneTests.test_basic
PASS: tests/test_more.py:OneTests.test_too_long
PASS: tests/test_more.py:OneTests.test_too_long_default_message
PASS: tests/test_more.py:OneTests.test_too_short
PASS: tests/test_more.py:IntersperseTest.test_even
PASS: tests/test_more.py:IntersperseTest.test_n
PASS: tests/test_more.py:IntersperseTest.test_n_zero
PASS: tests/test_more.py:IntersperseTest.test_nested
PASS: tests/test_more.py:IntersperseTest.test_not_iterable
PASS: tests/test_more.py:IntersperseTest.test_odd
PASS: tests/test_more.py:UniqueToEachTests.test_all_unique
PASS: tests/test_more.py:UniqueToEachTests.test_duplicates
PASS: tests/test_more.py:UniqueToEachTests.test_mixed
PASS: tests/test_more.py:WindowedTests.test_basic
PASS: tests/test_more.py:WindowedTests.test_fillvalue
PASS: tests/test_more.py:WindowedTests.test_fillvalue_step
PASS: tests/test_more.py:WindowedTests.test_invalid_step
PASS: tests/test_more.py:WindowedTests.test_negative
PASS: tests/test_more.py:WindowedTests.test_step
PASS: tests/test_more.py:SubstringsTests.test_basic
PASS: tests/test_more.py:SubstringsTests.test_empty
PASS: tests/test_more.py:SubstringsTests.test_order
PASS: tests/test_more.py:SubstringsTests.test_strings
PASS: tests/test_more.py:SubstringsIndexesTests.test_basic
PASS: tests/test_more.py:SubstringsIndexesTests.test_empty
PASS: tests/test_more.py:SubstringsIndexesTests.test_order
PASS: tests/test_more.py:SubstringsIndexesTests.test_reverse
PASS: tests/test_more.py:SubstringsIndexesTests.test_strings
PASS: tests/test_more.py:BucketTests.test_basic
PASS: tests/test_more.py:BucketTests.test_in
PASS: tests/test_more.py:BucketTests.test_list
PASS: tests/test_more.py:BucketTests.test_list_validator
PASS: tests/test_more.py:BucketTests.test_validator
PASS: tests/test_more.py:SpyTests.test_basic
PASS: tests/test_more.py:SpyTests.test_immutable
PASS: tests/test_more.py:SpyTests.test_too_many
PASS: tests/test_more.py:SpyTests.test_unpacking
PASS: tests/test_more.py:SpyTests.test_zero
PASS: tests/test_more.py:InterleaveTests.test_even
PASS: tests/test_more.py:InterleaveTests.test_mixed_types
PASS: tests/test_more.py:InterleaveTests.test_short
PASS: tests/test_more.py:InterleaveLongestTests.test_even
PASS: tests/test_more.py:InterleaveLongestTests.test_mixed_types
PASS: tests/test_more.py:InterleaveLongestTests.test_short
PASS: tests/test_more.py:InterleaveEvenlyTests.test_argument_mismatch_raises
PASS: tests/test_more.py:InterleaveEvenlyTests.test_degenerate_empty
PASS: tests/test_more.py:InterleaveEvenlyTests.test_degenerate_one
PASS: tests/test_more.py:InterleaveEvenlyTests.test_equal_lengths
PASS: tests/test_more.py:InterleaveEvenlyTests.test_manual_lengths
PASS: tests/test_more.py:InterleaveEvenlyTests.test_many_iters
PASS: tests/test_more.py:InterleaveEvenlyTests.test_no_length_raises
PASS: tests/test_more.py:InterleaveEvenlyTests.test_not_proportional
PASS: tests/test_more.py:InterleaveEvenlyTests.test_proportional
PASS: tests/test_more.py:InterleaveEvenlyTests.test_three_iters
PASS: tests/test_more.py:TestCollapse.test_collapse
PASS: tests/test_more.py:TestCollapse.test_collapse_flatten
PASS: tests/test_more.py:TestCollapse.test_collapse_to_bytes
PASS: tests/test_more.py:TestCollapse.test_collapse_to_level
PASS: tests/test_more.py:TestCollapse.test_collapse_to_list
PASS: tests/test_more.py:TestCollapse.test_collapse_to_string
PASS: tests/test_more.py:SideEffectTests.test_before_after
PASS: tests/test_more.py:SideEffectTests.test_before_fails
PASS: tests/test_more.py:SideEffectTests.test_chunked
PASS: tests/test_more.py:SideEffectTests.test_individual
PASS: tests/test_more.py:SlicedTests.test_even
PASS: tests/test_more.py:SlicedTests.test_not_sliceable
PASS: tests/test_more.py:SlicedTests.test_numpy_like_array
PASS: tests/test_more.py:SlicedTests.test_odd
PASS: tests/test_more.py:SlicedTests.test_odd_and_strict
PASS: tests/test_more.py:SplitAtTests.test_basic
PASS: tests/test_more.py:SplitAtTests.test_combination
PASS: tests/test_more.py:SplitAtTests.test_keep_separator
PASS: tests/test_more.py:SplitAtTests.test_maxsplit
PASS: tests/test_more.py:SplitBeforeTest.test_empty_collection
PASS: tests/test_more.py:SplitBeforeTest.test_ends_with_sep
PASS: tests/test_more.py:SplitBeforeTest.test_max_split
PASS: tests/test_more.py:SplitBeforeTest.test_no_sep
PASS: tests/test_more.py:SplitBeforeTest.test_starts_with_sep
PASS: tests/test_more.py:SplitAfterTest.test_ends_with_sep
PASS: tests/test_more.py:SplitAfterTest.test_max_split
PASS: tests/test_more.py:SplitAfterTest.test_no_sep
PASS: tests/test_more.py:SplitAfterTest.test_starts_with_sep
PASS: tests/test_more.py:SplitWhenTests.test_after_emulation_ends_with_sep
PASS: tests/test_more.py:SplitWhenTests.test_after_emulation_no_sep
PASS: tests/test_more.py:SplitWhenTests.test_after_emulation_starts_with_sep
PASS: tests/test_more.py:SplitWhenTests.test_before_emulation_ends_with_sep
PASS: tests/test_more.py:SplitWhenTests.test_before_emulation_no_sep
PASS: tests/test_more.py:SplitWhenTests.test_before_emulation_starts_with_sep
PASS: tests/test_more.py:SplitWhenTests.test_empty_iterable
PASS: tests/test_more.py:SplitWhenTests.test_max_split
PASS: tests/test_more.py:SplitWhenTests.test_one_element
PASS: tests/test_more.py:SplitWhenTests.test_one_element_is_first_item
PASS: tests/test_more.py:SplitWhenTests.test_one_element_is_second_item
PASS: tests/test_more.py:SplitIntoTests.test_bool_in_sizes
PASS: tests/test_more.py:SplitIntoTests.test_both_empty
PASS: tests/test_more.py:SplitIntoTests.test_generator_iterable_integrity
PASS: tests/test_more.py:SplitIntoTests.test_generator_sizes_integrity
PASS: tests/test_more.py:SplitIntoTests.test_invalid_in_sizes
PASS: tests/test_more.py:SplitIntoTests.test_invalid_in_sizes_after_none
PASS: tests/test_more.py:SplitIntoTests.test_iterable_empty
PASS: tests/test_more.py:SplitIntoTests.test_iterable_empty_using_none
PASS: tests/test_more.py:SplitIntoTests.test_iterable_just_right
PASS: tests/test_more.py:SplitIntoTests.test_iterable_too_large
PASS: tests/test_more.py:SplitIntoTests.test_iterable_too_small
PASS: tests/test_more.py:SplitIntoTests.test_iterable_too_small_extra
PASS: tests/test_more.py:SplitIntoTests.test_sizes_empty
PASS: tests/test_more.py:SplitIntoTests.test_using_none_mid_sizes
PASS: tests/test_more.py:SplitIntoTests.test_using_none_with_leftover
PASS: tests/test_more.py:SplitIntoTests.test_using_none_without_leftover
PASS: tests/test_more.py:PaddedTest.test_invalid_n
PASS: tests/test_more.py:PaddedTest.test_next_multiple
PASS: tests/test_more.py:PaddedTest.test_no_n
PASS: tests/test_more.py:PaddedTest.test_valid_n
PASS: tests/test_more.py:RepeatEachTests.test_basic
PASS: tests/test_more.py:RepeatEachTests.test_default
PASS: tests/test_more.py:RepeatEachTests.test_empty
PASS: tests/test_more.py:RepeatEachTests.test_infinite_input
PASS: tests/test_more.py:RepeatEachTests.test_negative_repeat
PASS: tests/test_more.py:RepeatEachTests.test_no_repeat
PASS: tests/test_more.py:RepeatLastTests.test_basic
PASS: tests/test_more.py:RepeatLastTests.test_default_value
PASS: tests/test_more.py:RepeatLastTests.test_empty_iterable
PASS: tests/test_more.py:DistributeTest.test_basic
PASS: tests/test_more.py:DistributeTest.test_invalid_n
PASS: tests/test_more.py:DistributeTest.test_large_n
PASS: tests/test_more.py:StaggerTest.test_default
PASS: tests/test_more.py:StaggerTest.test_longest
PASS: tests/test_more.py:StaggerTest.test_offsets
PASS: tests/test_more.py:ZipEqualTest.test_deprecation
PASS: tests/test_more.py:ZipEqualTest.test_equal
PASS: tests/test_more.py:ZipEqualTest.test_unequal_lists
PASS: tests/test_more.py:ZipOffsetTest.test_longest
PASS: tests/test_more.py:ZipOffsetTest.test_mismatch
PASS: tests/test_more.py:ZipOffsetTest.test_shortest
PASS: tests/test_more.py:UnzipTests.test_empty_iterable
PASS: tests/test_more.py:UnzipTests.test_improperly_zipped
PASS: tests/test_more.py:UnzipTests.test_increasingly_zipped
PASS: tests/test_more.py:UnzipTests.test_length_one_iterable
PASS: tests/test_more.py:UnzipTests.test_normal_case
PASS: tests/test_more.py:SortTogetherTest.test_invalid_key_list
PASS: tests/test_more.py:SortTogetherTest.test_key_function
PASS: tests/test_more.py:SortTogetherTest.test_key_list
PASS: tests/test_more.py:SortTogetherTest.test_reverse
PASS: tests/test_more.py:SortTogetherTest.test_uneven_iterables
PASS: tests/test_more.py:DivideTest.test_basic
PASS: tests/test_more.py:DivideTest.test_invalid_n
PASS: tests/test_more.py:DivideTest.test_large_n
PASS: tests/test_more.py:TestAlwaysIterable.test_base_type
PASS: tests/test_more.py:TestAlwaysIterable.test_generator
PASS: tests/test_more.py:TestAlwaysIterable.test_iterables
PASS: tests/test_more.py:TestAlwaysIterable.test_none
PASS: tests/test_more.py:TestAlwaysIterable.test_single
PASS: tests/test_more.py:TestAlwaysIterable.test_strings
PASS: tests/test_more.py:AdjacentTests.test_call_once
PASS: tests/test_more.py:AdjacentTests.test_consecutive_true
PASS: tests/test_more.py:AdjacentTests.test_distance
PASS: tests/test_more.py:AdjacentTests.test_empty_iterable
PASS: tests/test_more.py:AdjacentTests.test_grouping
PASS: tests/test_more.py:AdjacentTests.test_large_distance
PASS: tests/test_more.py:AdjacentTests.test_length_one
PASS: tests/test_more.py:AdjacentTests.test_negative_distance
PASS: tests/test_more.py:AdjacentTests.test_typical
PASS: tests/test_more.py:AdjacentTests.test_zero_distance
PASS: tests/test_more.py:GroupByTransformTests.test_default_funcs
PASS: tests/test_more.py:GroupByTransformTests.test_no_valuefunc
PASS: tests/test_more.py:GroupByTransformTests.test_reducefunc
PASS: tests/test_more.py:GroupByTransformTests.test_valuefunc
PASS: tests/test_more.py:NumericRangeTests.test_arg_count
PASS: tests/test_more.py:NumericRangeTests.test_bad_key
PASS: tests/test_more.py:NumericRangeTests.test_basic
PASS: tests/test_more.py:NumericRangeTests.test_bool
PASS: tests/test_more.py:NumericRangeTests.test_contains
PASS: tests/test_more.py:NumericRangeTests.test_count
PASS: tests/test_more.py:NumericRangeTests.test_eq
PASS: tests/test_more.py:NumericRangeTests.test_get_item_by_index
PASS: tests/test_more.py:NumericRangeTests.test_get_item_by_slice
PASS: tests/test_more.py:NumericRangeTests.test_hash
PASS: tests/test_more.py:NumericRangeTests.test_index
PASS: tests/test_more.py:NumericRangeTests.test_iter_twice
PASS: tests/test_more.py:NumericRangeTests.test_len
PASS: tests/test_more.py:NumericRangeTests.test_parent_classes
PASS: tests/test_more.py:NumericRangeTests.test_pickle
PASS: tests/test_more.py:NumericRangeTests.test_repr
PASS: tests/test_more.py:NumericRangeTests.test_reversed
PASS: tests/test_more.py:NumericRangeTests.test_zero_step
PASS: tests/test_more.py:CountCycleTests.test_basic
PASS: tests/test_more.py:CountCycleTests.test_empty
PASS: tests/test_more.py:CountCycleTests.test_negative
PASS: tests/test_more.py:MarkEndsTests.test_basic
PASS: tests/test_more.py:LocateTests.test_custom_pred
PASS: tests/test_more.py:LocateTests.test_default_pred
PASS: tests/test_more.py:LocateTests.test_no_matches
PASS: tests/test_more.py:LocateTests.test_window_size
PASS: tests/test_more.py:LocateTests.test_window_size_large
PASS: tests/test_more.py:LocateTests.test_window_size_zero
PASS: tests/test_more.py:StripFunctionTests.test_hashable
PASS: tests/test_more.py:StripFunctionTests.test_math
PASS: tests/test_more.py:StripFunctionTests.test_not_hashable
PASS: tests/test_more.py:IsliceExtendedTests.test_all
PASS: tests/test_more.py:IsliceExtendedTests.test_invalid_slice
PASS: tests/test_more.py:IsliceExtendedTests.test_slicing
PASS: tests/test_more.py:IsliceExtendedTests.test_slicing_extensive
PASS: tests/test_more.py:IsliceExtendedTests.test_zero_step
PASS: tests/test_more.py:ConsecutiveGroupsTest.test_custom_ordering
PASS: tests/test_more.py:ConsecutiveGroupsTest.test_exotic_ordering
PASS: tests/test_more.py:ConsecutiveGroupsTest.test_numbers
PASS: tests/test_more.py:DifferenceTest.test_custom
PASS: tests/test_more.py:DifferenceTest.test_empty
PASS: tests/test_more.py:DifferenceTest.test_initial
PASS: tests/test_more.py:DifferenceTest.test_normal
PASS: tests/test_more.py:DifferenceTest.test_one
PASS: tests/test_more.py:DifferenceTest.test_roundtrip
PASS: tests/test_more.py:SeekableTest.test_elements
PASS: tests/test_more.py:SeekableTest.test_exhaustion_reset
PASS: tests/test_more.py:SeekableTest.test_forward
PASS: tests/test_more.py:SeekableTest.test_maxlen
PASS: tests/test_more.py:SeekableTest.test_maxlen_zero
PASS: tests/test_more.py:SeekableTest.test_partial_reset
PASS: tests/test_more.py:SeekableTest.test_passthrough
PASS: tests/test_more.py:SeekableTest.test_past_end
PASS: tests/test_more.py:SeekableTest.test_peek_default
PASS: tests/test_more.py:SeekableTest.test_simple_peeking
PASS: tests/test_more.py:SeekableTest.test_truthiness
PASS: tests/test_more.py:SequenceViewTests.test_abc_methods
PASS: tests/test_more.py:SequenceViewTests.test_indexing
PASS: tests/test_more.py:SequenceViewTests.test_init
PASS: tests/test_more.py:SequenceViewTests.test_slicing
PASS: tests/test_more.py:SequenceViewTests.test_update
PASS: tests/test_more.py:RunLengthTest.test_decode
PASS: tests/test_more.py:RunLengthTest.test_encode
PASS: tests/test_more.py:ExactlyNTests.test_empty
PASS: tests/test_more.py:ExactlyNTests.test_false
PASS: tests/test_more.py:ExactlyNTests.test_true
PASS: tests/test_more.py:AlwaysReversibleTests.test_nonseq_reversed
PASS: tests/test_more.py:AlwaysReversibleTests.test_regular_reversed
PASS: tests/test_more.py:CircularShiftsTests.test_duplicates
PASS: tests/test_more.py:CircularShiftsTests.test_empty
PASS: tests/test_more.py:CircularShiftsTests.test_simple_circular_shifts
PASS: tests/test_more.py:MakeDecoratorTests.test_basic
PASS: tests/test_more.py:MakeDecoratorTests.test_result_index
PASS: tests/test_more.py:MakeDecoratorTests.test_wrap_class
PASS: tests/test_more.py:MapReduceTests.test_default
PASS: tests/test_more.py:MapReduceTests.test_reducefunc
PASS: tests/test_more.py:MapReduceTests.test_ret
PASS: tests/test_more.py:MapReduceTests.test_valuefunc
PASS: tests/test_more.py:RlocateTests.test_custom_pred
PASS: tests/test_more.py:RlocateTests.test_default_pred
PASS: tests/test_more.py:RlocateTests.test_efficient_reversal
PASS: tests/test_more.py:RlocateTests.test_no_matches
PASS: tests/test_more.py:RlocateTests.test_window_size
PASS: tests/test_more.py:RlocateTests.test_window_size_large
PASS: tests/test_more.py:RlocateTests.test_window_size_zero
PASS: tests/test_more.py:ReplaceTests.test_basic
PASS: tests/test_more.py:ReplaceTests.test_count
PASS: tests/test_more.py:ReplaceTests.test_iterable_substitutes
PASS: tests/test_more.py:ReplaceTests.test_window_size
PASS: tests/test_more.py:ReplaceTests.test_window_size_count
PASS: tests/test_more.py:ReplaceTests.test_window_size_end
PASS: tests/test_more.py:ReplaceTests.test_window_size_large
PASS: tests/test_more.py:ReplaceTests.test_window_size_zero
PASS: tests/test_more.py:PartitionsTest.test_duplicates
PASS: tests/test_more.py:PartitionsTest.test_empty
PASS: tests/test_more.py:PartitionsTest.test_order
PASS: tests/test_more.py:PartitionsTest.test_types
PASS: tests/test_more.py:SetPartitionsTests.test_duplicates
PASS: tests/test_more.py:SetPartitionsTests.test_each_correct
PASS: tests/test_more.py:SetPartitionsTests.test_found_all
PASS: tests/test_more.py:SetPartitionsTests.test_no_group
PASS: tests/test_more.py:SetPartitionsTests.test_repeated
PASS: tests/test_more.py:SetPartitionsTests.test_stirling_numbers
PASS: tests/test_more.py:SetPartitionsTests.test_to_many_groups
PASS: tests/test_more.py:TimeLimitedTests.test_basic
PASS: tests/test_more.py:TimeLimitedTests.test_complete
PASS: tests/test_more.py:TimeLimitedTests.test_invalid_limit
PASS: tests/test_more.py:TimeLimitedTests.test_zero_limit
PASS: tests/test_more.py:OnlyTests.test_custom_exception
PASS: tests/test_more.py:OnlyTests.test_custom_value
PASS: tests/test_more.py:OnlyTests.test_default_exception_message
PASS: tests/test_more.py:OnlyTests.test_defaults
PASS: tests/test_more.py:IchunkedTests.test_even
PASS: tests/test_more.py:IchunkedTests.test_laziness
PASS: tests/test_more.py:IchunkedTests.test_memory_in_order
PASS: tests/test_more.py:IchunkedTests.test_negative
PASS: tests/test_more.py:IchunkedTests.test_odd
PASS: tests/test_more.py:IchunkedTests.test_out_of_order
PASS: tests/test_more.py:IchunkedTests.test_zero
PASS: tests/test_more.py:DistinctCombinationsTests.test_basic
PASS: tests/test_more.py:DistinctCombinationsTests.test_empty
PASS: tests/test_more.py:DistinctCombinationsTests.test_negative
PASS: tests/test_more.py:FilterExceptTests.test_false
PASS: tests/test_more.py:FilterExceptTests.test_multiple
PASS: tests/test_more.py:FilterExceptTests.test_no_exceptions_pass
PASS: tests/test_more.py:FilterExceptTests.test_no_exceptions_raise
PASS: tests/test_more.py:FilterExceptTests.test_raise
PASS: tests/test_more.py:MapExceptTests.test_multiple
PASS: tests/test_more.py:MapExceptTests.test_no_exceptions_pass
PASS: tests/test_more.py:MapExceptTests.test_no_exceptions_raise
PASS: tests/test_more.py:MapExceptTests.test_raise
PASS: tests/test_more.py:MapIfTests.test_empty
PASS: tests/test_more.py:MapIfTests.test_with_func_else
PASS: tests/test_more.py:MapIfTests.test_without_func_else
PASS: tests/test_more.py:SampleTests.test_invariance_under_permutations_unweighted
PASS: tests/test_more.py:SampleTests.test_invariance_under_permutations_weighted
PASS: tests/test_more.py:SampleTests.test_length
PASS: tests/test_more.py:SampleTests.test_samling_entire_iterable
PASS: tests/test_more.py:SampleTests.test_scale_invariance_of_weights
PASS: tests/test_more.py:SampleTests.test_unit_case
PASS: tests/test_more.py:IsSortedTests.test_basic
PASS: tests/test_more.py:CallbackIterTests.test_abort
PASS: tests/test_more.py:CallbackIterTests.test_basic
PASS: tests/test_more.py:CallbackIterTests.test_callback_kwd
PASS: tests/test_more.py:CallbackIterTests.test_exception
PASS: tests/test_more.py:CallbackIterTests.test_no_result
PASS: tests/test_more.py:CallbackIterTests.test_partial_consumption
PASS: tests/test_more.py:WindowedCompleteTests.test_basic
PASS: tests/test_more.py:WindowedCompleteTests.test_every_partition
PASS: tests/test_more.py:WindowedCompleteTests.test_wrong_length
PASS: tests/test_more.py:WindowedCompleteTests.test_zero_length
PASS: tests/test_more.py:AllUniqueTests.test_basic
PASS: tests/test_more.py:AllUniqueTests.test_infinite
PASS: tests/test_more.py:AllUniqueTests.test_key
PASS: tests/test_more.py:AllUniqueTests.test_non_hashable
PASS: tests/test_more.py:AllUniqueTests.test_partially_hashable
PASS: tests/test_more.py:NthProductTests.test_basic
PASS: tests/test_more.py:NthProductTests.test_invalid_index
PASS: tests/test_more.py:NthProductTests.test_long
PASS: tests/test_more.py:NthProductTests.test_negative
PASS: tests/test_more.py:ValueChainTests.test_complex
PASS: tests/test_more.py:ValueChainTests.test_empty
PASS: tests/test_more.py:ValueChainTests.test_empty_lists
PASS: tests/test_more.py:ValueChainTests.test_more
PASS: tests/test_more.py:ValueChainTests.test_simple
PASS: tests/test_more.py:ProductIndexTests.test_basic
PASS: tests/test_more.py:ProductIndexTests.test_invalid_empty
PASS: tests/test_more.py:ProductIndexTests.test_invalid_large
PASS: tests/test_more.py:ProductIndexTests.test_invalid_match
PASS: tests/test_more.py:ProductIndexTests.test_invalid_small
PASS: tests/test_more.py:ProductIndexTests.test_long
PASS: tests/test_more.py:ProductIndexTests.test_multiplicity
PASS: tests/test_more.py:CombinationIndexTests.test_invalid_large
PASS: tests/test_more.py:CombinationIndexTests.test_invalid_match
PASS: tests/test_more.py:CombinationIndexTests.test_invalid_order
PASS: tests/test_more.py:CombinationIndexTests.test_long
PASS: tests/test_more.py:CombinationIndexTests.test_multiplicity
PASS: tests/test_more.py:CombinationIndexTests.test_null
PASS: tests/test_more.py:CombinationIndexTests.test_r_equal_to_n
PASS: tests/test_more.py:CombinationIndexTests.test_r_less_than_n
PASS: tests/test_more.py:PermutationIndexTests.test_invalid_large
PASS: tests/test_more.py:PermutationIndexTests.test_invalid_match
PASS: tests/test_more.py:PermutationIndexTests.test_long
PASS: tests/test_more.py:PermutationIndexTests.test_multiplicity
PASS: tests/test_more.py:PermutationIndexTests.test_null
PASS: tests/test_more.py:PermutationIndexTests.test_r_equal_to_n
PASS: tests/test_more.py:PermutationIndexTests.test_r_less_than_n
PASS: tests/test_more.py:CountableTests.test_basic
PASS: tests/test_more.py:CountableTests.test_empty
PASS: tests/test_more.py:ChunkedEvenTests.test_0
PASS: tests/test_more.py:ChunkedEvenTests.test_1
PASS: tests/test_more.py:ChunkedEvenTests.test_4
PASS: tests/test_more.py:ChunkedEvenTests.test_5
PASS: tests/test_more.py:ChunkedEvenTests.test_6
PASS: tests/test_more.py:ChunkedEvenTests.test_7
PASS: tests/test_more.py:ChunkedEvenTests.test_evenness
PASS: tests/test_more.py:ChunkedEvenTests.test_infinite
PASS: tests/test_more.py:ZipBroadcastTests.test_basic
PASS: tests/test_more.py:ZipBroadcastTests.test_empty
PASS: tests/test_more.py:ZipBroadcastTests.test_scalar_types
PASS: tests/test_more.py:ZipBroadcastTests.test_strict
PASS: tests/test_more.py:UniqueInWindowTests.test_basic
PASS: tests/test_more.py:UniqueInWindowTests.test_invalid_n
PASS: tests/test_more.py:UniqueInWindowTests.test_key
PASS: tests/test_more.py:StrictlyNTests.test_basic
PASS: tests/test_more.py:StrictlyNTests.test_too_long_custom
PASS: tests/test_more.py:StrictlyNTests.test_too_long_default
PASS: tests/test_more.py:StrictlyNTests.test_too_short_custom
PASS: tests/test_more.py:StrictlyNTests.test_too_short_default
PASS: tests/test_more.py:DuplicatesEverSeenTests.test_basic
PASS: tests/test_more.py:DuplicatesEverSeenTests.test_key_hashable
PASS: tests/test_more.py:DuplicatesEverSeenTests.test_key_non_hashable
PASS: tests/test_more.py:DuplicatesEverSeenTests.test_key_partially_hashable
PASS: tests/test_more.py:DuplicatesEverSeenTests.test_non_hashable
PASS: tests/test_more.py:DuplicatesEverSeenTests.test_partially_hashable
PASS: tests/test_more.py:DuplicatesJustSeenTests.test_basic
PASS: tests/test_more.py:DuplicatesJustSeenTests.test_key_hashable
PASS: tests/test_more.py:DuplicatesJustSeenTests.test_key_non_hashable
PASS: tests/test_more.py:DuplicatesJustSeenTests.test_key_partially_hashable
PASS: tests/test_more.py:DuplicatesJustSeenTests.test_nested
PASS: tests/test_more.py:DuplicatesJustSeenTests.test_non_hashable
PASS: tests/test_more.py:DuplicatesJustSeenTests.test_partially_hashable
PASS: tests/test_more.py:LongestCommonPrefixTests.test_basic
PASS: tests/test_more.py:LongestCommonPrefixTests.test_contains_infinite_iterables
PASS: tests/test_more.py:LongestCommonPrefixTests.test_empty_iterables_only
PASS: tests/test_more.py:LongestCommonPrefixTests.test_includes_empty_iterables
PASS: tests/test_more.py:LongestCommonPrefixTests.test_infinite_iterables
PASS: tests/test_more.py:LongestCommonPrefixTests.test_iterators
PASS: tests/test_more.py:LongestCommonPrefixTests.test_no_iterables
PASS: tests/test_more.py:LongestCommonPrefixTests.test_non_hashable
PASS: tests/test_more.py:LongestCommonPrefixTests.test_prefix_contains_elements_of_the_first_iterable
PASS: tests/test_more.py:IequalsTests.test_basic
PASS: tests/test_more.py:IequalsTests.test_empty_iterables
PASS: tests/test_more.py:IequalsTests.test_more_than_two_iterable
PASS: tests/test_more.py:IequalsTests.test_no_iterables
PASS: tests/test_more.py:IequalsTests.test_none_is_not_a_sentinel
PASS: tests/test_more.py:IequalsTests.test_not_equal_lengths
PASS: tests/test_more.py:IequalsTests.test_not_identical_but_equal
PASS: tests/test_more.py:IequalsTests.test_one_iterable
PASS: tests/test_more.py:IequalsTests.test_order_matters
PASS: tests/test_more.py:ConstrainedBatchesTests.test_basic
PASS: tests/test_more.py:ConstrainedBatchesTests.test_get_len
PASS: tests/test_more.py:ConstrainedBatchesTests.test_max_count
PASS: tests/test_more.py:ConstrainedBatchesTests.test_strict
PASS: tests/test_more.py:GrayProductTests.test_basic
PASS: tests/test_more.py:GrayProductTests.test_errors
PASS: tests/test_more.py:GrayProductTests.test_vs_product
PASS: tests/test_recipes.py:TakeTests.test_negative_take
PASS: tests/test_recipes.py:TakeTests.test_null_take
PASS: tests/test_recipes.py:TakeTests.test_simple_take
PASS: tests/test_recipes.py:TakeTests.test_take_too_much
PASS: tests/test_recipes.py:TabulateTests.test_count
PASS: tests/test_recipes.py:TabulateTests.test_simple_tabulate
PASS: tests/test_recipes.py:TailTests.test_iterator_equal
PASS: tests/test_recipes.py:TailTests.test_iterator_greater
PASS: tests/test_recipes.py:TailTests.test_iterator_less
PASS: tests/test_recipes.py:TailTests.test_sized_equal
PASS: tests/test_recipes.py:TailTests.test_sized_greater
PASS: tests/test_recipes.py:TailTests.test_sized_less
PASS: tests/test_recipes.py:ConsumeTests.test_negative_consume
PASS: tests/test_recipes.py:ConsumeTests.test_null_consume
PASS: tests/test_recipes.py:ConsumeTests.test_sanity
PASS: tests/test_recipes.py:ConsumeTests.test_total_consume
PASS: tests/test_recipes.py:NthTests.test_basic
PASS: tests/test_recipes.py:NthTests.test_default
PASS: tests/test_recipes.py:NthTests.test_negative_item_raises
PASS: tests/test_recipes.py:AllEqualTests.test_empty
PASS: tests/test_recipes.py:AllEqualTests.test_false
PASS: tests/test_recipes.py:AllEqualTests.test_one
PASS: tests/test_recipes.py:AllEqualTests.test_tricky
PASS: tests/test_recipes.py:AllEqualTests.test_true
PASS: tests/test_recipes.py:QuantifyTests.test_custom_predicate
PASS: tests/test_recipes.py:QuantifyTests.test_happy_path
PASS: tests/test_recipes.py:PadnoneTests.test_basic
PASS: tests/test_recipes.py:NcyclesTests.test_happy_path
PASS: tests/test_recipes.py:NcyclesTests.test_null_case
PASS: tests/test_recipes.py:NcyclesTests.test_pathalogical_case
PASS: tests/test_recipes.py:DotproductTests.test_happy_path
PASS: tests/test_recipes.py:FlattenTests.test_basic_usage
PASS: tests/test_recipes.py:FlattenTests.test_single_level
PASS: tests/test_recipes.py:RepeatfuncTests.test_added_arguments
PASS: tests/test_recipes.py:RepeatfuncTests.test_finite_repeat
PASS: tests/test_recipes.py:RepeatfuncTests.test_null_times
PASS: tests/test_recipes.py:RepeatfuncTests.test_simple_repeat
PASS: tests/test_recipes.py:PairwiseTests.test_base_case
PASS: tests/test_recipes.py:PairwiseTests.test_short_case
PASS: tests/test_recipes.py:GrouperTests.test_basic
PASS: tests/test_recipes.py:GrouperTests.test_fill
PASS: tests/test_recipes.py:GrouperTests.test_ignore
PASS: tests/test_recipes.py:GrouperTests.test_invalid_incomplete
PASS: tests/test_recipes.py:GrouperTests.test_strict
PASS: tests/test_recipes.py:GrouperTests.test_strict_fails
PASS: tests/test_recipes.py:RoundrobinTests.test_even_groups
PASS: tests/test_recipes.py:RoundrobinTests.test_uneven_groups
PASS: tests/test_recipes.py:PartitionTests.test_arbitrary
PASS: tests/test_recipes.py:PartitionTests.test_bool
PASS: tests/test_recipes.py:PartitionTests.test_pred_is_none
PASS: tests/test_recipes.py:PowersetTests.test_combinatorics
PASS: tests/test_recipes.py:UniqueEverseenTests.test_custom_key
PASS: tests/test_recipes.py:UniqueEverseenTests.test_everseen
PASS: tests/test_recipes.py:UniqueEverseenTests.test_unhashable
PASS: tests/test_recipes.py:UniqueEverseenTests.test_unhashable_key
PASS: tests/test_recipes.py:UniqueJustseenTests.test_custom_key
PASS: tests/test_recipes.py:UniqueJustseenTests.test_justseen
PASS: tests/test_recipes.py:IterExceptTests.test_exact_exception
PASS: tests/test_recipes.py:IterExceptTests.test_first
PASS: tests/test_recipes.py:IterExceptTests.test_generic_exception
PASS: tests/test_recipes.py:IterExceptTests.test_multiple
PASS: tests/test_recipes.py:IterExceptTests.test_uncaught_exception_is_raised
PASS: tests/test_recipes.py:FirstTrueTests.test_default
PASS: tests/test_recipes.py:FirstTrueTests.test_nothing_true
PASS: tests/test_recipes.py:FirstTrueTests.test_pred
PASS: tests/test_recipes.py:FirstTrueTests.test_something_true
PASS: tests/test_recipes.py:RandomProductTests.test_list_with_repeat
PASS: tests/test_recipes.py:RandomProductTests.test_simple_lists
PASS: tests/test_recipes.py:RandomPermutationTests.test_full_permutation
PASS: tests/test_recipes.py:RandomPermutationTests.test_partial_permutation
PASS: tests/test_recipes.py:RandomCombinationTests.test_no_replacement
PASS: tests/test_recipes.py:RandomCombinationTests.test_pseudorandomness
PASS: tests/test_recipes.py:RandomCombinationWithReplacementTests.test_pseudorandomness
PASS: tests/test_recipes.py:RandomCombinationWithReplacementTests.test_replacement
PASS: tests/test_recipes.py:NthCombinationTests.test_basic
PASS: tests/test_recipes.py:NthCombinationTests.test_invalid_index
PASS: tests/test_recipes.py:NthCombinationTests.test_invalid_r
PASS: tests/test_recipes.py:NthCombinationTests.test_long
PASS: tests/test_recipes.py:NthPermutationTests.test_invalid_index
PASS: tests/test_recipes.py:NthPermutationTests.test_invalid_r
PASS: tests/test_recipes.py:NthPermutationTests.test_long
PASS: tests/test_recipes.py:NthPermutationTests.test_negative_index
PASS: tests/test_recipes.py:NthPermutationTests.test_null
PASS: tests/test_recipes.py:NthPermutationTests.test_r_equal_to_n
PASS: tests/test_recipes.py:NthPermutationTests.test_r_less_than_n
PASS: tests/test_recipes.py:PrependTests.test_basic
PASS: tests/test_recipes.py:PrependTests.test_multiple
PASS: tests/test_recipes.py:Convolvetests.test_derivative
PASS: tests/test_recipes.py:Convolvetests.test_infinite_signal
PASS: tests/test_recipes.py:Convolvetests.test_moving_average
PASS: tests/test_recipes.py:BeforeAndAfterTests.test_empty
PASS: tests/test_recipes.py:BeforeAndAfterTests.test_nested_remainder
PASS: tests/test_recipes.py:BeforeAndAfterTests.test_never_false
PASS: tests/test_recipes.py:BeforeAndAfterTests.test_never_true
PASS: tests/test_recipes.py:BeforeAndAfterTests.test_some_true
PASS: tests/test_recipes.py:TriplewiseTests.test_basic
PASS: tests/test_recipes.py:SlidingWindowTests.test_basic
PASS: tests/test_recipes.py:SubslicesTests.test_basic
PASS: tests/test_recipes.py:PolynomialFromRootsTests.test_basic
PASS: tests/test_recipes.py:IterIndexTests.test_basic
PASS: tests/test_recipes.py:IterIndexTests.test_start
PASS: tests/test_recipes.py:SieveTests.test_basic
PASS: tests/test_recipes.py:SieveTests.test_prime_counts
PASS: tests/test_recipes.py:SieveTests.test_small_numbers
PASS: tests/test_recipes.py:BatchedTests.test_basic
PASS: tests/test_recipes.py:TransposeTests.test_basic
PASS: tests/test_recipes.py:TransposeTests.test_empty
PASS: tests/test_recipes.py:TransposeTests.test_incompatible
PASS: tests/test_recipes.py:MatMulTests.test_m_by_n
PASS: tests/test_recipes.py:MatMulTests.test_n_by_n
PASS: tests/test_recipes.py:FactorTests.test_basic
PASS: tests/test_recipes.py:FactorTests.test_cross_check
============================================================================
Testsuite summary
# TOTAL: 572
# PASS: 572
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
[    0.000000] Linux version 6.1.38-yocto-standard (oe-user@oe-host) (x86_64-poky-linux-gcc (GCC) 13.1.1 20230520, GNU ld (GNU Binutils) 2.40.0.20230419) #1 SMP PREEMPT_DYNAMIC Thu Jul  6 18:52:54 UTC 2023
[    0.000000] Command line: root=/dev/vda rw  ip=192.168.7.28::192.168.7.27:255.255.255.0::eth0:off:8.8.8.8 console=ttyS0 console=ttyS1 oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1  printk.time=1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd7fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003ffd8000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000002] kvm-clock: using sched offset of 476397884 cycles
[    0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000007] tsc: Detected 2299.988 MHz processor
[    0.001175] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001181] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001187] last_pfn = 0x3ffd8 max_arch_pfn = 0x400000000
[    0.001223] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.005940] found SMP MP-table at [mem 0x000f5b60-0x000f5b6f]
[    0.006058] ACPI: Early table checksum verification disabled
[    0.006062] ACPI: RSDP 0x00000000000F5990 000014 (v00 BOCHS )
[    0.006072] ACPI: RSDT 0x000000003FFE2472 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006078] ACPI: FACP 0x000000003FFE2252 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006084] ACPI: DSDT 0x000000003FFE0040 002212 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006088] ACPI: FACS 0x000000003FFE0000 000040
[    0.006090] ACPI: APIC 0x000000003FFE2346 000090 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006093] ACPI: HPET 0x000000003FFE23D6 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006097] ACPI: MCFG 0x000000003FFE240E 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006100] ACPI: WAET 0x000000003FFE244A 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006103] ACPI: Reserving FACP table memory at [mem 0x3ffe2252-0x3ffe2345]
[    0.006104] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe2251]
[    0.006105] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]
[    0.006106] ACPI: Reserving APIC table memory at [mem 0x3ffe2346-0x3ffe23d5]
[    0.006107] ACPI: Reserving HPET table memory at [mem 0x3ffe23d6-0x3ffe240d]
[    0.006108] ACPI: Reserving MCFG table memory at [mem 0x3ffe240e-0x3ffe2449]
[    0.006108] ACPI: Reserving WAET table memory at [mem 0x3ffe244a-0x3ffe2471]
[    0.006159] Zone ranges:
[    0.006160]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006162]   DMA32    [mem 0x0000000001000000-0x000000003ffd7fff]
[    0.006164]   Normal   empty
[    0.006165] Movable zone start for each node
[    0.006165] Early memory node ranges
[    0.006166]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006168]   node   0: [mem 0x0000000000100000-0x000000003ffd7fff]
[    0.006169] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd7fff]
[    0.006178] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006225] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.010616] On node 0, zone DMA32: 40 pages in unavailable ranges
[    0.010980] ACPI: PM-Timer IO Port: 0x608
[    0.010991] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.011023] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.011026] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.011029] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.011031] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.011032] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.011033] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.011037] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.011039] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.011043] TSC deadline timer available
[    0.011045] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.011065] [mem 0x40000000-0xafffffff] available for PCI devices
[    0.011066] Booting paravirtualized kernel on KVM
[    0.011068] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.011074] setup_percpu: NR_CPUS:64 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.011609] percpu: Embedded 54 pages/cpu s180712 r8192 d32280 u524288
[    0.011615] pcpu-alloc: s180712 r8192 d32280 u524288 alloc=1*2097152
[    0.011618] pcpu-alloc: [0] 0 1 2 3 
[    0.011643] Built 1 zonelists, mobility grouping on.  Total pages: 257752
[    0.011644] Kernel command line: root=/dev/vda rw  ip=192.168.7.28::192.168.7.27:255.255.255.0::eth0:off:8.8.8.8 console=ttyS0 console=ttyS1 oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1  printk.time=1
[    0.011706] random: crng init done
[    0.011861] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.011940] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.012472] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.016416] Memory: 997512K/1048024K available (16395K kernel code, 2284K rwdata, 3808K rodata, 1956K init, 1732K bss, 50252K reserved, 0K cma-reserved)
[    0.016469] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.016477] Kernel/User page tables isolation: enabled
[    0.016491] ftrace: allocating 48118 entries in 188 pages
[    0.027794] ftrace: allocated 188 pages with 5 groups
[    0.027864] Dynamic Preempt: full
[    0.028288] rcu: Preemptible hierarchical RCU implementation.
[    0.028289] rcu: 	RCU event tracing is enabled.
[    0.028290] rcu: 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.028291] 	All grace periods are expedited (rcu_expedited).
[    0.028292] 	Trampoline variant of Tasks RCU enabled.
[    0.028292] 	Rude variant of Tasks RCU enabled.
[    0.028293] 	Tracing variant of Tasks RCU enabled.
[    0.028294] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.028295] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.033162] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16
[    0.033368] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.033463] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.037333] Console: colour VGA+ 80x25
[    0.161159] printk: console [ttyS0] enabled
[    0.161593] ACPI: Core revision 20220331
[    0.162131] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.163443] APIC: Switch to symmetric I/O mode setup
[    0.167114] x2apic enabled
[    0.167565] Switched APIC routing to physical x2apic.
[    0.170507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.172466] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x212729dd067, max_idle_ns: 440795299996 ns
[    0.173458] Calibrating delay loop (skipped) preset value.. 4599.97 BogoMIPS (lpj=2299988)
[    0.174210] pid_max: default: 32768 minimum: 301
[    0.174488] LSM: Security Framework initializing
[    0.174946] landlock: Up and running.
[    0.175953] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.176480] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.178664] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.179140] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.179457] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.179457] Spectre V2 : Mitigation: Retpolines
[    0.179457] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.179457] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.179457] Speculative Store Bypass: Vulnerable
[    0.179457] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.179457] MMIO Stale Data: Unknown: No mitigations
[    0.179457] SRBDS: Unknown: Dependent on hypervisor status
[    0.189504] Freeing SMP alternatives memory: 52K
[    0.190602] smpboot: CPU0: Intel Xeon E3-12xx v2 (Ivy Bridge) (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.191665] cblist_init_generic: Setting adjustable number of callback queues.
[    0.192463] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.193500] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.194049] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.195147] Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
[    0.195553] rcu: Hierarchical SRCU implementation.
[    0.196462] rcu: 	Max phase no-delay instances is 400.
[    0.197658] smp: Bringing up secondary CPUs ...
[    0.198603] x86: Booting SMP configuration:
[    0.199463] .... node  #0, CPUs:      #1 #2 #3
[    0.224490] smp: Brought up 1 node, 4 CPUs
[    0.226474] smpboot: Max logical packages: 1
[    0.227466] smpboot: Total of 4 processors activated (18399.90 BogoMIPS)
[    0.230470] devtmpfs: initialized
[    0.231029] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.231465] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.232201] pinctrl core: initialized pinctrl subsystem
[    0.233462] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.234201] thermal_sys: Registered thermal governor 'step_wise'
[    0.234203] thermal_sys: Registered thermal governor 'user_space'
[    0.234510] cpuidle: using governor menu
[    0.235027] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[    0.236464] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[    0.237102] PCI: Using configuration type 1 for base access
[    0.240514] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.259463] raid6: sse2x4   gen() 11815 MB/s
[    0.277460] raid6: sse2x2   gen() 12528 MB/s
[    0.295463] raid6: sse2x1   gen()  8759 MB/s
[    0.296477] raid6: using algorithm sse2x2 gen() 12528 MB/s
[    0.314461] raid6: .... xor() 7564 MB/s, rmw enabled
[    0.315468] raid6: using ssse3x2 recovery algorithm
[    0.316558] ACPI: Added _OSI(Module Device)
[    0.317463] ACPI: Added _OSI(Processor Device)
[    0.318461] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.318880] ACPI: Added _OSI(Processor Aggregator Device)
[    0.320268] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.321640] ACPI: Interpreter enabled
[    0.322499] ACPI: PM: (supports S0 S3 S5)
[    0.323463] ACPI: Using IOAPIC for interrupt routing
[    0.324524] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.325366] PCI: Using E820 reservations for host bridge windows
[    0.325560] ACPI: Enabled 2 GPEs in block 00 to 3F
[    0.328470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.329047] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.329517] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    0.330105] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[    0.330554] PCI host bridge to bus 0000:00
[    0.330913] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.331460] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.332037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.332465] pci_bus 0000:00: root bus resource [mem 0x40000000-0xafffffff window]
[    0.333142] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.333461] pci_bus 0000:00: root bus resource [mem 0x100000000-0x8ffffffff window]
[    0.334146] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.334524] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.335510] pci 0000:00:01.0: [1af4:1000] type 00 class 0x020000
[    0.337205] pci 0000:00:01.0: reg 0x10: [io  0xc0c0-0xc0df]
[    0.338461] pci 0000:00:01.0: reg 0x14: [mem 0xfebd0000-0xfebd0fff]
[    0.342464] pci 0000:00:01.0: reg 0x20: [mem 0xfe800000-0xfe803fff 64bit pref]
[    0.344463] pci 0000:00:01.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[    0.346053] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00
[    0.347462] pci 0000:00:02.0: reg 0x10: [io  0xc0e0-0xc0ff]
[    0.350007] pci 0000:00:02.0: reg 0x14: [mem 0xfebd1000-0xfebd1fff]
[    0.353462] pci 0000:00:02.0: reg 0x20: [mem 0xfe804000-0xfe807fff 64bit pref]
[    0.355750] pci 0000:00:03.0: [1af4:1050] type 00 class 0x030000
[    0.358127] pci 0000:00:03.0: reg 0x10: [mem 0xfe000000-0xfe7fffff pref]
[    0.360466] pci 0000:00:03.0: reg 0x18: [mem 0xfe808000-0xfe80bfff 64bit pref]
[    0.362129] pci 0000:00:03.0: reg 0x20: [mem 0xfebd2000-0xfebd2fff]
[    0.365116] pci 0000:00:03.0: reg 0x30: [mem 0xfebc0000-0xfebcffff pref]
[    0.365523] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.367070] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[    0.369148] pci 0000:00:04.0: reg 0x10: [io  0xc000-0xc07f]
[    0.370464] pci 0000:00:04.0: reg 0x14: [mem 0xfebd3000-0xfebd3fff]
[    0.375096] pci 0000:00:04.0: reg 0x20: [mem 0xfe80c000-0xfe80ffff 64bit pref]
[    0.377764] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.380664] pci 0000:00:1d.0: reg 0x20: [io  0xc100-0xc11f]
[    0.383724] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.386431] pci 0000:00:1d.1: reg 0x20: [io  0xc120-0xc13f]
[    0.387429] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.389461] pci 0000:00:1d.2: reg 0x20: [io  0xc140-0xc15f]
[    0.392398] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.392909] pci 0000:00:1d.7: reg 0x10: [mem 0xfebd4000-0xfebd4fff]
[    0.396864] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[    0.397794] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[    0.398723] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    0.402823] pci 0000:00:1f.2: reg 0x20: [io  0xc160-0xc17f]
[    0.403827] pci 0000:00:1f.2: reg 0x24: [mem 0xfebd5000-0xfebd5fff]
[    0.405176] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.408902] pci 0000:00:1f.3: reg 0x20: [io  0x0700-0x073f]
[    0.410665] pci_bus 0000:00: on NUMA node 0
[    0.410890] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.411536] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.412145] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.412543] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.413538] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[    0.414601] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[    0.415536] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.416198] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.416497] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[    0.417226] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[    0.417469] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[    0.418493] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[    0.419042] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[    0.419475] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[    0.420074] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[    0.420470] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[    0.421389] iommu: Default domain type: Translated 
[    0.421461] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.422093] SCSI subsystem initialized
[    0.422503] libata version 3.00 loaded.
[    0.422503] ACPI: bus type USB registered
[    0.422883] usbcore: registered new interface driver usbfs
[    0.423494] usbcore: registered new interface driver hub
[    0.423997] usbcore: registered new device driver usb
[    0.424465] pps_core: LinuxPPS API ver. 1 registered
[    0.424944] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.425467] PTP clock support registered
[    0.425842] Bluetooth: Core ver 2.22
[    0.426474] NET: Registered PF_BLUETOOTH protocol family
[    0.426952] Bluetooth: HCI device and connection manager initialized
[    0.427463] Bluetooth: HCI socket layer initialized
[    0.427891] Bluetooth: L2CAP socket layer initialized
[    0.428346] Bluetooth: SCO socket layer initialized
[    0.428514] PCI: Using ACPI for IRQ routing
[    0.470418] PCI: pci_cache_line_size set to 64 bytes
[    0.470570] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.470575] e820: reserve RAM buffer [mem 0x3ffd8000-0x3fffffff]
[    0.471635] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[    0.472457] pci 0000:00:03.0: vgaarb: bridge control possible
[    0.472457] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.472466] vgaarb: loaded
[    0.472767] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.473226] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.477607] clocksource: Switched to clocksource kvm-clock
[    0.478248] pnp: PnP ACPI init
[    0.478751] system 00:05: [mem 0xb0000000-0xbfffffff window] has been reserved
[    0.479622] pnp: PnP ACPI: found 6 devices
[    0.505600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.506445] NET: Registered PF_INET protocol family
[    0.507551] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.508527] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.509271] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.514713] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.518115] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.518836] TCP: Hash tables configured (established 8192 bind 8192)
[    0.519824] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.520385] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.521022] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.522536] RPC: Registered named UNIX socket transport module.
[    0.523112] RPC: Registered udp transport module.
[    0.523536] RPC: Registered tcp transport module.
[    0.523954] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.524542] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.525095] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.525637] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.526236] pci_bus 0000:00: resource 7 [mem 0x40000000-0xafffffff window]
[    0.526837] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[    0.527444] pci_bus 0000:00: resource 9 [mem 0x100000000-0x8ffffffff window]
[    0.528390] ACPI: \_SB_.GSIA: Enabled at IRQ 16
[    0.532020] ACPI: \_SB_.GSIB: Enabled at IRQ 17
[    0.535971] ACPI: \_SB_.GSIC: Enabled at IRQ 18
[    0.537473] ACPI: \_SB_.GSID: Enabled at IRQ 19
[    0.538594] PCI: CLS 0 bytes, default 64
[    0.539549] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[    0.543492] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x212729dd067, max_idle_ns: 440795299996 ns
[    0.592280] Initialise system trusted keyrings
[    0.593254] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.595713] NFS: Registering the id_resolver key type
[    0.596221] Key type id_resolver registered
[    0.596592] Key type id_legacy registered
[    0.615612] Key type cifs.idmap registered
[    0.627210] xor: automatically using best checksumming function   avx       
[    0.628225] Key type asymmetric registered
[    0.628590] Asymmetric key parser 'x509' registered
[    0.629047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.629729] io scheduler mq-deadline registered
[    0.630161] io scheduler kyber registered
[    0.630883] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.646233] ACPI: button: Power Button [PWRF]
[    0.652772] ACPI: \_SB_.GSIF: Enabled at IRQ 21
[    0.656994] ACPI: \_SB_.GSIG: Enabled at IRQ 22
[    0.658696] ACPI: \_SB_.GSIH: Enabled at IRQ 23
[    0.660605] ACPI: \_SB_.GSIE: Enabled at IRQ 20
[    0.673468] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.674169] 00:01: ttyS2 at I/O 0x3e8 (irq = 4, base_baud = 115200) is a 16550A
[    0.675021] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.676630] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.678758] Linux agpgart interface v0.103
[    0.679464] ACPI: bus type drm_connector registered
[    0.680030] [drm] pci: virtio-vga detected at 0000:00:03.0
[    0.683057] virtio-pci 0000:00:03.0: vgaarb: deactivate vga console
[    0.695845] Console: switching to colour dummy device 80x25
[    0.696760] [drm] features: -virgl +edid -resource_blob -host_visible
[    0.696762] [drm] features: -context_init
[    0.698586] [drm] number of scanouts: 1
[    0.699248] [drm] number of cap sets: 0
[    0.699887] [drm] Initialized virtio_gpu 0.1.0 0 for 0000:00:03.0 on minor 0
[    0.704470] fbcon: virtio_gpudrmfb (fb0) is primary device
[    0.704558] virtio-pci 0000:00:03.0: [drm] drm_plane_enable_fb_damage_clips() not called
[    0.762408] Console: switching to colour frame buffer device 160x50
[    0.813783] virtio-pci 0000:00:03.0: [drm] fb0: virtio_gpudrmfb frame buffer device
[    0.817450] brd: module loaded
[    0.820003] loop: module loaded
[    0.820518] virtio_blk virtio3: 4/0/0 default/read/poll queues
[    0.822492] virtio_blk virtio3: [vda] 819008 512-byte logical blocks (419 MB/400 MiB)
[    0.841616] ahci 0000:00:1f.2: version 3.0
[    0.842391] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    0.851016] ahci 0000:00:1f.2: flags: 64bit ncq only 
[    0.875742] scsi host0: ahci
[    0.881317] scsi host1: ahci
[    0.881947] scsi host2: ahci
[    0.882409] scsi host3: ahci
[    0.882894] scsi host4: ahci
[    0.883367] scsi host5: ahci
[    0.883701] ata1: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5100 irq 34
[    0.884396] ata2: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5180 irq 34
[    0.885037] ata3: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5200 irq 34
[    0.885671] ata4: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5280 irq 34
[    0.886306] ata5: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5300 irq 34
[    0.886949] ata6: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5380 irq 34
[    0.888839] e100: Intel(R) PRO/100 Network Driver
[    0.889299] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.889812] e1000: Intel(R) PRO/1000 Network Driver
[    0.890259] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.890785] e1000e: Intel(R) PRO/1000 Network Driver
[    0.891228] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.891780] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.892305] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.893511] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    0.894020] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.894834] ehci-pci 0000:00:1d.7: irq 19, io mem 0xfebd4000
[    0.902210] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.903030] hub 1-0:1.0: USB hub found
[    0.903740] hub 1-0:1.0: 6 ports detected
[    0.907686] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.908192] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.908938] uhci_hcd 0000:00:1d.0: irq 16, io port 0x0000c100
[    0.909692] hub 2-0:1.0: USB hub found
[    0.910047] hub 2-0:1.0: 2 ports detected
[    0.911230] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.911718] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.912461] uhci_hcd 0000:00:1d.1: irq 17, io port 0x0000c120
[    0.913178] hub 3-0:1.0: USB hub found
[    0.913533] hub 3-0:1.0: 2 ports detected
[    0.914654] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.915169] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.915913] uhci_hcd 0000:00:1d.2: irq 18, io port 0x0000c140
[    0.916732] hub 4-0:1.0: USB hub found
[    0.917147] hub 4-0:1.0: 2 ports detected
[    0.917678] usbcore: registered new interface driver usb-storage
[    0.918268] usbcore: registered new interface driver usbserial_generic
[    0.918983] usbserial: USB Serial support registered for generic
[    0.919532] usbcore: registered new interface driver ftdi_sio
[    0.920044] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.920781] usbcore: registered new interface driver pl2303
[    0.921413] usbserial: USB Serial support registered for pl2303
[    0.922145] i8042: PNP: No PS/2 controller found.
[    0.922629] mousedev: PS/2 mouse device common for all mice
[    0.923349] rtc_cmos 00:04: RTC can wake from S4
[    0.924211] rtc_cmos 00:04: registered as rtc0
[    0.924661] rtc_cmos 00:04: setting system clock to 2023-07-19T01:17:42 UTC (1689729462)
[    0.925493] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    0.926505] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    0.927117] i2c i2c-0: 1/1 memory slots populated (from DMI)
[    0.927606] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD
[    0.928495] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    0.929405] intel_pstate: CPU model not supported
[    0.929914] sdhci: Secure Digital Host Controller Interface driver
[    0.930520] sdhci: Copyright(c) Pierre Ossman
[    0.930938] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.931545] usbcore: registered new interface driver usbhid
[    0.932071] usbhid: USB HID core driver
[    0.932441] u32 classifier
[    0.932698]     input device check on
[    0.933027]     Actions configured
[    0.933495] NET: Registered PF_INET6 protocol family
[    0.934701] Segment Routing with IPv6
[    0.935148] In-situ OAM (IOAM) with IPv6
[    0.935514] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.936171] NET: Registered PF_PACKET protocol family
[    0.936648] Bridge firewalling registered
[    0.937022] Key type dns_resolver registered
[    0.937482] NET: Registered PF_VSOCK protocol family
[    0.938242] IPI shorthand broadcast: enabled
[    0.938678] sched_clock: Marking stable (803116442, 135081223)->(1448017516, -509819851)
[    0.939693] registered taskstats version 1
[    0.940148] Loading compiled-in X.509 certificates
[    0.949598] Key type .fscrypt registered
[    0.949983] Key type fscrypt-provisioning registered
[    0.950762] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    0.955278] Key type encrypted registered
[    0.957070] printk: console [netcon0] enabled
[    0.957507] netconsole: network logging started
[    1.147111] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.198168] ata4: SATA link down (SStatus 0 SControl 300)
[    1.199129] ata1: SATA link down (SStatus 0 SControl 300)
[    1.199782] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.200456] ata3.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[    1.200992] ata3.00: applying bridge limits
[    1.201474] ata3.00: configured for UDMA/100
[    1.210881] ata6: SATA link down (SStatus 0 SControl 300)
[    1.211608] ata5: SATA link down (SStatus 0 SControl 300)
[    1.212598] ata2: SATA link down (SStatus 0 SControl 300)
[    1.227147] scsi 2:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
[    1.271381] sr 2:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[    1.272114] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.279761] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input1
[    1.281129] hid-generic 0003:0627:0001.0001: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:1d.7-1/input0
[    1.295605] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.311123] IP-Config: Complete:
[    1.311495]      device=eth0, hwaddr=52:54:00:12:34:1c, ipaddr=192.168.7.28, mask=255.255.255.0, gw=192.168.7.27
[    1.312426]      host=192.168.7.28, domain=, nis-domain=(none)
[    1.312945]      bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=
[    1.312947]      nameserver0=8.8.8.8
[    1.314275] md: Waiting for all devices to be available before autodetect
[    1.314689] md: If you don't use raid, use raid=noautodetect
[    1.315045] md: Autodetecting RAID arrays.
[    1.315296] md: autorun ...
[    1.315473] md: ... autorun DONE.
[    1.320040] EXT4-fs (vda): mounted filesystem with ordered data mode. Quota mode: disabled.
[    1.320632] VFS: Mounted root (ext4 filesystem) on device 253:0.
[    1.321116] devtmpfs: mounted
[    1.322422] Freeing unused kernel image (initmem) memory: 1956K
[    1.326100] Write protecting the kernel read-only data: 22528k
[    1.327324] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.327958] Freeing unused kernel image (rodata/data gap) memory: 288K
[    1.328441] Run /sbin/init as init process
[    1.328701]   with arguments:
[    1.328702]     /sbin/init
[    1.328703]   with environment:
[    1.328703]     HOME=/
[    1.328704]     TERM=linux
[    1.401137] usb 1-2: new high-speed USB device number 3 using ehci-pci
[    1.409767] udevd[161]: starting version 3.2.12
[    1.412237] udevd[161]: specified group 'sgx' unknown
[    1.415401] udevd[162]: starting eudev-3.2.12
[    1.536660] input: QEMU QEMU USB Keyboard as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/0003:0627:0001.0002/input/input2
[    1.588330] hid-generic 0003:0627:0001.0002: input: USB HID v1.11 Keyboard [QEMU QEMU USB Keyboard] on usb-0000:00:1d.7-2/input0
[    1.651361] EXT4-fs (vda): re-mounted. Quota mode: disabled.
[    1.929190] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
init
  |-getty 38400 tty1
  |-klogd -n
  |-sshd
  |   `-sshd
  |       `-ptest-runner -t 450 -d /usr/lib
  |           |-ptest-runner-co /usr/bin/ptest-runner-collect-system-data
  |           |   `-pstree -a -l
  |           `-(run-ptest)
  |-start_getty /bin/start_getty 115200 ttyS0 vt102
  |   `-getty -L 115200 ttyS0 vt102
  |-start_getty /bin/start_getty 115200 ttyS1 vt102
  |   `-sh
  |-syslogd -n -O /var/log/messages
  `-udevd -d
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root               373262     76879    271812  22% /
devtmpfs                498912         0    498912   0% /dev
tmpfs                   501052       140    500912   0% /run
tmpfs                   501052       136    500916   0% /var/volatile
              total        used        free      shared  buff/cache   available
Mem:        1002104       38956      907892        4276       55256      939092
Swap:             0           0           0
DURATION: 3
END: /usr/lib/python3-more-itertools/ptest
2023-07-19T01:17
STOP: ptest-runner
TOTAL: 1 FAIL: 0