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: 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.103 (5122 ms) U-Boot> setenv serverip 192.168.56.76 setenv serverip 192.168.56.76 U-Boot> tftp 0x00080000 203305/tftp-deploy-rcvb64x_/kernel/zImage tftp 0x00080000 203305/tftp-deploy-rcvb64x_/kernel/zImage Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.76; our IP address is 192.168.56.103 Filename '203305/tftp-deploy-rcvb64x_/kernel/zImage'. Load address: 0x80000 Loading: *################################################## 6 MiB 897.5 KiB/s done Bytes transferred = 6331472 (609c50 hex) U-Boot> tftp 0x02700000 203305/tftp-deploy-rcvb64x_/ramdisk/ramdisk.cpio.gz.uboot tftp 0x02700000 203305/tftp-deploy-rcvb64x_/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.76; our IP address is 192.168.56.103 Filename '203305/tftp-deploy-rcvb64x_/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x2700000 Loading: *################################################## 5.5 MiB 835.9 KiB/s done Bytes transferred = 5783436 (583f8c hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x02600000 203305/tftp-deploy-rcvb64x_/dtb/bcm2835-rpi-b-rev2.dtb tftp 0x02600000 203305/tftp-deploy-rcvb64x_/dtb/bcm2835-rpi-b-rev2.dtb Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.76; our IP address is 192.168.56.103 Filename '203305/tftp-deploy-rcvb64x_/dtb/bcm2835-rpi-b-rev2.dtb'. Load address: 0x2600000 Loading: *################################################## 12.7 KiB 2 KiB/s done Bytes transferred = 12997 (32c5 hex) U-Boot> setenv bootargs '115200 root=/dev/nfs rw nfsroot=192.168.56.76:/var/lib/lava/dispatcher/tmp/203305/extract-nfsrootfs-v640x49b,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs '115200 root=/dev/nfs rw nfsroot=192.168.56.76:/var/lib/lava/dispatcher/tmp/203305/extract-nfsrootfs-v640x49b,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 - 0x609c50 ] ## Loading init Ramdisk from Legacy Image at 02700000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 5783372 Bytes = 5.5 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 026062c4 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.1.59-cip7 (KernelCI@build-j82899-arm-gcc-10-bcm2835-defconfig-xj8s4) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 Fri Oct 27 11:46:28 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] CPU: All CPU(s) started in SVC mode. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113792 [ 0.000000] Kernel command line: 115200 root=/dev/nfs rw nfsroot=192.168.56.76:/var/lib/lava/dispatcher/tmp/203305/extract-nfsrootfs-v640x49b,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <5>[ 0.000000] Unknown kernel command line parameters \"115200\", will be passed to user space. <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: 367884K/458752K available (8192K kernel code, 1686K rwdata, 3516K rodata, 1024K init, 451K bss, 25332K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 35512 entries in 105 pages <6>[ 0.000000] ftrace: allocated 105 pages with 4 groups <6>[ 0.000000] trace event string verifier disabled <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.000006] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008805] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018613] bcm2835: system timer (irq = 27) <6>[ 0.024110] Console: colour dummy device 80x30 <6>[ 0.028995] printk: console [tty0] enabled <6>[ 0.033462] printk: bootconsole [pl11] disabled <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 6.1.59-cip7 (KernelCI@build-j82899-arm-gcc-10-bcm2835-defconfig-xj8s4) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 Fri Oct 27 11:46:28 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/nfs rw nfsroot=192.168.56.76:/var/lib/lava/dispatcher/tmp/203305/extract-nfsrootfs-v640x49b,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <5>[ 0.000000] Unknown kernel command line parameters \"115200\", will be passed to user space. <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: 367884K/458752K available (8192K kernel code, 1686K rwdata, 3516K rodata, 1024K init, 451K bss, 25332K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 35512 entries in 105 pages <6>[ 0.000000] ftrace: allocated 105 pages with 4 groups <6>[ 0.000000] trace event string verifier disabled <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.000006] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008805] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018613] bcm2835: system timer (irq = 27) <6>[ 0.024110] Console: colour dummy device 80x30 <6>[ 0.028995] printk: console [tty0] enabled <6>[ 0.033462] printk: bootconsole [pl11] disabled <6>[ 0.038422] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792) <6>[ 0.089116] CPU: Testing write buffer coherency: ok <6>[ 0.089257] pid_max: default: 32768 minimum: 301 <6>[ 0.089797] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.089885] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.093484] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.093570] cblist_init_generic: Setting shift to 0 and lim to 1. <6>[ 0.093962] Setting up static identity map for 0x100000 - 0x100054 <6>[ 0.096888] devtmpfs: initialized <6>[ 0.106706] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5 <6>[ 0.107193] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.107293] futex hash table entries: 256 (order: -1, 3072 bytes, linear) <6>[ 0.117426] pinctrl core: initialized pinctrl subsystem <6>[ 0.120644] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.122828] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.128447] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.128926] No ATAGs? <6>[ 0.129019] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers. <6>[ 0.129067] hw-breakpoint: maximum watchpoint size is 4 bytes. <6>[ 0.129742] Serial: AMBA PL011 UART driver <6>[ 0.135759] platform 20200000.gpio: Fixed dependency cycle(s) with /soc/gpio@7e200000/i2s_alt2 <6>[ 0.135869] platform 20200000.gpio: Fixed dependency cycle(s) with /soc/gpio@7e200000/alt0 <6>[ 0.135968] platform 20200000.gpio: Fixed dependency cycle(s) with /soc/gpio@7e200000/gpioout <6>[ 0.162128] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. <5>[ 0.534285] SCSI subsystem initialized <6>[ 0.534945] usbcore: registered new interface driver usbfs <6>[ 0.535158] usbcore: registered new interface driver hub <6>[ 0.535325] usbcore: registered new device driver usb <4>[ 0.535728] usb_phy_generic phy: supply vcc not found, using dummy regulator <4>[ 0.536200] usb_phy_generic phy: dummy supplies not allowed for exclusive requests <6>[ 0.536818] mc: Linux media interface: v0.10 <6>[ 0.537055] videodev: Linux video capture interface: v2.00 <6>[ 0.537260] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.537316] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.537428] PTP clock support registered <6>[ 0.537894] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.539092] Bluetooth: Core ver 2.22 <6>[ 0.539278] NET: Registered PF_BLUETOOTH protocol family <6>[ 0.539335] Bluetooth: HCI device and connection manager initialized <6>[ 0.539400] Bluetooth: HCI socket layer initialized <6>[ 0.539457] Bluetooth: L2CAP socket layer initialized <6>[ 0.539539] Bluetooth: SCO socket layer initialized <6>[ 0.541017] clocksource: Switched to clocksource timer <6>[ 0.569652] NET: Registered PF_INET protocol family <6>[ 0.570229] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 0.572912] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.573068] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.573167] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.573297] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.573451] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.573672] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.573770] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.574161] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.575417] RPC: Registered named UNIX socket transport module. <6>[ 0.575510] RPC: Registered udp transport module. <6>[ 0.575553] RPC: Registered tcp transport module. <6>[ 0.575590] RPC: Registered tcp NFSv4.1 backchannel transport module. <4>[ 0.579206] armv6-pmu arm-pmu: hw perfevents: no irqs for PMU, sampling events not supported <6>[ 0.579368] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available <6>[ 0.581715] Unpacking initramfs... <5>[ 0.592386] Initialise system trusted keyrings <6>[ 0.593031] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <5>[ 0.952345] Key type asymmetric registered <5>[ 0.952458] Asymmetric key parser 'x509' registered <6>[ 0.952948] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) <6>[ 0.953029] io scheduler mq-deadline registered <6>[ 0.953077] io scheduler kyber registered <6>[ 0.958180] simple-framebuffer 1c006000.framebuffer: framebuffer at 0x1c006000, 0x10a800 bytes <6>[ 0.958308] simple-framebuffer 1c006000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624 <6>[ 0.963900] Console: switching to colour frame buffer device 82x26 <6>[ 0.991228] simple-framebuffer 1c006000.framebuffer: fb0: simplefb registered! <6>[ 1.017505] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 1.052646] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 1.077797] usbcore: registered new interface driver zd1211rw <6>[ 1.081955] usbcore: registered new interface driver lan78xx <6>[ 1.085811] usbcore: registered new interface driver asix <6>[ 1.089501] usbcore: registered new interface driver ax88179_178a <6>[ 1.111413] usbcore: registered new interface driver cdc_ether <6>[ 1.115049] usbcore: registered new interface driver smsc95xx <6>[ 1.118405] usbcore: registered new interface driver net1080 <6>[ 1.132783] usbcore: registered new interface driver cdc_subset <6>[ 1.136118] usbcore: registered new interface driver zaurus <6>[ 1.139350] usbcore: registered new interface driver cdc_ncm <6>[ 1.152711] usbcore: registered new interface driver r8153_ecm <6>[ 1.156704] usbcore: registered new interface driver usb-storage <6>[ 1.159993] i2c_dev: i2c /dev entries driver <4>[ 1.175468] i2c-bcm2835 20805000.i2c: Could not read clock-frequency property <6>[ 1.195642] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 1.199453] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.202426] sdhci: Copyright(c) Pierre Ossman <6>[ 1.212707] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.221881] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.225411] usbcore: registered new interface driver usbhid <6>[ 1.228139] usbhid: USB HID core driver <6>[ 1.242416] bcm2835-mbox 2000b880.mailbox: mailbox enabled <6>[ 1.248966] NET: Registered PF_INET6 protocol family <6>[ 1.313825] Segment Routing with IPv6 <6>[ 1.316539] In-situ OAM (IOAM) with IPv6 <6>[ 1.319114] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 1.338401] sdhost-bcm2835 20202000.mmc: loaded - DMA enabled (>1) <6>[ 1.343160] NET: Registered PF_PACKET protocol family <5>[ 1.346846] Loading compiled-in X.509 certificates <6>[ 1.456797] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2 <4>[ 1.515426] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 1.517369] mmc0: new high speed SDHC card at address aaaa <6>[ 1.532250] mmcblk0: mmc0:aaaa SU04G 3.69 GiB <6>[ 1.536412] mmcblk0: p1 p2 <6>[ 2.204769] Freeing initrd memory: 5648K <6>[ 2.822931] printk: console [ttyAMA0] enabled <6>[ 2.832869] raspberrypi-firmware soc:firmware: Attached to firmware from 1970-01-01T00:00:00 <4>[ 2.857018] dwc2 20980000.usb: supply vusb_d not found, using dummy regulator <4>[ 2.871787] dwc2 20980000.usb: supply vusb_a not found, using dummy regulator <6>[ 2.938347] dwc2 20980000.usb: DWC OTG Controller <6>[ 2.947105] dwc2 20980000.usb: new USB bus registered, assigned bus number 1 <6>[ 2.958195] dwc2 20980000.usb: irq 33, io mem 0x20980000 <6>[ 2.969560] hub 1-0:1.0: USB hub found <6>[ 2.977386] hub 1-0:1.0: 1 port detected <6>[ 2.990839] Trying to probe devices needed for running init ... <6>[ 3.331066] usb 1-1: new high-speed USB device number 2 using dwc2 <6>[ 3.592835] hub 1-1:1.0: USB hub found <6>[ 3.600660] hub 1-1:1.0: 3 ports detected <6>[ 3.921074] usb 1-1.1: new high-speed USB device number 3 using dwc2 <6>[ 4.065427] smsc95xx v2.0.0 <6>[ 4.236515] SMSC LAN8700 usb-001:003:01: attached PHY driver (mii_bus:phy_addr=usb-001:003:01, irq=88) <6>[ 4.255429] 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>[ 5.096074] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup <6>[ 5.112758] smsc95xx 1-1.1:1.0 eth0: Link is Down <6>[ 5.596670] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off <6>[ 5.611972] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 5.641078] Sending DHCP requests . <5>[ 5.861102] random: crng init done <4>[ 8.631059] .., OK <6>[ 13.956916] IP-Config: Got DHCP answer from 192.168.56.254, my address is 192.168.56.103 <6>[ 13.972226] IP-Config: Complete: <6>[ 13.979155] device=eth0, hwaddr=b8:27:eb:bb:53:5b, ipaddr=192.168.56.103, mask=255.255.255.0, gw=192.168.56.254 <6>[ 13.996962] host=192.168.56.103, domain=mayfield.sirena.org.uk, nis-domain=(none) <6>[ 14.012351] bootserver=192.168.56.254, rootserver=192.168.56.76, rootpath= <6>[ 14.012408] nameserver0=192.168.56.254 <6>[ 14.035619] ntpserver0=50.205.244.22, ntpserver1=85.199.214.99 <5>[ 14.046873] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 14.132752] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <4>[ 14.144290] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 14.162152] ALSA device list: <6>[ 14.169177] No soundcards found. <6>[ 14.176577] cfg80211: failed to load regulatory.db <6>[ 14.185751] uart-pl011 20201000.serial: no DMA platform data <6>[ 14.205123] Freeing unused kernel image (initmem) memory: 1024K <6>[ 14.215587] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u2 <4>[ 16.381586] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <3>[ 16.515285] bcm2835_vchiq 2000b840.mailbox: failed to set channelbase <6>[ 16.526054] vchiq: could not initialize vchiq platform <6>[ 17.541170] bcm2835-rng 20104000.rng: hwrng registered 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. IP-Config: eth0 hardware address b8:27:eb:bb:53:5b mtu 1500 DHCP IP-Config: eth0 complete (dhcp from 192.168.56.254): address: 192.168.56.103 broadcast: 192.168.56.255 netmask: 255.255.255.0 gateway: 192.168.56.254 dns0 : 192.168.56.254 dns1 : 0.0.0.0 domain : mayfield.sirena.org.uk rootserver: 192.168.56.254 rootpath: filename : done. Begin: Running /scripts/nfs-bottom ... done. Begin: Running /scripts/init-bottom ... done. <30>[ 19.437862] systemd[1]: System time before build time, advancing clock. <27>[ 19.520441] systemd[1]: Failed to find module 'autofs4' <30>[ 19.589117] systemd[1]: systemd 247.3-7+deb11u2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) <30>[ 19.629553] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m! <30>[ 19.706922] systemd[1]: Set hostname to . <30>[ 23.818626] systemd[1]: Queued start job for default target Graphical Interface. <28>[ 23.839432] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 23.860326] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 23.881522] systemd[1]: Created slice system-getty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m. <30>[ 23.924232] systemd[1]: Created slice system-modprobe.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m. <30>[ 23.964250] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m. <30>[ 24.013861] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. <30>[ 24.052887] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39mDispatch Password …ts to Console Directory Watch[0m. <30>[ 24.102847] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39mForward Password R…uests to Wall Directory Watch[0m. <30>[ 24.152306] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped. <30>[ 24.173364] systemd[1]: Reached target Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m. <30>[ 24.212750] systemd[1]: Reached target Paths. [[0;32m OK [0m] Reached target [0;1;39mPaths[0m. <30>[ 24.252076] systemd[1]: Reached target Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. <30>[ 24.291884] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target [0;1;39mSlices[0m. <30>[ 24.332236] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target [0;1;39mSwap[0m. <30>[ 24.374466] systemd[1]: Listening on initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. <30>[ 24.521692] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. <30>[ 24.542885] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. <30>[ 24.584202] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. <30>[ 24.626223] systemd[1]: Listening on Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. <30>[ 24.678886] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. <30>[ 24.724388] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. <30>[ 24.763708] systemd[1]: Condition check resulted in Huge Pages File System being skipped. <30>[ 24.780613] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped. <30>[ 24.811481] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... <30>[ 24.882181] systemd[1]: Mounting Kernel Trace File System... Mounting [0;1;39mKernel Trace File System[0m... <30>[ 24.955224] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped. <30>[ 25.109912] systemd[1]: Starting Load Kernel Module configfs... Starting [0;1;39mLoad Kernel Module configfs[0m... <30>[ 25.203476] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... <30>[ 25.313611] systemd[1]: Starting Load Kernel Module fuse... Starting [0;1;39mLoad Kernel Module fuse[0m... <30>[ 25.413861] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. <30>[ 25.467631] systemd[1]: Starting Journal Service... Starting [0;1;39mJournal Service[0m... <30>[ 25.566731] systemd[1]: Starting Load Kernel Modules... Starting [0;1;39mLoad Kernel Modules[0m... <30>[ 25.661713] systemd[1]: Starting Remount Root and Kernel File Systems... Starting [0;1;39mRemount Root and Kernel File Systems[0m... <30>[ 25.816248] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... <30>[ 25.959122] systemd[1]: Mounted Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. <30>[ 26.053446] systemd[1]: Mounted Kernel Trace File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m. <30>[ 26.106309] systemd[1]: modprobe@configfs.service: Succeeded. <30>[ 26.212591] systemd[1]: Finished Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. <30>[ 26.574478] systemd[1]: modprobe@drm.service: Succeeded. <30>[ 26.614436] systemd[1]: Finished Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. <30>[ 26.687393] systemd[1]: modprobe@fuse.service: Succeeded. <30>[ 26.741719] systemd[1]: Finished Load Kernel Module fuse. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. <30>[ 26.811408] systemd[1]: Finished Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. <30>[ 26.861632] systemd[1]: Finished Remount Root and Kernel File Systems. [[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m. <30>[ 26.926592] systemd[1]: Condition check resulted in FUSE Control File System being skipped. <30>[ 27.012266] systemd[1]: Mounting Kernel Configuration File System... Mounting [0;1;39mKernel Configuration File System[0m... <30>[ 27.143772] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. <30>[ 27.212009] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. <30>[ 27.337737] systemd[1]: Starting Load/Save Random Seed... Starting [0;1;39mLoad/Save Random Seed[0m... <30>[ 27.500373] systemd[1]: Starting Apply Kernel Variables... Starting [0;1;39mApply Kernel Variables[0m... <30>[ 27.613033] systemd[1]: Starting Create System Users... Starting [0;1;39mCreate System Users[0m... <30>[ 27.785888] systemd[1]: Mounted Kernel Configuration File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. <30>[ 27.996373] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started [0;1;39mJournal Service[0m. Starting [0;1;39mFlush Journal to Persistent Storage[0m... [[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. <46>[ 28.870854] systemd-journald[143]: Received client request to flush runtime journal. [[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m. Starting [0;1;39mCreate Static Device Nodes in /dev[0m... [[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m. [[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems (Pre)[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m. Starting [0;1;39mRule-based Manage…for Device Events and Files[0m... [[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. Starting [0;1;39mCreate Volatile Files and Directories[0m... [[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m. Starting [0;1;39mNetwork Service[0m... [[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m. Starting [0;1;39mNetwork Time Synchronization[0m... Starting [0;1;39mUpdate UTMP about System Boot/Shutdown[0m... [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Boot/Shutdown[0m. [[0;32m OK [0m] Started [0;1;39mNetwork Service[0m. Starting [0;1;39mNetwork Name Resolution[0m... [[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m. [[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Time Synchronized[0m. [[0;32m OK [0m] Started [0;1;39mDaily apt download activities[0m. [[0;32m OK [0m] Started [0;1;39mDaily apt upgrade and clean activities[0m. [[0;32m OK [0m] Started [0;1;39mPeriodic ext4 Onli…ata Check for All Filesystems[0m. [[0;32m OK [0m] Started [0;1;39mDiscard unused blocks once a week[0m. [[0;32m OK [0m] Reached target [0;1;39mTimers[0m. [[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m. [[0;32m OK [0m] Reached target [0;1;39mSockets[0m. [[0;32m OK [0m] Reached target [0;1;39mBasic System[0m. [[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m. Starting [0;1;39mRemove Stale Onli…t4 Metadata Check Snapshots[0m... Starting [0;1;39mUser Login Management[0m... [[0m[0;31m* [0m] (1 of 4) A start job is running for /dev/ttyAMA0 (17s / 1min 30s) M[K[[0;1;31m*[0m[0;31m* [0m] (1 of 4) A start job is running for /dev/ttyAMA0 (18s / 1min 30s) M[K[[0;32m OK [0m] Found device [0;1;39m/dev/ttyAMA0[0m. [K[[0;32m OK [0m] Finished [0;1;39mRemove Stale Onli…ext4 Metadata Check Snapshots[0m. [[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m. [[0;32m OK [0m] Reached target [0;1;39mNetwork[0m. [[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m. Starting [0;1;39mPermit User Sessions[0m... [[0;32m OK [0m] Started [0;1;39mUser Login Management[0m. [[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m. [[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m. [[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyAMA0[0m. [[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m. [[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m. [[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m. Starting [0;1;39mUpdate UTMP about System Runlevel Changes[0m... [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Runlevel Changes[0m. Debian GNU/Linux 11 debian-bullseye-armel ttyAMA0 debian-bullseye-armel login: root (automatic login) Linux debian-bullseye-armel 6.1.59-cip7 #1 Fri Oct 27 11:46:28 UTC 2023 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/203305/extract-nfsrootfs-v640x49b' export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/203305/extract-nfsrootfs-v640x49b' / # export NFS_SERVER_IP='192.168.56.76' export NFS_SERVER_IP='192.168.56.76' / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-203305/environment . /lava-203305/environment / # /lava-203305/bin/lava-test-runner /lava-203305/0 /lava-203305/bin/lava-test-runner /lava-203305/0 + export TESTRUN_ID=0_dmesg + cd /lava-203305/0/tests/0_dmesg + cat uuid + UUID=203305_1.6.2.<8>[ 57.857581] 4.1 + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 58.287324] <8>[ 58.617817] <8>[ 58.942846] + set +x <8>[ 58.955335] # / # #export SHELL=/bin/sh / # export SHELL=/bin/sh. /lava-203305/environment / # . /lava-203305/environment/lava-203305/bin/lava-test-runner /lava-203305/1 / # /lava-203305/bin/lava-test-runner /lava-203305/1 + export TESTRUN_ID=1_bootrr + cd /lava-203305/1/tests/1_bootrr + cat uuid + UUID=203305_1.6.2.<8>[ 59.933054] 4.5 + set +x + export PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-203305/1/../bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto 20902000.hdmi 20806000.vec 20c00000.v3d /lava-203305/1/../bin/lava-test-case <8>[ 61.412342] /lava-203305/1/../bin/lava-test-case <8>[ 61.677680] /lava-203305/1/../bin/lava-test-case <8>[ 61.818699] /lava-203305/1/../bin/lava-test-case <8>[ 62.095125] /lava-203305/1/../bin/lava-test-case <8>[ 62.345730] /lava-203305/1/../bin/lava-test-case <8>[ 62.530413] /lava-203305/1/../bin/lava-test-case <8>[ 62.760849] /lava-203305/1/../bin/lava-test-case <8>[ 62.929253] /lava-203305/1/../bin/lava-test-case <8>[ 64.185429] /lava-203305/1/../bin/lava-test-case <8>[ 65.432626] /lava-203305/1/../bin/lava-test-case <8>[ 66.678728] /lava-203305/1/../bin/lava-test-case <8>[ 66.882362] /lava-203305/1/../bin/lava-test-case <8>[ 67.146489] /lava-203305/1/../bin/lava-test-case <8>[ 67.347374] /lava-203305/1/../bin/lava-test-case <8>[ 67.609943] /lava-203305/1/../bin/lava-test-case <8>[ 67.809666] /lava-203305/1/../bin/lava-test-case <8>[ 68.070256] /lava-203305/1/../bin/lava-test-case <8>[ 68.277564] /lava-203305/1/../bin/lava-test-case <8>[ 68.538174] /lava-203305/1/../bin/lava-test-case <8>[ 68.741825] /lava-203305/1/../bin/lava-test-case <8>[ 69.009994] /lava-203305/1/../bin/lava-test-case <8>[ 69.209882] /lava-203305/1/../bin/lava-test-case <8>[ 69.476074] /lava-203305/1/../bin/lava-test-case <8>[ 69.692195] /lava-203305/1/../bin/lava-test-case <8>[ 69.945747] /lava-203305/1/../bin/lava-test-case <8>[ 70.164003] /lava-203305/1/../bin/lava-test-case <8>[ 70.429993] /lava-203305/1/../bin/lava-test-case <8>[ 70.696487] /lava-203305/1/../bin/lava-test-case <8>[ 70.951694] /lava-203305/1/../bin/lava-test-case <8>[ 71.158191] /lava-203305/1/../bin/lava-test-case <8>[ 71.388016] /lava-203305/1/../bin/lava-test-case <8>[ 71.577629] /lava-203305/1/../bin/lava-test-case <8>[ 71.806731] /lava-203305/1/../bin/lava-test-case <8>[ 71.987963] /lava-203305/1/../bin/lava-test-case <8>[ 72.248454] /lava-203305/1/../bin/lava-test-case <8>[ 72.434686] /lava-203305/1/../bin/lava-test-case <8>[ 72.679196] /lava-203305/1/../bin/lava-test-case <8>[ 72.859978] /lava-203305/1/../bin/lava-test-case <8>[ 73.101409] /lava-203305/1/../bin/lava-test-case <8>[ 73.287650] /lava-203305/1/../bin/lava-test-case <8>[ 73.532342] /lava-203305/1/../bin/lava-test-case <8>[ 73.719086] /lava-203305/1/../bin/lava-test-case <8>[ 73.952626] /lava-203305/1/../bin/lava-test-case <8>[ 74.163080] /lava-203305/1/../bin/lava-test-case <8>[ 74.395217] /lava-203305/1/../bin/lava-test-case <8>[ 74.589143] /lava-203305/1/../bin/lava-test-case <8>[ 74.822006] /lava-203305/1/../bin/lava-test-case <8>[ 75.021777] /lava-203305/1/../bin/lava-test-case <8>[ 75.251566] /lava-203305/1/../bin/lava-test-case <8>[ 75.471655] /lava-203305/1/../bin/lava-test-case <8>[ 75.672392] /lava-203305/1/../bin/lava-test-case <8>[ 75.914460] + set +x <8>[ 75.966962] / #