Trying 192.168.56.216... Connected to conserv5. Escape character is '^]'. ser2net port telnet,3000 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.1:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 16 2024 - 01:00:03 +0000) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 63 devices, 14 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: USB DWC2 scanning bus usb@7e980000 for devices... 3 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 Waiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 DHCP client bound to address 192.168.6.20 (3792 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 636427/tftp-deploy-nslisfob/kernel/zImage tftp 0x00080000 636427/tftp-deploy-nslisfob/kernel/zImage Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.6.2; our IP address is 192.168.6.20 Filename '636427/tftp-deploy-nslisfob/kernel/zImage'. Load address: 0x80000 Loading: *################################################## 5.6 MiB 833 KiB/s done Bytes transferred = 5908032 (5a2640 hex) U-Boot> tftp 0x02700000 636427/tftp-deploy-nslisfob/ramdisk/ramdisk.cpio.gz.uboot tftp 0x02700000 636427/tftp-deploy-nslisfob/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.6.2; our IP address is 192.168.6.20 Filename '636427/tftp-deploy-nslisfob/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x2700000 Loading: *################################################## 6.3 MiB 912.1 KiB/s done Bytes transferred = 6593466 (649bba hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x02600000 636427/tftp-deploy-nslisfob/dtb/bcm2835-rpi-b-rev2.dtb tftp 0x02600000 636427/tftp-deploy-nslisfob/dtb/bcm2835-rpi-b-rev2.dtb Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.6.2; our IP address is 192.168.6.20 Filename '636427/tftp-deploy-nslisfob/dtb/bcm2835-rpi-b-rev2.dtb'. Load address: 0x2600000 Loading: *################################################## 12.5 KiB 2 KiB/s done Bytes transferred = 12847 (322f hex) U-Boot> setenv bootargs '115200 root=/dev/nfs rw nfsroot=192.168.6.2:/var/lib/lava/dispatcher/tmp/636427/extract-nfsrootfs-3ddabu07,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs '115200 root=/dev/nfs rw nfsroot=192.168.6.2:/var/lib/lava/dispatcher/tmp/636427/extract-nfsrootfs-3ddabu07,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> bootz 0x00080000 0x02700000 0x02600000 bootz 0x00080000 0x02700000 0x02600000 Kernel image @ 0x080000 [ 0x000000 - 0x5a2640 ] ## Loading init Ramdisk from Legacy Image at 02700000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 6593402 Bytes = 6.3 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 02600000 Booting using the fdt blob at 0x2600000 Working FDT set to 2600000 Using Device Tree in place at 02600000, end 0260622e Working FDT set to 2600000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.223-cip51-rt21 (KernelCI@build-j293814-arm-gcc-12-bcm2835-defconfig-jfdbr) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 Tue Aug 20 14:11:12 UTC 2024 [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache [ 0.000000] OF: fdt: Machine model: Raspberry Pi Model B Rev 2 [ 0.000000] earlycon: pl11 at MMIO 0x20201000 (options '115200n8') [ 0.000000] printk: bootconsole [pl11] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Reserved memory: created CMA memory pool at 0x18000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] On node 0 totalpages: 114688 [ 0.000000] DMA zone: 896 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 114688 pages, LIFO batch:31 [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113792 [ 0.000000] Kernel command line: 115200 root=/dev/nfs rw nfsroot=192.168.6.2:/var/lib/lava/dispatcher/tmp/636427/extract-nfsrootfs-3ddabu07,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off <6>[ 0.000000] Memory: 365896K/458752K available (9216K kernel code, 1615K rwdata, 3276K rodata, 1024K init, 700K bss, 27320K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 32898 entries in 97 pages <6>[ 0.000000] ftrace: allocated 97 pages with 3 groups <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000005] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008735] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018463] bcm2835: system timer (irq = 27) <6>[ 0.023862] Console: colour dummy device 80x30 <6>[ 0.028731] printk: console [tty0] enabled <6>[ 0.033133] printk: bootconsole [pl11] disabled <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 5.10.223-cip51-rt21 (KernelCI@build-j293814-arm-gcc-12-bcm2835-defconfig-jfdbr) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 Tue Aug 20 14:11:12 UTC 2024 <6>[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d <6>[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache <6>[ 0.000000] OF: fdt: Machine model: Raspberry Pi Model B Rev 2 <6>[ 0.000000] earlycon: pl11 at MMIO 0x20201000 (options '115200n8') <6>[ 0.000000] printk: bootconsole [pl11] enabled <6>[ 0.000000] Memory policy: Data cache writeback <6>[ 0.000000] Reserved memory: created CMA memory pool at 0x18000000, size 64 MiB <6>[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool <6>[ 0.000000] Zone ranges: <6>[ 0.000000] DMA [mem 0x0000000000000000-0x000000001bffffff] <6>[ 0.000000] Normal empty <6>[ 0.000000] Movable zone start for each node <6>[ 0.000000] Early memory node ranges <6>[ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff] <6>[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001bffffff] <6>[ 0.000000] CPU: All CPU(s) started in SVC mode. <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113792 <5>[ 0.000000] Kernel command line: 115200 root=/dev/nfs rw nfsroot=192.168.6.2:/var/lib/lava/dispatcher/tmp/636427/extract-nfsrootfs-3ddabu07,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off <6>[ 0.000000] Memory: 365896K/458752K available (9216K kernel code, 1615K rwdata, 3276K rodata, 1024K init, 700K bss, 27320K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 32898 entries in 97 pages <6>[ 0.000000] ftrace: allocated 97 pages with 3 groups <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000005] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008735] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018463] bcm2835: system timer (irq = 27) <6>[ 0.023862] Console: colour dummy device 80x30 <6>[ 0.028731] printk: console [tty0] enabled <6>[ 0.033133] printk: bootconsole [pl11] disabled <6>[ 0.038033] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792) <6>[ 0.088820] CPU: Testing write buffer coherency: ok <6>[ 0.088914] pid_max: default: 32768 minimum: 301 <6>[ 0.089432] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.089474] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.092823] Setting up static identity map for 0x100000 - 0x100054 <6>[ 0.095242] devtmpfs: initialized <6>[ 0.104369] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5 <6>[ 0.104800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.104852] futex hash table entries: 256 (order: -1, 3072 bytes, linear) <6>[ 0.113773] pinctrl core: initialized pinctrl subsystem <6>[ 0.116560] NET: Registered protocol family 16 <6>[ 0.119259] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.124812] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.125615] No ATAGs? <6>[ 0.125643] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers. <6>[ 0.125660] hw-breakpoint: maximum watchpoint size is 4 bytes. <6>[ 0.126251] Serial: AMBA PL011 UART driver <6>[ 0.162853] Kprobes globally optimized <5>[ 0.174827] SCSI subsystem initialized <6>[ 0.175453] usbcore: registered new interface driver usbfs <6>[ 0.175586] usbcore: registered new interface driver hub <6>[ 0.175697] usbcore: registered new device driver usb <4>[ 0.176060] usb_phy_generic phy: supply vcc not found, using dummy regulator <6>[ 0.176842] mc: Linux media interface: v0.10 <6>[ 0.176969] videodev: Linux video capture interface: v2.00 <6>[ 0.177431] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.178611] Bluetooth: Core ver 2.22 <6>[ 0.178766] NET: Registered protocol family 31 <6>[ 0.178783] Bluetooth: HCI device and connection manager initialized <6>[ 0.178814] Bluetooth: HCI socket layer initialized <6>[ 0.178832] Bluetooth: L2CAP socket layer initialized <6>[ 0.178880] Bluetooth: SCO socket layer initialized <6>[ 0.180018] clocksource: Switched to clocksource timer <6>[ 0.530663] simple-framebuffer 1eaa9000.framebuffer: framebuffer at 0x1eaa9000, 0x151800 bytes, mapped to 0x(ptrval) <6>[ 0.530712] simple-framebuffer 1eaa9000.framebuffer: format=a8r8g8b8, mode=720x480x32, linelength=2880 <6>[ 0.542307] Console: switching to colour frame buffer device 90x30 <6>[ 0.552808] simple-framebuffer 1eaa9000.framebuffer: fb0: simplefb registered! <6>[ 0.575757] NET: Registered protocol family 2 <6>[ 0.576177] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 0.577636] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.577728] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.577813] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.577896] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.578074] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.578123] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.578454] NET: Registered protocol family 1 <6>[ 0.579812] RPC: Registered named UNIX socket transport module. <6>[ 0.579840] RPC: Registered udp transport module. <6>[ 0.579848] RPC: Registered tcp transport module. <6>[ 0.579854] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.583407] Unpacking initramfs... <6>[ 1.433838] Freeing initrd memory: 6440K <4>[ 1.434812] hw perfevents: no irqs for PMU, sampling events not supported <6>[ 1.434878] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available <5>[ 1.437557] Initialise system trusted keyrings <6>[ 1.438205] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <5>[ 1.616370] Key type asymmetric registered <5>[ 1.616402] Asymmetric key parser 'x509' registered <6>[ 1.616539] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) <6>[ 1.616564] io scheduler mq-deadline registered <6>[ 1.616578] io scheduler kyber registered <6>[ 1.629835] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 1.639855] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 1.646276] usbcore: registered new interface driver zd1211rw <6>[ 1.646407] usbcore: registered new interface driver lan78xx <6>[ 1.646534] usbcore: registered new interface driver asix <6>[ 1.646631] usbcore: registered new interface driver ax88179_178a <6>[ 1.646726] usbcore: registered new interface driver cdc_ether <6>[ 1.646878] usbcore: registered new interface driver smsc95xx <6>[ 1.646982] usbcore: registered new interface driver net1080 <6>[ 1.647078] usbcore: registered new interface driver cdc_subset <6>[ 1.647172] usbcore: registered new interface driver zaurus <6>[ 1.647361] usbcore: registered new interface driver cdc_ncm <6>[ 1.648306] usbcore: registered new interface driver usb-storage <6>[ 1.648747] i2c /dev entries driver <4>[ 1.653369] i2c-bcm2835 20805000.i2c: Could not read clock-frequency property <6>[ 1.657177] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 1.658024] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.658039] sdhci: Copyright(c) Pierre Ossman <6>[ 1.658604] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.659769] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.660667] usbcore: registered new interface driver usbhid <6>[ 1.660686] usbhid: USB HID core driver <6>[ 1.661082] bcm2835-mbox 2000b880.mailbox: mailbox enabled <6>[ 1.665598] NET: Registered protocol family 10 <6>[ 1.667777] Segment Routing with IPv6 <6>[ 1.667958] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 1.669341] NET: Registered protocol family 17 <6>[ 1.669976] oprofile: using arm/armv6 <6>[ 1.671139] printk: console [tty0]: printing thread started <5>[ 1.671304] Loading compiled-in X.509 certificates <6>[ 1.697413] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2 <6>[ 1.697977] printk: console [ttyAMA0]: printing thread started <6>[ 1.698019] printk: console [ttyAMA0] enabled <6>[ 1.722493] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:42:39 <3>[ 1.771413] debugfs: Directory '20902000.hdmi' with parent 'vc4-hdmi' already present! <6>[ 1.778957] sdhost-bcm2835 20202000.mmc: loaded - DMA enabled (>1) <6>[ 1.782034] vc4-drm soc:gpu: bound 20902000.hdmi (ops vc4_hdmi_ops) <6>[ 1.782381] vc4-drm soc:gpu: bound 20806000.vec (ops vc4_vec_ops) <6>[ 1.782589] vc4-drm soc:gpu: bound 20400000.hvs (ops vc4_hvs_ops) <6>[ 1.782960] vc4-drm soc:gpu: bound 20004000.txp (ops vc4_txp_ops) <6>[ 1.783246] vc4-drm soc:gpu: bound 20206000.pixelvalve (ops vc4_crtc_ops) <6>[ 1.783536] vc4-drm soc:gpu: bound 20207000.pixelvalve (ops vc4_crtc_ops) <6>[ 1.783827] vc4-drm soc:gpu: bound 20807000.pixelvalve (ops vc4_crtc_ops) <6>[ 1.783997] vc4-drm soc:gpu: bound 20c00000.v3d (ops vc4_v3d_ops) <6>[ 1.785116] fb0: switching to vc4drmfb from simple <6>[ 1.800977] Console: switching to colour dummy device 80x30 <6>[ 1.805343] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0 <6>[ 1.857330] Console: switching to colour frame buffer device 90x30 <6>[ 1.874290] vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device <4>[ 1.888354] dwc2 20980000.usb: supply vusb_d not found, using dummy regulator <4>[ 1.888842] dwc2 20980000.usb: supply vusb_a not found, using dummy regulator <4>[ 1.929476] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 1.929773] mmc0: new SDHC card at address e624 <6>[ 1.940682] dwc2 20980000.usb: DWC OTG Controller <6>[ 1.940778] dwc2 20980000.usb: new USB bus registered, assigned bus number 1 <6>[ 1.940893] dwc2 20980000.usb: irq 33, io mem 0x20980000 <6>[ 1.942789] hub 1-0:1.0: USB hub found <6>[ 1.942946] hub 1-0:1.0: 1 port detected <6>[ 1.958254] mmcblk0: mmc0:e624 SD16G 14.8 GiB <6>[ 1.967311] mmcblk0: p1 p2 <6>[ 2.290868] usb 1-1: new high-speed USB device number 2 using dwc2 <6>[ 2.547417] hub 1-1:1.0: USB hub found <6>[ 2.547642] hub 1-1:1.0: 3 ports detected <6>[ 2.903173] usb 1-1.1: new high-speed USB device number 3 using dwc2 <6>[ 3.044809] smsc95xx v2.0.0 <6>[ 3.237178] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL) <6>[ 3.239443] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-20980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:bb:53:5b <6>[ 4.088788] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup <6>[ 4.121457] smsc95xx 1-1.1:1.0 eth0: Link is Down <5>[ 4.920198] random: crng init done <6>[ 6.183216] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off <6>[ 6.202104] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 6.230461] Sending DHCP requests .. <3>[ 10.827176] DHCP/BOOTP: Reply not for us on eth0, op[2] xid[78e92b1] <3>[ 10.842288] DHCP/BOOTP: Reply not for us on eth0, op[2] xid[78e92b1] <3>[ 12.573626] DHCP/BOOTP: Reply not for us on eth0, op[2] xid[50207c16] <3>[ 12.605572] DHCP/BOOTP: Reply not for us on eth0, op[2] xid[50207c16] <4>[ 12.970171] ., OK <6>[ 13.010206] IP-Config: Got DHCP answer from 192.168.6.1, my address is 192.168.6.20 <6>[ 13.010243] IP-Config: Complete: <6>[ 13.010249] device=eth0, hwaddr=b8:27:eb:bb:53:5b, ipaddr=192.168.6.20, mask=255.255.255.0, gw=192.168.6.1 <6>[ 13.010291] host=192.168.6.20, domain=, nis-domain=(none) <6>[ 13.010304] bootserver=192.168.6.1, rootserver=192.168.6.2, rootpath= <6>[ 13.010319] nameserver0=10.255.253.1 <5>[ 13.011018] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 13.184800] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 13.189014] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 13.189556] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 13.189600] cfg80211: failed to load regulatory.db <6>[ 13.217576] clk: Disabling unused clocks <6>[ 13.218332] ALSA device list: <6>[ 13.218354] #0: vc4-hdmi <6>[ 13.218763] uart-pl011 20201000.serial: no DMA platform data <6>[ 13.227884] Freeing unused kernel memory: 1024K <6>[ 13.245582] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.22-1~deb12u1 <4>[ 15.912022] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 16.057862] bcm2835-rng 20104000.rng: hwrng registered <4>[ 17.325902] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. <4>[ 17.396641] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 17.444685] bcm2835_audio bcm2835_audio: card created with 8 channels <4>[ 17.492782] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. 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/eth0 found done. Begin: Waiting up to 180 secs for any network device to become available ... done. IP-Config: eth0 hardware address b8:27:eb:bb:53:5b mtu 1500 DHCP IP-Config: eth0 guessed broadcast address 192.168.6.255 IP-Config: eth0 complete (dhcp from 192.168.6.1): address: 192.168.6.20 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>[ 19.736959] systemd[1]: System time before build time, advancing clock. <27>[ 19.857309] systemd[1]: Failed to find module 'autofs4' <30>[ 19.977255] 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>[ 19.977434] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 20.108279] systemd[1]: Hostname set to . <30>[ 25.046793] systemd[1]: Queued start job for default target graphical.target. <30>[ 25.079166] 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. [[0;32m OK [0m] Created slice [0;1;39msystem-modpr…lice[0m - Slice /system/modprobe. <30>[ 25.136155] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [[0;32m OK [0<30>[ 25.162870] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. m] Created slice [0;1;39msystem-seria…[0m - Slice /system/serial-getty. [[0;32m OK [0<30>[ 25.187602] systemd[1]: Created slice user.slice - User and Session Slice. m] Created slice [0;1;39muser.slice[0m - User and Session Slice. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo…quests to Console Directory Watch. <30>[ 25.232360] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0<30>[ 25.262663] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. m] Started [0;1;39msystemd-ask-passwo… Requests to Wall Directory Watch. Expectin<30>[ 25.286965] 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). g device [0;1;39mdev-ttyAMA0.device[0m - /dev/ttyAMA0... [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.…get[0m - Local Encrypted Volumes. <30>[ 25.287725] systemd[1]: Expecting device dev-ttyAMA0.device - /dev/ttyAMA0... [[0;32m OK [0<30>[ 25.324824] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. m] Reached target [0;1;39mintegrityse…Local Integrity Protected Volumes. [[0;32m OK [0<30>[ 25.344697] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 25.365992] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mremote-fs.target[0m - Remote File Systems. <30>[ 25.411347] systemd[1]: Reached target remote-fs.target - Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 25.441233] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 25.471586] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mveritysetup… - Local Verity Protected Volumes. <30>[ 25.501366] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [[0;32m OK [0m] Listening on [0;1;39msystemd-initc… initctl Compatibility Named Pipe. <30>[ 25.532521] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. <30>[ 25.675272] systemd[1]: systemd-journald-audit.socket - Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit). [[0;32m OK [0m] Listening on [0;1;39msystemd-journ…t[0m - Journal Socket (/dev/log). [[0;32m OK [0<30>[ 25.705908] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). m] Listening on <30>[ 25.720138] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [0;1;39msystemd-journald.socket[0m - Journal Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd<30>[ 25.776410] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. -netwo… - Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd….socket[0m - udev Control Socket. <30>[ 25.808710] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [[0;32m OK [0<30>[ 25.831908] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. m] Listening on [0;1;39msystemd-udevd…l.socket[0m - udev Kernel Socket. <30>[ 25.855458] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). Mounting<30>[ 25.858016] systemd[1]: dev-mqueue.mount - POSIX Message Queue File System was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/mqueue). [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 25.905290] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-tracin…[0m - Kernel Trace File System... <30>[ 25.993378] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... <30>[ 26.030788] systemd[1]: kmod-static-nodes.service - Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/5.10.223-cip51-rt21/modules.devname). Starting [0;1;39mmodprobe@configfs…m - Load K<30>[ 26.125989] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... ernel Module configfs... Starting [0;1;39mmodprobe@dm_mod.s…[0m - Load Kernel Module d<30>[ 26.294253] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... m_mod... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 26.481765] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore... <30>[ 26.654457] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@fuse.ser…e[0m - Load Kernel Module fuse... <30>[ 26.742646] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <30>[ 26.814125] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... <28>[ 26.865354] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. Starting [0;1;39msystemd-journald.service[0m - Journal Service... <28>[ 26.865486] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 26.944357] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystem<30>[ 27.118383] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... d-modules-l…rvice[0m - Load Kernel Modules... Starting [0;1;39msystemd-network-g… units fro<30>[ 27.236138] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... m Kernel command line... Starting [0;1;39msystem<30>[ 27.338353] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... d-remount-f…nt Root and Kernel File Systems... <30>[ 27.480000] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. <30>[ 27.751273] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-tracing…nt[0m - Kernel Trace File System. <30>[ 27.778606] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. <30>[ 27.819395] systemd[1]: modprobe@configfs.service: Deactivated successfully. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. <30>[ 27.900710] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. <30>[ 28.436383] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod. <30>[ 28.481118] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. <30>[ 28.518378] systemd[1]: modprobe@drm.service: Deactivated successfully. [[0;32m OK [0m] Finished [0;1;39mmod<30>[ 28.564093] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. probe@drm.service[0m - Load Kernel Module drm. <30>[ 28.608356] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore. <30>[ 28.630669] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@fuse.servi<30>[ 28.658594] systemd[1]: modprobe@fuse.service: Deactivated successfully. ce[0m - Load Kernel Module fuse. [[0;32m OK [0<30>[ 28.700906] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. <30>[ 28.726408] systemd[1]: modprobe@loop.service: Deactivated successfully. [[0;32m OK [0m] Finis<30>[ 28.760660] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. hed [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 [0<30>[ 28.813595] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. m] Finished [0;1;39msystemd-remount-f…ount Root and Kernel File Systems. <30>[ 28.860716] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. [[0;32m OK [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network. <30>[ 28.876109] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. <30>[ 28.937240] systemd[1]: Reached target network-pre.target - Preparation for Network. <30>[ 28.973639] systemd[1]: sys-fs-fuse-connections.mount - FUSE Control File System was skipped because of an unmet condition check (ConditionPathExists=/sys/fs/fuse/connections). Mounting [0;1;39msys-kernel-config…ernel Configuration File System... <30>[ 29.081267] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... <30>[ 29.100765] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... <30>[ 29.102912] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). <30>[ 29.262338] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed... <30>[ 29.383795] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Vari<30>[ 29.524593] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... ables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users...<30>[ 29.718862] systemd[1]: Starting systemd-sysusers.service - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. <30>[ 30.251476] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. <30>[ 30.310531] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed. <30>[ 30.351723] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. <30>[ 30.590536] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. <30>[ 30.870789] systemd[1]: Finished systemd-sysusers.service - Create System Users. Starting [0;1;39msystemd-tmpfiles-…at<30>[ 30.956522] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... e Static Device Nodes in /dev... [[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. <30>[ 31.890797] systemd[1]: Started systemd-journald.service - Journal Service. [[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-journal-f…h Journal to Persistent Storage... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... <46>[ 32.758348] systemd-journald[160]: Received client request to flush runtime journal. [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0m[0;31m* [0m] (1 of 3) Job systemd-journal-flush.…ice/start running (11s / 1min 37s) M [K[[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [K Starting [0;1;39msystemd-networkd.…ice[0m - Network Configuration... [[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;1;31m*[0m[0;31m* [0m] (1 of 3) Job systemd-networkd.service/start running (14s / 1min 41s) M [K[[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. [K Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Found device [0;1;39mdev-ttyAMA0.device[0m - /dev/ttyAMA0. [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord 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;31m*[0;1;31m*[0m[0;31m* [0m] Job systemd-timesyncd.service/start running (19s / 1min 45s) M [K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] Job systemd-timesyncd.service/start running (20s / 1min 45s) <46>[ 45.873433] systemd-journald[160]: Oldest entry in /var/log/journal/6f3905be5be343feb2f46242bdf37de1/system.journal is older than the configured file retention duration (1month), suggesting rotation. <46>[ 45.873711] systemd-journald[160]: /var/log/journal/6f3905be5be343feb2f46242bdf37de1/system.journal: Journal header limits reached or header out-of-date, rotating. M [K[[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [K[[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. [[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] 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@ttyAM…ice[0m - Serial Getty on ttyAMA0. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[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] 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] Reached target [0;1;39msound.target[0m - Sound Card. [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. Debian GNU/Linux 12 debian-bookworm-armel ttyAMA0 debian-bookworm-armel login: root (automatic login) Linux debian-bookworm-armel 5.10.223-cip51-rt21 #1 Tue Aug 20 14:11:12 UTC 2024 armv6l 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/636427/extract-nfsrootfs-3ddabu07' export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/636427/extract-nfsrootfs-3ddabu07' / # 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-636427/environment . /lava-636427/environment / # /lava-636427/bin/lava-test-runner /lava-636427/0 /lava-636427/bin/lava-test-runner /lava-636427/0 + export TESTRUN_ID=0_dmesg + cd /lava-636427/0/tests/0_dmesg + cat uuid + UUID=636427_1.6.2.4.1 + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 66.551873] <8>[ 66.964480] <8>[ 67.277155] + set +x <8>[ 67.615761] <8>[ 67.619467] / #