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... 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 (3817 ms) U-Boot> setenv serverip 192.168.56.75 setenv serverip 192.168.56.75 U-Boot> tftp 0x00080000 361554/tftp-deploy-bda3rg0r/kernel/zImage tftp 0x00080000 361554/tftp-deploy-bda3rg0r/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 '361554/tftp-deploy-bda3rg0r/kernel/zImage'. Load address: 0x80000 Loading: *################################################## 4.8 MiB 738.3 KiB/s done Bytes transferred = 5037768 (4cdec8 hex) U-Boot> tftp 0x02700000 361554/tftp-deploy-bda3rg0r/ramdisk/ramdisk.cpio.gz.uboot tftp 0x02700000 361554/tftp-deploy-bda3rg0r/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 '361554/tftp-deploy-bda3rg0r/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x2700000 Loading: *################################################## 4.5 MiB 704.1 KiB/s done Bytes transferred = 4689338 (478dba hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x02600000 361554/tftp-deploy-bda3rg0r/dtb/bcm2835-rpi-b-rev2.dtb tftp 0x02600000 361554/tftp-deploy-bda3rg0r/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 '361554/tftp-deploy-bda3rg0r/dtb/bcm2835-rpi-b-rev2.dtb'. Load address: 0x2600000 Loading: *################################################## 12.2 KiB 2 KiB/s done Bytes transferred = 12542 (30fe hex) U-Boot>setenv bootargs '115200 root=/dev/nfs rw nfsroot=192.168.56.75:/var/lib/lava/dispatcher/tmp/361554/extract-nfsrootfs-xbq7v789,tcp,hard console_msg_format=syslog earlycon ip=dhcp' setenv bootargs '115200 root=/dev/nfs rw nfsroot=192.168.56.75:/var/lib/lava/dispatcher/tmp/361554/extract-nfsrootfs-xbq7v789,tcp,hard console_msg_format=syslog earlycon ip=dhcp' U-Boot> bootz 0x00080000 0x02700000 0x02600000 bootz 0x00080000 0x02700000 0x02600000 Kernel image @ 0x080000 [ 0x000000 - 0x4cdec8 ] ## Loading init Ramdisk from Legacy Image at 02700000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 4689274 Bytes = 4.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 026060fd Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.281-cip96 (KernelCI@build-j1380365-arm-gcc-10-bcm2835-defconfig-vgzln) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1 Thu Apr 20 13:36:05 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] bootconsole [pl11] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] cma: Reserved 32 MiB at 0x1a000000 [ 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.75:/var/lib/lava/dispatcher/tmp/361554/extract-nfsrootfs-xbq7v789,tcp,hard console_msg_format=syslog earlycon ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) <6>[ 0.000000] Memory: 403668K/458752K available (8192K kernel code, 607K rwdata, 2348K rodata, 1024K init, 675K bss, 22316K reserved, 32768K cma-reserved) <5>[ 0.000000] Virtual kernel memory layout: <5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) <5>[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) <5>[ 0.000000] vmalloc : 0xdc800000 - 0xff800000 ( 560 MB) <5>[ 0.000000] lowmem : 0xc0000000 - 0xdc000000 ( 448 MB) <5>[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) <5>[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB) <5>[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB) <5>[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 608 kB) <5>[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 676 kB) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 27731 entries in 109 pages <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000029] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008788] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018564] bcm2835: system timer (irq = 27) <6>[ 0.023885] Console: colour dummy device 80x30 <6>[ 0.028743] console [tty0] enabled <6>[ 0.032481] bootconsole [pl11] disabled <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 4.19.281-cip96 (KernelCI@build-j1380365-arm-gcc-10-bcm2835-defconfig-vgzln) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1 Thu Apr 20 13:36:05 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] bootconsole [pl11] enabled <6>[ 0.000000] Memory policy: Data cache writeback <6>[ 0.000000] cma: Reserved 32 MiB at 0x1a000000 <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.75:/var/lib/lava/dispatcher/tmp/361554/extract-nfsrootfs-xbq7v789,tcp,hard console_msg_format=syslog earlycon ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) <6>[ 0.000000] Memory: 403668K/458752K available (8192K kernel code, 607K rwdata, 2348K rodata, 1024K init, 675K bss, 22316K reserved, 32768K cma-reserved) <5>[ 0.000000] Virtual kernel memory layout: <5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) <5>[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) <5>[ 0.000000] vmalloc : 0xdc800000 - 0xff800000 ( 560 MB) <5>[ 0.000000] lowmem : 0xc0000000 - 0xdc000000 ( 448 MB) <5>[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) <5>[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB) <5>[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB) <5>[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 608 kB) <5>[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 676 kB) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 27731 entries in 109 pages <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000029] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008788] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018564] bcm2835: system timer (irq = 27) <6>[ 0.023885] Console: colour dummy device 80x30 <6>[ 0.028743] console [tty0] enabled <6>[ 0.032481] bootconsole [pl11] disabled <6>[ 0.036716] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792) <6>[ 0.088864] pid_max: default: 32768 minimum: 301 <6>[ 0.089370] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) <6>[ 0.089428] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) <6>[ 0.090590] CPU: Testing write buffer coherency: ok <6>[ 0.092256] Setting up static identity map for 0x100000 - 0x100054 <6>[ 0.097669] devtmpfs: initialized <6>[ 0.105458] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5 <6>[ 0.105899] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.105978] futex hash table entries: 256 (order: -1, 3072 bytes) <6>[ 0.110756] pinctrl core: initialized pinctrl subsystem <6>[ 0.112339] NET: Registered protocol family 16 <6>[ 0.114485] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.119786] No ATAGs? <6>[ 0.119821] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers. <6>[ 0.119898] hw-breakpoint: maximum watchpoint size is 4 bytes. <6>[ 0.120339] Serial: AMBA PL011 UART driver <5>[ 0.143761] SCSI subsystem initialized <6>[ 0.144278] usbcore: registered new interface driver usbfs <6>[ 0.144431] usbcore: registered new interface driver hub <6>[ 0.144574] usbcore: registered new device driver usb <6>[ 0.145603] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.146488] Bluetooth: Core ver 2.22 <6>[ 0.146627] NET: Registered protocol family 31 <6>[ 0.146665] Bluetooth: HCI device and connection manager initialized <6>[ 0.146740] Bluetooth: HCI socket layer initialized <6>[ 0.146789] Bluetooth: L2CAP socket layer initialized <6>[ 0.146887] Bluetooth: SCO socket layer initialized <6>[ 0.147800] clocksource: Switched to clocksource timer <6>[ 0.237519] simple-framebuffer 1c006000.framebuffer: framebuffer at 0x1c006000, 0x10a800 bytes, mapped to 0x(ptrval) <6>[ 0.237630] simple-framebuffer 1c006000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624 <6>[ 0.246915] Console: switching to colour frame buffer device 82x26 <6>[ 0.260864] simple-framebuffer 1c006000.framebuffer: fb0: simplefb registered! <6>[ 0.292059] NET: Registered protocol family 2 <6>[ 0.298223] IP idents hash table entries: 8192 (order: 4, 65536 bytes) <6>[ 0.305230] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes) <6>[ 0.316562] TCP established hash table entries: 4096 (order: 2, 16384 bytes) <6>[ 0.322601] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) <6>[ 0.328629] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.334793] UDP hash table entries: 256 (order: 0, 4096 bytes) <6>[ 0.340905] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) <6>[ 0.347423] NET: Registered protocol family 1 <6>[ 0.354943] RPC: Registered named UNIX socket transport module. <6>[ 0.361356] RPC: Registered udp transport module. <6>[ 0.367493] RPC: Registered tcp transport module. <6>[ 0.373552] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.381145] Unpacking initramfs... <6>[ 0.933487] Freeing initrd memory: 4580K <4>[ 0.940496] hw perfevents: no irqs for PMU, sampling events not supported <6>[ 0.946870] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available <5>[ 0.961715] Initialise system trusted keyrings <6>[ 0.968555] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <6>[ 0.989832] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). <5>[ 1.007469] Key type asymmetric registered <5>[ 1.013767] Asymmetric key parser 'x509' registered <6>[ 1.019888] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) <6>[ 1.031598] io scheduler noop registered <6>[ 1.037447] io scheduler deadline registered <6>[ 1.043533] io scheduler cfq registered (default) <6>[ 1.049186] io scheduler mq-deadline registered <6>[ 1.054533] io scheduler kyber registered <6>[ 1.069891] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 1.083589] usbcore: registered new interface driver zd1211rw <6>[ 1.089253] usbcore: registered new interface driver lan78xx <6>[ 1.094519] usbcore: registered new interface driver asix <6>[ 1.099657] usbcore: registered new interface driver ax88179_178a <6>[ 1.104637] usbcore: registered new interface driver cdc_ether <6>[ 1.109623] usbcore: registered new interface driver smsc95xx <6>[ 1.114524] usbcore: registered new interface driver net1080 <6>[ 1.119389] usbcore: registered new interface driver cdc_subset <6>[ 1.124020] usbcore: registered new interface driver zaurus <6>[ 1.128713] usbcore: registered new interface driver cdc_ncm <6>[ 1.133778] usbcore: registered new interface driver usb-storage <6>[ 1.138395] i2c /dev entries driver <4>[ 1.144572] i2c-bcm2835 20805000.i2c: Could not read clock-frequency property <6>[ 1.155108] bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer <6>[ 1.160171] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.164411] sdhci: Copyright(c) Pierre Ossman <6>[ 1.273762] sdhost-bcm2835 20202000.mmc: loaded - DMA enabled (>1) <6>[ 1.278423] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.283532] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.288925] usbcore: registered new interface driver usbhid <6>[ 1.293254] usbhid: USB HID core driver <6>[ 1.298069] bcm2835-mbox 2000b880.mailbox: mailbox enabled <6>[ 1.304460] oprofile: using arm/armv6 <6>[ 1.310752] NET: Registered protocol family 10 <6>[ 1.317157] Segment Routing with IPv6 <6>[ 1.321850] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 1.327599] NET: Registered protocol family 17 <5>[ 1.334079] Loading compiled-in X.509 certificates <6>[ 1.345757] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2 <4>[ 1.676918] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 1.694828] mmc0: new high speed SDHC card at address aaaa <6>[ 1.700506] mmcblk0: mmc0:aaaa SU04G 3.69 GiB <6>[ 2.172108] console [ttyAMA0] enabled <6>[ 2.185450] raspberrypi-firmware soc:firmware: Attached to firmware from 1970-01-01 00:00 <6>[ 2.210196] mmcblk0: p1 p2 <4>[ 2.260175] dwc2 20980000.usb: dwc2_check_params: Invalid parameter lpm=1 <4>[ 2.273386] dwc2 20980000.usb: dwc2_check_params: Invalid parameter lpm_clock_gating=1 <4>[ 2.292974] dwc2 20980000.usb: dwc2_check_params: Invalid parameter besl=1 <4>[ 2.306141] dwc2 20980000.usb: dwc2_check_params: Invalid parameter hird_threshold_en=1 <6>[ 2.326544] dwc2 20980000.usb: DWC OTG Controller <6>[ 2.337542] dwc2 20980000.usb: new USB bus registered, assigned bus number 1 <6>[ 2.350920] dwc2 20980000.usb: irq 33, io mem 0x20980000 <6>[ 2.363989] hub 1-0:1.0: USB hub found <6>[ 2.374039] hub 1-0:1.0: 1 port detected <4>[ 2.386161] vc4_hdmi 20902000.hdmi: ignoring dependency for device, assuming no driver <4>[ 2.406493] vc4_vec 20806000.vec: ignoring dependency for device, assuming no driver <4>[ 2.426992] vc4_v3d 20c00000.v3d: ignoring dependency for device, assuming no driver <6>[ 2.777879] usb 1-1: new high-speed USB device number 2 using dwc2 <6>[ 3.039332] hub 1-1:1.0: USB hub found <6>[ 3.049705] hub 1-1:1.0: 3 ports detected <6>[ 3.377875] usb 1-1.1: new high-speed USB device number 3 using dwc2 <6>[ 3.522147] smsc95xx v1.0.6 <6>[ 3.628710] 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.605172] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup <6>[ 4.619525] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready <5>[ 5.347892] random: crng init done <6>[ 6.311626] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1 <6>[ 6.331869] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 6.357890] Sending DHCP requests ..., OK <6>[ 12.488741] IP-Config: Got DHCP answer from 192.168.56.254, my address is 192.168.56.106 <6>[ 12.510207] IP-Config: Complete: <6>[ 12.520308] 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>[ 12.544667] host=192.168.56.106, domain=mayfield.sirena.org.uk, nis-domain=(none) <6>[ 12.566591] bootserver=192.168.56.254, rootserver=192.168.56.75, rootpath= <6>[ 12.566605] nameserver0=192.168.56.254 <6>[ 12.599188] ntpserver0=50.205.244.22, ntpserver1=85.199.214.99 <5>[ 12.613308] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 12.695878] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <6>[ 12.710524] ALSA device list: <6>[ 12.720818] No soundcards found. <4>[ 12.731738] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 12.754513] cfg80211: failed to load regulatory.db <6>[ 12.766847] uart-pl011 20201000.serial: no DMA platform data <6>[ 12.787496] Freeing unused kernel memory: 1024K <6>[ 12.799663] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 <4>[ 14.379136] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 14.430892] bcm2835-rng 20104000.rng: hwrng registered <6>[ 14.538712] vchiq: vchiq_init_state: slot_zero = eaffd896, is_master = 0 <3>[ 14.635961] bcm2835_vchiq 2000b840.mailbox: failed to set channelbase <6>[ 14.649549] vchiq: could not load vchiq 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.106 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>[ 18.261603] systemd[1]: System time before build time, advancing clock. <27>[ 18.539563] systemd[1]: Failed to find module 'autofs4' <3>[ 18.561395] cgroup: cgroup2: unknown option \"memory_recursiveprot\" <30>[ 18.602273] systemd[1]: systemd 247.3-7+deb11u1 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>[ 18.654124] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m! <30>[ 18.733031] systemd[1]: Set hostname to . <30>[ 23.295304] systemd[1]: Queued start job for default target Graphical Interface. <28>[ 23.321676] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 23.348601] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 23.375679] systemd[1]: Created slice system-getty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m. <30>[ 23.420903] systemd[1]: Created slice system-modprobe.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m. <30>[ 23.470932] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m. <30>[ 23.520477] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. <30>[ 23.569565] 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>[ 23.629458] 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>[ 23.689050] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped. <30>[ 23.715801] systemd[1]: Reached target Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m. <30>[ 23.759531] systemd[1]: Reached target Paths. [[0;32m OK [0m] Reached target [0;1;39mPaths[0m. <30>[ 23.798920] systemd[1]: Reached target Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. <30>[ 23.838619] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target [0;1;39mSlices[0m. <30>[ 23.878809] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target [0;1;39mSwap[0m. <30>[ 23.920160] systemd[1]: Listening on initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. <30>[ 24.317676] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. <30>[ 24.343630] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. <30>[ 24.391318] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. <30>[ 24.433117] systemd[1]: Listening on Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. <30>[ 24.484954] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. <30>[ 24.530979] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. <30>[ 24.570470] systemd[1]: Condition check resulted in Huge Pages File System being skipped. <30>[ 24.591634] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped. <30>[ 24.621081] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... <30>[ 24.696931] systemd[1]: Mounting Kernel Trace File System... Mounting [0;1;39mKernel Trace File System[0m... <30>[ 24.771548] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped. <30>[ 24.825933] systemd[1]: Starting Load Kernel Module configfs... Starting [0;1;39mLoad Kernel Module configfs[0m... <30>[ 24.938706] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... <30>[ 25.020221] systemd[1]: Starting Load Kernel Module fuse... Starting [0;1;39mLoad Kernel Module fuse[0m... <30>[ 25.118537] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. <30>[ 25.174734] systemd[1]: Starting Journal Service... Starting [0;1;39mJournal Service[0m... <30>[ 25.420420] systemd[1]: Starting Load Kernel Modules... Starting [0;1;39mLoad Kernel Modules[0m... <30>[ 25.496589] systemd[1]: Starting Remount Root and Kernel File Systems... Starting [0;1;39mRemount Root and Kernel File Systems[0m... <30>[ 25.616730] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... <30>[ 25.849381] systemd[1]: Mounted Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. <30>[ 25.950475] systemd[1]: Mounted Kernel Trace File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m. <30>[ 26.023137] systemd[1]: modprobe@configfs.service: Succeeded. <30>[ 26.104086] systemd[1]: Finished Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. <30>[ 26.398413] systemd[1]: modprobe@drm.service: Succeeded. <30>[ 26.431800] systemd[1]: Finished Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. <30>[ 26.503479] systemd[1]: modprobe@fuse.service: Succeeded. <30>[ 26.560959] systemd[1]: Finished Load Kernel Module fuse. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. <30>[ 26.607994] systemd[1]: Finished Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. <30>[ 26.666123] 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.758939] systemd[1]: Condition check resulted in FUSE Control File System being skipped. <30>[ 26.849351] systemd[1]: Mounting Kernel Configuration File System... Mounting [0;1;39mKernel Configuration File System[0m... <30>[ 26.989572] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. <30>[ 27.108850] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. <30>[ 27.239799] systemd[1]: Starting Load/Save Random Seed... Starting [0;1;39mLoad/Save Random Seed[0m... <30>[ 27.326053] systemd[1]: Starting Apply Kernel Variables... Starting [0;1;39mApply Kernel Variables[0m... <30>[ 27.489421] systemd[1]: Starting Create System Users... Starting [0;1;39mCreate System Users[0m... <30>[ 27.662054] systemd[1]: Mounted Kernel Configuration File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. <30>[ 28.039989] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started [0;1;39mJournal Service[0m. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. Starting [0;1;39mFlush Journal to Persistent Storage[0m... [[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m. [[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. <46>[ 28.935768] systemd-journald[138]: Received client request to flush runtime journal. [[0m[0;31m* [0m] (1 of 3) A start job is running for /dev/ttyAMA0 (7s / 1min 30s) M[K[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m. [K Starting [0;1;39mCreate Static Device Nodes in /dev[0m... [[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[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;39mCreate Volatile Files and Directories[0m... Starting [0;1;39mRule-based Manage…for Device Events and Files[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] Found device [0;1;39m/dev/ttyAMA0[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... [[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…r Login Management (35s / 2min 3s) M[K[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m. [K[[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] Finished [0;1;39mRemove Stale Onli…ext4 Metadata Check Snapshots[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] Started [0;1;39mUser Login Management[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 4.19.281-cip96 #1 Thu Apr 20 13:36:05 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/361554/extract-nfsrootfs-xbq7v789' export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/361554/extract-nfsrootfs-xbq7v789' / # export NFS_SERVER_IP='192.168.56.75' export NFS_SERVER_IP='192.168.56.75' / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-361554/environment . /lava-361554/environment / # /lava-361554/bin/lava-test-runner /lava-361554/0 /lava-361554/bin/lava-test-runner /lava-361554/0 + export TESTRUN_ID=0_dmesg + cd /lava-361554/0/tests/0_dmesg + cat uuid + UUID=361554_1.6.2.<8>[ 75.731557] 4.1 + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 76.544967] <8>[ 78.217127] <8>[ 79.248982] + set +x <8>[ 79.262769] # / # #export SHELL=/bin/sh / # export SHELL=/bin/sh. /lava-361554/environment / # . /lava-361554/environment/lava-361554/bin/lava-test-runner /lava-361554/1 /lava-361554/bin/lava-test-runner /lava-361554/1 / # + export TESTRUN_ID=1_bootrr + cd /lava-361554/1/tests/1_bootrr + cat uuid + UUID=361554_1.6.2.<8>[ 94.215284] 4.5 + set +x + export PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-361554/1/../bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto /lava-361554/1/../bin/lava-test-case <8>[ 95.804191] /lava-361554/1/../bin/lava-test-case <8>[ 96.567497] /lava-361554/1/../bin/lava-test-case <8>[ 97.223908] /lava-361554/1/../bin/lava-test-case <8>[ 102.093252] /lava-361554/1/../bin/lava-test-case <8>[ 105.105276] /lava-361554/1/../bin/lava-test-case <8>[ 105.482088] /lava-361554/1/../bin/lava-test-case <8>[ 106.014710] /lava-361554/1/../bin/lava-test-case <8>[ 106.197255] /lava-361554/1/../bin/lava-test-case <8>[ 107.419641] /lava-361554/1/../bin/lava-test-case <8>[ 108.610720] /lava-361554/1/../bin/lava-test-case <8>[ 109.800556] /lava-361554/1/../bin/lava-test-case <8>[ 109.950815] /lava-361554/1/../bin/lava-test-case <8>[ 111.207531] /lava-361554/1/../bin/lava-test-case <8>[ 111.380570] /lava-361554/1/../bin/lava-test-case <8>[ 111.632510] /lava-361554/1/../bin/lava-test-case <8>[ 111.847049] /lava-361554/1/../bin/lava-test-case <8>[ 112.061544] /lava-361554/1/../bin/lava-test-case <8>[ 112.268441] /lava-361554/1/../bin/lava-test-case <8>[ 112.587191] /lava-361554/1/../bin/lava-test-case <8>[ 112.769299] /lava-361554/1/../bin/lava-test-case <8>[ 113.006070] /lava-361554/1/../bin/lava-test-case <8>[ 113.217775] /lava-361554/1/../bin/lava-test-case <8>[ 113.446214] /lava-361554/1/../bin/lava-test-case <8>[ 113.648655] /lava-361554/1/../bin/lava-test-case <8>[ 113.876106] /lava-361554/1/../bin/lava-test-case <8>[ 114.065544] /lava-361554/1/../bin/lava-test-case <8>[ 114.531680] /lava-361554/1/../bin/lava-test-case <8>[ 114.790844] /lava-361554/1/../bin/lava-test-case <8>[ 115.069827] /lava-361554/1/../bin/lava-test-case <8>[ 115.281791] /lava-361554/1/../bin/lava-test-case <8>[ 115.573739] /lava-361554/1/../bin/lava-test-case <8>[ 115.790418] /lava-361554/1/../bin/lava-test-case <8>[ 116.072815] /lava-361554/1/../bin/lava-test-case <8>[ 116.283976] /lava-361554/1/../bin/lava-test-case <8>[ 116.560103] /lava-361554/1/../bin/lava-test-case <8>[ 116.738434] /lava-361554/1/../bin/lava-test-case <8>[ 117.035953] /lava-361554/1/../bin/lava-test-case <8>[ 117.253734] /lava-361554/1/../bin/lava-test-case <8>[ 117.539482] /lava-361554/1/../bin/lava-test-case <8>[ 117.875185] /lava-361554/1/../bin/lava-test-case <8>[ 118.073704] /lava-361554/1/../bin/lava-test-case <8>[ 118.230716] /lava-361554/1/../bin/lava-test-case <8>[ 118.446740] /lava-361554/1/../bin/lava-test-case <8>[ 118.604104] /lava-361554/1/../bin/lava-test-case <8>[ 118.801540] /lava-361554/1/../bin/lava-test-case <8>[ 118.977229] /lava-361554/1/../bin/lava-test-case <8>[ 119.173686] /lava-361554/1/../bin/lava-test-case <8>[ 120.409698] /lava-361554/1/../bin/lava-test-case <8>[ 121.656317] /lava-361554/1/../bin/lava-test-case <8>[ 121.816763] /lava-361554/1/../bin/lava-test-case <8>[ 122.002059] /lava-361554/1/../bin/lava-test-case <8>[ 122.269486] + set +x <8>[ 122.307479] / #