summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log')
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log620
1 files changed, 310 insertions, 310 deletions
diff --git a/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log b/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log
index 7b6a827647c..ee7522f2654 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log
+++ b/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log
@@ -1,5 +1,20 @@
START: ptest-runner
-2023-07-17T01:29
+2023-07-19T01:25
+1..3
+ok 1 - try name
+ok 2 - catch name
+ok 3 - finally name
+PASS: t/named
+1..0 # SKIP Capture::Tiny 0.12 required
+1..0 # SKIP Capture::Tiny 0.12 required
+SKIP: t/global_destruction_load
+1..5
+ok 1
+ok 2 - $_ not clobbered
+ok 3 - bar didn't match
+ok 4 - foo matched
+ok 5 - fallback didn't match
+PASS: t/when
1..1
#
# Versions for all modules listed in static metadata (including optional ones):
@@ -71,24 +86,52 @@ START: ptest-runner
#
ok 1 - Reported prereqs
PASS: t/00-report-prereqs
-1..5
-ok 1
-ok 2 - $_ not clobbered
-ok 3 - bar didn't match
-ok 4 - foo matched
-ok 5 - fallback didn't match
-PASS: t/when
-1..3
-ok 1 - try name
-ok 2 - catch name
-ok 3 - finally name
-PASS: t/named
1..2
-ok 1 # skip no conflicts module found to check against
-ok 2 # skip This information-only test requires CPAN::Meta::Check 0.011
-ok 1 # skip no conflicts module found to check against
-ok 2 # skip This information-only test requires CPAN::Meta::Check 0.011
-SKIP: t/zzz-check-breaks
+ok 1 - error caught
+ok 2 - error is also in $_
+PASS: t/given_when
+1..25
+ok 1 - Proper context LIST in try{}
+ok 2 - Proper VOID context in finally{} 2
+ok 3 - Proper VOID context in finally{} 1
+ok 4
+ok 5 - Proper context LIST in try{}
+ok 6 - Proper context LIST in catch{}
+ok 7 - Proper VOID context in finally{} 2
+ok 8 - Proper VOID context in finally{} 1
+ok 9
+ok 10 - Proper context SCALAR in try{}
+ok 11 - Proper VOID context in finally{} 2
+ok 12 - Proper VOID context in finally{} 1
+ok 13
+ok 14 - Proper context SCALAR in try{}
+ok 15 - Proper context SCALAR in catch{}
+ok 16 - Proper VOID context in finally{} 2
+ok 17 - Proper VOID context in finally{} 1
+ok 18
+ok 19 - Proper context VOID in try{}
+ok 20 - Proper VOID context in finally{} 2
+ok 21 - Proper VOID context in finally{} 1
+ok 22 - Proper context VOID in try{}
+ok 23 - Proper context VOID in catch{}
+ok 24 - Proper VOID context in finally{} 2
+ok 25 - Proper VOID context in finally{} 1
+PASS: t/context
+1..8
+ok 1 - Bare catch() detected
+ok 2 - Bare finally() detected
+ok 3 - Bare catch()/finally() detected
+ok 4 - Bare finally()/catch() detected
+ok 5 - Multi-catch detected
+ok 6 - Unterminated try detected
+ok 7 - Bare catch at the end of a function call
+ok 8 - Bare finally at the end of a function call
+PASS: t/erroneous_usage
+1..3
+ok 1 - nested try in cleanup after fork does not maintain outer catch block
+ok 2 - nested try in cleanup after fork does not maintain outer finally block
+ok 3 - Didn't just exit
+PASS: t/global_destruction_forked
1..25
ok 1 - basic try
ok 2 - rethrow
@@ -116,11 +159,12 @@ ok 23 - previous value of $@
ok 24 - previous value of $@ available for capture
ok 25 - previous value of $@ also available in catch block
PASS: t/basic
-1..3
-ok 1 - nested try in cleanup after fork does not maintain outer catch block
-ok 2 - nested try in cleanup after fork does not maintain outer finally block
-ok 3 - Didn't just exit
-PASS: t/global_destruction_forked
+1..2
+ok 1 # skip no conflicts module found to check against
+ok 2 # skip This information-only test requires CPAN::Meta::Check 0.011
+ok 1 # skip no conflicts module found to check against
+ok 2 # skip This information-only test requires CPAN::Meta::Check 0.011
+SKIP: t/zzz-check-breaks
1..30
ok 1 - Moved into finally from try
ok 2 - Error text as expected
@@ -155,50 +199,6 @@ ok 30 - finally ran
ok 28 - before skip in try
ok 29 # skip whee
SKIP: t/finally
-1..2
-ok 1 - error caught
-ok 2 - error is also in $_
-PASS: t/given_when
-1..8
-ok 1 - Bare catch() detected
-ok 2 - Bare finally() detected
-ok 3 - Bare catch()/finally() detected
-ok 4 - Bare finally()/catch() detected
-ok 5 - Multi-catch detected
-ok 6 - Unterminated try detected
-ok 7 - Bare catch at the end of a function call
-ok 8 - Bare finally at the end of a function call
-PASS: t/erroneous_usage
-1..0 # SKIP Capture::Tiny 0.12 required
-1..0 # SKIP Capture::Tiny 0.12 required
-SKIP: t/global_destruction_load
-1..25
-ok 1 - Proper context LIST in try{}
-ok 2 - Proper VOID context in finally{} 2
-ok 3 - Proper VOID context in finally{} 1
-ok 4
-ok 5 - Proper context LIST in try{}
-ok 6 - Proper context LIST in catch{}
-ok 7 - Proper VOID context in finally{} 2
-ok 8 - Proper VOID context in finally{} 1
-ok 9
-ok 10 - Proper context SCALAR in try{}
-ok 11 - Proper VOID context in finally{} 2
-ok 12 - Proper VOID context in finally{} 1
-ok 13
-ok 14 - Proper context SCALAR in try{}
-ok 15 - Proper context SCALAR in catch{}
-ok 16 - Proper VOID context in finally{} 2
-ok 17 - Proper VOID context in finally{} 1
-ok 18
-ok 19 - Proper context VOID in try{}
-ok 20 - Proper VOID context in finally{} 2
-ok 21 - Proper VOID context in finally{} 1
-ok 22 - Proper context VOID in try{}
-ok 23 - Proper context VOID in catch{}
-ok 24 - Proper VOID context in finally{} 2
-ok 25 - Proper VOID context in finally{} 1
-PASS: t/context
[ 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
@@ -230,7 +230,7 @@ PASS: t/context
[ 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.30::192.168.7.29:255.255.255.0::eth0:off:8.8.8.8 console=ttyAMA0 console=hvc0 printk.time=1
+[ 0.000000] Kernel command line: root=/dev/vda rw mem=1024M ip=192.168.7.22::192.168.7.21: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
@@ -262,246 +262,246 @@ PASS: t/context
[ 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.000773] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
-[ 0.000851] Console: colour dummy device 80x25
-[ 0.000871] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=200000)
-[ 0.000877] pid_max: default: 32768 minimum: 301
-[ 0.000909] LSM: Security Framework initializing
-[ 0.000935] landlock: Up and running.
-[ 0.001004] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
-[ 0.001011] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
-[ 0.001591] cacheinfo: Unable to detect cache hierarchy for CPU 0
-[ 0.001890] cblist_init_generic: Setting adjustable number of callback queues.
-[ 0.001895] cblist_init_generic: Setting shift to 2 and lim to 1.
-[ 0.001929] cblist_init_generic: Setting shift to 2 and lim to 1.
-[ 0.001967] cblist_init_generic: Setting shift to 2 and lim to 1.
-[ 0.002047] rcu: Hierarchical SRCU implementation.
-[ 0.002049] rcu: Max phase no-delay instances is 1000.
-[ 0.002259] Platform MSI: its@8080000 domain created
-[ 0.002277] PCI/MSI: /intc@8000000/its@8080000 domain created
-[ 0.002288] EFI services will not be available.
-[ 0.002405] smp: Bringing up secondary CPUs ...
-[ 0.027557] Detected PIPT I-cache on CPU1
-[ 0.027644] cacheinfo: Unable to detect cache hierarchy for CPU 1
-[ 0.027668] GICv3: CPU1: found redistributor 1 region 0:0x00000000080c0000
-[ 0.027756] GICv3: CPU1: using allocated LPI pending table @0x00000000419e0000
-[ 0.027853] CPU1: Booted secondary processor 0x0000000001 [0x410fd082]
-[ 0.052801] Detected PIPT I-cache on CPU2
-[ 0.052891] cacheinfo: Unable to detect cache hierarchy for CPU 2
-[ 0.052918] GICv3: CPU2: found redistributor 2 region 0:0x00000000080e0000
-[ 0.053030] GICv3: CPU2: using allocated LPI pending table @0x00000000419f0000
-[ 0.053105] CPU2: Booted secondary processor 0x0000000002 [0x410fd082]
-[ 0.080042] Detected PIPT I-cache on CPU3
-[ 0.080130] cacheinfo: Unable to detect cache hierarchy for CPU 3
-[ 0.080165] GICv3: CPU3: found redistributor 3 region 0:0x0000000008100000
-[ 0.080263] GICv3: CPU3: using allocated LPI pending table @0x0000000041a00000
-[ 0.080340] CPU3: Booted secondary processor 0x0000000003 [0x410fd082]
-[ 0.080570] smp: Brought up 1 node, 4 CPUs
-[ 0.080582] SMP: Total of 4 processors activated.
-[ 0.080588] CPU features: detected: 32-bit EL0 Support
-[ 0.080592] CPU features: detected: CRC32 instructions
-[ 0.080708] CPU: All CPU(s) started at EL1
-[ 0.080711] alternatives: applying system-wide alternatives
-[ 0.081850] devtmpfs: initialized
-[ 0.082723] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
-[ 0.082735] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
-[ 0.082914] DMI not present or invalid.
-[ 0.083172] NET: Registered PF_NETLINK/PF_ROUTE protocol family
-[ 0.083495] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
-[ 0.083530] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
-[ 0.083562] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
-[ 0.083739] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
-[ 0.083909] ASID allocator initialised with 65536 entries
-[ 0.083918] Serial: AMBA PL011 UART driver
-[ 0.086374] 9000000.pl011: ttyAMA0 at MMIO 0x9000000 (irq = 13, base_baud = 0) is a PL011 rev1
-[ 0.213320] printk: console [ttyAMA0] enabled
-[ 0.290516] raid6: neonx8 gen() 6963 MB/s
-[ 0.358718] raid6: neonx4 gen() 6920 MB/s
-[ 0.427130] raid6: neonx2 gen() 5661 MB/s
-[ 0.495571] raid6: neonx1 gen() 4060 MB/s
-[ 0.564118] raid6: int64x8 gen() 3969 MB/s
-[ 0.632555] raid6: int64x4 gen() 3950 MB/s
-[ 0.700985] raid6: int64x2 gen() 3721 MB/s
-[ 0.769422] raid6: int64x1 gen() 2856 MB/s
-[ 0.770229] raid6: using algorithm neonx8 gen() 6963 MB/s
-[ 0.837927] raid6: .... xor() 5200 MB/s, rmw enabled
-[ 0.838865] raid6: using neon recovery algorithm
-[ 0.839880] iommu: Default domain type: Translated
-[ 0.840711] iommu: DMA domain TLB invalidation policy: strict mode
-[ 0.841898] SCSI subsystem initialized
-[ 0.842599] usbcore: registered new interface driver usbfs
-[ 0.843540] usbcore: registered new interface driver hub
-[ 0.844533] usbcore: registered new device driver usb
-[ 0.845402] pps_core: LinuxPPS API ver. 1 registered
-[ 0.846204] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
-[ 0.847698] PTP clock support registered
-[ 0.849128] vgaarb: loaded
-[ 0.849746] clocksource: Switched to clocksource arch_sys_counter
-[ 0.888297] NET: Registered PF_INET protocol family
-[ 0.890228] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
-[ 0.892070] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
-[ 0.893666] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
-[ 0.895126] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
-[ 0.896644] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
-[ 0.897978] TCP: Hash tables configured (established 8192 bind 8192)
-[ 0.899165] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
-[ 0.900347] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
-[ 0.901812] NET: Registered PF_UNIX/PF_LOCAL protocol family
-[ 0.903244] RPC: Registered named UNIX socket transport module.
-[ 0.904273] RPC: Registered udp transport module.
-[ 0.905091] RPC: Registered tcp transport module.
-[ 0.906012] RPC: Registered tcp NFSv4.1 backchannel transport module.
-[ 0.907150] PCI: CLS 0 bytes, default 64
-[ 0.910023] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
-[ 0.912191] workingset: timestamp_bits=46 max_order=18 bucket_order=0
-[ 0.916063] NFS: Registering the id_resolver key type
-[ 0.916976] Key type id_resolver registered
-[ 0.917708] Key type id_legacy registered
-[ 0.919208] Key type cifs.idmap registered
-[ 0.945070] xor: measuring software checksum speed
-[ 0.947604] 8regs : 6140 MB/sec
-[ 0.949933] 32regs : 6380 MB/sec
-[ 0.952535] arm64_neon : 5337 MB/sec
-[ 0.953271] xor: using function: 32regs (6380 MB/sec)
-[ 0.954229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
-[ 0.955484] io scheduler mq-deadline registered
-[ 0.956271] io scheduler kyber registered
-[ 0.957665] pci-host-generic 4010000000.pcie: host bridge /pcie@10000000 ranges:
-[ 0.959051] pci-host-generic 4010000000.pcie: IO 0x003eff0000..0x003effffff -> 0x0000000000
-[ 0.960557] pci-host-generic 4010000000.pcie: MEM 0x0010000000..0x003efeffff -> 0x0010000000
-[ 0.962056] pci-host-generic 4010000000.pcie: MEM 0x8000000000..0xffffffffff -> 0x8000000000
-[ 0.963574] pci-host-generic 4010000000.pcie: Memory resource size exceeds max for 32 bits
-[ 0.965019] pci-host-generic 4010000000.pcie: ECAM at [mem 0x4010000000-0x401fffffff] for [bus 00-ff]
-[ 0.966727] pci-host-generic 4010000000.pcie: PCI host bridge to bus 0000:00
-[ 0.967946] pci_bus 0000:00: root bus resource [bus 00-ff]
-[ 0.968874] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
-[ 0.970017] pci_bus 0000:00: root bus resource [mem 0x10000000-0x3efeffff]
-[ 0.971182] pci_bus 0000:00: root bus resource [mem 0x8000000000-0xffffffffff]
-[ 0.972477] pci 0000:00:00.0: [1b36:0008] type 00 class 0x060000
-[ 0.973959] pci 0000:00:01.0: [1af4:1000] type 00 class 0x020000
-[ 0.975078] pci 0000:00:01.0: reg 0x10: [io 0x0000-0x001f]
-[ 0.976073] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x00000fff]
-[ 0.977226] pci 0000:00:01.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
-[ 0.978547] pci 0000:00:01.0: reg 0x30: [mem 0x00000000-0x0003ffff pref]
-[ 0.980225] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00
-[ 0.981306] pci 0000:00:02.0: reg 0x10: [io 0x0000-0x001f]
-[ 0.982334] pci 0000:00:02.0: reg 0x14: [mem 0x00000000-0x00000fff]
-[ 0.983496] pci 0000:00:02.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
-[ 0.985282] pci 0000:00:03.0: [1af4:1001] type 00 class 0x010000
-[ 0.986570] pci 0000:00:03.0: reg 0x10: [io 0x0000-0x007f]
-[ 0.987533] pci 0000:00:03.0: reg 0x14: [mem 0x00000000-0x00000fff]
-[ 0.988721] pci 0000:00:03.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
-[ 0.990595] pci 0000:00:04.0: [1b36:000d] type 00 class 0x0c0330
-[ 0.991708] pci 0000:00:04.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
-[ 0.993464] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000
-[ 0.994836] pci 0000:00:05.0: reg 0x10: [io 0x0000-0x003f]
-[ 0.995801] pci 0000:00:05.0: reg 0x14: [mem 0x00000000-0x00000fff]
-[ 0.996992] pci 0000:00:05.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
-[ 0.998815] pci 0000:00:06.0: [1af4:1050] type 00 class 0x038000
-[ 1.000048] pci 0000:00:06.0: reg 0x14: [mem 0x00000000-0x00000fff]
-[ 1.001214] pci 0000:00:06.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
-[ 1.003222] pci 0000:00:01.0: BAR 6: assigned [mem 0x10000000-0x1003ffff pref]
-[ 1.004453] pci 0000:00:01.0: BAR 4: assigned [mem 0x8000000000-0x8000003fff 64bit pref]
-[ 1.005874] pci 0000:00:02.0: BAR 4: assigned [mem 0x8000004000-0x8000007fff 64bit pref]
-[ 1.007309] pci 0000:00:03.0: BAR 4: assigned [mem 0x8000008000-0x800000bfff 64bit pref]
-[ 1.008733] pci 0000:00:04.0: BAR 0: assigned [mem 0x800000c000-0x800000ffff 64bit]
-[ 1.010075] pci 0000:00:05.0: BAR 4: assigned [mem 0x8000010000-0x8000013fff 64bit pref]
-[ 1.011565] pci 0000:00:06.0: BAR 4: assigned [mem 0x8000014000-0x8000017fff 64bit pref]
-[ 1.013018] pci 0000:00:01.0: BAR 1: assigned [mem 0x10040000-0x10040fff]
-[ 1.014201] pci 0000:00:02.0: BAR 1: assigned [mem 0x10041000-0x10041fff]
-[ 1.015388] pci 0000:00:03.0: BAR 1: assigned [mem 0x10042000-0x10042fff]
-[ 1.016586] pci 0000:00:05.0: BAR 1: assigned [mem 0x10043000-0x10043fff]
-[ 1.017745] pci 0000:00:06.0: BAR 1: assigned [mem 0x10044000-0x10044fff]
-[ 1.018918] pci 0000:00:03.0: BAR 0: assigned [io 0x1000-0x107f]
-[ 1.019976] pci 0000:00:05.0: BAR 0: assigned [io 0x1080-0x10bf]
-[ 1.021011] pci 0000:00:01.0: BAR 0: assigned [io 0x10c0-0x10df]
-[ 1.022078] pci 0000:00:02.0: BAR 0: assigned [io 0x10e0-0x10ff]
-[ 1.023198] pci 0000:00:04.0: enabling device (0000 -> 0002)
-[ 1.464627] pci 0000:00:04.0: quirk_usb_early_handoff+0x0/0x990 took 430819 usecs
-[ 1.485863] virtio-pci 0000:00:01.0: enabling device (0000 -> 0003)
-[ 1.518481] virtio-pci 0000:00:02.0: enabling device (0000 -> 0003)
-[ 1.532366] virtio-pci 0000:00:03.0: enabling device (0000 -> 0003)
-[ 1.565145] virtio-pci 0000:00:05.0: enabling device (0000 -> 0003)
-[ 1.583157] virtio-pci 0000:00:06.0: enabling device (0000 -> 0002)
-[ 1.834933] [drm] pci: virtio-gpu-pci detected at 0000:00:06.0
-[ 1.835601] [drm] features: -virgl +edid -resource_blob -host_visible
-[ 1.836375] printk: console [hvc0] enabled
-[ 1.888548] [drm] features: -context_init
-[ 1.890421] [drm] number of scanouts: 1
-[ 1.891474] [drm] number of cap sets: 0
-[ 1.894604] [drm] Initialized virtio_gpu 0.1.0 0 for 0000:00:06.0 on minor 0
-[ 1.904459] virtio-pci 0000:00:06.0: [drm] drm_plane_enable_fb_damage_clips() not called
-[ 1.930962] Console: switching to colour frame buffer device 160x50
-[ 1.958453] virtio-pci 0000:00:06.0: [drm] fb0: virtio_gpudrmfb frame buffer device
-[ 1.960461] cacheinfo: Unable to detect cache hierarchy for CPU 0
-[ 1.967293] brd: module loaded
-[ 1.975956] virtio_blk virtio2: 4/0/0 default/read/poll queues
-[ 1.980792] virtio_blk virtio2: [vda] 716856 512-byte logical blocks (367 MB/350 MiB)
-[ 1.989676] xhci_hcd 0000:00:04.0: xHCI Host Controller
-[ 1.991091] xhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 1
-[ 1.993616] xhci_hcd 0000:00:04.0: hcc params 0x00087001 hci version 0x100 quirks 0x0000000000000010
-[ 1.997118] xhci_hcd 0000:00:04.0: xHCI Host Controller
-[ 1.998501] xhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
-[ 2.000385] xhci_hcd 0000:00:04.0: Host supports USB 3.0 SuperSpeed
-[ 2.002402] hub 1-0:1.0: USB hub found
-[ 2.003411] hub 1-0:1.0: 4 ports detected
-[ 2.004754] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
-[ 2.006967] hub 2-0:1.0: USB hub found
-[ 2.008018] hub 2-0:1.0: 4 ports detected
-[ 2.010094] rtc-pl031 9010000.pl031: registered as rtc0
-[ 2.011466] rtc-pl031 9010000.pl031: setting system clock to 2023-07-17T01:29:21 UTC (1689557361)
-[ 2.014075] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
-[ 2.016513] usbcore: registered new interface driver usbhid
-[ 2.017924] usbhid: USB HID core driver
-[ 2.018911] u32 classifier
-[ 2.019609] input device check on
-[ 2.020539] Actions configured
-[ 2.021697] NET: Registered PF_INET6 protocol family
-[ 2.023691] Segment Routing with IPv6
-[ 2.024683] In-situ OAM (IOAM) with IPv6
-[ 2.025647] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
-[ 2.027480] NET: Registered PF_PACKET protocol family
-[ 2.028760] Bridge firewalling registered
-[ 2.029820] Key type dns_resolver registered
-[ 2.031110] NET: Registered PF_VSOCK protocol family
-[ 2.032721] registered taskstats version 1
-[ 2.034018] Key type .fscrypt registered
-[ 2.034977] Key type fscrypt-provisioning registered
-[ 2.036780] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
-[ 2.040763] Key type encrypted registered
-[ 2.044331] printk: console [netcon0] enabled
-[ 2.045483] netconsole: network logging started
-[ 2.065803] IP-Config: Complete:
-[ 2.066887] device=eth0, hwaddr=52:54:00:12:34:1e, ipaddr=192.168.7.30, mask=255.255.255.0, gw=192.168.7.29
-[ 2.069191] host=192.168.7.30, domain=, nis-domain=(none)
-[ 2.070718] bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=
-[ 2.070723] nameserver0=8.8.8.8
-[ 2.073765] md: Waiting for all devices to be available before autodetect
-[ 2.075334] md: If you don't use raid, use raid=noautodetect
-[ 2.076744] md: Autodetecting RAID arrays.
-[ 2.077834] md: autorun ...
-[ 2.078592] md: ... autorun DONE.
-[ 2.102382] EXT4-fs (vda): mounted filesystem with ordered data mode. Quota mode: disabled.
-[ 2.104405] VFS: Mounted root (ext4 filesystem) on device 253:0.
-[ 2.106125] devtmpfs: mounted
-[ 2.110763] Freeing unused kernel memory: 3840K
-[ 2.123101] Run /sbin/init as init process
-[ 2.124220] with arguments:
-[ 2.124222] /sbin/init
-[ 2.124225] with environment:
-[ 2.124227] HOME=/
-[ 2.124230] TERM=linux
-[ 2.273879] usb 1-1: new high-speed USB device number 2 using xhci_hcd
-[ 2.428035] 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.430698] udevd[135]: starting version 3.2.12
-[ 2.431467] 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.436974] udevd[135]: specified group 'sgx' unknown
-[ 2.445177] udevd[136]: starting eudev-3.2.12
-[ 2.561808] usb 1-2: new high-speed USB device number 3 using xhci_hcd
-[ 2.712430] 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.774049] 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.913186] EXT4-fs (vda): re-mounted. Quota mode: disabled.
-[ 3.009813] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
+[ 0.000646] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
+[ 0.000694] Console: colour dummy device 80x25
+[ 0.000704] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=200000)
+[ 0.000708] pid_max: default: 32768 minimum: 301
+[ 0.000732] LSM: Security Framework initializing
+[ 0.000742] landlock: Up and running.
+[ 0.000783] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
+[ 0.000789] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
+[ 0.001167] cacheinfo: Unable to detect cache hierarchy for CPU 0
+[ 0.001442] cblist_init_generic: Setting adjustable number of callback queues.
+[ 0.001446] cblist_init_generic: Setting shift to 2 and lim to 1.
+[ 0.001478] cblist_init_generic: Setting shift to 2 and lim to 1.
+[ 0.001513] cblist_init_generic: Setting shift to 2 and lim to 1.
+[ 0.001589] rcu: Hierarchical SRCU implementation.
+[ 0.001591] rcu: Max phase no-delay instances is 1000.
+[ 0.001759] Platform MSI: its@8080000 domain created
+[ 0.001774] PCI/MSI: /intc@8000000/its@8080000 domain created
+[ 0.001782] EFI services will not be available.
+[ 0.001870] smp: Bringing up secondary CPUs ...
+[ 0.009902] Detected PIPT I-cache on CPU1
+[ 0.009955] cacheinfo: Unable to detect cache hierarchy for CPU 1
+[ 0.009973] GICv3: CPU1: found redistributor 1 region 0:0x00000000080c0000
+[ 0.010053] GICv3: CPU1: using allocated LPI pending table @0x00000000419e0000
+[ 0.010113] CPU1: Booted secondary processor 0x0000000001 [0x410fd082]
+[ 0.021502] Detected PIPT I-cache on CPU2
+[ 0.021566] cacheinfo: Unable to detect cache hierarchy for CPU 2
+[ 0.021591] GICv3: CPU2: found redistributor 2 region 0:0x00000000080e0000
+[ 0.021668] GICv3: CPU2: using allocated LPI pending table @0x00000000419f0000
+[ 0.021734] CPU2: Booted secondary processor 0x0000000002 [0x410fd082]
+[ 0.031617] Detected PIPT I-cache on CPU3
+[ 0.031679] cacheinfo: Unable to detect cache hierarchy for CPU 3
+[ 0.031705] GICv3: CPU3: found redistributor 3 region 0:0x0000000008100000
+[ 0.031787] GICv3: CPU3: using allocated LPI pending table @0x0000000041a00000
+[ 0.031849] CPU3: Booted secondary processor 0x0000000003 [0x410fd082]
+[ 0.031960] smp: Brought up 1 node, 4 CPUs
+[ 0.031964] SMP: Total of 4 processors activated.
+[ 0.031966] CPU features: detected: 32-bit EL0 Support
+[ 0.031968] CPU features: detected: CRC32 instructions
+[ 0.032040] CPU: All CPU(s) started at EL1
+[ 0.032042] alternatives: applying system-wide alternatives
+[ 0.032787] devtmpfs: initialized
+[ 0.033509] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
+[ 0.033517] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
+[ 0.033636] DMI not present or invalid.
+[ 0.033835] NET: Registered PF_NETLINK/PF_ROUTE protocol family
+[ 0.034071] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
+[ 0.034105] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
+[ 0.034138] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
+[ 0.034278] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
+[ 0.034376] ASID allocator initialised with 65536 entries
+[ 0.034383] Serial: AMBA PL011 UART driver
+[ 0.036594] 9000000.pl011: ttyAMA0 at MMIO 0x9000000 (irq = 13, base_baud = 0) is a PL011 rev1
+[ 0.151489] printk: console [ttyAMA0] enabled
+[ 0.224851] raid6: neonx8 gen() 7112 MB/s
+[ 0.292977] raid6: neonx4 gen() 7064 MB/s
+[ 0.361227] raid6: neonx2 gen() 5761 MB/s
+[ 0.429556] raid6: neonx1 gen() 4131 MB/s
+[ 0.497926] raid6: int64x8 gen() 4053 MB/s
+[ 0.566270] raid6: int64x4 gen() 3990 MB/s
+[ 0.634602] raid6: int64x2 gen() 3767 MB/s
+[ 0.703055] raid6: int64x1 gen() 2898 MB/s
+[ 0.703784] raid6: using algorithm neonx8 gen() 7112 MB/s
+[ 0.772451] raid6: .... xor() 5289 MB/s, rmw enabled
+[ 0.773263] raid6: using neon recovery algorithm
+[ 0.774101] iommu: Default domain type: Translated
+[ 0.775069] iommu: DMA domain TLB invalidation policy: strict mode
+[ 0.776160] SCSI subsystem initialized
+[ 0.776800] usbcore: registered new interface driver usbfs
+[ 0.777684] usbcore: registered new interface driver hub
+[ 0.778572] usbcore: registered new device driver usb
+[ 0.779394] pps_core: LinuxPPS API ver. 1 registered
+[ 0.780222] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
+[ 0.781664] PTP clock support registered
+[ 0.782756] vgaarb: loaded
+[ 0.783809] clocksource: Switched to clocksource arch_sys_counter
+[ 0.817885] NET: Registered PF_INET protocol family
+[ 0.818836] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
+[ 0.820509] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
+[ 0.821900] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
+[ 0.823095] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
+[ 0.824331] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
+[ 0.826396] TCP: Hash tables configured (established 8192 bind 8192)
+[ 0.827460] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
+[ 0.828549] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
+[ 0.829692] NET: Registered PF_UNIX/PF_LOCAL protocol family
+[ 0.830873] RPC: Registered named UNIX socket transport module.
+[ 0.831797] RPC: Registered udp transport module.
+[ 0.832601] RPC: Registered tcp transport module.
+[ 0.833342] RPC: Registered tcp NFSv4.1 backchannel transport module.
+[ 0.834345] PCI: CLS 0 bytes, default 64
+[ 0.837045] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
+[ 0.838740] workingset: timestamp_bits=46 max_order=18 bucket_order=0
+[ 0.842358] NFS: Registering the id_resolver key type
+[ 0.843186] Key type id_resolver registered
+[ 0.843866] Key type id_legacy registered
+[ 0.845045] Key type cifs.idmap registered
+[ 0.869513] xor: measuring software checksum speed
+[ 0.872041] 8regs : 5749 MB/sec
+[ 0.874398] 32regs : 5985 MB/sec
+[ 0.877031] arm64_neon : 5120 MB/sec
+[ 0.877749] xor: using function: 32regs (5985 MB/sec)
+[ 0.878580] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
+[ 0.879722] io scheduler mq-deadline registered
+[ 0.880498] io scheduler kyber registered
+[ 0.881644] pci-host-generic 4010000000.pcie: host bridge /pcie@10000000 ranges:
+[ 0.882843] pci-host-generic 4010000000.pcie: IO 0x003eff0000..0x003effffff -> 0x0000000000
+[ 0.884257] pci-host-generic 4010000000.pcie: MEM 0x0010000000..0x003efeffff -> 0x0010000000
+[ 0.885657] pci-host-generic 4010000000.pcie: MEM 0x8000000000..0xffffffffff -> 0x8000000000
+[ 0.887057] pci-host-generic 4010000000.pcie: Memory resource size exceeds max for 32 bits
+[ 0.888438] pci-host-generic 4010000000.pcie: ECAM at [mem 0x4010000000-0x401fffffff] for [bus 00-ff]
+[ 0.889962] pci-host-generic 4010000000.pcie: PCI host bridge to bus 0000:00
+[ 0.891068] pci_bus 0000:00: root bus resource [bus 00-ff]
+[ 0.891949] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
+[ 0.892908] pci_bus 0000:00: root bus resource [mem 0x10000000-0x3efeffff]
+[ 0.893991] pci_bus 0000:00: root bus resource [mem 0x8000000000-0xffffffffff]
+[ 0.895333] pci 0000:00:00.0: [1b36:0008] type 00 class 0x060000
+[ 0.896775] pci 0000:00:01.0: [1af4:1000] type 00 class 0x020000
+[ 0.897799] pci 0000:00:01.0: reg 0x10: [io 0x0000-0x001f]
+[ 0.898711] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x00000fff]
+[ 0.899780] pci 0000:00:01.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
+[ 0.901009] pci 0000:00:01.0: reg 0x30: [mem 0x00000000-0x0003ffff pref]
+[ 0.902541] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00
+[ 0.903550] pci 0000:00:02.0: reg 0x10: [io 0x0000-0x001f]
+[ 0.904536] pci 0000:00:02.0: reg 0x14: [mem 0x00000000-0x00000fff]
+[ 0.905616] pci 0000:00:02.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
+[ 0.907346] pci 0000:00:03.0: [1af4:1001] type 00 class 0x010000
+[ 0.908391] pci 0000:00:03.0: reg 0x10: [io 0x0000-0x007f]
+[ 0.909298] pci 0000:00:03.0: reg 0x14: [mem 0x00000000-0x00000fff]
+[ 0.910385] pci 0000:00:03.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
+[ 0.912062] pci 0000:00:04.0: [1b36:000d] type 00 class 0x0c0330
+[ 0.913120] pci 0000:00:04.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
+[ 0.914785] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000
+[ 0.915969] pci 0000:00:05.0: reg 0x10: [io 0x0000-0x003f]
+[ 0.916872] pci 0000:00:05.0: reg 0x14: [mem 0x00000000-0x00000fff]
+[ 0.918000] pci 0000:00:05.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
+[ 0.919654] pci 0000:00:06.0: [1af4:1050] type 00 class 0x038000
+[ 0.920789] pci 0000:00:06.0: reg 0x14: [mem 0x00000000-0x00000fff]
+[ 0.921877] pci 0000:00:06.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
+[ 0.923780] pci 0000:00:01.0: BAR 6: assigned [mem 0x10000000-0x1003ffff pref]
+[ 0.925146] pci 0000:00:01.0: BAR 4: assigned [mem 0x8000000000-0x8000003fff 64bit pref]
+[ 0.926527] pci 0000:00:02.0: BAR 4: assigned [mem 0x8000004000-0x8000007fff 64bit pref]
+[ 0.927844] pci 0000:00:03.0: BAR 4: assigned [mem 0x8000008000-0x800000bfff 64bit pref]
+[ 0.929155] pci 0000:00:04.0: BAR 0: assigned [mem 0x800000c000-0x800000ffff 64bit]
+[ 0.930366] pci 0000:00:05.0: BAR 4: assigned [mem 0x8000010000-0x8000013fff 64bit pref]
+[ 0.931786] pci 0000:00:06.0: BAR 4: assigned [mem 0x8000014000-0x8000017fff 64bit pref]
+[ 0.933194] pci 0000:00:01.0: BAR 1: assigned [mem 0x10040000-0x10040fff]
+[ 0.934271] pci 0000:00:02.0: BAR 1: assigned [mem 0x10041000-0x10041fff]
+[ 0.935379] pci 0000:00:03.0: BAR 1: assigned [mem 0x10042000-0x10042fff]
+[ 0.936540] pci 0000:00:05.0: BAR 1: assigned [mem 0x10043000-0x10043fff]
+[ 0.937647] pci 0000:00:06.0: BAR 1: assigned [mem 0x10044000-0x10044fff]
+[ 0.938756] pci 0000:00:03.0: BAR 0: assigned [io 0x1000-0x107f]
+[ 0.939745] pci 0000:00:05.0: BAR 0: assigned [io 0x1080-0x10bf]
+[ 0.940826] pci 0000:00:01.0: BAR 0: assigned [io 0x10c0-0x10df]
+[ 0.941780] pci 0000:00:02.0: BAR 0: assigned [io 0x10e0-0x10ff]
+[ 0.942767] pci 0000:00:04.0: enabling device (0000 -> 0002)
+[ 1.183795] pci 0000:00:04.0: quirk_usb_early_handoff+0x0/0x990 took 235383 usecs
+[ 1.294097] virtio-pci 0000:00:01.0: enabling device (0000 -> 0003)
+[ 1.302470] virtio-pci 0000:00:02.0: enabling device (0000 -> 0003)
+[ 1.309076] virtio-pci 0000:00:03.0: enabling device (0000 -> 0003)
+[ 1.316463] virtio-pci 0000:00:05.0: enabling device (0000 -> 0003)
+[ 1.321645] virtio-pci 0000:00:06.0: enabling device (0000 -> 0002)
+[ 1.494630] printk: console [hvc0] enabled
+[ 1.497070] [drm] pci: virtio-gpu-pci detected at 0000:00:06.0
+[ 1.498545] [drm] features: -virgl +edid -resource_blob -host_visible
+[ 1.498549] [drm] features: -context_init
+[ 1.501552] [drm] number of scanouts: 1
+[ 1.502490] [drm] number of cap sets: 0
+[ 1.504106] [drm] Initialized virtio_gpu 0.1.0 0 for 0000:00:06.0 on minor 0
+[ 1.513919] virtio-pci 0000:00:06.0: [drm] drm_plane_enable_fb_damage_clips() not called
+[ 1.516997] Console: switching to colour frame buffer device 160x50
+[ 1.573887] virtio-pci 0000:00:06.0: [drm] fb0: virtio_gpudrmfb frame buffer device
+[ 1.575653] cacheinfo: Unable to detect cache hierarchy for CPU 0
+[ 1.582133] brd: module loaded
+[ 1.583244] virtio_blk virtio2: 4/0/0 default/read/poll queues
+[ 1.586156] virtio_blk virtio2: [vda] 716856 512-byte logical blocks (367 MB/350 MiB)
+[ 1.594501] xhci_hcd 0000:00:04.0: xHCI Host Controller
+[ 1.595656] xhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 1
+[ 1.597761] xhci_hcd 0000:00:04.0: hcc params 0x00087001 hci version 0x100 quirks 0x0000000000000010
+[ 1.600597] xhci_hcd 0000:00:04.0: xHCI Host Controller
+[ 1.601673] xhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
+[ 1.603146] xhci_hcd 0000:00:04.0: Host supports USB 3.0 SuperSpeed
+[ 1.604861] hub 1-0:1.0: USB hub found
+[ 1.605708] hub 1-0:1.0: 4 ports detected
+[ 1.606893] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
+[ 1.608770] hub 2-0:1.0: USB hub found
+[ 1.609728] hub 2-0:1.0: 4 ports detected
+[ 1.611313] rtc-pl031 9010000.pl031: registered as rtc0
+[ 1.612437] rtc-pl031 9010000.pl031: setting system clock to 2023-07-19T01:25:22 UTC (1689729922)
+[ 1.614733] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
+[ 1.616883] usbcore: registered new interface driver usbhid
+[ 1.618064] usbhid: USB HID core driver
+[ 1.618905] u32 classifier
+[ 1.619482] input device check on
+[ 1.620282] Actions configured
+[ 1.621231] NET: Registered PF_INET6 protocol family
+[ 1.622821] Segment Routing with IPv6
+[ 1.623664] In-situ OAM (IOAM) with IPv6
+[ 1.624512] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
+[ 1.625903] NET: Registered PF_PACKET protocol family
+[ 1.626975] Bridge firewalling registered
+[ 1.628034] Key type dns_resolver registered
+[ 1.629092] NET: Registered PF_VSOCK protocol family
+[ 1.630405] registered taskstats version 1
+[ 1.631557] Key type .fscrypt registered
+[ 1.632493] Key type fscrypt-provisioning registered
+[ 1.634111] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
+[ 1.637401] Key type encrypted registered
+[ 1.640756] printk: console [netcon0] enabled
+[ 1.641811] netconsole: network logging started
+[ 1.663840] IP-Config: Complete:
+[ 1.664781] device=eth0, hwaddr=52:54:00:12:34:16, ipaddr=192.168.7.22, mask=255.255.255.0, gw=192.168.7.21
+[ 1.666840] host=192.168.7.22, domain=, nis-domain=(none)
+[ 1.668153] bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=
+[ 1.668157] nameserver0=8.8.8.8
+[ 1.670780] md: Waiting for all devices to be available before autodetect
+[ 1.672209] md: If you don't use raid, use raid=noautodetect
+[ 1.673424] md: Autodetecting RAID arrays.
+[ 1.674280] md: autorun ...
+[ 1.674884] md: ... autorun DONE.
+[ 1.688235] EXT4-fs (vda): mounted filesystem with ordered data mode. Quota mode: disabled.
+[ 1.689987] VFS: Mounted root (ext4 filesystem) on device 253:0.
+[ 1.691505] devtmpfs: mounted
+[ 1.695084] Freeing unused kernel memory: 3840K
+[ 1.712470] Run /sbin/init as init process
+[ 1.713447] with arguments:
+[ 1.713449] /sbin/init
+[ 1.713451] with environment:
+[ 1.713452] HOME=/
+[ 1.713454] TERM=linux
+[ 1.862613] usb 1-1: new high-speed USB device number 2 using xhci_hcd
+[ 1.973057] udevd[135]: starting version 3.2.12
+[ 1.996485] udevd[135]: specified group 'sgx' unknown
+[ 2.013861] udevd[136]: starting eudev-3.2.12
+[ 2.026552] 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.029687] 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.159868] usb 1-2: new high-speed USB device number 3 using xhci_hcd
+[ 2.310097] 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.372008] 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.503618] EXT4-fs (vda): re-mounted. Quota mode: disabled.
+[ 2.619920] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
init
|-getty 38400 tty1
|-klogd -n
@@ -518,11 +518,11 @@ init
|-syslogd -n -O /var/log/messages
`-udevd -d
Filesystem 1K-blocks Used Available Use% Mounted on
-/dev/root 325627 27119 276491 9% /
+/dev/root 325627 27120 276490 9% /
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 34348 937048 4172 35804 952668
+Mem: 1007200 34520 936888 4172 35792 952496
Swap: 0 0 0
DURATION: 2