[Enter `^Ec?' for help] U-Boot 2021.10+dfsg-1+apertis10bv2023dev2b2 (Apr 18 2022 - 16:34:49 +0000) CPU: Freescale i.MX6Q rev1.2 at 792 MHz Reset cause: POR Model: Freescale i.MX6 Quad SABRE Lite Board Board: SABRE Lite I2C: ready DRAM: 1 GiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 Loading Environment from SPIFlash... SF: Detected gd25q16 with page size 256 Bytes, erase size 4 KiB, total 2 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: using phy at 7 FEC [PRIME], usb_ether Error: usb_ether address not set. starting USB... Bus usb@2184000: usb dr_mode not found Bus usb@2184200: USB EHCI 1.00 scanning bus usb@2184000 for devices... 1 USB Device(s) found scanning bus usb@2184200 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... 0 Ethernet Device(s) found Hit any key to stop autoboot: 3  0 => setenv autoload no setenv autoload no => setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff => setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff => dhcp dhcp BOOTP broadcast 1 DHCP client bound to address 192.168.201.35 (3 ms) => setenv serverip 192.168.201.1 setenv serverip 192.168.201.1 => tftp 0x10000000 6819537/tftp-deploy-io7pnjaa/kernel/zImage tftp 0x10000000 6819537/tftp-deploy-io7pnjaa/kernel/zImage Using FEC device TFTP from server 192.168.201.1; our IP address is 192.168.201.35 Filename '6819537/tftp-deploy-io7pnjaa/kernel/zImage'. Load address: 0x10000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################################ 5.4 MiB/s done Bytes transferred = 6602496 (64bf00 hex) => tftp 0x14000000 6819537/tftp-deploy-io7pnjaa/ramdisk/ramdisk.cpio.gz.uboot tftp 0x14000000 6819537/tftp-deploy-io7pnjaa/ramdisk/ramdisk.cpio.gz.uboot Using FEC device TFTP from server 192.168.201.1; our IP address is 192.168.201.35 Filename '6819537/tftp-deploy-io7pnjaa/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x14000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################### 9.7 MiB/s done Bytes transferred = 7122699 (6caf0b hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x13f00000 6819537/tftp-deploy-io7pnjaa/dtb/imx6q-sabrelite.dtb tftp 0x13f00000 6819537/tftp-deploy-io7pnjaa/dtb/imx6q-sabrelite.dtb Using FEC device TFTP from server 192.168.201.1; our IP address is 192.168.201.35 Filename '6819537/tftp-deploy-io7pnjaa/dtb/imx6q-sabrelite.dtb'. Load address: 0x13f00000 Loading: *### 3.9 MiB/s done Bytes transferred = 36503 (8e97 hex) => setenv bootargs 'console=ttymxc1,115200n8 root=/dev/nfs rw nfsroot=192.168.201.1:/var/lib/lava/dispatcher/tmp/6819537/extract-nfsrootfs-rbrrm1vn,tcp,hard ip=dhcp' setenv bootargs 'console=ttymxc1,115200n8 root=/dev/nfs rw nfsroot=192.168.201.1:/var/lib/lava/dispatcher/tmp/6819537/extract-nfsrootfs-rbrrm1vn,tcp,hard ip=dhcp' => bootz 0x10000000 0x14000000 0x13f00000 bootz 0x10000000 0x14000000 0x13f00000 Kernel image @ 0x10000000 [ 0x000000 - 0x64bf00 ] ## Loading init Ramdisk from Legacy Image at 14000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 7122635 Bytes = 6.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 13f00000 Booting using the fdt blob at 0x13f00000 Using Device Tree in place at 13f00000, end 13f0be96 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.302-cip69-st14 (KernelCI@build-j356236-arm-gcc-10-multi-v7-defconfig-8qpt8) (gcc version 10.2.1 20210110 (Debian 10.2.1-6) ) #1 SMP Thu Jul 14 12:49:09 UTC 2022 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Freescale i.MX6 Quad SABRE Lite Board [ 0.000000] Reserved memory: unsupported node format, ignoring [ 0.000000] cma: Reserved 64 MiB at 0x4c000000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 11 pages/cpu @ef7ad000 s14860 r8192 d22004 u45056 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260608 [ 0.000000] Kernel command line: console=ttymxc1,115200n8 root=/dev/nfs rw nfsroot=192.168.201.1:/var/lib/lava/dispatcher/tmp/6819537/extract-nfsrootfs-rbrrm1vn,tcp,hard ip=dhcp [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 951824K/1048576K available (8645K kernel code, 985K rwdata, 3872K rodata, 1052K init, 321K bss, 31216K reserved, 65536K cma-reserved, 196608K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc0e426c8 (12522 kB) [ 0.000000] .init : 0xc0e43000 - 0xc0f4a000 (1052 kB) [ 0.000000] .data : 0xc0f4a000 - 0xc10406e0 ( 986 kB) [ 0.000000] .bss : 0xc1043000 - 0xc1093660 ( 322 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=4 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] L2C-310 erratum 769419 enabled [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9 [ 0.000000] L2C-310 ID prefetch enabled, offset 16 lines [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled [ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB [ 0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76470001 [ 0.000000] Switching to timer-based delay loop, resolution 333ns [ 0.000007] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns [ 0.000025] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns [ 0.002272] Console: colour dummy device 80x30 [ 0.002298] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=15000) [ 0.002312] pid_max: default: 32768 minimum: 301 [ 0.002422] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.002433] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.003011] CPU: Testing write buffer coherency: ok [ 0.003036] CPU0: Spectre v2: using BPIALL workaround [ 0.003308] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.003390] Setting up static identity map for 0x10209000 - 0x10209098 [ 0.007201] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.007206] CPU1: Spectre v2: using BPIALL workaround [ 0.007894] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.007898] CPU2: Spectre v2: using BPIALL workaround [ 0.008594] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.008598] CPU3: Spectre v2: using BPIALL workaround [ 0.008676] Brought up 4 CPUs [ 0.008688] SMP: Total of 4 processors activated (24.00 BogoMIPS). [ 0.008695] CPU: All CPU(s) started in SVC mode. [ 0.009617] devtmpfs: initialized [ 0.017571] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.018231] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns [ 0.018258] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.021569] pinctrl core: initialized pinctrl subsystem [ 0.023321] NET: Registered protocol family 16 [ 0.026453] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.039391] cpuidle: using governor ladder [ 0.054384] cpuidle: using governor menu [ 0.054657] CPU identified as i.MX6Q, silicon rev 1.2 [ 0.075049] No ATAGs? [ 0.075088] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.075097] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.078067] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver [ 0.080619] Serial: AMBA PL011 UART driver [ 0.082779] imx-gpc 20dc000.gpc: failed to get pu regulator: -517 [ 0.109551] mxs-dma 110000.dma-apbh: initialized [ 0.115009] vgaarb: loaded [ 0.115940] SCSI subsystem initialized [ 0.116396] usbcore: registered new interface driver usbfs [ 0.116453] usbcore: registered new interface driver hub [ 0.116497] usbcore: registered new device driver usb [ 0.118301] pps_core: LinuxPPS API ver. 1 registered [ 0.118310] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.118335] PTP clock support registered [ 0.118565] EDAC MC: Ver: 3.0.0 [ 0.121042] clocksource: Switched to clocksource mxc_timer1 [ 0.130998] NET: Registered protocol family 2 [ 0.131159] IP idents hash table entries: 16384 (order: 5, 131072 bytes) [ 0.132167] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.132260] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.132409] TCP: Hash tables configured (established 8192 bind 8192) [ 0.132586] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.132625] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.132809] NET: Registered protocol family 1 [ 0.133139] RPC: Registered named UNIX socket transport module. [ 0.133149] RPC: Registered udp transport module. [ 0.133156] RPC: Registered tcp transport module. [ 0.133163] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.133678] Unpacking initramfs... [ 0.633798] Freeing initrd memory: 6956K [ 0.634233] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 0.646353] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.647107] NFS: Registering the id_resolver key type [ 0.647154] Key type id_resolver registered [ 0.647161] Key type id_legacy registered [ 0.647232] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.648704] bounce: pool size: 64 pages [ 0.648894] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.648913] io scheduler noop registered [ 0.648926] io scheduler deadline registered [ 0.648963] io scheduler cfq registered (default) [ 0.670756] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2 [ 0.670773] imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware [ 0.722947] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.725383] SuperH (H)SCI(F) driver initialized [ 0.726104] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 24, base_baud = 5000000) is a IMX [ 0.726717] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 295, base_baud = 5000000) is a IMX [ 1.428410] console [ttymxc1] enabled [ 1.433018] msm_serial: driver initialized [ 1.437834] STMicroelectronics ASC driver initialized [ 1.444816] [drm] Initialized drm 1.1.0 20060810 [ 1.452916] lcd_panel supply power not found, using dummy regulator [ 1.459461] panel supply power not found, using dummy regulator [ 1.472405] loop: module loaded [ 1.484161] CAN device driver interface [ 1.489853] 2188000.ethernet supply phy not found, using dummy regulator [ 1.506292] pps pps0: new PPS source ptp0 [ 1.527984] fec 2188000.ethernet eth0: registered PHC device 0 [ 1.534282] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 1.541266] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.550453] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.557928] usbcore: registered new interface driver pegasus [ 1.563676] usbcore: registered new interface driver asix [ 1.569137] usbcore: registered new interface driver ax88179_178a [ 1.575288] usbcore: registered new interface driver cdc_ether [ 1.581196] usbcore: registered new interface driver smsc75xx [ 1.587015] usbcore: registered new interface driver smsc95xx [ 1.592817] usbcore: registered new interface driver net1080 [ 1.598534] usbcore: registered new interface driver cdc_subset [ 1.604520] usbcore: registered new interface driver zaurus [ 1.610185] usbcore: registered new interface driver cdc_ncm [ 1.617728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.624280] ehci-pci: EHCI PCI platform driver [ 1.628787] ehci-platform: EHCI generic platform driver [ 1.634270] ehci-omap: OMAP-EHCI Host Controller driver [ 1.639673] ehci-orion: EHCI orion driver [ 1.643857] SPEAr-ehci: EHCI SPEAr driver [ 1.648048] ehci-st: EHCI STMicroelectronics driver [ 1.653098] ehci-exynos: EHCI EXYNOS driver [ 1.657483] ehci-atmel: EHCI Atmel driver [ 1.661673] tegra-ehci: Tegra EHCI driver [ 1.665879] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.672114] ohci-pci: OHCI PCI platform driver [ 1.676630] ohci-platform: OHCI generic platform driver [ 1.682072] ohci-omap3: OHCI OMAP3 driver [ 1.686262] SPEAr-ohci: OHCI SPEAr driver [ 1.690435] ohci-st: OHCI STMicroelectronics driver [ 1.695490] ohci-atmel: OHCI Atmel driver [ 1.700137] usbcore: registered new interface driver usb-storage [ 1.711356] ci_hdrc ci_hdrc.0: doesn't support gadget [ 1.716444] ci_hdrc ci_hdrc.0: EHCI Host Controller [ 1.721359] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1 [ 1.736071] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00 [ 1.742268] hub 1-0:1.0: USB hub found [ 1.746074] hub 1-0:1.0: 1 port detected [ 1.750589] 2184200.usb supply vbus not found, using dummy regulator [ 1.760375] ci_hdrc ci_hdrc.1: EHCI Host Controller [ 1.765296] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2 [ 1.781070] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 [ 1.787201] hub 2-0:1.0: USB hub found [ 1.790986] hub 2-0:1.0: 1 port detected [ 1.795866] mousedev: PS/2 mouse device common for all mice [ 1.805653] i2c /dev entries driver [ 1.818903] sdhci: Secure Digital Host Controller Interface driver [ 1.825104] sdhci: Copyright(c) Pierre Ossman [ 1.831538] Synopsys Designware Multimedia Card Interface Driver [ 1.838835] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.845311] sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode [ 1.854483] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO [ 1.859651] sdhci-esdhc-imx 2198000.usdhc: Got WP GPIO [ 1.865027] sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found [ 1.906194] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA [ 1.913866] sdhci-esdhc-imx 219c000.usdhc: could not get ultra high speed state, work on normal mode [ 1.923045] sdhci-esdhc-imx 219c000.usdhc: Got CD GPIO [ 1.929416] sdhci-esdhc-imx 219c000.usdhc: No vqmmc regulator found [ 1.976183] mmc1: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA [ 1.985634] ledtrig-cpu: registered to indicate activity on CPUs [ 1.991883] usbcore: registered new interface driver usbhid [ 1.991915] mmc0: new high speed SDHC card at address aaaa [ 1.992367] mmcblk0: mmc0:aaaa SC16G 14.8 GiB [ 2.000396] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.000401] GPT:29296874 != 31116287 [ 2.000403] GPT:Alternate GPT header not at the end of the disk. [ 2.000406] GPT:29296874 != 31116287 [ 2.000407] GPT: Use GNU Parted to correct GPT errors. [ 2.000448] mmcblk0: p1 p2 p3 [ 2.036232] usbhid: USB HID core driver [ 2.045177] NET: Registered protocol family 10 [ 2.050472] sit: IPv6 over IPv4 tunneling driver [ 2.055742] NET: Registered protocol family 17 [ 2.060233] can: controller area network core (rev 20120528 abi 9) [ 2.066642] NET: Registered protocol family 29 [ 2.071115] can: raw protocol (rev 20120528) [ 2.075395] can: broadcast manager protocol (rev 20120528 t) [ 2.081085] can: netlink gateway (rev 20130117) max_hops=1 [ 2.086979] Key type dns_resolver registered [ 2.091706] ThumbEE CPU extension supported. [ 2.095995] Registering SWP/SWPB emulation handler [ 2.101070] usb 2-1: new high-speed USB device number 2 using ci_hdrc [ 2.102602] imx-gpc 20dc000.gpc: failed to get pu regulator: -517 [ 2.105937] lcd_panel supply power not found, using dummy regulator [ 2.106961] panel supply power not found, using dummy regulator [ 2.108619] input: gpio-keys as /devices/soc0/gpio-keys/input/input0 [ 2.108901] hctosys: unable to open rtc device (rtc0) [ 2.109069] imx-gpc 20dc000.gpc: failed to get pu regulator: -517 [ 2.112474] lcd_panel supply power not found, using dummy regulator [ 2.113562] panel supply power not found, using dummy regulator [ 2.186719] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Micrel KSZ9021 Gigabit PHY] (mii_bus:phy_addr=2188000.ethernet-1:07, irq=-1) [ 2.199492] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 2.282262] hub 2-1:1.0: USB hub found [ 2.286216] hub 2-1:1.0: 3 ports detected [ 2.291606] imx-gpc 20dc000.gpc: failed to get pu regulator: -517 [ 2.301089] lcd_panel supply power not found, using dummy regulator [ 2.308393] panel supply power not found, using dummy regulator [ 6.186566] fec 2188000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 6.196082] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 6.211113] Sending DHCP requests ., OK [ 6.236068] IP-Config: Got DHCP answer from 192.168.201.1, my address is 192.168.201.35 [ 6.244105] IP-Config: Complete: [ 6.247354] device=eth0, hwaddr=00:19:b8:08:f1:09, ipaddr=192.168.201.35, mask=255.255.255.0, gw=192.168.201.1 [ 6.257802] host=imx6q-sabrelite-lava-cbg-5, domain=lava-rack, nis-domain=(none) [ 6.265645] bootserver=192.168.201.1, rootserver=192.168.201.1, rootpath= [ 6.272704] nameserver0=192.168.201.1 [ 6.277156] CAN XCVR: disabling [ 6.283208] Freeing unused kernel memory: 1052K Loading, please wait... Starting version 247.3-7 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 ... done. IP-Config: eth0 hardware address 00:19:b8:08:f1:09 mtu 1500 DHCP IP-Config: eth0 complete (dhcp from 192.168.201.1): address: 192.168.201.35 broadcast: 192.168.201.255 netmask: 255.255.255.0 gateway: 192.168.201.1 dns0 : 192.168.201.1 dns1 : 0.0.0.0 host : imx6q-sabrelite-lava-cbg-5 domain : lava-rack rootserver: 192.168.201.1 rootpath: filename : done. Begin: Running /scripts/nfs-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 8.168740] systemd[1]: System time before build time, advancing clock. [ 8.317964] systemd[1]: systemd 247.3-7 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) [ 8.340968] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m! [ 8.362738] systemd[1]: Set hostname to . [ 9.266380] systemd[1]: Queued start job for default target Graphical Interface. [ 9.275191] random: systemd: uninitialized urandom read (16 bytes read, 122 bits of entropy available) [ 9.284716] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 9.297095] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 9.306174] systemd[1]: Created slice system-getty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m. [ 9.326287] random: systemd: uninitialized urandom read (16 bytes read, 122 bits of entropy available) [ 9.336081] systemd[1]: Created slice system-modprobe.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m. [ 9.356222] random: systemd: uninitialized urandom read (16 bytes read, 122 bits of entropy available) [ 9.365935] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m. [ 9.386223] random: systemd: uninitialized urandom read (16 bytes read, 122 bits of entropy available) [ 9.395857] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. [ 9.416289] random: systemd: uninitialized urandom read (16 bytes read, 123 bits of entropy available) [ 9.425887] 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. [ 9.451228] random: systemd: uninitialized urandom read (16 bytes read, 123 bits of entropy available) [ 9.460799] 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. [ 9.481456] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped. [ 9.493295] random: systemd: uninitialized urandom read (16 bytes read, 123 bits of entropy available) [ 9.502679] systemd[1]: Reached target Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m. [ 9.521436] random: systemd: uninitialized urandom read (16 bytes read, 123 bits of entropy available) [ 9.530819] systemd[1]: Reached target Paths. [[0;32m OK [0m] Reached target [0;1;39mPaths[0m. [ 9.546268] random: systemd: uninitialized urandom read (16 bytes read, 123 bits of entropy available) [ 9.555650] systemd[1]: Reached target Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. [ 9.571208] random: systemd: uninitialized urandom read (16 bytes read, 123 bits of entropy available) [ 9.580596] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target [0;1;39mSlices[0m. [ 9.596368] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target [0;1;39mSwap[0m. [ 9.611640] systemd[1]: Listening on initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. [ 9.651455] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 9.661446] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. [ 9.681905] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. [ 9.702781] systemd[1]: Listening on Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. [ 9.723984] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. [ 9.741865] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. [ 9.761725] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 9.770420] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped. [ 9.796433] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... [ 9.811822] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. [ 9.824449] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting [0;1;39mCreate list of st…odes for the current kernel[0m... [ 9.849829] random: nonblocking pool is initialized [ 9.850064] systemd[1]: Starting Load Kernel Module configfs... Starting [0;1;39mLoad Kernel Module configfs[0m... [ 9.874960] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... [ 9.907115] systemd[1]: Starting Load Kernel Module fuse... Starting [0;1;39mLoad Kernel Module fuse[0m... [ 9.946318] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 9.977120] systemd[1]: Starting Journal Service... Starting [0;1;39mJournal Service[0m... [ 10.007605] systemd[1]: Starting Load Kernel Modules... Starting [0;1;39mLoad Kernel Modules[0m... [ 10.033746] systemd[1]: Starting Remount Root and Kernel File Systems... Starting [0;1;39mRemount Root and Kernel File Systems[0m... [ 10.072743] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... [ 10.094953] systemd[1]: Mounted Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. [ 10.113019] systemd[1]: Finished Create list of static device nodes for the current kernel. [[0;32m OK [0m] Finished [0;1;39mCreate list of st… nodes for the current kernel[0m. [ 10.177930] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started [0;1;39mJournal Service[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[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;39mKernel Configuration File System[0m... Starting [0;1;39mFlush Journal to Persistent Storage[0m... Starting [0;1;39mLoad/Save Random Seed[0m... Starting [0;1;39mApply Kernel Variables[0m... Starting [0;1;39mCreate System Users[0m... [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. [ 10.397616] systemd-journald[159]: Received client request to flush runtime journal. [[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. [[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;39mFlush Journal to Persistent Storage[0m. [[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems (Pre)[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m. Starting [0;1;39mCreate Volatile Files and Directories[0m... Starting [0;1;39mRule-based Manage…for Device Events and Files[0m... [[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[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. [ 11.613103] proc: unrecognized mount option \"hidepid=invisible\" or missing value 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] Reached target [0;1;39mSystem Initialization[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] Started [0;1;39mDaily Cleanup of Temporary Directories[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] Started [0;1;39mNetwork Service[0m. [ 12.357988] proc: unrecognized mount option \"hidepid=invisible\" or missing value [[0;32m OK [0m] Found device [0;1;39m/dev/ttymxc1[0m. [[0;32m OK [0m] Finished [0;1;39mRemove Stale Onli…ext4 Metadata Check Snapshots[0m. [[0;32m OK [0m] Started [0;1;39mUser Login Management[0m. [[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch[0m. Starting [0;1;39mNetwork Name Resolution[0m... [ 14.772658] proc: unrecognized mount option \"hidepid=invisible\" or missing value [[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 ttymxc1[0m. [[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m. [[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m. [[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m. Starting [0;1;39mUpdate UTMP about System Runlevel Changes[0m... [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Runlevel Changes[0m. Debian GNU/Linux 11 debian-bullseye-armhf ttymxc1 debian-bullseye-armhf login: root (automatic login) Linux debian-bullseye-armhf 4.4.302-cip69-st14 #1 SMP Thu Jul 14 12:49:09 UTC 2022 armv7l 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/6819537/extract-nfsrootfs-rbrrm1vn' export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/6819537/extract-nfsrootfs-rbrrm1vn' / # export NFS_SERVER_IP='192.168.201.1' export NFS_SERVER_IP='192.168.201.1' / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-6819537/environment . /lava-6819537/environment / # /lava-6819537/bin/lava-test-runner /lava-6819537/0 /lava-6819537/bin/lava-test-runner /lava-6819537/0 + export TESTRUN_ID=0_dmesg + cd /lava-6819537/0/tests/0_dmesg + cat uuid + UUID=6819537_1.6.2.4.1 + set +x[ 24.105423] + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh [ 24.194593] [ 24.268022] [ 24.344124] + set +x [ 24.353278] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-6819537/environment / # . /lava-6819537/environment/lava-6819537/bin/lava-test-runner /lava-6819537/1 / # /lava-6819537/bin/lava-test-runner /lava-6819537/1 + export TESTRUN_ID=1_bootrr + cd /lava-6819537/1/tests/1_bootrr + cat uuid + UUID=6819537_1.6.2.4.5 + set +x[ 24.938373] + export PATH=/opt/bootrr/helpers:/lava-6819537/1/../bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + cd /opt/bootrr + sh helpers/bootrr-auto /lava-6819537/1/../bin/lava-test-case [ 25.003542] + set +x [ 25.052923] / #