Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3003 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.4:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 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 ethernet@7d580000 Waiting for PHY auto negotiation to complete.... 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.192 (3891 ms) U-Boot> setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 U-Boot> tftp 0x00080000 542387/tftp-deploy-2t2ojthy/kernel/Image tftp 0x00080000 542387/tftp-deploy-2t2ojthy/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.192 Filename '542387/tftp-deploy-2t2ojthy/kernel/Image'. Load address: 0x80000 Loading: *################################################## 36.1 MiB 17.1 MiB/s done Bytes transferred = 37835264 (2415200 hex) U-Boot> tftp 0x06700000 542387/tftp-deploy-2t2ojthy/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 542387/tftp-deploy-2t2ojthy/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.192 Filename '542387/tftp-deploy-2t2ojthy/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *################################################## 17.7 MiB 13.7 MiB/s done Bytes transferred = 18603028 (11bdc14 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 542387/tftp-deploy-2t2ojthy/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 542387/tftp-deploy-2t2ojthy/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.192 Filename '542387/tftp-deploy-2t2ojthy/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 26.8 KiB 4.4 MiB/s done Bytes transferred = 27434 (6b2a hex) U-Boot> setenv bootargs 'console=ttyS1,115200n8 root=/dev/nfs rw nfsroot=192.168.56.39:/var/lib/lava/dispatcher/tmp/542387/extract-nfsrootfs-n18afyop,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyS1,115200n8 root=/dev/nfs rw nfsroot=192.168.56.39:/var/lib/lava/dispatcher/tmp/542387/extract-nfsrootfs-n18afyop,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> booti 0x00080000 0x06700000 0x06400000 booti 0x00080000 0x06700000 0x06400000 Moving Image from 0x80000 to 0x200000, end=26c0000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 18602964 Bytes = 17.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 06400000 Booting using the fdt blob at 0x6400000 Working FDT set to 6400000 Loading Ramdisk to 38d6a000, end 39f27bd4 ... OK Loading Device Tree to 0000000038d60000, end 0000000038d69b29 ... OK Working FDT set to 38d60000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.1.75-cip14-rt8 (KernelCI@build-j97374-arm64-gcc-10-defconfig-f2xfv) (aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT Sun Feb 4 04:02:44 UTC 2024 [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000034c00000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] earlycon: bcm2835aux0 at MMIO32 0x00000000fe215040 (options '115200n8') [ 0.000000] printk: bootconsole [bcm2835aux0] enabled [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x7fbf6a00-0x7fbf8fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] percpu: Embedded 20 pages/cpu s44840 r8192 d28888 u81920 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v3a [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 496944 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: console=ttyS1,115200n8 root=/dev/nfs rw nfsroot=192.168.56.39:/var/lib/lava/dispatcher/tmp/542387/extract-nfsrootfs-n18afyop,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: area num 4. <6>[ 0.000000] software IO TLB: mapped [mem 0x0000000030c00000-0x0000000034c00000] (64MB) <6>[ 0.000000] Memory: 1791360K/2019328K available (16192K kernel code, 3732K rwdata, 9336K rodata, 7552K init, 609K bss, 162432K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Preemptible hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. <6>[ 0.000000] Trampoline variant of Tasks RCU enabled. <6>[ 0.000000] Tracing variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 <6>[ 0.000000] Root IRQ handler: gic_handle_irq <6>[ 0.000000] GIC: Using split EOI/Deactivate mode <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns <6>[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns <6>[ 0.008668] Console: colour dummy device 80x25 <6>[ 0.013515] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024350] pid_max: default: 32768 minimum: 301 <6>[ 0.029355] LSM: Security Framework initializing <6>[ 0.034409] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042185] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052232] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.059838] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.066360] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.073946] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.080693] rcu: Hierarchical SRCU implementation. <6>[ 0.080697] rcu: Max phase no-delay instances is 1000. <6>[ 0.080769] printk: bootconsole [bcm2835aux0] printing thread started <6>[ 0.100647] EFI services will not be available. <6>[ 0.100948] smp: Bringing up secondary CPUs ... <6>[ 0.101495] Detected PIPT I-cache on CPU1 <6>[ 0.101625] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.122886] Detected PIPT I-cache on CPU2 <6>[ 0.122991] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.123569] Detected PIPT I-cache on CPU3 <6>[ 0.123674] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.123762] smp: Brought up 1 node, 4 CPUs <6>[ 0.123772] SMP: Total of 4 processors activated. <6>[ 0.123777] CPU features: detected: 32-bit EL0 Support <6>[ 0.123780] CPU features: detected: 32-bit EL1 Support <6>[ 0.123786] CPU features: detected: CRC32 instructions <6>[ 0.123873] CPU: All CPU(s) started at EL2 <6>[ 0.123896] alternatives: applying system-wide alternatives <6>[ 0.129748] devtmpfs: initialized <6>[ 0.136372] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.136398] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.138236] pinctrl core: initialized pinctrl subsystem <6>[ 0.140244] DMI not present or invalid. <6>[ 0.141051] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.142204] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.142533] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.142687] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.142748] audit: initializing netlink subsys (disabled) <5>[ 0.142905] audit: type=2000 audit(0.104:1): state=initialized audit_enabled=0 res=1 <6>[ 0.144152] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.144158] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.144232] cpuidle: using governor menu <6>[ 0.144475] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.144591] ASID allocator initialised with 32768 entries <6>[ 0.146524] Serial: AMBA PL011 UART driver <6>[ 0.169841] KASLR enabled <6>[ 0.180571] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.180579] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.180586] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.180591] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.180596] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.180600] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.180606] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.180610] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.354236] printk: console [ttyS1] printing thread started 6><6>[ 0.354249] printk: console [ttyS1] enabled [ 0.183970] ACPI: Interpreter disabled. <6>[ 0.354256] printk: bootconsole [bcm2835aux0] disabled <6>[ 0.368735] printk: bootconsole [bcm2835aux0] printing thread stopped <6>[ 0.370849] SuperH (H)SCI(F) driver initialized <6>[ 0.371504] msm_serial: driver initialized <6>[ 0.383916] loop: module loaded <6>[ 0.385349] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 0.386652] megasas: 07.719.03.00-rc1 <6>[ 0.394180] tun: Universal TUN/TAP device driver, 1.6 <6>[ 0.395298] thunder_xcv, ver 1.0 <6>[ 0.395338] thunder_bgx, ver 1.0 <6>[ 0.395379] nicpf, ver 1.0 <6>[ 0.397042] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 0.397049] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 0.397107] hclge is initializing <6>[ 0.397127] e1000: Intel(R) PRO/1000 Network Driver <6>[ 0.397131] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 0.397170] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 0.397174] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 0.397220] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 0.397224] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 0.397257] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 0.397261] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 0.397696] sky2: driver version 1.30 <6>[ 0.399120] VFIO - User Level meta-driver version: 0.3 <6>[ 0.403386] usbcore: registered new interface driver usb-storage <6>[ 0.407115] i2c_dev: i2c /dev entries driver <6>[ 0.409916] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 0.410284] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 0.414693] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 0.417386] sdhci: Secure Digital Host Controller Interface driver <6>[ 0.417394] sdhci: Copyright(c) Pierre Ossman <6>[ 0.418347] Synopsys Designware Multimedia Card Interface Driver <6>[ 0.419658] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 0.425088] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 0.428087] usbcore: registered new interface driver usbhid <6>[ 0.428097] usbhid: USB HID core driver <6>[ 0.429493] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 0.437043] NET: Registered PF_PACKET protocol family <6>[ 0.437213] 9pnet: Installing 9P2000 support <5>[ 0.437276] Key type dns_resolver registered <6>[ 0.437714] registered taskstats version 1 <5>[ 0.437743] Loading compiled-in X.509 certificates <6>[ 0.446269] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 <6>[ 0.446458] serial serial0: tty port ttyAMA0 registered <6>[ 0.448949] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <3>[ 0.450862] uart-pl011 fe201000.serial: Failed to create device link (0x180) with soc:firmware:gpio <4>[ 0.453305] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 0.453460] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 0.554057] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 0.565945] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 0.598539] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 0.611305] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <6>[ 0.611453] Trying to probe devices needed for running init ... <6>[ 0.684811] mmc0: new high speed SDIO card at address 0001 <6>[ 0.714230] mmc1: new ultra high speed DDR50 SDXC card at address aaaa <6>[ 0.715043] mmcblk1: mmc1:aaaa SD256 238 GiB <6>[ 0.717222] mmcblk1: p1 p2 <6>[ 1.559574] Freeing initrd memory: 18164K <6>[ 12.904156] ALSA device list: <6>[ 12.904165] No soundcards found. <6>[ 12.910556] Freeing unused kernel memory: 7552K <6>[ 12.910684] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u2 <6>[ 13.558404] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 13.558438] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 13.558500] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <6>[ 13.558532] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 <6>[ 13.578321] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 13.578344] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 13.578357] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 13.578398] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 <6>[ 13.578485] pci 0000:00:00.0: PME# supported from D0 D3hot <4>[ 13.581303] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator <4>[ 13.581489] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator <4>[ 13.581543] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator <6>[ 13.595006] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <6>[ 13.648378] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) <6>[ 13.648525] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 <6>[ 13.648615] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] <6>[ 13.648936] pci 0000:01:00.0: PME# supported from D0 D3hot <6>[ 13.660210] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] <6>[ 13.660238] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] <6>[ 13.660262] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 13.660271] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <6>[ 13.660572] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 13.660769] pcieport 0000:00:00.0: PME: Signaling with IRQ 37 <6>[ 13.665234] iproc-rng200 fe104000.rng: hwrng registered <6>[ 13.668729] pcieport 0000:00:00.0: AER: enabled with IRQ 37 <5>[ 13.763851] cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>[ 13.787915] Bluetooth: Core ver 2.22 <6>[ 13.791963] NET: Registered PF_BLUETOOTH protocol family <6>[ 13.791975] Bluetooth: HCI device and connection manager initialized <6>[ 13.792028] Bluetooth: HCI socket layer initialized <6>[ 13.792048] Bluetooth: L2CAP socket layer initialized <6>[ 13.792072] Bluetooth: SCO socket layer initialized <5>[ 13.796993] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 13.798005] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 13.798128] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 13.798145] cfg80211: failed to load regulatory.db <6>[ 13.808207] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 13.821770] Bluetooth: HCI UART driver ver 2.3 <6>[ 13.821791] Bluetooth: HCI UART protocol H4 registered <6>[ 13.821882] Bluetooth: HCI UART protocol LL registered <6>[ 13.822282] Bluetooth: HCI UART protocol Broadcom registered <6>[ 13.822335] Bluetooth: HCI UART protocol QCA registered <6>[ 13.822382] Bluetooth: HCI UART protocol Marvell registered <4>[ 13.827431] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <4>[ 13.827725] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 13.848966] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) <6>[ 13.857364] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <4>[ 13.857641] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 <4>[ 13.857718] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <6>[ 13.862494] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 13.868351] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 13.868671] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <6>[ 13.868880] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 13.869080] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 13.869276] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 13.869420] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 13.871500] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 <6>[ 13.871840] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 13.874233] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 13.874312] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 13.883969] [drm] Initialized v3d 1.0.0 20180419 for fec00000.gpu on minor 1 <6>[ 13.952240] uart-pl011 fe201000.serial: no DMA platform data <6>[ 14.102494] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 14.102536] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 14.102991] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 Begin: L<6>[ 14.103811] xhci_hcd 0000:01:00.0: xHCI Host Controller oading e<6>[ 14.103828] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 ssential<6>[ 14.103841] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed drivers<6>[ 14.104435] hub 1-0:1.0: USB hub found ... don<6>[ 14.104465] hub 1-0:1.0: 1 port detected e. Begi<6>[ 14.105248] hub 2-0:1.0: USB hub found n: Runni<6>[ 14.105277] hub 2-0:1.0: 4 ports detected ng /scripts/init-premount ... done. Begin: Moun<6>[ 14.168502] Bluetooth: hci0: BCM: chip id 107 ting roo<6>[ 14.168771] Bluetooth: hci0: BCM: features 0x2f t file s<6>[ 14.170240] Bluetooth: hci0: BCM4345C0 ystem ..<6>[ 14.170249] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 . Begin:<3>[ 14.170343] Bluetooth: hci0: BCM: firmware Patch file not found, tried: Running<3>[ 14.170346] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' /script<3>[ 14.170348] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' s/nfs-to<3>[ 14.170349] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,4-model-b.hcd' p ... do<3>[ 14.170351] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' ne. 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 d8:3a:dd:bb:5b:df mtu 1500 DHCP <6>[ 14.292297] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) <6>[ 14.344733] bcmgenet fd580000.ethernet eth0: Link is Down <6>[ 14.364001] usb 1-1: new high-speed USB device number 2 using xhci_hcd <6>[ 14.515634] hub 1-1:1.0: USB hub found <6>[ 14.515940] hub 1-1:1.0: 4 ports detected <3>[ 14.868391] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 IP-Config: no response after 2 secs - giving up IP-Config: eth0 hardware address d8:3a:dd:bb:5b:df mtu 1500 DHCP <6>[ 18.440376] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off IP-Config: no response after 3 secs - giving up IP-Config: eth0 hardware address d8:3a:dd:bb:5b:df mtu 1500 DHCP IP-Config: eth0 complete (dhcp from 192.168.56.254): address: 192.168.56.192 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>[ 23.048458] systemd[1]: System time before build time, advancing clock. <6>[ 23.079880] NET: Registered PF_INET6 protocol family <6>[ 23.081129] Segment Routing with IPv6 <6>[ 23.081161] In-situ OAM (IOAM) with IPv6 <30>[ 23.115928] 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>[ 23.116380] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m! <30>[ 23.162094] systemd[1]: Set hostname to . <30>[ 23.652948] systemd[1]: Queued start job for default target Graphical Interface. <5>[ 23.979987] random: crng init done [[0;32m<30>[ 23.996899] systemd[1]: Created slice system-getty.slice. OK [0m] Created slice [0;1;39msystem-getty.slice[0m. [[0;32m<30>[ 24.020643] systemd[1]: Created slice system-modprobe.slice. OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m. [[0;32m OK [0m] Created slice [0;1;<30>[ 24.044913] systemd[1]: Created slice system-serial\x2dgetty.slice. 39msystem-serial\x2dgetty.slice[0m. [[0;32m<30>[ 24.069054] systemd[1]: Created slice User and Session Slice. OK [0m] Created slice [0;1;39mUser and Session Slice[0m. [[0;32m OK [0m] Started [0;1;39mDis<30>[ 24.092428] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. patch Password …ts to Console Directory Watch[0m. [[0;32m OK [0m] Started [0;1;39mForward Pas<30>[ 24.120386] systemd[1]: Started Forward Password Requests to Wall Directory Watch. sword R…uests to Wall Directory Watch[0m. [[0;32m OK [0m] Reached target [0;1;39mLoca<30>[ 24.148232] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped. l Encryp<30>[ 24.148390] systemd[1]: Reached target Local Encrypted Volumes. ted Volumes[0m. [[0;32m OK [0m] Reached target [0;1;39mPath<30>[ 24.184231] systemd[1]: Reached target Paths. s[0m. [[0;32m OK [0m] Reached target [0;1;39mRemo<30>[ 24.204134] systemd[1]: Reached target Remote File Systems. te File Systems[0m. [[0;32m OK [0m] Reached target [0;1;39mSlic<30>[ 24.224105] systemd[1]: Reached target Slices. es[0m. [[0;32m OK [0m] Reached target [0;1;39mSwap<30>[ 24.244129] systemd[1]: Reached target Swap. [0m. [[0;32m OK [0m] Listening on [0;1;3<30>[ 24.264538] systemd[1]: Listening on initctl Compatibility Named Pipe. 9minitctl Compatibility Named Pipe[0m. [[0;32m OK [0m] Listening on<30>[ 24.289393] systemd[1]: Listening on Journal Audit Socket. [0;1;39mJournal Audit Socket[0m. [[0;32m OK [0m] Listening on [0;1;3<30>[ 24.313030] systemd[1]: Listening on Journal Socket (/dev/log). 9mJournal Socket (/dev/log)[0m. [[0;32m OK [0m] Listening on [0;1;3<30>[ 24.336757] systemd[1]: Listening on Journal Socket. 9mJournal Socket[0m. [[0;32m OK [0m] Listening on<30>[ 24.357177] systemd[1]: Listening on Network Service Netlink Socket. [0;1;39mNetwork Service Netlink Socket[0m. [[0;32m OK [0m] Listening on [0;1;3<30>[ 29.556395] systemd[1]: Listening on udev Control Socket. 9mudev Control Socket[0m. [[0;32m OK [0m] Listening on [0;1;39mudev K<30>[ 33.648323] systemd[1]: Listening on udev Kernel Socket. ernel Socket[0m. Mounting [0;1;39mHuge <30>[ 33.692298] systemd[1]: Mounting Huge Pages File System... Pages File System[0m... Mounting [0;1;39mPOSIX<30>[ 33.716552] systemd[1]: Mounting POSIX Message Queue File System... Message Queue File System[0m... <30>[ 33.743500] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... <30>[ 33.764440] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. Starting [0;1;39mCreat<30>[ 33.880472] systemd[1]: Starting Create list of static device nodes for the current kernel... e list of st…odes for the current kernel[0m... Starting [0;1;<30>[ 33.912750] systemd[1]: Starting Load Kernel Module configfs... 39mLoad Kernel Module configfs[0m... <30>[ 33.939427] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... Startin<30>[ 33.963183] systemd[1]: Starting Load Kernel Module fuse... g [0;1;39mLoad Kernel Module fuse[0m... <30>[ 46.706255] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. Starting [0;1;39mJournal Servi<30>[ 46.736426] systemd[1]: Starting Journal Service... ce[0m... Starting [0;1;39mLoad Kernel M<30>[ 64.660480] systemd[1]: Starting Load Kernel Modules... odules[0m... Starting [0;1;39mRemount Root and Kern<30>[ 64.684253] systemd[1]: Starting Remount Root and Kernel File Systems... el File Systems[0m... <30>[ 64.711548] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... [[0;32m OK [<30>[ 64.974645] systemd[1]: Finished Create list of static device nodes for the current kernel. 0m] Finished [0;1;39mCreate list of st… nodes for the current kernel[0m. <30>[ 65.149761] systemd[1]: modprobe@configfs.service: Succeeded. <30>[ 65.153859] systemd[1]: Finished Load Kernel Module configfs. [[0;32m<6>[ 65.159240] fuse: init (API version 7.37) OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. [[0;32m<30>[ 65.179384] systemd[1]: modprobe@drm.service: Succeeded. OK [<30>[ 65.181561] systemd[1]: Finished Load Kernel Module drm. 0m] Finished [0;1;39mLoad Kernel Module drm[0m. [[0;32m OK [0m] Fini<30>[ 65.209680] systemd[1]: modprobe@fuse.service: Succeeded. shed [0<30>[ 65.210742] systemd[1]: Finished Load Kernel Module fuse. ;1;39mLoad Kernel Module fuse[0m. [[0;32m OK [0m] Moun<30>[ 65.242260] systemd[1]: Mounted Huge Pages File System. ted [0;1;39mHuge Pages File System[0m. [[0;32m OK [0m] Mounted [0;1;39mPOS<30>[ 65.268534] systemd[1]: Mounted POSIX Message Queue File System. IX Message Queue File System[0m. [[0;32m OK [0m] Started [0;1;39mJou<30>[ 65.292517] systemd[1]: Started Journal Service. rnal Service[0m. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. [[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m. Mounting [0;1;39mFUSE Control File System[0m... Mounting [0;1;39mKernel Configuration File System[0m... Starting [0;1;39mFlush Journal to Persistent Storage[0m... Starting [0;1;39mLoad/Save Random Seed[0m...<46>[ 65.462372] systemd-journald[228]: Received client request to flush runtime journal. Starting [0;1;39mApply Kernel Variables[0m... Starting [0;1;39mCreate System Users[0m... [[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m. [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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. [[0m[0;31m* [0m] (1 of 3) A start job is running for…ersistent Storage (44s / 2min 11s) M[K[[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…ersistent Storage (44s / 2min 11s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…ersistent Storage (45s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 3) A start job is running for /dev/ttyS1 (45s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 3) A start job is running for /dev/ttyS1 (46s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (2 of 3) A start job is running for /dev/ttyS1 (46s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m] (3 of 3) A start job is running for…eate System Users (47s / 2min 11s) M[K[ [0;31m*[0m] (3 of 3) A start job is running for…eate System Users (47s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m] (3 of 3) A start job is running for…eate System Users (48s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (1 of 3) A start job is running for…ersistent Storage (48s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…ersistent Storage (49s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…ersistent Storage (49s / 2min 11s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 3) A start job is running for /dev/ttyS1 (50s / 1min 30s) M[K[[0;1;31m*[0m[0;31m* [0m] (2 of 3) A start job is running for /dev/ttyS1 (50s / 1min 30s) M[K[[0m[0;31m* [0m] (2 of 3) A start job is running for /dev/ttyS1 (51s / 1min 30s) M[K[[0;1;31m*[0m[0;31m* [0m] (3 of 3) A start job is running for…eate System Users (51s / 2min 11s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (3 of 3) A start job is running for…eate System Users (52s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (3 of 3) A start job is running for…eate System Users (52s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…ersistent Storage (53s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (1 of 3) A start job is running for…ersistent Storage (53s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m] (1 of 3) A start job is running for…ersistent Storage (54s / 2min 11s) M[K[ [0;31m*[0m] (2 of 3) A start job is running for /dev/ttyS1 (54s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m] (2 of 3) A start job is running for /dev/ttyS1 (55s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (2 of 3) A start job is running for /dev/ttyS1 (55s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (3 of 3) A start job is running for…eate System Users (56s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (3 of 3) A start job is running for…eate System Users (56s / 2min 11s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (3 of 3) A start job is running for…eate System Users (57s / 2min 11s) M[K[[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…ersistent Storage (57s / 2min 11s) M[K[[0m[0;31m* [0m] (1 of 3) A start job is running for…ersistent Storage (58s / 2min 11s) M[K[[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running for…ersistent Storage (58s / 2min 11s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 3) A start job is running for /dev/ttyS1 (59s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 3) A start job is running for /dev/ttyS1 (59s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 3) A start job is running for /dev/ttyS1 (1min / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (3 of 3) A start job is running for…ate System Users (1min / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m] (3 of 3) A start job is running for… System Users (1min 1s / 2min 11s) M[K[ [0;31m*[0m] (3 of 3) A start job is running for… System Users (1min 1s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m] (1 of 3) A start job is running for…stent Storage (1min 2s / 2min 11s) M[K[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. [K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 4s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 4s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for… System Users (1min 5s / 2min 11s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for… System Users (1min 5s / 2min 11s) M[K[[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for… System Users (1min 6s / 2min 11s) M[K[[0m[0;31m* [0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 6s / 1min 30s) M[K[[0;1;31m*[0m[0;31m* [0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 7s / 1min 30s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 7s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for… System Users (1min 8s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for… System Users (1min 8s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (2 of 2) A start job is running for… System Users (1min 9s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 9s / 1min 30s) M[K[ [0;31m*[0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 10s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 10s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (2 of 2) A start job is running for…System Users (1min 11s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for…System Users (1min 11s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for…System Users (1min 12s / 2min 11s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 12s / 1min 30s) M[K[[0;1;31m*[0m[0;31m* [0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 13s / 1min 30s) M[K[[0m[0;31m* [0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 13s / 1min 30s) M[K[[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for…System Users (1min 14s / 2min 11s) M[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for…System Users (1min 14s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) A start job is running for…System Users (1min 15s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 15s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 16s / 1min 30s) M[K[ [0;31m*[0;1;31m*[0m] (1 of 2) A start job is running for /dev/ttyS1 (1min 16s / 1min 30s) M[K[ [0;31m*[0m] (2 of 2) A start job is running for…System Users (1min 17s / 2min 11s) M[K[ [0;31m*[0;1;31m*[0m] (2 of 2) A start job is running for…System Users (1min 17s / 2min 11s) 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;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] Started [0;1;39mNetwork Service[0m. Starting [0;1;39mNetwork Name Resolution[0m... [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Boot/Shutdown[0m. [[0;32m OK [0m] Reached target [0;1;39mBluetooth[0m. [[0;32m OK [0m] Found device [0;1;39m/dev/ttyS1[0m. [[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m. [[0;32m OK [0m] Reached target [0;1;39mSound Card[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] Reached target [0;1;39mHardware activated USB gadget[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] Listening on [0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch[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] Started [0;1;39mNetwork Name Resolution[0m. [[0;32m OK [0m] Finished [0;1;39mRemove Stale Onli…ext4 Metadata Check Snapshots[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;39mLoad/Save RF Kill Switch Status[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 ttyS1[0m. [[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m. [[0;32m OK [0m] Started [0;1;39mLoad/Save RF Kill Switch Status[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-arm64 ttyS1 debian-bullseye-arm64 login: root (automatic login) Linux debian-bullseye-arm64 6.1.75-cip14-rt8 #1 SMP PREEMPT Sun Feb 4 04:02:44 UTC 2024 aarch64 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/542387/extract-nfsrootfs-n18afyop' export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/542387/extract-nfsrootfs-n18afyop' / # export NFS_SERVER_IP='192.168.56.39' export NFS_SERVER_IP='192.168.56.39' / # # # / # export SHELL=/bin/bash export SHELL=/bin/bash / # . /lava-542387/environment . /lava-542387/environment / # /lava-542387/bin/lava-test-runner /lava-542387/0 /lava-542387/bin/lava-test-runner /lava-542387/0 + export TESTRUN_ID=0_timesync-off + TESTRUN_ID=0_timesync-off + cd /lava-542387/0/tests/0_timesync-off ++ cat uuid + UUID=542387_1.6.2.4.1 + set +x + systemctl stop systemd-timesyncd + set +x + export TESTRUN_ID=1_kselftest-arm64 + TESTRUN_ID=1_kselftest-arm64 + cd /lava-542387/0/tests/1_kselftest-arm64 ++ cat uuid + UUID=542387_1.6.2.4.5 + set +x + cd ./automated/linux/kselftest/ + ./kselftest.sh -c arm64 -T '' -t kselftest_armhf.tar.gz -s True -u http://storage.kernelci.org/cip-gitlab/ci-pavel-linux-test/v6.1.75-cip14-132-g6e54756fbd6c2/arm64/defconfig/gcc-10/kselftest.tar.xz -L '' -S /dev/null -b bcm2711-rpi-4-b -g cip-gitlab -e '' -p /opt/kselftests/mainline/ -n 1 -i 1 INFO: install_deps skipped --2024-02-04 04:31:03-- http://storage.kernelci.org/cip-gitlab/ci-pavel-linux-test/v6.1.75-cip14-132-g6e54756fbd6c2/arm64/defconfig/gcc-10/kselftest.tar.xz Resolving storage.kernelci.org (storage.kernelci.org)... 20.171.243.82 Connecting to storage.kernelci.org (storage.kernelci.org)|20.171.243.82|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2965228 (2.8M) [application/octet-stream] Saving to: 'kselftest.tar.xz' kselftest.tar.xz 0%[ ] 0 --.-KB/s kselftest.tar.xz 1%[ ] 44.73K 159KB/s kselftest.tar.xz 7%[> ] 212.07K 375KB/s kselftest.tar.xz 30%[=====> ] 887.07K 1.02MB/s kselftest.tar.xz 100%[===================>] 2.83M 2.77MB/s in 1.0s 2024-02-04 04:31:04 (2.77 MB/s) - 'kselftest.tar.xz' saved [2965228/2965228] skiplist: ======================================== ======================================== arm64:tags_test arm64:run_tags_test.sh arm64:fake_sigreturn_bad_magic arm64:fake_sigreturn_bad_size arm64:fake_sigreturn_bad_size_for_magic0 arm64:fake_sigreturn_duplicated_fpsimd arm64:fake_sigreturn_misaligned_sp arm64:fake_sigreturn_missing_fpsimd arm64:fake_sigreturn_sme_change_vl arm64:fake_sigreturn_sve_change_vl arm64:mangle_pstate_invalid_compat_toggle arm64:mangle_pstate_invalid_daif_bits arm64:mangle_pstate_invalid_mode_el1h arm64:mangle_pstate_invalid_mode_el1t arm64:mangle_pstate_invalid_mode_el2h arm64:mangle_pstate_invalid_mode_el2t arm64:mangle_pstate_invalid_mode_el3h arm64:mangle_pstate_invalid_mode_el3t arm64:sme_trap_no_sm arm64:sme_trap_non_streaming arm64:sme_trap_za arm64:sme_vl arm64:ssve_regs arm64:sve_regs arm64:sve_vl arm64:za_no_regs arm64:za_regs arm64:pac arm64:fp-stress arm64:sve-ptrace arm64:sve-probe-vls arm64:vec-syscfg arm64:za-fork arm64:za-ptrace arm64:check_buffer_fill arm64:check_child_memory arm64:check_gcr_el1_cswitch arm64:check_ksm_options arm64:check_mmap_options arm64:check_prctl arm64:check_tags_inclusion arm64:check_user_mem arm64:btitest arm64:nobtitest arm64:hwcap arm64:ptrace arm64:syscall-abi arm64:tpidr2 ============== Tests to run =============== arm64:tags_test arm64:run_tags_test.sh arm64:fake_sigreturn_bad_magic arm64:fake_sigreturn_bad_size arm64:fake_sigreturn_bad_size_for_magic0 arm64:fake_sigreturn_duplicated_fpsimd arm64:fake_sigreturn_misaligned_sp arm64:fake_sigreturn_missing_fpsimd arm64:fake_sigreturn_sme_change_vl arm64:fake_sigreturn_sve_change_vl arm64:mangle_pstate_invalid_compat_toggle arm64:mangle_pstate_invalid_daif_bits arm64:mangle_pstate_invalid_mode_el1h arm64:mangle_pstate_invalid_mode_el1t arm64:mangle_pstate_invalid_mode_el2h arm64:mangle_pstate_invalid_mode_el2t arm64:mangle_pstate_invalid_mode_el3h arm64:mangle_pstate_invalid_mode_el3t arm64:sme_trap_no_sm arm64:sme_trap_non_streaming arm64:sme_trap_za arm64:sme_vl arm64:ssve_regs arm64:sve_regs arm64:sve_vl arm64:za_no_regs arm64:za_regs arm64:pac arm64:fp-stress arm64:sve-ptrace arm64:sve-probe-vls arm64:vec-syscfg arm64:za-fork arm64:za-ptrace arm64:check_buffer_fill arm64:check_child_memory arm64:check_gcr_el1_cswitch arm64:check_ksm_options arm64:check_mmap_options arm64:check_prctl arm64:check_tags_inclusion arm64:check_user_mem arm64:btitest arm64:nobtitest arm64:hwcap arm64:ptrace arm64:syscall-abi arm64:tpidr2 ===========End Tests to run =============== shardfile-arm64 pass <12>[ 306.145279] kselftest: Running tests in arm64 TAP version 13 1..48 # selftests: arm64: tags_test ok 1 selftests: arm64: tags_test # selftests: arm64: run_tags_test.sh # -------------------- # running tags test # -------------------- # [PASS] ok 2 selftests: arm64: run_tags_test.sh # selftests: arm64: fake_sigreturn_bad_magic # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # 4560 byte GOOD CONTEXT grabbed from sig_copyctx handler # Handled SIG_COPYCTX # Available space:3568 # Using badly built context - ERR: BAD MAGIC ! # SIG_OK -- SP:0xFFFFC1780090 si_addr@:0xffffc1780090 si_code:2 token@:0xffffc177ee30 offset:-4704 # ==>> completed. PASS(1) # # FAKE_SIGRETURN_BAD_MAGIC :: Trigger a sigreturn with a sigframe with a bad magic # Calling sigreturn with fake sigframe sized:4688 at SP @FFFFC177EE30 ok 3 selftests: arm64: fake_sigreturn_bad_magic # selftests: arm64: fake_sigreturn_bad_size # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # 4560 byte GOOD CONTEXT grabbed from sig_copyctx handler # Handled SIG_COPYCTX # Available space:3568 # uc context validated. # Using badly built context - ERR: Bad size for esr_context # SIG_OK -- SP:0xFFFFD0425220 si_addr@:0xffffd0425220 si_code:2 token@:0xffffd0423fc0 offset:-4704 # ==>> completed. PASS(1) # # FAKE_SIGRETURN_BAD_SIZE :: Triggers a sigreturn with a overrun __reserved area # Calling sigreturn with fake sigframe sized:4688 at SP @FFFFD0423FC0 ok 4 selftests: arm64: fake_sigreturn_bad_size # selftests: arm64: fake_sigreturn_bad_size_for_magic0 # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # 4560 byte GOOD CONTEXT grabbed from sig_copyctx handler # Handled SIG_COPYCTX # Available space:3568 # Using badly built context - ERR: Bad size for terminator # SIG_OK -- SP:0xFFFFD7842E90 si_addr@:0xffffd7842e90 si_code:2 token@:0xffffd7841c30 offset:-4704 # ==>> completed. PASS(1) # # FAKE_SIGRETURN_BAD_SIZE_FOR_TERMINATOR :: Trigger a sigreturn using non-zero size terminator # Calling sigreturn with fake sigframe sized:4688 at SP @FFFFD7841C30 ok 5 selftests: arm64: fake_sigreturn_bad_size_for_magic0 # selftests: arm64: fake_sigreturn_duplicated_fpsimd # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # 4560 byte GOOD CONTEXT grabbed from sig_copyctx handler # Handled SIG_COPYCTX # Available space:3568 # Using badly built context - ERR: Multiple FPSIMD_MAGIC # SIG_OK -- SP:0xFFFFCC129480 si_addr@:0xffffcc129480 si_code:2 token@:0xffffcc128220 offset:-4704 # ==>> completed. PASS(1) # # FAKE_SIGRETURN_DUPLICATED_FPSIMD :: Triggers a sigreturn including two fpsimd_context # Calling sigreturn with fake sigframe sized:4688 at SP @FFFFCC128220 ok 6 selftests: arm64: fake_sigreturn_duplicated_fpsimd # selftests: arm64: fake_sigreturn_misaligned_sp # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # 4560 byte GOOD CONTEXT grabbed from sig_copyctx handler # Handled SIG_COPYCTX # SIG_OK -- SP:0xFFFFE559AD63 si_addr@:0xffffe559ad63 si_code:2 token@:0xffffe559ad63 offset:0 # ==>> completed. PASS(1) # # FAKE_SIGRETURN_MISALIGNED_SP :: Triggers a sigreturn with a misaligned sigframe # Calling sigreturn with fake sigframe sized:4688 at SP @FFFFE559AD63 ok 7 selftests: arm64: fake_sigreturn_misaligned_sp # selftests: arm64: fake_sigreturn_missing_fpsimd # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # 4560 byte GOOD CONTEXT grabbed from sig_copyctx handler # Handled SIG_COPYCTX # Mangling template header. Spare space:4096 # Using badly built context - ERR: Missing FPSIMD # SIG_OK -- SP:0xFFFFE69AFF00 si_addr@:0xffffe69aff00 si_code:2 token@:0xffffe69aeca0 offset:-4704 # ==>> completed. PASS(1) # # FAKE_SIGRETURN_MISSING_FPSIMD :: Triggers a sigreturn with a missing fpsimd_context # Calling sigreturn with fake sigframe sized:4688 at SP @FFFFE69AECA0 ok 8 selftests: arm64: fake_sigreturn_missing_fpsimd # selftests: arm64: fake_sigreturn_sme_change_vl # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # FAKE_SIGRETURN_SSVE_CHANGE :: Attempt to change Streaming SVE VL ok 9 selftests: arm64: fake_sigreturn_sme_change_vl # SKIP # selftests: arm64: fake_sigreturn_sve_change_vl # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # FAKE_SIGRETURN_SVE_CHANGE :: Attempt to change SVE VL ok 10 selftests: arm64: fake_sigreturn_sve_change_vl # SKIP # selftests: arm64: mangle_pstate_invalid_compat_toggle # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # Handled SIG_TRIG # SIG_OK -- SP:0xFFFFD7726950 si_addr@:0xffffd7726950 si_code:2 token@:(nil) offset:-281474296342864 # ==>> completed. PASS(1) # # MANGLE_PSTATE_INVALID_STATE_TOGGLE :: Mangling uc_mcontext with INVALID STATE_TOGGLE ok 11 selftests: arm64: mangle_pstate_invalid_compat_toggle # selftests: arm64: mangle_pstate_invalid_daif_bits # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # Handled SIG_TRIG # SIG_OK -- SP:0xFFFFC06E12A0 si_addr@:0xffffc06e12a0 si_code:2 token@:(nil) offset:-281473910182560 # ==>> completed. PASS(1) # # MANGLE_PSTATE_INVALID_DAIF_BITS :: Mangling uc_mcontext with INVALID DAIF_BITS ok 12 selftests: arm64: mangle_pstate_invalid_daif_bits # selftests: arm64: mangle_pstate_invalid_mode_el1h # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # Handled SIG_TRIG # SIG_OK -- SP:0xFFFFE3EA9A50 si_addr@:0xffffe3ea9a50 si_code:2 token@:(nil) offset:-281474505546320 # ==>> completed. PASS(1) # # MANGLE_PSTATE_INVALID_MODE_EL1h :: Mangling uc_mcontext INVALID MODE EL1h ok 13 selftests: arm64: mangle_pstate_invalid_mode_el1h # selftests: arm64: mangle_pstate_invalid_mode_el1t # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # Handled SIG_TRIG # SIG_OK -- SP:0xFFFFCA713500 si_addr@:0xffffca713500 si_code:2 token@:(nil) offset:-281474078160128 # ==>> completed. PASS(1) # # MANGLE_PSTATE_INVALID_MODE_EL1t :: Mangling uc_mcontext INVALID MODE EL1t ok 14 selftests: arm64: mangle_pstate_invalid_mode_el1t # selftests: arm64: mangle_pstate_invalid_mode_el2h # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # Handled SIG_TRIG # SIG_OK -- SP:0xFFFFF4AAFFA0 si_addr@:0xfffff4aaffa0 si_code:2 token@:(nil) offset:-281474786590624 # ==>> completed. PASS(1) # # MANGLE_PSTATE_INVALID_MODE_EL2h :: Mangling uc_mcontext INVALID MODE EL2h ok 15 selftests: arm64: mangle_pstate_invalid_mode_el2h # selftests: arm64: mangle_pstate_invalid_mode_el2t # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # Handled SIG_TRIG # SIG_OK -- SP:0xFFFFF76E3F20 si_addr@:0xfffff76e3f20 si_code:2 token@:(nil) offset:-281474832940832 # ==>> completed. PASS(1) # # MANGLE_PSTATE_INVALID_MODE_EL2t :: Mangling uc_mcontext INVALID MODE EL2t ok 16 selftests: arm64: mangle_pstate_invalid_mode_el2t # selftests: arm64: mangle_pstate_invalid_mode_el3h # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # Handled SIG_TRIG # SIG_OK -- SP:0xFFFFEDADCE50 si_addr@:0xffffedadce50 si_code:2 token@:(nil) offset:-281474669334096 # ==>> completed. PASS(1) # # MANGLE_PSTATE_INVALID_MODE_EL3h :: Mangling uc_mcontext INVALID MODE EL3h ok 17 selftests: arm64: mangle_pstate_invalid_mode_el3h # selftests: arm64: mangle_pstate_invalid_mode_el3t # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # uc context validated. # Handled SIG_TRIG # SIG_OK -- SP:0xFFFFC647DC70 si_addr@:0xffffc647dc70 si_code:2 token@:(nil) offset:-281474008341616 # ==>> completed. PASS(1) # # MANGLE_PSTATE_INVALID_MODE_EL3t :: Mangling uc_mcontext INVALID MODE EL3t ok 18 selftests: arm64: mangle_pstate_invalid_mode_el3t # selftests: arm64: sme_trap_no_sm # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # SME trap without SM :: Check that we get a SIGILL if we use streaming mode without enabling it ok 19 selftests: arm64: sme_trap_no_sm # SKIP # selftests: arm64: sme_trap_non_streaming # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # SME SM trap unsupported instruction :: Check that we get a SIGILL if we use an unsupported instruction in streaming mode ok 20 selftests: arm64: sme_trap_non_streaming # SKIP # selftests: arm64: sme_trap_za # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # Testcase initialized. # SIG_OK -- SP:0xFFFFCF2CE860 si_addr@:0xaaaabd392510 si_code:1 token@:(nil) offset:-187650295801104 # ==>> completed. PASS(1) # # SME ZA trap :: Check that we get a SIGILL if we access ZA without enabling ok 21 selftests: arm64: sme_trap_za # selftests: arm64: sme_vl # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # SME VL :: Check that we get the right SME VL reported ok 22 selftests: arm64: sme_vl # SKIP # selftests: arm64: ssve_regs # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # Streaming SVE registers :: Check that we get the right Streaming SVE registers reported ok 23 selftests: arm64: ssve_regs # SKIP # selftests: arm64: sve_regs # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # SVE registers :: Check that we get the right SVE registers reported ok 24 selftests: arm64: sve_regs # SKIP # selftests: arm64: sve_vl # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # SVE VL :: Check that we get the right SVE VL reported ok 25 selftests: arm64: sve_vl # SKIP # selftests: arm64: za_no_regs # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # ZA registers - ZA disabled :: Check ZA context with ZA disabled ok 26 selftests: arm64: za_no_regs # SKIP # selftests: arm64: za_regs # Registered handlers for all signals. # Detected MINSTKSIGSZ:4720 # ==>> completed. SKIP. # # ZA register :: Check that we get the right ZA registers reported ok 27 selftests: arm64: za_regs # SKIP # selftests: arm64: pac # TAP version 13 # 1..7 # # Starting 7 tests from 1 test cases. # # RUN global.corrupt_pac ... # # SKIP PAUTH not enabled # # OK global.corrupt_pac # ok 1 # SKIP PAUTH not enabled # # RUN global.pac_instructions_not_nop ... # # SKIP PAUTH not enabled # # OK global.pac_instructions_not_nop # ok 2 # SKIP PAUTH not enabled # # RUN global.pac_instructions_not_nop_generic ... # # SKIP Generic PAUTH not enabled # # OK global.pac_instructions_not_nop_generic # ok 3 # SKIP Generic PAUTH not enabled # # RUN global.single_thread_different_keys ... # # SKIP PAUTH not enabled # # OK global.single_thread_different_keys # ok 4 # SKIP PAUTH not enabled # # RUN global.exec_changed_keys ... # # SKIP PAUTH not enabled # # OK global.exec_changed_keys # ok 5 # SKIP PAUTH not enabled # # RUN global.context_switch_keep_keys ... # # SKIP PAUTH not enabled # # OK global.context_switch_keep_keys # ok 6 # SKIP PAUTH not enabled # # RUN global.context_switch_keep_keys_generic ... # # SKIP Generic PAUTH not enabled # # OK global.context_switch_keep_keys_generic # ok 7 # SKIP Generic PAUTH not enabled # # PASSED: 7 / 7 tests passed. # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:7 error:0 ok 28 selftests: arm64: pac # selftests: arm64: fp-stress # TAP version 13 # 1..8 # # 4 CPUs, 0 SVE VLs, 0 SME VLs # # Will run for 10s # # Started FPSIMD-0-0 # # Started FPSIMD-0-1 # # Started FPSIMD-1-0 # # Started FPSIMD-1-1 # # Started FPSIMD-2-0 # # Started FPSIMD-2-1 # # Started FPSIMD-3-0 # # Started FPSIMD-3-1 # # FPSIMD-0-1: Vector length: 128 bits # # FPSIMD-0-1: PID: 1070 # # FPSIMD-0-0: Vector length: 128 bits # # FPSIMD-0-0: PID: 1069 # # FPSIMD-2-1: Vector length: 128 bits # # FPSIMD-2-1: PID: 1074 # # FPSIMD-3-1: Vector length: 128 bits # # FPSIMD-3-1: PID: 1076 # # FPSIMD-3-0: Vector length: 128 bits # # FPSIMD-3-0: PID: 1075 # # FPSIMD-1-0: Vector length: 128 bits # # FPSIMD-1-0: PID: 1071 # # FPSIMD-1-1: Vector length: 128 bits # # FPSIMD-1-1: PID: 1072 # # FPSIMD-2-0: Vector length: 128 bits # # FPSIMD-2-0: PID: 1073 # # Finishing up... # ok 1 FPSIMD-0-0 # ok 2 FPSIMD-0-1 # ok 3 FPSIMD-1-0 # ok 4 FPSIMD-1-1 # ok 5 FPSIMD-2-0 # ok 6 FPSIMD-2-1 # ok 7 FPSIMD-3-0 # ok 8 FPSIMD-3-1 # # FPSIMD-1-0: Terminated by signal 15, no error, iterations=933896, signals=10 # # FPSIMD-0-1: Terminated by signal 15, no error, iterations=960480, signals=10 # # FPSIMD-0-0: Terminated by signal 15, no error, iterations=906259, signals=10 # # FPSIMD-1-1: Terminated by signal 15, no error, iterations=908651, signals=9 # # FPSIMD-3-1: Terminated by signal 15, no error, iterations=905560, signals=9 # # FPSIMD-2-0: Terminated by signal 15, no error, iterations=934982, signals=10 # # FPSIMD-2-1: Terminated by signal 15, no error, iterations=909110, signals=10 # # FPSIMD-3-0: Terminated by signal 15, no error, iterations=900564, signals=10 # # Totals: pass:8 fail:0 xfail:0 xpass:0 skip:0 error:0 ok 29 selftests: arm64: fp-stress # selftests: arm64: sve-ptrace # TAP version 13 # 1..4104 # ok 2 # SKIP SVE not available # # Planned tests != run tests (4104 != 1) # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:1 error:0 ok 30 selftests: arm64: sve-ptrace # SKIP # selftests: arm64: sve-probe-vls # TAP version 13 # 1..2 # ok 2 # SKIP SVE not available # # Planned tests != run tests (2 != 1) # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:1 error:0 ok 31 selftests: arm64: sve-probe-vls # SKIP # selftests: arm64: vec-syscfg # TAP version 13 # 1..20 # ok 1 # SKIP SVE not supported # ok 2 # SKIP SVE not supported # ok 3 # SKIP SVE not supported # ok 4 # SKIP SVE not supported # ok 5 # SKIP SVE not supported # ok 6 # SKIP SVE not supported # ok 7 # SKIP SVE not supported # ok 8 # SKIP SVE not supported # ok 9 # SKIP SVE not supported # ok 10 # SKIP SVE not supported # ok 11 # SKIP SME not supported # ok 12 # SKIP SME not supported # ok 13 # SKIP SME not supported # ok 14 # SKIP SME not supported # ok 15 # SKIP SME not supported # ok 16 # SKIP SME not supported # ok 17 # SKIP SME not supported # ok 18 # SKIP SME not supported # ok 19 # SKIP SME not supported # ok 20 # SKIP SME not supported # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:20 error:0 ok 32 selftests: arm64: vec-syscfg # selftests: arm64: za-fork # TAP version 13 # 1..1 # # PID: 1150 # # SME support not present # ok 0 skipped # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:1 error:0 ok 33 selftests: arm64: za-fork # selftests: arm64: za-ptrace # TAP version 13 # 1..1 # ok 2 # SKIP SME not available # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:1 error:0 ok 34 selftests: arm64: za-ptrace # SKIP # selftests: arm64: check_buffer_fill # # SKIP: MTE features unavailable ok 35 selftests: arm64: check_buffer_fill # SKIP # selftests: arm64: check_child_memory # # SKIP: MTE features unavailable ok 36 selftests: arm64: check_child_memory # SKIP # selftests: arm64: check_gcr_el1_cswitch # # SKIP: MTE features unavailable ok 37 selftests: arm64: check_gcr_el1_cswitch # SKIP # selftests: arm64: check_ksm_options # # SKIP: MTE features unavailable ok 38 selftests: arm64: check_ksm_options # SKIP # selftests: arm64: check_mmap_options # # SKIP: MTE features unavailable ok 39 selftests: arm64: check_mmap_options # SKIP # selftests: arm64: check_prctl # TAP version 13 # 1..5 # ok 1 check_basic_read # ok 2 NONE # ok 3 # SKIP SYNC # ok 4 # SKIP ASYNC # ok 5 # SKIP SYNC+ASYNC # # Totals: pass:2 fail:0 xfail:0 xpass:0 skip:3 error:0 ok 40 selftests: arm64: check_prctl # selftests: arm64: check_tags_inclusion # # SKIP: MTE features unavailable ok 41 selftests: arm64: check_tags_inclusion # SKIP # selftests: arm64: check_user_mem # # SKIP: MTE features unavailable ok 42 selftests: arm64: check_user_mem # SKIP # selftests: arm64: btitest # TAP version 13 # 1..18 # # HWCAP_PACA not present # # HWCAP2_BTI not present # # Test binary built for BTI # ok 1 nohint_func/call_using_br_x0 # SKIP # ok 1 nohint_func/call_using_br_x16 # SKIP # ok 1 nohint_func/call_using_blr # SKIP # ok 1 bti_none_func/call_using_br_x0 # SKIP # ok 1 bti_none_func/call_using_br_x16 # SKIP # ok 1 bti_none_func/call_using_blr # SKIP # ok 1 bti_c_func/call_using_br_x0 # SKIP # ok 1 bti_c_func/call_using_br_x16 # SKIP # ok 1 bti_c_func/call_using_blr # SKIP # ok 1 bti_j_func/call_using_br_x0 # SKIP # ok 1 bti_j_func/call_using_br_x16 # SKIP # ok 1 bti_j_func/call_using_blr # SKIP # ok 1 bti_jc_func/call_using_br_x0 # SKIP # ok 1 bti_jc_func/call_using_br_x16 # SKIP # ok 1 bti_jc_func/call_using_blr # SKIP # ok 1 paciasp_func/call_using_br_x0 # SKIP # ok 1 paciasp_func/call_using_br_x16 # SKIP # ok 1 paciasp_func/call_using_blr # SKIP # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:18 error:0 # # WARNING - EXPECTED TEST COUNT WRONG ok 43 selftests: arm64: btitest # selftests: arm64: nobtitest # TAP version 13 # 1..18 # # HWCAP_PACA not present # # HWCAP2_BTI not present # # Test binary not built for BTI # ok 1 nohint_func/call_using_br_x0 # SKIP # ok 1 nohint_func/call_using_br_x16 # SKIP # ok 1 nohint_func/call_using_blr # SKIP # ok 1 bti_none_func/call_using_br_x0 # SKIP # ok 1 bti_none_func/call_using_br_x16 # SKIP # ok 1 bti_none_func/call_using_blr # SKIP # ok 1 bti_c_func/call_using_br_x0 # SKIP # ok 1 bti_c_func/call_using_br_x16 # SKIP # ok 1 bti_c_func/call_using_blr # SKIP # ok 1 bti_j_func/call_using_br_x0 # SKIP # ok 1 bti_j_func/call_using_br_x16 # SKIP # ok 1 bti_j_func/call_using_blr # SKIP # ok 1 bti_jc_func/call_using_br_x0 # SKIP # ok 1 bti_jc_func/call_using_br_x16 # SKIP # ok 1 bti_jc_func/call_using_blr # SKIP # ok 1 paciasp_func/call_using_br_x0 # SKIP # ok 1 paciasp_func/call_using_br_x16 # SKIP # ok 1 paciasp_func/call_using_blr # SKIP # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:18 error:0 # # WARNING - EXPECTED TEST COUNT WRONG ok 44 selftests: arm64: nobtitest # selftests: arm64: hwcap # TAP version 13 # 1..28 # ok 1 cpuinfo_match_RNG # # SIGILL reported for RNG # ok 2 # SKIP sigill_RNG # ok 3 cpuinfo_match_SME # ok 4 sigill_SME # ok 5 cpuinfo_match_SVE # ok 6 sigill_SVE # ok 7 cpuinfo_match_SVE 2 # # SIGILL reported for SVE 2 # ok 8 # SKIP sigill_SVE 2 # ok 9 cpuinfo_match_SVE AES # # SIGILL reported for SVE AES # ok 10 # SKIP sigill_SVE AES # ok 11 cpuinfo_match_SVE2 PMULL # # SIGILL reported for SVE2 PMULL # ok 12 # SKIP sigill_SVE2 PMULL # ok 13 cpuinfo_match_SVE2 BITPERM # # SIGILL reported for SVE2 BITPERM # ok 14 # SKIP sigill_SVE2 BITPERM # ok 15 cpuinfo_match_SVE2 SHA3 # # SIGILL reported for SVE2 SHA3 # ok 16 # SKIP sigill_SVE2 SHA3 # ok 17 cpuinfo_match_SVE2 SM4 # # SIGILL reported for SVE2 SM4 # ok 18 # SKIP sigill_SVE2 SM4 # ok 19 cpuinfo_match_SVE2 I8MM # # SIGILL reported for SVE2 I8MM # ok 20 # SKIP sigill_SVE2 I8MM # ok 21 cpuinfo_match_SVE2 F32MM # # SIGILL reported for SVE2 F32MM # ok 22 # SKIP sigill_SVE2 F32MM # ok 23 cpuinfo_match_SVE2 F64MM # # SIGILL reported for SVE2 F64MM # ok 24 # SKIP sigill_SVE2 F64MM # ok 25 cpuinfo_match_SVE2 BF16 # # SIGILL reported for SVE2 BF16 # ok 26 # SKIP sigill_SVE2 BF16 # ok 27 cpuinfo_match_SVE2 EBF16 # ok 28 # SKIP sigill_SVE2 EBF16 # # Totals: pass:16 fail:0 xfail:0 xpass:0 skip:12 error:0 ok 45 selftests: arm64: hwcap # selftests: arm64: ptrace # TAP version 13 # 1..7 # # Parent is 1392, child is 1393 # ok 1 read_tpidr_one # ok 2 write_tpidr_one # ok 3 verify_tpidr_one # ok 4 count_tpidrs # ok 5 tpidr2_write # ok 6 tpidr2_read # ok 7 write_tpidr_only # # Totals: pass:7 fail:0 xfail:0 xpass:0 skip:0 error:0 ok 46 selftests: arm64: ptrace # selftests: arm64: syscall-abi # TAP version 13 # 1..2 # ok 1 getpid() FPSIMD # ok 2 sched_yield() FPSIMD # # Totals: pass:2 fail:0 xfail:0 xpass:0 skip:0 error:0 ok 47 selftests: arm64: syscall-abi # selftests: arm64: tpidr2 # TAP version 13 # 1..5 # # PID: 1429 # # SME support not present # ok 0 skipped, TPIDR2 not supported # ok 1 skipped, TPIDR2 not supported # ok 2 skipped, TPIDR2 not supported # ok 3 skipped, TPIDR2 not supported # ok 4 skipped, TPIDR2 not supported # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:5 error:0 ok 48 selftests: arm64: tpidr2 arm64_tags_test pass arm64_run_tags_test_sh pass arm64_fake_sigreturn_bad_magic pass arm64_fake_sigreturn_bad_size pass arm64_fake_sigreturn_bad_size_for_magic0 pass arm64_fake_sigreturn_duplicated_fpsimd pass arm64_fake_sigreturn_misaligned_sp pass arm64_fake_sigreturn_missing_fpsimd pass arm64_fake_sigreturn_sme_change_vl skip arm64_fake_sigreturn_sve_change_vl skip arm64_mangle_pstate_invalid_compat_toggle pass arm64_mangle_pstate_invalid_daif_bits pass arm64_mangle_pstate_invalid_mode_el1h pass arm64_mangle_pstate_invalid_mode_el1t pass arm64_mangle_pstate_invalid_mode_el2h pass arm64_mangle_pstate_invalid_mode_el2t pass arm64_mangle_pstate_invalid_mode_el3h pass arm64_mangle_pstate_invalid_mode_el3t pass arm64_sme_trap_no_sm skip arm64_sme_trap_non_streaming skip arm64_sme_trap_za pass arm64_sme_vl skip arm64_ssve_regs skip arm64_sve_regs skip arm64_sve_vl skip arm64_za_no_regs skip arm64_za_regs skip arm64_pac_pauth_not_enabled skip arm64_pac_pauth_not_enabled skip arm64_pac_generic_pauth_not_enabled skip arm64_pac_pauth_not_enabled skip arm64_pac_pauth_not_enabled skip arm64_pac_pauth_not_enabled skip arm64_pac_generic_pauth_not_enabled skip arm64_pac pass arm64_fp-stress_FPSIMD-0-0 pass arm64_fp-stress_FPSIMD-0-1 pass arm64_fp-stress_FPSIMD-1-0 pass arm64_fp-stress_FPSIMD-1-1 pass arm64_fp-stress_FPSIMD-2-0 pass arm64_fp-stress_FPSIMD-2-1 pass arm64_fp-stress_FPSIMD-3-0 pass arm64_fp-stress_FPSIMD-3-1 pass arm64_fp-stress pass arm64_sve-ptrace_sve_not_available skip arm64_sve-ptrace skip arm64_sve-probe-vls_sve_not_available skip arm64_sve-probe-vls skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sve_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg_sme_not_supported skip arm64_vec-syscfg pass arm64_za-fork_skipped pass arm64_za-fork pass arm64_za-ptrace_sme_not_available skip arm64_za-ptrace skip arm64_check_buffer_fill skip arm64_check_child_memory skip arm64_check_gcr_el1_cswitch skip arm64_check_ksm_options skip arm64_check_mmap_options skip arm64_check_prctl_check_basic_read pass arm64_check_prctl_NONE pass arm64_check_prctl_sync skip arm64_check_prctl_async skip arm64_check_prctl_sync_async skip arm64_check_prctl pass arm64_check_tags_inclusion skip arm64_check_user_mem skip arm64_btitest_nohint_func_call_using_br_x0 skip arm64_btitest_nohint_func_call_using_br_x16 skip arm64_btitest_nohint_func_call_using_blr skip arm64_btitest_bti_none_func_call_using_br_x0 skip arm64_btitest_bti_none_func_call_using_br_x16 skip arm64_btitest_bti_none_func_call_using_blr skip arm64_btitest_bti_c_func_call_using_br_x0 skip arm64_btitest_bti_c_func_call_using_br_x16 skip arm64_btitest_bti_c_func_call_using_blr skip arm64_btitest_bti_j_func_call_using_br_x0 skip arm64_btitest_bti_j_func_call_using_br_x16 skip arm64_btitest_bti_j_func_call_using_blr skip arm64_btitest_bti_jc_func_call_using_br_x0 skip arm64_btitest_bti_jc_func_call_using_br_x16 skip arm64_btitest_bti_jc_func_call_using_blr skip arm64_btitest_paciasp_func_call_using_br_x0 skip arm64_btitest_paciasp_func_call_using_br_x16 skip arm64_btitest_paciasp_func_call_using_blr skip arm64_btitest pass arm64_nobtitest_nohint_func_call_using_br_x0 skip arm64_nobtitest_nohint_func_call_using_br_x16 skip arm64_nobtitest_nohint_func_call_using_blr skip arm64_nobtitest_bti_none_func_call_using_br_x0 skip arm64_nobtitest_bti_none_func_call_using_br_x16 skip arm64_nobtitest_bti_none_func_call_using_blr skip arm64_nobtitest_bti_c_func_call_using_br_x0 skip arm64_nobtitest_bti_c_func_call_using_br_x16 skip arm64_nobtitest_bti_c_func_call_using_blr skip arm64_nobtitest_bti_j_func_call_using_br_x0 skip arm64_nobtitest_bti_j_func_call_using_br_x16 skip arm64_nobtitest_bti_j_func_call_using_blr skip arm64_nobtitest_bti_jc_func_call_using_br_x0 skip arm64_nobtitest_bti_jc_func_call_using_br_x16 skip arm64_nobtitest_bti_jc_func_call_using_blr skip arm64_nobtitest_paciasp_func_call_using_br_x0 skip arm64_nobtitest_paciasp_func_call_using_br_x16 skip arm64_nobtitest_paciasp_func_call_using_blr skip arm64_nobtitest pass arm64_hwcap_cpuinfo_match_RNG pass arm64_hwcap_sigill_rng skip arm64_hwcap_cpuinfo_match_SME pass arm64_hwcap_sigill_SME pass arm64_hwcap_cpuinfo_match_SVE pass arm64_hwcap_sigill_SVE pass arm64_hwcap_cpuinfo_match_SVE_2 pass arm64_hwcap_sigill_sve_2 skip arm64_hwcap_cpuinfo_match_SVE_AES pass arm64_hwcap_sigill_sve_aes skip arm64_hwcap_cpuinfo_match_SVE2_PMULL pass arm64_hwcap_sigill_sve2_pmull skip arm64_hwcap_cpuinfo_match_SVE2_BITPERM pass arm64_hwcap_sigill_sve2_bitperm skip arm64_hwcap_cpuinfo_match_SVE2_SHA3 pass arm64_hwcap_sigill_sve2_sha3 skip arm64_hwcap_cpuinfo_match_SVE2_SM4 pass arm64_hwcap_sigill_sve2_sm4 skip arm64_hwcap_cpuinfo_match_SVE2_I8MM pass arm64_hwcap_sigill_sve2_i8mm skip arm64_hwcap_cpuinfo_match_SVE2_F32MM pass arm64_hwcap_sigill_sve2_f32mm skip arm64_hwcap_cpuinfo_match_SVE2_F64MM pass arm64_hwcap_sigill_sve2_f64mm skip arm64_hwcap_cpuinfo_match_SVE2_BF16 pass arm64_hwcap_sigill_sve2_bf16 skip arm64_hwcap_cpuinfo_match_SVE2_EBF16 pass arm64_hwcap_sigill_sve2_ebf16 skip arm64_hwcap pass arm64_ptrace_read_tpidr_one pass arm64_ptrace_write_tpidr_one pass arm64_ptrace_verify_tpidr_one pass arm64_ptrace_count_tpidrs pass arm64_ptrace_tpidr2_write pass arm64_ptrace_tpidr2_read pass arm64_ptrace_write_tpidr_only pass arm64_ptrace pass arm64_syscall-abi_getpid_FPSIMD pass arm64_syscall-abi_sched_yield_FPSIMD pass arm64_syscall-abi pass arm64_tpidr2_skipped_TPIDR2_not_supported pass arm64_tpidr2_skipped_TPIDR2_not_supported pass arm64_tpidr2_skipped_TPIDR2_not_supported pass arm64_tpidr2_skipped_TPIDR2_not_supported pass arm64_tpidr2_skipped_TPIDR2_not_supported pass arm64_tpidr2 pass + ../../utils/send-to-lava.sh ./output/result.txt + set +x / #