Trying 192.168.56.184... Connected to conserv2. Escape character is '^]'. ser2net port telnet,3000 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1.2.3:1.0-port0, 115200n81, local=false [] (Debian GNU/Linux) U-Boot 2022.04-00708-g42a2d90cf5-dirty (Apr 30 2022 - 01:36:39 +0100) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 57 devices, 11 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial Out: vidconsole Err: vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: U-Boot 2022.04-00708-g42a2d90cf5-dirty (Apr 30 2022 - 01:36:39 +0100) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 57 devices, 11 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial Out: vidconsole Err: vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: USB DWC2 scanning bus usb@7e980000 for devices... U-Boot 2022.04-00708-g42a2d90cf5-dirty (Apr 30 2022 - 01:36:39 +0100) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 57 devices, 11 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial Out: vidconsole Err: vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: USB DWC2 scanning bus usb@7e980000 for devices... U-Boot 2022.04-00708-g42a2d90cf5-dirty (Apr 30 2022 - 01:36:39 +0100) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 57 devices, 11 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial Out: vidconsole Err: vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: USB DWC2 scanning bus usb@7e980000 for devices... U-Boot 2022.04-00708-g42a2d90cf5-dirty (Apr 30 2022 - 01:36:39 +0100) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 57 devices, 11 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial Out: vidconsole Err: 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 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.106 (3829 ms) U-Boot> setenv serverip 192.168.56.75 setenv serverip 192.168.56.75 U-Boot> tftp 0x00080000 206878/tftp-deploy-q5kfjvxw/kernel/zImage tftp 0x00080000 206878/tftp-deploy-q5kfjvxw/kernel/zImage Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.75; our IP address is 192.168.56.106 Filename '206878/tftp-deploy-q5kfjvxw/kernel/zImage'. Load address: 0x80000 Loading: *################################################## 5.5 MiB 851.6 KiB/s done Bytes transferred = 5810176 (58a800 hex) U-Boot> tftp 0x02700000 206878/tftp-deploy-q5kfjvxw/ramdisk/ramdisk.cpio.gz.uboot tftp 0x02700000 206878/tftp-deploy-q5kfjvxw/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.75; our IP address is 192.168.56.106 Filename '206878/tftp-deploy-q5kfjvxw/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x2700000 Loading: *################################################## 8.8 MiB 1.1 MiB/s done Bytes transferred = 9254351 (8d35cf hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x02600000 206878/tftp-deploy-q5kfjvxw/dtb/bcm2835-rpi-b-rev2.dtb tftp 0x02600000 206878/tftp-deploy-q5kfjvxw/dtb/bcm2835-rpi-b-rev2.dtb Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.75; our IP address is 192.168.56.106 Filename '206878/tftp-deploy-q5kfjvxw/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/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs '115200 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' U-Boot> bootz 0x00080000 0x02700000 0x02600000 bootz 0x00080000 0x02700000 0x02600000 Kernel image @ 0x080000 [ 0x000000 - 0x58a800 ] ## Loading init Ramdisk from Legacy Image at 02700000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 9254287 Bytes = 8.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 02600000 Booting using the fdt blob at 0x2600000 Using Device Tree in place at 02600000, end 0260622e Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.175-cip29-rt12 (KernelCI@build-j1227405-arm-gcc-10-bcm2835-defconfig-zms8d) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 Wed Mar 22 12:49:55 UTC 2023 [ 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 rev2 [ 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/ram0 console_msg_format=syslog earlycon 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:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 364336K/458752K available (8192K kernel code, 1599K rwdata, 3248K rodata, 1024K init, 699K bss, 28880K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 32703 entries in 96 pages <6>[ 0.000000] ftrace: allocated 96 pages with 2 groups <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <3>[ 0.000000] [Firmware Bug]: Bootloader left irq enabled: bank 1 irq 9 <6>[ 0.000005] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008792] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018587] bcm2835: system timer (irq = 27) <6>[ 0.024007] Console: colour dummy device 80x30 <6>[ 0.028909] printk: console [tty0] enabled <6>[ 0.033342] printk: bootconsole [pl11] disabled <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 5.10.175-cip29-rt12 (KernelCI@build-j1227405-arm-gcc-10-bcm2835-defconfig-zms8d) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 Wed Mar 22 12:49:55 UTC 2023 <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 rev2 <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/ram0 console_msg_format=syslog earlycon 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:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 364336K/458752K available (8192K kernel code, 1599K rwdata, 3248K rodata, 1024K init, 699K bss, 28880K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 32703 entries in 96 pages <6>[ 0.000000] ftrace: allocated 96 pages with 2 groups <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <3>[ 0.000000] [Firmware Bug]: Bootloader left irq enabled: bank 1 irq 9 <6>[ 0.000005] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008792] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018587] bcm2835: system timer (irq = 27) <6>[ 0.024007] Console: colour dummy device 80x30 <6>[ 0.028909] printk: console [tty0] enabled <6>[ 0.033342] printk: bootconsole [pl11] disabled <6>[ 0.038278] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792) <6>[ 0.088994] pid_max: default: 32768 minimum: 301 <6>[ 0.089546] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.089587] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.091006] CPU: Testing write buffer coherency: ok <6>[ 0.092934] Setting up static identity map for 0x100000 - 0x100054 <6>[ 0.095395] devtmpfs: initialized <6>[ 0.104318] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5 <6>[ 0.104747] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.104802] futex hash table entries: 256 (order: -1, 3072 bytes, linear) <6>[ 0.113763] pinctrl core: initialized pinctrl subsystem <6>[ 0.116493] NET: Registered protocol family 16 <6>[ 0.119033] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.124544] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.125191] No ATAGs? <6>[ 0.125221] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers. <6>[ 0.125238] hw-breakpoint: maximum watchpoint size is 4 bytes. <6>[ 0.125819] Serial: AMBA PL011 UART driver <6>[ 0.160424] Kprobes globally optimized <5>[ 0.172394] SCSI subsystem initialized <6>[ 0.172998] usbcore: registered new interface driver usbfs <6>[ 0.173130] usbcore: registered new interface driver hub <6>[ 0.173246] usbcore: registered new device driver usb <4>[ 0.173596] usb_phy_generic phy: supply vcc not found, using dummy regulator <4>[ 0.173968] usb_phy_generic phy: dummy supplies not allowed for exclusive requests <6>[ 0.174412] mc: Linux media interface: v0.10 <6>[ 0.174527] videodev: Linux video capture interface: v2.00 <6>[ 0.174972] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.176097] Bluetooth: Core ver 2.22 <6>[ 0.176252] NET: Registered protocol family 31 <6>[ 0.176269] Bluetooth: HCI device and connection manager initialized <6>[ 0.176300] Bluetooth: HCI socket layer initialized <6>[ 0.176318] Bluetooth: L2CAP socket layer initialized <6>[ 0.176365] Bluetooth: SCO socket layer initialized <6>[ 0.177259] clocksource: Switched to clocksource timer <6>[ 0.532153] simple-framebuffer 1c006000.framebuffer: framebuffer at 0x1c006000, 0x10a800 bytes, mapped to 0x(ptrval) <6>[ 0.532201] simple-framebuffer 1c006000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624 <6>[ 0.541526] Console: switching to colour frame buffer device 82x26 <6>[ 0.549791] simple-framebuffer 1c006000.framebuffer: fb0: simplefb registered! <6>[ 0.572377] NET: Registered protocol family 2 <6>[ 0.572784] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 0.574242] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.574337] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.574433] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.574512] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.574696] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.574746] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.575071] NET: Registered protocol family 1 <6>[ 0.576429] RPC: Registered named UNIX socket transport module. <6>[ 0.576454] RPC: Registered udp transport module. <6>[ 0.576462] RPC: Registered tcp transport module. <6>[ 0.576470] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.579574] Unpacking initramfs... <6>[ 1.915094] Freeing initrd memory: 9040K <4>[ 1.916015] hw perfevents: no irqs for PMU, sampling events not supported <6>[ 1.916084] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available <5>[ 1.919069] Initialise system trusted keyrings <6>[ 1.919692] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <6>[ 1.936788] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). <5>[ 2.098109] Key type asymmetric registered <5>[ 2.098136] Asymmetric key parser 'x509' registered <6>[ 2.098263] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) <6>[ 2.098287] io scheduler mq-deadline registered <6>[ 2.098300] io scheduler kyber registered <6>[ 2.111569] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 2.121759] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 2.128102] usbcore: registered new interface driver zd1211rw <6>[ 2.128229] usbcore: registered new interface driver lan78xx <6>[ 2.128358] usbcore: registered new interface driver asix <6>[ 2.128483] usbcore: registered new interface driver ax88179_178a <6>[ 2.128582] usbcore: registered new interface driver cdc_ether <6>[ 2.128712] usbcore: registered new interface driver smsc95xx <6>[ 2.128811] usbcore: registered new interface driver net1080 <6>[ 2.128907] usbcore: registered new interface driver cdc_subset <6>[ 2.129001] usbcore: registered new interface driver zaurus <6>[ 2.129188] usbcore: registered new interface driver cdc_ncm <6>[ 2.130165] usbcore: registered new interface driver usb-storage <6>[ 2.130592] i2c /dev entries driver <4>[ 2.135041] i2c-bcm2835 20805000.i2c: Could not read clock-frequency property <6>[ 2.138940] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 2.139776] sdhci: Secure Digital Host Controller Interface driver <6>[ 2.139793] sdhci: Copyright(c) Pierre Ossman <6>[ 2.140353] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 2.141486] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 2.142312] usbcore: registered new interface driver usbhid <6>[ 2.142335] usbhid: USB HID core driver <6>[ 2.142699] bcm2835-mbox 2000b880.mailbox: mailbox enabled <6>[ 2.147237] NET: Registered protocol family 10 <6>[ 2.149527] Segment Routing with IPv6 <6>[ 2.149725] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 2.151082] NET: Registered protocol family 17 <6>[ 2.151716] oprofile: using arm/armv6 <6>[ 2.152614] printk: console [tty0]: printing thread started <5>[ 2.152793] Loading compiled-in X.509 certificates <6>[ 2.175710] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2 <6>[ 2.176261] printk: console [ttyAMA0]: printing thread started <6>[ 2.176298] printk: console [ttyAMA0] enabled <6>[ 2.220751] raspberrypi-firmware soc:firmware: Attached to firmware from 1970-01-01T00:00:00 <4>[ 2.230859] dwc2 20980000.usb: supply vusb_d not found, using dummy regulator <4>[ 2.231291] dwc2 20980000.usb: supply vusb_a not found, using dummy regulator <6>[ 2.256898] sdhost-bcm2835 20202000.mmc: loaded - DMA enabled (>1) <6>[ 2.291037] dwc2 20980000.usb: DWC OTG Controller <6>[ 2.291116] dwc2 20980000.usb: new USB bus registered, assigned bus number 1 <6>[ 2.291211] dwc2 20980000.usb: irq 33, io mem 0x20980000 <6>[ 2.301529] hub 1-0:1.0: USB hub found <6>[ 2.307540] hub 1-0:1.0: 1 port detected <4>[ 2.310695] vc4_hdmi 20902000.hdmi: deferred probe timeout, ignoring dependency <4>[ 2.310753] vc4_hdmi: probe of 20902000.hdmi failed with error -110 <4>[ 2.311155] vc4_vec 20806000.vec: deferred probe timeout, ignoring dependency <4>[ 2.311202] vc4_vec: probe of 20806000.vec failed with error -110 <4>[ 2.311617] vc4_v3d 20c00000.v3d: deferred probe timeout, ignoring dependency <4>[ 2.311666] vc4_v3d: probe of 20c00000.v3d failed with error -110 <6>[ 2.662918] usb 1-1: new high-speed USB device number 2 using dwc2 <4>[ 2.684671] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 2.692626] mmc0: new high speed SDHC card at address aaaa <6>[ 2.700348] mmcblk0: mmc0:aaaa SU04G 3.69 GiB <6>[ 2.732504] mmcblk0: p1 p2 <6>[ 2.912473] hub 1-1:1.0: USB hub found <6>[ 2.912676] hub 1-1:1.0: 3 ports detected <6>[ 3.289198] usb 1-1.1: new high-speed USB device number 3 using dwc2 <6>[ 3.471414] smsc95xx v2.0.0 <6>[ 3.952576] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL) <6>[ 3.954810] 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.495498] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup <6>[ 4.531427] smsc95xx 1-1.1:1.0 eth0: Link is Down <5>[ 5.707361] random: crng init done <6>[ 6.590465] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off <6>[ 6.619249] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 6.647706] Sending DHCP requests .., OK <6>[ 9.647346] IP-Config: Got DHCP answer from 192.168.56.254, my address is 192.168.56.106 <6>[ 9.647387] IP-Config: Complete: <6>[ 9.647393] device=eth0, hwaddr=b8:27:eb:bb:53:5b, ipaddr=192.168.56.106, mask=255.255.255.0, gw=192.168.56.254 <6>[ 9.647437] host=192.168.56.106, domain=mayfield.sirena.org.uk, nis-domain=(none) <6>[ 9.647451] bootserver=192.168.56.254, rootserver=192.168.56.254, rootpath= <6>[ 9.647467] nameserver0=192.168.56.254 <6>[ 9.647490] ntpserver0=50.205.244.22, ntpserver1=85.199.214.99 <5>[ 9.648118] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 9.745712] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <4>[ 9.746141] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 9.746201] cfg80211: failed to load regulatory.db <6>[ 9.761476] ALSA device list: <6>[ 9.761502] No soundcards found. <6>[ 9.761895] uart-pl011 20201000.serial: no DMA platform data <6>[ 9.787559] Freeing unused kernel memory: 1024K <6>[ 9.788033] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 10.438443] udevd[92]: starting version 3.2.9 <27>[ 10.484195] udevd[92]: specified user 'tss' unknown <27>[ 10.484743] udevd[92]: specified group 'tss' unknown <30>[ 10.530514] udevd[93]: starting eudev-3.2.9 <4>[ 11.549055] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <3>[ 11.655984] bcm2835_vchiq 2000b840.mailbox: failed to set channelbase <6>[ 11.656017] vchiq: could not load vchiq <6>[ 11.707102] bcm2835-rng 20104000.rng: hwrng registered done Saving random seed: OK Starting network: ip: RTNETLINK answers: File exists FAIL Starting dropbear sshd: OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-206878/environment . /lava-206878/environment / # /lava-206878/bin/lava-test-runner /lava-206878/0 /lava-206878/bin/lava-test-runner /lava-206878/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-206878/0/tests/0_dmesg + cat uuid + UUID=206878_1.5.2.4.1 + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 13.691217] <8>[ 13.820893] <8>[ 13.946580] + set +x <8>[ 14.070949] / # <8>[ 14.074980] # / # export SHELL=/bin/sh. /lava-206878/environment / # . /lava-206878/environment/lava-206878/bin/lava-test-runner /lava-206878/1 / # /lava-206878/bin/lava-test-runner /lava-206878/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-206878/1/tests/1_bootrr + cat uuid + UUID=206878_1.5.2.4.5 + set +x + export 'PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-206878/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto <8>[ 14.707877] /lava-206878/1/../bin/lava-test-case <8>[ 14.862439] /lava-206878/1/../bin/lava-test-case <8>[ 14.982220] /lava-206878/1/../bin/lava-test-case <8>[ 15.055521] /lava-206878/1/../bin/lava-test-case <8>[ 15.189112] /lava-206878/1/../bin/lava-test-case <8>[ 15.299624] /lava-206878/1/../bin/lava-test-case <8>[ 15.384692] /lava-206878/1/../bin/lava-test-case <8>[ 15.496343] /lava-206878/1/../bin/lava-test-case <8>[ 15.580934] /lava-206878/1/../bin/lava-test-case <8>[ 16.688755] /lava-206878/1/../bin/lava-test-case <8>[ 17.787869] /lava-206878/1/../bin/lava-test-case <8>[ 18.886421] /lava-206878/1/../bin/lava-test-case <8>[ 18.970702] /lava-206878/1/../bin/lava-test-case <8>[ 19.082364] /lava-206878/1/../bin/lava-test-case <8>[ 19.170819] /lava-206878/1/../bin/lava-test-case <8>[ 19.281350] /lava-206878/1/../bin/lava-test-case <8>[ 19.377693] /lava-206878/1/../bin/lava-test-case <8>[ 19.488745] /lava-206878/1/../bin/lava-test-case <8>[ 19.580534] /lava-206878/1/../bin/lava-test-case <8>[ 19.691471] /lava-206878/1/../bin/lava-test-case <8>[ 19.774859] /lava-206878/1/../bin/lava-test-case <8>[ 19.885199] /lava-206878/1/../bin/lava-test-case <8>[ 19.969414] /lava-206878/1/../bin/lava-test-case <8>[ 20.078616] /lava-206878/1/../bin/lava-test-case <8>[ 20.163296] /lava-206878/1/../bin/lava-test-case <8>[ 20.271988] /lava-206878/1/../bin/lava-test-case <8>[ 20.356261] /lava-206878/1/../bin/lava-test-case <8>[ 20.466895] /lava-206878/1/../bin/lava-test-case <8>[ 20.577944] /lava-206878/1/../bin/lava-test-case <8>[ 20.688733] /lava-206878/1/../bin/lava-test-case <8>[ 20.781880] /lava-206878/1/../bin/lava-test-case <8>[ 20.894161] /lava-206878/1/../bin/lava-test-case <8>[ 20.979607] /lava-206878/1/../bin/lava-test-case <8>[ 21.091102] /lava-206878/1/../bin/lava-test-case <8>[ 21.178769] /lava-206878/1/../bin/lava-test-case <8>[ 21.289265] /lava-206878/1/../bin/lava-test-case <8>[ 21.374825] /lava-206878/1/../bin/lava-test-case <8>[ 21.485412] /lava-206878/1/../bin/lava-test-case <8>[ 21.569636] /lava-206878/1/../bin/lava-test-case <8>[ 21.680470] /lava-206878/1/../bin/lava-test-case <8>[ 21.773822] /lava-206878/1/../bin/lava-test-case <8>[ 21.886553] /lava-206878/1/../bin/lava-test-case <8>[ 21.980830] /lava-206878/1/../bin/lava-test-case <8>[ 22.092874] /lava-206878/1/../bin/lava-test-case <8>[ 22.190104] /lava-206878/1/../bin/lava-test-case <8>[ 22.303218] /lava-206878/1/../bin/lava-test-case <8>[ 22.400720] /lava-206878/1/../bin/lava-test-case <8>[ 22.524052] /lava-206878/1/../bin/lava-test-case <8>[ 22.620201] /lava-206878/1/../bin/lava-test-case <8>[ 22.732920] /lava-206878/1/../bin/lava-test-case <8>[ 22.826093] /lava-206878/1/../bin/lava-test-case <8>[ 22.912080] /lava-206878/1/../bin/lava-test-case <8>[ 23.026209] + set +x <8>[ 23.065463] / #