Trying 192.168.56.175... Connected to arpeggi. Escape character is '^]'. ser2net port telnet,3000 device serialdev, /dev/serial/by-path/platform-1c14000.usb-usb-0:1:1.2-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot SPL 2023.04-lf_v2023.04+g90483838f8 (Apr 19 2023 - 09:54:40 +0000) DDRINFO: start DRAM init DDRINFO: DRAM rate 4000MTS DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done SEC0: RNG instantiated Normal Boot Trying to boot from BOOTROM Boot Stage: Recovery boot image offset 0x8000, pagesize 0x200, ivt offset 0x0 NOTICE: Do not release JR0 to NS as it can be used by HAB NOTICE: BL31: v2.8(release):v2.4-3820-g856a80e65 NOTICE: BL31: Built : 02:20:05, Apr 19 2023 U-Boot 2023.04-lf_v2023.04+g90483838f8 (Apr 19 2023 - 09:54:40 +0000) CPU: i.MX8MP[8] rev1.1 1800 MHz (running at 1200 MHz) CPU: Commercial temperature grade (0C to 95C) at 25C Reset cause: POR Model: NXP i.MX8MPlus LPDDR4 EVK board DRAM: 6 GiB TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C2 0x50] SNK.Power1.5 on CC1 PDO 0: type 0, 5000 mV, 2400 mA [E] PDO 1: type 0, 14800 mV, 2000 mA [] Requesting PDO 1: 14800 mV, 2000 mA Source accept request PD source ready! tcpc_pd_receive_message: Polling ALERT register, TCPC_ALERT_RX_STATUS bit failed, ret = -62 Power supply on USB2 TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x50] Core: 257 devices, 36 uclasses, devicetree: separate MMC: FSL_SDHC: 1, FSL_SDHC: 2 Loading Environment from MMC... OK [*]-Video Link 0adv7535_mipi2hdmi adv7535@3d: Can't find cec device id=0x3c fail to probe panel device adv7535@3d fail to get display timings probe video device failed, ret -19 [0] lcd-controller@32e80000, video [1] mipi_dsi@32e60000, video_bridge [2] adv7535@3d, panel adv7535_mipi2hdmi adv7535@3d: Can't find cec device id=0x3c fail to probe panel device adv7535@3d fail to get display timings probe video device failed, ret -19 In: serial Out: serial Err: serial SEC0: RNG instantiated switch to partitions #0, OK mmc1 is current device flash target is MMC:1 Net: eth0: ethernet@30be0000, eth1: ethernet@30bf0000 [PRIME] Fastboot: Normal Normal Boot Hit any key to stop autoboot: 2  0 u-boot=> setenv autoload no setenv autoload no u-boot=> dhcp dhcp ethernet@30bf0000 Waiting for PHY auto negotiation to complete...... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.215 (3807 ms) u-boot=> setenv serverip 192.168.56.123 setenv serverip 192.168.56.123 u-boot=> tftp ${loadaddr} 542397/tftp-deploy-x5uwhoe_/kernel/Image tftp ${loadaddr} 542397/tftp-deploy-x5uwhoe_/kernel/Image Using ethernet@30bf0000 device TFTP from server 192.168.56.123; our IP address is 192.168.56.215 Filename '542397/tftp-deploy-x5uwhoe_/kernel/Image'. Load address: 0x40400000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########################################### 8.9 MiB/s done Bytes transferred = 37835264 (2415200 hex) u-boot=> tftp ${initrd_addr} 542397/tftp-deploy-x5uwhoe_/ramdisk/ramdisk.cpio.gz.uboot tftp ${initrd_addr} 542397/tftp-deploy-x5uwhoe_/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@30bf0000 device TFTP from server 192.168.56.123; our IP address is 192.168.56.215 Filename '542397/tftp-deploy-x5uwhoe_/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x43800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################# 7.5 MiB/s done Bytes transferred = 19556033 (12a66c1 hex) u-boot=> setenv initrd_size ${filesize} setenv initrd_size ${filesize} u-boot=> tftp ${fdt_addr} 542397/tftp-deploy-x5uwhoe_/dtb/imx8mp-evk.dtb tftp ${fdt_addr} 542397/tftp-deploy-x5uwhoe_/dtb/imx8mp-evk.dtb Using ethernet@30bf0000 device TFTP from server 192.168.56.123; our IP address is 192.168.56.215 Filename '542397/tftp-deploy-x5uwhoe_/dtb/imx8mp-evk.dtb'. Load address: 0x43000000 Loading: *### 5.5 MiB/s done Bytes transferred = 34473 (86a9 hex) u-boot=> setenv bootargs 'console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200n8 root=/dev/nfs rw nfsroot=192.168.56.123:/var/lib/lava/dispatcher/tmp/542397/extract-nfsrootfs-y65gon6j,tcp,hard,v3 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200n8 root=/dev/nfs rw nfsroot=192.168.56.123:/var/lib/lava/dispatcher/tmp/542397/extract-nfsrootfs-y65gon6j,tcp,hard,v3 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' u-boot=> booti ${loadaddr} ${initrd_addr} ${fdt_addr} booti ${loadaddr} ${initrd_addr} ${fdt_addr} ## Loading init Ramdisk from Legacy Image at 43800000 ... Image Name: Created: 2024-02-04 4:29:02 UTC Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 19555969 Bytes = 18.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 Working FDT set to 43000000 Using Device Tree in place at 0000000043000000, end 000000004300b6a8 Working FDT set to 43000000 adv7535_mipi2hdmi adv7535@3d: Can't find cec device id=0x3c fail to probe panel device adv7535@3d fail to get display timings probe video device failed, ret -19 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.1.75-cip14-rt8 (KernelCI@build-j97374-arm64-gcc-10-defconfig-f2xfv) (aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT Sun Feb 4 04:02:44 UTC 2024 [ 0.000000] Machine model: NXP i.MX8MPlus EVK board [ 0.000000] earlycon: ec_imx6q0 at MMIO 0x0000000030890000 (options '115200n8') [ 0.000000] printk: bootconsole [ec_imx6q0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000001bfffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x1bf3eaa00-0x1bf3ecfff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000001bfffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000055ffffff] [ 0.000000] node 0: [mem 0x0000000058000000-0x00000000923fffff] [ 0.000000] node 0: [mem 0x0000000092400000-0x00000000943fffff] [ 0.000000] node 0: [mem 0x0000000094400000-0x00000001bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000001bfffffff] [ 0.000000] On node 0, zone DMA: 8192 pages in unavailable ranges [ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 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.2 [ 0.000000] percpu: Embedded 20 pages/cpu s44840 r8192 d28888 u81920 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1540096 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200n8 root=/dev/nfs rw nfsroot=192.168.56.123:/var/lib/lava/dispatcher/tmp/542397/extract-nfsrootfs-y65gon6j,tcp,hard,v3 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: area num 4. <6>[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB) <6>[ 0.000000] Memory: 5946792K/6258688K available (16192K kernel code, 3732K rwdata, 9336K rodata, 7552K init, 609K bss, 279128K reserved, 32768K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Preemptible hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. <6>[ 0.000000] Trampoline variant of Tasks RCU enabled. <6>[ 0.000000] Tracing variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 <6>[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode <6>[ 0.000000] GICv3: 160 SPIs implemented <6>[ 0.000000] GICv3: 0 Extended SPIs implemented <6>[ 0.000000] Root IRQ handler: gic_handle_irq <6>[ 0.000000] GICv3: GICv3 features: 16 PPIs <6>[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000 <4>[ 0.000000] ITS: No ITS available, not enabling LPIs <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns <6>[ 0.000000] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns <6>[ 0.009353] Console: colour dummy device 80x25 <6>[ 0.013104] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000) <6>[ 0.023631] pid_max: default: 32768 minimum: 301 <6>[ 0.028576] LSM: Security Framework initializing <6>[ 0.033511] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.041321] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.050854] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.057162] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.063588] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.071062] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.077648] rcu: Hierarchical SRCU implementation. <6>[ 0.077651] rcu: Max phase no-delay instances is 1000. <6>[ 0.077701] printk: bootconsole [ec_imx6q0] printing thread started <6>[ 0.096507] EFI services will not be available. <6>[ 0.096693] smp: Bringing up secondary CPUs ... <6>[ 0.097125] Detected VIPT I-cache on CPU1 <6>[ 0.097193] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000 <6>[ 0.097225] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] <6>[ 0.122957] Detected VIPT I-cache on CPU2 <6>[ 0.123013] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000 <6>[ 0.123034] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] <6>[ 0.123463] Detected VIPT I-cache on CPU3 <6>[ 0.123524] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000 <6>[ 0.123542] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] <6>[ 0.123597] smp: Brought up 1 node, 4 CPUs <6>[ 0.123603] SMP: Total of 4 processors activated. <6>[ 0.123607] CPU features: detected: 32-bit EL0 Support <6>[ 0.123609] CPU features: detected: 32-bit EL1 Support <6>[ 0.123612] CPU features: detected: CRC32 instructions <6>[ 0.123663] CPU: All CPU(s) started at EL2 <6>[ 0.123681] alternatives: applying system-wide alternatives <6>[ 0.125439] devtmpfs: initialized <6>[ 0.134627] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.134645] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.135654] pinctrl core: initialized pinctrl subsystem <6>[ 0.137881] DMI not present or invalid. <6>[ 0.138494] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.139455] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.139776] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.140132] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.140182] audit: initializing netlink subsys (disabled) <5>[ 0.140280] audit: type=2000 audit(0.100:1): state=initialized audit_enabled=0 res=1 <6>[ 0.141381] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.141385] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.141447] cpuidle: using governor menu <6>[ 0.141688] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.141771] ASID allocator initialised with 65536 entries <6>[ 0.143499] Serial: AMBA PL011 UART driver <6>[ 0.147908] platform soc@0: Fixed dependency cycle(s) with /soc@0/bus@30000000/efuse@30350000/unique-id@8 <6>[ 0.150946] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver <6>[ 0.3<1>7 0.1tk48c]nslle [tmymxc100p0infung thrxad seprteen y cycle(s) with /soc@0/bus@30000000/clock-controller@30380000 <4>[ 0.165661] KASLR disabled due to lack of seed <6>[ 0.174843] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.174851] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.174855] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.174858] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.174862] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.174867] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.174870] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.174875] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.179505] ACPI: Interpreter disabled. <6>[ 0.181705] iommu: Default domain type: Translated <6>[ 0.181710] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.181928] SCSI subsystem initialized <6>[ 0.182242] usbcore: registered new interface driver usbfs <6>[ 0.182274] usbcore: registered new interface driver hub <6>[ 0.182296] usbcore: registered new device driver usb <6>[ 0.183309] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.183312] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.183325] PTP clock support registered <6>[ 0.183439] EDAC MC: Ver: 3.0.0 <6>[ 0.184923] FPGA manager framework <6>[ 0.184999] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.185725] vgaarb: loaded <6>[ 0.186018] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.186179] VFS: Disk quotas dquot_6.6.0 <6>[ 0.186214] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.186364] pnp: PnP ACPI: disabled <6>[ 0.192515] NET: Registered PF_INET protocol family <6>[ 0.192764] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) <6>[ 0.198028] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) <6>[ 0.198128] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.198144] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) <6>[ 0.198598] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) <6>[ 0.200432] TCP: Hash tables configured (established 65536 bind 65536) <6>[ 0.200547] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) <6>[ 0.200695] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) <6>[ 0.200964] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.201310] RPC: Registered named UNIX socket transport module. <6>[ 0.201314] RPC: Registered udp transport module. <6>[ 0.201316] RPC: Registered tcp transport module. <6>[ 0.201319] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.201326] PCI: CLS 0 bytes, default 64 <6>[ 0.201508] Unpacking initramfs... <6>[ 0.210482] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available <6>[ 0.210982] kvm [1]: IPA Size Limit: 40 bits <6>[ 0.212792] kvm [1]: GICv3: no GICV resource entry <6>[ 0.212797] kvm [1]: disabling GICv2 emulation <6>[ 0.212808] kvm [1]: GIC system register CPU interface enabled <6>[ 0.212918] kvm [1]: vgic interrupt IRQ9 <6>[ 0.212994] kvm [1]: Hyp mode initialized successfully <5>[ 0.214200] Initialise system trusted keyrings <6>[ 0.214392] workingset: timestamp_bits=42 max_order=21 bucket_order=0 <6>[ 0.220620] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.221269] NFS: Registering the id_resolver key type <5>[ 0.221297] Key type id_resolver registered <5>[ 0.221300] Key type id_legacy registered <6>[ 0.221367] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.221371] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.221500] 9p: Installing v9fs 9p2000 file system support <5>[ 0.258776] Key type asymmetric registered <5>[ 0.258786] Asymmetric key parser 'x509' registered <6>[ 0.258861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 0.258866] io scheduler mq-deadline registered <6>[ 0.258869] io scheduler kyber registered <6>[ 0.271839] EINJ: ACPI disabled. <6>[ 0.304817] SoC: i.MX8MP revision 1.1 <6>[ 0.315907] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 0.319009] SuperH (H)SCI(F) driver initialized <6>[ 0.319604] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 16, base_baud = 1500000) is a IMX <6>[ 0.321178] printk: console [ttymxc1] printing thread started <6>[ 0.321195] printk: console [ttymxc1] enabled <6>[ 0.321200] printk: bootconsole [ec_imx6q0] disabled <6>[ 0.321195] printk: console [ttymxc1] enabled <6>[ 0.321200] printk: bootconsole [ec_imx6q0] disabled <6>[ 0.754505] printk: bootconsole [ec_imx6q0] printing thread stopped <6>[ 0.760791] msm_serial: driver initialized <6>[ 0.770981] loop: module loaded <6>[ 0.772242] megasas: 07.719.03.00-rc1 <6>[ 0.779598] tun: Universal TUN/TAP device driver, 1.6 <6>[ 0.780761] thunder_xcv, ver 1.0 <6>[ 0.780798] thunder_bgx, ver 1.0 <6>[ 0.780837] nicpf, ver 1.0 <6>[ 0.782575] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 0.782583] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 0.782648] hclge is initializing <6>[ 0.782668] e1000: Intel(R) PRO/1000 Network Driver <6>[ 0.782671] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 0.782714] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 0.782716] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 0.782768] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 0.782772] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 0.782798] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 0.782801] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 0.783234] sky2: driver version 1.30 <6>[ 0.784695] VFIO - User Level meta-driver version: 0.3 <6>[ 0.788805] usbcore: registered new interface driver usb-storage <6>[ 0.792365] i2c_dev: i2c /dev entries driver <6>[ 0.801401] sdhci: Secure Digital Host Controller Interface driver <6>[ 0.801408] sdhci: Copyright(c) Pierre Ossman <6>[ 0.802465] Synopsys Designware Multimedia Card Interface Driver <6>[ 0.803763] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 0.809756] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 0.811585] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... <6>[ 0.812585] usbcore: registered new interface driver usbhid <6>[ 0.812591] usbhid: USB HID core driver <6>[ 0.819227] optee: probing for conduit method. <6>[ 0.819246] optee: revision 3.19 (68fb698d) <6>[ 0.819571] optee: dynamic shared memory is enabled <6>[ 0.819887] optee: initialized driver <6>[ 0.823042] NET: Registered PF_PACKET protocol family <6>[ 0.823167] 9pnet: Installing 9P2000 support <5>[ 0.823219] Key type dns_resolver registered <6>[ 0.823578] registered taskstats version 1 <5>[ 0.823598] Loading compiled-in X.509 certificates <6>[ 0.834088] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA <6>[ 0.859905] nxp-pca9450 0-0025: pca9450bc probed. <6>[ 0.859991] i2c i2c-0: IMX I2C adapter registered <4>[ 0.861260] pca953x 2-0020: supply vcc not found, using dummy regulator <6>[ 0.861350] pca953x 2-0020: using no AI <6>[ 0.863555] i2c i2c-2: IMX I2C adapter registered <6>[ 0.871680] pps pps0: new PPS source ptp0 <6>[ 0.881218] mmc2: new HS400 Enhanced strobe MMC card at address 0001 <6>[ 0.881812] mmcblk2: mmc2:0001 IB2932 29.2 GiB <6>[ 0.883585] mmcblk2boot0: mmc2:0001 IB2932 4.00 MiB <6>[ 0.884657] mmcblk2boot1: mmc2:0001 IB2932 4.00 MiB <6>[ 0.885551] mmcblk2rpmb: mmc2:0001 IB2932 4.00 MiB, chardev (234:0) <6>[ 1.138388] Freeing initrd memory: 19092K <6>[ 1.343070] fec 30be0000.ethernet eth0: registered PHC device 0 <6>[ 1.348503] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO <6>[ 1.380010] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA <4>[ 1.461756] mmc1: host does not support reading read-only switch, assuming write-enable <6>[ 1.496895] mmc1: new ultra high speed SDR104 SDHC card at address 0001 <6>[ 1.497395] mmcblk1: mmc1:0001 SD16G 14.5 GiB <6>[ 1.558042] RTL8211F Gigabit Ethernet 30be0000.ethernet-1:01: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:01, irq=POLL) <6>[ 5.666878] fec 30be0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off <5>[ 5.698029] Sending DHCP requests .., OK <6>[ 8.354060] IP-Config: Got DHCP answer from 192.168.56.254, my address is 192.168.56.126 <6>[ 8.354070] IP-Config: Complete: <6>[ 8.354072] device=eth0, hwaddr=c6:77:58:ee:2a:37, ipaddr=192.168.56.126, mask=255.255.255.0, gw=192.168.56.254 <6>[ 8.354082] host=192.168.56.126, domain=mayfield.sirena.org.uk, nis-domain=(none) <6>[ 8.354086] bootserver=192.168.56.254, rootserver=192.168.56.123, rootpath= <6>[ 8.354090] nameserver0=192.168.56.254 <6>[ 8.354096] ntpserver0=50.205.244.22, ntpserver1=85.199.214.99 <6>[ 8.357264] ALSA device list: <6>[ 8.357269] No soundcards found. <6>[ 8.359364] Freeing unused kernel memory: 7552K <6>[ 8.434078] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.19-1~deb12u1 <6>[ 9.051675] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 5 mkt segment 0 supported-hw 0x20 0x1 <6>[ 9.179187] caam 30900000.crypto: device ID = 0x0a16040100000100 (Era 9) <6>[ 9.179198] caam 30900000.crypto: job rings = 1, qi = 0 <4>[ 9.184156] imx-sdma 30bd0000.dma-controller: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2 <6>[ 9.184169] imx-sdma 30bd0000.dma-controller: external firmware not found, using ROM firmware <6>[ 9.184671] CAN device driver interface <6>[ 9.218492] etnaviv etnaviv: bound 38000000.gpu (ops gpu_ops [etnaviv]) <6>[ 9.230331] etnaviv etnaviv: bound 38008000.gpu (ops gpu_ops [etnaviv]) <6>[ 9.230370] etnaviv-gpu 38000000.gpu: model: GC7000, revision: 6204 <6>[ 9.230460] etnaviv-gpu 38008000.gpu: model: GC520, revision: 5341 <6>[ 9.238206] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found <6>[ 9.238505] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51 <6>[ 9.238515] imx-dwmac 30bf0000.ethernet: DWMAC4/5 <6>[ 9.238520] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported <6>[ 9.238524] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported <6>[ 9.238526] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported <6>[ 9.238587] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer <6>[ 9.238592] imx-dwmac 30bf0000.ethernet: Enabled L3L4 Flow TC (entries=8) <6>[ 9.238596] imx-dwmac 30bf0000.ethernet: Enabled RFS Flow TC (entries=10) <6>[ 9.238607] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off=256) <6>[ 9.238612] imx-dwmac 30bf0000.ethernet: Using 34/40 bits DMA host/device width <6>[ 9.244470] [drm] Initialized etnaviv 1.3.0 20151214 for etnaviv on minor 0 <6>[ 9.335676] input: 30370000.snvs:snvs-powerkey as /devices/platform/soc@0/30000000.bus/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0 <6>[ 9.375328] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc0 <6>[ 9.375352] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01T00:00:00 UTC (0) <6>[ 9.428851] caam algorithms registered in /proc/crypto <6>[ 9.429534] caam 30900000.crypto: caam pkc algorithms registered in /proc/crypto <6>[ 9.429543] caam 30900000.crypto: registering rng-caam <6>[ 9.429698] caam 30900000.crypto: rng crypto API alg registered prng-caam <5>[ 9.466686] random: crng init done <6>[ 9.534153] imx-dwmac 30bf0000.ethernet end1: renamed from eth1 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/nfs-top ... done. Begin: Running /scripts/nfs-premount ... Waiting up to 60 secs for any ethernet to become available Device /sys/class/net/end1 found done. Begin: Waiting up to 180 secs for any network device to become available ... done. IP-Config: eth0 hardware address c6:77:58:ee:2a:37 mtu 1500 DHCP IP-Config: end1 hardware address 8e:29:5e:15:7c:2b mtu 1500 DHCP<6>[ 9.675434] imx-dwmac 30bf0000.ethernet end1: Register MEM_TYPE_PAGE_POOL RxQ-0 <6>[ 9.676047] imx-dwmac 30bf0000.ethernet end1: Register MEM_TYPE_PAGE_POOL RxQ-1 <6>[ 9.676639] imx-dwmac 30bf0000.ethernet end1: Register MEM_TYPE_PAGE_POOL RxQ-2 <6>[ 9.677226] imx-dwmac 30bf0000.ethernet end1: Register MEM_TYPE_PAGE_POOL RxQ-3 <6>[ 9.677817] imx-dwmac 30bf0000.ethernet end1: Register MEM_TYPE_PAGE_POOL RxQ-4 <6>[ 9.858036] imx-dwmac 30bf0000.ethernet end1: PHY [stmmac-1:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL) <6>[ 9.862275] imx-dwmac 30bf0000.ethernet end1: No Safety Features support found <6>[ 9.862308] imx-dwmac 30bf0000.ethernet end1: IEEE 1588-2008 Advanced Timestamp supported <6>[ 9.862541] imx-dwmac 30bf0000.ethernet end1: registered PTP clock <6>[ 9.872405] imx-dwmac 30bf0000.ethernet end1: FPE workqueue start <6>[ 9.872416] imx-dwmac 30bf0000.ethernet end1: configuring for phy/rgmii-id link mode IP-Config: eth0 complete (dhcp from 192.168.56.254): address: 192.168.56.126 broadcast: 192.168.56.255 netmask: 255.255.255.0 gateway: 192.168.56.254 dns0 : 192.168.56.254 dns1 : 0.0.0.0 domain : mayfield.sirena.org.uk rootserver: 192.168.56.254 rootpath: filename : done. Begin: Running /scripts/nfs-bottom ... done. Begin: Running /scripts/init-bottom ... done. <30>[ 10.538276] systemd[1]: System time before build time, advancing clock. <6>[ 10.607466] NET: Registered PF_INET6 protocol family <6>[ 10.608416] Segment Routing with IPv6 <6>[ 10.608434] In-situ OAM (IOAM) with IPv6 <30>[ 10.695326] systemd[1]: systemd 252.19-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) <30>[ 10.695351] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 10.754991] systemd[1]: Hostname set to . <30>[ 11.815577] systemd[1]: Queued start job for default target graphical.target. [[0;32m OK [0m] Created slice<30>[ 11.841547] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [0;1;39msystem-getty.slice[0m - Slice /system/getty. [[0;32m OK [0m] Created slice<30>[ 11.867557] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [0;1;39msystem-modpr…lice[0m - Slice /system/modprobe. [[0;32m OK [0m] Created slice<30>[ 11.891590] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [0;1;39msystem-seria…[0m - Slice /system/serial-getty. [[0;32m OK [0m] Created slice [0;1;39muser.slice[0m - User<30>[ 11.919186] systemd[1]: Created slice user.slice - User and Session Slice. and Session Slice. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo…quests<30>[ 11.942438] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo… Reque<30>[ 11.970331] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. sts to Wall Directory Watch. [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.…get[0<30>[ 11.998285] systemd[1]: proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/binfmt_misc). m - Local Encrypted Volumes. <30>[ 11.998442] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mintegrityse…Local <30>[ 12.034512] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - P<30>[ 12.058216] systemd[1]: Reached target paths.target - Path Units. ath Units. [[0;32m OK [0m] Reached target [0;1;39mremote-fs.target[0m<30>[ 12.082147] systemd[1]: Reached target remote-fs.target - Remote File Systems. - Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - <30>[ 12.106124] systemd[1]: Reached target slices.target - Slice Units. Slice Units. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Sw<30>[ 12.130143] systemd[1]: Reached target swap.target - Swaps. aps. [[0;32m OK [0m] Reached target [0;1;39mveritysetup… - Loc<30>[ 12.150193] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. al Verity Protected Volumes. [[0;32m OK [0m] Listening on [0;1;39msystemd-initc… initc<30>[ 12.174445] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. tl Compatibility Named Pipe. [[0;32m OK [0m] Listening on <30>[ 12.200242] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [0;1;39msystemd-journ…socket[0m - Journal Audit Socket. [[0;32m OK [0m] Listening on <30>[ 12.227870] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [0;1;39msystemd-journ…t[0m - Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socke<30>[ 12.254722] systemd[1]: Listening on systemd-journald.socket - Journal Socket. t[0m - Journal Socket. [[0;32m OK [0m] Listening on <30>[ 12.280034] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [0;1;39msystemd-netwo… - Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd….socke<30>[ 12.310171] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. t[0m - udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd…l.sock<30>[ 12.334603] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. et[0m - udev Kernel Socket. Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages <30>[ 12.378301] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... File System... Mounting [0;1;39mdev-mq<30>[ 12.405708] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... ueue.mount…POSIX Message Queue File System... Mounting [0;1;39msys-ke<30>[ 12.433688] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... rnel-debug.…[0m - Kernel Debug File System... <30>[ 12.458496] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 12.463099] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Starting [0;1;39mkmod-static-nodes…ate List of Static Device Nodes... <30>[ 12.505886] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... Starting [0;1;39mmodpro<30>[ 12.537318] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... be@dm_mod.s…[0m - Load Kernel Module dm_mod... Starting [0;1;39mmodprobe@drm.service[0m - Load Kerne<30>[ 12.570439] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... l Module drm... <6>[ 12.574694] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com <30>[ 12.601882] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@fuse.ser…e[0m - Load Kern<30>[ 12.630439] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... el Module fuse... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kern<30>[ 12.658386] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... el Module loop... <6>[ 12.672623] fuse: init (API version 7.37) Starting [0;1;39msystem<30>[ 12.688155] systemd[1]: Starting systemd-journald.service - Journal Service... d-journald.service[0m - Journal Service... <30>[ 12.721949] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... Starting [0;1;39msystem<30>[ 12.749120] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... d-network-g… units from Kernel command line... Starting [0;1;39msystem<30>[ 12.781033] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... d-remount-f…nt Root and Kernel File Systems... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug Al<30>[ 12.826479] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... l udev Devices... [[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0<30>[ 12.854294] systemd[1]: Started systemd-journald.service - Journal Service. m - Journal Service. [[0;32m OK [0m] Mounted [0;1;39mdev-hugepages.mount[0m - Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[…- POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodes…reate List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod. [[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@fuse.service[0m - Load Kernel Module fuse. [[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. [[0;32m OK [0m] Finished [0;1;39msystemd-modules-l…service[0m - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-network-g…rk units from Kernel command line. [[0;32m OK [0m] Finished [0;1;39msystemd-remount-f…ount Root and Kernel File Systems. [[0;32m OK [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network. Mounting [0;1;39msys-fs-fuse-conne…[0m - FUSE Control File System... Mounting [0;1;39msys-kernel-config…ernel Configuration File System... Starting [0;1;39msystemd-journal-f…h Journal to Persistent Storage... Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... <46>[ 13.297373] systemd-journald[305]: Received client request to flush runtime journal. Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-fs-fuse-connec…nt[0m - FUSE Control File System. [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-binfmt.se…et Up Additional Binary Formats... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;1;31mFAILED[0m] Failed to start [0;1;39msystemd-bi… Set Up Additional Binary Formats. See 'systemctl status systemd-binfmt.service' for details. <6>[ 13.988789] imx-dwmac 30bf0000.ethernet end1: Link is Up - 1Gbps/Full - flow control off <6>[ 13.988819] IPv6: ADDRCONF(NETDEV_CHANGE): end1: link becomes ready [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. Starting [0;1;39msystemd-networkd.…ice[0m - Network Configuration... [[0;32m OK [0m] Found device [0;1;39mdev-ttymxc1.device[0m - /dev/ttymxc1. <5>[ 15.041811] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 15.128261] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 15.129668] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 15.138329] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 15.138346] cfg80211: failed to load regulatory.db [[0;32m OK [0m] Listening on [0;1;39msystemd-rfkil…l Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Started [0;1;39msystemd-networkd.service[0m - Network Configuration. [[0;32m OK [0m] Reached target [0;1;39mnetwork.target[0m - Network. [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Reached target [0;1;39msysinit.target[0m - System Initialization. [[0;32m OK [0m] Started [0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target [0;1;39mtime-set.target[0m - System Time Set. [[0;32m OK [0m] Started [0;1;39mapt-daily.timer[0m - Daily apt download activities. <46>[ 15.796396] systemd-journald[305]: Oldest entry in /var/log/journal/b4a93f3c1671440bb51a7903187d0ea4/system.journal is older than the configured file retention duration (1month), suggesting rotation. <46>[ 15.796416] systemd-journald[305]: /var/log/journal/b4a93f3c1671440bb51a7903187d0ea4/system.journal: Journal header limits reached or header out-of-date, rotating. [[0;32m OK [0m] Started [0;1;39mapt-daily-upgrade.… apt upgrade and clean activities. [[0;32m OK [0m] Started [0;1;39mdpkg-db-backup.tim… Daily dpkg database backup timer. [[0;32m OK [0m] Started [0;1;39me2scrub_all.timer…etadata Check for All Filesystems. [[0;32m OK [0m] Started [0;1;39mfstrim.timer[0m - Discard unused blocks once a week. [[0;32m OK [0m] Reached target [0;1;39mtimers.target[0m - Timer Units. [[0;32m OK [0m] Listening on [0;1;39mdbus.socket[…- D-Bus System Message Bus Socket. [[0;32m OK [0m] Reached target [0;1;39msockets.target[0m - Socket Units. [[0;32m OK [0m] Reached target [0;1;39mbasic.target[0m - Basic System. Starting [0;1;39mdbus.service[0m - D-Bus System Message Bus... Starting [0;1;39me2scrub_reap.serv…e ext4 Metadata Check Snapshots... Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39me2scrub_reap.serv…ine ext4 Metadata Check Snapshots. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttymx…ice[0m - Serial Getty on ttymxc1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. Debian GNU/Linux 12 debian-bookworm-arm64 ttymxc1 debian-bookworm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 6.1.75-cip14-rt8 #1 SMP PREEMPT Sun Feb 4 04:02:44 UTC 2024 aarch64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. / # / # export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/542397/extract-nfsrootfs-y65gon6j' export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/542397/extract-nfsrootfs-y65gon6j' / # export NFS_SERVER_IP='192.168.56.123' export NFS_SERVER_IP='192.168.56.123' / # # # / # export SHELL=/bin/bash export SHELL=/bin/bash / # . /lava-542397/environment . /lava-542397/environment / # /lava-542397/bin/lava-test-runner /lava-542397/0 /lava-542397/bin/lava-test-runner /lava-542397/0 + export TESTRUN_ID=0_timesync-off + TESTRUN_ID=0_timesync-off + cd /lava-542397/0/tests/0_timesync-off ++ cat uuid + UUID=542397_1.6.2.4.1 + set +x + systemctl stop systemd-timesyncd + set +x + export TESTRUN_ID=1_kselftest-alsa + TESTRUN_ID=1_kselftest-alsa + cd /lava-542397/0/tests/1_kselftest-alsa ++ cat uuid + UUID=542397_1.6.2.4.5 + set +x + cd ./automated/linux/kselftest/ + ./kselftest.sh -c alsa -T '' -t kselftest_armhf.tar.gz -s True -u http://storage.kernelci.org/cip-gitlab/ci-pavel-linux-test/v6.1.75-cip14-132-g6e54756fbd6c2/arm64/defconfig/gcc-10/kselftest.tar.xz -L '' -S /dev/null -b imx8mp-evk -g cip-gitlab -e '' -p /opt/kselftests/mainline/ -n 1 -i 1 INFO: install_deps skipped --2024-02-04 04:30:36-- http://storage.kernelci.org/cip-gitlab/ci-pavel-linux-test/v6.1.75-cip14-132-g6e54756fbd6c2/arm64/defconfig/gcc-10/kselftest.tar.xz Resolving storage.kernelci.org (storage.kernelci.org)... 20.171.243.82 Connecting to storage.kernelci.org (storage.kernelci.org)|20.171.243.82|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2965228 (2.8M) [application/octet-stream] Saving to: 'kselftest.tar.xz' kselftest.tar.xz 0%[ ] 0 --.-KB/s kselftest.tar.xz 1%[ ] 47.54K 172KB/s kselftest.tar.xz 7%[> ] 218.67K 393KB/s kselftest.tar.xz 30%[=====> ] 893.67K 1.04MB/s kselftest.tar.xz 100%[===================>] 2.83M 2.83MB/s in 1.0s 2024-02-04 04:30:38 (2.83 MB/s) - 'kselftest.tar.xz' saved [2965228/2965228] <6>[ 70.665819] platform 32f10108.usb: deferred probe pending <6>[ 70.665829] platform 382f0040.usb-phy: deferred probe pending <6>[ 70.665834] platform 33800000.pcie: deferred probe pending <6>[ 70.665838] platform 32ec0000.blk-ctrl: deferred probe pending <6>[ 70.665842] platform 38330000.blk-ctrl: deferred probe pending <6>[ 70.665846] platform 32f10000.blk-ctrl: deferred probe pending skiplist: ======================================== ======================================== alsa:mixer-test ============== Tests to run =============== alsa:mixer-test ===========End Tests to run =============== shardfile-alsa pass <12>[ 88.937386] kselftest: Running tests in alsa TAP version 13 1..1 # selftests: alsa: mixer-test # TAP version 13 # 1..0 # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:0 error:0 ok 1 selftests: alsa: mixer-test alsa_mixer-test pass + ../../utils/send-to-lava.sh ./output/result.txt + set +x / #