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 DHCP client bound to address 192.168.6.6 (3821 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 733753/tftp-deploy-lzqnf6ur/kernel/Image tftp 0x00080000 733753/tftp-deploy-lzqnf6ur/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '733753/tftp-deploy-lzqnf6ur/kernel/Image'. Load address: 0x80000 Loading: *################################################## 30.4 MiB 16.6 MiB/s done Bytes transferred = 31918592 (1e70a00 hex) U-Boot> tftp 0x06700000 733753/tftp-deploy-lzqnf6ur/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 733753/tftp-deploy-lzqnf6ur/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '733753/tftp-deploy-lzqnf6ur/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *##########################################T ######## 55.9 MiB 6.3 MiB/s done Bytes transferred = 58590077 (37e037d hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 733753/tftp-deploy-lzqnf6ur/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 733753/tftp-deploy-lzqnf6ur/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '733753/tftp-deploy-lzqnf6ur/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 25.9 KiB 3.6 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: 58590013 Bytes = 55.9 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 36747000, end 39f2733d ... OK Loading Device Tree to 000000003673d000, end 00000000367467a9 ... OK Working FDT set to 3673d000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 5.10.224-cip52 (KernelCI@build-j311472-arm64-gcc-12-defconfig-4mvzz) (aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Mon Sep 16 15:22:04 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:all(zero), heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: mapped [mem 0x000000002e400000-0x0000000032400000] (64MB) <6>[ 0.000000] Memory: 1758548K/2019328K available (14528K kernel code, 2818K rwdata, 7684K rodata, 6016K init, 512K bss, 195244K 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.008628] Console: colour dummy device 80x25 <6>[ 0.013480] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024311] pid_max: default: 32768 minimum: 301 <6>[ 0.029325] 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.052209] rcu: Hierarchical SRCU implementation. <6>[ 0.059544] EFI services will not be available. <6>[ 0.064705] smp: Bringing up secondary CPUs ... <6>[ 0.070097] Detected PIPT I-cache on CPU1 <6>[ 0.070163] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.070767] Detected PIPT I-cache on CPU2 <6>[ 0.070811] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.071397] Detected PIPT I-cache on CPU3 <6>[ 0.071441] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.071529] smp: Brought up 1 node, 4 CPUs <6>[ 0.109482] SMP: Total of 4 processors activated. <6>[ 0.114511] CPU features: detected: 32-bit EL0 Support <6>[ 0.119997] CPU features: detected: CRC32 instructions <6>[ 0.125467] CPU features: detected: 32-bit EL1 Support <6>[ 0.149874] CPU: All CPU(s) started at EL2 <6>[ 0.154334] alternatives: patching kernel code <6>[ 0.160600] devtmpfs: initialized <6>[ 0.169426] KASLR enabled <6>[ 0.172566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.182702] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.191757] pinctrl core: initialized pinctrl subsystem <6>[ 0.198705] DMI not present or invalid. <6>[ 0.203697] NET: Registered protocol family 16 <6>[ 0.210037] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.217529] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.225774] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.234086] audit: initializing netlink subsys (disabled) <5>[ 0.240000] audit: type=2000 audit(0.156:1): state=initialized audit_enabled=0 res=1 <6>[ 0.241047] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.248111] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.254781] cpuidle: using governor menu <6>[ 0.266086] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.273316] ASID allocator initialised with 32768 entries <6>[ 0.280657] Serial: AMBA PL011 UART driver <6>[ 0.323985] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.331047] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.338089] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.345132] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.353678] cryptd: max_cpu_qlen set to 1000 <6>[ 0.361156] ACPI: Interpreter disabled. <6>[ 0.367841] iommu: Default domain type: Translated <6>[ 0.373308] vgaarb: loaded <5>[ 0.376659] SCSI subsystem initialized <6>[ 0.381127] usbcore: registered new interface driver usbfs <6>[ 0.387001] usbcore: registered new interface driver hub <6>[ 0.392674] usbcore: registered new device driver usb <4>[ 0.398214] usb_phy_generic phy: supply vcc not found, using dummy regulator <6>[ 0.406374] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.411665] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.421176] PTP clock support registered <6>[ 0.425589] EDAC MC: Ver: 3.0.0 <6>[ 0.430503] FPGA manager framework <6>[ 0.434299] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.441545] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.448197] VFS: Disk quotas dquot_6.6.0 <6>[ 0.452492] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.459927] pnp: PnP ACPI: disabled <6>[ 0.470714] NET: Registered protocol family 2 <6>[ 0.475736] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.485048] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.494028] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.502394] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) <6>[ 0.510320] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.517385] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.524462] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.532096] NET: Registered protocol family 1 <6>[ 0.537278] RPC: Registered named UNIX socket transport module. <6>[ 0.543551] RPC: Registered udp transport module. <6>[ 0.548599] RPC: Registered tcp transport module. <6>[ 0.553628] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.560415] PCI: CLS 0 bytes, default 64 <6>[ 0.564830] Unpacking initramfs... <6>[ 4.915167] Freeing initrd memory: 57216K <6>[ 4.920523] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 4.929215] kvm [1]: IPA Size Limit: 44 bits <6>[ 4.935333] kvm [1]: vgic interrupt IRQ9 <6>[ 4.939747] kvm [1]: Hyp mode initialized successfully <5>[ 4.947312] Initialise system trusted keyrings <6>[ 4.952265] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 4.965601] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 4.972497] NFS: Registering the id_resolver key type <5>[ 4.977914] Key type id_resolver registered <5>[ 4.982416] Key type id_legacy registered <6>[ 4.986832] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 4.993882] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 5.001803] 9p: Installing v9fs 9p2000 file system support <5>[ 5.071795] Key type asymmetric registered <5>[ 5.076215] Asymmetric key parser 'x509' registered <6>[ 5.081444] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 5.089200] io scheduler mq-deadline registered <6>[ 5.094050] io scheduler kyber registered <4>[ 5.111672] EINJ: ACPI disabled. <6>[ 5.134191] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.142697] printk: console [ttyS1] disabled <6>[ 5.147374] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 26, base_baud = 62499999) is a 16550 <6>[ 5.156665] printk: console [ttyS1] enabled <6>[ 5.156665] printk: console [ttyS1] enabled <6>[ 5.165694] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.165694] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.178332] SuperH (H)SCI(F) driver initialized <6>[ 5.183777] msm_serial: driver initialized <6>[ 5.196768] loop: module loaded <6>[ 5.201385] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.210147] megasas: 07.714.04.00-rc1 <6>[ 5.220328] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.226573] thunder_xcv, ver 1.0 <6>[ 5.230167] thunder_bgx, ver 1.0 <6>[ 5.233754] nicpf, ver 1.0 <6>[ 5.238091] hclge is initializing <6>[ 5.241754] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 5.249356] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 5.255060] e1000: Intel(R) PRO/1000 Network Driver <6>[ 5.260282] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 5.266422] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 5.271738] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.278054] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 5.283802] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.289763] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 5.296393] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 5.303038] sky2: driver version 1.30 <6>[ 5.308227] VFIO - User Level meta-driver version: 0.3 <6>[ 5.315758] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 5.322680] ehci-pci: EHCI PCI platform driver <6>[ 5.327497] ehci-platform: EHCI generic platform driver <6>[ 5.333206] ehci-orion: EHCI orion driver <6>[ 5.337669] ehci-exynos: EHCI Exynos driver <6>[ 5.342297] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 5.348856] ohci-pci: OHCI PCI platform driver <6>[ 5.353672] ohci-platform: OHCI generic platform driver <6>[ 5.359366] ohci-exynos: OHCI Exynos driver <6>[ 5.364512] usbcore: registered new interface driver usb-storage <6>[ 5.373993] i2c /dev entries driver <6>[ 5.380055] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 5.387667] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 5.398474] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 5.407300] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.413863] sdhci: Copyright(c) Pierre Ossman <6>[ 5.419165] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.426646] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.434872] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.443132] usbcore: registered new interface driver usbhid <6>[ 5.449073] usbhid: USB HID core driver <6>[ 5.454362] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.464813] NET: Registered protocol family 17 <6>[ 5.469797] 9pnet: Installing 9P2000 support <5>[ 5.474478] Key type dns_resolver registered <6>[ 5.479413] registered taskstats version 1 <5>[ 5.483856] Loading compiled-in X.509 certificates <6>[ 5.493755] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 24, base_baud = 0) is a PL011 rev2 <6>[ 5.503225] serial serial0: tty port ttyAMA0 registered <6>[ 5.522867] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 5.538298] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 5.545976] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 5.654360] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 5.667568] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 5.707061] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 5.714012] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <4>[ 5.729833] mmc0: queuing unknown CIS tuple 0x80 (2 bytes) <4>[ 5.737357] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.744882] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.753746] mmc0: queuing unknown CIS tuple 0x80 (7 bytes) <4>[ 5.761270] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <6>[ 5.818747] mmc1: new ultra high speed DDR50 SDXC card at address 59b4 <6>[ 5.826360] mmcblk1: mmc1:59b4 GE4S5 239 GiB <6>[ 5.828427] mmc0: new high speed SDIO card at address 0001 <6>[ 5.833042] mmcblk1: p1 p2 <6>[ 18.013571] clk: Disabling unused clocks <6>[ 18.017963] ALSA device list: <6>[ 18.021241] No soundcards found. <6>[ 18.030639] Freeing unused kernel memory: 6016K <6>[ 18.035768] Run /init as init process <30>[ 18.072132] systemd[1]: System time before build time, advancing clock. <6>[ 18.093424] NET: Registered protocol family 10 <6>[ 18.099372] Segment Routing with IPv6 <30>[ 18.113163] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) <30>[ 18.146797] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.165849] systemd[1]: Hostname set to . <30>[ 18.453788] systemd[1]: Queued start job for default target graphical.target. <30>[ 18.467445] 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.495247] 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.523424] 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.550919] 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.574009] 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.601915] 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.629781] 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.649852] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 18.673723] 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.701749] 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.729756] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 18.753725] 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.777691] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 18.801735] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 18.821767] 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.850019] 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.878774] 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.906314] 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.934288] 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.962382] 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.990193] 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>[ 19.021769] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 19.049711] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 19.077861] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 19.102211] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 19.122289] 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.154517] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 19.186430] 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.201056] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com dm_mod... <30>[ 19.226411] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 19.258408] 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.290405] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <28>[ 19.318461] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 19.331936] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 19.344546] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 19.374884] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 19.406612] 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.438179] 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.470363] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 19.505304] 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.871875] systemd-journald[123]: 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.801435] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... <5>[ 20.828194] 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-log<6>[ 21.098726] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: ind.service[0m - User Login Management. <3>[ 21.116594] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.116922] iproc-rng200 fe104000.rng: hwrng registered <6>[ 21.126708] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Mult<6>[ 21.147754] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 i-User System. <3>[ 21.170051] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.176749] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 [[0;32m<3>[ 21.188582] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock OK [0m] Reached target [0;1;39mgraphical.target[0m<3>[ 21.202137] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock - Graph<6>[ 21.202785] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 ical Interface. <3>[ 21.222324] [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... <3>[ 21.248162] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock [[0;32m OK [0m] Reached target [0;1;39musb-gadget.…m - Hardware activated USB gadget. <5>[ 21.296394] cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>[ 21.316655] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [[0;32m<3>[ 21.323748] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock OK [<6>[ 21.326486] Bluetooth: Core ver 2.22 0m] Fini<6>[ 21.327939] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 shed [0<6>[ 21.327952] pci_bus 0000:00: root bus resource [bus 00-ff] ;1;39msy<6>[ 21.327965] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) stemd-up<6>[ 21.328008] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 date-ut�<6>[ 21.328091] pci 0000:00:00.0: PME# supported from D0 D3hot �� - Rec<6>[ 21.330684] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 ord Runl<6>[ 21.330744] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] evel Cha<6>[ 21.330916] pci 0000:01:00.0: PME# supported from D0 D3hot nge in U<6>[ 21.350040] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] TMP. <3>[ 21.360372] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.370628] NET: Registered protocol family 31 <6>[ 21.371197] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] <6>[ 21.371220] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 21.371231] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <6>[ 21.371450] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 21.371630] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 <6>[ 21.377132] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 21.387098] Bluetooth: HCI device and connection manager initialized <5>[ 21.391435] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 21.392360] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <6>[ 21.403149] Bluetooth: HCI socket layer initialized <4>[ 21.413517] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 21.426773] Bluetooth: L2CAP socket layer initialized <4>[ 21.434138] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db <6>[ 21.434520] Bluetooth: SCO socket layer initialized <3>[ 21.448642] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present! <6>[ 21.454531] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 21.516448] Bluetooth: HCI UART driver ver 2.3 <6>[ 21.524842] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 21.532885] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 21.541694] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 <3>[ 21.545240] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present! <6>[ 21.550825] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 21.553581] Bluetooth: HCI UART protocol H4 registered <6>[ 21.553666] Bluetooth: HCI UART protocol LL registered <6>[ 21.554147] Bluetooth: HCI UART protocol Broadcom registered <6>[ 21.554195] Bluetooth: HCI UART protocol QCA registered <6>[ 21.580298] bcmgenet fd580000.ethernet end0: renamed from eth0 <4>[ 21.583457] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <4>[ 21.583627] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 21.584664] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 21.592987] cfg80211: failed to load regulatory.db <6>[ 21.596933] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 21.597081] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 21.618512] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) <6>[ 21.626618] hub 1-0:1.0: USB hub found <6>[ 21.631420] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <6>[ 21.638316] hub 1-0:1.0: 1 port detected <6>[ 21.646478] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.653722] hub 2-0:1.0: USB hub found <6>[ 21.655794] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.662243] hub 2-0:1.0: 4 ports detected <6>[ 21.666523] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.674267] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <6>[ 21.677940] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <4>[ 21.685253] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <6>[ 21.690419] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 <4>[ 21.696916] brcmfmac mmc0:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.bin <6>[ 21.706070] uart-pl011 fe201000.serial: no DMA platform data [[0;32m OK [0m] List<6>[ 21.747090] vc4-drm gpu: [drm] Cannot find any crtc or sizes ening on [0;1;39msystemd-rfkil…l Switch Statu<6>[ 21.757208] vc4-drm gpu: [drm] Cannot find any crtc or sizes s /dev/rfkill Watch. [[0;32m OK [0m] Reached target [0;1;39msound.target[0m - Sound Card. Starting [0;1;39msystemd-rfkill.se…Load/Save RF Kill Switch Status... [[0;32m OK [0m] Started [0;1;39msystemd-rfkill.ser…- Load/Save RF Kill Switch Status. [[0;32m OK [0m] Reached target [0;1<6>[ 21.905566] usb 1-1: new high-speed USB device number 2 using xhci_hcd ;39mbluetooth.target[0m - Bluetooth Support. <5>[ 21.981546] random: crng init done [[0;32m OK [0m] Finished [0;1;39msy<6>[ 21.990220] Bluetooth: hci0: BCM: chip id 107 stemd-ra<6>[ 21.995712] Bluetooth: hci0: BCM: features 0x2f ndom-se…rvice[0m - Lo<6>[ 22.002570] Bluetooth: hci0: BCM4345C0 ad/Save <6>[ 22.007149] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 Random Seed. <3>[ 22.016087] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 22.023112] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 22.028630] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' <6>[ 22.065585] hub 1-1:1.0: USB hub found <6>[ 22.069953] hub 1-1:1.0: 4 ports detected Debian GNU/Linux 12 debian-bookworm-arm64 ttyS1 debian-bookworm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 5.10.224-cip52 #1 SMP PREEMPT Mon Sep 16 15:22:04 UTC 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. / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-733753/environment . /lava-733753/environment / # /lava-733753/bin/lava-test-runner /lava-733753/0 /lava-733753/bin/lava-test-runner /lava-733753/0 + export TESTRUN_ID=0_igt-<8>[ 22.655492] kms-vc4 + cd /lava-733753/0/tests/0_igt-kms-vc4 + cat uuid + UUID=733753_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 km<8>[ 22.683588] s_atomic 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.704558] [IGT] core_auth: executing o vc4_wa<14>[ 22.709828] [IGT] core_auth: starting subtest getclient-simple it_seqno<14>[ 22.716714] [IGT] core_auth: finished subtest getclient-simple, SUCCESS IGT-Ve<14>[ 22.724321] [IGT] core_auth: exiting, ret=0 rsion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aa<8>[ 22.733802] rch64) Using IGT_SRANDOM=1706305720 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card0 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 22.758609] [IGT] core_auth: executing IGT-Vers<14>[ 22.763039] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<14>[ 22.770579] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS 8-ga44eb<14>[ 22.778614] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_<8>[ 22.788197] SRANDOM=1706305720 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card0 [1mSubtest getclient-master-drop: SUCCESS (0.000s)[0m <14>[ 22.814181] [IGT] core_auth: executing IGT-Vers<14>[ 22.818714] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 22.825117] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-ga44eb<14>[ 22.832212] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_<8>[ 22.841909] SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 22.866042] [IGT] core_auth: executing IGT-Vers<14>[ 22.870566] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarc<3>[ 22.881609] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 h64) Using IGT_SRANDOM=1706305720 for randomisation Op<14>[ 22.893992] [IGT] core_auth: finished subtest many-magics, SUCCESS ened dev<14>[ 22.901039] [IGT] core_auth: exiting, ret=0 ice: /dev/dri/card0 Starting subtest: many-magics Reopening device fai<8>[ 22.911900] led after 1020 opens [1mSubtest many-m<8>[ 22.922388] agics: SUCCESS (0.017s)[0m <14>[ 22.962920] [IGT] core_getclient: executing IGT-Vers<14>[ 22.968010] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarc<8>[ 22.978077] h64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.020955] [IGT] core_getstats: executing IGT-Vers<14>[ 23.026019] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarc<8>[ 23.035984] h64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.079174] [IGT] core_getversion: executing IGT-Vers<14>[ 23.084313] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarc<8>[ 23.094460] h64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.137390] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 23.143277] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarc<8>[ 23.154114] h64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <8>[ 23.187851] <14>[ 23.210214] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <6>[ 23.226991] vc4-drm gpu: [drm] Cannot find any crtc or sizes <14>[ 23.361833] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 23.367962] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest<14>[ 23.375610] [IGT] drm_read: exiting, ret=0 : invalid-buffer [1mSubtest invalid-buffer: SUCCESS (0.000s)[0m <8>[ 23.386570] <14>[ 23.413031] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 23.553724] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 23.559792] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest<14>[ 23.567082] [IGT] drm_read: exiting, ret=0 : fault-buffer [1mSubtest fault-buffer: SUCCESS (0.000s)[0m <8>[ 23.578104] <14>[ 23.604439] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 23.745824] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 24.751915] [IGT] drm_read: finished subtest empty-block, SUCCESS est empt<14>[ 24.759273] [IGT] drm_read: exiting, ret=0 y-block: SUCCESS (1.000s)[0m <8>[ 24.770263] <14>[ 24.796518] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 24.937522] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 24.943676] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest<14>[ 24.951257] [IGT] drm_read: exiting, ret=0 : empty-nonblock [1mSubtest empty-nonblock: SUCCESS (0.000s)[0m <8>[ 24.962380] <14>[ 24.988720] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 25.130215] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 25.136714] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest<14>[ 25.144635] [IGT] drm_read: exiting, ret=0 : short-buffer-block [1mSubtest short-buffer-block: SUCCESS (0.000s)[<8>[ 25.155496] 0m <14>[ 25.182446] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 25.325225] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 25.332038] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest<14>[ 25.340214] [IGT] drm_read: exiting, ret=0 : short-buffer-nonblock [1mSubtest short-buffer-nonblock: SUCCESS (0.0<8>[ 25.351336] 00s)[0m <14>[ 25.377785] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 25.518517] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 57.738015] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est shor<14>[ 57.746062] [IGT] drm_read: exiting, ret=0 t-buffer-wakeup: SUCCESS (32.213s)[0m <8>[ 57.757024] <8>[ 57.767318] <8>[ 57.792236] <14>[ 57.815251] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-ci<14>[ 57.824275] [IGT] kms_addfb_basic: starting subtest unused-handle p52 aarc<14>[ 57.831710] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS h64) Using IGT_SRANDOM=1706305755 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, file ../l<14>[ 57.859372] [IGT] kms_addfb_basic: exiting, ret=0 ib/drmtest.c:880: Test requirement: is_intel_device(fd)<8>[ 57.869501] 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<14>[ 57.893506] [IGT] kms_addfb_basic: executing /drmtest.c:880: Test requirement: is_in<14>[ 57.902186] [IGT] kms_addfb_basic: starting subtest unused-pitches tel_devi<14>[ 57.909088] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS ce(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCE<14>[ 57.936696] [IGT] kms_addfb_basic: exiting, ret=0 SS (0.000s)[0m Test requirement not met in function igt_requir<8>[ 57.947439] 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) Test requirement not met <14>[ 57.974093] [IGT] kms_addfb_basic: executing in function igt_require_intel, file ../l<14>[ 57.982552] [IGT] kms_addfb_basic: starting subtest unused-offsets ib/drmte<14>[ 57.989483] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS st.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-<14>[ 58.016563] [IGT] kms_addfb_basic: exiting, ret=0 offsets [1mSubtest unused-offsets: SUCCESS (0.000s)[0m Test requirem<8>[ 58.027960] ent 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_dev<14>[ 58.055124] [IGT] kms_addfb_basic: executing ice(fd) Test requirement not met in function ig<14>[ 58.063758] [IGT] kms_addfb_basic: starting subtest unused-modifier t_requir<14>[ 58.071436] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS e_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 <14>[ 58.098906] [IGT] kms_addfb_basic: exiting, ret=0 Starting subtest: unused-modifier [1mSubtest unused-modifier: SUCCESS<8>[ 58.109908] (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, file ../lib/drmtest.c:<14>[ 58.136833] [IGT] kms_addfb_basic: executing 880: Test requirement: is_intel_device(fd) Tes<14>[ 58.145291] [IGT] kms_addfb_basic: starting subtest clobberred-modifier t requir<14>[ 58.153097] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP ement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305756 for randomisa<14>[ 58.180680] [IGT] kms_addfb_basic: exiting, ret=77 tion Opened device: /dev/dri/card0 Starting subtest: c<8>[ 58.190662] lobberred-modifier Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest clobberred-modifier: SKIP (0.000s)[0m Test requiremen<14>[ 58.216822] [IGT] kms_addfb_basic: executing t not met in function igt_require_intel,<14>[ 58.225074] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete file ..<14>[ 58.233248] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP /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_<14>[ 58.262008] [IGT] kms_addfb_basic: exiting, ret=77 intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd)<8>[ 58.273474] IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-smem-bo-on-discrete Test requirement not met i<14>[ 58.301463] [IGT] kms_addfb_basic: executing n function igt_require_intel, file ../lib/drmtes<14>[ 58.310533] [IGT] kms_addfb_basic: starting subtest legacy-format t.c:880: Test requirement: is_intel_device(fd) [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requir<14>[ 58.327643] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS ement 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_d<14>[ 58.354731] [IGT] kms_addfb_basic: exiting, ret=0 evice(fd) Test requirement not met in function igt_require_intel, file <8>[ 58.365989] ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subt<14>[ 58.393054] [IGT] kms_addfb_basic: executing est: legacy-format Successfully fuzzed 10000 {bpp, depth} varia<14>[ 58.403222] [IGT] kms_addfb_basic: starting subtest no-handle tions <14>[ 58.410199] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS [1mSubtest legacy-format: SUCCESS (0.010s)[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>[ 58.435901] [IGT] kms_addfb_basic: exiting, ret=0 igt_require_intel, file ../lib/drmtest.c:880: Test requ<8>[ 58.445469] 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-ga44ebfe (aarch64) (Linux: 5.10.224-c<14>[ 58.470582] [IGT] kms_addfb_basic: executing ip52 aarch64) Using IGT_SRANDOM=1706305756 for randomis<14>[ 58.480748] [IGT] kms_addfb_basic: starting subtest basic ation O<14>[ 58.486806] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS pened device: /dev/dri/card0 Starting subtest: no-handle [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_d<14>[ 58.512266] [IGT] kms_addfb_basic: exiting, ret=0 evice(fd) Test requirement not met in function igt_requ<8>[ 58.522720] ire_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-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) U<14>[ 58.553025] [IGT] kms_addfb_basic: executing sing IGT_SRANDOM=1706305756 for randomisation Opened device: /d<14>[ 58.563307] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 ev/dri/c<14>[ 58.570333] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS ard0 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_device(fd) Test requirem<14>[ 58.596105] [IGT] kms_addfb_basic: exiting, ret=0 ent not met in function igt_require_intel, file ../lib/d<8>[ 58.605841] rmtest.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-ga44ebfe (aar<14>[ 58.631504] [IGT] kms_addfb_basic: executing ch64) (Linux: 5.10.224-c<46>[ 58.637712] systemd-journald[123]: Data hash table of /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal has a fill level at 75.0 (1536 of 2047 items, 524288 file size, 341 bytes per hash table item), suggesting rotation. ip52 aar<14>[ 58.641388] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 ch64) U<46>[ 58.660025] systemd-journald[123]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. sing IGT<14>[ 58.683128] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS _SRANDOM=1706305756 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<14>[ 58.708837] [IGT] kms_addfb_basic: exiting, ret=0 ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requ<8>[ 58.720095] irement 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>[ 58.746819] [IGT] kms_addfb_basic: executing _device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRA<14>[ 58.760084] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 NDOM=170<14>[ 58.767235] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS 6305756 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 igt_require_intel, file ../lib/dr<14>[ 58.793011] [IGT] kms_addfb_basic: exiting, ret=0 mtest.c:880: Test requirement: is_intel_device(fd) Test requir<8>[ 58.803990] ement 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_d<14>[ 58.830318] [IGT] kms_addfb_basic: executing evice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224<14>[ 58.840620] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 -cip52 a<14>[ 58.847907] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS arch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-63 [1mSubtest bad-pitch-63: SUCCESS (0.000s)[0m Test requirement not met in function igt_require<14>[ 58.874488] [IGT] kms_addfb_basic: exiting, ret=0 _intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd<8>[ 58.885697] ) 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 requireme<14>[ 58.912427] [IGT] kms_addfb_basic: executing nt: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (L<14>[ 58.922707] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 inux: 5.<14>[ 58.930180] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS 10.224-cip52 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-128 [1mSubtest bad-pitch-128: SUCCESS (0.000s)[0m Test requirement not met<14>[ 58.956147] [IGT] kms_addfb_basic: exiting, ret=0 in function igt_require_intel, file ../lib/drmtest.c:88<8>[ 58.965798] 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) Test requirement not met in function igt_r<14>[ 58.991086] [IGT] kms_addfb_basic: executing equire_intel, file ../lib/drmtest.c:880: Test requirement: is_i<14>[ 59.001406] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 ntel_dev<14>[ 59.008963] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS ice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-256 [1mSubtest bad-pitch-256<14>[ 59.035157] [IGT] kms_addfb_basic: exiting, ret=0 : SUCCESS (0.000s)[0m Test requirement not met in func<8>[ 59.045405] tion 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>[ 59.070641] [IGT] kms_addfb_basic: executing l_device(fd) Test requirement not met in function igt_require_i<14>[ 59.080377] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 ntel, fi<14>[ 59.087774] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/c<14>[ 59.113932] [IGT] kms_addfb_basic: exiting, ret=0 ard0 Starting subtest: bad-pitch-1024 [1mSubtest bad-pitch-10<8>[ 59.124164] 24: 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, file ../lib/drmtest<14>[ 59.151052] [IGT] kms_addfb_basic: executing .c:880: Test requirement: is_intel_device(fd) Test req<14>[ 59.161117] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 uirement<14>[ 59.168115] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305756 fo<14>[ 59.194360] [IGT] kms_addfb_basic: exiting, ret=0 r randomisation Opened device: /dev/dri/card0 Starting<8>[ 59.203972] subtest: bad-pitch-999 [1mSubtest bad-pitch-999: 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 no<14>[ 59.230389] [IGT] kms_addfb_basic: executing t met in function igt_require_intel, file ../lib/drmtest.c:880: Test requiremen<14>[ 59.241954] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any t: is_in<14>[ 59.249890] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS tel_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-ga44ebfe (aarch64) (Linux: 5.10.224<14>[ 59.275073] [IGT] kms_addfb_basic: exiting, ret=0 -cip52 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened <8>[ 59.286107] device: /dev/dri/card0 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 requirement: is_i<14>[ 59.313201] [IGT] kms_addfb_basic: executing ntel_device(fd) Test requirement not met in function igt_require_intel, file ..<14>[ 59.324729] [IGT] kms_addfb_basic: starting subtest invalid-get-prop /lib/drm<14>[ 59.332257] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS test.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>[ 59.356895] [IGT] kms_addfb_basic: exiting, ret=0 -ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1<8>[ 59.368145] 706305757 for randomisation 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_intel, file ../lib/<14>[ 59.395528] [IGT] kms_addfb_basic: executing drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met <14>[ 59.406878] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any in funct<14>[ 59.414912] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS ion 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>[ 59.439799] [IGT] kms_addfb_basic: exiting, ret=0 is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.2<8>[ 59.451129] 24-cip52 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m Test requirement not m<14>[ 59.477343] [IGT] kms_addfb_basic: executing et in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: <14>[ 59.489151] [IGT] kms_addfb_basic: starting subtest invalid-set-prop is_intel<14>[ 59.496566] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS _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 ../<14>[ 59.521644] [IGT] kms_addfb_basic: exiting, ret=0 lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: <8>[ 59.533207] 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000<14>[ 59.560350] [IGT] kms_addfb_basic: executing s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:88<14>[ 59.572936] [IGT] kms_addfb_basic: starting subtest master-rmfb 0: Test<14>[ 59.579946] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS 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 n<14>[ 59.602834] [IGT] kms_addfb_basic: exiting, ret=0 ot met in function igt_require_intel, file ../lib/drmtest.c:880: Test r<8>[ 59.613853] equirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSu<14>[ 59.640542] [IGT] kms_addfb_basic: executing btest invalid-set-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../li<14>[ 59.655144] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag b/drmtes<14>[ 59.663351] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS t.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>[ 59.685965] [IGT] kms_addfb_basic: exiting, ret=0 device(fd) Test requirement not met in function igt_require_intel, file<8>[ 59.697040] ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Star<14>[ 59.724756] [IGT] kms_addfb_basic: executing ting subtest: master-rmfb [1mSubtest master-rmfb: SUCCESS (0.000s)[0m Test requirement not met in function i<14>[ 59.738988] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier gt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement no<14>[ 59.755359] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL t 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>[ 59.777302] [IGT] kms_addfb_basic: exiting, ret=98 file ../lib/drmtest.c:880: Test requirement: is_intel_d<8>[ 59.787398] evice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-modifier-no-fl<14>[ 59.812596] [IGT] kms_addfb_basic: executing ag [1mSubtest 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 igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 59.841308] [IGT] kms_addfb_basic: exiting, ret=77 est requirement: is_intel_device(fd) Test requirement n<8>[ 59.851437] ot met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT<14>[ 59.876528] [IGT] kms_addfb_basic: executing _SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-bad-modifier (kms_addfb_basic:359) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:359) CRITICAL: Failed assertion: igt<14>[ 59.905676] [IGT] kms_addfb_basic: exiting, ret=77 _ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) <<<8>[ 59.915764] (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:359) CRITICAL: error: 0 != -1 Stack trace: #0 ../lib/igt_core.c:1989 __igt<14>[ 59.940359] [IGT] kms_addfb_basic: executing _fail_assert() #1 [+0xd7114358] #2 [+0xd7115fbc] #3 [+0xd711156c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd71115b0] Subtest addfb25-bad-modifier failed. **** DEBUG **** (kms_addfb_basic:359) ioctl_wra<14>[ 59.969697] [IGT] kms_addfb_basic: exiting, ret=77 ppers-DEBUG: Test requirement passed: igt_has_fb_modifie<8>[ 59.980029] rs(fd) (kms_addfb_basic:359) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:359) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof<14>[ 60.012965] [IGT] kms_addfb_basic: executing (struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:359) CRITICAL: error: 0 != -1 (kms_addfb_basic:359) igt_core-INFO: Stack trace: (kms_addfb_basic:359) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_addfb_basic:359) igt_core-INFO:<14>[ 60.042495] [IGT] kms_addfb_basic: exiting, ret=77 #1 [+0xd7114358] (kms_addfb_basic:359) igt_<8>[ 60.052383] core-INFO: #2 [+0xd7115fbc] (kms_addfb_basic:359) igt_core-INFO: #3 [+0xd711156c] (kms_addfb_basic:359) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_addfb<14>[ 60.076823] [IGT] kms_addfb_basic: executing _basic:359) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_addfb_basic:359) igt_core-INFO: #6 [+0xd71115b0] **** END **** [1mSubtest addfb25-bad-modifier: FAIL (0.009s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Te<14>[ 60.105677] [IGT] kms_addfb_basic: exiting, ret=77 st requirement: is_intel_device(fd) Test requirement no<8>[ 60.116010] t 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>[ 60.142668] [IGT] kms_addfb_basic: executing _intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305757 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_d<14>[ 60.171745] [IGT] kms_addfb_basic: exiting, ret=77 evice(fd) [1mSubtest addfb25-x-tiled-mismatch-legacy: <8>[ 60.182132] SKIP (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, file ../li<14>[ 60.207910] [IGT] kms_addfb_basic: executing b/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtes<14>[ 60.237224] [IGT] kms_addfb_basic: exiting, ret=77 t.c:880: Test requirement: is_intel_device(fd) [1mSub<8>[ 60.247642] test addfb25-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_device(fd) Test requirement not met in function <14>[ 60.273862] [IGT] kms_addfb_basic: executing igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function <14>[ 60.302271] [IGT] kms_addfb_basic: starting subtest size-max igt_requ<14>[ 60.308913] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS ire_inte<14>[ 60.316492] [IGT] kms_addfb_basic: exiting, ret=0 l, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [<8>[ 60.327874] 1mSubtest addfb25-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) Test requirement not met in function <14>[ 60.354644] [IGT] kms_addfb_basic: executing igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_requ<14>[ 60.383506] [IGT] kms_addfb_basic: starting subtest too-wide ire_inte<14>[ 60.390503] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS l, file <14>[ 60.398149] [IGT] kms_addfb_basic: exiting, ret=0 ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requi<8>[ 60.409627] rement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, fi<14>[ 60.435826] [IGT] kms_addfb_basic: executing le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, fi<14>[ 60.465078] [IGT] kms_addfb_basic: starting subtest too-high le ../li<14>[ 60.471463] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS b/drmtes<14>[ 60.479094] [IGT] kms_addfb_basic: exiting, ret=0 t.c:880: Test requirement: is_intel_device(fd) Test re<8>[ 60.488931] quirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in functi<14>[ 60.514159] [IGT] kms_addfb_basic: executing on igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_r<14>[ 60.543254] [IGT] kms_addfb_basic: starting subtest bo-too-small equire_i<14>[ 60.550620] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS ntel, fi<14>[ 60.558578] [IGT] kms_addfb_basic: exiting, ret=0 le ../lib/drmtest.c:880: Test requirement: is_intel_dev<8>[ 60.568479] ice(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement not met<14>[ 60.594267] [IGT] kms_addfb_basic: executing in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met<14>[ 60.622907] [IGT] kms_addfb_basic: starting subtest small-bo in func<14>[ 60.629419] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS tion igt<14>[ 60.637018] [IGT] kms_addfb_basic: exiting, ret=0 _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_d<8>[ 60.648352] evice(fd) Test requirement not met in function igt_require_intel, 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 <14>[ 60.675200] [IGT] kms_addfb_basic: executing igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function <14>[ 60.703950] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling igt_requ<14>[ 60.711902] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP ire_inte<14>[ 60.720871] [IGT] kms_addfb_basic: exiting, ret=77 l, file ../lib/drmtest.c:880: Test requirement: is_inte<8>[ 60.730840] l_device(fd) Test requirement 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 <14>[ 60.757820] [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-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 <14>[ 60.786526] [IGT] kms_addfb_basic: exiting, ret=77 Test requirement not met in function igt_require_intel,<8>[ 60.796319] 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_devic<14>[ 60.820733] [IGT] kms_addfb_basic: executing e(fd) Starting subtest: too-wide [1mSubtest 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-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IG<14>[ 60.850006] [IGT] kms_addfb_basic: exiting, ret=77 T_SRANDOM=1706305758 for randomisation Opened device: /<8>[ 60.860138] 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:<14>[ 60.886831] [IGT] kms_addfb_basic: executing 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-ga44ebfe (aarc<14>[ 60.916140] [IGT] kms_addfb_basic: exiting, ret=77 h64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=<8>[ 60.925905] 1706305758 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 req<14>[ 60.951556] [IGT] kms_addfb_basic: executing uirement 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<14>[ 60.979762] [IGT] kms_addfb_basic: exiting, ret=77 :880: Test requirement: is_intel_device(fd) IGT-Versio<8>[ 60.989941] n: 1.28-ga44ebfe (aarch6<8>[ 60.999470] 4) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 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<8>[ 61.024128] (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 re<14>[ 61.047168] [IGT] kms_atomic: executing quirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (<14>[ 61.064483] [IGT] kms_atomic: starting subtest plane-overlay-legacy aarch64)<14>[ 61.071956] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 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-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 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-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 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-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 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, f<14>[ 61.271510] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS ile ../l<14>[ 61.279343] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS ib/drmte<14>[ 61.287626] [IGT] kms_atomic: exiting, ret=0 st.c:880: Test requirement: is_intel_device(fd) Test requirement not m<8>[ 61.298751] et in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-small-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-<14>[ 61.325580] [IGT] kms_atomic: executing cip52 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_<14>[ 61.342623] [IGT] kms_atomic: starting subtest plane-primary-legacy intel, f<14>[ 61.349991] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ile ../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-4-tiled: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-overlay-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe-A-Writeback-1: SUCCESS (0.192s)[0m [1mSubtest plane-overlay-legacy: SUCCESS (0.208s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 61.482984] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 61.490244] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_atomic:419) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:419) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:419) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:419) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() #6 [+0xdab75cd0] #7 [+0xdab724b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xdab724f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:419) igt_kms-DEBUG: plane A.11: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.11: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.11: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.11: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane A.11: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: A.12, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane A.12: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: A.13, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane A.13: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: A.14, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane E.0: Setting prope<14>[ 62.864116] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL rty "alp<14>[ 62.871532] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL ha" to 0<14>[ 62.879673] [IGT] kms_atomic: exiting, ret=98 xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (km<8>[ 62.893115] s_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting p<14>[ 62.919111] [IGT] kms_atomic: executing roperty "SRC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E<14>[ 62.935933] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos .17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:419) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:419) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:419) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:419) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:419) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:419) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:419) igt_kms-DEBUG: display: } (kms_atomic:419) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:419) igt_kms-CRITICAL: Test asser<14>[ 63.068718] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP tion fai<14>[ 63.077786] [IGT] kms_atomic: exiting, ret=77 lure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_ato<8>[ 63.089147] mic:419) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:419<14>[ 63.117713] [IGT] kms_atomic: executing ) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:419) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:419) igt_core-INFO: S<14>[ 63.134655] [IGT] kms_atomic: starting subtest plane-immutable-zpos tack tra<14>[ 63.142012] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ce: (kms_atomic:419) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:419) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:419) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:419) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:419) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:419) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:419) igt_core-INFO: #6 [+0xdab75cd0] (kms_atomic:419) igt_core-INFO: #7 [+0xdab724b8] (kms_atomic:419) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:419) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:419) igt_core-INFO: #10 [+0xdab724f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.506s)[0m [1mSubtest plane-primary-legacy: FAIL (1.522s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305760 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-primary-overlay-mutable-zpos No dynamic tests executed. [1mSubtest plane-primary-overlay-mutable-zpos: SKIP (0.124s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-i<14>[ 63.274033] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP mmutable<14>[ 63.281473] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP -zpos S<14>[ 63.289618] [IGT] kms_atomic: exiting, ret=77 tarting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in<8>[ 63.300870] function igt_require_pipe_crc, file ../lib/igt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0 CRCs not supported on this platform Last errno: 2, No such file or directory [1mDynamic<14>[ 63.327903] [IGT] kms_atomic: executing subtest pipe-A-Writeback-1: SKIP (0.124s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.140s)[0m IGT-Version: 1.<14>[ 63.345302] [IGT] kms_atomic: starting subtest test-only 28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: test-only <14>[ 63.476181] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 63.592084] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 63.600122] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 63.607421] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.108s)[0m [1mSubtest test-only: SUCCESS (0.<8>[ 63.618789] 249s)[0m <14>[ 63.645188] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/ca<14>[ 63.661913] [IGT] kms_atomic: starting subtest plane-cursor-legacy rd0 Starting<14>[ 63.669332] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 63.804233] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 63.812255] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 63.820462] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.127s)[0m [1mSubtest plane-cursor-legacy: S<8>[ 63.831526] UCCESS (0.143s)[0m <14>[ 63.857990] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/ca<14>[ 63.874810] [IGT] kms_atomic: starting subtest plane-invalid-params rd0 Starting<14>[ 63.882165] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 64.017921] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 64.025179] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_atomic:434) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:434) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:434) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:434) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() #6 [+0xb2f254dc] #7 [+0xb2f224b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xb2f224f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:434) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:434) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:434) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:434) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:434) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:434) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:434) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:434) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:434) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:434) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:434) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:434) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:434) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:434) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:434) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 45 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2d/45 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 49 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x31/49 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 44 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2c/44 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 154 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9a/154 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (kms_atomic:434) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:434) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:434) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2d/45 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x9b/155 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2c/44 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data<14>[ 65.062084] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL : A.0, f<14>[ 65.069429] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL b 155 (<14>[ 65.077555] [IGT] kms_atomic: exiting, ret=98 kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x9a/154 (kms_a<8>[ 65.090071] tomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Set<14>[ 65.116820] [IGT] kms_atomic: executing ting property "CRTC_ID" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (<14>[ 65.134034] [IGT] kms_atomic: starting subtest plane-invalid-params-fence kms_atom<14>[ 65.141826] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ic:434) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:434) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:434) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:434) igt_kms-DEBUG: display: commit { (kms_atomic:434) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:434) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:434) igt_kms-DEBUG: display: } (kms_atomic:434) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:434) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:434) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | ((<14>[ 65.274142] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP (0xB2)) <14>[ 65.281972] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP << 0) | <14>[ 65.290606] [IGT] kms_atomic: exiting, ret=77 ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) =<8>[ 65.301712] = 0 (kms_atomic:434) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:434) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:434) igt_core-INFO: Stack trace: (kms_atomic:434) igt_core-INFO: #0 ../lib/igt<14>[ 65.329494] [IGT] kms_atomic: executing _core.c:1989 __igt_fail_assert() (kms_atomic:434) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:434) igt_core-IN<14>[ 65.346907] [IGT] kms_atomic: starting subtest crtc-invalid-params FO: #2<14>[ 65.354136] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:434) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:434) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:434) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:434) igt_core-INFO: #6 [+0xb2f254dc] (kms_atomic:434) igt_core-INFO: #7 [+0xb2f224b8] (kms_atomic:434) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:434) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:434) igt_core-INFO: #10 [+0xb2f224f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.172s)[0m [1mSubtest plane-invalid-params: FAIL (1.188s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requirement: kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.125s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (0.140s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 Starting s<14>[ 65.488921] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS ubtest: <14>[ 65.496673] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS crtc-inv<14>[ 65.504871] [IGT] kms_atomic: exiting, ret=0 alid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic s<8>[ 65.516204] ubtest pipe-A-Writeback-1: SUCCESS (0.127s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.143s)[0m <14>[ 65.543248] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 65.559941] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence rd0 Starting<14>[ 65.568010] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: crtc-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 65.700727] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 65.708499] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met<14>[ 65.717045] [IGT] kms_atomic: exiting, ret=77 in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requi<8>[ 65.728117] rement: kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.125s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.141s)[0m <14>[ 65.756082] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 65.772882] [IGT] kms_atomic: starting subtest atomic-invalid-params rd0 Starting<14>[ 65.780531] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 65.914245] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 65.922276] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 65.930647] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.126s)[0m [1mSubtest atomic-invalid-params:<8>[ 65.942013] SUCCESS (0.142s)[0m <14>[ 65.969129] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 65.985840] [IGT] kms_atomic: starting subtest atomic-plane-damage rd0 Starting subtest: atomic-plane-damage No dynam<14>[ 66.117426] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests<14>[ 66.125468] [IGT] kms_atomic: exiting, ret=77 executed. [1mSubtest atomic-plane-damage: SKIP (0.124s)[0m <8>[ 66.136863] <8>[ 66.147137] <8>[ 66.172198] <14>[ 66.195562] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card0 <14>[ 66.213569] [IGT] kms_flip_event_leak: starting subtest basic Starting<14>[ 66.220254] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 66.244598] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 66.251855] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_flip_event_leak:455) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:455) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_flip_event_leak:455) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:455) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 [+0xc3341964] #6 [+0xc334146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xc33414b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_<14>[ 66.951153] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL flip_eve<14>[ 66.959907] [IGT] kms_flip_event_leak: finished subtest basic, FAIL nt_leak:<14>[ 66.967485] [IGT] kms_flip_event_leak: exiting, ret=98 455) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_ev<8>[ 66.979629] ent_leak:455) igt_kms-DEBUG: Tes<8>[ 66.988456] t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (<8>[ 67.014280] kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, <14>[ 67.037251] [IGT] kms_prop_blob: executing plane 17<14>[ 67.042962] [IGT] kms_prop_blob: starting subtest basic (kms_f<14>[ 67.049031] [IGT] kms_prop_blob: finished subtest basic, SUCCESS lip_even<14>[ 67.056181] [IGT] kms_prop_blob: exiting, ret=0 t_leak:455) igt_kms-DEBUG: display: SetCursor pipe C<8>[ 67.066256] , disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_pl<14>[ 67.090080] [IGT] kms_prop_blob: executing anes (k<14>[ 67.095468] [IGT] kms_prop_blob: starting subtest blob-prop-core ms_flip_<14>[ 67.102450] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS event_le<14>[ 67.110394] [IGT] kms_prop_blob: exiting, ret=0 ak:455) igt_kms-DEBUG: display: Fixing up initial ro<8>[ 67.120304] tation pipe D, plane 0 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes <14>[ 67.146379] [IGT] kms_prop_blob: executing (kms_fl<14>[ 67.152083] [IGT] kms_prop_blob: starting subtest blob-prop-validate ip_event<14>[ 67.159304] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS _leak:45<14>[ 67.167497] [IGT] kms_prop_blob: exiting, ret=0 5) igt_kms-DEBUG: display: Fixing up initial rotatio<8>[ 67.177471] n pipe D, plane 17 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:455) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_flip_event_leak:455<14>[ 67.203017] [IGT] kms_prop_blob: executing ) igt_km<14>[ 67.208867] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime s-DEBUG:<14>[ 67.216068] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS Test re<14>[ 67.224245] [IGT] kms_prop_blob: exiting, ret=0 quirement passed: plane_idx >= 0 && plane_idx < pipe->n_<8>[ 67.234280] planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_flip_eve<14>[ 67.259604] [IGT] kms_prop_blob: executing nt_leak:<14>[ 67.264876] [IGT] kms_prop_blob: starting subtest blob-multiple 455) igt<14>[ 67.271814] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS _kms-DEB<14>[ 67.279420] [IGT] kms_prop_blob: exiting, ret=0 UG: Test requirement passed: plane_idx >= 0 && plane_idx<8>[ 67.289430] < pipe->n_planes (kms_flip_event_leak:455) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:455) igt_kms-DEBUG: display: SetCursor pipe E, disabling <14>[ 67.313877] [IGT] kms_prop_blob: executing (kms_fl<14>[ 67.319482] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any ip_event<14>[ 67.326966] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS _leak:45<14>[ 67.335438] [IGT] kms_prop_blob: exiting, ret=0 5) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0)<8>[ 67.345278] (kms_flip_event_leak:455) igt_kms-DEBUG: display: } (kms_flip_event_leak:455) drmtest-DEBUG: Force option used: Using driver vc4 (kms_flip_event_leak:455) drmtest-DEBUG: Opened previously opened device: /<14>[ 67.371197] [IGT] kms_prop_blob: executing dev/dri/<14>[ 67.376839] [IGT] kms_prop_blob: starting subtest invalid-get-prop card0 (<14>[ 67.383913] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS kms_flip<14>[ 67.392083] [IGT] kms_prop_blob: exiting, ret=0 _event_leak:455) drmtest-DEBUG: Test requirement passed:<8>[ 67.401979] !(fd<0) (kms_flip_event_leak:455) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:455) igt_kms-CRITICAL: Test assertion<14>[ 67.427756] [IGT] kms_prop_blob: executing failure<14>[ 67.433133] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any functio<14>[ 67.440455] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS n kmstes<14>[ 67.448956] [IGT] kms_prop_blob: exiting, ret=0 t_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_ev<8>[ 67.458998] ent_leak:455) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)<14>[ 67.483887] [IGT] kms_prop_blob: executing ))), (&c<14>[ 67.488995] [IGT] kms_prop_blob: starting subtest invalid-set-prop reate)) <14>[ 67.496036] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS == 0 (k<14>[ 67.504123] [IGT] kms_prop_blob: exiting, ret=0 ms_flip_event_leak:455) igt_kms-CRITICAL: Last errno: 12<8>[ 67.514144] , Cannot allocat<8>[ 67.523212] e memory (kms_flip_event_leak:455) igt_kms-CRITICAL: error: -1 != 0 (kms_flip_event_leak:455) igt_core-INFO: Stack trace: (kms_flip_event_leak:455) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:455)<8>[ 67.548308] igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_flip_event_leak:455) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_flip_event_leak:455) igt_core-INFO:<14>[ 67.571134] [IGT] kms_setmode: executing #3 ..<14>[ 67.576173] [IGT] kms_setmode: starting subtest basic /lib/igt<14>[ 67.582095] [IGT] kms_setmode: finished subtest basic, SKIP _fb.c:21<14>[ 67.588698] [IGT] kms_setmode: exiting, ret=77 12 igt_create_fb_with_bo_size() (kms_flip_event_leak:45<8>[ 67.598704] 5) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak:455) igt_core-INFO: #5 [+0xc3341964] (kms_flip_event_leak:455) igt_core-INFO: #6 [+0xc3<14>[ 67.622298] [IGT] kms_setmode: executing 34146c] <14>[ 67.627187] [IGT] kms_setmode: starting subtest basic-clone-single-crtc (kms_fl<14>[ 67.634770] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP ip_event<14>[ 67.642950] [IGT] kms_setmode: exiting, ret=77 _leak:455) igt_core-INFO: #7 [__libc_init_first+0x80] <8>[ 67.652961] (kms_flip_event_leak:455) igt_core-INFO: #8 [__libc_start_main+0x98] (kms_flip_event_leak:455) igt_core-INFO: #9 [+0xc33414b0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (0.<14>[ 67.679540] [IGT] kms_setmode: executing 722s)[0m [1mS<14>[ 67.684637] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc ubtest b<14>[ 67.692792] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP asic: FA<14>[ 67.701224] [IGT] kms_setmode: exiting, ret=77 IL (0.740s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (L<8>[ 67.711141] inux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarc<14>[ 67.737586] [IGT] kms_setmode: executing h64) (Li<14>[ 67.742845] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc nux: 5.1<14>[ 67.750760] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP 0.224-ci<14>[ 67.759440] [IGT] kms_setmode: exiting, ret=77 p52 aarch64) Using IGT_SRANDOM=1706305765 for randomisa<8>[ 67.769119] tion Opened device: /dev/dri/card0 Starting subtest: blob-prop-core [1mSubtest blob-prop-core: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM<14>[ 67.796357] [IGT] kms_setmode: executing =1706305<14>[ 67.801435] [IGT] kms_setmode: starting subtest clone-exclusive-crtc 765 for <14>[ 67.808641] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP randomis<14>[ 67.816634] [IGT] kms_setmode: exiting, ret=77 ation Opened device: /dev/dri/card0 Starting subtest: <8>[ 67.826641] blob-prop-validate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened d<14>[ 67.851940] [IGT] kms_setmode: executing evice: /<14>[ 67.857175] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing dev/dri/<14>[ 67.865648] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP card0 S<14>[ 67.874869] [IGT] kms_setmode: exiting, ret=77 tarting subtest: blob-prop-lifetime [1mSubtest blob-pr<8>[ 67.884776] op-lifetime: SUCCESS (0.<8>[ 67.895927] 000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m<8>[ 67.921057] IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest inval<14>[ 67.944586] [IGT] kms_vblank: executing id-get-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisat<14>[ 67.962264] [IGT] kms_vblank: starting subtest invalid ion Ope<14>[ 67.968558] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ned device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 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 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 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-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-single-crtc Testing: invalid-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-exclusive-crtc Testing: invalid-clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: clone-exclusive-crtc Testing: clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/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-single-crtc-stealing: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:512) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:512) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:512) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd7c2338c] #3 [+0xd7c21c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd7c21cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:512) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:512) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:512) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:512) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:512) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<14>[ 71.919540] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL && plan<14>[ 71.927042] [IGT] kms_vblank: finished subtest invalid, FAIL e_idx < <14>[ 71.934052] [IGT] kms_vblank: exiting, ret=98 pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation <8>[ 71.946443] pipe D, plane 0 (kms_vblank:512) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: <14>[ 71.972735] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:512) igt<14>[ 71.990277] [IGT] kms_vblank: starting subtest crtc-id _kms-DEB<14>[ 71.996824] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 UG: display: MoveCursor pipe D, (0, 0) (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:512) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:512) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:512) igt_kms-DEBUG: display: } (kms_vblank:512) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:512) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:512) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:512) igt_core-INFO: Stack trace: (kms_vblank:512) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:512) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:512) igt_core-INFO: #2 [+0xd7c2338c] (kms_vblank:512) igt_core-INFO: #3 [+0xd7c21c78] (kms_vblank:512) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:512) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:512) igt_core-INFO: #6 [+0xd7c21cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.943s)[0m [1mSubtest invalid: FAIL (3.959s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305769 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:515) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:515) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:515) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb64a3728] #3 [+0xb64a1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb64a1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:515) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:515) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:515) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:515) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:515) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<14>[ 75.759522] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL && plan<14>[ 75.767003] [IGT] kms_vblank: finished subtest crtc-id, FAIL e_idx < <14>[ 75.774026] [IGT] kms_vblank: exiting, ret=98 pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation <8>[ 75.786409] pipe D, plane 0 (kms_vblank:515) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: <14>[ 75.812724] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:<14>[ 75.829844] [IGT] kms_vblank: starting subtest accuracy-idle 515) igt<14>[ 75.836598] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:515) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:515) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:515) igt_kms-DEBUG: display: } (kms_vblank:515) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:515) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:515) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:515) igt_core-INFO: Stack trace: (kms_vblank:515) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:515) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:515) igt_core-INFO: #2 [+0xb64a3728] (kms_vblank:515) igt_core-INFO: #3 [+0xb64a1c78] (kms_vblank:515) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:515) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:515) igt_core-INFO: #6 [+0xb64a1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.755s)[0m [1mSubtest crtc-id: FAIL (3.770s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305773 for randomisation Opened device: /dev/dri/card0 Starting subtest: accuracy-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:518) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:518) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:518) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd7781f94] #3 [+0xd7782fa0] #4 [+0xd77831bc] #5 [+0xd7781c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd7781cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane<14>[ 79.600251] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 79.607724] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL 0 && pla<14>[ 79.615283] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial <8>[ 79.627904] rotation pipe D, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518<14>[ 79.654021] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 79.671298] [IGT] kms_vblank: starting subtest query-idle s_vblank<14>[ 79.678131] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 :518) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:518) igt_kms-DEBUG: display: } (kms_vblank:518) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:518) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:518) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:518) igt_core-INFO: Stack trace: (kms_vblank:518) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:518) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:518) igt_core-INFO: #2 [+0xd7781f94] (kms_vblank:518) igt_core-INFO: #3 [+0xd7782fa0] (kms_vblank:518) igt_core-INFO: #4 [+0xd77831bc] (kms_vblank:518) igt_core-INFO: #5 [+0xd7781c78] (kms_vblank:518) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:518) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:518) igt_core-INFO: #8 [+0xd7781cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.756s)[0m [1mSubtest accuracy-idle: FAIL (3.771s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305777 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:521) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:521) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:521) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd4b21f94] #3 [+0xd4b22fa0] #4 [+0xd4b231bc] #5 [+0xd4b21c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd4b21cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane<14>[ 83.440288] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 83.447772] [IGT] kms_vblank: finished subtest query-idle, FAIL 0 && pla<14>[ 83.455095] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation<8>[ 83.468132] pipe D, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_km<14>[ 83.494404] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 83.511726] [IGT] kms_vblank: starting subtest query-idle-hang :521) ig<14>[ 83.518664] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP t_kms-DE<14>[ 83.526187] [IGT] kms_vblank: exiting, ret=77 BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank<8>[ 83.535987] :521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 83.560178] [IGT] kms_vblank: executing :521) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 83.577771] [IGT] kms_vblank: starting subtest query-forked ->n_plan<14>[ 83.584655] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 es (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:521) igt_kms-DEBUG: display: } (kms_vblank:521) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:521) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:521) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:521) igt_core-INFO: Stack trace: (kms_vblank:521) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:521) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:521) igt_core-INFO: #2 [+0xd4b21f94] (kms_vblank:521) igt_core-INFO: #3 [+0xd4b22fa0] (kms_vblank:521) igt_core-INFO: #4 [+0xd4b231bc] (kms_vblank:521) igt_core-INFO: #5 [+0xd4b21c78] (kms_vblank:521) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:521) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:521) igt_core-INFO: #8 [+0xd4b21cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.754s)[0m [1mSubtest query-idle: FAIL (3.770s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305781 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305781 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:527) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:527) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:527) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xdc8c1f94] #3 [+0xdc8c2fa0] #4 [+0xdc8c31bc] #5 [+0xdc8c1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdc8c1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane<14>[ 87.536375] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 87.543806] [IGT] kms_vblank: finished subtest query-forked, FAIL 0 && pla<14>[ 87.551234] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial <8>[ 87.563637] rotation pipe D, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 87.589255] [IGT] kms_vblank: executing lank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 87.606305] [IGT] kms_vblank: starting subtest query-forked-hang , disabl<14>[ 87.613038] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP ing (km<14>[ 87.620754] [IGT] kms_vblank: exiting, ret=77 s_vblank:527) igt_kms-DEBUG: display: MoveCursor pip<8>[ 87.630469] e D, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 87.656202] [IGT] kms_vblank: executing s_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 87.673909] [IGT] kms_vblank: starting subtest query-busy x < pipe<14>[ 87.680603] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:527) igt_kms-DEBUG: display: } (kms_vblank:527) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:527) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:527) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:527) igt_core-INFO: Stack trace: (kms_vblank:527) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:527) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:527) igt_core-INFO: #2 [+0xdc8c1f94] (kms_vblank:527) igt_core-INFO: #3 [+0xdc8c2fa0] (kms_vblank:527) igt_core-INFO: #4 [+0xdc8c31bc] (kms_vblank:527) igt_core-INFO: #5 [+0xdc8c1c78] (kms_vblank:527) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:527) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:527) igt_core-INFO: #8 [+0xdc8c1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.944s)[0m [1mSubtest query-forked: FAIL (3.959s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305785 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305785 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:533) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:533) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:533) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xaf2f1f94] #3 [+0xaf2f2fa0] #4 [+0xaf2f31bc] #5 [+0xaf2f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xaf2f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane<14>[ 91.632311] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 91.639774] [IGT] kms_vblank: finished subtest query-busy, FAIL 0 && pla<14>[ 91.647064] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial <8>[ 91.659586] rotation pipe D, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_km<14>[ 91.685903] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 91.703500] [IGT] kms_vblank: starting subtest query-busy-hang :533) ig<14>[ 91.710585] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP t_kms-DE<14>[ 91.718116] [IGT] kms_vblank: exiting, ret=77 BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank<8>[ 91.727894] :533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:533) ig<14>[ 91.752523] [IGT] kms_vblank: executing t_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_plan<14>[ 91.770237] [IGT] kms_vblank: starting subtest query-forked-busy es (kms<14>[ 91.777802] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:533) igt_kms-DEBUG: display: } (kms_vblank:533) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:533) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:533) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:533) igt_core-INFO: Stack trace: (kms_vblank:533) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:533) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:533) igt_core-INFO: #2 [+0xaf2f1f94] (kms_vblank:533) igt_core-INFO: #3 [+0xaf2f2fa0] (kms_vblank:533) igt_core-INFO: #4 [+0xaf2f31bc] (kms_vblank:533) igt_core-INFO: #5 [+0xaf2f1c78] (kms_vblank:533) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:533) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:533) igt_core-INFO: #8 [+0xaf2f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.944s)[0m [1mSubtest query-busy: FAIL (3.959s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305789 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305789 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:539) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:539) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:539) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xde4d1f94] #3 [+0xde4d2fa0] #4 [+0xde4d31bc] #5 [+0xde4d1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xde4d1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane<14>[ 95.728386] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 95.735813] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL 0 && pla<14>[ 95.743685] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial <8>[ 95.756072] rotation pipe D, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 95.782022] [IGT] kms_vblank: executing lank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 95.799848] [IGT] kms_vblank: starting subtest query-forked-busy-hang ing (km<14>[ 95.807097] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP s_vblank<14>[ 95.815221] [IGT] kms_vblank: exiting, ret=77 :539) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<8>[ 95.824846] 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 95.849272] [IGT] kms_vblank: executing E, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: pl<14>[ 95.866207] [IGT] kms_vblank: starting subtest wait-idle ane_idx <14>[ 95.872569] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:539) igt_kms-DEBUG: display: } (kms_vblank:539) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:539) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:539) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:539) igt_core-INFO: Stack trace: (kms_vblank:539) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:539) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:539) igt_core-INFO: #2 [+0xde4d1f94] (kms_vblank:539) igt_core-INFO: #3 [+0xde4d2fa0] (kms_vblank:539) igt_core-INFO: #4 [+0xde4d31bc] (kms_vblank:539) igt_core-INFO: #5 [+0xde4d1c78] (kms_vblank:539) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:539) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:539) igt_core-INFO: #8 [+0xde4d1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.943s)[0m [1mSubtest query-forked-busy: FAIL (3.958s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305793 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305793 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:545) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:545) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:545) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc4491f94] #3 [+0xc4492fa0] #4 [+0xc44931bc] #5 [+0xc4491c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc4491cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane<14>[ 99.824380] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 99.831812] [IGT] kms_vblank: finished subtest wait-idle, FAIL 0 && pla<14>[ 99.838983] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial <8>[ 99.851426] rotation pipe D, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545<14>[ 99.877613] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 99.894722] [IGT] kms_vblank: starting subtest wait-idle-hang s_vblank<14>[ 99.901677] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP :545) ig<14>[ 99.909168] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 99.918912] s_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 99.943049] [IGT] kms_vblank: executing s_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 99.960262] [IGT] kms_vblank: starting subtest wait-forked plane_id<14>[ 99.966721] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:545) igt_kms-DEBUG: display: } (kms_vblank:545) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:545) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:545) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:545) igt_core-INFO: Stack trace: (kms_vblank:545) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:545) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:545) igt_core-INFO: #2 [+0xc4491f94] (kms_vblank:545) igt_core-INFO: #3 [+0xc4492fa0] (kms_vblank:545) igt_core-INFO: #4 [+0xc44931bc] (kms_vblank:545) igt_core-INFO: #5 [+0xc4491c78] (kms_vblank:545) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:545) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:545) igt_core-INFO: #8 [+0xc4491cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.944s)[0m [1mSubtest wait-idle: FAIL (3.959s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305797 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305797 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:551) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:551) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:551) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xcffa1f94] #3 [+0xcffa2fa0] #4 [+0xcffa31bc] #5 [+0xcffa1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcffa1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane<14>[ 103.920277] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 103.927739] [IGT] kms_vblank: finished subtest wait-forked, FAIL 0 && pla<14>[ 103.935155] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial <8>[ 103.947539] rotation pipe D, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551<14>[ 103.973701] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 103.991303] [IGT] kms_vblank: starting subtest wait-forked-hang s_vblank<14>[ 103.998190] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP :551) ig<14>[ 104.005801] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 104.015550] s_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 104.040531] [IGT] kms_vblank: executing :551) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 104.057907] [IGT] kms_vblank: starting subtest wait-busy x < pipe<14>[ 104.064106] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:551) igt_kms-DEBUG: display: } (kms_vblank:551) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:551) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:551) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:551) igt_core-INFO: Stack trace: (kms_vblank:551) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:551) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:551) igt_core-INFO: #2 [+0xcffa1f94] (kms_vblank:551) igt_core-INFO: #3 [+0xcffa2fa0] (kms_vblank:551) igt_core-INFO: #4 [+0xcffa31bc] (kms_vblank:551) igt_core-INFO: #5 [+0xcffa1c78] (kms_vblank:551) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:551) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:551) igt_core-INFO: #8 [+0xcffa1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.946s)[0m [1mSubtest wait-forked: FAIL (3.961s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305801 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305801 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:557) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:557) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:557) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd7b91f94] #3 [+0xd7b92fa0] #4 [+0xd7b931bc] #5 [+0xd7b91c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd7b91cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane<14>[ 108.016270] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 108.023730] [IGT] kms_vblank: finished subtest wait-busy, FAIL 0 && pla<14>[ 108.030931] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial <8>[ 108.043232] rotation pipe D, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_km<14>[ 108.069844] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 108.087472] [IGT] kms_vblank: starting subtest wait-busy-hang :557) ig<14>[ 108.094332] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP t_kms-DE<14>[ 108.101788] [IGT] kms_vblank: exiting, ret=77 BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank<8>[ 108.111495] :557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 108.135782] [IGT] kms_vblank: executing :557) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 108.153156] [IGT] kms_vblank: starting subtest wait-forked-busy ->n_plan<14>[ 108.160547] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 es (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:557) igt_kms-DEBUG: display: } (kms_vblank:557) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:557) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:557) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:557) igt_core-INFO: Stack trace: (kms_vblank:557) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:557) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:557) igt_core-INFO: #2 [+0xd7b91f94] (kms_vblank:557) igt_core-INFO: #3 [+0xd7b92fa0] (kms_vblank:557) igt_core-INFO: #4 [+0xd7b931bc] (kms_vblank:557) igt_core-INFO: #5 [+0xd7b91c78] (kms_vblank:557) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:557) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:557) igt_core-INFO: #8 [+0xd7b91cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.944s)[0m [1mSubtest wait-busy: FAIL (3.960s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305805 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305806 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:563) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:563) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:563) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xdd021f94] #3 [+0xdd022fa0] #4 [+0xdd0231bc] #5 [+0xdd021c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdd021cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane<14>[ 112.112396] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 112.119887] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL 0 && pla<14>[ 112.127682] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial <8>[ 112.140073] rotation pipe D, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG:<14>[ 112.167783] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 112.185088] [IGT] kms_vblank: starting subtest wait-forked-busy-hang :563) ig<14>[ 112.192391] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP t_kms-DE<14>[ 112.200451] [IGT] kms_vblank: exiting, ret=77 BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank<8>[ 112.210128] :563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:563) ig<14>[ 112.235987] [IGT] kms_vblank: executing t_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_plan<14>[ 112.253234] [IGT] kms_vblank: starting subtest ts-continuation-idle es (kms<14>[ 112.260834] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:563) igt_kms-DEBUG: display: } (kms_vblank:563) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:563) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:563) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:563) igt_core-INFO: Stack trace: (kms_vblank:563) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:563) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:563) igt_core-INFO: #2 [+0xdd021f94] (kms_vblank:563) igt_core-INFO: #3 [+0xdd022fa0] (kms_vblank:563) igt_core-INFO: #4 [+0xdd0231bc] (kms_vblank:563) igt_core-INFO: #5 [+0xdd021c78] (kms_vblank:563) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:563) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:563) igt_core-INFO: #8 [+0xdd021cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.944s)[0m [1mSubtest wait-forked-busy: FAIL (3.960s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305810 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305810 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:569) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:569) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:569) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc9561f94] #3 [+0xc9562fa0] #4 [+0xc95631bc] #5 [+0xc9561c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc9561cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane<14>[ 116.208280] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 116.215740] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL 0 && pla<14>[ 116.223910] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial <8>[ 116.236220] rotation pipe D, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_km<14>[ 116.263632] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 116.280996] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang s_vblank<14>[ 116.288579] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP :569) ig<14>[ 116.296999] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 116.306723] s_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 116.332904] [IGT] kms_vblank: executing :569) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 116.350149] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm ->n_plan<14>[ 116.358156] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 es (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:569) igt_kms-DEBUG: display: } (kms_vblank:569) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:569) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:569) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:569) igt_core-INFO: Stack trace: (kms_vblank:569) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:569) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:569) igt_core-INFO: #2 [+0xc9561f94] (kms_vblank:569) igt_core-INFO: #3 [+0xc9562fa0] (kms_vblank:569) igt_core-INFO: #4 [+0xc95631bc] (kms_vblank:569) igt_core-INFO: #5 [+0xc9561c78] (kms_vblank:569) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:569) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:569) igt_core-INFO: #8 [+0xc9561cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.940s)[0m [1mSubtest ts-continuation-idle: FAIL (3.955s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305814 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest ts-continuation-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305814 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:575) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:575) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:575) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc3651f94] #3 [+0xc3652fa0] #4 [+0xc36531bc] #5 [+0xc3651c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc3651cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane<14>[ 120.304280] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 120.311735] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL 0 && pla<14>[ 120.320255] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial <8>[ 120.332530] rotation pipe D, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575<14>[ 120.359920] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 120.376972] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend ing (km<14>[ 120.385064] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 s_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:575) igt_kms-DEBUG: display: } (kms_vblank:575) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:575) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:575) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:575) igt_core-INFO: Stack trace: (kms_vblank:575) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:575) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:575) igt_core-INFO: #2 [+0xc3651f94] (kms_vblank:575) igt_core-INFO: #3 [+0xc3652fa0] (kms_vblank:575) igt_core-INFO: #4 [+0xc36531bc] (kms_vblank:575) igt_core-INFO: #5 [+0xc3651c78] (kms_vblank:575) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:575) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:575) igt_core-INFO: #8 [+0xc3651cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.938s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (3.954s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305818 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:578) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:578) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:578) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc36b1f94] #3 [+0xc36b2fa0] #4 [+0xc36b31bc] #5 [+0xc36b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc36b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:578) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:578) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:578) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:578) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:578) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= <14>[ 124.145006] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL 0 && pla<14>[ 124.152472] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL ne_idx <<14>[ 124.161347] [IGT] kms_vblank: exiting, ret=98 pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation<8>[ 124.174134] pipe D, plane 0 (kms_vblank:578) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG:<14>[ 124.202055] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:578) ig<14>[ 124.219442] [IGT] kms_vblank: starting subtest ts-continuation-suspend t_kms-DE<14>[ 124.227417] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:578) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:578) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:578) igt_kms-DEBUG: display: } (kms_vblank:578) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:578) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:578) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:578) igt_core-INFO: Stack trace: (kms_vblank:578) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:578) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:578) igt_core-INFO: #2 [+0xc36b1f94] (kms_vblank:578) igt_core-INFO: #3 [+0xc36b2fa0] (kms_vblank:578) igt_core-INFO: #4 [+0xc36b31bc] (kms_vblank:578) igt_core-INFO: #5 [+0xc36b1c78] (kms_vblank:578) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:578) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:578) igt_core-INFO: #8 [+0xc36b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.752s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (3.768s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305822 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:581) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:581) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:581) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc6db1f94] #3 [+0xc6db2fa0] #4 [+0xc6db31bc] #5 [+0xc6db1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc6db1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane<14>[ 127.984293] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 127.991750] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL 0 && pla<14>[ 128.000178] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial <8>[ 128.012837] rotation pipe D, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_km<14>[ 128.040285] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 128.057853] [IGT] kms_vblank: starting subtest ts-continuation-modeset :581) ig<14>[ 128.065862] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:581) igt_kms-DEBUG: display: } (kms_vblank:581) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:581) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:581) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:581) igt_core-INFO: Stack trace: (kms_vblank:581) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:581) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:581) igt_core-INFO: #2 [+0xc6db1f94] (kms_vblank:581) igt_core-INFO: #3 [+0xc6db2fa0] (kms_vblank:581) igt_core-INFO: #4 [+0xc6db31bc] (kms_vblank:581) igt_core-INFO: #5 [+0xc6db1c78] (kms_vblank:581) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:581) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:581) igt_core-INFO: #8 [+0xc6db1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.749s)[0m [1mSubtest ts-continuation-suspend: FAIL (3.765s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305825 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:584) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:584) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:584) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc0671f94] #3 [+0xc0672fa0] #4 [+0xc06731bc] #5 [+0xc0671c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc0671cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane<14>[ 131.824304] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 131.831752] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL 0 && pla<14>[ 131.840191] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial <8>[ 131.852524] rotation pipe D, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 131.878719] [IGT] kms_vblank: executing lank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 131.896083] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang , disabl<14>[ 131.904035] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP ing (km<14>[ 131.912682] [IGT] kms_vblank: exiting, ret=77 s_vblank:584) igt_kms-DEBUG: display: MoveCursor pip<8>[ 131.922449] e D, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 131.948877] [IGT] kms_vblank: executing e 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 131.966190] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm plane_id<14>[ 131.974310] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:584) igt_kms-DEBUG: display: } (kms_vblank:584) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:584) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:584) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:584) igt_core-INFO: Stack trace: (kms_vblank:584) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:584) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:584) igt_core-INFO: #2 [+0xc0671f94] (kms_vblank:584) igt_core-INFO: #3 [+0xc0672fa0] (kms_vblank:584) igt_core-INFO: #4 [+0xc06731bc] (kms_vblank:584) igt_core-INFO: #5 [+0xc0671c78] (kms_vblank:584) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:584) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:584) igt_core-INFO: #8 [+0xc0671cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.751s)[0m [1mSubtest ts-continuation-modeset: FAIL (3.766s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305829 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest ts-continuation-modeset-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305829 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:590) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:590) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:590) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xbe181f94] #3 [+0xbe182fa0] #4 [+0xbe1831bc] #5 [+0xbe181c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbe181cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane<14>[ 135.920284] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 135.927741] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL 0 && plane_idx < pipe->n_planes <14>[ 135.938294] [IGT] kms_vblank: exiting, ret=98 (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial <8>[ 135.949270] rotation pipe D, plane 0<8>[ 135.959499] (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up <8>[ 135.984303] initial rotation pipe D, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:590) ig<14>[ 136.007343] [IGT] vc4_create_bo: executing t_kms-DE<14>[ 136.012336] [IGT] vc4_create_bo: starting subtest create-bo-4096 BUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: <14>[ 136.029340] [IGT] vc4_create_bo: finished subtest create-bo-4096, FAIL Fixing <14>[ 136.036790] [IGT] vc4_create_bo: exiting, ret=98 up initial rotation pipe E, plane 0 (kms_vblank:590) ig<8>[ 136.046851] t_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing <14>[ 136.072587] [IGT] vc4_create_bo: executing up initi<14>[ 136.077819] [IGT] vc4_create_bo: starting subtest create-bo-0 al rotation pipe E, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:590) igt_kms-DEBUG: display: } (kms_vblank:590) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:590) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:590) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:590) igt_core-INFO: Stack trace: (kms_vblank:590) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:590) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:590) igt_core-INFO: #2 [+0xbe181f94] (kms_vblank:590) igt_core-INFO: #3 [+0xbe182fa0] (kms_vblank:590) igt_core-INFO: #4 [+0xbe1831bc] (kms_vblank:590) igt_core-INFO: #5 [+0xbe181c78] (kms_vblank:590) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:590) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:590) igt_core-INFO: #8 [+0xbe181cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.938s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (3.954s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-4096 (vc4_create_bo:596) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:596) 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:596) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:596) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbe3011d4] #3 [+0xbe300dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbe300e30] Subtest create-bo-4096 failed. **** DEBUG **** (vc4_create_bo:596) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:596) 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:596) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:596) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:596) igt_core-INFO: Stack trace: (vc4_create_bo:596) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:596) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:596) igt_core-INFO: #2 [+0xbe3011d4] (vc4_create_bo:596) igt_core-INFO: #3 [+0xbe300dec] (vc4_create_bo:596) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:596) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:596) igt_core-INFO: #6 [+0xbe300e30] **** END **** [1mSubtest create-bo-4096: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-0 (vc4_create_bo:599) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:599) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:599) CRITICAL: Last errno: 19, No such device (vc4_create_bo:599) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xbfa31268] #2 [+0xbfa30dec] #3 [__libc_init_first+0x80] #4 [_<14>[ 136.431347] [IGT] vc4_create_bo: finished subtest create-bo-0, FAIL _libc_st<14>[ 136.438697] [IGT] vc4_create_bo: exiting, ret=98 art_main+0x98] #5 [+0xbfa30e30] Subtest create-bo-0 failed.<8>[ 136.450150] **** DEBUG **** (vc4_create_bo:599) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:599) CRITICAL: Failed assertion: (*__errno_location <14>[ 136.476519] [IGT] vc4_create_bo: executing ()) == 2<14>[ 136.481714] [IGT] vc4_create_bo: starting subtest create-bo-zeroed 2 (vc4_create_bo:599) CRITICAL: Last errno: 19, No such device (vc4_create_bo:599) CRITICAL: error: 19 != 22 (vc4_cre<14>[ 136.498757] [IGT] vc4_create_bo: finished subtest create-bo-zeroed, FAIL ate_bo:5<14>[ 136.506423] [IGT] vc4_create_bo: exiting, ret=98 99) igt_core-INFO: Stack trace: (vc4_create_bo:599) igt<8>[ 136.516360] _core-INFO: #0 ../lib/<8>[ 136.526017] igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:599) igt_core-INFO: #1 [+0xbfa31268] (vc4_create_bo:599) igt_core-INFO: #2 [+0xbfa30dec] (vc4_create_bo:599) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_crea<8>[ 136.550989] te_bo:599) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_create_bo:599) igt_core-INFO: #5 [+0xbfa30e30] **** END **** [1mSubtest create-bo-0: FAIL (0.347s)[0m IGT-Version: 1.28-<14>[ 136.574249] [IGT] vc4_dmabuf_poll: executing ga44ebfe<14>[ 136.579954] [IGT] vc4_dmabuf_poll: starting subtest poll-write-waits-until-write-done (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-zeroed (vc4_create_bo:602) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:602) 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:602) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:602) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd132110c] #3 [+0xd1320dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd1320e30] Subtest create-bo-zeroed failed. **** DEBUG **** (vc4_create_bo:602) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_create_bo:602) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (vc4_create_bo:602) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_create_bo:602) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:602) 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:602) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:602) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:602) igt_core-INFO: Stack trace: (vc4_create_bo:602) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:602) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:602) igt_core-INFO: #2 [+0xd132110c] (vc4_create_bo:602) igt_core-INFO: #3 [+0xd1320dec] (vc4_create_bo:602) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:602) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:602) igt_core-INFO: #6 [+0xd1320e30] **** END **** [1mSubtest create-bo-zeroed: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-write-waits-until-write-done (vc4_dmabuf_poll:608) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:608) 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:608) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:608) 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 [+0xe7d80f48] #4 [+0xe7d811b0] #5 [+0xe7d80dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe7d80e30] Subtest poll-write-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:608) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:608) 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:608) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:608) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:608) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:608) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:608) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:608) igt_c<14>[ 136.937735] [IGT] vc4_dmabuf_poll: finished subtest poll-write-waits-until-write-done, FAIL ore-INFO<14>[ 136.947278] [IGT] vc4_dmabuf_poll: exiting, ret=98 : #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:60<8>[ 136.958894] 8) igt_core-INFO: #3 [+0xe7d80f48] (vc4_dmabuf_poll:608) igt_core-INFO: #4 [+0xe7d811b0] (vc4_dmabuf_poll:608) igt_core-INFO: #5 [+0xe7d80dec] (vc4_dmabuf_poll:608) igt_cor<14>[ 136.986462] [IGT] vc4_dmabuf_poll: executing e-INFO: <14>[ 136.991703] [IGT] vc4_dmabuf_poll: starting subtest poll-read-waits-until-write-done #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:608) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:608) igt_cor<14>[ 137.010763] [IGT] vc4_dmabuf_poll: finished subtest poll-read-waits-until-write-done, FAIL e-INFO: <14>[ 137.020420] [IGT] vc4_dmabuf_poll: exiting, ret=98 #8 [+0xe7d80e30] **** END **** [1mSubtes<8>[ 137.030659] t poll-write-waits-until<8>[ 137.041380] -write-done: FAIL (0.349s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-read-waits-until-write-done (vc4_dm<8>[ 137.066637] abuf_poll:611) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << <14>[ 137.089814] [IGT] vc4_label_bo: executing (((0+8)+<14>[ 137.095067] [IGT] vc4_label_bo: starting subtest set-label 8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&creat<14>[ 137.111551] [IGT] vc4_label_bo: finished subtest set-label, FAIL e)) == 0<14>[ 137.118361] [IGT] vc4_label_bo: exiting, ret=98 (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: Last errno: 19<8>[ 137.128387] , No such device (vc4_dmabuf_poll:611) 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<14>[ 137.153056] [IGT] vc4_label_bo: executing _get_cle<14>[ 137.158043] [IGT] vc4_label_bo: starting subtest set-bad-handle ared_bo(<3>[ 137.164770] [drm:vc4_label_bo_ioctl [vc4]] *ERROR* Failed to look up GEM BO -791621424 ) #3 <14>[ 137.173746] [IGT] vc4_label_bo: finished subtest set-bad-handle, SUCCESS [[ 137.181638] [IGT] vc4_label_bo: exiting, ret=0 n>+0xbaf10f48] #4 [+0xbaf11188] #5 [[ 137.191329] own>+0xbaf10dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbaf10e30] Subtest poll-read-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:611) igt_vc4-CR<14>[ 137.217331] [IGT] vc4_label_bo: executing ITICAL: <14>[ 137.222466] [IGT] vc4_label_bo: starting subtest set-bad-name Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:611) 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:611) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:611) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:611) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:611) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:611) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:611) igt_core-INFO: #3 [+0xbaf10f48] (vc4_dmabuf_poll:611) igt_core-INFO: #4 [+0xbaf11188] (vc4_dmabuf_poll:611) igt_core-INFO: #5 [+0xbaf10dec] (vc4_dmabuf_poll:611) igt_core-INFO: #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:611) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:611) igt_core-INFO: #8 [+0xbaf10e30] **** END **** [1mSubtest poll-read-waits-until-write-done: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-label (vc4_label_bo:617) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:617) 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:617) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:617) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd09f12c0] #3 [+0xd09f0d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd09f0db0] Subtest set-label failed. **** DEBUG **** (vc4_label_bo:617) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:617) 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:617) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:617) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:617) igt_core-INFO: Stack trace: (vc4_label_bo:617) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:617) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:617) igt_core-INFO: #2 [+0xd09f12c0] (vc4_label_bo:617) igt_core-INFO: #3 [+0xd09f0d6c] (vc4_label_bo:617) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:617) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:617) igt_core-INFO: #6 [+0xd09f0db0] **** END **** [1mSubtest set-label: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-handle [1mSubtest set-bad-handle: SUCCESS (0.009s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-name (vc4_label_bo:623) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:623) 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:623) igt_vc4-CRITICAL: Last errno: 19, No such d<14>[ 137.579194] [IGT] vc4_label_bo: finished subtest set-bad-name, FAIL evice (<14>[ 137.586790] [IGT] vc4_label_bo: exiting, ret=98 vc4_label_bo:623) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/ig<8>[ 137.598738] t_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbbe41234] #3 [+0xbbe40d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbbe40db0] Subtest s<14>[ 137.625379] [IGT] vc4_label_bo: executing et-bad-n<14>[ 137.631039] [IGT] vc4_label_bo: starting subtest set-kernel-name ame failed. **** DEBUG **** (vc4_label_bo:623) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, fi<14>[ 137.647979] [IGT] vc4_label_bo: finished subtest set-kernel-name, FAIL le ../li<14>[ 137.655481] [IGT] vc4_label_bo: exiting, ret=98 b/igt_vc4.c:126: (vc4_label_bo:623) igt_vc4-CRITICAL: F<8>[ 137.665217] ailed assertion: igt_ioc<8>[ 137.674836] tl((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:623) igt_vc4-CRITICAL: Last errno: 19, No such device (v<8>[ 137.699239] c4_label_bo:623) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:623) igt_core-INFO: Stack trace: (vc4_label_bo:623) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label<14>[ 137.722061] [IGT] vc4_lookup_fail: executing _bo:623)<14>[ 137.727272] [IGT] vc4_lookup_fail: starting subtest bad-color-write igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:623) igt_core-INFO: #2 [+0xbbe41<14>[ 137.743182] [IGT] vc4_lookup_fail: finished subtest bad-color-write, FAIL 234] (v<14>[ 137.750825] [IGT] vc4_lookup_fail: exiting, ret=98 c4_label_bo:623) igt_core-INFO: #3 [+0xbbe40d<8>[ 137.760901] 6c] (vc4_label_bo:623) <8>[ 137.770592] igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:623) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:623) igt_core-INFO: #6 [+0xbbe40db0] **** END **** [1mSubtest set-bad-name: FAIL (0.350s)[0m IGT-Version:<8>[ 137.796106] 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-kernel-name (vc4_label_bo:626) igt_vc4-C<14>[ 137.818851] [IGT] vc4_mmap: executing RITICAL:<14>[ 137.823981] [IGT] vc4_mmap: starting subtest mmap-bad-handle Test as<14>[ 137.830403] [IGT] vc4_mmap: finished subtest mmap-bad-handle, SUCCESS sertion <14>[ 137.837984] [IGT] vc4_mmap: exiting, ret=0 failure function igt_vc4_create_bo, file ../lib/igt_vc4.<8>[ 137.847663] c:126: (vc4_label_bo:626) 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>[ 137.873214] [IGT] vc4_mmap: executing )))), (&<14>[ 137.878225] [IGT] vc4_mmap: starting subtest mmap-bo create)) == 0 (vc4_label_bo:626) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:626) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xea7211a8] #3 [+0xea720d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xea720db0] Subtest set-kernel-name failed. **** DEBUG **** (vc4_label_bo:626) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:626) 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:626) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:626) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:626) igt_core-INFO: Stack trace: (vc4_label_bo:626) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:626) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:626) igt_core-INFO: #2 [+0xea7211a8] (vc4_label_bo:626) igt_core-INFO: #3 [+0xea720d6c] (vc4_label_bo:626) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:626) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:626) igt_core-INFO: #6 [+0xea720db0] **** END **** [1mSubtest set-kernel-name: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-color-write (vc4_lookup_fail:632) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:632) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:632) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:632) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xdfcf0e84] #2 [+0xdfcf0b6c] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xdfcf0bb0] Subtest bad-color-write failed. **** DEBUG **** (vc4_lookup_fail:632) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:632) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:632) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:632) CRITICAL: error: 19 != 22 (vc4_lookup_fail:632) igt_core-INFO: Stack trace: (vc4_lookup_fail:632) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_lookup_fail:632) igt_core-INFO: #1 [+0xdfcf0e84] (vc4_lookup_fail:632) igt_core-INFO: #2 [+0xdfcf0b6c] (vc4_lookup_fail:632) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_lookup_fail:632) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_lookup_fail:632) igt_core-INFO: #5 [+0xdfcf0bb0] **** END **** [1mSubtest bad-color-write: FAIL (0.009s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: mmap-bad-handle [1mSubtest mmap-bad-handle: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: mmap-bo (vc4_mmap:641) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:641) 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:641) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_mmap:641) igt_vc4-CRITICAL: error: -1 != 0 Stack<14>[ 138.233147] [IGT] vc4_mmap: finished subtest mmap-bo, FAIL trace: <14>[ 138.239615] [IGT] vc4_mmap: exiting, ret=98 #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_b<8>[ 138.250883] o+0x9c] #2 [+0xbf2d1<8>[ 138.260181] 22c] #3 [+0xbf2d0eec] #4 [__libc_init_fir<8>[ 138.269149] st+0x80] #5 [__libc_start_main+0x98] #6 [+0xbf2d0f30] Subtest mmap-bo failed. **** DEBUG **** (vc4_mmap:641) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mma<8>[ 138.296276] p:641) 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)))), (&crea<14>[ 138.319371] [IGT] vc4_purgeable_bo: executing te)) == <14>[ 138.325325] [IGT] vc4_purgeable_bo: exiting, ret=77 0 (vc4_mmap:641) igt_vc4-CRITICAL: Last errno: 19, No s<8>[ 138.335566] uch device (vc4_mmap:641) igt_vc4-CRITICAL: error: -1 != 0 (vc4_mmap:641) igt_core-INFO: Stack trace: (vc4_mmap:641) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_mma<14>[ 138.359497] [IGT] vc4_purgeable_bo: executing p:641) i<14>[ 138.365123] [IGT] vc4_purgeable_bo: exiting, ret=77 gt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_mmap:6<8>[ 138.375445] 41) igt_core-INFO: #2 [+0xbf2d122c] (vc4_mmap:641) igt_core-INFO: #3 [+0xbf2d0eec] (vc4_mmap:641) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_mmap:641) igt_core-INFO: #5 [__li<14>[ 138.400720] [IGT] vc4_purgeable_bo: executing bc_start_main+0x<14>[ 138.406554] [IGT] vc4_purgeable_bo: exiting, ret=77 98] (vc4_mmap:641) igt_core-INFO: #6 [+0xbf2d0f30] <8>[ 138.417598] **** END **** [1mSubtest mmap-bo: FAIL (0.349s)[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 IG<14>[ 138.443396] [IGT] vc4_purgeable_bo: executing T-Versio<14>[ 138.448864] [IGT] vc4_purgeable_bo: exiting, ret=77 n: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Usin<8>[ 138.459284] g IGT_SRANDOM=1706305836 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_vc<14>[ 138.485859] [IGT] vc4_purgeable_bo: executing 4_get_pa<14>[ 138.491562] [IGT] vc4_purgeable_bo: exiting, ret=77 ram(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such<8>[ 138.501992] device [1mSubtest mark-willneed: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/car<14>[ 138.528117] [IGT] vc4_purgeable_bo: executing d0 Test<14>[ 138.533494] [IGT] vc4_purgeable_bo: exiting, ret=77 requirement not met in function __igt_unique____real_main97, fi<8>[ 138.543993] le ../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-Ver<14>[ 138.569877] [IGT] vc4_purgeable_bo: executing sion: 1.<14>[ 138.575379] [IGT] vc4_purgeable_bo: exiting, ret=77 28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) U<8>[ 138.585696] sing IGT_SRANDOM=1706305836 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<14>[ 138.612168] [IGT] vc4_purgeable_bo: executing _vc4_get<14>[ 138.618135] [IGT] vc4_purgeable_bo: exiting, ret=77 _param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: <8>[ 138.628421] 19, No such device [1mSubtest mark-purgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened de<14>[ 138.653415] [IGT] vc4_purgeable_bo: executing vice: /d<14>[ 138.659394] [IGT] vc4_purgeable_bo: exiting, ret=77 ev/dri/card0 Test requirement not met in function __igt<8>[ 138.669576] _unique____real_main97, <8>[ 138.678842] 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-ga44ebfe (a<8>[ 138.703002] arch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file .<14>[ 138.725624] [IGT] vc4_tiling: executing ./tests/<14>[ 138.730354] [IGT] vc4_tiling: starting subtest get-bad-handle vc4/vc4_<14>[ 138.736975] [IGT] vc4_tiling: finished subtest get-bad-handle, SUCCESS purgeabl<14>[ 138.744665] [IGT] vc4_tiling: exiting, ret=0 e_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM<8>[ 138.754306] _VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest access-purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=17<14>[ 138.779831] [IGT] vc4_tiling: executing 06305836<14>[ 138.785018] [IGT] vc4_tiling: starting subtest set-bad-handle for ran<14>[ 138.791633] [IGT] vc4_tiling: finished subtest set-bad-handle, SUCCESS domisati<14>[ 138.799312] [IGT] vc4_tiling: exiting, ret=0 on Opened device: /dev/dri/card0 Test requirement not <8>[ 138.808990] 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 <14>[ 138.833336] [IGT] vc4_tiling: executing [1mSub<14>[ 138.838257] [IGT] vc4_tiling: starting subtest get-bad-flags test access-purged-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Usin<14>[ 138.854874] [IGT] vc4_tiling: finished subtest get-bad-flags, FAIL g IGT_SR<14>[ 138.862019] [IGT] vc4_tiling: exiting, ret=98 ANDOM=1706305836 for randomisation Opened device: /dev/<8>[ 138.871678] 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) <14>[ 138.896161] [IGT] vc4_tiling: executing Last er<14>[ 138.900922] [IGT] vc4_tiling: starting subtest set-bad-flags rno: 19, No such device [1mSubtest mark-unpurgeable-check-retained: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305836 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-purged: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305836 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 free-purged-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-handle [1mSubtest get-bad-handle: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-handle [1mSubtest set-bad-handle: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-flags (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 [+0xcdac1080] #3 [+0xcdac0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcdac0df0] Subtest get-bad-flags failed. **** DEBUG **** (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 (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 [igt_vc4_create_bo+0x9c] (vc4_tiling:686) igt_core-INFO: #2 [+0xcdac1080] (vc4_tiling:686) igt_core-INFO: #3 [+0xcdac0dac] (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 [+0xcdac0df0] **** END **** [1mSubtest get-bad-flags: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-flags (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 <14>[ 139.255842] [IGT] vc4_tiling: finished subtest set-bad-flags, FAIL Stack tr<14>[ 139.263073] [IGT] vc4_tiling: exiting, ret=98 ace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_cre<8>[ 139.274354] ate_bo+0x9c] #2 [+0xb16e1138] #3 [+0xb16e0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb16e0df0] Subtest set-bad-flags failed. **** DEBUG **** (vc4_tiling:6<14>[ 139.300850] [IGT] vc4_tiling: executing 89) igt_<14>[ 139.306281] [IGT] vc4_tiling: starting subtest get-bad-modifier vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:689) igt_vc4-CRITICAL: <14>[ 139.323601] [IGT] vc4_tiling: finished subtest get-bad-modifier, FAIL Failed a<14>[ 139.331290] [IGT] vc4_tiling: exiting, ret=98 ssertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) <8>[ 139.341117] | ((('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-CR<14>[ 139.367351] [IGT] vc4_tiling: executing ITICAL: <14>[ 139.372640] [IGT] vc4_tiling: starting subtest set-bad-modifier 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 [+0xb16e1138] (vc4_tiling:689) igt_core-INFO: #3 [+0xb16e0dac] (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 [+0xb16e0df0] **** END **** [1mSubtest set-bad-flags: FAIL (0.348s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-modifier (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 [+0xb9ab1358] #3 [+0xb9ab0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb9ab0df0] Subtest get-bad-modifier 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 [+0xb9ab1358] (vc4_tiling:692) igt_core-INFO: #3 [+0xb9ab0dac] (vc4_tiling:692) igt_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 [+0xb9ab0df0] **** END **** [1mSubtest get-bad-modifier: FAIL (0.011s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-modifier (vc4_tiling:695) 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) | ((((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: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd37413ec] #3 [+0xd3740dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd3740df0] Subtest set-bad-modifier failed. **** DEBUG **** (vc4_tiling:695) 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) | ((((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: (<14>[ 139.727751] [IGT] vc4_tiling: finished subtest set-bad-modifier, FAIL vc4_tili<14>[ 139.735333] [IGT] vc4_tiling: exiting, ret=98 ng:695) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() <8>[ 139.746598] (vc4_tiling:695) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:695) igt_core-INFO: #2 [+0xd37413ec] (vc4_tiling:695) igt_core-INFO: #3 [+0xd3740dac] (vc4_tiling:695) igt_core-INFO: #4 [_<14>[ 139.773442] [IGT] vc4_tiling: executing _libc_in<14>[ 139.778846] [IGT] vc4_tiling: starting subtest set-get it_first+0x80] (vc4_tiling:695) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:695) igt_core-INFO: #6 [+0<14>[ 139.795304] [IGT] vc4_tiling: finished subtest set-get, FAIL xd3740df<14>[ 139.802251] [IGT] vc4_tiling: exiting, ret=98 0] **** END **** [1mSubtest set-bad-modifier: FAIL <8>[ 139.812120] (0.348s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-get (vc4_tiling:698) i<14>[ 139.837302] [IGT] vc4_tiling: executing gt_vc4-C<14>[ 139.842128] [IGT] vc4_tiling: starting subtest get-after-free RITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:698) igt_vc4-CRITICA<14>[ 139.858864] [IGT] vc4_tiling: finished subtest get-after-free, FAIL L: Faile<14>[ 139.866079] [IGT] vc4_tiling: exiting, ret=98 d assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14<8>[ 139.875896] )) | ((('d')) << (0+8)) <8>[ 139.885418] | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:698) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:698) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ..<8>[ 139.910221] /lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb97d14dc] #3 [+0xb97d0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [<14>[ 139.933957] [IGT] vc4_wait_bo: executing +0xb97d0df0] Subtest set-get failed. **** DEBUG **** (vc4_tiling:698) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:698) 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:698) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:698) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:698) igt_core-INFO: Stack trace: (vc4_tiling:698) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:698) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:698) igt_core-INFO: #2 [+0xb97d14dc] (vc4_tiling:698) igt_core-INFO: #3 [+0xb97d0dac] (vc4_tiling:698) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:698) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:698) igt_core-INFO: #6 [+0xb97d0df0] **** END **** [1mSubtest set-get: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-after-free (vc4_tiling:701) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling: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_tiling:701) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling: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 [+0xd5391474] #3 [+0xd5390dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd5390df0] Subtest get-after-free failed. **** DEBUG **** (vc4_tiling:701) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling: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_tiling:701) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:701) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:701) igt_core-INFO: Stack trace: (vc4_tiling:701) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:701) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:701) igt_core-INFO: #2 [+0xd5391474] (vc4_tiling:701) igt_core-INFO: #3 [+0xd5390dac] (vc4_tiling:701) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:701) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:701) igt_core-INFO: #6 [+0xd5390df0] **** END **** [1mSubtest get-after-free: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305837 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 [+0xe8cf149c] #3 [+0xe8cf0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe8cf0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:707) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch6<14>[ 140.288076] [IGT] vc4_wait_bo: exiting, ret=98 4) (Linux: 5.10.224-cip52 aarch64) (vc4_wait_bo:707) ig<8>[ 140.298089] t_core-INFO: Using IGT_SRANDOM=1706305837 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_w<14>[ 140.322252] [IGT] vc4_wait_bo: executing ait_bo:707) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:707) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd<14>[ 140.337489] [IGT] vc4_wait_bo: exiting, ret=98 ) (vc4_wait_bo:707) igt_vc4-CRITICAL: Test assertion fa<8>[ 140.347629] ilure 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)<14>[ 140.371372] [IGT] vc4_wait_bo: executing ) << 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 [+0xe8cf149c] (vc4_wait_bo:707) igt_core-INFO: #3 [+0xe8cf0e2c] (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 [+0xe8cf0e70] **** END **** [1mSubtest bad-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305838 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 device (vc4_wait_bo:710) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb9a8149c] #3 [+0xb9a80e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb9a80e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:710) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) (vc4_wait_bo:710) igt_core-INFO: Using IGT_SRANDOM=1706305838 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_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 [+0xb9a8149c] (vc4_wait_bo:710) igt_core-INFO: #3 [+0xb9a80e2c] (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 [+0xb9a80e70] **** END **** [1mSubtest bad-pad: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:713) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:713) 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:713) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:713) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd539149c] #3 [+0xd5390e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [[ 140.725716] [IGT] vc4_wait_bo: exiting, ret=98 >+0xd5390e70] Test vc4_wait_bo failed. **** DEBUG ****<8>[ 140.735736] (vc4_wait_bo:713) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) (vc4_wait_bo:713) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:713) drmt<14>[ 140.760616] [IGT] vc4_wait_bo: executing est-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:713) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:713)<14>[ 140.776515] [IGT] vc4_wait_bo: exiting, ret=98 drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_w<8>[ 140.786632] ait_bo:713) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:713) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:713) igt_vc4-CRI<14>[ 140.811505] [IGT] vc4_wait_bo: executing TICAL: 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:713) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:713) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:713) igt_core-INFO: Stack trace: (vc4_wait_bo:713) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:713) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:713) igt_core-INFO: #2 [+0xd539149c] (vc4_wait_bo:713) igt_core-INFO: #3 [+0xd5390e2c] (vc4_wait_bo:713) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:713) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:713) igt_core-INFO: #6 [+0xd5390e70] **** END **** [1mSubtest unused-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:716) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:716) 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:716) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:716) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe273149c] #3 [+0xe2730e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe2730e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:716) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) (vc4_wait_bo:716) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:716) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:716) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:716) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:716) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:716) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:716) 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:716) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:716) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:716) igt_core-INFO: Stack trace: (vc4_wait_bo:716) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:716) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:716) igt_core-INFO: #2 [+0xe273149c] (vc4_wait_bo:716) igt_core-INFO: #3 [+0xe2730e2c] (vc4_wait_bo:716) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:716) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:716) igt_core-INFO: #6 [+0xe2730e70] **** END **** [1mSubtest unused-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:719) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:719) 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:719) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:719) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [[ 141.165899] [IGT] vc4_wait_bo: exiting, ret=98 wn>+0xd9b7149c] #3 [+0xd9b70e2c] #4 [__li<8>[ 141.175992] bc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd9b70e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:719) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux<14>[ 141.200488] [IGT] vc4_wait_bo: executing : 5.10.224-cip52 aarch64) (vc4_wait_bo:719) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:719) dr<14>[ 141.215688] [IGT] vc4_wait_bo: exiting, ret=98 mtest-DEBUG: Force option used: Using driver vc4 (vc4_w<8>[ 141.225776] ait_bo:719) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:719) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:719) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_w<14>[ 141.250114] [IGT] vc4_wait_bo: executing ait_bo:719) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:719) 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:719) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:719) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:719) igt_core-INFO: Stack trace: (vc4_wait_bo:719) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:719) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:719) igt_core-INFO: #2 [+0xd9b7149c] (vc4_wait_bo:719) igt_core-INFO: #3 [+0xd9b70e2c] (vc4_wait_bo:719) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:719) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:719) igt_core-INFO: #6 [+0xd9b70e70] **** END **** [1mSubtest used-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:722) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:722) 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:722) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:722) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb428149c] #3 [+0xb4280e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb4280e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:722) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) (vc4_wait_bo:722) igt_core-INFO: Using IGT_SRANDOM=1706305839 for randomisation (vc4_wait_bo:722) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:722) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:722) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:722) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:722) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:722) 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:722) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:722) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:722) igt_core-INFO: Stack trace: (vc4_wait_bo:722) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:722) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:722) igt_core-INFO: #2 [+0xb428149c] (vc4_wait_bo:722) igt_core-INFO: #3 [+0xb4280e2c] (vc4_wait_bo:722) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:722) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:722) igt_core-INFO: #6 [+0xb4280e70] **** END **** [1mSubtest used-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:725) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:725) 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:725) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:725) igt_vc4-CRITIC<14>[ 141.605004] [IGT] vc4_wait_bo: exiting, ret=98 AL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c<8>[ 141.615016] :1989 __igt_fail_assert(<8>[ 141.623424] ) #1 [igt_vc4_create_bo+0x9c] #2 [+0xdeb6149c] #3 [+0xdeb60e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdeb60e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_w<8>[ 141.647879] ait_bo:725) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) (vc4_wait_bo:725) igt_core-INFO: Using IGT_SRANDOM=1706305839 for randomisation (vc4_wait_bo:725) drmt<14>[ 141.671037] [IGT] vc4_wait_seqno: executing est-DEBU<14>[ 141.676480] [IGT] vc4_wait_seqno: starting subtest bad-seqno-0ns G: Force<14>[ 141.683366] [IGT] vc4_wait_seqno: finished subtest bad-seqno-0ns, SUCCESS option <14>[ 141.691299] [IGT] vc4_wait_seqno: exiting, ret=0 used: Using driver vc4 (vc4_wait_bo:725) drmtest-INFO: <8>[ 141.701173] Opened device: /dev/dri/card0 (vc4_wait_bo:725) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:725) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:725) igt_vc<14>[ 141.725270] [IGT] vc4_wait_seqno: executing 4-CRITIC<14>[ 141.730897] [IGT] vc4_wait_seqno: starting subtest bad-seqno-1ns AL: Test<1>[ 141.737693] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008 asserti<1>[ 141.747508] Mem abort info: on failu<1>[ 141.751299] ESR = 0x96000044 re funct<1>[ 141.755355] EC = 0x25: DABT (current EL), IL = 32 bits ion igt_<1>[ 141.761701] SET = 0, FnV = 0 vc4_crea<1>[ 141.765755] EA = 0, S1PTW = 0 te_bo, f<1>[ 141.769898] Data abort info: ile ../l<1>[ 141.773777] ISV = 0, ISS = 0x00000044 ib/igt_v<1>[ 141.778626] CM = 0, WnR = 1 c4.c:126<1>[ 141.782594] user pgtable: 4k pages, 48-bit VAs, pgdp=00000000516a9000 : (vc4_<1>[ 141.790086] [0000000000000008] pgd=0000000000000000, p4d=0000000000000000 wait_bo:<0>[ 141.797933] Internal error: Oops: 0000000096000044 [#1] PREEMPT SMP 725) igt<4>[ 141.805248] Modules linked in: raspberrypi_cpufreq hci_uart btqca btbcm brcmfmac brcmutil clk_raspberrypi broadcom raspberrypi_hwmon bcm_phy_lib crct10dif_ce cfg80211 bluetooth ecdh_generic ecc rfkill genet i2c_bcm2835 pwm_bcm2835 bcm2711_thermal iproc_rng200 rng_core mdio_bcm_unimac pcie_brcmstb vc4 cec drm_kms_helper drm dm_mod ip_tables x_tables ipv6 _vc4-CRI<4>[ 141.837948] CPU: 2 PID: 734 Comm: vc4_wait_seqno Not tainted 5.10.224-cip52 #1 TICAL: F<4>[ 141.846230] Hardware name: Raspberry Pi 4 Model B Rev 1.5 (DT) ailed as<4>[ 141.853107] pstate: 60000085 (nZCv daIf -PAN -UAO -TCO BTYPE=--) sertion:<4>[ 141.860168] pc : prepare_to_wait+0x74/0x84 igt_ioc<4>[ 141.865271] lr : prepare_to_wait+0x34/0x84 tl((fd),<4>[ 141.870382] sp : ffff80001690bbc0 ((((2U|<4>[ 141.874702] x29: ffff80001690bbc0 x28: ffff80001690bd88 1U) << (<4>[ 141.881049] x27: 0000000000000010 x26: 0000000000000001 ((0+8)+8<4>[ 141.887396] x25: ffff7988d13d0858 x24: ffff7988d16fc740 )+14)) |<4>[ 141.893742] x23: ffffded599db7000 x22: ffff80001690bc68 ((('d')<4>[ 141.900088] x21: ffff7988d13d0858 x20: 0000000000000001 ) << (0+<4>[ 141.906434] x19: ffff80001690bc50 x18: 0000000000000000 8)) | ((<4>[ 141.912781] x17: 0000000000000000 x16: ffffded5982d2930 (0x40 + <4>[ 141.919128] x15: 0000ffffd6b99e80 x14: 0000000000000000 0x03)) <<4>[ 141.925475] x13: 0000000000000000 x12: 0000000000000000 < 0) | (<4>[ 141.931821] x11: 0000000000000000 x10: 0000000000000000 (((sizeo<4>[ 141.938167] x9 : ffffded54973f000 x8 : 0000000000000001 f(struct<4>[ 141.944513] x7 : ffffffffffffffff x6 : ffff80001690bd98 drm_vc4<4>[ 141.950860] x5 : 00000000000b30db x4 : 0000000000000000 _create_<4>[ 141.957206] x3 : ffff7988d13d0858 x2 : 0000000000000000 bo)))) <<4>[ 141.963552] x1 : 0000000000000000 x0 : ffff7988d13d0860 < ((0+8)<4>[ 141.969899] Call trace: +8)))), <4>[ 141.973339] prepare_to_wait+0x74/0x84 (&create<4>[ 141.978114] vc4_wait_for_seqno+0xe0/0x19c [vc4] )) == 0 <4>[ 141.983747] vc4_wait_seqno_ioctl+0x30/0xa4 [vc4] (vc4_wa<4>[ 141.989534] drm_ioctl_kernel+0xc8/0x120 [drm] it_bo:72<4>[ 141.994970] drm_ioctl+0x230/0x48c [drm] 5) igt_v<4>[ 141.999877] __arm64_sys_ioctl+0xac/0xf0 c4-CRITI<4>[ 142.004814] el0_svc_common.constprop.0+0x78/0x1c4 CAL: Las<4>[ 142.010627] do_el0_svc+0x24/0x9c t errno:<4>[ 142.014953] el0_svc+0x10/0x20 19, No <4>[ 142.019001] el0_sync_handler+0xe8/0x114 such dev<4>[ 142.023938] el0_sync+0x180/0x1c0 ice (vc<0>[ 142.028260] Code: d50323bf d65f03c0 aa1503e0 f8408c02 (f9000456) 4_wait_b<4>[ 142.035397] ---[ end trace cba9ba6b54280610 ]--- o:725) i<6>[ 142.041039] note: vc4_wait_seqno[734] exited with preempt_count 1 gt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:725) igt_c<8>[ 142.052481] ore-INFO: Stack <8>[ 142.061507] trace: <8>[ 142.066306] (vc4_wait_bo:725) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:725) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:725) igt_core-INFO: #2 [+0xdeb6149c] (vc4_wait_bo:725) igt_core-INFO: #3 [+0xdeb60e2c] (vc4_wait_bo:725) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:725) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:725) igt_core-INFO: #6 [+0xdeb60e70] **** END **** [1mSubtest used-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-seqno-0ns [1mSubtest bad-seqno-0ns: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.224-cip52 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-seqno-1ns Segmentation fault WARNING: unhandled exit status: 139 + set +x / #