Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3002 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.3:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.35 (3800 ms) U-Boot> setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 U-Boot> tftp 0x00080000 646865/tftp-deploy-nmqp5h2r/kernel/Image tftp 0x00080000 646865/tftp-deploy-nmqp5h2r/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.35 Filename '646865/tftp-deploy-nmqp5h2r/kernel/Image'. Load address: 0x80000 Loading: *################################################## 30.4 MiB 15.2 MiB/s done Bytes transferred = 31918592 (1e70a00 hex) U-Boot> tftp 0x06700000 646865/tftp-deploy-nmqp5h2r/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 646865/tftp-deploy-nmqp5h2r/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.35 Filename '646865/tftp-deploy-nmqp5h2r/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *###################################T T ############### 55.8 MiB 4.1 MiB/s done Bytes transferred = 58559613 (37d8c7d hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 646865/tftp-deploy-nmqp5h2r/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 646865/tftp-deploy-nmqp5h2r/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.35 Filename '646865/tftp-deploy-nmqp5h2r/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 25.9 KiB 4.2 MiB/s done Bytes transferred = 26538 (67aa hex) U-Boot> setenv bootargs 'console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> booti 0x00080000 0x06700000 0x06400000 booti 0x00080000 0x06700000 0x06400000 Moving Image from 0x80000 to 0x200000, end=2100000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 58559549 Bytes = 55.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 06400000 Booting using the fdt blob at 0x6400000 Working FDT set to 6400000 Loading Ramdisk to 3674f000, end 39f27c3d ... OK Loading Device Tree to 0000000036745000, end 000000003674e7a9 ... OK Working FDT set to 36745000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 5.10.209-cip44 (KernelCI@build-j124374-arm64-gcc-10-defconfig-2m2sr) (aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT Thu Feb 29 08:14:11 UTC 2024 [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000032400000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] earlycon: bcm2835aux0 at MMIO32 0x00000000fe215040 (options '115200n8') [ 0.000000] printk: bootconsole [bcm2835aux0] enabled [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x7fbfcb00-0x7fbfefff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] percpu: Embedded 23 pages/cpu s56664 r8192 d29352 u94208 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: EL2 vector hardening [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 496944 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: mapped [mem 0x000000002e400000-0x0000000032400000] (64MB) <6>[ 0.000000] Memory: 1758580K/2019328K available (14528K kernel code, 2818K rwdata, 7664K rodata, 6016K init, 512K bss, 195212K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Preemptible hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. <6>[ 0.000000] Trampoline variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 <6>[ 0.000000] GIC: Using split EOI/Deactivate mode <6>[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns <6>[ 0.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns <6>[ 0.008622] Console: colour dummy device 80x25 <6>[ 0.013473] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024304] pid_max: default: 32768 minimum: 301 <6>[ 0.029320] LSM: Security Framework initializing <6>[ 0.034350] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042131] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052193] rcu: Hierarchical SRCU implementation. <6>[ 0.059519] EFI services will not be available. <6>[ 0.064684] smp: Bringing up secondary CPUs ... <6>[ 0.070068] Detected PIPT I-cache on CPU1 <6>[ 0.070132] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.070729] Detected PIPT I-cache on CPU2 <6>[ 0.070774] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.071354] Detected PIPT I-cache on CPU3 <6>[ 0.071398] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.071487] smp: Brought up 1 node, 4 CPUs <6>[ 0.109443] SMP: Total of 4 processors activated. <6>[ 0.114473] CPU features: detected: 32-bit EL0 Support <6>[ 0.119959] CPU features: detected: CRC32 instructions <6>[ 0.125429] CPU features: detected: 32-bit EL1 Support <6>[ 0.149497] CPU: All CPU(s) started at EL2 <6>[ 0.153961] alternatives: patching kernel code <6>[ 0.160239] devtmpfs: initialized <6>[ 0.169088] KASLR enabled <6>[ 0.172229] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.182364] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.191412] pinctrl core: initialized pinctrl subsystem <6>[ 0.198380] DMI not present or invalid. <6>[ 0.203358] NET: Registered protocol family 16 <6>[ 0.209699] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.217191] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.225436] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.233748] audit: initializing netlink subsys (disabled) <5>[ 0.239663] audit: type=2000 audit(0.156:1): state=initialized audit_enabled=0 res=1 <6>[ 0.240723] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.247774] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.254445] cpuidle: using governor menu <6>[ 0.265761] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.272990] ASID allocator initialised with 32768 entries <6>[ 0.280360] Serial: AMBA PL011 UART driver <6>[ 0.322928] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.329996] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.337084] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.344127] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.352663] cryptd: max_cpu_qlen set to 1000 <6>[ 0.360094] ACPI: Interpreter disabled. <6>[ 0.366439] iommu: Default domain type: Translated <6>[ 0.371930] vgaarb: loaded <5>[ 0.375234] SCSI subsystem initialized <6>[ 0.379687] usbcore: registered new interface driver usbfs <6>[ 0.385558] usbcore: registered new interface driver hub <6>[ 0.391230] usbcore: registered new device driver usb <4>[ 0.396776] usb_phy_generic phy: supply vcc not found, using dummy regulator <4>[ 0.404294] usb_phy_generic phy: dummy supplies not allowed for exclusive requests <6>[ 0.412892] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.418182] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.427694] PTP clock support registered <6>[ 0.432076] EDAC MC: Ver: 3.0.0 <6>[ 0.436987] FPGA manager framework <6>[ 0.440792] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.448037] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.454678] VFS: Disk quotas dquot_6.6.0 <6>[ 0.458973] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.466397] pnp: PnP ACPI: disabled <6>[ 0.477276] NET: Registered protocol family 2 <6>[ 0.482308] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.491660] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.500651] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.509019] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) <6>[ 0.516934] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.523991] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.531069] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.538707] NET: Registered protocol family 1 <6>[ 0.543908] RPC: Registered named UNIX socket transport module. <6>[ 0.550182] RPC: Registered udp transport module. <6>[ 0.555230] RPC: Registered tcp transport module. <6>[ 0.560258] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.567047] PCI: CLS 0 bytes, default 64 <6>[ 0.571462] Unpacking initramfs... <6>[ 4.902702] Freeing initrd memory: 57184K <6>[ 4.908137] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 4.916827] kvm [1]: IPA Size Limit: 44 bits <6>[ 4.922877] kvm [1]: vgic interrupt IRQ9 <6>[ 4.927326] kvm [1]: Hyp mode initialized successfully <5>[ 4.934857] Initialise system trusted keyrings <6>[ 4.939842] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 4.953501] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 4.960436] NFS: Registering the id_resolver key type <5>[ 4.965871] Key type id_resolver registered <5>[ 4.970370] Key type id_legacy registered <6>[ 4.974790] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 4.981844] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 4.989771] 9p: Installing v9fs 9p2000 file system support <5>[ 5.060351] Key type asymmetric registered <5>[ 5.064775] Asymmetric key parser 'x509' registered <6>[ 5.070011] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 5.077762] io scheduler mq-deadline registered <6>[ 5.082612] io scheduler kyber registered <4>[ 5.100193] EINJ: ACPI disabled. <6>[ 5.122627] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.131140] printk: console [ttyS1] disabled <6>[ 5.135824] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 26, base_baud = 62499999) is a 16550 <6>[ 5.145114] printk: console [ttyS1] enabled <6>[ 5.145114] printk: console [ttyS1] enabled <6>[ 5.154136] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.154136] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.166764] SuperH (H)SCI(F) driver initialized <6>[ 5.172238] msm_serial: driver initialized <6>[ 5.185452] loop: module loaded <6>[ 5.190045] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.198790] megasas: 07.714.04.00-rc1 <6>[ 5.209081] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.215339] thunder_xcv, ver 1.0 <6>[ 5.218941] thunder_bgx, ver 1.0 <6>[ 5.222526] nicpf, ver 1.0 <6>[ 5.226862] hclge is initializing <6>[ 5.230522] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 5.238122] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 5.243829] e1000: Intel(R) PRO/1000 Network Driver <6>[ 5.249051] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 5.255209] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 5.260519] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.266834] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 5.272590] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.278544] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 5.285173] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 5.291819] sky2: driver version 1.30 <6>[ 5.297030] VFIO - User Level meta-driver version: 0.3 <6>[ 5.304611] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 5.311520] ehci-pci: EHCI PCI platform driver <6>[ 5.316334] ehci-platform: EHCI generic platform driver <6>[ 5.322037] ehci-orion: EHCI orion driver <6>[ 5.326487] ehci-exynos: EHCI Exynos driver <6>[ 5.331106] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 5.337674] ohci-pci: OHCI PCI platform driver <6>[ 5.342494] ohci-platform: OHCI generic platform driver <6>[ 5.348189] ohci-exynos: OHCI Exynos driver <6>[ 5.353339] usbcore: registered new interface driver usb-storage <6>[ 5.362762] i2c /dev entries driver <6>[ 5.368870] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 5.376489] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 5.387307] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 5.396171] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.402727] sdhci: Copyright(c) Pierre Ossman <6>[ 5.408019] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.415517] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.423745] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.431958] usbcore: registered new interface driver usbhid <6>[ 5.437891] usbhid: USB HID core driver <6>[ 5.443155] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.453573] NET: Registered protocol family 17 <6>[ 5.458575] 9pnet: Installing 9P2000 support <5>[ 5.463261] Key type dns_resolver registered <6>[ 5.468234] registered taskstats version 1 <5>[ 5.472676] Loading compiled-in X.509 certificates <6>[ 5.482721] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 24, base_baud = 0) is a PL011 rev2 <6>[ 5.492224] serial serial0: tty port ttyAMA0 registered <6>[ 5.511537] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 5.526774] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 5.534480] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 5.642787] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 5.655907] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 5.693965] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 5.706841] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <4>[ 5.717356] mmc0: queuing unknown CIS tuple 0x80 (2 bytes) <4>[ 5.724885] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.732412] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.741284] mmc0: queuing unknown CIS tuple 0x80 (7 bytes) <4>[ 5.748808] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <6>[ 5.810634] mmc1: new ultra high speed DDR50 SDXC card at address 59b4 <6>[ 5.815856] mmc0: new high speed SDIO card at address 0001 <6>[ 5.818253] mmcblk1: mmc1:59b4 GE4S5 239 GiB <6>[ 5.830158] mmcblk1: p1 p2 <6>[ 18.012117] ALSA device list: <6>[ 18.015398] No soundcards found. <6>[ 18.024831] Freeing unused kernel memory: 6016K <6>[ 18.030007] Run /init as init process <30>[ 18.066217] systemd[1]: System time before build time, advancing clock. <6>[ 18.086660] NET: Registered protocol family 10 <6>[ 18.092576] Segment Routing with IPv6 <30>[ 18.106211] systemd[1]: systemd 252.19-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>[ 18.139810] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.160315] systemd[1]: Hostname set to . <30>[ 18.447725] systemd[1]: Queued start job for default target graphical.target. <30>[ 18.461504] 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>[ 18.489792] 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>[ 18.517958] 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>[ 18.545426] 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>[ 18.568499] 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>[ 18.596393] 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>[ 18.624265] 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>[ 18.644439] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.…get[0m - Local Encrypted Volumes. <30>[ 18.672235] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mintegrityse…Local Integrity Protected Volumes. <30>[ 18.700226] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 18.724200] 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>[ 18.748178] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 18.772206] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 18.792235] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mveritysetup… - Local Verity Protected Volumes. <30>[ 18.820492] 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>[ 18.849255] 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. <30>[ 18.876810] 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>[ 18.904776] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket. <30>[ 18.932876] 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>[ 18.960690] 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>[ 18.992328] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 19.020320] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 19.052452] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 19.076690] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 19.096883] 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>[ 19.129148] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 19.160950] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Starting [0;1;39mmodprobe@dm_mod.s…[0m - Load Kernel Module <6>[ 19.175443] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com dm_mod... <30>[ 19.204873] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 19.240962] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore... <30>[ 19.272791] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <28>[ 19.304958] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 19.318459] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 19.331227] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 19.365399] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 19.401148] 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>[ 19.436684] 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>[ 19.472746] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 19.507799] 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;39mdev-hugepages.mount[0m - Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[…- POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodes…reate List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. [[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@drm.service[0m - Load Kernel Module drm. [[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] Finished [0;1;39msystemd-modules-l…service[0m - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-network-g…rk units from Kernel command line. [[0;1;31mFAILED[0m] Failed to start [0;1;39msystemd-re…ount Root and Kernel File Systems. See 'systemctl status systemd-remount-fs.service' for details. [[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... <46>[ 19.861839] systemd-journald[128]: Received client request to flush runtime journal. 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. [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. [[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-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[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] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [[0;32m OK [0m] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[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;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... <5>[ 20.856283] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... <5>[ 20.880707] random: dbus-daemon: uninitialized urandom read (12 bytes read) 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@ttyS1…rvice[0m - Serial Getty on ttyS1. [[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. <3>[ 21.143356] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reac<6>[ 21.182888] iproc-rng200 fe104000.rng: hwrng registered hed target [0;1;39mgrap<6>[ 21.190712] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: hical.ta<3>[ 21.194212] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock rget[0m - Graphical Interface. <6>[ 21.214477] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <3>[ 21.218952] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... <6>[ 21.252313] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <3>[ 21.264901] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <3>[ 21.281750] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock [[0;32m OK [<6>[ 21.295237] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 0m] Reached target [0;1;39musb-gadget.…m - Ha<6>[ 21.308118] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 rdware a<3>[ 21.309156] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock ctivated USB gadget. <5>[ 21.337792] cfg80211: Loading compiled-in X.509 certificates for regulatory database [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. <3>[ 21.372178] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present! <6>[ 21.376183] Bluetooth: Core ver 2.22 <5>[ 21.379389] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 21.380376] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 21.380512] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <4>[ 21.380521] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db <6>[ 21.380804] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 21.394074] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) <6>[ 21.431458] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 21.433018] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 21.438527] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 21.440214] NET: Registered protocol family 31 <6>[ 21.440222] Bluetooth: HCI device and connection manager initialized <6>[ 21.440240] Bluetooth: HCI socket layer initialized <6>[ 21.440250] Bluetooth: L2CAP socket layer initialized <6>[ 21.440270] Bluetooth: SCO socket layer initialized <3>[ 21.454246] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present! <6>[ 21.456399] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 21.463258] Bluetooth: HCI UART driver ver 2.3 <6>[ 21.467948] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 <6>[ 21.474391] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 21.474924] Bluetooth: HCI UART protocol H4 registered <6>[ 21.475012] Bluetooth: HCI UART protocol LL registered <6>[ 21.475301] Bluetooth: HCI UART protocol Broadcom registered <6>[ 21.475343] Bluetooth: HCI UART protocol QCA registered <6>[ 21.480307] pci 0000:00:00.0: PME# supported from D0 D3hot <4>[ 21.492237] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <6>[ 21.503866] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 <6>[ 21.513313] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <6>[ 21.516468] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] <6>[ 21.522295] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) <6>[ 21.529208] pci 0000:01:00.0: PME# supported from D0 D3hot <6>[ 21.534678] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <4>[ 21.538915] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 21.546955] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <4>[ 21.558588] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <6>[ 21.575570] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <4>[ 21.596102] brcmfmac mmc0:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.bin <6>[ 21.596597] cfg80211: failed to load regulatory.db <6>[ 21.605983] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.627872] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 21.636624] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.654655] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] <6>[ 21.659694] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 <6>[ 21.662314] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] <6>[ 21.672450] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 21.676435] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 21.687963] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 21.690243] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <6>[ 21.690424] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 21.709095] uart-pl011 fe201000.serial: no DMA platform data <6>[ 21.715568] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [[0;32m OK [0m] Listening on [0;1;39msystemd-rfkil…l Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target [0;1;39msound.target[0m - Sound Card. <6>[ 21.773158] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 21.778750] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 21.786776] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 <6>[ 21.796789] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 21.802362] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 21.810136] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 21.817106] hub 1-0:1.0: USB hub found <6>[ 21.821232] hub 1-0:1.0: 1 port detected <6>[ 21.826095] hub 2-0:1.0: USB hub found <6>[ 21.830263] hub 2-0:1.0: 4 ports detected Starting [0;1;39msystemd-rfkill.se…Load/Save RF Kill Switch Status... [[0;32m OK [0m] Reached target [0;1;39mbluetooth.target[0m - Bluetooth Support. [[0;32m OK [0m] Started [0;1;39msystemd-rfkill.ser…- Load/Save RF Kill Switch Sta<5>[ 21.884041] random: crng init done tus. [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. Debian GNU/Linux 12 debian-bookworm-arm64 ttyS1 debian-bookworm-arm64 login: root (automatic login) <6>[ 21.960713] Bluetooth: hci0: BCM: chip id 107 Linux de<6>[ 21.965808] Bluetooth: hci0: BCM: features 0x2f bian-bookworm-arm64 5.10<6>[ 21.972644] Bluetooth: hci0: BCM4345C0 .209-cip<6>[ 21.977282] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 44 #1 SMP PREEMPT Thu Fe<3>[ 21.985571] Bluetooth: hci0: BCM: firmware Patch file not found, tried: b 29 08:<3>[ 21.993309] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' 14:11 UT<3>[ 21.999457] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' C 2024 aarch64 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. / # <6>[ 22.080073] usb 1-1: new high-speed USB device number 2 using xhci_hcd / # # # <6>[ 22.237251] hub 1-1:1.0: USB hub found / # <6>[ 22.24export SHELL=/bin/sh 1583] hub 1-1:1.0: 4 ports detected export SHELL=/bin/sh / # . /lava-646865/environment . /lava-646865/environment / # /lava-646865/bin/lava-test-runner /lava-646865/0 /lava-646865/bin/lava-test-runner /lava-646865/0 + export TESTRUN_ID=0_igt-<8>[ 22.585975] kms-vc4 + cd /lava-646865/0/tests/0_igt-kms-vc4 + cat uuid + UUID=646865_1.5.2.4.1 + set +x + IGT_FORCE_DRIVER=vc4 /usr/bin/igt-parser.sh core_auth core_getclient core_getstats core_getversion core_setmaster_vs_auth drm_read kms_addfb_basic kms_atomic<8>[ 22.614940] kms_flip_event_leak kms_prop_blob kms_setmode kms_vblank vc4_create_bo vc4_dmabuf_poll vc4_label_bo vc4_lookup_fail vc4_mmap vc4_prefmon vc4_purgeable_bo vc4_tiling vc4_wait_b<14>[ 22.635440] [IGT] core_auth: executing o vc4_wa<14>[ 22.640304] [IGT] core_auth: starting subtest getclient-simple it_seqno<14>[ 22.647145] [IGT] core_auth: finished subtest getclient-simple, SUCCESS IGT-Ve<14>[ 22.654813] [IGT] core_auth: exiting, ret=0 rsion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aa<8>[ 22.664372] rch64) Using IGT_SRANDOM=1699575945 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card0 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 22.688907] [IGT] core_auth: executing IGT-Vers<14>[ 22.693354] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<14>[ 22.700861] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS 8-g0830a<14>[ 22.708903] [IGT] core_auth: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 22.718543] SRANDOM=1699575945 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card0 [1mSubtest getclient-master-drop: SUCCESS (0.000s)[0m <14>[ 22.743734] [IGT] core_auth: executing IGT-Vers<14>[ 22.748382] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 22.754801] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-g0830a<14>[ 22.761897] [IGT] core_auth: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 22.771671] SRANDOM=1699575945 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 22.796790] [IGT] core_auth: executing IGT-Vers<14>[ 22.801318] [IGT] core_auth: starting subtest many-magics ion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575945 for randomisation Opened device: /dev/dri/card0 Starting subtest: many-magics Reopening device failed afte<14>[ 22.824693] [IGT] core_auth: finished subtest many-magics, SUCCESS r 1020 o<14>[ 22.831961] [IGT] core_auth: exiting, ret=0 pens [1mSubtest many-magics: SUCCESS (0.017s)[0m <8>[ 22.841492] <8>[ 22.850011] <3>[ 22.856100] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 <14>[ 22.889373] [IGT] core_getclient: executing IGT-Vers<14>[ 22.894701] [IGT] core_getclient: exiting, ret=0 ion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Us<8>[ 22.904993] ing IGT_SRANDOM=1699575945 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 22.948731] [IGT] core_getstats: executing IGT-Vers<14>[ 22.953730] [IGT] core_getstats: exiting, ret=0 ion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Us<8>[ 22.964098] ing IGT_SRANDOM=1699575945 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.007594] [IGT] core_getversion: executing IGT-Vers<14>[ 23.012688] [IGT] core_getversion: exiting, ret=0 ion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarc<8>[ 23.022943] h64) Using IGT_SRANDOM=1699575945 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.065928] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 23.071763] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Us<8>[ 23.082663] ing IGT_SRANDOM=1699575945 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <8>[ 23.111451] <14>[ 23.134242] [IGT] drm_read: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /de<14>[ 23.150198] [IGT] drm_read: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 23.159545] [1mSubtest invalid-buffer: SKIP (0.000s)[0m <14>[ 23.185115] [IGT] drm_read: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /de<14>[ 23.201116] [IGT] drm_read: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 23.210765] [1mSubtest fault-buffer: SKIP (0.000s)[0m <14>[ 23.235741] [IGT] drm_read: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/ca<14>[ 23.252400] [IGT] drm_read: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 23.262167] btest empty-block: SKIP (0.000s)[0m <14>[ 23.286071] [IGT] drm_read: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /de<14>[ 23.302029] [IGT] drm_read: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found. [1mSu<8>[ 23.311736] btest empty-nonblock: SKIP (0.000s)[0m <14>[ 23.336817] [IGT] drm_read: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /de<14>[ 23.352866] [IGT] drm_read: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 23.362272] [1mSubtest short-buffer-block: SKIP (0.000s)[0m <14>[ 23.388181] [IGT] drm_read: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/ca<14>[ 23.404659] [IGT] drm_read: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 23.414429] btest short-buffer-nonblock: SKIP (0.000s)[0m <14>[ 23.440551] [IGT] drm_read: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/ca<14>[ 23.456941] [IGT] drm_read: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 23.466686] btest short-buff<8>[ 23.475895] er-wakeup: SKIP (0.000s)[0m <8>[ 23.500421] <14>[ 23.524007] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-ci<14>[ 23.533323] [IGT] kms_addfb_basic: starting subtest unused-handle p44 aarc<14>[ 23.540437] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS h64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-handle [1mSubtest unused-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, f<14>[ 23.567323] [IGT] kms_addfb_basic: exiting, ret=0 ile ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test r<8>[ 23.578791] equirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_in<14>[ 23.605981] [IGT] kms_addfb_basic: executing tel_device(fd) IGT-Version: 1.28-g0830aa7 (aarc<14>[ 23.614495] [IGT] kms_addfb_basic: starting subtest unused-pitches h64) (Li<14>[ 23.622031] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS nux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCESS (0.000s)[0m Test requirement not met in fun<14>[ 23.649044] [IGT] kms_addfb_basic: exiting, ret=0 ction igt_require_intel, file ../lib/drmtest.c:880: Test requirement: i<8>[ 23.660624] s_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmte<14>[ 23.687242] [IGT] kms_addfb_basic: executing st.c:880: Test requirement: is_intel_device(fd)<14>[ 23.695730] [IGT] kms_addfb_basic: starting subtest unused-offsets IGT-Ve<14>[ 23.703149] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS rsion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-offsets [1mSubtest unused-offsets: SUCCESS (0.000s)[0<14>[ 23.730112] [IGT] kms_addfb_basic: exiting, ret=0 m Test requirement not met in function igt_require_inte<8>[ 23.740306] l, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test re<14>[ 23.765513] [IGT] kms_addfb_basic: executing quirement not met in function igt_require_intel,<14>[ 23.773872] [IGT] kms_addfb_basic: starting subtest unused-modifier file ..<14>[ 23.781504] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS /lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/card0 Starting subtes<14>[ 23.808902] [IGT] kms_addfb_basic: exiting, ret=0 t: unused-modifier [1mSubtest unused-modifier: SUCCESS (0.000s)[0m T<8>[ 23.820159] est requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel<14>[ 23.847704] [IGT] kms_addfb_basic: executing _device(fd) Test requirement not met in functio<14>[ 23.856776] [IGT] kms_addfb_basic: starting subtest clobberred-modifier n igt_re<14>[ 23.864585] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP quire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/ca<14>[ 23.891754] [IGT] kms_addfb_basic: exiting, ret=77 rd0 Starting subtest: clobberred-modifier Test requirement not met in <8>[ 23.903516] function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest clobberred-modifier: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:8<14>[ 23.931292] [IGT] kms_addfb_basic: executing 80: Test requirement: is_intel_device(fd) Test<14>[ 23.939628] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete require<14>[ 23.948245] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP ment not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_<14>[ 23.975955] [IGT] kms_addfb_basic: exiting, ret=77 intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-<8>[ 23.987105] cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-smem-bo-on-discrete Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880:<14>[ 24.015281] [IGT] kms_addfb_basic: executing Test requirement: is_intel_device(fd)<14>[ 24.023828] [IGT] kms_addfb_basic: starting subtest legacy-format [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, fil<14>[ 24.040493] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS e ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function <14>[ 24.067355] [IGT] kms_addfb_basic: exiting, ret=0 igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_inte<8>[ 24.079021] l_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575946 for randomisation Opened device: /dev/dri/card0 Starting subtest: legacy-format Successfully fuzzed 10000 {b<14>[ 24.105998] [IGT] kms_addfb_basic: executing pp, depth} variations [1mSubtest legacy-format: SUCCESS (0.010<14>[ 24.116232] [IGT] kms_addfb_basic: starting subtest no-handle s)[0m <14>[ 24.123109] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 24.148419] [IGT] kms_addfb_basic: exiting, ret=0 est requirement: is_intel_device(fd) Test requirement n<8>[ 24.158423] ot met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575947 for <14>[ 24.183767] [IGT] kms_addfb_basic: executing randomisation Opened device: /dev/dri/card0 Starting subtest: <14>[ 24.193829] [IGT] kms_addfb_basic: starting subtest basic no-handl<14>[ 24.200424] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS e [1mSubtest no-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function <14>[ 24.225320] [IGT] kms_addfb_basic: exiting, ret=0 igt_require_intel, file ../lib/drmtest.c:880: Test requ<8>[ 24.235363] irement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-c<14>[ 24.260542] [IGT] kms_addfb_basic: executing ip44 aarch64) Using IGT_SRANDOM=1699575947 for randomis<14>[ 24.270245] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 ation O<14>[ 24.276873] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS pened device: /dev/dri/card0 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_d<14>[ 24.302654] [IGT] kms_addfb_basic: exiting, ret=0 evice(fd) Test requirement not met in function igt_require_intel, file <8>[ 24.313743] ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830<14>[ 24.339295] [IGT] kms_addfb_basic: executing aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT<14>[ 24.349108] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 _SRANDOM<14>[ 24.355858] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS =1699575947 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-0 [1mSubtest bad-pitch-0: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/<14>[ 24.381149] [IGT] kms_addfb_basic: exiting, ret=0 drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement <8>[ 24.392716] not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(<14>[ 24.419430] [IGT] kms_addfb_basic: executing fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.2<14>[ 24.429642] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 09-cip44<14>[ 24.436469] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS aarch64) Using IGT_SRANDOM=1699575947 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-32 [1mSubtest bad-pitch-32: SUCCESS (0.000s)[0m Test requirement not met in function i<14>[ 24.461821] [IGT] kms_addfb_basic: exiting, ret=0 gt_require_intel, file ../lib/drmtest.c:880: Test requi<8>[ 24.471990] rement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, <14>[ 24.497474] [IGT] kms_addfb_basic: executing file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd<14>[ 24.507625] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 ) IGT-V<14>[ 24.515023] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS ersion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575947 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-63 [1mSubtest bad-pitch-63: SUCCES<14>[ 24.540453] [IGT] kms_addfb_basic: exiting, ret=0 S (0.000s)[0m Test requirement not met in function igt<8>[ 24.550595] _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Te<14>[ 24.576238] [IGT] kms_addfb_basic: executing st requirement not met in function igt_require_intel, file ../li<14>[ 24.586271] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 b/drmtes<14>[ 24.593731] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS t.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575947 for randomisation Opened device: /dev/dri/card0 Starting s<14>[ 24.619220] [IGT] kms_addfb_basic: exiting, ret=0 ubtest: bad-pitch-128 [1mSubtest bad-pitch-128: SUCCESS (0.000s)[0m <8>[ 24.630668] Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement:<14>[ 24.657795] [IGT] kms_addfb_basic: executing is_intel_device(fd) Test requirement not met in functi<14>[ 24.667584] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 on igt_r<14>[ 24.674583] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS equire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575947 for randomisation Opened de<14>[ 24.700222] [IGT] kms_addfb_basic: exiting, ret=0 vice: /dev/dri/card0 Starting subtest: bad-pitch-256 <8>[ 24.710228] [1mSubtest bad-pitch-256: SUCCES<46>[ 24.720193] systemd-journald[128]: Data hash table of /var/log/journal/7511cdbeca2141059c257953b873947e/system.journal has a fill level at 75.0 (1536 of 2047 items, 524288 file size, 341 bytes per hash table item), suggesting rotation. S (0.000<46>[ 24.742513] systemd-journald[128]: /var/log/journal/7511cdbeca2141059c257953b873947e/system.journal: Journal header limits reached or header out-of-date, rotating. s)[0m <14>[ 24.742630] [IGT] kms_addfb_basic: executing Test requirement not met in function igt_require_intel, file ../<14>[ 24.768839] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 lib/drmt<14>[ 24.776000] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS est.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met i<14>[ 24.801371] [IGT] kms_addfb_basic: exiting, ret=0 n function igt_require_intel, file ../lib/drmtest.c:880:<8>[ 24.810948] Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575947 for randomisation Opened device: /dev/dri/card0 Starting subtest: <14>[ 24.836820] [IGT] kms_addfb_basic: executing bad-pitch-1024 [1mSubtest bad-pitch-1024: SUCCESS (0.000s)[0m<14>[ 24.846712] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 Test r<14>[ 24.854196] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS equirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test re<14>[ 24.880072] [IGT] kms_addfb_basic: exiting, ret=0 quirement: is_intel_device(fd) Test requirement not met in function igt<8>[ 24.891500] _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575947 for randomisation Opened device: <14>[ 24.918188] [IGT] kms_addfb_basic: executing /dev/dri/card0 Starting subtest: bad-pitch-999 [1mSubtest bad-pitch-9<14>[ 24.929102] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any 99: SUCC<14>[ 24.936665] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS ESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_re<14>[ 24.961309] [IGT] kms_addfb_basic: exiting, ret=0 quire_intel, file ../lib/drmtest.c:880: Test requiremen<8>[ 24.970851] t: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 a<14>[ 24.997219] [IGT] kms_addfb_basic: executing arch64) Using IGT_SRANDOM=1699575947 for randomisation Opened device: /dev/dri<14>[ 25.008679] [IGT] kms_addfb_basic: starting subtest invalid-get-prop /card0 <14>[ 25.016220] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS Starting subtest: bad-pitch-65536 [1mSubtest bad-pitch-65536: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requireme<14>[ 25.040350] [IGT] kms_addfb_basic: exiting, ret=0 nt: is_intel_device(fd) Test requirement not met in function igt_requir<8>[ 25.051459] e_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa<14>[ 25.078864] [IGT] kms_addfb_basic: executing 7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575947 for ra<14>[ 25.090328] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any ndomisat<14>[ 25.098172] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS ion Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_int<14>[ 25.122736] [IGT] kms_addfb_basic: exiting, ret=0 el, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) T<8>[ 25.133799] est requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requi<14>[ 25.160346] [IGT] kms_addfb_basic: executing rement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.2<14>[ 25.172395] [IGT] kms_addfb_basic: starting subtest invalid-set-prop 09-cip44<14>[ 25.179802] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS aarch64) Using IGT_SRANDOM=1699575947 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m Test r<14>[ 25.203954] [IGT] kms_addfb_basic: exiting, ret=0 equirement not met in function igt_require_intel, file ../lib/drmtest.c:<8>[ 25.214984] 880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, <14>[ 25.242579] [IGT] kms_addfb_basic: executing file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g08<14>[ 25.255017] [IGT] kms_addfb_basic: starting subtest master-rmfb 30aa7 (a<14>[ 25.261786] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS arch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubt<14>[ 25.284010] [IGT] kms_addfb_basic: exiting, ret=0 est invalid-set-prop-any: SUCCESS (0.000s)[0m Test req<8>[ 25.293963] uirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_inte<14>[ 25.320447] [IGT] kms_addfb_basic: executing l_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requireme<14>[ 25.334973] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag nt: is_i<14>[ 25.343185] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS ntel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/c<14>[ 25.365565] [IGT] kms_addfb_basic: exiting, ret=0 ard0 Starting subtest: invalid-set-prop [1mSubtest in<8>[ 25.375538] valid-set-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel,<14>[ 25.402477] [IGT] kms_addfb_basic: executing file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function<14>[ 25.416971] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28<14>[ 25.432670] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL -g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Starting subtest: master-rmf<14>[ 25.454511] [IGT] kms_addfb_basic: exiting, ret=98 b [1mSubtest master-rmfb: SUCCESS (0.000s)[0m Test requirement not m<8>[ 25.466331] et in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 25.493556] [IGT] kms_addfb_basic: executing Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 <14>[ 25.522428] [IGT] kms_addfb_basic: exiting, ret=77 Starting subtest: addfb25-modifier-no-flag [1mSubtest <8>[ 25.532616] addfb25-modifier-no-flag: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function <14>[ 25.559747] [IGT] kms_addfb_basic: executing igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-c<14>[ 25.587902] [IGT] kms_addfb_basic: exiting, ret=77 ip44 aarch64) Using IGT_SRANDOM=1699575948 for randomis<8>[ 25.597673] ation Opened device: /dev/dri/card0 Starting subtest: addfb25-bad-modifier (kms_addfb_basic:351) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_<14>[ 25.623193] [IGT] kms_addfb_basic: executing addfb_basic:351) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:351) CRITICAL: error: 0 != -1 Stack trace: #0 ../l<14>[ 25.651715] [IGT] kms_addfb_basic: exiting, ret=77 ib/igt_core.c:1989 __igt_fail_assert() #1 [+<8>[ 25.662121] 0xc7ac4358] #2 [+0xc7ac5fbc] #3 [+0xc7ac156c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc7ac15b0] Subtest addfb25-bad-modifier f<14>[ 25.687586] [IGT] kms_addfb_basic: executing ailed. **** DEBUG **** (kms_addfb_basic:351) ioctl_wrappers-DEBUG: Test requirement passed: igt_has_fb_modifiers(fd) (kms_addfb_basic:351) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:351) CRITICAL: Fai<14>[ 25.716481] [IGT] kms_addfb_basic: exiting, ret=77 led assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+<8>[ 25.726613] 14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:351) CRITICAL: error: 0 != -1 (kms_addfb_basic:351) igt_core-INFO: Stack trace: (k<14>[ 25.753337] [IGT] kms_addfb_basic: executing ms_addfb_basic:351) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_addfb_basic:351) igt_core-INFO: #1 [+0xc7ac4358] (kms_addfb_basic:351) igt_core-INFO: #2 [+0xc7ac5fbc] (kms_addfb_basic:351) igt_core-INFO: #3 [+0xc<14>[ 25.782178] [IGT] kms_addfb_basic: exiting, ret=77 7ac156c] (kms_addfb_basic:351) igt_core-INFO: #4 [__l<8>[ 25.792382] ibc_init_first+0x80] (kms_addfb_basic:351) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_addfb_basic:351) igt_core-INFO: #6 [+0xc7ac15b0] **** END **** [1mSubtest addfb25<14>[ 25.817680] [IGT] kms_addfb_basic: executing -bad-modifier: FAIL (0.008s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<14>[ 25.846142] [IGT] kms_addfb_basic: exiting, ret=77 ce(fd) Test requirement not met in function igt_require<8>[ 25.856279] _intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation<14>[ 25.880991] [IGT] kms_addfb_basic: executing Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-mismatch-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_inte<14>[ 25.909210] [IGT] kms_addfb_basic: exiting, ret=77 l, file ../lib/drmtest.c:880: Test requirement: is_inte<8>[ 25.919728] l_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-c<14>[ 25.944460] [IGT] kms_addfb_basic: executing ip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-legacy: SKIP (0.000<14>[ 25.972376] [IGT] kms_addfb_basic: starting subtest size-max s)[0m <14>[ 25.978981] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS Test req<14>[ 25.986564] [IGT] kms_addfb_basic: exiting, ret=0 uirement not met in function igt_require_intel, file ../lib/drmtest.c:88<8>[ 25.997972] 0: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip4<14>[ 26.024843] [IGT] kms_addfb_basic: executing 4 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (0.000<14>[ 26.053264] [IGT] kms_addfb_basic: starting subtest too-wide s)[0m <14>[ 26.059886] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS Test req<14>[ 26.067533] [IGT] kms_addfb_basic: exiting, ret=0 uirement not met in function igt_require_intel, file ../<8>[ 26.077465] lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-<14>[ 26.101977] [IGT] kms_addfb_basic: executing g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement n<14>[ 26.130641] [IGT] kms_addfb_basic: starting subtest too-high ot met i<14>[ 26.137310] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS n functi<14>[ 26.144946] [IGT] kms_addfb_basic: exiting, ret=0 on igt_require_intel, file ../lib/drmtest.c:880: Test r<8>[ 26.154809] equirement: is_intel_device(fd) [1mSubtest basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_dev<14>[ 26.179374] [IGT] kms_addfb_basic: executing ice(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_dev<14>[ 26.207783] [IGT] kms_addfb_basic: starting subtest bo-too-small ice(fd)<14>[ 26.215055] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS Test re<14>[ 26.223017] [IGT] kms_addfb_basic: exiting, ret=0 quirement not met in function igt_require_intel, file ../lib/drmtest.c:8<8>[ 26.234473] 80: Test requirement: is_intel_device(fd) [1mSubtest framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd)<14>[ 26.261374] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd)<14>[ 26.289948] [IGT] kms_addfb_basic: starting subtest small-bo Test re<14>[ 26.296697] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS quiremen<14>[ 26.304312] [IGT] kms_addfb_basic: exiting, ret=0 t not met in function igt_require_intel, file ../lib/drm<8>[ 26.314374] test.c:880: Test requirement: is_intel_device(fd) [1mSubtest tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is<14>[ 26.339273] [IGT] kms_addfb_basic: executing _intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is<14>[ 26.367828] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling _intel_d<14>[ 26.376509] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP evice(fd<14>[ 26.385356] [IGT] kms_addfb_basic: exiting, ret=77 ) Test requirement not met in function igt_require_inte<8>[ 26.395398] l, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-y-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 26.421646] [IGT] kms_addfb_basic: executing :880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 26.450166] [IGT] kms_addfb_basic: exiting, ret=77 :880: Test requirement: is_intel_device(fd) Test requi<8>[ 26.460366] rement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: size-max [1mSubtest size-max: SUCCESS (0.000s)[0m Test requirement not me<14>[ 26.486536] [IGT] kms_addfb_basic: executing t in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575948 for randomisation Opened device: /dev/dri/card0 Test requirement not me<14>[ 26.515521] [IGT] kms_addfb_basic: exiting, ret=77 t in function igt_require_intel, file ../lib/drmtest.c:8<8>[ 26.525492] 80: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-wide [1mS<14>[ 26.551119] [IGT] kms_addfb_basic: executing ubtest too-wide: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575949 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-high [1mSubtest too-high: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575949 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small [1mSubtest bo-too-small: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575949 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: small-bo [1mSubtest small-bo: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575949 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small-due-to-tiling Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest bo-too-small-due-to-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575949 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575949 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-yf-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575949 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement <14>[ 26.918387] [IGT] kms_addfb_basic: exiting, ret=77 not met in function igt_require_intel, file ../lib/drmtest.c:880: Test <8>[ 26.930055] requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-small-legacy: SKIP (0.0<14>[ 26.956746] [IGT] kms_addfb_basic: executing 00s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575949 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_de<14>[ 26.985789] [IGT] kms_addfb_basic: exiting, ret=77 vice(fd) Test requirement not met in function igt_requi<8>[ 26.995818] re_intel, file ../lib/dr<8>[ 27.005410] mtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m <8>[ 27.030283] <14>[ 27.052983] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575949 for randomisation Opened device: /dev/dri/ca<14>[ 27.069413] [IGT] kms_atomic: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 27.079442] btest plane-overlay-legacy: SKIP (0.000s)[0m <14>[ 27.104753] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /dev/dri/ca<14>[ 27.121127] [IGT] kms_atomic: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 27.131336] btest plane-primary-legacy: SKIP (0.000s)[0m <14>[ 27.156961] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /dev/dri/ca<14>[ 27.173651] [IGT] kms_atomic: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 27.183540] btest plane-primary-overlay-mutable-zpos: SKIP (0.000s)[0m <14>[ 27.209970] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /dev/dri/card0 <14>[ 27.227262] [IGT] kms_atomic: exiting, ret=77 No valid crtc/connector combinations found. [1mSubtest<8>[ 27.237055] plane-immutable-zpos: SKIP (0.000s)[0m <14>[ 27.262886] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /de<14>[ 27.279232] [IGT] kms_atomic: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 27.289028] [1mSubtest test-only: SKIP (0.000s)[0m <14>[ 27.313377] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /de<14>[ 27.329676] [IGT] kms_atomic: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 27.339260] [1mSubtest plane-cursor-legacy: SKIP (0.000s)[0m <14>[ 27.365498] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /de<14>[ 27.381796] [IGT] kms_atomic: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 27.391388] [1mSubtest plane-invalid-params: SKIP (0.000s)[0m <14>[ 27.415786] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /dev/dri/ca<14>[ 27.432160] [IGT] kms_atomic: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 27.442479] btest plane-invalid-params-fence: SKIP (0.000s)[0m <14>[ 27.468750] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /de<14>[ 27.484995] [IGT] kms_atomic: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 27.494721] [1mSubtest crtc-invalid-params: SKIP (0.000s)[0m <14>[ 27.520949] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /dev/dri/ca<14>[ 27.537486] [IGT] kms_atomic: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 27.547478] btest crtc-invalid-params-fence: SKIP (0.000s)[0m <14>[ 27.573238] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /dev/dri/ca<14>[ 27.589485] [IGT] kms_atomic: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSubtest at<8>[ 27.599896] omic-invalid-params: SKIP (0.000s)[0m <14>[ 27.626351] [IGT] kms_atomic: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /dev/dri/ca<14>[ 27.642697] [IGT] kms_atomic: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSubtest at<8>[ 27.653101] omic-plane-damage: SKIP <8>[ 27.662909] (0.000s)[0m <8>[ 27.688177] <14>[ 27.711889] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575950 for randomisation Opened device: /dev/dri/ca<14>[ 27.729603] [IGT] kms_flip_event_leak: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 27.740082] btest basic: SKIP (0.000<8>[ 27.748502] s)[0m <8>[ 27.773781] <14>[ 27.795868] [IGT] kms_prop_blob: executing IGT-Vers<14>[ 27.800786] [IGT] kms_prop_blob: starting subtest basic ion: 1.2<14>[ 27.806979] [IGT] kms_prop_blob: finished subtest basic, SUCCESS 8-g0830a<14>[ 27.814168] [IGT] kms_prop_blob: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 27.824165] SRANDOM=1699575950 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m <14>[ 27.848963] [IGT] kms_prop_blob: executing IGT-Vers<14>[ 27.853977] [IGT] kms_prop_blob: starting subtest blob-prop-core ion: 1.2<14>[ 27.860984] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS 8-g0830a<14>[ 27.868946] [IGT] kms_prop_blob: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 27.878883] SRANDOM=1699575950 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-core [1mSubtest blob-prop-core: SUCCESS (0.000s)[0m <14>[ 27.903415] [IGT] kms_prop_blob: executing IGT-Vers<14>[ 27.908418] [IGT] kms_prop_blob: starting subtest blob-prop-validate ion: 1.2<14>[ 27.915900] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS 8-g0830a<14>[ 27.924151] [IGT] kms_prop_blob: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 27.934132] SRANDOM=1699575950 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-validate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m <14>[ 27.959733] [IGT] kms_prop_blob: executing IGT-Vers<14>[ 27.964709] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime ion: 1.2<14>[ 27.972267] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS 8-g0830a<14>[ 27.980324] [IGT] kms_prop_blob: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 27.990398] SRANDOM=1699575950 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-lifetime [1mSubtest blob-prop-lifetime: SUCCESS (0.000s)[0m <14>[ 28.015486] [IGT] kms_prop_blob: executing IGT-Vers<14>[ 28.020379] [IGT] kms_prop_blob: starting subtest blob-multiple ion: 1.2<14>[ 28.027667] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS 8-g0830a<14>[ 28.035200] [IGT] kms_prop_blob: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 28.045139] SRANDOM=1699575950 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m <14>[ 28.070919] [IGT] kms_prop_blob: executing IGT-Vers<14>[ 28.075900] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any ion: 1.2<14>[ 28.083474] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS 8-g0830a<14>[ 28.091952] [IGT] kms_prop_blob: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 28.101917] SRANDOM=1699575951 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m <14>[ 28.127040] [IGT] kms_prop_blob: executing IGT-Vers<14>[ 28.131932] [IGT] kms_prop_blob: starting subtest invalid-get-prop ion: 1.2<14>[ 28.139278] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS 8-g0830a<14>[ 28.147276] [IGT] kms_prop_blob: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 28.157194] SRANDOM=1699575951 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m <14>[ 28.182351] [IGT] kms_prop_blob: executing IGT-Vers<14>[ 28.187337] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any ion: 1.2<14>[ 28.194895] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS 8-g0830a<14>[ 28.203436] [IGT] kms_prop_blob: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 28.213374] SRANDOM=1699575951 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m <14>[ 28.241975] [IGT] kms_prop_blob: executing IGT-Vers<14>[ 28.246886] [IGT] kms_prop_blob: starting subtest invalid-set-prop ion: 1.2<14>[ 28.254028] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS 8-g0830a<14>[ 28.262175] [IGT] kms_prop_blob: exiting, ret=0 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 28.272130] SRANDOM=1699575951 for r<8>[ 28.281438] andomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m <8>[ 28.304987] <14>[ 28.325642] [IGT] kms_setmode: executing IGT-Vers<14>[ 28.330416] [IGT] kms_setmode: starting subtest basic ion: 1.2<14>[ 28.336464] [IGT] kms_setmode: finished subtest basic, SKIP 8-g0830a<14>[ 28.343059] [IGT] kms_setmode: exiting, ret=77 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 28.353243] SRANDOM=1699575951 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic Testing: basic 1 connector combinations Testing: basic 2 connector combinations No dynamic tests executed. [1mSubtest basic: SKIP (0.000s)[0m <14>[ 28.383264] [IGT] kms_setmode: executing IGT-Vers<14>[ 28.388239] [IGT] kms_setmode: starting subtest basic-clone-single-crtc ion: 1.2<14>[ 28.395793] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP 8-g0830a<14>[ 28.404005] [IGT] kms_setmode: exiting, ret=77 a7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_<8>[ 28.413900] SRANDOM=1699575951 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-clone-single-crtc Testing: basic-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest basic<14>[ 28.440703] [IGT] kms_setmode: executing -clone-s<14>[ 28.446264] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc ingle-cr<14>[ 28.453870] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP tc: SKIP<14>[ 28.462428] [IGT] kms_setmode: exiting, ret=77 (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Lin<8>[ 28.472243] ux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-single-crtc Testing: invalid-clone-single-crtc 2 connector <14>[ 28.498253] [IGT] kms_setmode: executing combinat<14>[ 28.503289] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc ions No<14>[ 28.511125] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP dynamic<14>[ 28.519817] [IGT] kms_setmode: exiting, ret=77 tests executed. [1mSubtest invalid-clone-single-crtc:<8>[ 28.529752] SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-exclusi<14>[ 28.556391] [IGT] kms_setmode: executing ve-crtc<14>[ 28.561733] [IGT] kms_setmode: starting subtest clone-exclusive-crtc Testing<14>[ 28.568961] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP : invali<14>[ 28.576925] [IGT] kms_setmode: exiting, ret=77 d-clone-exclusive-crtc 2 connector combinations No dyna<8>[ 28.586693] mic tests executed. [1mSubtest invalid-clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation <14>[ 28.612455] [IGT] kms_setmode: executing Opened d<14>[ 28.617535] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing evice: /<14>[ 28.625895] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP dev/dri/<14>[ 28.635102] [IGT] kms_setmode: exiting, ret=77 card0 Starting subtest: clone-exclusive-crtc Testing: <8>[ 28.645044] clone-exclusive-crtc 2 c<8>[ 28.655848] onnector combinations No dynamic tests executed. [1mSubtest clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /de<8>[ 28.681625] v/dri/card0 Starting subtest: invalid-clone-single-crtc-stealing Testing: invalid-clone-single-crtc-stealing 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-s<14>[ 28.703508] [IGT] kms_vblank: executing ingle-crtc-stealing: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for r<14>[ 28.720552] [IGT] kms_vblank: exiting, ret=77 andomisation Opened device: /dev/dri/card0 No valid cr<8>[ 28.730159] tc/connector combinations found. [1mSubtest invalid: SKIP (0.000s)[0m <14>[ 28.754050] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /dev/dri/ca<14>[ 28.770426] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 28.780457] btest crtc-id: SKIP (0.000s)[0m <14>[ 28.803830] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /dev/dri/ca<14>[ 28.820289] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 28.830332] btest accuracy-idle: SKIP (0.000s)[0m <14>[ 28.855912] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /de<14>[ 28.872225] [IGT] kms_vblank: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 28.881838] [1mSubtest query-idle: SKIP (0.000s)[0m <14>[ 28.906890] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /de<14>[ 28.923240] [IGT] kms_vblank: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found. [1mSubtest qu<8>[ 28.933914] ery-idle-hang: SKIP (0.000s)[0m <14>[ 28.960178] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /dev/dri/ca<14>[ 28.976805] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 28.986653] btest query-forked: SKIP (0.000s)[0m <14>[ 29.011645] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /dev/dri/ca<14>[ 29.028322] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.038154] btest query-forked-hang: SKIP (0.000s)[0m <14>[ 29.063051] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575951 for randomisation Opened device: /dev/dri/ca<14>[ 29.079435] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.089633] btest query-busy: SKIP (0.000s)[0m <14>[ 29.113397] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.129668] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSubtest qu<8>[ 29.140062] ery-busy-hang: SKIP (0.000s)[0m <14>[ 29.164841] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.181118] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSubtest qu<8>[ 29.191466] ery-forked-busy: SKIP (0.000s)[0m <14>[ 29.216745] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.233263] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.243316] btest query-forked-busy-hang: SKIP (0.000s)[0m <14>[ 29.268567] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.284870] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.295077] btest wait-idle: SKIP (0.000s)[0m <14>[ 29.319161] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.335673] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.345788] btest wait-idle-hang: SKIP (0.000s)[0m <14>[ 29.370082] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /de<14>[ 29.386310] [IGT] kms_vblank: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 29.395981] [1mSubtest wait-forked: SKIP (0.000s)[0m <14>[ 29.420284] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.436613] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.446766] btest wait-forked-hang: SKIP (0.000s)[0m <14>[ 29.471040] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.487311] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.497536] btest wait-busy: SKIP (0.000s)[0m <14>[ 29.521482] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.537845] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.547921] btest wait-busy-hang: SKIP (0.000s)[0m <14>[ 29.572252] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.588640] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.598751] btest wait-forked-busy: SKIP (0.000s)[0m <14>[ 29.623414] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.639903] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.649943] btest wait-forked-busy-hang: SKIP (0.000s)[0m <14>[ 29.676531] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /de<14>[ 29.692785] [IGT] kms_vblank: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 29.702363] [1mSubtest ts-continuation-idle: SKIP (0.000s)[0m <14>[ 29.727879] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /de<14>[ 29.744151] [IGT] kms_vblank: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 29.753712] [1mSubtest ts-continuation-idle-hang: SKIP (0.000s)[0m <14>[ 29.780304] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.796807] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.806710] btest ts-continuation-dpms-rpm: SKIP (0.000s)[0m <14>[ 29.831836] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 29.848155] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 29.858433] btest ts-continuation-dpms-suspend: SKIP (0.000s)[0m <14>[ 29.885338] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /de<14>[ 29.901536] [IGT] kms_vblank: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 29.911105] [1mSubtest ts-continuation-suspend: SKIP (0.000s)[0m <14>[ 29.937454] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /de<14>[ 29.953642] [IGT] kms_vblank: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 29.963216] [1mSubtest ts-continuation-modeset: SKIP (0.000s)[0m <14>[ 29.989315] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /dev/dri/ca<14>[ 30.006079] [IGT] kms_vblank: exiting, ret=77 rd0 No valid crtc/connector combinations found. [1mSu<8>[ 30.015815] btest ts-continuation-modeset-hang: SKIP (0.000s)[0m <14>[ 30.041961] [IGT] kms_vblank: executing IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575952 for randomisation Opened device: /de<14>[ 30.058107] [IGT] kms_vblank: exiting, ret=77 v/dri/card0 No valid crtc/connector combinations found.<8>[ 30.067922] [1mSubtest ts-continu<8>[ 30.077852] ation-modeset-rpm: SKIP (0.000s)[0m <8>[ 30.103203] <14>[ 30.126478] [IGT] vc4_create_bo: executing IGT-Vers<14>[ 30.131366] [IGT] vc4_create_bo: starting subtest create-bo-4096 ion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575953 for randomisation Opened dev<14>[ 30.148157] [IGT] vc4_create_bo: finished subtest create-bo-4096, FAIL ice: /de<14>[ 30.155895] [IGT] vc4_create_bo: exiting, ret=98 v/dri/card0 Starting subtest: create-bo-4096 (vc4_crea<8>[ 30.165853] te_bo:589) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:589) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8<14>[ 30.190740] [IGT] vc4_create_bo: executing )+8)+14)<14>[ 30.196191] [IGT] vc4_create_bo: starting subtest create-bo-0 ) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))<14>[ 30.211413] [IGT] vc4_create_bo: finished subtest create-bo-0, FAIL ), (&cre<14>[ 30.218727] [IGT] vc4_create_bo: exiting, ret=98 ate)) == 0 (vc4_create_bo:589) igt_vc4-CRITICAL: Last e<8>[ 30.228987] rrno: 19, No such device (vc4_create_bo:589) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbb0c11d4<14>[ 30.253275] [IGT] vc4_create_bo: executing ] #3 <14>[ 30.258835] [IGT] vc4_create_bo: starting subtest create-bo-zeroed [+0xbb0c0dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbb0c0e30] Subtest create-bo-4096 failed. **** DEBUG **** (vc4_create_bo:589) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:589) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:589) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:589) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:589) igt_core-INFO: Stack trace: (vc4_create_bo:589) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:589) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:589) igt_core-INFO: #2 [+0xbb0c11d4] (vc4_create_bo:589) igt_core-INFO: #3 [+0xbb0c0dec] (vc4_create_bo:589) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:589) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:589) igt_core-INFO: #6 [+0xbb0c0e30] **** END **** [1mSubtest create-bo-4096: FAIL (0.010s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575953 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-0 (vc4_create_bo:592) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:592) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:592) CRITICAL: Last errno: 19, No such device (vc4_create_bo:592) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xb2261268] #2 [+0xb2260dec] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xb2260e30] Subtest create-bo-0 failed. **** DEBUG **** (vc4_create_bo:592) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:592) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:592) CRITICAL: Last errno: 19, No such device (vc4_create_bo:592) CRITICAL: error: 19 != 22 (vc4_create_bo:592) igt_core-INFO: Stack trace: (vc4_create_bo:592) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:592) igt_core-INFO: #1 [+0xb2261268] (vc4_create_bo:592) igt_core-INFO: #2 [+0xb2260dec] (vc4_create_bo:592) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_create_bo:592) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_create_bo:592) igt_core-INFO: #5 [+0xb2260e30] **** END **** [1mSubtest create-bo-0: FAIL (0.009s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575953 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-zeroed (vc4_create_bo:595) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:595) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:595) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:595) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xddf9110c] #3 [+0xddf90dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xddf90e30] Subtest create-bo-zeroed failed. **** DEBUG **** (vc4_create_bo:595) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_create_bo:595) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (vc4_create_bo:595) drmtest-DEBUG: Test requirement pa<14>[ 30.614204] [IGT] vc4_create_bo: finished subtest create-bo-zeroed, FAIL ssed: !(<14>[ 30.621969] [IGT] vc4_create_bo: exiting, ret=98 fd<0) (vc4_create_bo:595) igt_vc4-CRITICAL: Test assertion failure func<8>[ 30.633632] tion igt_vc4_create_bo, file ../<8>[ 30.643963] lib/igt_vc4.c:126: (vc4_create_bo:595) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) ==<8>[ 30.669224] 0 (vc4_create_bo:595) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:595) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:595) igt_core-INFO: Stack trace: (vc4_create_bo:595) igt<14>[ 30.692125] [IGT] vc4_dmabuf_poll: executing _core-IN<14>[ 30.697643] [IGT] vc4_dmabuf_poll: starting subtest poll-write-waits-until-write-done FO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:595) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_crea<14>[ 30.716972] [IGT] vc4_dmabuf_poll: finished subtest poll-write-waits-until-write-done, FAIL te_bo:59<14>[ 30.726545] [IGT] vc4_dmabuf_poll: exiting, ret=98 5) igt_core-INFO: #2 [+0xddf9110c] (vc4_crea<8>[ 30.736783] te_bo:595) igt_core-INFO: #3 [+0xddf90dec] (vc4_create_bo:595) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:595) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_b<14>[ 30.763433] [IGT] vc4_dmabuf_poll: executing o:595) i<14>[ 30.768892] [IGT] vc4_dmabuf_poll: starting subtest poll-read-waits-until-write-done gt_core-INFO: #6 [+0xddf90e30] **** END **** [1mSubtest create-bo-zeroed: FAIL (0.348s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575953 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-write-waits-until-write-done (vc4_dmabuf_poll:601) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:601) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:601) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:601) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() #3 [+0xe8740f48] #4 [+0xe87411b0] #5 [+0xe8740dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe8740e30] Subtest poll-write-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:601) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:601) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:601) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:601) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:601) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:601) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:601) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:601) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:601) igt_core-INFO: #3 [+0xe8740f48] (vc4_dmabuf_poll:601) igt_core-INFO: #4 [+0xe87411b0] (vc4_dmabuf_poll:601) igt_core-INFO: #5 [+0xe8740dec] (vc4_dmabuf_poll:601) igt_core-INFO: #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:601) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:601) igt_core-INFO: #8 [+0xe8740e30] **** END **** [1mSubtest poll-write-waits-until-write-done: FAIL (0.011s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575953 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-read-waits-until-write-done (vc4_dmabuf_poll:604) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:604) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:604) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:604) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() #3 [+0xde990f48] #4 [+0xde991188] #5 [+0xde990dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xde990e30] Subtest poll-read-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:604) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:604) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:604) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:604) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dm<14>[ 31.126605] [IGT] vc4_dmabuf_poll: finished subtest poll-read-waits-until-write-done, FAIL abuf_pol<14>[ 31.135978] [IGT] vc4_dmabuf_poll: exiting, ret=98 l:604) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:604) igt_core-INFO:<8>[ 31.147724] #0 ../lib/igt_core.c:1989 __i<8>[ 31.159512] gt_fail_assert() (vc4_dmabuf_poll:604) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:604) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:604) igt_core-INFO: #3 [+0xde990f48] (vc4_dma<8>[ 31.184892] buf_poll:604) igt_core-INFO: #4 [+0xde991188] (vc4_dmabuf_poll:604) igt_core-INFO: #5 [+0xde990dec] (vc4_dmabuf_poll:604) igt_core-INFO: #6 [__libc_init_first+0x80] <14>[ 31.207544] [IGT] vc4_label_bo: executing (vc4_dma<14>[ 31.212616] [IGT] vc4_label_bo: starting subtest set-label buf_poll:604) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:604) igt_core-INFO: #8 [+0xde990<14>[ 31.228837] [IGT] vc4_label_bo: finished subtest set-label, FAIL e30] **<14>[ 31.236072] [IGT] vc4_label_bo: exiting, ret=98 ** END **** [1mSubtest poll-read-waits-until-write-d<8>[ 31.245830] one: FAIL (0.349s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575954 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-label (vc4_l<14>[ 31.271230] [IGT] vc4_label_bo: executing abel_bo:<14>[ 31.276469] [IGT] vc4_label_bo: starting subtest set-bad-handle 610) igt<3>[ 31.283189] [drm:vc4_label_bo_ioctl [vc4]] *ERROR* Failed to look up GEM BO -791621424 _vc4-CRI<14>[ 31.292135] [IGT] vc4_label_bo: finished subtest set-bad-handle, SUCCESS TICAL: T<14>[ 31.300067] [IGT] vc4_label_bo: exiting, ret=0 est assertion failure function igt_vc4_create_bo, file .<8>[ 31.309816] ./lib/igt_vc4.c:126: (vc4_label_bo:610) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_cre<14>[ 31.334420] [IGT] vc4_label_bo: executing ate_bo))<14>[ 31.339997] [IGT] vc4_label_bo: starting subtest set-bad-name )) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:610) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:<14>[ 31.356484] [IGT] vc4_label_bo: finished subtest set-bad-name, FAIL 610) igt<14>[ 31.363983] [IGT] vc4_label_bo: exiting, ret=98 _vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib<8>[ 31.373895] /igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbeb212c0] #3 [+0xbeb20d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #<14>[ 31.397766] [IGT] vc4_label_bo: executing 6 [[ 31.403117] [IGT] vc4_label_bo: starting subtest set-kernel-name own>+0xbeb20db0] Subtest set-label failed. **** DEBUG **** (vc4_label_bo:610) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:610) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:610) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:610) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:610) igt_core-INFO: Stack trace: (vc4_label_bo:610) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:610) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:610) igt_core-INFO: #2 [+0xbeb212c0] (vc4_label_bo:610) igt_core-INFO: #3 [+0xbeb20d6c] (vc4_label_bo:610) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:610) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:610) igt_core-INFO: #6 [+0xbeb20db0] **** END **** [1mSubtest set-label: FAIL (0.010s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575954 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-handle [1mSubtest set-bad-handle: SUCCESS (0.009s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575954 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-name (vc4_label_bo:616) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:616) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:616) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:616) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb18a1234] #3 [+0xb18a0d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb18a0db0] Subtest set-bad-name failed. **** DEBUG **** (vc4_label_bo:616) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:616) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:616) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:616) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:616) igt_core-INFO: Stack trace: (vc4_label_bo:616) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:616) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:616) igt_core-INFO: #2 [+0xb18a1234] (vc4_label_bo:616) igt_core-INFO: #3 [+0xb18a0d6c] (vc4_label_bo:616) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:616) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:616) igt_core-INFO: #6 [+0xb18a0db0] **** END **** [1mSubtest set-bad-name: FAIL (0.010s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575954 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-kernel-name (vc4_label_bo:619) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:619) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:619) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:619) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: <14>[ 31.758411] [IGT] vc4_label_bo: finished subtest set-kernel-name, FAIL #0 ../l<14>[ 31.765962] [IGT] vc4_label_bo: exiting, ret=98 ib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] <8>[ 31.777307] #2 [+0xe84611a8] #3<8>[ 31.787734] [+0xe8460d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe8460db0] Subtest set-kernel-name failed. **** DEBUG **** (vc4_label_bo:619) igt_vc4-CRITICAL: Test assertion failure function igt_v<8>[ 31.812947] c4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:619) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeo<14>[ 31.835951] [IGT] vc4_lookup_fail: executing f(struct<14>[ 31.841452] [IGT] vc4_lookup_fail: starting subtest bad-color-write drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:619) igt_vc4-CRITICAL: Last errno<14>[ 31.857347] [IGT] vc4_lookup_fail: finished subtest bad-color-write, FAIL : 19, No<14>[ 31.865044] [IGT] vc4_lookup_fail: exiting, ret=98 such device (vc4_label_bo:619) igt_vc4-CRITICAL: error<8>[ 31.875219] : -1 != 0 (vc4_label_bo<8>[ 31.884337] :619) igt_core-INFO: Stack trace: (vc4_label_bo:619) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:619) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:619) igt_core-INFO: #2 [+0xe8461<8>[ 31.909750] 1a8] (vc4_label_bo:619) igt_core-INFO: #3 [+0xe8460d6c] (vc4_label_bo:619) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:619) igt_core-INFO: #5 [__libc_start_main+0x98] (<14>[ 31.932704] [IGT] vc4_mmap: executing vc4_labe<14>[ 31.937269] [IGT] vc4_mmap: starting subtest mmap-bad-handle l_bo:619<14>[ 31.943897] [IGT] vc4_mmap: finished subtest mmap-bad-handle, SUCCESS ) igt_co<14>[ 31.951479] [IGT] vc4_mmap: exiting, ret=0 re-INFO: #6 [+0xe8460db0] **** END **** <8>[ 31.960999] [1mSubtest set-kernel-name: FAIL (0.348s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575954 for randomisation Opened device: /dev/dri/card0 Starting sub<14>[ 31.986550] [IGT] vc4_mmap: executing test: ba<14>[ 31.991500] [IGT] vc4_mmap: starting subtest mmap-bo d-color-write (vc4_lookup_fail:626) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../test<14>[ 32.007050] [IGT] vc4_mmap: finished subtest mmap-bo, FAIL s/vc4/vc<14>[ 32.013831] [IGT] vc4_mmap: exiting, ret=98 4_lookup_fail.c:66: (vc4_lookup_fail:626) CRITICAL: Fai<8>[ 32.023447] led assertion: (*__errno<8>[ 32.031893] _location ()) == 22 (vc4_lookup_fail:626) CRITICAL: Las<8>[ 32.041222] t errno: 19, No such device (vc4_lookup_fail:626) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xda8a0e84] #2 [+0xda8a0b6c] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xda8a0bb0] Subtest bad-co<8>[ 32.075056] lor-write failed. **** DEBUG **** (vc4_lookup_fail:626) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:626) CRITICAL: Failed<14>[ 32.099158] [IGT] vc4_purgeable_bo: executing asserti<14>[ 32.104567] [IGT] vc4_purgeable_bo: exiting, ret=77 on: (*__errno_location ()) == 22 (vc4_lookup_fail:626) CRITICAL<8>[ 32.115075] : Last errno: 19, No such device (vc4_lookup_fail:626) CRITICAL: error: 19 != 22 (vc4_lookup_fail:626) igt_core-INFO: Stack trace: (vc4_lookup_fail:626) igt_core-INFO: #0 ../lib/igt_core.<14>[ 32.139636] [IGT] vc4_purgeable_bo: executing c:1989 _<14>[ 32.145016] [IGT] vc4_purgeable_bo: exiting, ret=77 _igt_fail_assert() (vc4_lookup_fail:626) igt_core-INFO:<8>[ 32.155225] #1 [+0xda8a0e84] (vc4_lookup_fail:626) igt_core-INFO: #2 [+0xda8a0b6c] (vc4_lookup_fail:626) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_lookup_fail:626) igt_co<14>[ 32.179552] [IGT] vc4_purgeable_bo: executing re-INFO:<14>[ 32.184904] [IGT] vc4_purgeable_bo: exiting, ret=77 #4 [__libc_start_main+0x98] (vc4_lookup_fail:626) ig<8>[ 32.195206] t_core-INFO: #5 [+0xda8a0bb0] **** END **** [1mSubtest bad-color-write: FAIL (0.009s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575954 for random<14>[ 32.221578] [IGT] vc4_purgeable_bo: executing isation<14>[ 32.227458] [IGT] vc4_purgeable_bo: exiting, ret=77 Opened device: /dev/dri/card0 Starting subtest: mmap-bad-handl<8>[ 32.237805] e [1mSubtest mmap-bad-handle: SUCCESS (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575954 for randomisation Opened device: /dev/dri/card<14>[ 32.263915] [IGT] vc4_purgeable_bo: executing 0 Start<14>[ 32.269301] [IGT] vc4_purgeable_bo: exiting, ret=77 ing subtest: mmap-bo (vc4_mmap:635) igt_vc4-CRITICAL: Test asse<8>[ 32.279760] rtion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:635) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + <14>[ 32.305677] [IGT] vc4_purgeable_bo: executing 0x03)) <<14>[ 32.311355] [IGT] vc4_purgeable_bo: exiting, ret=77 < 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)<8>[ 32.321685] +8)))), (&create)) == 0 (vc4_mmap:635) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_mmap:635) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_<14>[ 32.346239] [IGT] vc4_purgeable_bo: executing assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc44f122c] #3 [+0xc44f0eec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc44f0f30] Subtest mmap-bo failed. **** DEBUG **** (vc4_mmap:635) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:635) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_mmap:635) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_mmap:635) igt_vc4-CRITICAL: error: -1 != 0 (vc4_mmap:635) igt_core-INFO: Stack trace: (vc4_mmap:635) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_mmap:635) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_mmap:635) igt_core-INFO: #2 [+0xc44f122c] (vc4_mmap:635) igt_core-INFO: #3 [+0xc44f0eec] (vc4_mmap:635) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_mmap:635) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_mmap:635) igt_core-INFO: #6 [+0xc44f0f30] **** END **** [1mSubtest mmap-bo: FAIL (0.010s)[0m /usr/bin/igt-parser.sh: 73: vc4_prefmon: not found /usr/bin/igt-parser.sh: 83: vc4_prefmon: not found WARNING: unhandled exit status: 127 IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-willneed: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-purgeable: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-purgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-unpurgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest access-purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest access-purged-bo-mem: SKIP (0.000s)[0m IG<14>[ 32.689880] [IGT] vc4_purgeable_bo: exiting, ret=77 T-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip4<8>[ 32.700527] 4 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test req<14>[ 32.727549] [IGT] vc4_purgeable_bo: executing uirement<14>[ 32.733004] [IGT] vc4_purgeable_bo: exiting, ret=77 : igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last er<8>[ 32.743433] rno: 19, No such device [1mSubtest mark-unpurgeable-check-retained: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation O<14>[ 32.770209] [IGT] vc4_purgeable_bo: executing pened de<14>[ 32.775641] [IGT] vc4_purgeable_bo: exiting, ret=77 vice: /dev/dri/card0 Test requirement not met in functi<8>[ 32.786049] on __igt_unique____real_<8>[ 32.794827] main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-unpurgeable-purged: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (<8>[ 32.820315] aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PA<14>[ 32.849824] [IGT] vc4_tiling: executing RAM_SUPP<14>[ 32.855233] [IGT] vc4_tiling: starting subtest get-bad-handle ORTS_MAD<14>[ 32.861731] [IGT] vc4_tiling: finished subtest get-bad-handle, SUCCESS VISE) L<14>[ 32.869412] [IGT] vc4_tiling: exiting, ret=0 ast errno: 19, No such device [1mSubtest free-purged-b<8>[ 32.879206] o: SKIP (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-handle [1<14>[ 32.905042] [IGT] vc4_tiling: executing mSubtest<14>[ 32.909884] [IGT] vc4_tiling: starting subtest set-bad-handle get-bad<14>[ 32.916422] [IGT] vc4_tiling: finished subtest set-bad-handle, SUCCESS -handle:<14>[ 32.924164] [IGT] vc4_tiling: exiting, ret=0 SUCCESS (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch<8>[ 32.933987] 64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-handle [1mSubtest set-bad-handle: SUCCESS (0.000s)[0m <14>[ 32.958381] [IGT] vc4_tiling: executing IGT-Vers<14>[ 32.963798] [IGT] vc4_tiling: starting subtest get-bad-flags ion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened dev<14>[ 32.980296] [IGT] vc4_tiling: finished subtest get-bad-flags, FAIL ice: /de<14>[ 32.987747] [IGT] vc4_tiling: exiting, ret=98 v/dri/card0 Starting subtest: get-bad-flags (vc4_tilin<8>[ 32.997465] g:680) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:680) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+<14>[ 33.021664] [IGT] vc4_tiling: executing 8)+8)+14<14>[ 33.026642] [IGT] vc4_tiling: starting subtest set-bad-flags )) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) =<14>[ 33.043097] [IGT] vc4_tiling: finished subtest set-bad-flags, FAIL = 0 (vc<14>[ 33.050431] [IGT] vc4_tiling: exiting, ret=98 4_tiling:680) igt_vc4-CRITICAL: Last errno: 19, No such <8>[ 33.060070] device (vc4_tiling:680) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe7451080] #3 [+0x<14>[ 33.084675] [IGT] vc4_tiling: executing e7450dac<14>[ 33.089922] [IGT] vc4_tiling: starting subtest get-bad-modifier ] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe7450df0] Subtest get-bad-flags failed. **** DEBUG **** (vc4_tiling:680) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:680) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:680) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:680) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:680) igt_core-INFO: Stack trace: (vc4_tiling:680) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:680) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:680) igt_core-INFO: #2 [+0xe7451080] (vc4_tiling:680) igt_core-INFO: #3 [+0xe7450dac] (vc4_tiling:680) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:680) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:680) igt_core-INFO: #6 [+0xe7450df0] **** END **** [1mSubtest get-bad-flags: FAIL (0.010s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575955 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-flags (vc4_tiling:683) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:683) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:683) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:683) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe5031138] #3 [+0xe5030dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe5030df0] Subtest set-bad-flags failed. **** DEBUG **** (vc4_tiling:683) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:683) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:683) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:683) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:683) igt_core-INFO: Stack trace: (vc4_tiling:683) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:683) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:683) igt_core-INFO: #2 [+0xe5031138] (vc4_tiling:683) igt_core-INFO: #3 [+0xe5030dac] (vc4_tiling:683) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:683) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:683) igt_core-INFO: #6 [+0xe5030df0] **** END **** [1mSubtest set-bad-flags: FAIL (0.010s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575956 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-modifier (vc4_tiling:686) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:686) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:686) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:686) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc9b31358] #3 [+0xc9b30dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [[ 33.445148] [IGT] vc4_tiling: finished subtest get-bad-modifier, FAIL nown>+0x<14>[ 33.452634] [IGT] vc4_tiling: exiting, ret=98 c9b30df0] Subtest get-bad-modifier failed. **** DEBUG **** (vc4_tilin<8>[ 33.463953] g:686) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:686) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) <14>[ 33.490810] [IGT] vc4_tiling: executing | (((0x4<14>[ 33.496152] [IGT] vc4_tiling: starting subtest set-bad-modifier 0 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:686) ig<14>[ 33.512454] [IGT] vc4_tiling: finished subtest set-bad-modifier, FAIL t_vc4-CR<14>[ 33.519603] [IGT] vc4_tiling: exiting, ret=98 ITICAL: Last errno: 19, No such device (vc4_tiling:686)<8>[ 33.529324] igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:686) igt_core-INFO: Stack trace: (vc4_tiling:686) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:686) igt_core-INFO: #1 [<14>[ 33.554378] [IGT] vc4_tiling: executing igt_vc4_<14>[ 33.559500] [IGT] vc4_tiling: starting subtest set-get create_bo+0x9c] (vc4_tiling:686) igt_core-INFO: #2 [+0xc9b31358] (vc4_tiling:686) igt_core-INFO: #3 [+0xc9b30dac] (vc4_tiling:686) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:686) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:686) igt_core-INFO: #6 [+0xc9b30df0] **** END **** [1mSubtest get-bad-modifier: FAIL (0.348s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575956 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-modifier (vc4_tiling:689) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:689) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:689) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:689) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xdb5d13ec] #3 [+0xdb5d0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdb5d0df0] Subtest set-bad-modifier failed. **** DEBUG **** (vc4_tiling:689) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:689) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:689) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:689) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:689) igt_core-INFO: Stack trace: (vc4_tiling:689) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:689) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:689) igt_core-INFO: #2 [+0xdb5d13ec] (vc4_tiling:689) igt_core-INFO: #3 [+0xdb5d0dac] (vc4_tiling:689) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:689) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:689) igt_core-INFO: #6 [+0xdb5d0df0] **** END **** [1mSubtest set-bad-modifier: FAIL (0.010s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575956 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-get (vc4_tiling:692) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:692) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:692) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:692) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb80414dc] #3 [+0xb8040dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb8040df0] Subtest set-get failed. **** DEBUG **** (vc4_tiling:692) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:692) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:692) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:692) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:692) igt_core-INFO: Stack trace: (vc4_tiling:692) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:692) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:692) igt_core-INFO: #2 [+0xb80414dc] <14>[ 33.913771] [IGT] vc4_tiling: finished subtest set-get, FAIL (vc4_til<14>[ 33.920613] [IGT] vc4_tiling: exiting, ret=98 ing:692) igt_core-INFO: #3 [+0xb8040dac] (vc4_tiling:692) ig<8>[ 33.931923] t_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:692) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:692) igt_core-INFO: #6 [+0xb8040df0] **** END **** [1mSubtest set-get: FAIL (0.348s)[0m<14>[ 33.958188] [IGT] vc4_tiling: executing IGT-Vers<14>[ 33.963282] [IGT] vc4_tiling: starting subtest get-after-free ion: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575956 for randomisation Op<14>[ 33.979580] [IGT] vc4_tiling: finished subtest get-after-free, FAIL ened dev<14>[ 33.986565] [IGT] vc4_tiling: exiting, ret=98 ice: /dev/dri/card0 Starting subtest: get-after-free (<8>[ 33.996212] vc4_tiling:695) <8>[ 34.005377] igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:695) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0<8>[ 34.030234] ) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:695) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:695) igt_vc4-CRITICAL: error: -1 != 0 Stack trace:<14>[ 34.053907] [IGT] vc4_wait_bo: executing #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xcc871474] #3 [+0<14>[ 34.069391] [IGT] vc4_wait_bo: exiting, ret=98 xcc870dac] #4 [__libc_init_first+0x80] #5 [__libc_<8>[ 34.079447] start_main+0x98] #6 [+0xcc870df0] Subtest get-after-free failed. **** DEBUG **** (vc4_tiling:695) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../li<14>[ 34.102787] [IGT] vc4_wait_bo: executing b/igt_vc4.c:126: (vc4_tiling:695) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:695) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:695) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:695) igt_core-INFO: Stack trace: (vc4_tiling:695) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:695) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:695) igt_core-INFO: #2 [+0xcc871474] (vc4_tiling:695) igt_core-INFO: #3 [+0xcc870dac] (vc4_tiling:695) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:695) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:695) igt_core-INFO: #6 [+0xcc870df0] **** END **** [1mSubtest get-after-free: FAIL (0.010s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575956 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:701) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:701) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:701) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:701) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbfcd149c] #3 [+0xbfcd0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbfcd0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:701) igt_core-INFO: IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) (vc4_wait_bo:701) igt_core-INFO: Using IGT_SRANDOM=1699575956 for randomisation (vc4_wait_bo:701) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:701) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:701) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:701) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:701) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:701) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:701) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:701) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:701) igt_core-INFO: Stack trace: (vc4_wait_bo:701) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:701) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:701) igt_core-INFO: #2 [+0xbfcd149c] (vc4_wait_bo:701) igt_core-INFO: #3 [+0xbfcd0e2c] (vc4_wait_bo:701) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:701) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:701) igt_core-INFO: #6 [+0xbfcd0e70] **** END **** [1mSubtest bad-bo: FAIL (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575957 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:704) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:704) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:704) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:704) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 <14>[ 34.455892] [IGT] vc4_wait_bo: exiting, ret=98 [igt_vc4_create_bo+0x9c] #2 [+0xbf3f149c] <8>[ 34.465985] #3 [+0xbf3f0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbf3f0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:704) igt_core-INFO: IGT-Version: <14>[ 34.490703] [IGT] vc4_wait_bo: executing 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) (vc4_wait_bo:704) igt_core-INFO: Using IGT_SRANDOM=1699575957 for rando<14>[ 34.506523] [IGT] vc4_wait_bo: exiting, ret=98 misation (vc4_wait_bo:704) drmtest-DEBUG: Force option used: Us<8>[ 34.516452] ing driver vc4 (vc4_wait_bo:704) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:704) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:704) DEBUG: Test requirement pass<14>[ 34.540692] [IGT] vc4_wait_bo: executing ed: igt_vc4_is_v3d(fd) (vc4_wait_bo:704) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:704) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:704) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:704) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:704) igt_core-INFO: Stack trace: (vc4_wait_bo:704) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:704) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:704) igt_core-INFO: #2 [+0xbf3f149c] (vc4_wait_bo:704) igt_core-INFO: #3 [+0xbf3f0e2c] (vc4_wait_bo:704) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:704) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:704) igt_core-INFO: #6 [+0xbf3f0e70] **** END **** [1mSubtest bad-pad: FAIL (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575957 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:707) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:707) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:707) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:707) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd665149c] #3 [+0xd6650e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd6650e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:707) igt_core-INFO: IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) (vc4_wait_bo:707) igt_core-INFO: Using IGT_SRANDOM=1699575957 for randomisation (vc4_wait_bo:707) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:707) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:707) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:707) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:707) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:707) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:707) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:707) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:707) igt_core-INFO: Stack trace: (vc4_wait_bo:707) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:707) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:707) igt_core-INFO: #2 [+0xd665149c] (vc4_wait_bo:707) igt_core-INFO: #3 [+0xd6650e2c] (vc4_wait_bo:707) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:707) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:707) igt_core-INFO: #6 [+0xd6650e70] **** END **** [1mSubtest unused-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575957 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:710) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:710) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:710) igt_vc4-CRITICAL: Last errno: 19, No such devi<14>[ 34.894972] [IGT] vc4_wait_bo: exiting, ret=98 ce (vc4_wait_bo:710) igt_vc4-CRITICAL: error: -1 != 0 Stack tr<8>[ 34.905537] ace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc3fa149c] #3 [+0xc3fa0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] <14>[ 34.930451] [IGT] vc4_wait_bo: executing #6 [+0xc3fa0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:710) igt_core-INFO: IGT-Version: 1.28<14>[ 34.945952] [IGT] vc4_wait_bo: exiting, ret=98 -g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) (vc<8>[ 34.955610] 4_wait_bo:710) igt_core-INFO: Using IGT_SRANDOM=1699575957 for randomisation (vc4_wait_bo:710) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:710) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_<14>[ 34.981491] [IGT] vc4_wait_bo: executing wait_bo:710) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:710) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:710) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:710) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:710) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:710) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:710) igt_core-INFO: Stack trace: (vc4_wait_bo:710) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:710) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:710) igt_core-INFO: #2 [+0xc3fa149c] (vc4_wait_bo:710) igt_core-INFO: #3 [+0xc3fa0e2c] (vc4_wait_bo:710) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:710) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:710) igt_core-INFO: #6 [+0xc3fa0e70] **** END **** [1mSubtest unused-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575957 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:714) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:714) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:714) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:714) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd966149c] #3 [+0xd9660e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd9660e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:714) igt_core-INFO: IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) (vc4_wait_bo:714) igt_core-INFO: Using IGT_SRANDOM=1699575957 for randomisation (vc4_wait_bo:714) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:714) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:714) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:714) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:714) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:714) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:714) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:714) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:714) igt_core-INFO: Stack trace: (vc4_wait_bo:714) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:714) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:714) igt_core-INFO: #2 [+0xd966149c] (vc4_wait_bo:714) igt_core-INFO: #3 [+0xd9660e2c] (vc4_wait_bo:714) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:714) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:714) igt_core-INFO: #6 [+0xd9660e70] **** END **** [1mSubtest used-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575957 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:717) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:717) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_<14>[ 35.335735] [IGT] vc4_wait_bo: exiting, ret=98 create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:717) igt_vc4-CRITIC<8>[ 35.347225] AL: Last errno: 19, No such device (vc4_wait_bo:717) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd706149c] #3 [[ 35.374364] [IGT] vc4_wait_bo: executing n>+0xd7060e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd7060e70] Test vc4_wait_bo fail<14>[ 35.389322] [IGT] vc4_wait_bo: exiting, ret=98 ed. **** DEBUG **** (vc4_wait_bo:717) igt_core-INFO: I<8>[ 35.399703] GT-Version: 1.28-g0830aa<8>[ 35.407942] 7 (aarch64) (Linux: 5.10.209-cip44 aarch64) (vc4_wait_bo:717) igt_core-INFO: Using IGT_SRANDOM=1699575957 for randomisation (vc4_wait_bo:717) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:717) drmtest-INFO: Opened devic<8>[ 35.433040] e: /dev/dri/card0 (vc4_wait_bo:717) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:717) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:717) igt_vc4-CRITICAL: Test ass<14>[ 35.456425] [IGT] vc4_wait_seqno: executing ertion f<14>[ 35.461857] [IGT] vc4_wait_seqno: starting subtest bad-seqno-0ns ailure f<14>[ 35.468837] [IGT] vc4_wait_seqno: finished subtest bad-seqno-0ns, SUCCESS unction <14>[ 35.476760] [IGT] vc4_wait_seqno: exiting, ret=0 igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait<8>[ 35.486768] _bo:717) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8))<14>[ 35.510928] [IGT] vc4_wait_seqno: executing )), (&cr<14>[ 35.516294] [IGT] vc4_wait_seqno: starting subtest bad-seqno-1ns eate)) =<1>[ 35.523081] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008 = 0 (vc<1>[ 35.532905] Mem abort info: 4_wait_b<1>[ 35.536696] ESR = 0x96000044 o:717) i<1>[ 35.540752] EC = 0x25: DABT (current EL), IL = 32 bits gt_vc4-C<1>[ 35.547098] SET = 0, FnV = 0 RITICAL:<1>[ 35.551152] EA = 0, S1PTW = 0 Last er<1>[ 35.555296] Data abort info: rno: 19,<1>[ 35.559175] ISV = 0, ISS = 0x00000044 No such<1>[ 35.564023] CM = 0, WnR = 1 device<1>[ 35.567992] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000051085000 (vc4_wa<1>[ 35.575482] [0000000000000008] pgd=0000000000000000, p4d=0000000000000000 it_bo:71<0>[ 35.583328] Internal error: Oops: 0000000096000044 [#1] PREEMPT SMP 7) igt_v<4>[ 35.590643] Modules linked in: raspberrypi_cpufreq hci_uart btqca btbcm brcmfmac brcmutil bluetooth broadcom bcm_phy_lib crct10dif_ce ecdh_generic clk_raspberrypi ecc cfg80211 raspberrypi_hwmon rfkill pwm_bcm2835 genet iproc_rng200 bcm2711_thermal i2c_bcm2835 pcie_brcmstb mdio_bcm_unimac rng_core vc4 cec drm_kms_helper drm dm_mod ip_tables x_tables ipv6 c4-CRITI<4>[ 35.623343] CPU: 2 PID: 729 Comm: vc4_wait_seqno Not tainted 5.10.209-cip44 #1 CAL: err<4>[ 35.631625] Hardware name: Raspberry Pi 4 Model B Rev 1.5 (DT) or: -1 !<4>[ 35.638502] pstate: 60000085 (nZCv daIf -PAN -UAO -TCO BTYPE=--) = 0 (vc<4>[ 35.645562] pc : prepare_to_wait+0x74/0x84 4_wait_b<4>[ 35.650664] lr : prepare_to_wait+0x34/0x84 o:717) i<4>[ 35.655775] sp : ffff800011d43bd0 gt_core-<4>[ 35.660095] x29: ffff800011d43bd0 x28: ffff800011d43d88 INFO: St<4>[ 35.666441] x27: ffff800011d43d88 x26: 0000000000000001 ack trac<4>[ 35.672787] x25: ffff10e991290858 x24: ffff10e980835580 e: (vc4<4>[ 35.679133] x23: ffffa02ef27b7000 x22: ffff800011d43c68 _wait_bo<4>[ 35.685480] x21: ffff10e991290858 x20: 0000000000000001 :717) ig<4>[ 35.691828] x19: ffff800011d43c50 x18: 0000000000000000 t_core-I<4>[ 35.698174] x17: 0000000000000000 x16: 0000000000000000 NFO: #<4>[ 35.704520] x15: 0000fffff9a38520 x14: 0000000000000000 0 ../lib<4>[ 35.710867] x13: 0000000000000000 x12: 0000000000000000 /igt_cor<4>[ 35.717214] x11: 0000000000000000 x10: 0000000000000000 e.c:1989<4>[ 35.723560] x9 : ffffa02eec7fb000 x8 : 0000000000000001 __igt_f<4>[ 35.729906] x7 : ffffffffffffffff x6 : 0000000000005862 ail_asse<4>[ 35.736253] x5 : 0000000000005862 x4 : 0000000000000000 rt() (v<4>[ 35.742599] x3 : ffff10e991290858 x2 : 0000000000000000 c4_wait_<4>[ 35.748946] x1 : 0000000000000000 x0 : ffff10e991290860 bo:717) <4>[ 35.755294] Call trace: igt_core<4>[ 35.758734] prepare_to_wait+0x74/0x84 -INFO: <4>[ 35.763510] vc4_wait_for_seqno+0x98/0x174 [vc4] #1 [igt<4>[ 35.769143] vc4_wait_seqno_ioctl+0x30/0xa4 [vc4] _vc4_cre<4>[ 35.774931] drm_ioctl_kernel+0xc4/0x114 [drm] ate_bo+0<4>[ 35.780365] drm_ioctl+0x228/0x480 [drm] x9c] (v<4>[ 35.785270] __arm64_sys_ioctl+0xa8/0xf0 c4_wait_<4>[ 35.790206] el0_svc_common.constprop.0+0x78/0x1c4 bo:717) <4>[ 35.796021] do_el0_svc+0x24/0x9c igt_core<4>[ 35.800343] el0_svc+0x14/0x20 -INFO: <4>[ 35.804395] el0_sync_handler+0xb0/0xb4 #2 [[ 35.809244] el0_sync+0x180/0x1c0 known>+0<0>[ 35.813567] Code: d50323bf d65f03c0 aa1503e0 f8408c02 (f9000456) xd706149<4>[ 35.820705] ---[ end trace 449b4da1ec67f0e8 ]--- c] (vc4<6>[ 35.826346] note: vc4_wait_seqno[729] exited with preempt_count 1 _wait_bo:717) igt_core-INFO: #3 [+0xd7060e2c]<8>[ 35.837724] (vc4_wait_bo:7<8>[ 35.846876] 17) igt_<8>[ 35.851633] core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:717) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:717) igt_core-INFO: #6 [+0xd7060e70] **** END **** [1mSubtest used-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575958 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:720) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:720) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:720) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:720) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbcfa149c] #3 [+0xbcfa0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbcfa0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:720) igt_core-INFO: IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) (vc4_wait_bo:720) igt_core-INFO: Using IGT_SRANDOM=1699575958 for randomisation (vc4_wait_bo:720) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:720) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:720) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:720) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:720) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:720) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:720) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:720) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:720) igt_core-INFO: Stack trace: (vc4_wait_bo:720) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:720) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:720) igt_core-INFO: #2 [+0xbcfa149c] (vc4_wait_bo:720) igt_core-INFO: #3 [+0xbcfa0e2c] (vc4_wait_bo:720) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:720) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:720) igt_core-INFO: #6 [+0xbcfa0e70] **** END **** [1mSubtest used-bo: FAIL (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575958 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-seqno-0ns [1mSubtest bad-seqno-0ns: SUCCESS (0.000s)[0m IGT-Version: 1.28-g0830aa7 (aarch64) (Linux: 5.10.209-cip44 aarch64) Using IGT_SRANDOM=1699575958 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-seqno-1ns Segmentation fault WARNING: unhandled exit status: 139 + set +x / #