Trying 192.168.56.216... Connected to conserv5. Escape character is '^]'. ser2net port telnet,3000 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.1:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 16 2024 - 01:00:03 +0000) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 63 devices, 14 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: USB DWC2 scanning bus usb@7e980000 for devices... 3 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp Waiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.103 (3814 ms) U-Boot> setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 U-Boot> tftp 0x00080000 651491/tftp-deploy-f1f5_rie/kernel/zImage tftp 0x00080000 651491/tftp-deploy-f1f5_rie/kernel/zImage Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.39; our IP address is 192.168.56.103 Filename '651491/tftp-deploy-f1f5_rie/kernel/zImage'. Load address: 0x80000 Loading: *################################################## 5.5 MiB 842.8 KiB/s done Bytes transferred = 5818744 (58c978 hex) U-Boot> tftp 0x02700000 651491/tftp-deploy-f1f5_rie/ramdisk/ramdisk.cpio.gz.uboot tftp 0x02700000 651491/tftp-deploy-f1f5_rie/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.39; our IP address is 192.168.56.103 Filename '651491/tftp-deploy-f1f5_rie/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x2700000 Loading: *################################################## 5.5 MiB 850.6 KiB/s done Bytes transferred = 5733110 (577af6 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x02600000 651491/tftp-deploy-f1f5_rie/dtb/bcm2835-rpi-b-rev2.dtb tftp 0x02600000 651491/tftp-deploy-f1f5_rie/dtb/bcm2835-rpi-b-rev2.dtb Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.39; our IP address is 192.168.56.103 Filename '651491/tftp-deploy-f1f5_rie/dtb/bcm2835-rpi-b-rev2.dtb'. Load address: 0x2600000 Loading: *################################################## 12.5 KiB 2 KiB/s done Bytes transferred = 12847 (322f hex) U-Boot> setenv bootargs '115200 root=/dev/nfs rw nfsroot=192.168.56.39:/var/lib/lava/dispatcher/tmp/651491/extract-nfsrootfs-tbobhehd,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs '115200 root=/dev/nfs rw nfsroot=192.168.56.39:/var/lib/lava/dispatcher/tmp/651491/extract-nfsrootfs-tbobhehd,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 - 0x58c978 ] ## Loading init Ramdisk from Legacy Image at 02700000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 5733046 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 Working FDT set to 2600000 Using Device Tree in place at 02600000, end 0260622e Working FDT set to 2600000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.211-cip44 (KernelCI@build-j126954-arm-gcc-10-bcm2835-defconfig-fhxkq) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 Fri Mar 1 19:07:39 UTC 2024 [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache [ 0.000000] OF: fdt: Machine model: Raspberry Pi Model B Rev 2 [ 0.000000] earlycon: pl11 at MMIO 0x20201000 (options '115200n8') [ 0.000000] printk: bootconsole [pl11] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Reserved memory: created CMA memory pool at 0x18000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] 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.39:/var/lib/lava/dispatcher/tmp/651491/extract-nfsrootfs-tbobhehd,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 367768K/458752K available (8192K kernel code, 1595K rwdata, 3256K rodata, 1024K init, 709K bss, 25448K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 32766 entries in 97 pages <6>[ 0.000000] ftrace: allocated 96 pages with 2 groups <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000034] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008744] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018465] bcm2835: system timer (irq = 27) <6>[ 0.023871] Console: colour dummy device 80x30 <6>[ 0.028707] printk: console [tty0] enabled <6>[ 0.033124] printk: bootconsole [pl11] disabled <6>[ 0.000000] Booting Linux on physical CPU 0x0 <5>[ 0.000000] Linux version 5.10.211-cip44 (KernelCI@build-j126954-arm-gcc-10-bcm2835-defconfig-fhxkq) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 Fri Mar 1 19:07:39 UTC 2024 <6>[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d <6>[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache <6>[ 0.000000] OF: fdt: Machine model: Raspberry Pi Model B Rev 2 <6>[ 0.000000] earlycon: pl11 at MMIO 0x20201000 (options '115200n8') <6>[ 0.000000] printk: bootconsole [pl11] enabled <6>[ 0.000000] Memory policy: Data cache writeback <6>[ 0.000000] Reserved memory: created CMA memory pool at 0x18000000, size 64 MiB <6>[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool <6>[ 0.000000] Zone ranges: <6>[ 0.000000] DMA [mem 0x0000000000000000-0x000000001bffffff] <6>[ 0.000000] Normal empty <6>[ 0.000000] Movable zone start for each node <6>[ 0.000000] Early memory node ranges <6>[ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff] <6>[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001bffffff] <6>[ 0.000000] CPU: All CPU(s) started in SVC mode. <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113792 <5>[ 0.000000] Kernel command line: 115200 root=/dev/nfs rw nfsroot=192.168.56.39:/var/lib/lava/dispatcher/tmp/651491/extract-nfsrootfs-tbobhehd,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 367768K/458752K available (8192K kernel code, 1595K rwdata, 3256K rodata, 1024K init, 709K bss, 25448K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 32766 entries in 97 pages <6>[ 0.000000] ftrace: allocated 96 pages with 2 groups <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000034] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008744] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018465] bcm2835: system timer (irq = 27) <6>[ 0.023871] Console: colour dummy device 80x30 <6>[ 0.028707] printk: console [tty0] enabled <6>[ 0.033124] printk: bootconsole [pl11] disabled <6>[ 0.038038] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792) <6>[ 0.088840] CPU: Testing write buffer coherency: ok <6>[ 0.088971] pid_max: default: 32768 minimum: 301 <6>[ 0.089543] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.089615] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.093003] Setting up static identity map for 0x100000 - 0x100054 <6>[ 0.095520] devtmpfs: initialized <6>[ 0.104889] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5 <6>[ 0.105380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.105467] futex hash table entries: 256 (order: -1, 3072 bytes, linear) <6>[ 0.114473] pinctrl core: initialized pinctrl subsystem <6>[ 0.117253] NET: Registered protocol family 16 <6>[ 0.119997] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.125538] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.126334] No ATAGs? <6>[ 0.126439] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers. <6>[ 0.126481] hw-breakpoint: maximum watchpoint size is 4 bytes. <6>[ 0.127102] Serial: AMBA PL011 UART driver <6>[ 0.161773] Kprobes globally optimized <5>[ 0.173701] SCSI subsystem initialized <6>[ 0.174380] usbcore: registered new interface driver usbfs <6>[ 0.174556] usbcore: registered new interface driver hub <6>[ 0.174703] usbcore: registered new device driver usb <4>[ 0.175131] usb_phy_generic phy: supply vcc not found, using dummy regulator <4>[ 0.175601] usb_phy_generic phy: dummy supplies not allowed for exclusive requests <6>[ 0.176079] mc: Linux media interface: v0.10 <6>[ 0.176252] videodev: Linux video capture interface: v2.00 <6>[ 0.176747] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.177940] Bluetooth: Core ver 2.22 <6>[ 0.178145] NET: Registered protocol family 31 <6>[ 0.178196] Bluetooth: HCI device and connection manager initialized <6>[ 0.178259] Bluetooth: HCI socket layer initialized <6>[ 0.178311] Bluetooth: L2CAP socket layer initialized <6>[ 0.178394] Bluetooth: SCO socket layer initialized <6>[ 0.179568] clocksource: Switched to clocksource timer <6>[ 0.545843] simple-framebuffer 1eaa9000.framebuffer: framebuffer at 0x1eaa9000, 0x151800 bytes, mapped to 0x(ptrval) <6>[ 0.545964] simple-framebuffer 1eaa9000.framebuffer: format=a8r8g8b8, mode=720x480x32, linelength=2880 <6>[ 0.557656] Console: switching to colour frame buffer device 90x30 <6>[ 0.574866] simple-framebuffer 1eaa9000.framebuffer: fb0: simplefb registered! <6>[ 0.604292] NET: Registered protocol family 2 <6>[ 0.611534] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 0.619962] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.633798] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.641175] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.648586] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.656176] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.663859] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.672129] NET: Registered protocol family 1 <6>[ 0.681307] RPC: Registered named UNIX socket transport module. <6>[ 0.688972] RPC: Registered udp transport module. <6>[ 0.696446] RPC: Registered tcp transport module. <6>[ 0.703629] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.713923] Unpacking initramfs... <6>[ 1.463079] Freeing initrd memory: 5600K <4>[ 1.471316] hw perfevents: no irqs for PMU, sampling events not supported <6>[ 1.478689] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available <5>[ 1.488886] Initialise system trusted keyrings <6>[ 1.496911] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <6>[ 1.521944] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). <5>[ 1.694427] Key type asymmetric registered <5>[ 1.702375] Asymmetric key parser 'x509' registered <6>[ 1.710203] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) <6>[ 1.717944] io scheduler mq-deadline registered <6>[ 1.725569] io scheduler kyber registered <6>[ 1.745862] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 1.763641] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 1.777517] usbcore: registered new interface driver zd1211rw <6>[ 1.785257] usbcore: registered new interface driver lan78xx <6>[ 1.792624] usbcore: registered new interface driver asix <6>[ 1.799858] usbcore: registered new interface driver ax88179_178a <6>[ 1.806706] usbcore: registered new interface driver cdc_ether <6>[ 1.813427] usbcore: registered new interface driver smsc95xx <6>[ 1.819805] usbcore: registered new interface driver net1080 <6>[ 1.825893] usbcore: registered new interface driver cdc_subset <6>[ 1.831886] usbcore: registered new interface driver zaurus <6>[ 1.837714] usbcore: registered new interface driver cdc_ncm <6>[ 1.844211] usbcore: registered new interface driver usb-storage <6>[ 1.850002] i2c /dev entries driver <4>[ 1.859842] i2c-bcm2835 20805000.i2c: Could not read clock-frequency property <6>[ 1.869464] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 1.876112] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.881947] sdhci: Copyright(c) Pierre Ossman <6>[ 1.888145] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.896125] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.902809] usbcore: registered new interface driver usbhid <6>[ 1.908500] usbhid: USB HID core driver <6>[ 1.914460] bcm2835-mbox 2000b880.mailbox: mailbox enabled <6>[ 1.923711] NET: Registered protocol family 10 <6>[ 1.931605] Segment Routing with IPv6 <6>[ 1.937139] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 1.944119] NET: Registered protocol family 17 <6>[ 1.950211] oprofile: using arm/armv6 <5>[ 1.956125] Loading compiled-in X.509 certificates <6>[ 1.974393] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2 <6>[ 2.028041] sdhost-bcm2835 20202000.mmc: loaded - DMA enabled (>1) <6>[ 2.807100] printk: console [ttyAMA0] enabled <6>[ 2.822902] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:42:39 <3>[ 2.857202] debugfs: Directory '20902000.hdmi' with parent 'vc4-hdmi' already present! <6>[ 2.882635] vc4-drm soc:gpu: bound 20902000.hdmi (ops vc4_hdmi_ops) <6>[ 2.896539] vc4-drm soc:gpu: bound 20806000.vec (ops vc4_vec_ops) <6>[ 2.910959] vc4-drm soc:gpu: bound 20400000.hvs (ops vc4_hvs_ops) <6>[ 2.924795] vc4-drm soc:gpu: bound 20004000.txp (ops vc4_txp_ops) <6>[ 2.938781] vc4-drm soc:gpu: bound 20206000.pixelvalve (ops vc4_crtc_ops) <6>[ 2.953366] vc4-drm soc:gpu: bound 20207000.pixelvalve (ops vc4_crtc_ops) <6>[ 2.969166] vc4-drm soc:gpu: bound 20807000.pixelvalve (ops vc4_crtc_ops) <6>[ 2.983353] vc4-drm soc:gpu: bound 20c00000.v3d (ops vc4_v3d_ops) <6>[ 2.997498] fb0: switching to vc4drmfb from simple <6>[ 3.010078] Console: switching to colour dummy device 80x30 <6>[ 3.020839] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0 <4>[ 3.065035] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 3.065476] mmc0: new SDHC card at address e624 <6>[ 3.070641] Console: switching to colour frame buffer device 90x30 <6>[ 3.071317] mmcblk0: mmc0:e624 SD16G 14.8 GiB <6>[ 3.078871] mmcblk0: p1 p2 <6>[ 3.131420] vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device <4>[ 3.142357] dwc2 20980000.usb: supply vusb_d not found, using dummy regulator <4>[ 3.153501] dwc2 20980000.usb: supply vusb_a not found, using dummy regulator <6>[ 3.216767] dwc2 20980000.usb: DWC OTG Controller <6>[ 3.225126] dwc2 20980000.usb: new USB bus registered, assigned bus number 1 <6>[ 3.235745] dwc2 20980000.usb: irq 33, io mem 0x20980000 <6>[ 3.246414] hub 1-0:1.0: USB hub found <6>[ 3.253697] hub 1-0:1.0: 1 port detected <6>[ 3.609709] usb 1-1: new high-speed USB device number 2 using dwc2 <6>[ 3.861507] hub 1-1:1.0: USB hub found <6>[ 3.868599] hub 1-1:1.0: 3 ports detected <6>[ 4.189729] usb 1-1.1: new high-speed USB device number 3 using dwc2 <6>[ 4.334296] smsc95xx v2.0.0 <6>[ 4.526743] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL) <6>[ 4.545859] 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.627679] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup <6>[ 4.660605] smsc95xx 1-1.1:1.0 eth0: Link is Down <5>[ 6.099769] random: crng init done <6>[ 6.742899] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off <6>[ 6.769838] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 6.799733] Sending DHCP requests ..., OK <6>[ 12.687777] IP-Config: Got DHCP answer from 192.168.56.254, my address is 192.168.56.103 <6>[ 12.703031] IP-Config: Complete: <6>[ 12.710169] 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>[ 12.727801] host=192.168.56.103, domain=mayfield.sirena.org.uk, nis-domain=(none) <6>[ 12.743052] bootserver=192.168.56.254, rootserver=192.168.56.39, rootpath= <6>[ 12.743107] nameserver0=192.168.56.254 <6>[ 12.762686] ntpserver0=50.205.244.22, ntpserver1=85.199.214.99 <5>[ 12.774161] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 12.854558] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 12.870133] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 12.886683] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 12.904307] ALSA device list: <6>[ 12.911644] cfg80211: failed to load regulatory.db <6>[ 12.920785] #0: vc4-hdmi <6>[ 12.927951] uart-pl011 20201000.serial: no DMA platform data <6>[ 12.947837] Freeing unused kernel memory: 1024K <6>[ 12.957028] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u4 <4>[ 15.233930] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 15.322055] bcm2835-rng 20104000.rng: hwrng registered <4>[ 16.578291] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. <4>[ 16.630534] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 16.692240] bcm2835_audio bcm2835_audio: card created with 8 channels <4>[ 16.724062] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/nfs-top ... done. Begin: Running /scripts/nfs-premount ... Waiting up to 60 secs for any ethernet to become available Device /sys/class/net/eth0 found done. 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>[ 18.694028] systemd[1]: System time before build time, advancing clock. <27>[ 18.778236] systemd[1]: Failed to find module 'autofs4' <30>[ 18.859197] systemd[1]: systemd 247.3-7+deb11u4 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.896450] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m! <30>[ 18.965565] systemd[1]: Set hostname to . <30>[ 23.222045] systemd[1]: Queued start job for default target Graphical Interface. <28>[ 23.239079] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 23.260590] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 23.282635] systemd[1]: Created slice system-getty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m. <30>[ 23.323066] systemd[1]: Created slice system-modprobe.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m. <30>[ 23.363079] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m. <30>[ 23.412841] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. <30>[ 23.451656] 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.501629] 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.551267] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped. <30>[ 23.572729] systemd[1]: Reached target Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m. <30>[ 23.611345] systemd[1]: Reached target Paths. [[0;32m OK [0m] Reached target [0;1;39mPaths[0m. <30>[ 23.650662] systemd[1]: Reached target Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. <30>[ 23.690595] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target [0;1;39mSlices[0m. <30>[ 23.730783] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target [0;1;39mSwap[0m. <30>[ 23.773436] systemd[1]: Listening on initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. <30>[ 23.920877] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. <30>[ 23.942514] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. <30>[ 23.983277] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. <30>[ 24.025422] systemd[1]: Listening on Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. <30>[ 24.078029] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. <30>[ 24.123266] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. <30>[ 24.162626] systemd[1]: Condition check resulted in Huge Pages File System being skipped. <30>[ 24.180132] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped. <30>[ 24.211152] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... <30>[ 24.278628] systemd[1]: Mounting Kernel Trace File System... Mounting [0;1;39mKernel Trace File System[0m... <30>[ 24.321041] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped. <30>[ 24.446174] systemd[1]: Starting Load Kernel Module configfs... Starting [0;1;39mLoad Kernel Module configfs[0m... <30>[ 24.609460] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... <30>[ 24.744513] systemd[1]: Starting Load Kernel Module fuse... Starting [0;1;39mLoad Kernel Module fuse[0m... <30>[ 24.820505] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. <30>[ 24.887425] systemd[1]: Starting Journal Service... Starting [0;1;39mJournal Service[0m... <30>[ 25.000180] systemd[1]: Starting Load Kernel Modules... Starting [0;1;39mLoad Kernel Modules[0m... <30>[ 25.094678] systemd[1]: Starting Remount Root and Kernel File Systems... Starting [0;1;39mRemount Root and Kernel File Systems[0m... <30>[ 25.229447] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... <30>[ 25.378909] systemd[1]: Mounted Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. <30>[ 25.482378] systemd[1]: Mounted Kernel Trace File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m. <30>[ 25.575522] systemd[1]: modprobe@configfs.service: Succeeded. <30>[ 25.684782] systemd[1]: Finished Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. <30>[ 26.025883] systemd[1]: modprobe@drm.service: Succeeded. <30>[ 26.080405] systemd[1]: Finished Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. <30>[ 26.145927] systemd[1]: modprobe@fuse.service: Succeeded. <30>[ 26.200384] systemd[1]: Finished Load Kernel Module fuse. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. <30>[ 26.240094] systemd[1]: Finished Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. <30>[ 26.286981] 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.355422] systemd[1]: Condition check resulted in FUSE Control File System being skipped. <30>[ 26.480486] systemd[1]: Mounting Kernel Configuration File System... Mounting [0;1;39mKernel Configuration File System[0m... <30>[ 26.574960] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. <30>[ 26.641049] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. <30>[ 26.781553] systemd[1]: Starting Load/Save Random Seed... Starting [0;1;39mLoad/Save Random Seed[0m... <30>[ 26.912266] systemd[1]: Starting Apply Kernel Variables... Starting [0;1;39mApply Kernel Variables[0m... <30>[ 27.098974] systemd[1]: Starting Create System Users... Starting [0;1;39mCreate System Users[0m... <30>[ 27.324885] systemd[1]: Mounted Kernel Configuration File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. <30>[ 27.785142] systemd[1]: Finished Load/Save Random Seed. [[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. <30>[ 27.870068] systemd[1]: Finished Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. <30>[ 27.902814] systemd[1]: Condition check resulted in First Boot Complete being skipped. <30>[ 28.091933] 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;39mColdplug All udev Devices[0m. <46>[ 30.242735] systemd-journald[150]: Received client request to flush runtime journal. [[0m[0;31m* [0m] (1 of 3) A start job is running for…reate System Users (7s / 1min 33s) M[K[[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…reate System Users (8s / 1min 33s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…reate System Users (8s / 1min 33s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 3) A start job is running for…Persistent Storage (9s / 1min 34s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 3) A start job is running for…Persistent Storage (9s / 1min 34s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (2 of 3) A start job is running for…ersistent Storage (10s / 1min 34s) M[K[ [0;31m*[0;1;31m*[0m] (3 of 3) A start job is running for /dev/ttyAMA0 (10s / 1min 30s) M[K[ [0;31m*[0m] (3 of 3) A start job is running for /dev/ttyAMA0 (11s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m] (3 of 3) A start job is running for /dev/ttyAMA0 (11s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (1 of 3) A start job is running for…eate System Users (12s / 1min 33s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…eate System Users (12s / 1min 33s) M[K[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. [K[[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;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] 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;32m OK [0m] Found device [0;1;39m/dev/ttyAMA0[0m. [[0;32m OK [0m] Reached target [0;1;39mSound Card[0m. [[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] 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 5.10.211-cip44 #1 Fri Mar 1 19:07:39 UTC 2024 armv6l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. / # / # export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/651491/extract-nfsrootfs-tbobhehd' export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/651491/extract-nfsrootfs-tbobhehd' / # export NFS_SERVER_IP='192.168.56.39' export NFS_SERVER_IP='192.168.56.39' / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-651491/environment . /lava-651491/environment / # /lava-651491/bin/lava-test-runner /lava-651491/0 /lava-651491/bin/lava-test-runner /lava-651491/0 + export TESTRUN_ID=0_dmesg + cd /lava-651491/0/tests/0_dmesg + cat uuid + UUID=651491_1.6.2.4<8>[ 65.387509] .1 + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 65.809927] <8>[ 66.180446] <8>[ 66.524812] + set +x <8>[ 66.537520] # / # #export SHELL=/bin/sh / # export SHELL=/bin/sh. /lava-651491/environment / # . /lava-651491/environment/lava-651491/bin/lava-test-runner /lava-651491/1 / # /lava-651491/bin/lava-test-runner /lava-651491/1 + export TESTRUN_ID=1_bootrr + cd /lava-651491/1/tests/1_bootrr + cat uuid + UUID=651491_1.6.2.4<8>[ 67.552796] .5 + set +x + export PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-651491/1/../bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto /lava-651491/1/../bin/lava-test-case <8>[ 67.981174] /lava-651491/1/../bin/lava-test-case <8>[ 68.263986] /lava-651491/1/../bin/lava-test-case <8>[ 68.431450] /lava-651491/1/../bin/lava-test-case <8>[ 68.729536] /lava-651491/1/../bin/lava-test-case <8>[ 68.995381] /lava-651491/1/../bin/lava-test-case <8>[ 69.185999] /lava-651491/1/../bin/lava-test-case <8>[ 69.436239] /lava-651491/1/../bin/lava-test-case <8>[ 69.619952] /lava-651491/1/../bin/lava-test-case <8>[ 70.866704] /lava-651491/1/../bin/lava-test-case <8>[ 72.090140] /lava-651491/1/../bin/lava-test-case <8>[ 73.337975] /lava-651491/1/../bin/lava-test-case <8>[ 73.530855] /lava-651491/1/../bin/lava-test-case <8>[ 73.780673] /lava-651491/1/../bin/lava-test-case <8>[ 73.963335] /lava-651491/1/../bin/lava-test-case <8>[ 74.221092] /lava-651491/1/../bin/lava-test-case <8>[ 74.412105] /lava-651491/1/../bin/lava-test-case <8>[ 74.674388] /lava-651491/1/../bin/lava-test-case <8>[ 74.865843] /lava-651491/1/../bin/lava-test-case <8>[ 75.107888] /lava-651491/1/../bin/lava-test-case <8>[ 75.324274] /lava-651491/1/../bin/lava-test-case <8>[ 75.575584] /lava-651491/1/../bin/lava-test-case <8>[ 75.787331] /lava-651491/1/../bin/lava-test-case <8>[ 76.020976] /lava-651491/1/../bin/lava-test-case <8>[ 76.241540] /lava-651491/1/../bin/lava-test-case <8>[ 76.478011] /lava-651491/1/../bin/lava-test-case <8>[ 76.684852] /lava-651491/1/../bin/lava-test-case <8>[ 77.014029] /lava-651491/1/../bin/lava-test-case <8>[ 77.384520] /lava-651491/1/../bin/lava-test-case <8>[ 77.750713] /lava-651491/1/../bin/lava-test-case <8>[ 78.121102] /lava-651491/1/../bin/lava-test-case <8>[ 78.422979] /lava-651491/1/../bin/lava-test-case <8>[ 78.742733] /lava-651491/1/../bin/lava-test-case <8>[ 79.090543] /lava-651491/1/../bin/lava-test-case <8>[ 79.355210] /lava-651491/1/../bin/lava-test-case <8>[ 79.708032] /lava-651491/1/../bin/lava-test-case <8>[ 80.097672] /lava-651491/1/../bin/lava-test-case <8>[ 80.515773] /lava-651491/1/../bin/lava-test-case <8>[ 80.856913] /lava-651491/1/../bin/lava-test-case <8>[ 81.322085] /lava-651491/1/../bin/lava-test-case <8>[ 81.572041] /lava-651491/1/../bin/lava-test-case <8>[ 82.090095] /lava-651491/1/../bin/lava-test-case <8>[ 82.340083] /lava-651491/1/../bin/lava-test-case <8>[ 82.721873] /lava-651491/1/../bin/lava-test-case <8>[ 83.041719] /lava-651491/1/../bin/lava-test-case <8>[ 83.364653] /lava-651491/1/../bin/lava-test-case <8>[ 83.691777] /lava-651491/1/../bin/lava-test-case <8>[ 84.006187] /lava-651491/1/../bin/lava-test-case <8>[ 84.191418] /lava-651491/1/../bin/lava-test-case <8>[ 84.447803] /lava-651491/1/../bin/lava-test-case <8>[ 84.672881] /lava-651491/1/../bin/lava-test-case <8>[ 84.859947] /lava-651491/1/../bin/lava-test-case <8>[ 85.119467] + set +x <8>[ 85.147251] / # <