Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. U-Boot 2019.04-lf-5.4.y_v2019.04+g228843cdf5 (Feb 24 2020 - 11:58:52 +0000) CPU: Freescale i.MX6UL rev1.2 696 MHz (running at 396 MHz) CPU: Automotive temperature grade (-40C to 125C) at 31C Reset cause: POR Model: Freescale i.MX6 UltraLite 14x14 EVK Board Board: MX6UL 14x14 EVK DRAM: 512 MiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 Loading Environment from MMC... *** Warning - bad CRC, using default environment Display: TFT43AB (480x272) Video: 480x272x24 In: serial Out: serial Err: serial switch to partitions #0, OK mmc1 is current device flash target is MMC:1 Net: Warning: ethernet@020b4000 using MAC address from ROM eth1: ethernet@020b4000 [PRIME] Warning: ethernet@02188000 using MAC address from ROM , eth0: ethernet@02188000 Fastboot: Normal Normal Boot 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 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 172.16.1.212 (1341 ms) => setenv serverip 59.144.98.45 setenv serverip 59.144.98.45 => tftp ${loadaddr} 1244893/tftp-deploy-jxs9w7fq/kernel/zImage tftp ${loadaddr} 1244893/tftp-deploy-jxs9w7fq/kernel/zImage Using ethernet@020b4000 device TFTP from server 59.144.98.45; our IP address is 172.16.1.212; sending through gateway 172.16.1.4 Filename '1244893/tftp-deploy-jxs9w7fq/kernel/zImage'. Load address: 0x80800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################ 5.1 MiB/s done Bytes transferred = 10473984 (9fd200 hex) => tftp ${initrd_addr} 1244893/tftp-deploy-jxs9w7fq/ramdisk/ramdisk.cpio.gz.uboot tftp ${initrd_addr} 1244893/tftp-deploy-jxs9w7fq/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@020b4000 device TFTP from server 59.144.98.45; our IP address is 172.16.1.212; sending through gateway 172.16.1.4 Filename '1244893/tftp-deploy-jxs9w7fq/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x86800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# 4.9 MiB/s done Bytes transferred = 17173127 (1060a87 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp ${fdt_addr} 1244893/tftp-deploy-jxs9w7fq/dtb/imx6ul-14x14-evk.dtb tftp ${fdt_addr} 1244893/tftp-deploy-jxs9w7fq/dtb/imx6ul-14x14-evk.dtb Using ethernet@020b4000 device TFTP from server 59.144.98.45; our IP address is 172.16.1.212; sending through gateway 172.16.1.4 Filename '1244893/tftp-deploy-jxs9w7fq/dtb/imx6ul-14x14-evk.dtb'. Load address: 0x83000000 Loading: *### 3.8 MiB/s done Bytes transferred = 31711 (7bdf hex) => setenv bootargs 'console=ttymxc0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttymxc0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' => bootz ${loadaddr} ${initrd_addr} ${fdt_addr} bootz ${loadaddr} ${initrd_addr} ${fdt_addr} Kernel image @ 0x80800000 [ 0x000000 - 0x9fd200 ] ## Loading init Ramdisk from Legacy Image at 86800000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 17173063 Bytes = 16.4 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 Using Device Tree in place at 83000000, end 8300abde ft_system_setup for mx6 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.1.45-cip3 (KernelCI@build-j17693-arm-gcc-10-multi-v7-defconfig-gpbrv) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Tue Aug 22 15:18:56 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Freescale i.MX6 UltraLite 14x14 EVK Board [ 0.000000] earlycon: ec_imx6q0 at MMIO 0x02020000 (options '') [ 0.000000] printk: bootconsole [ec_imx6q0] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0x9c000000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x000000009fffffff] [ 0.000000] Normal empty [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fffffff] [ 0.000000] percpu: Embedded 16 pages/cpu s34580 r8192 d22764 u65536 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttymxc0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 410696K/524288K available (14336K kernel code, 2468K rwdata, 6256K rodata, 2048K init, 428K bss, 48056K reserved, 65536K cma-reserved, 0K highmem) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] trace event string verifier disabled <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] Switching to timer-based delay loop, resolution 41ns <6>[ 0.000003] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <6>[ 0.008088] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>[ 0.025581] Console: colour dummy device 80x30 <6>[ 0.027575] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) <6>[ 0.038187] CPU: Testing write buffer coherency: ok <6>[ 0.043233] pid_max: default: 32768 minimum: 301 <6>[ 0.048544] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.055677] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.065846] CPU0: update cpu_capacity 1024 <6>[ 0.068024] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.076248] Setting up static identity map for 0x80300000 - 0x803000ac <6>[ 0.083297] rcu: Hierarchical SRCU implementation. <6>[ 0.085858] rcu: Max phase no-delay instances is 1000. <6>[ 0.097348] EFI services will not be available. <6>[ 0.099865] smp: Bringing up secondary CPUs ... <6>[ 0.104114] smp: Brought up 1 node, 1 CPU <6>[ 0.108453] SMP: Total of 1 processors activated (48.00 BogoMIPS). <6>[ 0.114813] CPU: All CPU(s) started in SVC mode. <6>[ 0.120957] devtmpfs: initialized <6>[ 0.137597] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 <6>[ 0.143357] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.152939] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.165149] pinctrl core: initialized pinctrl subsystem <6>[ 0.175142] DMI not present or invalid. <6>[ 0.178613] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.187562] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.197941] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.198170] cpuidle: using governor menu <6>[ 0.206568] CPU identified as i.MX6UL, silicon rev 1.2 <6>[ 0.268394] platform 21c4000.csi: Fixed dependency cycle(s) with /soc/bus@2100000/i2c@21a4000/camera@3c <6>[ 0.286111] platform 21c8000.lcdif: Fixed dependency cycle(s) with /panel <6>[ 0.292808] No ATAGs? <6>[ 0.293024] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.301249] hw-breakpoint: maximum watchpoint size is 8 bytes. <6>[ 0.314714] imx6ul-pinctrl 20e0000.pinctrl: initialized IMX pinctrl driver <6>[ 0.332044] Serial: AMBA PL011 UART driver <6>[ 3.110134] iommu: Default domain type: Translated <6>[ 3.112463] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 3.121144] SCSI subsystem initialized <6>[ 3.124334] usbcore: registered new interface driver usbfs <6>[ 3.128836] usbcore: registered new interface driver hub <6>[ 3.134504] usbcore: registered new device driver usb <6>[ 3.144199] i2c i2c-0: IMX I2C adapter registered <6>[ 3.149436] i2c i2c-1: IMX I2C adapter registered <6>[ 3.154641] pps_core: LinuxPPS API ver. 1 registered <6>[ 3.157158] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 3.166501] PTP clock support registered <6>[ 3.171209] EDAC MC: Ver: 3.0.0 <6>[ 3.183368] vgaarb: loaded <6>[ 3.184531] clocksource: Switched to clocksource mxc_timer1 <6>[ 3.316360] NET: Registered PF_INET protocol family <6>[ 3.319265] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 3.329630] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 3.335568] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 3.343480] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 3.351597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) <6>[ 3.359142] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 3.365725] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 3.372294] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 3.379978] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 3.387179] RPC: Registered named UNIX socket transport module. <6>[ 3.391572] RPC: Registered udp transport module. <6>[ 3.396626] RPC: Registered tcp transport module. <6>[ 3.401485] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 3.408243] PCI: CLS 0 bytes, default 64 <6>[ 3.414183] Trying to unpack rootfs image as initramfs... <6>[ 3.456403] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available <5>[ 3.466306] Initialise system trusted keyrings <6>[ 3.475959] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <6>[ 3.496791] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 3.536726] NFS: Registering the id_resolver key type <5>[ 3.539348] Key type id_resolver registered <5>[ 3.543668] Key type id_legacy registered <6>[ 3.548412] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 3.554971] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 3.562628] ntfs: driver 2.1.32 [Flags: R/O]. <5>[ 3.606926] Key type asymmetric registered <5>[ 3.608479] Asymmetric key parser 'x509' registered <6>[ 3.614004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) <6>[ 3.621430] io scheduler mq-deadline registered <6>[ 3.626098] io scheduler kyber registered <6>[ 3.854921] mxs-dma 1804000.dma-apbh: initialized <6>[ 4.213566] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled <6>[ 4.234356] SuperH (H)SCI(F) driver initiᱥ镑5 <6>[ 4.238928] printk: console [ttymxc0] enabled <6>[ 4.238928] printk: console [ttymxc0] enabled <6>[ 4.245927] printk: bootconsole [ec_imx6q0] disabled <6>[ 4.245927] printk: bootconsole [ec_imx6q0] disabled <6>[ 4.287700] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 201, base_baud = 5000000) is a IMX <6>[ 4.317516] msm_serial: driver initialized <6>[ 4.321927] STMicroelectronics ASC driver initialized <6>[ 4.330992] STM32 USART driver initialized <6>[ 4.462072] brd: module loaded <6>[ 4.502554] loop: module loaded <6>[ 4.544832] CAN device driver interface <6>[ 4.552792] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 4.634879] pps pps0: new PPS source ptp0 <6>[ 7.275296] Freeing initrd memory: 16772K <4>[ 7.284884] imx-sdma 20ec000.dma-controller: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2 <6>[ 7.295668] imx-sdma 20ec000.dma-controller: external firmware not found, using ROM firmware <6>[ 7.465131] fec 20b4000.ethernet eth0: registered PHC device 0 <6>[ 7.474906] pps pps1: new PPS source ptp1 <6>[ 10.064018] fec 2188000.ethernet eth1: registered PHC device 1 <6>[ 10.073197] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 10.078597] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 10.085026] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 10.090714] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 10.111583] pegasus: Pegasus/Pegasus II USB Ethernet driver <6>[ 10.117704] usbcore: registered new interface driver pegasus <6>[ 10.123825] usbcore: registered new interface driver asix <6>[ 10.129687] usbcore: registered new interface driver ax88179_178a <6>[ 10.136214] usbcore: registered new interface driver cdc_ether <6>[ 10.142447] usbcore: registered new interface driver smsc75xx <6>[ 10.148675] usbcore: registered new interface driver smsc95xx <6>[ 10.154898] usbcore: registered new interface driver net1080 <6>[ 10.160929] usbcore: registered new interface driver cdc_subset <6>[ 10.167295] usbcore: registered new interface driver zaurus <6>[ 10.173368] usbcore: registered new interface driver cdc_ncm <6>[ 10.195141] usbcore: registered new interface driver usb-storage <6>[ 10.221730] i2c_dev: i2c /dev entries driver <6>[ 10.286086] sdhci: Secure Digital Host Controller Interface driver <6>[ 10.292579] sdhci: Copyright(c) Pierre Ossman <6>[ 10.304281] Synopsys Designware Multimedia Card Interface Driver <6>[ 10.317107] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 10.337116] sdhci-esdhc-imx 2190000.mmc: Got CD GPIO <6>[ 10.348968] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 10.360402] usbcore: registered new interface driver usbhid <6>[ 10.366423] usbhid: USB HID core driver <6>[ 10.394780] NET: Registered PF_INET6 protocol family <6>[ 10.404003] Segment Routing with IPv6 <6>[ 10.408288] In-situ OAM (IOAM) with IPv6 <6>[ 10.412747] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 10.420731] NET: Registered PF_PACKET protocol family <6>[ 10.426200] can: controller area network core <6>[ 10.431007] NET: Registered PF_CAN protocol family <6>[ 10.436155] can: raw protocol <6>[ 10.439421] can: broadcast manager protocol <6>[ 10.443906] can: netlink gateway - max_hops=1 <5>[ 10.449443] Key type dns_resolver registered <6>[ 10.458571] ThumbEE CPU extension supported. <5>[ 10.463179] Registering SWP/SWPB emulation handler <5>[ 10.470764] Loading compiled-in X.509 certificates <6>[ 10.481899] mmc1: SDHCI controller on 2194000.mmc [2194000.mmc] using ADMA <6>[ 10.490171] mmc0: SDHCI controller on 2190000.mmc [2190000.mmc] using ADMA <4>[ 10.529484] imx_usb 2184000.usb: No over current polarity defined <6>[ 10.553686] ci_hdrc ci_hdrc.1: EHCI Host Controller <6>[ 10.559059] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1 <6>[ 10.597258] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 <6>[ 10.607467] hub 1-0:1.0: USB hub found <6>[ 10.611718] hub 1-0:1.0: 1 port detected <6>[ 10.623822] imx_thermal 20c8000.anatop:tempmon: Automotive CPU temperature grade - max:125C critical:120C passive:115C <4>[ 10.653382] mmc1: host does not support reading read-only switch, assuming write-enable <6>[ 10.670527] mmc1: new high speed SDHC card at address aaaa <6>[ 10.677641] mmcblk1: mmc1:aaaa SS16G 14.8 GiB <6>[ 10.692453] mmcblk1: p1 p2 <6>[ 10.740787] Micrel KSZ8081 or KSZ8091 20b4000.ethernet-1:01: attached PHY driver (mii_bus:phy_addr=20b4000.ethernet-1:01, irq=POLL) <6>[ 10.842401] Micrel KSZ8081 or KSZ8091 20b4000.ethernet-1:02: attached PHY driver (mii_bus:phy_addr=20b4000.ethernet-1:02, irq=POLL) <6>[ 13.917799] fec 20b4000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off <6>[ 13.925986] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 13.977192] Sending DHCP requests ., OK <6>[ 14.021967] IP-Config: Got DHCP answer from 172.16.1.4, my address is 172.16.1.212 <6>[ 14.030321] IP-Config: Complete: <6>[ 14.033914] device=eth0, hwaddr=00:04:9f:05:20:41, ipaddr=172.16.1.212, mask=255.255.255.0, gw=172.16.1.4 <6>[ 14.044619] host=172.16.1.212, domain=example.org, nis-domain=(none) <6>[ 14.051796] bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath= <6>[ 14.051878] nameserver0=172.16.1.4 <6>[ 14.075668] Freeing unused kernel image (initmem) memory: 2048K <6>[ 14.097551] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 14.372165] udevd[124]: starting version 3.2.9 <5>[ 16.704510] random: crng init done <27>[ 16.723378] udevd[124]: specified user 'tss' unknown <27>[ 16.729328] udevd[124]: specified group 'tss' unknown <30>[ 16.746785] udevd[125]: starting eudev-3.2.9 <6>[ 19.833636] caam 2140000.crypto: RNG4 SH0 was previously instantiated without prediction resistance. Tearing it down <6>[ 19.844622] caam 2140000.crypto: Deinstantiated RNG4 SH0 <6>[ 19.850240] caam 2140000.crypto: Instantiated RNG4 SH0 <6>[ 19.855710] caam 2140000.crypto: RNG4 SH1 was previously instantiated without prediction resistance. Tearing it down <6>[ 19.866551] caam 2140000.crypto: Deinstantiated RNG4 SH1 <6>[ 19.872156] caam 2140000.crypto: Instantiated RNG4 SH1 <6>[ 19.877619] caam 2140000.crypto: device ID = 0x0a16030000000000 (Era 8) <6>[ 19.884541] caam 2140000.crypto: job rings = 3, qi = 0 <6>[ 22.473678] spi-nor spi5.0: n25q256a (32768 Kbytes) <6>[ 24.543799] caam algorithms registered in /proc/crypto <6>[ 24.551639] caam 2140000.crypto: caam pkc algorithms registered in /proc/crypto <6>[ 24.559418] caam 2140000.crypto: registering rng-caam <6>[ 24.566287] caam 2140000.crypto: rng crypto API alg registered prng-caam done Saving random seed: OK Starting network: ip: RTNETLINK answers: File exists FAIL Starting dropbear sshd: OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-1244893/environment . /lava-1244893/environment / # /lava-1244893/bin/lava-test-runner /lava-1244893/0 /lava-1244893/bin/lava-test-runner /lava-1244893/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-1244893/0/tests/0_dmesg + cat uuid + UUID=1244893_1.5.2.4.1<8>[ 30.695305] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 30.767938] <8>[ 30.833810] <8>[ 30.900343] + set +x <8>[ 30.911712] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-1244893/environment / # . /lava-1244893/environment/lava-1244893/bin/lava-test-runner /lava-1244893/1 / # /lava-1244893/bin/lava-test-runner /lava-1244893/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-1244893/1/tests/1_bootrr + cat uuid + UUID=1244893_1.5.2.4.5<8>[ 36.676722] + set +x + export 'PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-1244893/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto regulator-can-3v3 platform: supplier spi4.0 not ready backlight-display platform: supplier 2080000.pwm not ready panel platform: supplier backlight-display not ready sound-wm8960 fsl-asoc-card: snd_soc_register_card failed 2090000.can platform: supplier regulator-can-3v3 not ready 2094000.can platform: supplier regulator-can-3v3 not ready 21c8000.lcdif mxsfb: Cannot connect bridge /lava-1244893/1/../bin/lava-test-case <8>[ 37.795261] /lava-1244893/1/../bin/lava-test-case <8>[ 37.857960] /lava-1244893/1/../bin/lava-test-case <8>[ 37.895284] + set +x <8>[ 37.922341] / #