Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. U-Boot SPL 2019.04-rc4-00059-g2b9b9cdd5f-dirty (Mar 29 2019 - 11:33:52 +0000) DRAM: 256 MiB CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2 Trying to boot from MMC1 U-Boot 2019.04-rc4-00059-g2b9b9cdd5f-dirty (Mar 29 2019 - 11:33:52 +0000) Allwinner Technology CPU: Allwinner A13 (SUN5I) Model: Olimex A13-Olinuxino Micro I2C: ready DRAM: 256 MiB MMC: mmc@1c0f000: 0 Loading Environment from FAT... *** Warning - bad CRC, using default environment Setting up a 1024x768 vga console (overscan 0x0) In: serial Out: vga Err: vga Net: No ethernet found. starting USB... USB0: USB EHCI 1.00 USB1: USB OHCI 1.0 scanning bus 0 for devices... Warning: asix_eth using MAC address from ROM 2 USB Device(s) found scanning bus 1 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  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 10.201.3.187 (12 ms) => setenv serverip 10.201.1.8 setenv serverip 10.201.1.8 => tftp 0x42000000 3198788/tftp-deploy-2a7y2hzu/kernel/zImage tftp 0x42000000 3198788/tftp-deploy-2a7y2hzu/kernel/zImage Using asix_eth device TFTP from server 10.201.1.8; our IP address is 10.201.3.187 Filename '3198788/tftp-deploy-2a7y2hzu/kernel/zImage'. Load address: 0x42000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###### 1.1 MiB/s done Bytes transferred = 4844960 (49eda0 hex) => tftp 0x43300000 3198788/tftp-deploy-2a7y2hzu/ramdisk/ramdisk.cpio.gz.uboot tftp 0x43300000 3198788/tftp-deploy-2a7y2hzu/ramdisk/ramdisk.cpio.gz.uboot Using asix_eth device TFTP from server 10.201.1.8; our IP address is 10.201.3.187 Filename '3198788/tftp-deploy-2a7y2hzu/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x43300000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###################### 1.1 MiB/s done Bytes transferred = 7950662 (795146 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x43000000 3198788/tftp-deploy-2a7y2hzu/dtb/sun5i-a13-olinuxino-micro.dtb tftp 0x43000000 3198788/tftp-deploy-2a7y2hzu/dtb/sun5i-a13-olinuxino-micro.dtb Using asix_eth device TFTP from server 10.201.1.8; our IP address is 10.201.3.187 Filename '3198788/tftp-deploy-2a7y2hzu/dtb/sun5i-a13-olinuxino-micro.dtb'. Load address: 0x43000000 Loading: *## 551.8 KiB/s done Bytes transferred = 15826 (3dd2 hex) => setenv bootargs 'console=ttyS0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttyS0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' => bootz 0x42000000 0x43300000 0x43000000 bootz 0x42000000 0x43300000 0x43000000 ## Loading init Ramdisk from Legacy Image at 43300000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 7950598 Bytes = 7.6 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 Using Device Tree in place at 43000000, end 43006dd1 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.165-cip24 (KernelCI@build-j904092-arm-gcc-10-sunxi-defconfig-c9m47) (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 Jan 24 12:18:23 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Olimex A13-Olinuxino Micro [ 0.000000] earlycon: uart0 at MMIO32 0x01c28400 (options '115200n8') [ 0.000000] printk: bootconsole [uart0] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Reserved memory: created CMA memory pool at 0x49c00000, size 96 MiB [ 0.000000] OF: reserved mem: initialized node default-pool, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000040000000-0x000000004fcfffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x000000004fcfffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fcfffff] [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] percpu: Embedded 15 pages/cpu s31180 r8192 d22068 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64262 [ 0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 137956K/259072K available (7168K kernel code, 904K rwdata, 1948K rodata, 1024K init, 272K bss, 22812K reserved, 98304K cma-reserved, 0K highmem) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 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.000021] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <6>[ 0.008127] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>[ 0.017659] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370868154 ns <6>[ 0.027284] Console: colour dummy device 80x30 <6>[ 0.032103] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408) <6>[ 0.074167] pid_max: default: 32768 minimum: 301 <6>[ 0.079192] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.086769] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.095493] CPU: Testing write buffer coherency: ok <3>[ 0.100713] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable <6>[ 0.110758] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.116852] Setting up static identity map for 0x40100000 - 0x40100060 <6>[ 0.123876] rcu: Hierarchical SRCU implementation. <6>[ 0.129429] smp: Bringing up secondary CPUs ... <6>[ 0.134233] smp: Brought up 1 node, 1 CPU <6>[ 0.138528] SMP: Total of 1 processors activated (1001.88 BogoMIPS). <6>[ 0.145144] CPU: All CPU(s) started in SVC mode. <6>[ 0.150511] devtmpfs: initialized <6>[ 0.157535] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.165772] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.175904] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.188749] pinctrl core: initialized pinctrl subsystem <6>[ 0.195815] NET: Registered protocol family 16 <6>[ 0.202286] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.210278] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.210627] hw-breakpoint: debug architecture 0x4 unsupported. <5>[ 0.240081] SCSI subsystem initialized <6>[ 0.244657] usbcore: registered new interface driver usbfs <6>[ 0.250533] usbcore: registered new interface driver hub <6>[ 0.256142] usbcore: registered new device driver usb <6>[ 0.261661] mc: Linux media interface: v0.10 <6>[ 0.266216] videodev: Linux video capture interface: v2.00 <6>[ 0.272085] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.277305] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.286726] PTP clock support registered <6>[ 0.291451] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.298986] clocksource: Switched to clocksource timer <6>[ 0.305305] simple-framebuffer 4fd00000.framebuffer: framebuffer at 0x4fd00000, 0x300000 bytes, mapped to 0x(ptrval) <6>[ 0.316228] simple-framebuffer 4fd00000.framebuffer: format=x8r8g8b8, mode=1024x768x32, linelength=4096 <6>[ 0.337083] Console: switching to colour frame buffer device 128x48 <6>[ 0.354060] simple-framebuffer 4fd00000.framebuffer: fb0: simplefb registered! <6>[ 0.368677] NET: Registered protocol family 2 <6>[ 0.373672] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.381734] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) <6>[ 0.390409] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.398336] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) <6>[ 0.405766] TCP: Hash tables configured (established 2048 bind 2048) <6>[ 0.412518] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.419359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.426720] NET: Registered protocol family 1 <6>[ 0.432150] RPC: Registered named UNIX socket transport module. <6>[ 0.438337] RPC: Registered udp transport module. <6>[ 0.443359] RPC: Registered tcp transport module. <6>[ 0.448318] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.455334] Unpacking initramfs... <6>[ 0.956191] Freeing initrd memory: 7768K <6>[ 0.962022] workingset: timestamp_bits=30 max_order=16 bucket_order=0 <5>[ 0.974973] NFS: Registering the id_resolver key type <5>[ 0.980483] Key type id_resolver registered <5>[ 0.984933] Key type id_legacy registered <6>[ 0.989338] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 0.997000] io scheduler mq-deadline registered <6>[ 1.001812] io scheduler kyber registered <3>[ 1.006811] sun4i-usb-phy 1c13400.phy: Couldn't request ID GPIO <6>[ 1.015433] sun5i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver <6>[ 1.074712] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled <4>[ 1.083344] sun5i-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator <6>[ 1.092935] printk: console [ttyS0] disabled <6>[ 1.117602] 1c28400.serial: ttyS0 at MMIO 0x1c28400 (irq = 32, base_baud = 1500000) is a U6_16550A <6>[ 1.126912] printk: console [ttyS0] enabled <6>[ 1.126912] printk: console [ttyS0] enabled <6>[ 1.135805] printk: bootconsole [uart0] disabled <6>[ 1.135805] printk: bootconsole [uart0] disabled <6>[ 1.152158] CAN device driver interface <6>[ 1.156857] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 1.163760] ehci-platform: EHCI generic platform driver <6>[ 1.169689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 1.176156] ohci-platform: OHCI generic platform driver <6>[ 1.183259] i2c /dev entries driver <4>[ 1.187249] sun5i-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator <6>[ 1.199286] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) <6>[ 1.209948] sun4i-ss 1c15000.crypto-engine: Die ID 1 <4>[ 1.215532] sun5i-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator <6>[ 1.225524] sunxi-mmc 1c0f000.mmc: Got CD GPIO <6>[ 1.232641] usbcore: registered new interface driver usbhid <6>[ 1.238484] usbhid: USB HID core driver <6>[ 1.243902] cedrus 1c0e000.video-codec: Device registered as /dev/video0 <6>[ 1.253676] NET: Registered protocol family 17 <6>[ 1.258474] can: controller area network core <6>[ 1.263334] NET: Registered protocol family 29 <6>[ 1.268041] can: raw protocol <6>[ 1.271304] can: broadcast manager protocol <6>[ 1.275754] can: netlink gateway - max_hops=1 <5>[ 1.280637] Key type dns_resolver registered <5>[ 1.285255] Registering SWP/SWPB emulation handler <6>[ 1.301893] ehci-platform 1c14000.usb: EHCI Host Controller <6>[ 1.307775] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1 <6>[ 1.316495] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB <6>[ 1.324988] ehci-platform 1c14000.usb: irq 22, io mem 0x01c14000 <6>[ 1.359812] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00 <6>[ 1.367221] hub 1-0:1.0: USB hub found <6>[ 1.371477] hub 1-0:1.0: 1 port detected <6>[ 1.377146] ohci-platform 1c14400.usb: Generic Platform OHCI controller <6>[ 1.384165] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 2 <6>[ 1.393494] ohci-platform 1c14400.usb: irq 23, io mem 0x01c14400 <4>[ 1.404503] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 1.416534] mmc0: new high speed SD card at address 0007 <6>[ 1.423270] mmcblk0: mmc0:0007 SD02G 1.90 GiB <6>[ 1.432217] mmcblk0: p1 p2 <6>[ 1.473917] hub 2-0:1.0: USB hub found <6>[ 1.478003] hub 2-0:1.0: 1 port detected <4>[ 1.483723] usb_phy_generic usb_phy_generic.0.auto: supply vcc not found, using dummy regulator <4>[ 1.493010] usb_phy_generic usb_phy_generic.0.auto: dummy supplies not allowed for exclusive requests <6>[ 1.503392] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver <6>[ 1.509520] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3 <6>[ 1.519100] hub 3-0:1.0: USB hub found <6>[ 1.524089] hub 3-0:1.0: 1 port detected <6>[ 1.659047] usb 1-1: new high-speed USB device number 2 using ehci-platform <6>[ 14.019164] ALSA device list: <6>[ 14.022432] No soundcards found. <6>[ 14.030731] Freeing unused kernel memory: 1024K <6>[ 14.036471] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 14.233489] udevd[89]: starting version 3.2.9 <5>[ 14.240072] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 14.247142] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 14.254472] random: udevd: uninitialized urandom read (16 bytes read) <27>[ 14.270659] udevd[89]: specified user 'tss' unknown <27>[ 14.276097] udevd[89]: specified group 'tss' unknown <30>[ 14.290822] udevd[90]: starting eudev-3.2.9 done Saving random seed: <5>[ 15.744873] random: dd: uninitialized urandom read (32 bytes read) OK Starting network: OK Starting dropbear sshd: <5>[ 15.861196] random: dropbear: uninitialized urandom read (32 bytes read) OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-3198788/environment . /lava-3198788/environment / # /lava-3198788/bin/lava-test-runner /lava-3198788/0 /lava-3198788/bin/lava-test-runner /lava-3198788/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-3198788/0/tests/0_dmesg + cat uuid + UUID=3198788_1.5.2.4.1 <8>[ 16.532627] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 16.586033] <8>[ 16.635164] <8>[ 16.684481] + set +x <8>[ 16.695113] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-3198788/environment / # . /lava-3198788/environment/lava-3198788/bin/lava-test-runner /lava-3198788/1 / # /lava-3198788/bin/lava-test-runner /lava-3198788/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-3198788/1/tests/1_bootrr + cat uuid + UUID=3198788_1.5.2.4.5 + set +x <8>[ 17.238913] + export 'PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-3198788/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto /lava-3198788/1/../bin/lava-test-case <8>[ 17.304531] /lava-3198788/1/../bin/lava-test-case <8>[ 17.351786] /lava-3198788/1/../bin/lava-test-case <8>[ 17.380269] + set +x <8>[ 17.402324] / #