summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-slang/ptest-slang.log
blob: aa16d42817a9c98f98d9376a68c6ea03c51ee163 (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
START: ptest-runner
2023-07-17T01:28
make: Entering directory '/usr/lib/slang/ptest/test'
/bin/rm -rf tmpfile*.* tmpdir*.*

Running tests:

Testing argv processing ...Ok
Testing argv processing [UTF-8 mode] ...Ok
PASS: argv.sl
Testing syntax ...Ok
Testing syntax [UTF-8 mode] ...Ok
PASS: syntax.sl
Testing Short Ciruit Operators ...Ok
Testing Short Ciruit Operators [UTF-8 mode] ...Ok
PASS: scircuit.sl
Testing _eqs ...Ok
Testing _eqs [UTF-8 mode] ...Ok
PASS: eqs.sl
Testing sscanf ...Ok
Testing sscanf [UTF-8 mode] ...Ok
PASS: sscanf.sl
Testing looping constructs ...Ok
Testing looping constructs [UTF-8 mode] ...Ok
PASS: loops.sl
Testing Arithmetic ...Ok
Testing Arithmetic [UTF-8 mode] ...Ok
PASS: arith.sl
Testing array functions ...Ok
Testing array functions [UTF-8 mode] ...Ok
PASS: array.sl
Testing string functions ...Ok
Testing string functions [UTF-8 mode] ...Ok
PASS: strops.sl
Testing Binary Strings ...Ok
Testing Binary Strings [UTF-8 mode] ...Ok
PASS: bstring.sl
Testing pack and unpack functions ...Ok
Testing pack and unpack functions [UTF-8 mode] ...Ok
PASS: pack.sl
Testing stdio routines ...Ok
Testing stdio routines [UTF-8 mode] ...Ok
PASS: stdio.sl
Testing Associative Arrays ...Ok
Testing Associative Arrays [UTF-8 mode] ...Ok
PASS: assoc.sl
Testing recursive function modifications ...Ok
Testing recursive function modifications [UTF-8 mode] ...Ok
PASS: selfload.sl
Testing structures ...Ok
Testing structures [UTF-8 mode] ...Ok
PASS: struct.sl
Testing NameSpace routines ...Ok
Testing NameSpace routines [UTF-8 mode] ...Ok
PASS: nspace.sl
Testing path ...Ok
Testing path [UTF-8 mode] ...Ok
PASS: path.sl
Testing #ifeval ...Ok
Testing #ifeval [UTF-8 mode] ...Ok
PASS: ifeval.sl
Testing Any_Type ...Ok
Testing Any_Type [UTF-8 mode] ...Ok
PASS: anytype.sl
Testing Matrix Multiplications ...Ok
Testing Matrix Multiplications [UTF-8 mode] ...Ok
PASS: arrmult.sl
Testing time functions ...Ok
Testing time functions [UTF-8 mode] ...Ok
PASS: time.sl
Testing utf8 ...Ok
Testing utf8 [UTF-8 mode] ...Ok
PASS: utf8.sl
Testing exceptions ...Ok
Testing exceptions [UTF-8 mode] ...Ok
PASS: except.sl
Known Bugs or not yet implemented features:
	Range arrays of Short, Long, LongLong types converted to Int_Type
Known Bugs or not yet implemented features:
	Range arrays of Short, Long, LongLong types converted to Int_Type
PASS: bugs.sl
Testing lists ...Ok
Testing lists [UTF-8 mode] ...Ok
PASS: list.sl
Testing regexp ...Ok
Testing regexp [UTF-8 mode] ...Ok
PASS: regexp.sl
Testing method calls ...Ok
Testing method calls [UTF-8 mode] ...Ok
PASS: method.sl
Testing dereferences ...Ok
Testing dereferences [UTF-8 mode] ...Ok
PASS: deref.sl
Testing NaN and Inf ...Ok
Testing NaN and Inf [UTF-8 mode] ...Ok
PASS: naninf.sl
Testing literal integer overflow ...Ok
Testing literal integer overflow [UTF-8 mode] ...Ok
PASS: overflow.sl
Testing sorting ...Ok
Testing sorting [UTF-8 mode] ...Ok
PASS: sort.sl
Testing long long ...Ok
Testing long long [UTF-8 mode] ...Ok
PASS: longlong.sl
Testing signals ...
	Pausing for 2 seconds for alarm test.
	Pausing for 2.5 seconds for setitimer test..
	(make detected: skipping test_sigsuspend)
Ok
Testing signals [UTF-8 mode] ...
	Pausing for 2 seconds for alarm test.
	Pausing for 2.5 seconds for setitimer test..
	(make detected: skipping test_sigsuspend)
Ok
PASS: signal.sl
Testing dollar strings ...Ok
Testing dollar strings [UTF-8 mode] ...Ok
PASS: dollar.sl
Testing provide and require ...Ok
Testing provide and require [UTF-8 mode] ...Ok
PASS: req.sl
Testing doc functions ...Ok
Testing doc functions [UTF-8 mode] ...Ok
PASS: docfun.sl
Testing debugger support ...Ok
Testing debugger support [UTF-8 mode] ...Ok
PASS: debug.sl
Testing qualifiers ...Ok
Testing qualifiers [UTF-8 mode] ...Ok
PASS: qualif.sl
Testing Comparison Operators ...Ok
Testing Comparison Operators [UTF-8 mode] ...Ok
PASS: compare.sl
Testing break and continue N ...Ok
Testing break and continue N [UTF-8 mode] ...Ok
PASS: break.sl
Testing Multiline strings ...Ok
Testing Multiline strings [UTF-8 mode] ...Ok
PASS: multline.sl
Testing stack functions ...Ok
Testing stack functions [UTF-8 mode] ...Ok
PASS: stack.sl
Testing misc ...Ok
Testing misc [UTF-8 mode] ...Ok
PASS: misc.sl
Testing POSIX I/O routines ...Ok
Testing POSIX I/O routines [UTF-8 mode] ...Ok
PASS: posixio.sl
Testing posdir ...Ok
Testing posdir [UTF-8 mode] ...Ok
PASS: posdir.sl
Testing proc ...Ok
Testing proc [UTF-8 mode] ...Ok
PASS: proc.sl
Testing Math ...Ok
Testing Math [UTF-8 mode] ...Ok
PASS: math.sl
Testing autoload ...Ok
Testing autoload [UTF-8 mode] ...Ok
PASS: autoload.sl
Testing more NameSpace routines ...Ok
Testing more NameSpace routines [UTF-8 mode] ...Ok
PASS: nspace2.sl
Testing slprep ...Ok
Testing slprep [UTF-8 mode] ...Ok
PASS: prep.sl
Testing argv processing ...Ok
Testing argv processing [UTF-8 mode] ...Ok
PASS: argv.slc
Testing syntax ...Ok
Testing syntax [UTF-8 mode] ...Ok
PASS: syntax.slc
Testing Short Ciruit Operators ...Ok
Testing Short Ciruit Operators [UTF-8 mode] ...Ok
PASS: scircuit.slc
Testing _eqs ...Ok
Testing _eqs [UTF-8 mode] ...Ok
PASS: eqs.slc
Testing sscanf ...Ok
Testing sscanf [UTF-8 mode] ...Ok
PASS: sscanf.slc
Testing looping constructs ...Ok
Testing looping constructs [UTF-8 mode] ...Ok
PASS: loops.slc
Testing Arithmetic ...Ok
Testing Arithmetic [UTF-8 mode] ...Ok
PASS: arith.slc
Testing array functions ...Ok
Testing array functions [UTF-8 mode] ...Ok
PASS: array.slc
Testing string functions ...Ok
Testing string functions [UTF-8 mode] ...Ok
PASS: strops.slc
Testing Binary Strings ...Ok
Testing Binary Strings [UTF-8 mode] ...Ok
PASS: bstring.slc
Testing pack and unpack functions ...Ok
Testing pack and unpack functions [UTF-8 mode] ...Ok
PASS: pack.slc
Testing stdio routines ...Ok
Testing stdio routines [UTF-8 mode] ...Ok
PASS: stdio.slc
Testing Associative Arrays ...Ok
Testing Associative Arrays [UTF-8 mode] ...Ok
PASS: assoc.slc
Testing recursive function modifications ...Ok
Testing recursive function modifications [UTF-8 mode] ...Ok
PASS: selfload.slc
Testing structures ...Ok
Testing structures [UTF-8 mode] ...Ok
PASS: struct.slc
Testing NameSpace routines ...Ok
Testing NameSpace routines [UTF-8 mode] ...Ok
PASS: nspace.slc
Testing path ...Ok
Testing path [UTF-8 mode] ...Ok
PASS: path.slc
Testing #ifeval ...Ok
Testing #ifeval [UTF-8 mode] ...Ok
PASS: ifeval.slc
Testing Any_Type ...Ok
Testing Any_Type [UTF-8 mode] ...Ok
PASS: anytype.slc
Testing Matrix Multiplications ...Ok
Testing Matrix Multiplications [UTF-8 mode] ...Ok
PASS: arrmult.slc
Testing time functions ...Ok
Testing time functions [UTF-8 mode] ...Ok
PASS: time.slc
Testing utf8 ...Ok
Testing utf8 [UTF-8 mode] ...Ok
PASS: utf8.slc
Testing exceptions ...Ok
Testing exceptions [UTF-8 mode] ...Ok
PASS: except.slc
Known Bugs or not yet implemented features:
	Range arrays of Short, Long, LongLong types converted to Int_Type
Known Bugs or not yet implemented features:
	Range arrays of Short, Long, LongLong types converted to Int_Type
PASS: bugs.slc
Testing lists ...Ok
Testing lists [UTF-8 mode] ...Ok
PASS: list.slc
Testing regexp ...Ok
Testing regexp [UTF-8 mode] ...Ok
PASS: regexp.slc
Testing method calls ...Ok
Testing method calls [UTF-8 mode] ...Ok
PASS: method.slc
Testing dereferences ...Ok
Testing dereferences [UTF-8 mode] ...Ok
PASS: deref.slc
Testing NaN and Inf ...Ok
Testing NaN and Inf [UTF-8 mode] ...Ok
PASS: naninf.slc
Testing literal integer overflow ...Ok
Testing literal integer overflow [UTF-8 mode] ...Ok
PASS: overflow.slc
Testing sorting ...Ok
Testing sorting [UTF-8 mode] ...Ok
PASS: sort.slc
Testing long long ...Ok
Testing long long [UTF-8 mode] ...Ok
PASS: longlong.slc
Testing signals ...
	Pausing for 2 seconds for alarm test.
	Pausing for 2.5 seconds for setitimer test..
	(make detected: skipping test_sigsuspend)
Ok
Testing signals [UTF-8 mode] ...
	Pausing for 2 seconds for alarm test.
	Pausing for 2.5 seconds for setitimer test..
	(make detected: skipping test_sigsuspend)
Ok
PASS: signal.slc
Testing dollar strings ...Ok
Testing dollar strings [UTF-8 mode] ...Ok
PASS: dollar.slc
Testing provide and require ...Ok
Testing provide and require [UTF-8 mode] ...Ok
PASS: req.slc
Testing doc functions ...Ok
Testing doc functions [UTF-8 mode] ...Ok
PASS: docfun.slc
Testing debugger support ...Ok
Testing debugger support [UTF-8 mode] ...Ok
PASS: debug.slc
Testing qualifiers ...Ok
Testing qualifiers [UTF-8 mode] ...Ok
PASS: qualif.slc
Testing Comparison Operators ...Ok
Testing Comparison Operators [UTF-8 mode] ...Ok
PASS: compare.slc
Testing break and continue N ...Ok
Testing break and continue N [UTF-8 mode] ...Ok
PASS: break.slc
Testing Multiline strings ...Ok
Testing Multiline strings [UTF-8 mode] ...Ok
PASS: multline.slc
Testing stack functions ...Ok
Testing stack functions [UTF-8 mode] ...Ok
PASS: stack.slc
Testing misc ...Ok
Testing misc [UTF-8 mode] ...Ok
PASS: misc.slc
Testing POSIX I/O routines ...Ok
Testing POSIX I/O routines [UTF-8 mode] ...Ok
PASS: posixio.slc
Testing posdir ...Ok
Testing posdir [UTF-8 mode] ...Ok
PASS: posdir.slc
Testing proc ...Ok
Testing proc [UTF-8 mode] ...Ok
PASS: proc.slc
Testing Math ...Ok
Testing Math [UTF-8 mode] ...Ok
PASS: math.slc

All tests passed.

make: Leaving directory '/usr/lib/slang/ptest/test'
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd082]
[    0.000000] Linux version 6.1.38-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 13.1.1 20230520, GNU ld (GNU Binutils) 2.40.0.20230419) #1 SMP PREEMPT Thu Jul  6 18:52:54 UTC 2023
[    0.000000] random: crng init done
[    0.000000] Machine model: linux,dummy-virt
[    0.000000] Memory limited to 1024MB
[    0.000000] efi: UEFI not found.
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 26 pages/cpu s68392 r8192 d29912 u106496
[    0.000000] pcpu-alloc: s68392 r8192 d29912 u106496 alloc=26*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Spectre-v2
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: detected: ARM erratum 1742098
[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
[    0.000000] Kernel command line: root=/dev/vda rw  mem=1024M ip=192.168.7.8::192.168.7.7:255.255.255.0::eth0:off:8.8.8.8 console=ttyAMA0 console=hvc0   printk.time=1
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 1003360K/1048576K available (12096K kernel code, 1966K rwdata, 2840K rodata, 3840K init, 841K bss, 45216K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 37950 entries in 149 pages
[    0.000000] ftrace: allocated 149 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU event tracing is enabled.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000080a0000
[    0.000000] ITS [mem 0x08080000-0x0809ffff]
[    0.000000] ITS@0x0000000008080000: allocated 8192 Devices @419a0000 (indirect, esz 8, psz 64K, shr 1)
[    0.000000] ITS@0x0000000008080000: allocated 8192 Interrupt Collections @419b0000 (flat, esz 8, psz 64K, shr 1)
[    0.000000] GICv3: using LPI property table @0x00000000419c0000
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000419d0000
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 50.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
[    0.000000] sched_clock: 56 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
[    0.005426] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.005553] Console: colour dummy device 80x25
[    0.005570] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=200000)
[    0.005576] pid_max: default: 32768 minimum: 301
[    0.005610] LSM: Security Framework initializing
[    0.005634] landlock: Up and running.
[    0.005700] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.005707] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.006283] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.006594] cblist_init_generic: Setting adjustable number of callback queues.
[    0.006600] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.006635] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.006673] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.006754] rcu: Hierarchical SRCU implementation.
[    0.006756] rcu: 	Max phase no-delay instances is 1000.
[    0.006956] Platform MSI: its@8080000 domain created
[    0.006973] PCI/MSI: /intc@8000000/its@8080000 domain created
[    0.006983] EFI services will not be available.
[    0.007079] smp: Bringing up secondary CPUs ...
[    0.036121] Detected PIPT I-cache on CPU1
[    0.036209] cacheinfo: Unable to detect cache hierarchy for CPU 1
[    0.036232] GICv3: CPU1: found redistributor 1 region 0:0x00000000080c0000
[    0.036327] GICv3: CPU1: using allocated LPI pending table @0x00000000419e0000
[    0.036398] CPU1: Booted secondary processor 0x0000000001 [0x410fd082]
[    0.059310] Detected PIPT I-cache on CPU2
[    0.059403] cacheinfo: Unable to detect cache hierarchy for CPU 2
[    0.059430] GICv3: CPU2: found redistributor 2 region 0:0x00000000080e0000
[    0.059516] GICv3: CPU2: using allocated LPI pending table @0x00000000419f0000
[    0.059585] CPU2: Booted secondary processor 0x0000000002 [0x410fd082]
[    0.084073] Detected PIPT I-cache on CPU3
[    0.084205] cacheinfo: Unable to detect cache hierarchy for CPU 3
[    0.084241] GICv3: CPU3: found redistributor 3 region 0:0x0000000008100000
[    0.084345] GICv3: CPU3: using allocated LPI pending table @0x0000000041a00000
[    0.084425] CPU3: Booted secondary processor 0x0000000003 [0x410fd082]
[    0.084590] smp: Brought up 1 node, 4 CPUs
[    0.084595] SMP: Total of 4 processors activated.
[    0.084599] CPU features: detected: 32-bit EL0 Support
[    0.084602] CPU features: detected: CRC32 instructions
[    0.084679] CPU: All CPU(s) started at EL1
[    0.084682] alternatives: applying system-wide alternatives
[    0.100380] devtmpfs: initialized
[    0.101471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.101481] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.101640] DMI not present or invalid.
[    0.102112] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.102405] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.102441] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.102472] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.102655] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.102752] ASID allocator initialised with 65536 entries
[    0.102761] Serial: AMBA PL011 UART driver
[    0.527632] 9000000.pl011: ttyAMA0 at MMIO 0x9000000 (irq = 13, base_baud = 0) is a PL011 rev1
[    0.637521] printk: console [ttyAMA0] enabled
[    0.725775] raid6: neonx8   gen()  7079 MB/s
[    0.793878] raid6: neonx4   gen()  7042 MB/s
[    0.862070] raid6: neonx2   gen()  5684 MB/s
[    0.930339] raid6: neonx1   gen()  4118 MB/s
[    0.998576] raid6: int64x8  gen()  4034 MB/s
[    1.066799] raid6: int64x4  gen()  3996 MB/s
[    1.135027] raid6: int64x2  gen()  3773 MB/s
[    1.203255] raid6: int64x1  gen()  2900 MB/s
[    1.203971] raid6: using algorithm neonx8 gen() 7079 MB/s
[    1.271616] raid6: .... xor() 5270 MB/s, rmw enabled
[    1.276901] raid6: using neon recovery algorithm
[    1.277859] iommu: Default domain type: Translated 
[    1.278661] iommu: DMA domain TLB invalidation policy: strict mode 
[    1.279794] SCSI subsystem initialized
[    1.280431] usbcore: registered new interface driver usbfs
[    1.281350] usbcore: registered new interface driver hub
[    1.282211] usbcore: registered new device driver usb
[    1.283035] pps_core: LinuxPPS API ver. 1 registered
[    1.283817] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.285243] PTP clock support registered
[    1.286473] vgaarb: loaded
[    1.287010] clocksource: Switched to clocksource arch_sys_counter
[    1.291226] NET: Registered PF_INET protocol family
[    1.292083] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.293748] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    1.295279] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.296508] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.297743] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.299884] TCP: Hash tables configured (established 8192 bind 8192)
[    1.300971] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.302034] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.303226] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.304427] RPC: Registered named UNIX socket transport module.
[    1.305368] RPC: Registered udp transport module.
[    1.306142] RPC: Registered tcp transport module.
[    1.306892] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.308059] PCI: CLS 0 bytes, default 64
[    1.309666] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.320804] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    1.334869] NFS: Registering the id_resolver key type
[    1.335766] Key type id_resolver registered
[    1.336429] Key type id_legacy registered
[    1.338623] Key type cifs.idmap registered
[    1.355822] xor: measuring software checksum speed
[    1.358220]    8regs           :  6171 MB/sec
[    1.360471]    32regs          :  6429 MB/sec
[    1.363026]    arm64_neon      :  5422 MB/sec
[    1.363721] xor: using function: 32regs (6429 MB/sec)
[    1.364576] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.365781] io scheduler mq-deadline registered
[    1.366566] io scheduler kyber registered
[    1.367823] pci-host-generic 4010000000.pcie: host bridge /pcie@10000000 ranges:
[    1.369072] pci-host-generic 4010000000.pcie:       IO 0x003eff0000..0x003effffff -> 0x0000000000
[    1.370605] pci-host-generic 4010000000.pcie:      MEM 0x0010000000..0x003efeffff -> 0x0010000000
[    1.372157] pci-host-generic 4010000000.pcie:      MEM 0x8000000000..0xffffffffff -> 0x8000000000
[    1.373600] pci-host-generic 4010000000.pcie: Memory resource size exceeds max for 32 bits
[    1.374986] pci-host-generic 4010000000.pcie: ECAM at [mem 0x4010000000-0x401fffffff] for [bus 00-ff]
[    1.376625] pci-host-generic 4010000000.pcie: PCI host bridge to bus 0000:00
[    1.377768] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.378676] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    1.379728] pci_bus 0000:00: root bus resource [mem 0x10000000-0x3efeffff]
[    1.380861] pci_bus 0000:00: root bus resource [mem 0x8000000000-0xffffffffff]
[    1.382368] pci 0000:00:00.0: [1b36:0008] type 00 class 0x060000
[    1.384230] pci 0000:00:01.0: [1af4:1000] type 00 class 0x020000
[    1.385533] pci 0000:00:01.0: reg 0x10: [io  0x0000-0x001f]
[    1.386496] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x00000fff]
[    1.387675] pci 0000:00:01.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    1.388865] pci 0000:00:01.0: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[    1.390738] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00
[    1.392083] pci 0000:00:02.0: reg 0x10: [io  0x0000-0x001f]
[    1.393025] pci 0000:00:02.0: reg 0x14: [mem 0x00000000-0x00000fff]
[    1.394179] pci 0000:00:02.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    1.396041] pci 0000:00:03.0: [1af4:1001] type 00 class 0x010000
[    1.397407] pci 0000:00:03.0: reg 0x10: [io  0x0000-0x007f]
[    1.398336] pci 0000:00:03.0: reg 0x14: [mem 0x00000000-0x00000fff]
[    1.399487] pci 0000:00:03.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    1.401271] pci 0000:00:04.0: [1b36:000d] type 00 class 0x0c0330
[    1.402424] pci 0000:00:04.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    1.404450] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000
[    1.405976] pci 0000:00:05.0: reg 0x10: [io  0x0000-0x003f]
[    1.406899] pci 0000:00:05.0: reg 0x14: [mem 0x00000000-0x00000fff]
[    1.408092] pci 0000:00:05.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    1.409934] pci 0000:00:06.0: [1af4:1050] type 00 class 0x038000
[    1.411202] pci 0000:00:06.0: reg 0x14: [mem 0x00000000-0x00000fff]
[    1.412301] pci 0000:00:06.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    1.414239] pci 0000:00:01.0: BAR 6: assigned [mem 0x10000000-0x1003ffff pref]
[    1.415427] pci 0000:00:01.0: BAR 4: assigned [mem 0x8000000000-0x8000003fff 64bit pref]
[    1.416757] pci 0000:00:02.0: BAR 4: assigned [mem 0x8000004000-0x8000007fff 64bit pref]
[    1.418105] pci 0000:00:03.0: BAR 4: assigned [mem 0x8000008000-0x800000bfff 64bit pref]
[    1.419456] pci 0000:00:04.0: BAR 0: assigned [mem 0x800000c000-0x800000ffff 64bit]
[    1.420728] pci 0000:00:05.0: BAR 4: assigned [mem 0x8000010000-0x8000013fff 64bit pref]
[    1.422197] pci 0000:00:06.0: BAR 4: assigned [mem 0x8000014000-0x8000017fff 64bit pref]
[    1.423624] pci 0000:00:01.0: BAR 1: assigned [mem 0x10040000-0x10040fff]
[    1.424718] pci 0000:00:02.0: BAR 1: assigned [mem 0x10041000-0x10041fff]
[    1.425827] pci 0000:00:03.0: BAR 1: assigned [mem 0x10042000-0x10042fff]
[    1.426958] pci 0000:00:05.0: BAR 1: assigned [mem 0x10043000-0x10043fff]
[    1.428217] pci 0000:00:06.0: BAR 1: assigned [mem 0x10044000-0x10044fff]
[    1.429335] pci 0000:00:03.0: BAR 0: assigned [io  0x1000-0x107f]
[    1.430349] pci 0000:00:05.0: BAR 0: assigned [io  0x1080-0x10bf]
[    1.431410] pci 0000:00:01.0: BAR 0: assigned [io  0x10c0-0x10df]
[    1.432422] pci 0000:00:02.0: BAR 0: assigned [io  0x10e0-0x10ff]
[    1.433469] pci 0000:00:04.0: enabling device (0000 -> 0002)
[    1.470366] pci 0000:00:04.0: quirk_usb_early_handoff+0x0/0x990 took 36039 usecs
[    1.473246] virtio-pci 0000:00:01.0: enabling device (0000 -> 0003)
[    1.560829] virtio-pci 0000:00:02.0: enabling device (0000 -> 0003)
[    1.596532] virtio-pci 0000:00:03.0: enabling device (0000 -> 0003)
[    1.621195] virtio-pci 0000:00:05.0: enabling device (0000 -> 0003)
[    1.660415] virtio-pci 0000:00:06.0: enabling device (0000 -> 0002)
[    1.851525] printk: console [hvc0] enabled
[    1.852294] [drm] pci: virtio-gpu-pci detected at 0000:00:06.0
[    1.855024] [drm] features: -virgl +edid -resource_blob -host_visible
[    1.855029] [drm] features: -context_init
[    1.858297] [drm] number of scanouts: 1
[    1.859285] [drm] number of cap sets: 0
[    1.860973] [drm] Initialized virtio_gpu 0.1.0 0 for 0000:00:06.0 on minor 0
[    1.869857] virtio-pci 0000:00:06.0: [drm] drm_plane_enable_fb_damage_clips() not called
[    1.876226] Console: switching to colour frame buffer device 160x50
[    1.942986] virtio-pci 0000:00:06.0: [drm] fb0: virtio_gpudrmfb frame buffer device
[    1.944867] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    1.950822] brd: module loaded
[    1.952268] virtio_blk virtio2: 4/0/0 default/read/poll queues
[    1.955226] virtio_blk virtio2: [vda] 709976 512-byte logical blocks (364 MB/347 MiB)
[    1.962923] xhci_hcd 0000:00:04.0: xHCI Host Controller
[    1.964140] xhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 1
[    1.967200] xhci_hcd 0000:00:04.0: hcc params 0x00087001 hci version 0x100 quirks 0x0000000000000010
[    1.970201] xhci_hcd 0000:00:04.0: xHCI Host Controller
[    1.971464] xhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
[    1.973271] xhci_hcd 0000:00:04.0: Host supports USB 3.0 SuperSpeed
[    1.975134] hub 1-0:1.0: USB hub found
[    1.976114] hub 1-0:1.0: 4 ports detected
[    1.977339] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.979373] hub 2-0:1.0: USB hub found
[    1.980372] hub 2-0:1.0: 4 ports detected
[    1.982254] rtc-pl031 9010000.pl031: registered as rtc0
[    1.983629] rtc-pl031 9010000.pl031: setting system clock to 2023-07-17T01:28:09 UTC (1689557289)
[    1.986227] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    1.988660] usbcore: registered new interface driver usbhid
[    1.990042] usbhid: USB HID core driver
[    1.991027] u32 classifier
[    1.991730]     input device check on
[    1.992636]     Actions configured
[    1.993728] NET: Registered PF_INET6 protocol family
[    1.995489] Segment Routing with IPv6
[    1.996418] In-situ OAM (IOAM) with IPv6
[    1.997364] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.998971] NET: Registered PF_PACKET protocol family
[    2.000374] Bridge firewalling registered
[    2.001458] Key type dns_resolver registered
[    2.002912] NET: Registered PF_VSOCK protocol family
[    2.004378] registered taskstats version 1
[    2.005582] Key type .fscrypt registered
[    2.006529] Key type fscrypt-provisioning registered
[    2.009536] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    2.012051] Key type encrypted registered
[    2.014928] printk: console [netcon0] enabled
[    2.016126] netconsole: network logging started
[    2.035103] IP-Config: Complete:
[    2.036206]      device=eth0, hwaddr=52:54:00:12:34:08, ipaddr=192.168.7.8, mask=255.255.255.0, gw=192.168.7.7
[    2.038605]      host=192.168.7.8, domain=, nis-domain=(none)
[    2.040235]      bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=
[    2.040240]      nameserver0=8.8.8.8
[    2.043298] md: Waiting for all devices to be available before autodetect
[    2.045167] md: If you don't use raid, use raid=noautodetect
[    2.046665] md: Autodetecting RAID arrays.
[    2.047812] md: autorun ...
[    2.048699] md: ... autorun DONE.
[    2.063065] EXT4-fs (vda): mounted filesystem with ordered data mode. Quota mode: disabled.
[    2.064975] VFS: Mounted root (ext4 filesystem) on device 253:0.
[    2.066727] devtmpfs: mounted
[    2.071926] Freeing unused kernel memory: 3840K
[    2.076530] Run /sbin/init as init process
[    2.077509]   with arguments:
[    2.077513]     /sbin/init
[    2.077516]   with environment:
[    2.077517]     HOME=/
[    2.077519]     TERM=linux
[    2.235532] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    2.385219] input: QEMU QEMU USB Tablet as /devices/platform/4010000000.pcie/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input0
[    2.388710] hid-generic 0003:0627:0001.0001: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:04.0-1/input0
[    2.519205] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    2.669925] input: QEMU QEMU USB Keyboard as /devices/platform/4010000000.pcie/pci0000:00/0000:00:04.0/usb1/1-2/1-2:1.0/0003:0627:0001.0002/input/input1
[    2.696905] udevd[135]: starting version 3.2.12
[    2.704077] udevd[135]: specified group 'sgx' unknown
[    2.711822] udevd[136]: starting eudev-3.2.12
[    2.737958] hid-generic 0003:0627:0001.0002: input: USB HID v1.11 Keyboard [QEMU QEMU USB Keyboard] on usb-0000:00:04.0-2/input0
[    2.966081] EXT4-fs (vda): re-mounted. Quota mode: disabled.
[    2.987097] 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 ttyAMA0 vt102
  |   `-sh
  |-start_getty /bin/start_getty 115200 hvc0 vt102
  |   `-getty -L 115200 hvc0 vt102
  |-syslogd -n -O /var/log/messages
  `-udevd -d
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root               322451     23943    276663   8% /
devtmpfs                501680         0    501680   0% /dev
tmpfs                   503600        76    503524   0% /run
tmpfs                   503600        96    503504   0% /var/volatile
              total        used        free      shared  buff/cache   available
Mem:        1007200       33624      939912        4172       33664      953392
Swap:             0           0           0
DURATION: 23