Trying 192.168.7.70...
Connected to moya.mayfield.sirena.org.uk.
Escape character is '^]'.

ser2net port telnet,3000 device serialdev, /dev/serial/by-path/pci-0000:00:14.0-usb-0:3.4:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux)


U-Boot SPL 2023.07.02-dh-stm32mp1-dhcor-avenger96-20230727.02 (Jul 11 2023 - 15:20:44 +0000)
Model: Arrow Electronics STM32MP15xx Avenger96 board
Code:  SoM:rev=0,ddr3=3 Board:rev=1
RAM: DDR3L 32bits 2x4Gb 533MHz
WDT:   Started watchdog@5a002000 with servicing every 1000ms (32s timeout)
Trying to boot from MMC1
image entry point: 0xc0100000


U-Boot 2023.07.02-dh-stm32mp1-dhcor-avenger96-20230727.02 (Jul 11 2023 - 15:20:44 +0000)

CPU: STM32MP157AAC Rev.B
Model: Arrow Electronics STM32MP15xx Avenger96 board
Board: stm32mp1 in basic mode (arrow,stm32mp15xx-avenger96)
DRAM:  1 GiB
Clocks:
- MPU : 650 MHz
- MCU : 208.878 MHz
- AXI : 266.500 MHz
- PER : 24 MHz
- DDR : 533 MHz
Core:  285 devices, 34 uclasses, devicetree: separate
WDT:   Started watchdog@5a002000 with servicing every 1000ms (32s timeout)
MMC:   STM32 SD/MMC: 2, STM32 SD/MMC: 0, STM32 SD/MMC: 1
Loading Environment from SPIFlash... SF: Detected w25q16dw with page size 256 Bytes, erase size 4 KiB, total 2 MiB
OK
In:    serial
Out:   serial
Err:   serial
Net:   eth0: ethernet@5800a000
Hit any key to stop autoboot:  3 
 0 
STM32MP> setenv autoload no
setenv autoload no
STM32MP> setenv initrd_high 0xffffffff
setenv initrd_high 0xffffffff
STM32MP> setenv fdt_high 0xffffffff
setenv fdt_high 0xffffffff
STM32MP> dhcp
dhcp
ethernet@5800a000 Waiting for PHY auto negotiation to complete........... done
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.6.30 (968 ms)
STM32MP> setenv serverip 192.168.6.3
setenv serverip 192.168.6.3
STM32MP> tftp 0xc2000000 881869/tftp-deploy-sfqlkuta/kernel/uImage
tftp 0xc2000000 881869/tftp-deploy-sfqlkuta/kernel/uImage
Using ethernet@5800a000 device
TFTP from server 192.168.6.3; our IP address is 192.168.6.30
Filename '881869/tftp-deploy-sfqlkuta/kernel/uImage'.
Load address: 0xc2000000
Loading: *##################################################  11.9 MiB
	 15.2 MiB/s
done
Bytes transferred = 12497472 (beb240 hex)
STM32MP> tftp 0xc4400000 881869/tftp-deploy-sfqlkuta/ramdisk/ramdisk.cpio.gz.uboot
tftp 0xc4400000 881869/tftp-deploy-sfqlkuta/ramdisk/ramdisk.cpio.gz.uboot
Using ethernet@5800a000 device
TFTP from server 192.168.6.3; our IP address is 192.168.6.30
Filename '881869/tftp-deploy-sfqlkuta/ramdisk/ramdisk.cpio.gz.uboot'.
Load address: 0xc4400000
Loading: *##################################################  15.5 MiB
	 14.6 MiB/s
done
Bytes transferred = 16260704 (f81e60 hex)
STM32MP> setenv initrd_size ${filesize}
setenv initrd_size ${filesize}
STM32MP> tftp 0xc4000000 881869/tftp-deploy-sfqlkuta/dtb/stm32mp157a-dhcor-avenger96.dtb
tftp 0xc4000000 881869/tftp-deploy-sfqlkuta/dtb/stm32mp157a-dhcor-avenger96.dtb
Using ethernet@5800a000 device
TFTP from server 192.168.6.3; our IP address is 192.168.6.30
Filename '881869/tftp-deploy-sfqlkuta/dtb/stm32mp157a-dhcor-avenger96.dtb'.
Load address: 0xc4000000
Loading: *##################################################  56.3 KiB
	 7.9 MiB/s
done
Bytes transferred = 57690 (e15a hex)
STM32MP> setenv bootargs 'console=ttySTM0,115200n8 root=/dev/nfs rw nfsroot=192.168.6.3:/var/lib/lava/dispatcher/tmp/881869/extract-nfsrootfs-a5e3hk2x,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp'
setenv bootargs 'console=ttySTM0,115200n8 root=/dev/nfs rw nfsroot=192.168.6.3:/var/lib/lava/dispatcher/tmp/881869/extract-nfsrootfs-a5e3hk2x,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp'
STM32MP> bootm 0xc2000000 0xc4400000 0xc4000000
bootm 0xc2000000 0xc4400000 0xc4000000
## Booting kernel from Legacy Image at c2000000 ...
   Image Name:   
   Created:      2024-10-22  16:27:10 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    12497408 Bytes = 11.9 MiB
   Load Address: c2000000
   Entry Point:  c2000000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at c4400000 ...
   Image Name:   
   Created:      2024-10-22  16:27:17 UTC
   Image Type:   ARM Linux RAMDisk Image (uncompressed)
   Data Size:    16260640 Bytes = 15.5 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at c4000000
   Booting using the fdt blob at 0xc4000000
Working FDT set to c4000000
   Loading Kernel Image
   Using Device Tree in place at c4000000, end c4011159
Working FDT set to c4000000

Starting kernel ...

