Trying 192.168.56.21... Connected to conserv1. Escape character is '^]'. ser2net port telnet,3004 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.2.2:1.0-port0, 115200n81, local=false [] (Debian GNU/Linux) U-Boot SPL 2015.10-00061-g68849f9 (Jan 08 2016 - 17:01:43) U-Boot 2015.10-00061-g68849f9 (Jan 08 2016 - 17:01:43 +0100) CPU: Freescale i.MX6DL rev1.1 at 792 MHz Reset cause: POR Board: UDOO DualLite DRAM: 1 GiB MMC: FSL_SDHC: 0 *** Warning - bad CRC, using default environment No panel detected: default to HDMI Display: HDMI (1024x768) In: serial Out: serial Err: serial Net: using phy at 6 FEC [PRIME] 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 FEC 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.31 (3806 ms) => setenv serverip 192.168.56.75 setenv serverip 192.168.56.75 => tftp 0x12000000 269310/tftp-deploy-makl8652/kernel/zImage tftp 0x12000000 269310/tftp-deploy-makl8652/kernel/zImage Using FEC device TFTP from server 192.168.56.75; our IP address is 192.168.56.31 Filename '269310/tftp-deploy-makl8652/kernel/zImage'. Load address: 0x12000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################ 9.6 MiB/s done Bytes transferred = 6423184 (620290 hex) => tftp 0x13000000 269310/tftp-deploy-makl8652/ramdisk/ramdisk.cpio.gz.uboot tftp 0x13000000 269310/tftp-deploy-makl8652/ramdisk/ramdisk.cpio.gz.uboot Using FEC device TFTP from server 192.168.56.75; our IP address is 192.168.56.31 Filename '269310/tftp-deploy-makl8652/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x13000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################# 10.4 MiB/s done Bytes transferred = 8831478 (86c1f6 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x18000000 269310/tftp-deploy-makl8652/dtb/imx6dl-udoo.dtb tftp 0x18000000 269310/tftp-deploy-makl8652/dtb/imx6dl-udoo.dtb Using FEC device TFTP from server 192.168.56.75; our IP address is 192.168.56.31 Filename '269310/tftp-deploy-makl8652/dtb/imx6dl-udoo.dtb'. Load address: 0x18000000 Loading: *## 6.4 MiB/s done Bytes transferred = 26869 (68f5 hex) => setenv bootargs 'console=ttymxc1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttymxc1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' => bootz 0x12000000 0x13000000 0x18000000 bootz 0x12000000 0x13000000 0x18000000 Kernel image @ 0x12000000 [ 0x000000 - 0x620290 ] ## Loading init Ramdisk from Legacy Image at 13000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 8831414 Bytes = 8.4 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 18000000 Booting using the fdt blob at 0x18000000 Using Device Tree in place at 18000000, end 180098f4 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.302-st38 (KernelCI@build-j1289089-arm-gcc-10-imx-v6-v7-defconfig-clwbl) (gcc version 10.2.1 20210110 (Debian 10.2.1-6) ) #1 SMP Mon Apr 3 11:51:16 UTC 2023 [ 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: Udoo i.MX6 Dual-lite Board [ 0.000000] bootconsole [uart0] enabled [ 0.000000] cma: Reserved 16 MiB at 0x4f000000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 11 pages/cpu @ef7be000 s14696 r8192 d22168 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/ram0 console_msg_format=syslog earlycon 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: 994108K/1048576K available (8245K kernel code, 443K rwdata, 2728K rodata, 448K init, 8296K bss, 38084K reserved, 16384K cma-reserved, 245760K 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 : 0xc0008000 - 0xc0abf834 (10975 kB) [ 0.000000] .init : 0xc0ac0000 - 0xc0b30000 ( 448 kB) [ 0.000000] .data : 0xc0b30000 - 0xc0b9ede0 ( 444 kB) [ 0.000000] .bss : 0xc0ba1000 - 0xc13bb390 (8297 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Running RCU self tests [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU lockdep checking is enabled. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2 [ 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 1 lines [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled [ 0.000000] L2C-310 cache controller enabled, 16 ways, 512 kB [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001 [ 0.000000] Switching to timer-based delay loop, resolution 333ns [ 0.000006] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns [ 0.008193] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns [ 0.019004] Console: colour dummy device 80x30 [ 0.022271] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.030030] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.034097] ... MAX_LOCK_DEPTH: 48 [ 0.038286] ... MAX_LOCKDEP_KEYS: 8191 [ 0.042624] ... CLASSHASH_SIZE: 4096 [ 0.046985] ... MAX_LOCKDEP_ENTRIES: 32768 [ 0.051411] ... MAX_LOCKDEP_CHAINS: 65536 [ 0.055847] ... CHAINHASH_SIZE: 32768 [ 0.060296] memory used by lock dependency info: 5167 kB [ 0.065679] per task-struct memory footprint: 1536 bytes [ 0.071110] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000) [ 0.081255] pid_max: default: 32768 minimum: 301 [ 0.086170] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.092506] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.101153] CPU: Testing write buffer coherency: ok [ 0.104399] CPU0: Spectre v2: using BPIALL workaround [ 0.110205] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.115176] Setting up static identity map for 0x10008280 - 0x100082f0 [ 0.125782] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.125790] CPU1: Spectre v2: using BPIALL workaround [ 0.134019] Brought up 2 CPUs [ 0.136630] SMP: Total of 2 processors activated (12.00 BogoMIPS). [ 0.142781] CPU: All CPU(s) started in SVC mode. [ 0.149338] devtmpfs: initialized [ 0.171096] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.176660] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.185765] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.193313] pinctrl core: initialized pinctrl subsystem [ 0.200058] NET: Registered protocol family 16 [ 0.204381] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.210634] CPU identified as i.MX6DL, silicon rev 1.1 [ 0.252058] No ATAGs? [ 0.252133] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.259512] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.267808] imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver [ 0.323029] mxs-dma 110000.dma-apbh: initialized [ 0.328198] vgaarb: loaded [ 0.329178] SCSI subsystem initialized [ 0.332953] usbcore: registered new interface driver usbfs [ 0.337464] usbcore: registered new interface driver hub [ 0.342686] usbcore: registered new device driver usb [ 0.349569] i2c i2c-1: IMX I2C adapter registered [ 0.352338] i2c i2c-1: can't use DMA [ 0.356029] Linux video capture interface: v2.00 [ 0.360757] pps_core: LinuxPPS API ver. 1 registered [ 0.365461] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.374671] PTP clock support registered [ 0.379191] Advanced Linux Sound Architecture Driver Initialized. [ 0.387072] Bluetooth: Core ver 2.21 [ 0.388253] NET: Registered protocol family 31 [ 0.392604] Bluetooth: HCI device and connection manager initialized [ 0.399036] Bluetooth: HCI socket layer initialized [ 0.403842] Bluetooth: L2CAP socket layer initialized [ 0.409025] Bluetooth: SCO socket layer initialized [ 0.416150] clocksource: Switched to clocksource mxc_timer1 [ 0.448647] NET: Registered protocol family 2 [ 0.450436] IP idents hash table entries: 16384 (order: 5, 131072 bytes) [ 0.458857] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.464016] TCP bind hash table entries: 8192 (order: 6, 294912 bytes) [ 0.471781] TCP: Hash tables configured (established 8192 bind 8192) [ 0.477032] UDP hash table entries: 512 (order: 3, 40960 bytes) [ 0.482873] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes) [ 0.489623] NET: Registered protocol family 1 [ 0.494408] RPC: Registered named UNIX socket transport module. [ 0.499351] RPC: Registered udp transport module. [ 0.504006] RPC: Registered tcp transport module. [ 0.508729] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.515932] Trying to unpack rootfs image as initramfs... [ 1.323465] Freeing initrd memory: 8628K [ 1.325812] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 1.353123] VFS: Disk quotas dquot_6.6.0 [ 1.354650] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.367416] NFS: Registering the id_resolver key type [ 1.369813] Key type id_resolver registered [ 1.373794] Key type id_legacy registered [ 1.377996] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 1.385630] fuse init (API version 7.23) [ 1.396379] bounce: pool size: 64 pages [ 1.397478] io scheduler noop registered [ 1.401290] io scheduler deadline registered [ 1.405628] io scheduler cfq registered (default) [ 1.410949] imx-weim 21b8000.weim: Driver registered. [ 1.427252] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2 [ 1.433905] imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware [ 1.443390] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 284, base_baud = 5000000) is a IMX [ 1.453281] console [ttymxc1] enabled [ 1.453281] console [ttymxc1] enabled [ 1.457787] bootconsole [uart0] disabled [ 1.457787] bootconsole [uart0] disabled [ 1.468199] [drm] Initialized drm 1.1.0 20060810 [ 1.481658] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 1.488331] [drm] No driver support for vblank timestamp query. [ 1.494799] imx-drm display-subsystem: bound imx-ipuv3-crtc.2 (ops ipu_crtc_ops) [ 1.502469] imx-drm display-subsystem: bound imx-ipuv3-crtc.3 (ops ipu_crtc_ops) [ 1.510333] dwhdmi-imx 120000.hdmi: Detected HDMI controller 0x13:0x1a:0xa0:0xc1 [ 1.519172] imx-drm display-subsystem: bound 120000.hdmi (ops dw_hdmi_imx_ops) [ 1.527090] imx-drm display-subsystem: No connectors reported connected with modes [ 1.534682] [drm] Cannot find any crtc or sizes - going 1024x768 [ 1.554747] Console: switching to colour frame buffer device 128x48 [ 1.566400] imx-drm display-subsystem: fb0: frame buffer device [ 1.596203] [drm] Initialized imx-drm 1.0.0 20120507 on minor 0 [ 1.602170] imx-ipuv3 2400000.ipu: IPUv3H probed [ 1.634544] brd: module loaded [ 1.654737] loop: module loaded [ 1.662725] CAN device driver interface [ 1.669679] 2188000.ethernet supply phy not found, using dummy regulator [ 1.677599] pps pps0: new PPS source ptp0 [ 1.715995] fec 2188000.ethernet eth0: registered PHC device 0 [ 1.723395] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.730048] ehci-pci: EHCI PCI platform driver [ 1.734655] ehci-mxc: Freescale On-Chip EHCI Host driver [ 1.740460] usbcore: registered new interface driver usb-storage [ 1.754100] ci_hdrc ci_hdrc.0: EHCI Host Controller [ 1.759469] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1 [ 1.786204] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00 [ 1.795078] hub 1-0:1.0: USB hub found [ 1.799108] hub 1-0:1.0: 1 port detected [ 1.806584] mousedev: PS/2 mouse device common for all mice [ 1.818260] snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0 [ 1.827228] i2c /dev entries driver [ 1.832839] IR NEC protocol handler initialized [ 1.837450] IR RC5(x/sz) protocol handler initialized [ 1.842518] IR RC6 protocol handler initialized [ 1.847097] IR JVC protocol handler initialized [ 1.851644] IR Sony protocol handler initialized [ 1.856299] IR SANYO protocol handler initialized [ 1.861019] IR Sharp protocol handler initialized [ 1.865738] IR MCE Keyboard/mouse protocol handler initialized [ 1.871611] IR XMP protocol handler initialized [ 1.878636] coda 2040000.vpu: unable to alloc iram [ 1.888353] coda 2040000.vpu: Direct firmware load for v4l-coda960-imx6dl.bin failed with error -2 [ 1.897392] coda 2040000.vpu: firmware request failed [ 1.902940] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0) [ 1.909128] Bluetooth: HCI UART driver ver 2.3 [ 1.913585] Bluetooth: HCI UART protocol H4 registered [ 1.918777] Bluetooth: HCI UART protocol LL registered [ 1.925368] sdhci: Secure Digital Host Controller Interface driver [ 1.931600] sdhci: Copyright(c) Pierre Ossman [ 1.935974] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.942991] sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode [ 1.952305] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO [ 1.957829] sdhci-esdhc-imx 2198000.usdhc: No vmmc regulator found [ 1.964022] sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found [ 2.016536] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA [ 2.033626] caam 2100000.caam: Entropy delay = 3200 [ 2.038634] usb 1-1: new high-speed USB device number 2 using ci_hdrc [ 2.099365] caam 2100000.caam: Instantiated RNG4 SH0 [ 2.108488] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.122596] mmc0: new high speed SDXC card at address 59b4 [ 2.130056] mmcblk0: mmc0:59b4 SD128 119 GiB [ 2.138514] mmcblk0: p1 p2 [ 2.160131] caam 2100000.caam: Instantiated RNG4 SH1 [ 2.165223] caam 2100000.caam: device ID = 0x0a16010000000100 (Era 4) [ 2.171709] caam 2100000.caam: job rings = 2, qi = 0 [ 2.188853] caam algorithms registered in /proc/crypto [ 2.199230] caam_jr 2101000.jr0: registering rng-caam [ 2.204986] usbcore: registered new interface driver usbhid [ 2.210619] usbhid: USB HID core driver [ 2.220475] fsl-asrc 2034000.asrc: driver registered [ 2.231083] NET: Registered protocol family 10 [ 2.238717] sit: IPv6 over IPv4 tunneling driver [ 2.245308] NET: Registered protocol family 17 [ 2.249933] can: controller area network core (rev 20120528 abi 9) [ 2.256662] NET: Registered protocol family 29 [ 2.261134] can: raw protocol (rev 20120528) [ 2.265546] can: broadcast manager protocol (rev 20120528 t) [ 2.271376] can: netlink gateway (rev 20130117) max_hops=1 [ 2.279749] hub 1-1:1.0: USB hub found [ 2.284142] Key type dns_resolver registered [ 2.292705] hub 1-1:1.0: 4 ports detected [ 2.297336] Registering SWP/SWPB emulation handler [ 2.308369] imx_thermal 2000000.aips-bus:tempmon: Extended Commercial CPU temperature grade - max:105C critical:100C passive:95C [ 2.321934] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:00 UTC (0) [ 2.385269] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet-1:06, irq=-1) [ 2.397191] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 2.576287] usb 1-1.3: new high-speed USB device number 3 using ci_hdrc [ 6.377958] fec 2188000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 6.396938] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 6.417531] Sending DHCP requests ..., OK [ 13.356297] IP-Config: Got DHCP answer from 192.168.56.254, my address is 192.168.56.31 [ 13.365333] IP-Config: Complete: [ 13.368690] device=eth0, hwaddr=00:c0:08:88:29:80, ipaddr=192.168.56.31, mask=255.255.255.0, gw=192.168.56.254 [ 13.379227] host=192.168.56.31, domain=mayfield.sirena.org.uk, nis-domain=(none) [ 13.387134] bootserver=192.168.56.254, rootserver=192.168.56.254, rootpath= [ 13.394374] nameserver0=192.168.56.254 [ 13.400660] ALSA device list: [ 13.403639] No soundcards found. [ 13.408890] Freeing unused kernel memory: 448K [ 13.478096] devpts: called with bogus options Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: [ 13.678409] udevd[168]: starting version 3.2.9 [ 13.684347] random: udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available) [ 13.694082] random: udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available) [ 13.703374] random: udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available) [ 13.722157] udevd[168]: specified user 'tss' unknown [ 13.727356] udevd[168]: specified group 'tss' unknown [ 13.737537] udevd[169]: starting eudev-3.2.9 [ 13.835128] random: udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available) udevadm settle failed done Saving random seed: [ 44.204306] random: dd: uninitialized urandom read (512 bytes read, 38 bits of entropy available) OK Starting network: ip: RTNETLINK answers: File exists FAIL Starting dropbear sshd: [ 44.390527] random: dropbear: uninitialized urandom read (32 bytes read, 38 bits of entropy available) OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-269310/environment . /lava-269310/environment / # /lava-269310/bin/lava-test-runner /lava-269310/0 /lava-269310/bin/lava-test-runner /lava-269310/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-269310/0/tests/0_dmesg + cat uuid + UUID=269310_1.5.2.4.1[ 45.118094] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh [ 45.196336] [ 45.256907] [ 45.313669] + set +x[ 45.324091] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-269310/environment / # . /lava-269310/environment/lava-269310/bin/lava-test-runner /lava-269310/1 / # /lava-269310/bin/lava-test-runner /lava-269310/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-269310/1/tests/1_bootrr + cat uuid + UUID=269310_1.5.2.4.5 [ 45.919068] + set +x + export 'PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-269310/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto /lava-269310/1/../bin/lava-test-case [ 45.982220] /lava-269310/1/../bin/lava-test-case [ 46.057653] /lava-269310/1/../bin/lava-test-case [ 46.099658] /lava-269310/1/../bin/lava-test-case [ 46.168694] /lava-269310/1/../bin/lava-test-case [ 46.238102] /lava-269310/1/../bin/lava-test-case [ 47.330175] /lava-269310/1/../bin/lava-test-case [ 47.414192] /lava-269310/1/../bin/lava-test-case [ 47.455575] /lava-269310/1/../bin/lava-test-case [ 47.501068] /lava-269310/1/../bin/lava-test-case [ 47.563947] /lava-269310/1/../bin/lava-test-case [ 47.619130] /lava-269310/1/../bin/lava-test-case [ 47.687658] /lava-269310/1/../bin/lava-test-case [ 47.741084] /lava-269310/1/../bin/lava-test-case [ 47.804523] /lava-269310/1/../bin/lava-test-case [ 47.850963] /lava-269310/1/../bin/lava-test-case [ 47.907935] /lava-269310/1/../bin/lava-test-case [ 47.957674] /lava-269310/1/../bin/lava-test-case [ 48.025338] /lava-269310/1/../bin/lava-test-case [ 48.093768] /lava-269310/1/../bin/lava-test-case [ 48.148666] /lava-269310/1/../bin/lava-test-case [ 49.249163] /lava-269310/1/../bin/lava-test-case [ 49.324167] /lava-269310/1/../bin/lava-test-case [ 50.420931] /lava-269310/1/../bin/lava-test-case [ 51.503850] /lava-269310/1/../bin/lava-test-case [ 51.565249] /lava-269310/1/../bin/lava-test-case [ 51.624167] /lava-269310/1/../bin/lava-test-case [ 51.678804] /lava-269310/1/../bin/lava-test-case [ 52.764644] /lava-269310/1/../bin/lava-test-case [ 53.872018] /lava-269310/1/../bin/lava-test-case [ 54.987073] /lava-269310/1/../bin/lava-test-case [ 56.077990] + set +x [ 56.098086] / #