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.188 (9 ms) => setenv serverip 10.201.1.8 setenv serverip 10.201.1.8 => tftp 0x40000000 2645064/tftp-deploy-1abf4gf2/kernel/zImage tftp 0x40000000 2645064/tftp-deploy-1abf4gf2/kernel/zImage Using asix_eth device TFTP from server 10.201.1.8; our IP address is 10.201.3.188 Filename '2645064/tftp-deploy-1abf4gf2/kernel/zImage'. Load address: 0x40000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ##### 1.1 MiB/s done Bytes transferred = 4833192 (49bfa8 hex) => tftp 0x44300000 2645064/tftp-deploy-1abf4gf2/ramdisk/ramdisk.cpio.gz.uboot tftp 0x44300000 2645064/tftp-deploy-1abf4gf2/ramdisk/ramdisk.cpio.gz.uboot Using asix_eth device TFTP from server 10.201.1.8; our IP address is 10.201.3.188 Filename '2645064/tftp-deploy-1abf4gf2/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x44300000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ####################### 1.1 MiB/s done Bytes transferred = 7963593 (7983c9 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x44000000 2645064/tftp-deploy-1abf4gf2/dtb/sun5i-a13-olinuxino-micro.dtb tftp 0x44000000 2645064/tftp-deploy-1abf4gf2/dtb/sun5i-a13-olinuxino-micro.dtb Using asix_eth device TFTP from server 10.201.1.8; our IP address is 10.201.3.188 Filename '2645064/tftp-deploy-1abf4gf2/dtb/sun5i-a13-olinuxino-micro.dtb'. Load address: 0x44000000 Loading: *## 593.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 0x40000000 0x44300000 0x44000000 bootz 0x40000000 0x44300000 0x44000000 ## Loading init Ramdisk from Legacy Image at 44300000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 7963529 Bytes = 7.6 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 44000000 Booting using the fdt blob at 0x44000000 Using Device Tree in place at 44000000, end 44006dd1 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.145-cip17 (KernelCI@build-j292217-arm-gcc-10-sunxi-defconfig-6h9b5) (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 Oct 11 09:42:55 UTC 2022 [ 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: 137944K/259072K available (7168K kernel code, 904K rwdata, 1948K rodata, 1024K init, 272K bss, 22824K 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.000022] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <6>[ 0.008126] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>[ 0.017677] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370868154 ns <6>[ 0.027285] Console: colour dummy device 80x30 <6>[ 0.032103] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408) <6>[ 0.074168] pid_max: default: 32768 minimum: 301 <6>[ 0.079198] 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.095492] CPU: Testing write buffer coherency: ok <3>[ 0.100720] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable <6>[ 0.110770] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.116861] Setting up static identity map for 0x40100000 - 0x40100060 <6>[ 0.123883] rcu: Hierarchical SRCU implementation. <6>[ 0.129455] smp: Bringing up secondary CPUs ... <6>[ 0.134249] smp: Brought up 1 node, 1 CPU <6>[ 0.138547] SMP: Total of 1 processors activated (1001.88 BogoMIPS). <6>[ 0.145162] CPU: All CPU(s) started in SVC mode. <6>[ 0.150535] devtmpfs: initialized <6>[ 0.157716] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.165895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.176023] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.188866] pinctrl core: initialized pinctrl subsystem <6>[ 0.195934] NET: Registered protocol family 16 <6>[ 0.202406] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.210416] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.210761] hw-breakpoint: debug architecture 0x4 unsupported. <5>[ 0.240318] SCSI subsystem initialized <6>[ 0.244939] usbcore: registered new interface driver usbfs <6>[ 0.250822] usbcore: registered new interface driver hub <6>[ 0.256436] usbcore: registered new device driver usb <6>[ 0.261978] mc: Linux media interface: v0.10 <6>[ 0.266534] videodev: Linux video capture interface: v2.00 <6>[ 0.272411] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.277651] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.287049] PTP clock support registered <6>[ 0.291792] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.299369] clocksource: Switched to clocksource timer <6>[ 0.305675] simple-framebuffer 4fd00000.framebuffer: framebuffer at 0x4fd00000, 0x300000 bytes, mapped to 0x(ptrval) <6>[ 0.316601] simple-framebuffer 4fd00000.framebuffer: format=x8r8g8b8, mode=1024x768x32, linelength=4096 <6>[ 0.337462] Console: switching to colour frame buffer device 128x48 <6>[ 0.354438] simple-framebuffer 4fd00000.framebuffer: fb0: simplefb registered! <6>[ 0.369168] NET: Registered protocol family 2 <6>[ 0.374168] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.382232] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) <6>[ 0.390907] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.398842] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) <6>[ 0.406272] TCP: Hash tables configured (established 2048 bind 2048) <6>[ 0.413023] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.419850] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.427215] NET: Registered protocol family 1 <6>[ 0.432697] RPC: Registered named UNIX socket transport module. <6>[ 0.438888] RPC: Registered udp transport module. <6>[ 0.443913] RPC: Registered tcp transport module. <6>[ 0.448873] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.455893] Unpacking initramfs... <6>[ 0.955975] Freeing initrd memory: 7780K <6>[ 0.961813] workingset: timestamp_bits=30 max_order=16 bucket_order=0 <5>[ 0.974805] NFS: Registering the id_resolver key type <5>[ 0.980321] Key type id_resolver registered <5>[ 0.984766] Key type id_legacy registered <6>[ 0.989150] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 0.996855] io scheduler mq-deadline registered <6>[ 1.001666] io scheduler kyber registered <3>[ 1.006689] sun4i-usb-phy 1c13400.phy: Couldn't request ID GPIO <6>[ 1.015341] sun5i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver <6>[ 1.075397] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled <4>[ 1.084131] sun5i-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator <6>[ 1.093767] printk: console [ttyS0] disabled <6>[ 1.118431] 1c28400.serial: ttyS0 at MMIO 0x1c28400 (irq = 32, base_baud = 1500000) is a U6_16550A <6>[ 1.127735] printk: console [ttyS0] enabled <6>[ 1.127735] printk: console [ttyS0] enabled <6>[ 1.136638] printk: bootconsole [uart0] disabled <6>[ 1.136638] printk: bootconsole [uart0] disabled <6>[ 1.152999] CAN device driver interface <6>[ 1.157681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 1.164585] ehci-platform: EHCI generic platform driver <6>[ 1.170517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 1.176984] ohci-platform: OHCI generic platform driver <6>[ 1.184119] i2c /dev entries driver <4>[ 1.188099] sun5i-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator <6>[ 1.200173] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) <6>[ 1.210840] sun4i-ss 1c15000.crypto-engine: Die ID 1 <4>[ 1.216431] sun5i-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator <6>[ 1.226459] sunxi-mmc 1c0f000.mmc: Got CD GPIO <6>[ 1.233609] usbcore: registered new interface driver usbhid <6>[ 1.239545] usbhid: USB HID core driver <6>[ 1.244927] cedrus 1c0e000.video-codec: Device registered as /dev/video0 <6>[ 1.254708] NET: Registered protocol family 17 <6>[ 1.259627] can: controller area network core <6>[ 1.264349] NET: Registered protocol family 29 <6>[ 1.269053] can: raw protocol <6>[ 1.272321] can: broadcast manager protocol <6>[ 1.276772] can: netlink gateway - max_hops=1 <5>[ 1.281668] Key type dns_resolver registered <5>[ 1.286283] Registering SWP/SWPB emulation handler <6>[ 1.303202] ehci-platform 1c14000.usb: EHCI Host Controller <6>[ 1.309083] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1 <6>[ 1.317821] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB <6>[ 1.326342] ehci-platform 1c14000.usb: irq 22, io mem 0x01c14000 <6>[ 1.359396] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00 <6>[ 1.366720] hub 1-0:1.0: USB hub found <6>[ 1.371778] hub 1-0:1.0: 1 port detected <6>[ 1.377476] ohci-platform 1c14400.usb: Generic Platform OHCI controller <6>[ 1.384499] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 2 <6>[ 1.393841] ohci-platform 1c14400.usb: irq 23, io mem 0x01c14400 <4>[ 1.405693] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 1.417707] mmc0: new high speed SD card at address 0007 <6>[ 1.425233] mmcblk0: mmc0:0007 SD02G 1.90 GiB <6>[ 1.433331] mmcblk0: p1 p2 <6>[ 1.474316] hub 2-0:1.0: USB hub found <6>[ 1.478400] hub 2-0:1.0: 1 port detected <4>[ 1.484150] usb_phy_generic usb_phy_generic.0.auto: supply vcc not found, using dummy regulator <4>[ 1.493448] usb_phy_generic usb_phy_generic.0.auto: dummy supplies not allowed for exclusive requests <6>[ 1.503832] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver <6>[ 1.509952] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3 <6>[ 1.519541] hub 3-0:1.0: USB hub found <6>[ 1.524538] hub 3-0:1.0: 1 port detected <6>[ 1.659432] usb 1-1: new high-speed USB device number 2 using ehci-platform <6>[ 14.019552] ALSA device list: <6>[ 14.022816] No soundcards found. <6>[ 14.031096] Freeing unused kernel memory: 1024K <6>[ 14.036832] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 14.231024] udevd[89]: starting version 3.2.9 <5>[ 14.236864] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 14.244708] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 14.251706] random: udevd: uninitialized urandom read (16 bytes read) <27>[ 14.267706] udevd[89]: specified user 'tss' unknown <27>[ 14.273347] udevd[89]: specified group 'tss' unknown <30>[ 14.291170] udevd[90]: starting eudev-3.2.9 done Saving random seed: <5>[ 15.742633] random: dd: uninitialized urandom read (32 bytes read) OK Starting network: OK Starting dropbear sshd: <5>[ 15.856598] 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-2645064/environment . /lava-2645064/environment / # /lava-2645064/bin/lava-test-runner /lava-2645064/0 /lava-2645064/bin/lava-test-runner /lava-2645064/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-2645064/0/tests/0_dmesg + cat uuid + UUID=2645064_1.5.2.4.1 <8>[ 16.542960] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 16.595726] <8>[ 16.644301] <8>[ 16.692563] + set +x <8>[ 16.703280] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-2645064/environment / # . /lava-2645064/environment/lava-2645064/bin/lava-test-runner /lava-2645064/1 / # /lava-2645064/bin/lava-test-runner /lava-2645064/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-2645064/1/tests/1_bootrr + cat uuid + UUID=2645064_1.5.2.4.5 + set +x <8>[ 17.258452] + export 'PATH=/opt/bootrr/helpers:/lava-2645064/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr + sh helpers/bootrr-auto /lava-2645064/1/../bin/lava-test-case <8>[ 18.319194] /lava-2645064/1/../bin/lava-test-case <8>[ 18.366317] /lava-2645064/1/../bin/lava-test-case <8>[ 18.394720] + set +x <8>[ 18.416450] / #