Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3003 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.4:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 DHCP client bound to address 192.168.6.14 (3797 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 676380/tftp-deploy-eb3r1rnd/kernel/Image tftp 0x00080000 676380/tftp-deploy-eb3r1rnd/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.14 Filename '676380/tftp-deploy-eb3r1rnd/kernel/Image'. Load address: 0x80000 Loading: *################################################## 43.5 MiB 15.7 MiB/s done Bytes transferred = 45603328 (2b7da00 hex) U-Boot> tftp 0x06700000 676380/tftp-deploy-eb3r1rnd/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 676380/tftp-deploy-eb3r1rnd/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.14 Filename '676380/tftp-deploy-eb3r1rnd/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *################################################## 22.6 MiB 15.3 MiB/s done Bytes transferred = 23655966 (168f61e hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 676380/tftp-deploy-eb3r1rnd/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 676380/tftp-deploy-eb3r1rnd/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.14 Filename '676380/tftp-deploy-eb3r1rnd/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 38.8 KiB 4.2 MiB/s done Bytes transferred = 39698 (9b12 hex) U-Boot> setenv bootargs 'console=ttyS1,115200n8 root=/dev/nfs rw nfsroot=192.168.6.2:/var/lib/lava/dispatcher/tmp/676380/extract-nfsrootfs-jp_14t9b,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyS1,115200n8 root=/dev/nfs rw nfsroot=192.168.6.2:/var/lib/lava/dispatcher/tmp/676380/extract-nfsrootfs-jp_14t9b,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> booti 0x00080000 0x06700000 0x06400000 booti 0x00080000 0x06700000 0x06400000 Moving Image from 0x80000 to 0x200000, end=2e50000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 23655902 Bytes = 22.6 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 06400000 Booting using the fdt blob at 0x6400000 Working FDT set to 6400000 Loading Ramdisk to 38898000, end 39f275de ... OK Loading Device Tree to 000000003888b000, end 0000000038897b11 ... OK Working FDT set to 3888b000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.11.0-rc5-next-20240830 (KernelCI@build-j301524-arm64-gcc-12-defconfig-config-randomize-basevh5bh) (aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Fri Aug 30 07:50:48 UTC 2024 [ 0.000000] KASLR enabled [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000034800000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000034800000..0x00000000387fffff (65536 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000003ef64040..0x000000003ef64075 (0 KiB) nomap non-reusable nvram@0 [ 0.000000] earlycon: bcm2835aux0 at MMIO32 0x00000000fe215040 (options '115200n8') [ 0.000000] printk: legacy bootconsole [bcm2835aux0] enabled [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x7fbf45c0-0x7fbf6bff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] percpu: Embedded 25 pages/cpu s61656 r8192 d32552 u102400 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v3a [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 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] Kernel command line: console=ttyS1,115200n8 root=/dev/nfs rw nfsroot=192.168.6.2:/var/lib/lava/dispatcher/tmp/676380/extract-nfsrootfs-jp_14t9b,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) <6>[ 0.000000] Fallback order for Node 0: 0 <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 504832 <6>[ 0.000000] Policy zone: DMA32 <6>[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: area num 4. <6>[ 0.000000] software IO TLB: mapped [mem 0x0000000030800000-0x0000000034800000] (64MB) <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=512 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] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. <6>[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. <6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 <6>[ 0.000000] Root IRQ handler: gic_handle_irq <6>[ 0.000000] GIC: Using split EOI/Deactivate mode <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns <6>[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns <6>[ 0.009056] Console: colour dummy device 80x25 <6>[ 0.013930] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024767] pid_max: default: 32768 minimum: 301 <6>[ 0.029793] LSM: initializing lsm=capability <6>[ 0.034553] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042332] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.063269] rcu: Hierarchical SRCU implementation. <6>[ 0.068410] rcu: Max phase no-delay instances is 1000. <6>[ 0.074272] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level <6>[ 0.085981] EFI services will not be available. <6>[ 0.091190] smp: Bringing up secondary CPUs ... <6>[ 0.096652] Detected PIPT I-cache on CPU1 <6>[ 0.096772] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.097528] Detected PIPT I-cache on CPU2 <6>[ 0.097619] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.098330] Detected PIPT I-cache on CPU3 <6>[ 0.098424] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.098578] smp: Brought up 1 node, 4 CPUs <6>[ 0.136556] SMP: Total of 4 processors activated. <6>[ 0.141586] CPU: All CPU(s) started at EL2 <6>[ 0.146046] CPU features: detected: 32-bit EL0 Support <6>[ 0.151519] CPU features: detected: 32-bit EL1 Support <6>[ 0.157007] CPU features: detected: CRC32 instructions <6>[ 0.162536] alternatives: applying system-wide alternatives <6>[ 0.169916] Memory: 1773172K/2019328K available (17216K kernel code, 4918K rwdata, 11840K rodata, 10432K init, 742K bss, 176196K reserved, 65536K cma-reserved) <6>[ 0.185449] devtmpfs: initialized <6>[ 0.197986] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.208153] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.216657] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL <6>[ 0.223336] 0 pages in range for non-PLT usage <6>[ 0.223344] 512944 pages in range for PLT usage <6>[ 0.228384] pinctrl core: initialized pinctrl subsystem <6>[ 0.241450] DMI not present or invalid. <6>[ 0.249414] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.256686] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.264213] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.272485] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.280827] audit: initializing netlink subsys (disabled) <5>[ 0.286779] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1 <6>[ 0.288626] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.294902] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.301351] cpuidle: using governor menu <6>[ 0.312732] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.319996] ASID allocator initialised with 32768 entries <6>[ 0.328742] Serial: AMBA PL011 UART driver <6>[ 0.360504] platform fd500000.pcie: Fixed dependency cycle(s) with /scb/pcie@7d500000 <6>[ 0.374079] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.381238] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.387849] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.394982] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.401590] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.408721] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.415330] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.422461] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.431487] ACPI: Interpreter disabled. <6>[ 0.439327] iommu: Default domain type: Translated <6>[ 0.444468] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.451431] SCSI subsystem initialized <6>[ 0.455951] usbcore: registered new interface driver usbfs <6>[ 0.461822] usbcore: registered new interface driver hub <6>[ 0.467524] usbcore: registered new device driver usb <4>[ 0.473118] usb_phy_generic phy: dummy supplies not allowed for exclusive requests (id=vbus) <6>[ 0.483081] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.488388] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.497911] PTP clock support registered <6>[ 0.502304] EDAC MC: Ver: 3.0.0 <6>[ 0.506343] scmi_core: SCMI protocol bus registered <6>[ 0.512764] FPGA manager framework <6>[ 0.516599] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.524201] vgaarb: loaded <6>[ 0.527707] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.534476] VFS: Disk quotas dquot_6.6.0 <6>[ 0.538746] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.546273] pnp: PnP ACPI: disabled <6>[ 0.560364] NET: Registered PF_INET protocol family <6>[ 0.565892] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.576013] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.584987] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.593117] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.601503] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) <6>[ 0.609644] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.616677] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.623767] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.631413] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.637965] RPC: Registered named UNIX socket transport module. <6>[ 0.644244] RPC: Registered udp transport module. <6>[ 0.649274] RPC: Registered tcp transport module. <6>[ 0.654301] RPC: Registered tcp-with-tls transport module. <6>[ 0.660118] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.666914] PCI: CLS 0 bytes, default 64 <6>[ 0.671408] Unpacking initramfs... <6>[ 0.680282] kvm [1]: nv: 552 coarse grained trap handlers <6>[ 0.686519] kvm [1]: IPA Size Limit: 44 bits <6>[ 0.693945] kvm [1]: vgic interrupt IRQ9 <6>[ 0.698277] kvm [1]: Hyp nVHE mode initialized successfully <5>[ 0.705888] Initialise system trusted keyrings <6>[ 0.710971] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 0.718226] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.724802] NFS: Registering the id_resolver key type <5>[ 0.730248] Key type id_resolver registered <5>[ 0.734764] Key type id_legacy registered <6>[ 0.739122] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.746177] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.754177] 9p: Installing v9fs 9p2000 file system support <5>[ 0.822314] Key type asymmetric registered <5>[ 0.826760] Asymmetric key parser 'x509' registered <6>[ 0.832067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 0.839827] io scheduler mq-deadline registered <6>[ 0.844679] io scheduler kyber registered <6>[ 0.849059] io scheduler bfq registered <6>[ 0.854472] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 14) <6>[ 0.874801] pinctrl-bcm2835 fe200000.gpio: GPIO_OUT persistence: no <6>[ 0.938779] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 0.948714] printk: legacy console [ttyS1] disabled <6>[ 0.954354] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 25, base_baud = 62499999) is a 16550 <6>[ 0.963671] printk: legacy console [ttyS1] enabled <6>[ 0.963671] printk: legacy console [ttyS1] enabled <6>[ 0.973946] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 0.973946] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 0.990803] msm_serial: driver initialized <6>[ 0.995857] SuperH (H)SCI(F) driver initialized <6>[ 1.001022] STM32 USART driver initialized <6>[ 1.007486] iproc-rng200 fe104000.rng: hwrng registered <5>[ 1.007537] random: crng init done <6>[ 1.023648] loop: module loaded <6>[ 1.028907] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 1.038020] megasas: 07.727.03.00-rc1 <6>[ 1.051845] tun: Universal TUN/TAP device driver, 1.6 <6>[ 1.058658] thunder_xcv, ver 1.0 <6>[ 1.062281] thunder_bgx, ver 1.0 <6>[ 1.065867] nicpf, ver 1.0 <6>[ 1.070746] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 1.078381] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 1.084118] hclge is initializing <6>[ 1.087810] e1000: Intel(R) PRO/1000 Network Driver <6>[ 1.093037] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 1.099192] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 1.104504] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 1.110833] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 1.116589] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 1.122555] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 1.129192] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 1.136115] sky2: driver version 1.30 <6>[ 1.142313] VFIO - User Level meta-driver version: 0.3 <6>[ 1.152331] usbcore: registered new interface driver usb-storage <6>[ 1.163629] i2c_dev: i2c /dev entries driver <6>[ 1.171462] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 1.179271] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 1.192211] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 1.202733] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.209307] sdhci: Copyright(c) Pierre Ossman <6>[ 1.215242] Synopsys Designware Multimedia Card Interface Driver <6>[ 1.223142] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 2.442991] Freeing initrd memory: 23100K <6>[ 2.449607] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 2.459978] usbcore: registered new interface driver usbhid <6>[ 2.465938] usbhid: USB HID core driver <6>[ 2.471756] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 2.481790] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 (0,8000003f) counters available <6>[ 2.499313] NET: Registered PF_PACKET protocol family <6>[ 2.504872] 9pnet: Installing 9P2000 support <5>[ 2.509563] Key type dns_resolver registered <6>[ 2.527859] registered taskstats version 1 <5>[ 2.532572] Loading compiled-in X.509 certificates <6>[ 2.548673] Demotion targets for Node 0: null <6>[ 2.559438] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 <6>[ 2.569054] serial serial0: tty port ttyAMA0 registered <6>[ 2.582851] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 2.599355] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 2.607110] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 2.715744] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 2.733738] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 2.776345] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 2.794009] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <6>[ 2.802442] Trying to probe devices needed for running init ... <6>[ 2.877390] mmc0: new high speed SDIO card at address 0001 <6>[ 2.914954] mmc1: new ultra high speed DDR50 SDXC card at address aaaa <6>[ 2.922653] mmcblk1: mmc1:aaaa SD256 238 GiB <6>[ 2.929411] mmcblk1: p1 p2 <6>[ 15.103797] clk: Disabling unused clocks <6>[ 15.108116] PM: genpd: Disabling unused power domains <6>[ 15.113576] ALSA device list: <6>[ 15.116918] No soundcards found. <6>[ 15.129344] Freeing unused kernel memory: 10432K <6>[ 15.134445] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.22-1~deb12u1 <6>[ 15.980333] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 15.987754] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 15.997295] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <6>[ 16.006311] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 <6>[ 16.027420] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <4>[ 16.029953] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 16.034144] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 16.044426] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <6>[ 16.049737] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 16.050728] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 PCIe Root Port <6>[ 16.074543] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 16.079963] pci 0000:00:00.0: bridge window [mem 0xc0000000-0xc00fffff] <6>[ 16.087257] pci 0000:00:00.0: PME# supported from D0 D3hot <4>[ 16.108020] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator <4>[ 16.118136] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator <4>[ 16.126088] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator <5>[ 16.160644] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 16.196817] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 16.204054] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 16.211853] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 16.220935] cfg80211: failed to load regulatory.db <6>[ 16.233427] Bluetooth: Core ver 2.22 <6>[ 16.239991] NET: Registered PF_BLUETOOTH protocol family <6>[ 16.247077] Bluetooth: HCI device and connection manager initialized <6>[ 16.249662] brcm-pcie fd500000.pcie: clkreq-mode set to default <6>[ 16.254635] Bluetooth: HCI socket layer initialized <6>[ 16.264473] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) <6>[ 16.265629] Bluetooth: L2CAP socket layer initialized <6>[ 16.277641] Bluetooth: SCO socket layer initialized <6>[ 16.277827] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) <6>[ 16.279225] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 PCIe Endpoint <6>[ 16.279330] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00000fff 64bit] <6>[ 16.279653] pci 0000:01:00.0: PME# supported from D0 D3hot <6>[ 16.292092] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]: assigned <6>[ 16.318016] pci 0000:01:00.0: BAR 0 [mem 0x600000000-0x600000fff 64bit]: assigned <6>[ 16.318529] Bluetooth: HCI UART driver ver 2.3 <6>[ 16.326003] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 16.327171] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 16.330768] Bluetooth: HCI UART protocol H4 registered <6>[ 16.330889] Bluetooth: HCI UART protocol LL registered <6>[ 16.336318] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <6>[ 16.340763] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 16.343384] Bluetooth: HCI UART protocol Broadcom registered <6>[ 16.348526] pci_bus 0000:00: resource 4 [mem 0x600000000-0x603ffffff] <6>[ 16.348549] pci_bus 0000:01: resource 1 [mem 0x600000000-0x6000fffff] <6>[ 16.348846] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 16.354298] Bluetooth: HCI UART protocol QCA registered <6>[ 16.355514] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 16.355964] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <6>[ 16.356214] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 16.356444] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 16.356666] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 16.356811] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <4>[ 16.357650] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. <4>[ 16.361523] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <6>[ 16.365197] pcieport 0000:00:00.0: PME: Signaling with IRQ 44 <6>[ 16.365599] pcieport 0000:00:00.0: AER: enabled with IRQ 44 <6>[ 16.368043] Bluetooth: HCI UART protocol Marvell registered <6>[ 16.379230] [drm] Initialized vc4 0.0.0 for gpu on minor 0 <4>[ 16.381185] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 16.395378] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 16.413008] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 16.413497] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <6>[ 16.413507] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 16.413551] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 16.414003] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 <6>[ 16.414902] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 16.414918] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 16.414935] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 16.421551] hub 1-0:1.0: USB hub found <6>[ 16.424185] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 16.424272] vc4-drm gpu: [drm] Cannot find any crtc or sizes <4>[ 16.428162] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 <6>[ 16.435801] hub 1-0:1.0: 1 port detected <4>[ 16.442882] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <6>[ 16.454921] hub 2-0:1.0: USB hub found <6>[ 16.462361] bcm2835-audio bcm2835-audio: card created with 8 channels <6>[ 16.467038] hub 2-0:1.0: 4 ports detected <6>[ 16.477620] [drm] Initialized v3d 1.0.0 for fec00000.gpu on minor 1 <6>[ 16.707750] usb 1-1: new high-speed USB device number 2 using xhci_hcd <6>[ 16.772408] Bluetooth: hci0: BCM: chip id 107 <6>[ 16.777464] Bluetooth: hci0: BCM: features 0x2f <6>[ 16.783866] Bluetooth: hci0: BCM4345C0 <6>[ 16.787960] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 <3>[ 16.794502] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 16.801513] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' <3>[ 16.808957] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 16.814450] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,4-model-b.hcd' <3>[ 16.821351] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' <6>[ 16.863944] hub 1-1:1.0: USB hub found <6>[ 16.868331] hub 1-1:1.0: 4 ports detected <3>[ 17.469984] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 Timed out for waiting the udev queue being empty. 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/end0 found done. # # Timed out for waiting the udev queue being empty. Begin: Waiting up to 180 secs for any network device to become available ... done. Timed out for waiting the udev queue being empty. IP-Config: end0 hardware address d8:3a:dd:bb:5b:df mtu 1500 DHCP <6>[ 156.664375] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) <6>[ 156.732848] bcmgenet fd580000.ethernet end0: Link is Down IP-Config: no response after 2 secs - giving up IP-Config: end0 hardware address d8:3a:dd:bb:5b:df mtu 1500 DHCP <6>[ 160.832378] bcmgenet fd580000.ethernet end0: Link is Up - 1Gbps/Full - flow control off IP-Config: no response after 3 secs - giving up IP-Config: end0 hardware address d8:3a:dd:bb:5b:df mtu 1500 DHCP # # IP-Config: end0 guessed broadcast address 192.168.6.255 IP-Config: end0 complete (dhcp from 192.168.6.1): address: 192.168.6.14 broadcast: 192.168.6.255 netmask: 255.255.255.0 gateway: 192.168.6.1 dns0 : 10.255.253.1 dns1 : 0.0.0.0 rootserver: 192.168.6.1 rootpath: filename : done. Begin: Running /scripts/nfs-bottom ... done. Begin: Running /scripts/init-bottom ... done. <30>[ 165.138954] systemd[1]: System time before build time, advancing clock. <6>[ 165.192878] NET: Registered PF_INET6 protocol family <6>[ 165.199487] Segment Routing with IPv6 <6>[ 165.203549] In-situ OAM (IOAM) with IPv6 <30>[ 165.265099] systemd[1]: systemd 252.22-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>[ 165.298760] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 165.325241] systemd[1]: Hostname set to . <30>[ 165.990314] systemd[1]: Queued start job for default target graphical.target. <30>[ 166.036414] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m - Slice /system/getty. <30>[ 166.065672] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [[0;32m OK [0m] Created slice [0;1;39msystem-modpr…lice[0m - Slice /system/modprobe. <30>[ 166.093672] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [[0;32m OK [0m] Created slice [0;1;39msystem-seria…[0m - Slice /system/serial-getty. <30>[ 166.121248] systemd[1]: Created slice user.slice - User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39muser.slice[0m - User and Session Slice. <30>[ 166.148225] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo…quests to Console Directory Watch. <30>[ 166.176105] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo… Requests to Wall Directory Watch. <30>[ 166.204013] 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). <30>[ 166.224118] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 166.247878] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.…get[0m - Local Encrypted Volumes. <30>[ 166.275929] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mintegrityse…Local Integrity Protected Volumes. <30>[ 166.303931] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 166.327898] systemd[1]: Reached target remote-fs.target - Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mremote-fs.target[0m - Remote File Systems. <30>[ 166.351867] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 166.375894] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 166.395915] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mveritysetup… - Local Verity Protected Volumes. <30>[ 166.424238] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39msystemd-initc… initctl Compatibility Named Pipe. <30>[ 166.453523] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journ…socket[0m - Journal Audit Socket. <30>[ 166.480944] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39msystemd-journ…t[0m - Journal Socket (/dev/log). <30>[ 166.508573] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket. <30>[ 166.537132] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-netwo… - Network Service Netlink Socket. <30>[ 166.569005] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd….socket[0m - udev Control Socket. <30>[ 166.596380] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd…l.socket[0m - udev Kernel Socket. <30>[ 166.648092] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 166.676670] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 166.732091] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 166.760403] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 166.781673] 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>[ 166.813033] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 166.845056] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Starting [0;1;39mmodprobe@dm_mod.s…[0m - Load Kernel Module dm_mod... <30>[ 166.877594] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;<6>[ 166.887835] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev 39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 166.940362] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore... <30>[ 166.977030] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... Starting [0;1;39mmodprobe@fuse.ser…e[0m - Load Kernel Module fuse... <6>[ 167.007489] fuse: init (API version 7.41) <30>[ 167.009613] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <30>[ 167.044363] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 167.080136] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 167.113186] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Starting [0;1;39msystemd-network-g… units from Kernel command line... <30>[ 167.180402] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Starting [0;1;39msystemd-remount-f…nt Root and Kernel File Systems... <30>[ 167.213244] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 167.240274] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mdev-hugepages.mount[0m - Huge Pages File System. <30>[ 167.268494] systemd[1]: Started systemd-journald.service - Journal Service. [[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. [[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... <46>[ 167.691285] systemd-journald[208]: Received client request to flush runtime journal. Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... 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] 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-journal-f…ush Journal to Persistent Storage. [[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-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[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-udevd.serv…nager for Device Events and Files. Starting [0;1;39msystemd-networkd.…ice[0m - Network Configuration... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. <46>[ 168.879416] systemd-journald[208]: Oldest entry in /var/log/journal/5935da73a6db419296c2f0ada597ca0c/system.journal is older than the configured file retention duration (1month), suggesting rotation. [[0;32m OK [<46>[ 168.901318] systemd-journald[208]: /var/log/journal/5935da73a6db419296c2f0ada597ca0c/system.journal: Journal header limits reached or header out-of-date, rotating. 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. [[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... [[0;32m OK [0m] Started [0;1;39msystemd-networkd.service[0m - Network Configuration. [[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] Reached target [0;1;39mnetwork.target[0m - Network. Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[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@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[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] Reached target [0;1;39mbluetooth.target[0m - Bluetooth Support. [[0;32m OK [0m] Reached target [0;1;39msound.target[0m - Sound Card. [[0;32m OK [0m] Reached target [0;1;39musb-gadget.…m - Hardware activated USB gadget. [[0;32m OK [0m] Listening on [0;1;39msystemd-rfkil…l Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. Debian GNU/Linux 12 debian-bookworm-arm64 ttyS1 debian-bookworm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 6.11.0-rc5-next-20240830 #1 SMP PREEMPT Fri Aug 30 07:50:48 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/676380/extract-nfsrootfs-jp_14t9b' export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/676380/extract-nfsrootfs-jp_14t9b' / # export NFS_SERVER_IP='192.168.6.2' export NFS_SERVER_IP='192.168.6.2' / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-676380/environment . /lava-676380/environment / # /lava-676380/bin/lava-test-runner /lava-676380/0 /lava-676380/bin/lava-test-runner /lava-676380/0 + export TESTRUN_ID=0_ltp-fsx + cd /lava-676380/0/tests/0_ltp-fsx + cat uuid + UUID=676380_1.6.2.4.1 + set +x + cd ./automated/linux/ltp/ + ./ltp.sh -T fsx -s true -v -M 3 -R root -r -b -d /ltp-tmp -g -e -i /opt/ltp -S skipfile-lkft.yaml -p -u -t false -n 1 -c 1 + . ../../lib/sh-test-lib ++ LANG=C ++ export LANG ++ export PATH=/lava-676380/0/../bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/local/sbin ++ PATH=/lava-676380/0/../bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/local/sbin ++ kernel_config= ++ pwd + OUTPUT=/lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output + RESULT_FILE=/lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/result.txt ++ readlink -f ./ltp.sh + SCRIPT=/lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/ltp.sh ++ dirname /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/ltp.sh + SCRIPTPATH=/lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp + echo 'Script path is: /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp' Script path is: /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp + TST_CMDFILES= + SKIPFILE= + SKIPFILE_YAML= + BOARD= + BRANCH= + ENVIRONMENT= + LTP_VERSION=20180926 + TEST_PROGRAM=ltp + TEST_GIT_URL= ++ pwd + TEST_DIR=/lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/ltp + BUILD_FROM_TAR=false + SHARD_NUMBER=1 + SHARD_INDEX=1 + RUNNER= + LTP_TMPDIR=/ltp-tmp + LTP_INSTALL_PATH=/opt/ltp + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + TST_CMDFILES=fsx ++ echo fsx ++ sed 's,\/,_,' + LOG_FILE=fsx + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + SKIP_INSTALL=true + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + LTP_VERSION= + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + export LTP_TIMEOUT_MUL=3 + LTP_TIMEOUT_MUL=3 + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + export PASSWD=root + PASSWD=root + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + export RUNNER= + RUNNER= + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + export BOARD= + BOARD= + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + export LTP_TMPDIR=/ltp-tmp + LTP_TMPDIR=/ltp-tmp + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + export BRANCH= + BRANCH= + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + export ENVIRONMENT= + ENVIRONMENT= + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + export LTP_INSTALL_PATH=/opt/ltp + LTP_INSTALL_PATH=/opt/ltp + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + '[' -z skipfile-lkft.yaml ']' + '[' yaml = yaml ']' + SKIPFILE_YAML=/lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/skipfile-lkft.yaml + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + [[ '' != '' ]] + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + [[ '' != '' ]] + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + BUILD_FROM_TAR=false + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + SHARD_NUMBER=1 + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + case "$arg" in + SHARD_INDEX=1 + getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg + TEST_TARFILE=https://github.com/linux-test-project/ltp/releases/download//ltp-full-.tar.xz + '[' -n /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/skipfile-lkft.yaml ']' + export SKIPFILE_PATH=/lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/generated_skipfile + SKIPFILE_PATH=/lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/generated_skipfile + generate_skipfile + info_msg 'Generating a skipfile based on /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/skipfile-lkft.yaml' + local 'msg=Generating a skipfile based on /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/skipfile-lkft.yaml' + '[' -z 'Generating a skipfile based on /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/skipfile-lkft.yaml' ']' + printf 'INFO: %s\n' 'Generating a skipfile based on /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/skipfile-lkft.yaml' INFO: Generating a skipfile based on /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/skipfile-lkft.yaml + detect_abi ++ uname -m + abi=aarch64 + case "${abi}" in + abi=arm64 + local SKIPGEN_ARGS= + test -n '' + test -n '' + test -n '' + ../../bin/arm64/skipgen /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/skipfile-lkft.yaml + res=0 + test 0 -eq 0 + info_msg 'Using the following generated skipfile contents (until EOF):' + local 'msg=Using the following generated skipfile contents (until EOF):' + '[' -z 'Using the following generated skipfile contents (until EOF):' ']' + printf 'INFO: %s\n' 'Using the following generated skipfile contents (until EOF):' INFO: Using the following generated skipfile contents (until EOF): + cat /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/generated_skipfile bind06 cve-2018-18559 dio10 dio12 dio13 dio14 dio15 dio16 dio17 dio18 dio19 dio20 dio21 dio22 dio23 dio24 dio25 dio26 dio27 dio28 dio29 dio30 fanotify07 fanotify08 fanotify09 fork13 ftrace_stress_test.sh futex_wake04 gf01 gf14 gf15 gf18 hackbench01 hackbench02 hugemmap06 inotify07 inotify08 ksm01 memcg_stress msgctl10 msgctl11 msgstress03 msgstress04 mtest06 perf_event_open02 ping01 ping602 pth_str01 pth_str02 pth_str03 sendfile09 sendfile09_64 setsockopt06 time-schedule01 + info_msg EOF + local msg=EOF + '[' -z EOF ']' + printf 'INFO: %s\n' EOF INFO: EOF + '[' '!' -f /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/generated_skipfile ']' + SKIPFILE='-S /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/generated_skipfile' + check_root ++ id -ru + '[' 0 -eq 0 ']' + return 0 + create_out_dir /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output + '[' -z /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output ']' + local OUTPUT=/lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output + '[' -d /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output ']' + mkdir -p /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output + '[' -d /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output ']' + info_msg 'About to run ltp test...' + local 'msg=About to run ltp test...' + '[' -z 'About to run ltp test...' ']' + printf 'INFO: %s\n' 'About to run ltp test...' INFO: About to run ltp test... + info_msg 'Output directory: /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output' + local 'msg=Output directory: /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output' + '[' -z 'Output directory: /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output' ']' + printf 'INFO: %s\n' 'Output directory: /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output' INFO: Output directory: /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output + '[' true = true ']' + info_msg 'ltp installation skipped altogether' + local 'msg=ltp installation skipped altogether' + '[' -z 'ltp installation skipped altogether' ']' + printf 'INFO: %s\n' 'ltp installation skipped altogether' INFO: ltp installation skipped altogether + '[' '!' -d /opt/ltp ']' + info_msg 'Running prep_system' + local 'msg=Running prep_system' + '[' -z 'Running prep_system' ']' + printf 'INFO: %s\n' 'Running prep_system' INFO: Running prep_system + prep_system + systemctl is-active systemd-timesyncd active + info_msg 'Stopping systemd-timesyncd' + local 'msg=Stopping systemd-timesyncd' + '[' -z 'Stopping systemd-timesyncd' ']' + printf 'INFO: %s\n' 'Stopping systemd-timesyncd' INFO: Stopping systemd-timesyncd + systemctl stop systemd-timesyncd + '[' -f /proc/sys/kernel/unprivileged_userns_clone ']' + info_msg 'Kernel has no support of unprivileged_userns_clone' + local 'msg=Kernel has no support of unprivileged_userns_clone' + '[' -z 'Kernel has no support of unprivileged_userns_clone' ']' + printf 'INFO: %s\n' 'Kernel has no support of unprivileged_userns_clone' INFO: Kernel has no support of unprivileged_userns_clone + info_msg 'Running run_ltp' + local 'msg=Running run_ltp' + '[' -z 'Running run_ltp' ']' + printf 'INFO: %s\n' 'Running run_ltp' INFO: Running run_ltp + run_ltp + cd /opt/ltp + mkdir -m 777 -p /ltp-tmp + for file in ${TST_CMDFILES//,/ } + cat runtest/fsx cat: runtest/fsx: No such file or directory + sed -i 's/#.*$//;/^$/d' alltests + split --verbose --numeric-suffixes=1 -n l/1/1 alltests + echo '============== Tests to run ===============' ============== Tests to run =============== + cat runtest/shardfile + echo '===========End Tests to run ===============' ===========End Tests to run =============== + '[' -n '' ']' + pipe0_status './runltp -p -q -f shardfile -l /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.log -C /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.failed -d /ltp-tmp -S /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/generated_skipfile' 'tee /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.out' + '[' 2 -ne 2 ']' + local 'cmd1=./runltp -p -q -f shardfile -l /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.log -C /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.failed -d /ltp-tmp -S /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/generated_skipfile' + local 'cmd2=tee /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.out' + exec + local ret_val ++ eval './runltp -p -q -f shardfile -l /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.log -C /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.failed -d /ltp-tmp -S /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/generated_skipfile' +++ ./runltp -p -q -f shardfile -l /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.log -C /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.failed -d /ltp-tmp -S /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/generated_skipfile ++ eval 'tee /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.out' +++ tee /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.out INFO: creating /opt/ltp/output directory Checking for required user/group ids 'root' user id and group found. 'nobody' user id and group found. 'bin' user id and group found. 'daemon' user id and group found. Users group found. Sys group found. Required users/groups exist. no big block device was specified on commandline. Tests which require a big block device are disabled. You can specify it with option -z INFO: Test start time: Fri Aug 30 08:35:30 UTC 2024 COMMAND: /opt/ltp/bin/ltp-pan -q -e -S -a 316 -n 316 -p -f /ltp-tmp/ltp-h1bPW1a6w5/alltests -l /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.log -C /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.failed -T /opt/ltp/output/LTP_RUN_ON-LTP_fsx.log.tconf LOG File: /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.log FAILED COMMAND File: /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.failed TCONF COMMAND File: /opt/ltp/output/LTP_RUN_ON-LTP_fsx.log.tconf Running tests....... pan(316): Must supply a file collection or a command INFO: ltp-pan reported some tests FAIL LTP Version: 20240129-91-gcbc2d0568 INFO: Test end time: Fri Aug 30 08:35:30 UTC 2024 ############################################################### Done executing testcases. LTP Version: 20240129-91-gcbc2d0568 ############################################################### ++ echo 1 + ret_val=1 + exec + return 1 + parse_ltp_output /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.log + grep -E 'PASS|FAIL|CONF' /lava-676380/0/tests/0_ltp-fsx/automated/linux/ltp/output/LTP_fsx.log + awk '{print $1" "$2}' + sed 's/PASS/pass/; s/FAIL/fail/; s/CONF/skip/' + rm -rf /ltp-tmp + rm -rf alltests + ../../utils/send-to-lava.sh ./output/result.txt + set +x / #