<6>[    0.000000] Booting Linux on physical CPU 0x0
<5>[    0.000000] Linux version 5.10.228-cip53 (KernelCI@build-j351243-arm-gcc-12-multi-v7-defconfig-kselftest-vb6d9) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Tue Oct 22 14:44:50 UTC 2024
<6>[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
<6>[    0.000000] CPU: div instructions available: patching division code
<6>[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
<6>[    0.000000] OF: fdt: Machine model: Arrow Electronics STM32MP157A Avenger96 board
<4>[    0.000000] Malformed early option 'earlycon'
<6>[    0.000000] Memory policy: Data cache writealloc
<6>[    0.000000] efi: UEFI not found.
<6>[    0.000000] cma: Reserved 64 MiB at 0xfb800000
<6>[    0.000000] Zone ranges:
<6>[    0.000000]   DMA      [mem 0x00000000c0000000-0x00000000efffffff]
<6>[    0.000000]   Normal   empty
<6>[    0.000000]   HighMem  [mem 0x00000000f0000000-0x00000000ffffefff]
<6>[    0.000000] Movable zone start for each node
<6>[    0.000000] Early memory node ranges
<6>[    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffefff]
<6>[    0.000000] Initmem setup node 0 [mem 0x00000000c0000000-0x00000000ffffefff]
<6>[    0.000000] psci: probing for conduit method from DT.
<6>[    0.000000] psci: PSCIv1.0 detected in firmware.
<6>[    0.000000] psci: Using standard PSCI v0.2 function IDs
<6>[    0.000000] psci: Trusted OS migration not required
<6>[    0.000000] psci: SMC Calling Convention v1.0
<6>[    0.000000] percpu: Embedded 21 pages/cpu s55468 r8192 d22356 u86016
<6>[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260607
<5>[    0.000000] Kernel command line: console=ttySTM0,115200n8 root=/dev/nfs rw nfsroot=192.168.6.3:/var/lib/lava/dispatcher/tmp/881869/extract-nfsrootfs-a5e3hk2x,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp
<6>[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
<6>[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
<6>[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
<6>[    0.000000] Memory: 920640K/1048572K available (17408K kernel code, 2712K rwdata, 8132K rodata, 2048K init, 6695K bss, 62396K reserved, 65536K cma-reserved, 196604K highmem)
<6>[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
<6>[    0.000000] ftrace: allocating 55510 entries in 163 pages
<6>[    0.000000] ftrace: allocated 163 pages with 4 groups
<6>[    0.000000] Running RCU self tests
<6>[    0.000000] rcu: Hierarchical RCU implementation.
<6>[    0.000000] rcu: 	RCU event tracing is enabled.
<6>[    0.000000] rcu: 	RCU lockdep checking is enabled.
<6>[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=2.
<6>[    0.000000] 	Rude variant of Tasks RCU enabled.
<6>[    0.000000] 	Tracing variant of Tasks RCU enabled.
<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=2
<6>[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
<6>[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
<6>[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
<6>[    0.000016] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
<6>[    0.000061] Switching to timer-based delay loop, resolution 41ns
<6>[    0.014703] Console: colour dummy device 80x30
<4>[    0.014810] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
<4>[    0.014855] ... MAX_LOCKDEP_SUBCLASSES:  8
<4>[    0.014898] ... MAX_LOCK_DEPTH:          48
<4>[    0.014939] ... MAX_LOCKDEP_KEYS:        8192
<4>[    0.014980] ... CLASSHASH_SIZE:          4096
<4>[    0.015021] ... MAX_LOCKDEP_ENTRIES:     32768
<4>[    0.015063] ... MAX_LOCKDEP_CHAINS:      65536
<4>[    0.015104] ... CHAINHASH_SIZE:          32768
<4>[    0.015145]  memory used by lock dependency info: 4061 kB
<4>[    0.015187]  memory used for stack traces: 2112 kB
<4>[    0.015228]  per task-struct memory footprint: 1536 bytes
<6>[    0.015366] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
<6>[    0.015446] CPU: Testing write buffer coherency: ok
<6>[    0.015677] pid_max: default: 32768 minimum: 301
<6>[    0.016181] LSM: Security Framework initializing
<6>[    0.016350] LSM support for eBPF active
<6>[    0.016550] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
<6>[    0.016621] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
<6>[    0.021590] CPU0: update cpu_capacity 1024
<6>[    0.021661] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
<6>[    0.026797] Setting up static identity map for 0xc0300000 - 0xc03000ac
<6>[    0.031709] rcu: Hierarchical SRCU implementation.
<6>[    0.048220] EFI services will not be available.
<6>[    0.049616] smp: Bringing up secondary CPUs ...
<6>[    0.053507] CPU1: update cpu_capacity 1024
<6>[    0.053529] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
<6>[    0.055033] smp: Brought up 1 node, 2 CPUs
<6>[    0.055134] SMP: Total of 2 processors activated (96.00 BogoMIPS).
<6>[    0.055178] CPU: All CPU(s) started in SVC mode.
<6>[    0.058669] devtmpfs: initialized
<6>[    0.181358] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
<6>[    0.184966] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
<6>[    0.185084] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
<6>[    0.190832] pinctrl core: initialized pinctrl subsystem
<6>[    0.201427] DMI not present or invalid.
<6>[    0.204876] NET: Registered protocol family 16
<6>[    0.218552] DMA: preallocated 256 KiB pool for atomic coherent allocations
<6>[    0.233339] thermal_sys: Registered thermal governor 'step_wise'
<6>[    0.235139] cpuidle: using governor menu
<6>[    0.235964] No ATAGs?
<6>[    0.236444] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
<6>[    0.236556] hw-breakpoint: maximum watchpoint size is 8 bytes.
<6>[    0.249537] Serial: AMBA PL011 UART driver
<6>[    0.468553] /soc/interrupt-controller@5000d000: bank0
<6>[    0.468671] /soc/interrupt-controller@5000d000: bank1
<6>[    0.468740] /soc/interrupt-controller@5000d000: bank2
<6>[    0.499901] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOA bank added
<6>[    0.507053] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOB bank added
<6>[    0.514221] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOC bank added
<6>[    0.521384] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOD bank added
<6>[    0.528436] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOE bank added
<6>[    0.535608] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOF bank added
<6>[    0.542786] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOG bank added
<6>[    0.549938] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOH bank added
<6>[    0.556946] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOI bank added
<6>[    0.558475] stm32mp157-pinctrl soc:pin-controller@50002000: Pinctrl STM32 initialized
<6>[    0.571376] stm32mp157-pinctrl soc:pin-controller-z@54004000: GPIOZ bank added
<6>[    0.571505] stm32mp157-pinctrl soc:pin-controller-z@54004000: Pinctrl STM32 initialized
<6>[    0.656270] Kprobes globally optimized
<3>[    0.699499] reg-fixed-voltage regulator-buck-io: Failed to register regulator: -517
<6>[    0.712453] iommu: Default domain type: Translated 
<6>[    0.714509] vgaarb: loaded
<5>[    0.719929] SCSI subsystem initialized
<6>[    0.723320] usbcore: registered new interface driver usbfs
<6>[    0.723733] usbcore: registered new interface driver hub
<6>[    0.724091] usbcore: registered new device driver usb
<6>[    0.729829] pps_core: LinuxPPS API ver. 1 registered
<6>[    0.729891] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
<6>[    0.730024] PTP clock support registered
<6>[    0.748680] clocksource: Switched to clocksource arch_sys_counter
<6>[    3.036370] NET: Registered protocol family 2
<6>[    3.037310] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
<6>[    3.042000] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 22528 bytes, linear)
<6>[    3.042261] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
<6>[    3.042569] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
<6>[    3.044485] TCP: Hash tables configured (established 8192 bind 8192)
<6>[    3.045927] MPTCP token hash table entries: 1024 (order: 3, 49152 bytes, linear)
<6>[    3.046442] UDP hash table entries: 512 (order: 3, 49152 bytes, linear)
<6>[    3.046802] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear)
<6>[    3.047883] NET: Registered protocol family 1
<6>[    3.052188] RPC: Registered named UNIX socket transport module.
<6>[    3.052322] RPC: Registered udp transport module.
<6>[    3.052371] RPC: Registered tcp transport module.
<6>[    3.052417] RPC: Registered tcp NFSv4.1 backchannel transport module.
<6>[    3.052501] NET: Registered protocol family 44
<6>[    3.052595] PCI: CLS 0 bytes, default 64
<6>[    3.055389] Trying to unpack rootfs image as initramfs...
<6>[    5.560764] Freeing initrd memory: 15880K
<6>[    5.563630] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
<5>[    5.573062] Initialise system trusted keyrings
<6>[    5.574517] workingset: timestamp_bits=30 max_order=18 bucket_order=0
<6>[    5.642883] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<5>[    5.647959] NFS: Registering the id_resolver key type
<5>[    5.648253] Key type id_resolver registered
<5>[    5.648609] Key type id_legacy registered
<6>[    5.649522] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
<6>[    5.649693] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
<6>[    5.650010] ntfs: driver 2.1.32 [Flags: R/O].
<5>[    5.652957] Key type asymmetric registered
<5>[    5.653177] Asymmetric key parser 'x509' registered
<6>[    5.653790] bounce: pool size: 64 pages
<6>[    5.654024] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
<6>[    5.654177] io scheduler mq-deadline registered
<6>[    5.654235] io scheduler kyber registered
<4>[    5.655583] test_firmware: interface ready
<6>[    6.143882] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
<6>[    6.165874] SuperH (H)SCI(F) driver initialized
<6>[    6.170154] msm_serial: driver initialized
<6>[    6.171003] STMicroelectronics ASC driver initialized
<6>[    6.176775] STM32 USART driver initialized
<6>[    6.180020] stm32-usart 4000e000.serial: rx dma alloc failed
<6>[    6.180095] stm32-usart 4000e000.serial: interrupt mode used for rx (no dma)
<6>[    6.180159] stm32-usart 4000e000.serial: tx dma alloc failed
<6>[    6.180208] stm32-usart 4000e000.serial: interrupt mode used for tx (no dma)
<6>[    6.180476] 4000e000.serial: ttySTM2 at MMIO 0x4000e000 (irq = 30, base_baud = 4000000) is a stm32-usart
<6>[    6.182159] serial serial0: tty port ttySTM2 registered
<6>[    6.185701] stm32-usart 40010000.serial: rx dma alloc failed
<6>[    6.185770] stm32-usart 40010000.serial: interrupt mode used for rx (no dma)
<6>[    6.185830] stm32-usart 40010000.serial: tx dma alloc failed
<6>[    6.185878] stm32-usart 40010000.serial: interrupt mode used for tx (no dma)
<6>[    6.186016] 40010000.serial: ttySTM0 at MMIO 0x40010000 (irq = 31, base_baud = 4000000) is a stm32-usart
<6>[    7.232440] printk: console [ttySTM0] enabled
<6>[    7.242615] stm32-usart 40018000.serial: rx dma alloc failed
<6>[    7.247175] stm32-usart 40018000.serial: interrupt mode used for rx (no dma)
<6>[    7.254713] stm32-usart 40018000.serial: tx dma alloc failed
<6>[    7.260530] stm32-usart 40018000.serial: interrupt mode used for tx (no dma)
<6>[    7.267849] 40018000.serial: ttySTM1 at MMIO 0x40018000 (irq = 36, base_baud = 4000000) is a stm32-usart
<6>[    7.306261] [drm] Initialized vgem 1.0.0 20120112 for vgem on minor 0
<5>[    7.308758] random: crng init done
<6>[    7.384563] brd: module loaded
<6>[    7.443734] loop: module loaded
<6>[    7.450128] lkdtm: No crash points registered, enable through debugfs
<6>[    7.525754] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
<6>[    7.534720] e1000e: Intel(R) PRO/1000 Network Driver
<6>[    7.538659] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
<6>[    7.545074] igb: Intel(R) Gigabit Ethernet Network Driver
<6>[    7.550506] igb: Copyright (c) 2007-2014 Intel Corporation.
<6>[    7.571632] stm32-dwmac 5800a000.ethernet: IRQ eth_wake_irq not found
<6>[    7.576959] stm32-dwmac 5800a000.ethernet: IRQ eth_lpi not found
<6>[    7.584220] stm32-dwmac 5800a000.ethernet: PTP uses main clock
<6>[    7.589500] stm32-dwmac 5800a000.ethernet: no reset control found
<6>[    7.598129] stm32-dwmac 5800a000.ethernet: User ID: 0x40, Synopsys ID: 0x42
<6>[    7.604161] stm32-dwmac 5800a000.ethernet: 	DWMAC4/5
<6>[    7.609298] stm32-dwmac 5800a000.ethernet: DMA HW capability register supported
<6>[    7.616808] stm32-dwmac 5800a000.ethernet: RX Checksum Offload Engine supported
<6>[    7.624472] stm32-dwmac 5800a000.ethernet: TX Checksum insertion supported
<6>[    7.631663] stm32-dwmac 5800a000.ethernet: Wake-Up On Lan supported
<6>[    7.638570] stm32-dwmac 5800a000.ethernet: TSO supported
<6>[    7.643704] stm32-dwmac 5800a000.ethernet: Enable RX Mitigation via HW Watchdog Timer
<6>[    7.651919] stm32-dwmac 5800a000.ethernet: Enabled Flow TC (entries=2)
<6>[    7.658706] stm32-dwmac 5800a000.ethernet: TSO feature enabled
<6>[    7.664749] stm32-dwmac 5800a000.ethernet: Using 32 bits DMA width
<6>[    7.750378] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
<6>[    7.756875] usbcore: registered new interface driver pegasus
<6>[    7.763051] usbcore: registered new interface driver asix
<6>[    7.768724] usbcore: registered new interface driver ax88179_178a
<6>[    7.774879] usbcore: registered new interface driver cdc_ether
<6>[    7.781145] usbcore: registered new interface driver smsc75xx
<6>[    7.787056] usbcore: registered new interface driver smsc95xx
<6>[    7.793121] usbcore: registered new interface driver net1080
<6>[    7.799082] usbcore: registered new interface driver cdc_subset
<6>[    7.805135] usbcore: registered new interface driver zaurus
<6>[    7.811206] usbcore: registered new interface driver cdc_ncm
<6>[    7.829055] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[    7.834587] ehci-pci: EHCI PCI platform driver
<6>[    7.839482] ehci-platform: EHCI generic platform driver
<6>[    7.846818] ehci-orion: EHCI orion driver
<6>[    7.850689] SPEAr-ehci: EHCI SPEAr driver
<6>[    7.854667] ehci-st: EHCI STMicroelectronics driver
<6>[    7.859926] ehci-exynos: EHCI Exynos driver
<6>[    7.864241] ehci-atmel: EHCI Atmel driver
<6>[    7.868586] tegra-ehci: Tegra EHCI driver
<6>[    7.872887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
<6>[    7.878776] ohci-pci: OHCI PCI platform driver
<6>[    7.883573] ohci-platform: OHCI generic platform driver
<6>[    7.889685] SPEAr-ohci: OHCI SPEAr driver
<6>[    7.893769] ohci-st: OHCI STMicroelectronics driver
<6>[    7.898996] ohci-atmel: OHCI Atmel driver
<6>[    7.906120] usbcore: registered new interface driver usb-storage
<3>[    7.935052] stm32_rtc 5c004000.rtc: IRQ index 1 not found
<4>[    7.939483] stm32_rtc 5c004000.rtc: alarm can't wake up the system: -6
<6>[    7.951367] stm32_rtc 5c004000.rtc: registered as rtc0
<6>[    7.955521] stm32_rtc 5c004000.rtc: setting system clock to 2000-01-01T00:00:21 UTC (946684821)
<4>[    7.966074] stm32_rtc 5c004000.rtc: Date/Time must be initialized
<6>[    7.971209] stm32_rtc 5c004000.rtc: registered rev:1.2
<6>[    7.982502] i2c /dev entries driver
<6>[    8.020872] stm32f7-i2c 40012000.i2c: STM32F7 I2C-0 bus adapter
<6>[    8.053259] stm32f7-i2c 40013000.i2c: STM32F7 I2C-1 bus adapter
<6>[    8.095767] stpmic1 2-0033: PMIC Chip Version: 0x10
<6>[    8.126277] vddcore: supplied by regulator-dummy
<6>[    8.136895] vdd_ddr: supplied by regulator-dummy
<6>[    8.146669] vdd: supplied by regulator-dummy
<6>[    8.155880] v3v3: supplied by regulator-dummy
<6>[    8.164517] vdda: Bringing 1800000uV into 2900000-2900000uV
<6>[    8.171745] vdda: supplied by v3v3
<6>[    8.179909] v2v8: Bringing 1800000uV into 2800000-2800000uV
<6>[    8.186915] v2v8: supplied by v3v3
<6>[    8.193264] vtt_ddr: supplied by vdd_ddr
<6>[    8.203223] vdd_usb: supplied by regulator-dummy
<6>[    8.209696] vdd_sd: supplied by v3v3
<6>[    8.219205] v1v8: Bringing 1000000uV into 1800000-1800000uV
<6>[    8.226149] v1v8: supplied by v3v3
<6>[    8.231310] vref_ddr: supplied by regulator-dummy
<6>[    8.242599] bst_out: supplied by regulator-dummy
<6>[    8.250730] vbus_otg: supplied by bst_out
<6>[    8.258037] vbus_sw: supplied by bst_out
<6>[    8.278295] input: pmic_onkey as /devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0
<4>[    8.297831] at24 2-0053: supply vcc not found, using dummy regulator
<6>[    8.307453] at24 2-0053: 256 byte 24c02 EEPROM, writable, 16 bytes/write
<6>[    8.313704] stm32f7-i2c 5c002000.i2c: STM32F7 I2C-2 bus adapter
<6>[    8.356786] stm_thermal 50028000.thermal: stm_thermal_probe: Driver initialized successfully
<6>[    8.398244] sdhci: Secure Digital Host Controller Interface driver
<6>[    8.403451] sdhci: Copyright(c) Pierre Ossman
<6>[    8.409191] mmci-pl18x 48004000.sdmmc: mmc1: PL180 manf 53 rev1 at 0x48004000 irq 56,0 (pio)
<6>[    8.416213] Synopsys Designware Multimedia Card Interface Driver
<6>[    8.426326] mmci-pl18x 58005000.sdmmc: Got CD GPIO
<6>[    8.430757] sdhci-pltfm: SDHCI platform and OF driver helper
<6>[    8.452100] mmci-pl18x 58005000.sdmmc: mmc0: PL180 manf 53 rev1 at 0x58005000 irq 61,0 (pio)
<6>[    8.468968] ledtrig-cpu: registered to indicate activity on CPUs
<6>[    8.477962] usbcore: registered new interface driver usbhid
<6>[    8.482585] usbhid: USB HID core driver
<4>[    8.485745] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
<4>[    8.494948] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
<4>[    8.501709] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
<4>[    8.510040] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
<6>[    8.513630] ipip: IPv4 and MPLS over IPv4 tunneling driver
<4>[    8.517714] mmc1: queuing unknown CIS tuple 0x80 (6 bytes)
<6>[    8.523655] IPv4 over IPsec tunneling driver
<6>[    8.536769] NET: Registered protocol family 10
<6>[    8.549277] Segment Routing with IPv6
<6>[    8.560300] NET: Registered protocol family 17
<5>[    8.570368] Key type dns_resolver registered
<6>[    8.573778] ThumbEE CPU extension supported.
<5>[    8.578128] Registering SWP/SWPB emulation handler
<5>[    8.586836] Loading compiled-in X.509 certificates
<6>[    8.614367] mmc1: new high speed SDIO card at address 0001
<6>[    8.832490] stm32-dma 48000000.dma-controller: STM32 DMA driver registered
<6>[    8.849096] stm32-dma 48001000.dma-controller: STM32 DMA driver registered
<6>[    8.874489] stm32-mdma 58000000.dma-controller: STM32 MDMA driver registered
<6>[    8.884290] buck-io: supplied by vdd
<6>[    8.889691] usb33: supplied by vdd_usb
<6>[    8.900661] reg11: supplied by buck-io
<6>[    8.905239] reg18: supplied by buck-io
<6>[    8.913343] stm32-usbphyc 5a006000.usbphyc: registered rev:1.0
<6>[    8.956108] spi-nor spi0.0: w25q16dw (2048 Kbytes)
<4>[    8.990177] dwc2 49000000.usb-otg: supply vusb_d not found, using dummy regulator
<4>[    8.997759] dwc2 49000000.usb-otg: supply vusb_a not found, using dummy regulator
<6>[    9.022895] mmc0: new high speed SDXC card at address e624
<6>[    9.031770] mmcblk0: mmc0:e624 SD64G 59.5 GiB 
<4>[    9.055206] GPT:Primary header thinks Alt. header is not at the end of the disk.
<4>[    9.061849] GPT:3204245 != 124735487
<4>[    9.065463] GPT:Alternate GPT header not at the end of the disk.
<4>[    9.071832] GPT:3204245 != 124735487
<4>[    9.075591] GPT: Use GNU Parted to correct GPT errors.
<6>[    9.081259]  mmcblk0: p1 p2 p3 p4
<6>[    9.147455] dwc2 49000000.usb-otg: EPs: 9, dedicated fifos, 952 entries in SPRAM
<6>[    9.158870] dwc2 49000000.usb-otg: DWC OTG Controller
<6>[    9.163404] dwc2 49000000.usb-otg: new USB bus registered, assigned bus number 1
<6>[    9.170813] dwc2 49000000.usb-otg: irq 57, io mem 0x49000000
<6>[    9.187720] hub 1-0:1.0: USB hub found
<6>[    9.191185] hub 1-0:1.0: 1 port detected
<6>[    9.220793] ehci-platform 5800d000.usbh-ehci: EHCI Host Controller
<6>[    9.226004] ehci-platform 5800d000.usbh-ehci: new USB bus registered, assigned bus number 2
<6>[    9.235970] ehci-platform 5800d000.usbh-ehci: irq 64, io mem 0x5800d000
<6>[    9.268709] ehci-platform 5800d000.usbh-ehci: USB 2.0 started, EHCI 1.00
<6>[    9.280736] hub 2-0:1.0: USB hub found
<6>[    9.283677] hub 2-0:1.0: 2 ports detected
<6>[    9.305307] mmci-pl18x 58007000.sdmmc: mmc2: PL180 manf 53 rev1 at 0x58007000 irq 62,0 (pio)
<6>[    9.417357] stm32-dwmac 5800a000.ethernet eth0: PHY [stmmac-0:07] driver [Micrel KSZ9031 Gigabit PHY] (irq=POLL)
<6>[    9.430944] dwmac4: Master AXI performs any burst length
<6>[    9.435152] stm32-dwmac 5800a000.ethernet eth0: No Safety Features support found
<6>[    9.450668] mmc2: new DDR MMC card at address 0001
<6>[    9.457479] mmcblk2: mmc2:0001 DG4008 7.28 GiB 
<6>[    9.462004] mmcblk2boot0: mmc2:0001 DG4008 partition 1 4.00 MiB
<6>[    9.468010] mmcblk2boot1: mmc2:0001 DG4008 partition 2 4.00 MiB
<6>[    9.475195] mmcblk2rpmb: mmc2:0001 DG4008 partition 3 4.00 MiB, chardev (235:0)
<4>[    9.495523] GPT:Primary header thinks Alt. header is not at the end of the disk.
<4>[    9.501917] GPT:3145727 != 15273599
<4>[    9.505562] GPT:Alternate GPT header not at the end of the disk.
<4>[    9.511920] GPT:3145727 != 15273599
<4>[    9.515603] GPT: Use GNU Parted to correct GPT errors.
<6>[    9.521205]  mmcblk2: p1 p2 p3 p4
<6>[    9.643018] stm32-dwmac 5800a000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
<6>[    9.654659] stm32-dwmac 5800a000.ethernet eth0: registered PTP clock
<6>[    9.666807] stm32-dwmac 5800a000.ethernet eth0: configuring for phy/rgmii link mode
<6>[    9.798637] usb 2-1: new high-speed USB device number 2 using ehci-platform
<6>[   10.005475] hub 2-1:1.0: USB hub found
<6>[   10.008606] hub 2-1:1.0: 3 ports detected
<6>[   20.182461] stm32-dwmac 5800a000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
<6>[   20.198878] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<5>[   20.228661] Sending DHCP requests ., OK
<6>[   20.351512] IP-Config: Got DHCP answer from 192.168.6.1, my address is 192.168.6.30
<6>[   20.359336] IP-Config: Complete:
<6>[   20.362701]      device=eth0, hwaddr=80:1f:12:cc:2a:a4, ipaddr=192.168.6.30, mask=255.255.255.0, gw=192.168.6.1
<6>[   20.373160]      host=192.168.6.30, domain=, nis-domain=(none)
<6>[   20.379299]      bootserver=192.168.6.1, rootserver=192.168.6.3, rootpath=
<6>[   20.379329]      nameserver0=10.255.253.1
<6>[   20.391825] clk: Disabling unused clocks
<6>[   20.485920] Freeing unused kernel memory: 2048K
<6>[   20.519491] Run /init as init process
Loading, please wait...
Starting systemd-udevd version 252.22-1~deb12u1
<6>[   31.407134] Bluetooth: Core ver 2.22
<6>[   31.410155] NET: Registered protocol family 31
<6>[   31.414294] Bluetooth: HCI device and connection manager initialized
<6>[   31.421437] Bluetooth: HCI socket layer initialized
<6>[   31.426139] Bluetooth: L2CAP socket layer initialized
<6>[   31.431993] Bluetooth: SCO socket layer initialized
<6>[   31.608165] Bluetooth: HCI UART driver ver 2.3
<6>[   31.611791] Bluetooth: HCI UART protocol H4 registered
<6>[   31.618579] Bluetooth: HCI UART protocol Broadcom registered
<4>[   31.619777] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
<4>[   31.632729] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
<6>[   31.679742] etnaviv etnaviv: bound 59000000.gpu (ops gpu_ops [etnaviv])
<6>[   31.685718] etnaviv-gpu 59000000.gpu: model: GC400, revision: 4652
<6>[   31.699346] etnaviv-gpu 59000000.gpu: Need to move linear window on MC1.0, disabling TS
<6>[   31.713198] [drm] Initialized etnaviv 1.4.0 20151214 for etnaviv on minor 1
<5>[   31.721997] cfg80211: Loading compiled-in X.509 certificates for regulatory database
<6>[   32.140941] Bluetooth: hci0: BCM: chip id 107
<6>[   32.145696] Bluetooth: hci0: BCM: features 0x2f
<6>[   32.151452] Bluetooth: hci0: BCM4345C0
<6>[   32.154088] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
<3>[   32.164434] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[   32.170299] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd'
<3>[   32.175458] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
<6>[   32.857442] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 2
<5>[   32.882228] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
<5>[   32.894203] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
<4>[   32.904790] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
<6>[   32.912891] cfg80211: failed to load regulatory.db
<6>[   32.951181] stm32-display 5a001000.display-controller: [drm] Cannot find any crtc or sizes
<6>[   33.060729] stm32-display 5a001000.display-controller: [drm] Cannot find any crtc or sizes
<6>[   33.358072] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
<4>[   33.369152] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2
<3>[   34.408367] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
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 80:1f:12:cc:2a:a4 mtu 1500 DHCP
IP-Config: eth0 guessed broadcast address 192.168.6.255
IP-Config: eth0 complete (dhcp from 192.168.6.1):
 address: 192.168.6.30     broadcast: 192.168.6.255    netmask: 255.255.255.0   
 gateway: 192.168.6.1      dns0     : 10.255.253.1     dns1   : 0.0.0.0         
 rootserver: 192.168.6.1 rootpath: 
 filename  : 
done.
Begin: Running /scripts/nfs-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
<30>[   38.097338] systemd[1]: System time before build time, advancing clock.
<30>[   38.427407] 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)
<30>[   38.462912] systemd[1]: Detected architecture arm.

Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m!

<30>[   38.530163] systemd[1]: Hostname set to <debian-bookworm-armhf>.
<30>[   42.056552] systemd[1]: Queued start job for default target graphical.target.
<30>[   42.083938] 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.
<30>[   42.135030] 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.
<30>[   42.184916] 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.
<30>[   42.233495] 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.
<30>[   42.282396] 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.
<30>[   42.331454] 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.
<30>[   42.380032] systemd[1]: proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/binfmt_misc).
<30>[   42.399069] systemd[1]: Expecting device dev-ttySTM0.device - /dev/ttySTM0...
         Expecting device [0;1;39mdev-ttySTM0.device[0m - /dev/ttySTM0...
<30>[   42.439332] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[[0;32m  OK  [0m] Reached target [0;1;39mcryptsetup.…get[0m - Local Encrypted Volumes.
<30>[   42.479507] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[[0;32m  OK  [0m] Reached target [0;1;39mintegrityse…Local Integrity Protected Volumes.
<30>[   42.519649] systemd[1]: Reached target paths.target - Path Units.
[[0;32m  OK  [0m] Reached target [0;1;39mpaths.target[0m - Path Units.
<30>[   42.559452] 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.
<30>[   42.599308] systemd[1]: Reached target slices.target - Slice Units.
[[0;32m  OK  [0m] Reached target [0;1;39mslices.target[0m - Slice Units.
<30>[   42.639590] systemd[1]: Reached target swap.target - Swaps.
[[0;32m  OK  [0m] Reached target [0;1;39mswap.target[0m - Swaps.
<30>[   42.679498] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[[0;32m  OK  [0m] Reached target [0;1;39mveritysetup… - Local Verity Protected Volumes.
<30>[   42.721952] 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.
<30>[   42.846070] systemd[1]: systemd-journald-audit.socket - Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit).
<30>[   42.866922] 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).
<30>[   42.914670] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[[0;32m  OK  [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket.
<30>[   42.964778] 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.
<30>[   43.019137] 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.
<30>[   43.063204] 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.
<30>[   43.112177] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
<30>[   43.127830] systemd[1]: dev-mqueue.mount - POSIX Message Queue File System was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/mqueue).
<30>[   43.160920] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
         Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System...
<30>[   43.233322] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
         Mounting [0;1;39msys-kernel-tracin…[0m - Kernel Trace File System...
<30>[   43.312059] 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...
<30>[   43.399826] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
         Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs...
<30>[   43.477612] 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...
<30>[   43.536630] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
         Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm...
<30>[   43.597924] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
         Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore...
<30>[   43.697741] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
         Starting [0;1;39mmodprobe@fuse.ser…e[0m - Load Kernel Module fuse...
<30>[   43.769773] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
         Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop...
<6>[   43.826669] fuse: init (API version 7.32)
<30>[   43.856042] systemd[1]: Starting systemd-journald.service - Journal Service...
         Starting [0;1;39msystemd-journald.service[0m - Journal Service...
<30>[   43.951099] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
         Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules...
<30>[   44.024589] 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...
<30>[   44.117293] 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...
<30>[   44.221229] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
         Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices...
<30>[   44.461721] 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.
<30>[   44.523202] 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.
<30>[   44.590691] 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.
<30>[   44.756731] systemd[1]: modprobe@configfs.service: Deactivated successfully.
<30>[   44.802337] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[[0;32m  OK  [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs.
<30>[   44.840433] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
<30>[   44.852724] 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.
<30>[   44.900949] systemd[1]: modprobe@drm.service: Deactivated successfully.
<30>[   44.922799] 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.
<30>[   44.971228] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
<30>[   44.994160] 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.
<30>[   45.050022] systemd[1]: modprobe@fuse.service: Deactivated successfully.
<30>[   45.089425] 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.
<30>[   45.170479] systemd[1]: modprobe@loop.service: Deactivated successfully.
<30>[   45.191874] 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.
<30>[   45.256706] 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.
<30>[   45.326325] 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.
<30>[   45.396378] 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.
<30>[   45.445789] systemd[1]: Reached target network-pre.target - Preparation for Network.
[[0;32m  OK  [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network.
<30>[   45.536647] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting [0;1;39msys-fs-fuse-conne…[0m - FUSE Control File System...
<30>[   45.585033] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
         Mounting [0;1;39msys-kernel-config…ernel Configuration File System...
<30>[   45.649834] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
<30>[   45.682330] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
<30>[   45.750160] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
         Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed...
<30>[   45.818911] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
<30>[   45.872950] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables...
<30>[   45.975084] systemd[1]: Starting systemd-sysusers.service - Create System Users...
         Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users...
<30>[   46.162958] 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] Mounted [0;1;39msys-fs-fuse-connec…nt[0m - FUSE Control File System.
[[0;32m  OK  [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System.
[[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-journal-f…h Journal to Persistent Storage...
         Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev...
<46>[   46.877134] systemd-journald[216]: Received client request to flush runtime journal.
[[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] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files.
         Starting [0;1;39msystemd-networkd.…ice[0m - Network Configuration...
[[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] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP.
[[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;39mtime-set.target[0m - System Time Set.
<46>[   53.222992] systemd-journald[216]: Oldest entry in /var/log/journal/658c871cd7314ccea6115dc5728f8992/system.journal is older than the configured file retention duration (1month), suggesting rotation.
<46>[   53.243564] systemd-journald[216]: /var/log/journal/658c871cd7314ccea6115dc5728f8992/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0m[0;31m*     [0m] (1 of 2) Job dev-ttySTM0.device/start running (13s / 1min 30s)
M
[K[[0;1;31m*[0m[0;31m*    [0m] (1 of 2) Job dev-ttySTM0.device/start running (13s / 1min 30s)
M
[K[[0;31m*[0;1;31m*[0m[0;31m*   [0m] (1 of 2) Job dev-ttySTM0.device/start running (14s / 1min 30s)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*  [0m] (2 of 2) Job systemd-udev-trigger.s…ice/start running (14s / no limit)
M
[K[  [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) Job systemd-udev-trigger.s…ice/start running (15s / no limit)
M
[K[   [0;31m*[0;1;31m*[0m[0;31m*[0m] (2 of 2) Job systemd-udev-trigger.s…ice/start running (15s / no limit)
M
[K[    [0;31m*[0;1;31m*[0m] (1 of 2) Job dev-ttySTM0.device/start running (15s / 1min 30s)
M
[K[     [0;31m*[0m] (1 of 2) Job dev-ttySTM0.device/start running (16s / 1min 30s)
M
[K[    [0;31m*[0;1;31m*[0m] (1 of 2) Job dev-ttySTM0.device/start running (16s / 1min 30s)
M
[K[   [0;31m*[0;1;31m*[0m[0;31m*[0m] (2 of 2) Job systemd-udev-trigger.s…ice/start running (17s / no limit)
M
[K[  [0;31m*[0;1;31m*[0m[0;31m* [0m] (2 of 2) Job systemd-udev-trigger.s…ice/start running (18s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*  [0m] (2 of 2) Job systemd-udev-trigger.s…ice/start running (19s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m*   [0m] (1 of 2) Job dev-ttySTM0.device/start running (19s / 1min 30s)
M
[K[[0;1;31m*[0m[0;31m*    [0m] (1 of 2) Job dev-ttySTM0.device/start running (20s / 1min 30s)
M
[K[[0;32m  OK  [0m] Found device [0;1;39mdev-ttySTM0.device[0m - /dev/ttySTM0.
[K[[0;32m  OK  [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices.
[[0;32m  OK  [0m] Reached target [0;1;39mbluetooth.target[0m - Bluetooth Support.
[[0;32m  OK  [0m] Reached target [0;1;39musb-gadget.…m - Hardware activated USB gadget.
[[0;32m  OK  [0m] Listening on [0;1;39msystemd-rfkil…l Switch Status /dev/rfkill Watch.
         Starting [0;1;39mmodprobe@dm_mod.s…[0m - Load Kernel Module dm_mod...
         Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore...
         Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop...
[[0;32m  OK  [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod.
[[0;32m  OK  [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore.
[[0;32m  OK  [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop.
[[0;32m  OK  [0m] Reached target [0;1;39msysinit.target[0m - System Initialization.
[[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] Started [0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories.
[[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;39malsa-restore.serv…- Save/Restore Sound Card State...
         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-rfkill.se…Load/Save RF Kill Switch Status...
         Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions...
[[0;32m  OK  [0m] Finished [0;1;39malsa-restore.serv…m - Save/Restore Sound Card State.
[[0;32m  OK  [0m] Reached target [0;1;39msound.target[0m - Sound Card.
[[0;32m  OK  [0m] Started [0;1;39msystemd-rfkill.ser…- Load/Save RF Kill Switch Status.
[[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@ttyST…ice[0m - Serial Getty on ttySTM0.
[[0;32m  OK  [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts.
[[0;32m  OK  [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus.
[[0;32m  OK  [0m] Finished [0;1;39me2scrub_reap.serv…ine ext4 Metadata Check Snapshots.
[[0;32m  OK  [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management.
[[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 ttySTM0

debian-bookworm-armhf login: root (automatic login)

Linux debian-bookworm-armhf 5.10.228-cip53 #1 SMP Tue Oct 22 14:44:50 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/881869/extract-nfsrootfs-a5e3hk2x'
export NFS_ROOTFS='/var/lib/lava/dispatcher/tmp/881869/extract-nfsrootfs-a5e3hk2x'
/ # export NFS_SERVER_IP='192.168.6.3'
export NFS_SERVER_IP='192.168.6.3'
/ # #
#
/ # export SHELL=/bin/bash
export SHELL=/bin/bash
/ # . /lava-881869/environment
. /lava-881869/environment
/ # /lava-881869/bin/lava-test-runner /lava-881869/0
/lava-881869/bin/lava-test-runner /lava-881869/0
+ export TESTRUN_ID=0_timesync-off
+ TESTRUN_ID=0_timesync-off
+ cd /lava-881869/0/tests/0_timesync-off
++ cat uuid
+ UUID=881869_1.6.2.4.1
+ set +x
<LAVA_SIGNAL_STARTRUN 0_timesync-off 881869_1.6.2.4.1>
+ systemctl stop systemd-timesyncd
+ set +x
<LAVA_SIGNAL_ENDRUN 0_timesync-off 881869_1.6.2.4.1>
+ export TESTRUN_ID=1_kselftest-seccomp
+ TESTRUN_ID=1_kselftest-seccomp
+ cd /lava-881869/0/tests/1_kselftest-seccomp
++ cat uuid
+ UUID=881869_1.6.2.4.5
+ set +x
<LAVA_SIGNAL_STARTRUN 1_kselftest-seccomp 881869_1.6.2.4.5>
+ cd ./automated/linux/kselftest/
+ ./kselftest.sh -c seccomp -T '' -t kselftest_armhf.tar.gz -s True -u http://storage.kernelci.org/cip-gitlab/ci-iwamatsu-linux-5.10.y-cip-rc/v5.10.226-cip53-574-g3d1f69eceab0/arm/multi_v7_defconfig+kselftest/gcc-12/kselftest.tar.xz -L '' -S /dev/null -b stm32mp157a-dhcor-avenger96 -g cip-gitlab -e '' -p /opt/kselftests/mainline/ -n 1 -i 1 -E ''
INFO: install_deps skipped
--2024-10-22 16:29:09--  http://storage.kernelci.org/cip-gitlab/ci-iwamatsu-linux-5.10.y-cip-rc/v5.10.226-cip53-574-g3d1f69eceab0/arm/multi_v7_defconfig+kselftest/gcc-12/kselftest.tar.xz
Resolving storage.kernelci.org (storage.kernelci.org)... 20.171.243.82
Connecting to storage.kernelci.org (storage.kernelci.org)|20.171.243.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1616764 (1.5M) [application/octet-stream]
Saving to: 'kselftest_armhf.tar.gz'


kselftest_armhf.tar   0%[                    ]       0  --.-KB/s               
kselftest_armhf.tar   3%[                    ]  47.54K   167KB/s               
kselftest_armhf.tar  13%[=>                  ] 216.29K   379KB/s               
kselftest_armhf.tar  56%[==========>         ] 891.29K  1.02MB/s               
kselftest_armhf.tar 100%[===================>]   1.54M  1.70MB/s    in 0.9s    

2024-10-22 16:29:10 (1.70 MB/s) - 'kselftest_armhf.tar.gz' saved [1616764/1616764]

skiplist:
========================================
========================================
seccomp:seccomp_bpf
seccomp:seccomp_benchmark
============== Tests to run ===============
seccomp:seccomp_bpf
seccomp:seccomp_benchmark
===========End Tests to run ===============
shardfile-seccomp pass
<12>[  103.327070] kselftest: Running tests in seccomp
TAP version 13
1..2
# selftests: seccomp: seccomp_bpf
# TAP version 13
# 1..87
# # Starting 87 tests from 7 test cases.
# #  RUN           global.kcmp ...
# #            OK  global.kcmp
# ok 1 global.kcmp
# #  RUN           global.mode_strict_support ...
# #            OK  global.mode_strict_support
# ok 2 global.mode_strict_support
# #  RUN           global.mode_strict_cannot_call_prctl ...
# #            OK  global.mode_strict_cannot_call_prctl
# ok 3 global.mode_strict_cannot_call_prctl
# #  RUN           global.no_new_privs_support ...
# #            OK  global.no_new_privs_support
# ok 4 global.no_new_privs_support
# #  RUN           global.mode_filter_support ...
# #            OK  global.mode_filter_support
# ok 5 global.mode_filter_support
# #  RUN           global.mode_filter_without_nnp ...
# #            OK  global.mode_filter_without_nnp
# ok 6 global.mode_filter_without_nnp
# #  RUN           global.filter_size_limits ...
# #            OK  global.filter_size_limits
# ok 7 global.filter_size_limits
# #  RUN           global.filter_chain_limits ...
# #            OK  global.filter_chain_limits
# ok 8 global.filter_chain_limits
# #  RUN           global.mode_filter_cannot_move_to_strict ...
# #            OK  global.mode_filter_cannot_move_to_strict
# ok 9 global.mode_filter_cannot_move_to_strict
# #  RUN           global.mode_filter_get_seccomp ...
# #            OK  global.mode_filter_get_seccomp
# ok 10 global.mode_filter_get_seccomp
# #  RUN           global.ALLOW_all ...
# #            OK  global.ALLOW_all
# ok 11 global.ALLOW_all
# #  RUN           global.empty_prog ...
# #            OK  global.empty_prog
# ok 12 global.empty_prog
# #  RUN           global.log_all ...
# #            OK  global.log_all
# ok 13 global.log_all
# #  RUN           global.unknown_ret_is_kill_inside ...
# #            OK  global.unknown_ret_is_kill_inside
# ok 14 global.unknown_ret_is_kill_inside
# #  RUN           global.unknown_ret_is_kill_above_allow ...
# #            OK  global.unknown_ret_is_kill_above_allow
# ok 15 global.unknown_ret_is_kill_above_allow
# #  RUN           global.KILL_all ...
# #            OK  global.KILL_all
# ok 16 global.KILL_all
# #  RUN           global.KILL_one ...
# #            OK  global.KILL_one
# ok 17 global.KILL_one
# #  RUN           global.KILL_one_arg_one ...
# #            OK  global.KILL_one_arg_one
# ok 18 global.KILL_one_arg_one
# #  RUN           global.KILL_one_arg_six ...
# #            OK  global.KILL_one_arg_six
# ok 19 global.KILL_one_arg_six
# #  RUN           global.KILL_thread ...
# #            OK  global.KILL_thread
# ok 20 global.KILL_thread
# #  RUN           global.KILL_process ...
# #            OK  global.KILL_process
# ok 21 global.KILL_process
# #  RUN           global.KILL_unknown ...
# #            OK  global.KILL_unknown
# ok 22 global.KILL_unknown
# #  RUN           global.arg_out_of_range ...
# #            OK  global.arg_out_of_range
# ok 23 global.arg_out_of_range
# #  RUN           global.ERRNO_valid ...
# #            OK  global.ERRNO_valid
# ok 24 global.ERRNO_valid
# #  RUN           global.ERRNO_zero ...
# #            OK  global.ERRNO_zero
# ok 25 global.ERRNO_zero
# #  RUN           global.ERRNO_capped ...
# #            OK  global.ERRNO_capped
# ok 26 global.ERRNO_capped
# #  RUN           global.ERRNO_order ...
# #            OK  global.ERRNO_order
# ok 27 global.ERRNO_order
# #  RUN           global.negative_ENOSYS ...
# # negative_ENOSYS: Test terminated unexpectedly by signal 4
# #          FAIL  global.negative_ENOSYS
# not ok 28 global.negative_ENOSYS
# #  RUN           global.seccomp_syscall ...
# #            OK  global.seccomp_syscall
# ok 29 global.seccomp_syscall
# #  RUN           global.seccomp_syscall_mode_lock ...
# #            OK  global.seccomp_syscall_mode_lock
# ok 30 global.seccomp_syscall_mode_lock
# #  RUN           global.detect_seccomp_filter_flags ...
# #            OK  global.detect_seccomp_filter_flags
# ok 31 global.detect_seccomp_filter_flags
# #  RUN           global.TSYNC_first ...
# #            OK  global.TSYNC_first
# ok 32 global.TSYNC_first
# #  RUN           global.syscall_restart ...
# # seccomp_bpf.c:3090:syscall_restart:Expected __NR_nanosleep (162) == ret (265)
# # syscall_restart: Test failed at step #36
# #          FAIL  global.syscall_restart
# not ok 33 global.syscall_restart
# #  RUN           global.filter_flag_log ...
# #            OK  global.filter_flag_log
# ok 34 global.filter_flag_log
# #  RUN           global.get_action_avail ...
# #            OK  global.get_action_avail
# ok 35 global.get_action_avail
# #  RUN           global.get_metadata ...
# #            OK  global.get_metadata
# ok 36 global.get_metadata
# #  RUN           global.user_notification_basic ...
# #            OK  global.user_notification_basic
# ok 37 global.user_notification_basic
# #  RUN           global.user_notification_with_tsync ...
# #            OK  global.user_notification_with_tsync
# ok 38 global.user_notification_with_tsync
# #  RUN           global.user_notification_kill_in_middle ...
# #            OK  global.user_notification_kill_in_middle
# ok 39 global.user_notification_kill_in_middle
# #  RUN           global.user_notification_signal ...
# #            OK  global.user_notification_signal
# ok 40 global.user_notification_signal
# #  RUN           global.user_notification_closed_listener ...
# #            OK  global.user_notification_closed_listener
# ok 41 global.user_notification_closed_listener
# #  RUN           global.user_notification_child_pid_ns ...
# #            OK  global.user_notification_child_pid_ns
# ok 42 global.user_notification_child_pid_ns
# #  RUN           global.user_notification_sibling_pid_ns ...
# #            OK  global.user_notification_sibling_pid_ns
# ok 43 global.user_notification_sibling_pid_ns
# #  RUN           global.user_notification_fault_recv ...
# #            OK  global.user_notification_fault_recv
# ok 44 global.user_notification_fault_recv
# #  RUN           global.seccomp_get_notif_sizes ...
# #            OK  global.seccomp_get_notif_sizes
# ok 45 global.seccomp_get_notif_sizes
# #  RUN           global.user_notification_continue ...
# #            OK  global.user_notification_continue
# ok 46 global.user_notification_continue
# #  RUN           global.user_notification_filter_empty ...
# #            OK  global.user_notification_filter_empty
# ok 47 global.user_notification_filter_empty
# #  RUN           global.user_notification_filter_empty_threaded ...
# #            OK  global.user_notification_filter_empty_threaded
# ok 48 global.user_notification_filter_empty_threaded
# #  RUN           global.user_notification_addfd ...
# # seccomp_bpf.c:4035:user_notification_addfd:Expected fd (7) == 5 (5)
# # seccomp_bpf.c:4042:user_notification_addfd:Expected fd (8) == 6 (6)
# # user_notification_addfd: Test failed at step #6
# #          FAIL  global.user_notification_addfd
# not ok 49 global.user_notification_addfd
# #  RUN           global.user_notification_addfd_rlimit ...
# #            OK  global.user_notification_addfd_rlimit
# ok 50 global.user_notification_addfd_rlimit
# #  RUN           TRAP.dfl ...
# #            OK  TRAP.dfl
# ok 51 TRAP.dfl
# #  RUN           TRAP.ign ...
# #            OK  TRAP.ign
# ok 52 TRAP.ign
# #  RUN           TRAP.handler ...
# #            OK  TRAP.handler
# ok 53 TRAP.handler
# #  RUN           precedence.allow_ok ...
# #            OK  precedence.allow_ok
# ok 54 precedence.allow_ok
# #  RUN           precedence.kill_is_highest ...
# #            OK  precedence.kill_is_highest
# ok 55 precedence.kill_is_highest
# #  RUN           precedence.kill_is_highest_in_any_order ...
# #            OK  precedence.kill_is_highest_in_any_order
# ok 56 precedence.kill_is_highest_in_any_order
# #  RUN           precedence.trap_is_second ...
# #            OK  precedence.trap_is_second
# ok 57 precedence.trap_is_second
# #  RUN           precedence.trap_is_second_in_any_order ...
# #            OK  precedence.trap_is_second_in_any_order
# ok 58 precedence.trap_is_second_in_any_order
# #  RUN           precedence.errno_is_third ...
# #            OK  precedence.errno_is_third
# ok 59 precedence.errno_is_third
# #  RUN           precedence.errno_is_third_in_any_order ...
# #            OK  precedence.errno_is_third_in_any_order
# ok 60 precedence.errno_is_third_in_any_order
# #  RUN           precedence.trace_is_fourth ...
# #            OK  precedence.trace_is_fourth
# ok 61 precedence.trace_is_fourth
# #  RUN           precedence.trace_is_fourth_in_any_order ...
# #            OK  precedence.trace_is_fourth_in_any_order
# ok 62 precedence.trace_is_fourth_in_any_order
# #  RUN           precedence.log_is_fifth ...
# #            OK  precedence.log_is_fifth
# ok 63 precedence.log_is_fifth
# #  RUN           precedence.log_is_fifth_in_any_order ...
# #            OK  precedence.log_is_fifth_in_any_order
# ok 64 precedence.log_is_fifth_in_any_order
# #  RUN           TRACE_poke.read_has_side_effects ...
# #            OK  TRACE_poke.read_has_side_effects
# ok 65 TRACE_poke.read_has_side_effects
# #  RUN           TRACE_poke.getpid_runs_normally ...
# #            OK  TRACE_poke.getpid_runs_normally
# ok 66 TRACE_poke.getpid_runs_normally
# #  RUN           TRACE_syscall.ptrace.negative_ENOSYS ...
# # seccomp_bpf.c:2146:negative_ENOSYS:Expected -1 (-1) == syscall(-1) (-1095460716)
# # seccomp_bpf.c:2147:negative_ENOSYS:Expected errno (0) == ENOSYS (38)
# # seccomp_bpf.c:2019:negative_ENOSYS:Expected entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY : PTRACE_EVENTMSG_SYSCALL_EXIT (1) == msg (0)
# # seccomp_bpf.c:2019:negative_ENOSYS:Expected entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY : PTRACE_EVENTMSG_SYSCALL_EXIT (2) == msg (1)
# # seccomp_bpf.c:2150:negative_ENOSYS:Expected -1 (-1) == syscall(-101) (0)
# # seccomp_bpf.c:2019:negative_ENOSYS:Expected entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY : PTRACE_EVENTMSG_SYSCALL_EXIT (1) == msg (2)
# # seccomp_bpf.c:2019:negative_ENOSYS:Expected entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY : PTRACE_EVENTMSG_SYSCALL_EXIT (2) == msg (1)
# # seccomp_bpf.c:2151:negative_ENOSYS:Expected errno (0) == ENOSYS (38)
# # seccomp_bpf.c:2019:negative_ENOSYS:Expected entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY : PTRACE_EVENTMSG_SYSCALL_EXIT (1) == msg (2)
# # seccomp_bpf.c:2019:negative_ENOSYS:Expected entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY : PTRACE_EVENTMSG_SYSCALL_EXIT (2) == msg (1)
# # seccomp_bpf.c:2019:negative_ENOSYS:Expected entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY : PTRACE_EVENTMSG_SYSCALL_EXIT (1) == msg (2)
# # negative_ENOSYS: Test failed at step #10
# #          FAIL  TRACE_syscall.ptrace.negative_ENOSYS
# not ok 67 TRACE_syscall.ptrace.negative_ENOSYS
# #  RUN           TRACE_syscall.ptrace.syscall_allowed ...
# #            OK  TRACE_syscall.ptrace.syscall_allowed
# ok 68 TRACE_syscall.ptrace.syscall_allowed
# #  RUN           TRACE_syscall.ptrace.syscall_redirected ...
# #            OK  TRACE_syscall.ptrace.syscall_redirected
# ok 69 TRACE_syscall.ptrace.syscall_redirected
# #  RUN           TRACE_syscall.ptrace.syscall_errno ...
# #            OK  TRACE_syscall.ptrace.syscall_errno
# ok 70 TRACE_syscall.ptrace.syscall_errno
# #  RUN           TRACE_syscall.ptrace.syscall_faked ...
# #            OK  TRACE_syscall.ptrace.syscall_faked
# ok 71 TRACE_syscall.ptrace.syscall_faked
# #  RUN           TRACE_syscall.ptrace.skip_after ...
# #            OK  TRACE_syscall.ptrace.skip_after
# ok 72 TRACE_syscall.ptrace.skip_after
# #  RUN           TRACE_syscall.ptrace.kill_after ...
# #            OK  TRACE_syscall.ptrace.kill_after
# ok 73 TRACE_syscall.ptrace.kill_after
# #  RUN           TRACE_syscall.seccomp.negative_ENOSYS ...
# # seccomp_bpf.c:2146:negative_ENOSYS:Expected -1 (-1) == syscall(-1) (-1095460716)
# # seccomp_bpf.c:2147:negative_ENOSYS:Expected errno (0) == ENOSYS (38)
# # seccomp_bpf.c:1543:negative_ENOSYS:Expected !ptrace_syscall (1) == IS_SECCOMP_EVENT(status) (0)
# # seccomp_bpf.c:2150:negative_ENOSYS:Expected -1 (-1) == syscall(-101) (0)
# # seccomp_bpf.c:2151:negative_ENOSYS:Expected errno (0) == ENOSYS (38)
# # negative_ENOSYS: Test failed at step #11
# #          FAIL  TRACE_syscall.seccomp.negative_ENOSYS
# not ok 74 TRACE_syscall.seccomp.negative_ENOSYS
# #  RUN           TRACE_syscall.seccomp.syscall_allowed ...
# #            OK  TRACE_syscall.seccomp.syscall_allowed
# ok 75 TRACE_syscall.seccomp.syscall_allowed
# #  RUN           TRACE_syscall.seccomp.syscall_redirected ...
# #            OK  TRACE_syscall.seccomp.syscall_redirected
# ok 76 TRACE_syscall.seccomp.syscall_redirected
# #  RUN           TRACE_syscall.seccomp.syscall_errno ...
# #            OK  TRACE_syscall.seccomp.syscall_errno
# ok 77 TRACE_syscall.seccomp.syscall_errno
# #  RUN           TRACE_syscall.seccomp.syscall_faked ...
# #            OK  TRACE_syscall.seccomp.syscall_faked
# ok 78 TRACE_syscall.seccomp.syscall_faked
# #  RUN           TRACE_syscall.seccomp.skip_after ...
# #            OK  TRACE_syscall.seccomp.skip_after
# ok 79 TRACE_syscall.seccomp.skip_after
# #  RUN           TRACE_syscall.seccomp.kill_after ...
# #            OK  TRACE_syscall.seccomp.kill_after
# ok 80 TRACE_syscall.seccomp.kill_after
# #  RUN           TSYNC.siblings_fail_prctl ...
# #            OK  TSYNC.siblings_fail_prctl
# ok 81 TSYNC.siblings_fail_prctl
# #  RUN           TSYNC.two_siblings_with_ancestor ...
# #            OK  TSYNC.two_siblings_with_ancestor
# ok 82 TSYNC.two_siblings_with_ancestor
# #  RUN           TSYNC.two_sibling_want_nnp ...
# #            OK  TSYNC.two_sibling_want_nnp
# ok 83 TSYNC.two_sibling_want_nnp
# #  RUN           TSYNC.two_siblings_with_no_filter ...
# #            OK  TSYNC.two_siblings_with_no_filter
# ok 84 TSYNC.two_siblings_with_no_filter
# #  RUN           TSYNC.two_siblings_with_one_divergence ...
# #            OK  TSYNC.two_siblings_with_one_divergence
# ok 85 TSYNC.two_siblings_with_one_divergence
# #  RUN           TSYNC.two_siblings_with_one_divergence_no_tid_in_err ...
# #            OK  TSYNC.two_siblings_with_one_divergence_no_tid_in_err
# ok 86 TSYNC.two_siblings_with_one_divergence_no_tid_in_err
# #  RUN           TSYNC.two_siblings_not_under_filter ...
# #            OK  TSYNC.two_siblings_not_under_filter
# ok 87 TSYNC.two_siblings_not_under_filter
# # FAILED: 82 / 87 tests passed.
# # Totals: pass:82 fail:5 xfail:0 xpass:0 skip:0 error:0
not ok 1 selftests: seccomp: seccomp_bpf # exit=1
# selftests: seccomp: seccomp_benchmark
# net.core.bpf_jit_enable = 0
# net.core.bpf_jit_harden = 0
#
not ok 2 selftests: seccomp: seccomp_benchmark # TIMEOUT 45 seconds
seccomp_seccomp_bpf_global_kcmp pass
seccomp_seccomp_bpf_global_mode_strict_support pass
seccomp_seccomp_bpf_global_mode_strict_cannot_call_prctl pass
seccomp_seccomp_bpf_global_no_new_privs_support pass
seccomp_seccomp_bpf_global_mode_filter_support pass
seccomp_seccomp_bpf_global_mode_filter_without_nnp pass
seccomp_seccomp_bpf_global_filter_size_limits pass
seccomp_seccomp_bpf_global_filter_chain_limits pass
seccomp_seccomp_bpf_global_mode_filter_cannot_move_to_strict pass
seccomp_seccomp_bpf_global_mode_filter_get_seccomp pass
seccomp_seccomp_bpf_global_ALLOW_all pass
seccomp_seccomp_bpf_global_empty_prog pass
seccomp_seccomp_bpf_global_log_all pass
seccomp_seccomp_bpf_global_unknown_ret_is_kill_inside pass
seccomp_seccomp_bpf_global_unknown_ret_is_kill_above_allow pass
seccomp_seccomp_bpf_global_KILL_all pass
seccomp_seccomp_bpf_global_KILL_one pass
seccomp_seccomp_bpf_global_KILL_one_arg_one pass
seccomp_seccomp_bpf_global_KILL_one_arg_six pass
seccomp_seccomp_bpf_global_KILL_thread pass
seccomp_seccomp_bpf_global_KILL_process pass
seccomp_seccomp_bpf_global_KILL_unknown pass
seccomp_seccomp_bpf_global_arg_out_of_range pass
seccomp_seccomp_bpf_global_ERRNO_valid pass
seccomp_seccomp_bpf_global_ERRNO_zero pass
seccomp_seccomp_bpf_global_ERRNO_capped pass
seccomp_seccomp_bpf_global_ERRNO_order pass
seccomp_seccomp_bpf_global_negative_ENOSYS fail
seccomp_seccomp_bpf_global_seccomp_syscall pass
seccomp_seccomp_bpf_global_seccomp_syscall_mode_lock pass
seccomp_seccomp_bpf_global_detect_seccomp_filter_flags pass
seccomp_seccomp_bpf_global_TSYNC_first pass
seccomp_seccomp_bpf_global_syscall_restart fail
seccomp_seccomp_bpf_global_filter_flag_log pass
seccomp_seccomp_bpf_global_get_action_avail pass
seccomp_seccomp_bpf_global_get_metadata pass
seccomp_seccomp_bpf_global_user_notification_basic pass
seccomp_seccomp_bpf_global_user_notification_with_tsync pass
seccomp_seccomp_bpf_global_user_notification_kill_in_middle pass
seccomp_seccomp_bpf_global_user_notification_signal pass
seccomp_seccomp_bpf_global_user_notification_closed_listener pass
seccomp_seccomp_bpf_global_user_notification_child_pid_ns pass
seccomp_seccomp_bpf_global_user_notification_sibling_pid_ns pass
seccomp_seccomp_bpf_global_user_notification_fault_recv pass
seccomp_seccomp_bpf_global_seccomp_get_notif_sizes pass
seccomp_seccomp_bpf_global_user_notification_continue pass
seccomp_seccomp_bpf_global_user_notification_filter_empty pass
seccomp_seccomp_bpf_global_user_notification_filter_empty_threaded pass
seccomp_seccomp_bpf_global_user_notification_addfd fail
seccomp_seccomp_bpf_global_user_notification_addfd_rlimit pass
seccomp_seccomp_bpf_TRAP_dfl pass
seccomp_seccomp_bpf_TRAP_ign pass
seccomp_seccomp_bpf_TRAP_handler pass
seccomp_seccomp_bpf_precedence_allow_ok pass
seccomp_seccomp_bpf_precedence_kill_is_highest pass
seccomp_seccomp_bpf_precedence_kill_is_highest_in_any_order pass
seccomp_seccomp_bpf_precedence_trap_is_second pass
seccomp_seccomp_bpf_precedence_trap_is_second_in_any_order pass
seccomp_seccomp_bpf_precedence_errno_is_third pass
seccomp_seccomp_bpf_precedence_errno_is_third_in_any_order pass
seccomp_seccomp_bpf_precedence_trace_is_fourth pass
seccomp_seccomp_bpf_precedence_trace_is_fourth_in_any_order pass
seccomp_seccomp_bpf_precedence_log_is_fifth pass
seccomp_seccomp_bpf_precedence_log_is_fifth_in_any_order pass
seccomp_seccomp_bpf_TRACE_poke_read_has_side_effects pass
seccomp_seccomp_bpf_TRACE_poke_getpid_runs_normally pass
seccomp_seccomp_bpf_TRACE_syscall_ptrace_negative_ENOSYS fail
seccomp_seccomp_bpf_TRACE_syscall_ptrace_syscall_allowed pass
seccomp_seccomp_bpf_TRACE_syscall_ptrace_syscall_redirected pass
seccomp_seccomp_bpf_TRACE_syscall_ptrace_syscall_errno pass
seccomp_seccomp_bpf_TRACE_syscall_ptrace_syscall_faked pass
seccomp_seccomp_bpf_TRACE_syscall_ptrace_skip_after pass
seccomp_seccomp_bpf_TRACE_syscall_ptrace_kill_after pass
seccomp_seccomp_bpf_TRACE_syscall_seccomp_negative_ENOSYS fail
seccomp_seccomp_bpf_TRACE_syscall_seccomp_syscall_allowed pass
seccomp_seccomp_bpf_TRACE_syscall_seccomp_syscall_redirected pass
seccomp_seccomp_bpf_TRACE_syscall_seccomp_syscall_errno pass
seccomp_seccomp_bpf_TRACE_syscall_seccomp_syscall_faked pass
seccomp_seccomp_bpf_TRACE_syscall_seccomp_skip_after pass
seccomp_seccomp_bpf_TRACE_syscall_seccomp_kill_after pass
seccomp_seccomp_bpf_TSYNC_siblings_fail_prctl pass
seccomp_seccomp_bpf_TSYNC_two_siblings_with_ancestor pass
seccomp_seccomp_bpf_TSYNC_two_sibling_want_nnp pass
seccomp_seccomp_bpf_TSYNC_two_siblings_with_no_filter pass
seccomp_seccomp_bpf_TSYNC_two_siblings_with_one_divergence pass
seccomp_seccomp_bpf_TSYNC_two_siblings_with_one_divergence_no_tid_in_err pass
seccomp_seccomp_bpf_TSYNC_two_siblings_not_under_filter pass
seccomp_seccomp_bpf fail
seccomp_seccomp_benchmark fail
+ ../../utils/send-to-lava.sh ./output/result.txt
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=shardfile-seccomp RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_kcmp RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_mode_strict_support RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_mode_strict_cannot_call_prctl RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_no_new_privs_support RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_mode_filter_support RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_mode_filter_without_nnp RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_filter_size_limits RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_filter_chain_limits RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_mode_filter_cannot_move_to_strict RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_mode_filter_get_seccomp RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_ALLOW_all RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_empty_prog RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_log_all RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_unknown_ret_is_kill_inside RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_unknown_ret_is_kill_above_allow RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_KILL_all RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_KILL_one RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_KILL_one_arg_one RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_KILL_one_arg_six RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_KILL_thread RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_KILL_process RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_KILL_unknown RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_arg_out_of_range RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_ERRNO_valid RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_ERRNO_zero RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_ERRNO_capped RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_ERRNO_order RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_negative_ENOSYS RESULT=fail>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_seccomp_syscall RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_seccomp_syscall_mode_lock RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_detect_seccomp_filter_flags RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_TSYNC_first RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_syscall_restart RESULT=fail>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_filter_flag_log RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_get_action_avail RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_get_metadata RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_basic RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_with_tsync RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_kill_in_middle RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_signal RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_closed_listener RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_child_pid_ns RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_sibling_pid_ns RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_fault_recv RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_seccomp_get_notif_sizes RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_continue RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_filter_empty RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_filter_empty_threaded RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_addfd RESULT=fail>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_global_user_notification_addfd_rlimit RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRAP_dfl RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRAP_ign RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRAP_handler RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_allow_ok RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_kill_is_highest RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_kill_is_highest_in_any_order RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_trap_is_second RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_trap_is_second_in_any_order RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_errno_is_third RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_errno_is_third_in_any_order RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_trace_is_fourth RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_trace_is_fourth_in_any_order RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_log_is_fifth RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_precedence_log_is_fifth_in_any_order RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_poke_read_has_side_effects RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_poke_getpid_runs_normally RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_ptrace_negative_ENOSYS RESULT=fail>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_ptrace_syscall_allowed RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_ptrace_syscall_redirected RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_ptrace_syscall_errno RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_ptrace_syscall_faked RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_ptrace_skip_after RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_ptrace_kill_after RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_seccomp_negative_ENOSYS RESULT=fail>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_seccomp_syscall_allowed RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_seccomp_syscall_redirected RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_seccomp_syscall_errno RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_seccomp_syscall_faked RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_seccomp_skip_after RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TRACE_syscall_seccomp_kill_after RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TSYNC_siblings_fail_prctl RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TSYNC_two_siblings_with_ancestor RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TSYNC_two_sibling_want_nnp RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TSYNC_two_siblings_with_no_filter RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TSYNC_two_siblings_with_one_divergence RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TSYNC_two_siblings_with_one_divergence_no_tid_in_err RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf_TSYNC_two_siblings_not_under_filter RESULT=pass>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_bpf RESULT=fail>
<LAVA_SIGNAL_TESTCASE TEST_CASE_ID=seccomp_seccomp_benchmark RESULT=fail>
+ set +x
<LAVA_SIGNAL_ENDRUN 1_kselftest-seccomp 881869_1.6.2.4.5>
<LAVA_TEST_RUNNER EXIT>
/ #