Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'.  U-Boot SPL 2020.10 (Apr 28 2023 - 11:09:01 +0100) Trying to boot from MMC2 U-Boot 2020.10 (Apr 28 2023 - 11:09:01 +0100) CPU : AM335X-GP rev 2.1 Model: TI AM335x BeagleBone Black DRAM: 512 MiB WDT: Started with servicing (60s timeout) MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Loading Environment from FAT... Unable to use mmc 1:1... not set. Validating first E-fuse MAC Net: eth2: ethernet@4a100000, eth3: usb_ether 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 link up on port 0, speed 100, full duplex BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 192.168.1.86 (1013 ms) => setenv serverip 192.168.1.1 setenv serverip 192.168.1.1 => tftp 0x82000000 1131512/tftp-deploy-lu_rtn8b/kernel/zImage tftp 0x82000000 1131512/tftp-deploy-lu_rtn8b/kernel/zImage link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.1.1; our IP address is 192.168.1.86 Filename '1131512/tftp-deploy-lu_rtn8b/kernel/zImage'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ########################################################### 2 MiB/s done Bytes transferred = 3720256 (38c440 hex) =>tftp 0x83000000 1131512/tftp-deploy-lu_rtn8b/ramdisk/ramdisk.cpio.gz.uboot tftp 0x83000000 1131512/tftp-deploy-lu_rtn8b/ramdisk/ramdisk.cpio.gz.uboot link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.1.1; our IP address is 192.168.1.86 Filename '1131512/tftp-deploy-lu_rtn8b/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x83000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################### 2.1 MiB/s done Bytes transferred = 7990222 (79ebce hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x88000000 1131512/tftp-deploy-lu_rtn8b/dtb/am335x-boneblack.dtb tftp 0x88000000 1131512/tftp-deploy-lu_rtn8b/dtb/am335x-boneblack.dtb link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.1.1; our IP address is 192.168.1.86 Filename '1131512/tftp-deploy-lu_rtn8b/dtb/am335x-boneblack.dtb'. Load address: 0x88000000 Loading: *### 1.9 MiB/s done Bytes transferred = 33561 (8319 hex) => setenv bootargs 'console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.1.1:/var/lib/lava/dispatcher/tmp/1131512/extract-nfsrootfs-00chl_vn,tcp,hard,v3 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.1.1:/var/lib/lava/dispatcher/tmp/1131512/extract-nfsrootfs-00chl_vn,tcp,hard,v3 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' => bootz 0x82000000 0x83000000 0x88000000 bootz 0x82000000 0x83000000 0x88000000 ## Loading init Ramdisk from Legacy Image at 83000000 ... Image Name: Created: 2024-05-13 10:07:28 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 7990158 Bytes = 7.6 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Using Device Tree in place at 88000000, end 8800b318 fixing up phy_id for ethernet1, old: 1, new: -1644830584 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.302-cip87-rt49 (KernelCI@build-j195361-arm-gcc-10-omap2plus-defconfig-xk94g) (gcc version 10.2.1 20210110 (Debian 10.2.1-6) ) #1 SMP Mon May 13 09:47:35 UTC 2024 [ 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] Machine model: TI AM335x BeagleBone Black [ 0.000000] Malformed early option 'earlycon' [ 0.000000] cma: Reserved 16 MiB at 0x9e800000 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (sgx neon ) [ 0.000000] PERCPU: Embedded 13 pages/cpu @df915000 s21224 r8192 d23832 u53248 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129408 [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.1.1:/var/lib/lava/dispatcher/tmp/1131512/extract-nfsrootfs-00chl_vn,tcp,hard,v3 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 473948K/522240K available (6983K kernel code, 754K rwdata, 2236K rodata, 448K init, 8190K bss, 31908K reserved, 16384K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc09090d8 (9221 kB) [ 0.000000] .init : 0xc090a000 - 0xc097a000 ( 448 kB) [ 0.000000] .data : 0xc097a000 - 0xc0a368d0 ( 755 kB) [ 0.000000] .bss : 0xc0a39000 - 0xc1238830 (8191 kB) [ 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=2 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz [ 0.000016] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns [ 0.000040] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000086] OMAP clocksource: timer1 at 24000000 Hz [ 0.000501] clocksource_probe: no matching clocksources found [ 0.001340] Console: colour dummy device 80x30 [ 0.001400] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.001409] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.001416] ... MAX_LOCK_DEPTH: 48 [ 0.001423] ... MAX_LOCKDEP_KEYS: 8191 [ 0.001430] ... CLASSHASH_SIZE: 4096 [ 0.001437] ... MAX_LOCKDEP_ENTRIES: 32768 [ 0.001444] ... MAX_LOCKDEP_CHAINS: 65536 [ 0.001451] ... CHAINHASH_SIZE: 32768 [ 0.001458] memory used by lock dependency info: 5167 kB [ 0.001465] per task-struct memory footprint: 1536 bytes [ 0.001492] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736) [ 0.078737] pid_max: default: 32768 minimum: 301 [ 0.079144] Security Framework initialized [ 0.079259] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.079272] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.081978] Initializing cgroup subsys io [ 0.082072] Initializing cgroup subsys memory [ 0.082161] Initializing cgroup subsys devices [ 0.082271] Initializing cgroup subsys freezer [ 0.082340] Initializing cgroup subsys perf_event [ 0.082408] CPU: Testing write buffer coherency: ok [ 0.082551] CPU0: Spectre v2: using BPIALL workaround [ 0.083877] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.083996] Setting up static identity map for 0x80008280 - 0x800082f0 [ 0.087769] Brought up 1 CPUs [ 0.087790] SMP: Total of 1 processors activated (996.14 BogoMIPS). [ 0.087800] CPU: All CPU(s) started in SVC mode. [ 0.091716] devtmpfs: initialized [ 0.125821] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.176319] omap_hwmod: debugss: _wait_target_disable failed [ 0.231520] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.231590] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.234443] pinctrl core: initialized pinctrl subsystem [ 0.239514] NET: Registered protocol family 16 [ 0.245025] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.247120] cpuidle: using governor ladder [ 0.247153] cpuidle: using governor menu [ 0.258521] OMAP GPIO hardware version 0.1 [ 0.279901] No ATAGs? [ 0.279938] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.320526] edma 49000000.edma: TI EDMA DMA engine driver [ 0.324540] SCSI subsystem initialized [ 0.326493] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe [ 0.326597] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe [ 0.326849] pps_core: LinuxPPS API ver. 1 registered [ 0.326860] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.326914] PTP clock support registered [ 0.331168] clocksource: Switched to clocksource timer1 [ 0.460416] NET: Registered protocol family 2 [ 0.460924] IP idents hash table entries: 8192 (order: 4, 65536 bytes) [ 0.462868] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.462957] TCP bind hash table entries: 4096 (order: 5, 147456 bytes) [ 0.463536] TCP: Hash tables configured (established 4096 bind 4096) [ 0.463737] UDP hash table entries: 256 (order: 2, 20480 bytes) [ 0.463832] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes) [ 0.464358] NET: Registered protocol family 1 [ 0.465964] RPC: Registered named UNIX socket transport module. [ 0.465985] RPC: Registered udp transport module. [ 0.465994] RPC: Registered tcp transport module. [ 0.466004] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.467479] Trying to unpack rootfs image as initramfs... [ 1.051784] Freeing initrd memory: 7804K [ 1.052703] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 1.057103] audit: initializing netlink subsys (disabled) [ 1.057406] audit: type=2000 audit(1.050:1): initialized [ 1.062483] VFS: Disk quotas dquot_6.6.0 [ 1.062668] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.064835] NFS: Registering the id_resolver key type [ 1.065178] Key type id_resolver registered [ 1.065195] Key type id_legacy registered [ 1.065370] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 1.070533] io scheduler noop registered [ 1.070571] io scheduler deadline registered [ 1.070625] io scheduler cfq registered (default) [ 1.072887] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568 [ 1.075856] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 1.083025] omap_uart 44e09000.serial: no wakeirq for uart0 [ 1.083661] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a OMAP UART0 [ 1.836843] console [ttyO0] enabled [ 1.876167] brd: module loaded [ 1.900658] loop: module loaded [ 1.906552] mtdoops: mtd device (mtddev=name/number) must be supplied [ 1.981220] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6 [ 1.987606] davinci_mdio 4a101000.mdio: detected phy mask fffffffe [ 2.023641] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 [ 2.034666] cpsw 4a100000.ethernet: Detected MACID = f4:b8:98:ab:fa:84 [ 2.047139] mousedev: PS/2 mouse device common for all mice [ 2.053150] i2c /dev entries driver [ 2.059374] omap_hsmmc 48060000.mmc: Got CD GPIO [ 2.141563] ledtrig-cpu: registered to indicate activity on CPUs [ 2.149053] oprofile: using arm/armv7 [ 2.153890] Initializing XFRM netlink socket [ 2.158850] NET: Registered protocol family 10 [ 2.166896] sit: IPv6 over IPv4 tunneling driver [ 2.174146] NET: Registered protocol family 17 [ 2.178881] NET: Registered protocol family 15 [ 2.183991] Key type dns_resolver registered [ 2.188648] omap_voltage_late_init: Voltage driver support not added [ 2.195368] sr_dev_init: No voltage domain specified for smartreflex0. Cannot initialize [ 2.203863] sr_dev_init: No voltage domain specified for smartreflex1. Cannot initialize [ 2.213059] ThumbEE CPU extension supported. [ 2.217561] Registering SWP/SWPB emulation handler [ 2.222659] SmartReflex Class3 initialized [ 2.278276] tps65217 0-0024: TPS65217 ID 0xe version 1.2 [ 2.284772] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 2.294979] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz [ 2.302651] hctosys: unable to open rtc device (rtc0) [ 2.308033] sr_init: No PMIC hook to init smartreflex [ 2.313633] sr_init: platform driver register failed for SR [ 2.339041] net eth0: initializing cpsw version 1.12 (0) [ 2.347185] net eth0: phy found : id is : 0x7c0f1 [ 2.352274] libphy: PHY 4a101000.mdio:9df5e088 not found [ 2.357826] net eth0: phy \"4a101000.mdio:9df5e088\" not found on slave 1, err -19 [ 2.374041] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 2.380604] mmc1: new high speed MMC card at address 0001 [ 2.389310] mmcblk0: mmc1:0001 MK2704 3.53 GiB [ 2.395450] mmcblk0boot0: mmc1:0001 MK2704 partition 1 2.00 MiB [ 2.402668] mmcblk0boot1: mmc1:0001 MK2704 partition 2 2.00 MiB [ 2.412824] mmcblk0: p1 [ 6.381777] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 6.391259] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 6.411153] Sending DHCP requests ., OK [ 6.431716] IP-Config: Got DHCP answer from 192.168.1.1, my address is 192.168.1.86 [ 6.439723] IP-Config: Complete: [ 6.443156] device=eth0, hwaddr=f4:b8:98:ab:fa:84, ipaddr=192.168.1.86, mask=255.255.255.0, gw=192.168.1.1 [ 6.453719] host=192.168.1.86, domain=example.org, nis-domain=(none) [ 6.460807] bootserver=0.0.0.0, rootserver=192.168.1.1, rootpath= [ 6.467462] nameserver0=192.168.1.1 [ 6.475928] Freeing unused kernel memory: 448K Loading, please wait... Starting systemd-udevd version 252.22-1~deb12u1 [ 6.633912] random: systemd-udevd: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 6.686330] random: systemd-udevd: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 6.706962] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 6.717334] random: systemd-udevd: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 6.730383] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 6.752651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 6.768545] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 6.787458] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 6.811819] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 6.859569] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available) [ 8.100539] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0 [ 8.112032] 47401300.usb-phy supply vcc not found, using dummy regulator [ 8.122800] 47401b00.usb-phy supply vcc not found, using dummy regulator [ 8.176332] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 8.338258] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20 [ 8.567147] usbcore: registered new interface driver usbfs [ 8.573706] usbcore: registered new interface driver hub [ 8.579452] usbcore: registered new device driver usb [ 8.690029] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver [ 8.696933] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1 [ 8.985837] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 8.993102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.000648] usb usb1: Product: MUSB HDRC host driver [ 9.005887] usb usb1: Manufacturer: Linux 4.4.302-cip87-rt49 musb-hcd [ 9.012637] usb usb1: SerialNumber: musb-hdrc.1.auto [ 9.225048] hub 1-0:1.0: USB hub found [ 9.258944] hub 1-0:1.0: 1 port detected 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 ... Waiting up to 60 secs for any ethernet to become available Device /sys/class/net/eth0 found done. Begin: Waiting up to 180 secs for any network device to become available ... done. IP-Config: eth0 hardware address f4:b8:98:ab:fa:84 mtu 1500 DHCP IP-Config: eth0 complete (dhcp from 192.168.1.1): address: 192.168.1.86 broadcast: 192.168.1.255 netmask: 255.255.255.0 gateway: 192.168.1.1 dns0 : 0.0.0.0 dns1 : 0.0.0.0 domain : example.org rootserver: 192.168.1.1 rootpath: filename : done. Begin: Running /scripts/nfs-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 11.348742] [ 11.350339] =============================== [ 11.354788] [ INFO: suspicious RCU usage. ] [ 11.359161] 4.4.302-cip87-rt49 #1 Not tainted [ 11.363729] ------------------------------- [ 11.368096] ../net/ipv4/tcp_ipv4.c:1409 suspicious rcu_dereference_protected() usage! [ 11.376286] [ 11.376286] other info that might help us debug this: [ 11.376286] [ 11.384663] [ 11.384663] rcu_scheduler_active = 1, debug_locks = 0 [ 11.391497] 3 locks held by kworker/0:1H/112: [ 11.396042] #0: (\"rpciod\"){.+.+.+}, at: [] process_one_work+0x1ac/0x660 [ 11.404112] #1: ((&transport->recv_worker)){+.+...}, at: [] process_one_work+0x1ac/0x660 [ 11.413699] #2: (&new->recv_mutex){+.+...}, at: [] xs_tcp_data_receive_workfn+0x40/0x184 [ 11.423298] [ 11.423298] stack backtrace: [ 11.427852] CPU: 0 PID: 112 Comm: kworker/0:1H Not tainted 4.4.302-cip87-rt49 #1 [ 11.435571] Hardware name: Generic AM33XX (Flattened Device Tree) [ 11.441940] Workqueue: rpciod xs_tcp_data_receive_workfn [ 11.447518] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 11.455619] [] (show_stack) from [] (dump_stack+0xe0/0x114) [ 11.463260] [] (dump_stack) from [] (tcp_v4_do_rcv+0x1f4/0x20c) [ 11.471262] [] (tcp_v4_do_rcv) from [] (release_sock+0x78/0x1a0) [ 11.479353] [] (release_sock) from [] (xs_tcp_data_receive_workfn+0x88/0x184) [ 11.488621] [] (xs_tcp_data_receive_workfn) from [] (process_one_work+0x268/0x660) [ 11.498342] [] (process_one_work) from [] (worker_thread+0x34/0x4ec) [ 11.506796] [] (worker_thread) from [] (kthread+0xf8/0x108) [ 11.514432] [] (kthread) from [] (ret_from_fork+0x14/0x30) [ 12.162584] random: nonblocking pool is initialized [ 12.762885] systemd[1]: System time before build time, advancing clock. [ 12.847506] systemd[1]: Inserted module 'autofs4' [ 13.156524] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 13.191230] systemd[1]: Detected architecture arm. [ 13.200528] systemd[1]: Warning! Reported kernel version 4.4.302-cip87-rt49 is older than systemd's required baseline kernel version 4.15. Your mileage may vary. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! [ 13.264767] systemd[1]: Hostname set to . [ 15.684507] systemd[1]: Queued start job for default target graphical.target. [ 15.812286] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m - Slice /system/getty. [ 15.857653] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [[0;32m OK [0m] Created slice [0;1;39msystem-modpr…lice[0m - Slice /system/modprobe. [ 15.897507] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [[0;32m OK [0m] Created slice [0;1;39msystem-seria…[0m - Slice /system/serial-getty. [ 15.965403] systemd[1]: Created slice user.slice - User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39muser.slice[0m - User and Session Slice. [ 16.022557] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo…quests to Console Directory Watch. [ 16.052431] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo… Requests to Wall Directory Watch. [ 16.084844] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount [0;1;39mproc-sys-…rmats File System Automount Point. [ 16.121678] systemd[1]: Expecting device dev-ttyO0.device - /dev/ttyO0... Expecting device [0;1;39mdev-ttyO0.device[0m - /dev/ttyO0... [ 16.151641] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.…get[0m - Local Encrypted Volumes. [ 16.181797] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mintegrityse…Local Integrity Protected Volumes. [ 16.214197] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. [ 16.241924] systemd[1]: Reached target remote-fs.target - Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mremote-fs.target[0m - Remote File Systems. [ 16.272107] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. [ 16.301932] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. [ 16.332017] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mveritysetup… - Local Verity Protected Volumes. [ 16.362834] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39msystemd-initc… initctl Compatibility Named Pipe. [ 16.396060] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journ…socket[0m - Journal Audit Socket. [ 16.425359] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39msystemd-journ…t[0m - Journal Socket (/dev/log). [ 16.453913] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket. [ 16.485563] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-netwo… - Network Service Netlink Socket. [ 16.522368] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd….socket[0m - udev Control Socket. [ 16.554100] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd…l.socket[0m - udev Kernel Socket. [ 16.583327] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 16.610050] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... [ 16.709775] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... [ 16.845295] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... Mounting [0;1;39msys-kernel-tracin…[0m - Kernel Trace File System... [ 17.093236] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Starting [0;1;39mkmod-static-nodes…ate List of Static Device Nodes... [ 17.367561] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... [ 17.643809] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Starting [0;1;39mmodprobe@dm_mod.s…[0m - Load Kernel Module dm_mod... [ 17.934468] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... [ 18.173172] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore... [ 18.463055] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... Starting [0;1;39mmodprobe@fuse.ser…e[0m - Load Kernel Module fuse... [ 18.698547] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... [ 18.873980] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 19.088148] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 19.267988] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... [ 19.494064] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... [ 19.684727] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Starting [0;1;39msystemd-network-g… units from Kernel command line... [ 19.938478] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Starting [0;1;39msystemd-remount-f…nt Root and Kernel File Systems... [ 20.216174] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... [ 20.619070] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[…- POSIX Message Queue File System. [ 20.793702] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. [ 20.894282] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-tracing…nt[0m - Kernel Trace File System. [ 21.015928] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodes…reate List of Static Device Nodes. [ 21.126858] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 21.193836] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. [ 21.277187] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 21.313804] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod. [ 21.366835] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 21.403773] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm. [ 21.456275] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 21.493772] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore. [ 21.546237] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 21.583736] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [[0;32m OK [0m] Finished [0;1;39mmodprobe@fuse.service[0m - Load Kernel Module fuse. [ 21.636218] systemd[1]: modprobe@loop.service: Deactivated successfully. [ 21.674168] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. [[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. [ 21.725761] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-modules-l…service[0m - Load Kernel Modules. [ 21.785615] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. [[0;32m OK [0m] Finished [0;1;39msystemd-network-g…rk units from Kernel command line. [ 21.865576] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [[0;32m OK [0m] Finished [0;1;39msystemd-remount-f…ount Root and Kernel File Systems. [ 21.934235] systemd[1]: Started systemd-journald.service - Journal Service. [[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. [[0;32m OK [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network. Mounting [0;1;39msys-kernel-config…ernel Configuration File System... Starting [0;1;39msystemd-journal-f…h Journal to Persistent Storage... Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [ 23.422750] systemd-journald[203]: Received client request to flush runtime journal. [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. Starting [0;1;39msystemd-networkd.…ice[0m - Network Configuration... [ 29.007640] proc: unrecognized mount option \"hidepid=invisible\" or missing value [ 29.052930] proc: unrecognized mount option \"hidepid=invisible\" or missing value [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0m[0;31m* [0m] (1 of 3) Job dev-ttyO0.device/start running (16s / 1min 30s) M[K[[0;32m OK [0m] Found device [0;1;39mdev-ttyO0.device[0m - /dev/ttyO0. [K[[0;32m OK [0m] Reached target [0;1;39musb-gadget.…m - Hardware activated USB gadget. [[0;32m OK [0m] Started [0;1;39msystemd-networkd.service[0m - Network Configuration. [[0;32m OK [0m] Reached target [0;1;39mnetwork.target[0m - Network. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Reached target [0;1;39msysinit.target[0m - System Initialization. [[0;32m OK [0m] Started [0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target [0;1;39mtime-set.target[0m - System Time Set. [[0;32m OK [0m] Started [0;1;39mapt-daily.timer[0m - Daily apt download activities. [[0;32m OK [0m] Started [0;1;39mapt-daily-upgrade.… apt upgrade and clean activities. [[0;32m OK [0m] Started [0;1;39mdpkg-db-backup.tim… Daily dpkg database backup timer. [[0;32m OK [0m] Started [0;1;39me2scrub_all.timer…etadata Check for All Filesystems. [[0;32m OK [0m] Started [0;1;39mfstrim.timer[0m - Discard unused blocks once a week. [[0;32m OK [0m] Reached target [0;1;39mtimers.target[0m - Timer Units. [[0;32m OK [0m] Listening on [0;1;39mdbus.socket[…- D-Bus System Message Bus Socket. [[0;32m OK [0m] Reached target [0;1;39msockets.target[0m - Socket Units. [[0;32m OK [0m] Reached target [0;1;39mbasic.target[0m - Basic System. Starting [0;1;39mdbus.service[0m - D-Bus System Message Bus... Starting [0;1;39me2scrub_reap.serv…e ext4 Metadata Check Snapshots... Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyO0…rvice[0m - Serial Getty on ttyO0. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m OK [0m] Finished [0;1;39me2scrub_reap.serv…ine ext4 Metadata Check Snapshots. [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. Debian GNU/Linux 12 debian-bookworm-armhf ttyO0 debian-bookworm-armhf login: root (automatic login) Linux debian-bookworm-armhf 4.4.302-cip87-rt49 #1 SMP Mon May 13 09:47:35 UTC 2024 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/1131512/extract-nfsrootfs-00chl_vn' export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/1131512/extract-nfsrootfs-00chl_vn' / # export NFS_SERVER_IP='192.168.1.1' export NFS_SERVER_IP='192.168.1.1' / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-1131512/environment . /lava-1131512/environment / # /lava-1131512/bin/lava-test-runner /lava-1131512/0 /lava-1131512/bin/lava-test-runner /lava-1131512/0 + export TESTRUN_ID=0_dmesg + cd /lava-1131512/0/tests/0_dmesg + cat uuid + UUID=1131512_1.6.2.4.1 + set +x [ 46.623696] + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh kern :crit : clocksource_probe: no matching clocksources found [ 46.882924] [ 47.095022] [ 47.299872] + set +x [ 47.311674] / # [ 48.221775] musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (91,