Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3003 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.4:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.195 (3825 ms) U-Boot> setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 U-Boot> tftp 0x00080000 417610/tftp-deploy-so_5n1gd/kernel/Image tftp 0x00080000 417610/tftp-deploy-so_5n1gd/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.195 Filename '417610/tftp-deploy-so_5n1gd/kernel/Image'. Load address: 0x80000 Loading: *################################################## 30.5 MiB 16.6 MiB/s done Bytes transferred = 31984128 (1e80a00 hex) U-Boot> tftp 0x06700000 417610/tftp-deploy-so_5n1gd/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 417610/tftp-deploy-so_5n1gd/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.195 Filename '417610/tftp-deploy-so_5n1gd/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *##########################################T T ######## 55.9 MiB 4.2 MiB/s done Bytes transferred = 58605259 (37e3ecb hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 417610/tftp-deploy-so_5n1gd/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 417610/tftp-deploy-so_5n1gd/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.195 Filename '417610/tftp-deploy-so_5n1gd/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 25.9 KiB 4.2 MiB/s done Bytes transferred = 26538 (67aa hex) U-Boot> setenv bootargs 'console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> booti 0x00080000 0x06700000 0x06400000 booti 0x00080000 0x06700000 0x06400000 Moving Image from 0x80000 to 0x200000, end=2110000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 58605195 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 36744000, end 39f27e8b ... OK Loading Device Tree to 000000003673a000, end 00000000367437a9 ... OK Working FDT set to 3673a000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 5.10.218-cip49 (KernelCI@build-j235520-arm64-gcc-10-defconfig-vxvxd) (aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT Tue Jun 18 08:35:05 UTC 2024 [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000032400000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] earlycon: bcm2835aux0 at MMIO32 0x00000000fe215040 (options '115200n8') [ 0.000000] printk: bootconsole [bcm2835aux0] enabled [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x7fbfcb00-0x7fbfefff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] percpu: Embedded 23 pages/cpu s56664 r8192 d29352 u94208 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: EL2 vector hardening [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 496944 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: mapped [mem 0x000000002e400000-0x0000000032400000] (64MB) <6>[ 0.000000] Memory: 1758472K/2019328K available (14592K kernel code, 2818K rwdata, 7680K rodata, 6016K init, 512K bss, 195320K 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.008635] Console: colour dummy device 80x25 <6>[ 0.013489] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024320] pid_max: default: 32768 minimum: 301 <6>[ 0.029333] LSM: Security Framework initializing <6>[ 0.034357] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042137] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052202] rcu: Hierarchical SRCU implementation. <6>[ 0.059671] EFI services will not be available. <6>[ 0.064828] smp: Bringing up secondary CPUs ... <6>[ 0.070216] Detected PIPT I-cache on CPU1 <6>[ 0.070279] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.070879] Detected PIPT I-cache on CPU2 <6>[ 0.070923] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.071507] Detected PIPT I-cache on CPU3 <6>[ 0.071550] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.071637] smp: Brought up 1 node, 4 CPUs <6>[ 0.109590] SMP: Total of 4 processors activated. <6>[ 0.114618] CPU features: detected: 32-bit EL0 Support <6>[ 0.120103] CPU features: detected: CRC32 instructions <6>[ 0.125571] CPU features: detected: 32-bit EL1 Support <6>[ 0.149755] CPU: All CPU(s) started at EL2 <6>[ 0.154214] alternatives: patching kernel code <6>[ 0.160499] devtmpfs: initialized <6>[ 0.169275] KASLR enabled <6>[ 0.172414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.182548] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.191612] pinctrl core: initialized pinctrl subsystem <6>[ 0.198600] DMI not present or invalid. <6>[ 0.203578] NET: Registered protocol family 16 <6>[ 0.209920] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.217412] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.225658] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.233970] audit: initializing netlink subsys (disabled) <5>[ 0.239883] audit: type=2000 audit(0.156:1): state=initialized audit_enabled=0 res=1 <6>[ 0.240974] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.247993] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.254669] cpuidle: using governor menu <6>[ 0.265984] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.273213] ASID allocator initialised with 32768 entries <6>[ 0.280625] Serial: AMBA PL011 UART driver <6>[ 0.323544] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.330605] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.337647] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.344687] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.353216] cryptd: max_cpu_qlen set to 1000 <6>[ 0.360659] ACPI: Interpreter disabled. <6>[ 0.367038] iommu: Default domain type: Translated <6>[ 0.372504] vgaarb: loaded <5>[ 0.375815] SCSI subsystem initialized <6>[ 0.380268] usbcore: registered new interface driver usbfs <6>[ 0.386137] usbcore: registered new interface driver hub <6>[ 0.391809] usbcore: registered new device driver usb <4>[ 0.397349] usb_phy_generic phy: supply vcc not found, using dummy regulator <6>[ 0.405531] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.410822] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.420332] PTP clock support registered <6>[ 0.424710] EDAC MC: Ver: 3.0.0 <6>[ 0.429620] FPGA manager framework <6>[ 0.433422] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.440670] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.447312] VFS: Disk quotas dquot_6.6.0 <6>[ 0.451613] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.459045] pnp: PnP ACPI: disabled <6>[ 0.469963] NET: Registered protocol family 2 <6>[ 0.474983] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.484387] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.493326] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.501701] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) <6>[ 0.509677] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.516759] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.523865] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.531549] NET: Registered protocol family 1 <6>[ 0.536752] RPC: Registered named UNIX socket transport module. <6>[ 0.543012] RPC: Registered udp transport module. <6>[ 0.548033] RPC: Registered tcp transport module. <6>[ 0.553055] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.559845] PCI: CLS 0 bytes, default 64 <6>[ 0.564257] Unpacking initramfs... <6>[ 4.895685] Freeing initrd memory: 57228K <6>[ 4.901105] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 4.909800] kvm [1]: IPA Size Limit: 44 bits <6>[ 4.915871] kvm [1]: vgic interrupt IRQ9 <6>[ 4.920290] kvm [1]: Hyp mode initialized successfully <5>[ 4.927898] Initialise system trusted keyrings <6>[ 4.932841] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 4.946492] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 4.953406] NFS: Registering the id_resolver key type <5>[ 4.958836] Key type id_resolver registered <5>[ 4.963337] Key type id_legacy registered <6>[ 4.967757] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 4.974805] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 4.982724] 9p: Installing v9fs 9p2000 file system support <5>[ 5.053956] Key type asymmetric registered <5>[ 5.058375] Asymmetric key parser 'x509' registered <6>[ 5.063606] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 5.071353] io scheduler mq-deadline registered <6>[ 5.076202] io scheduler kyber registered <4>[ 5.093902] EINJ: ACPI disabled. <6>[ 5.116615] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.125168] printk: console [ttyS1] disabled <6>[ 5.129873] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 26, base_baud = 62499999) is a 16550 <6>[ 5.139168] printk: console [ttyS1] enabled <6>[ 5.139168] printk: console [ttyS1] enabled <6>[ 5.148191] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.148191] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.160886] SuperH (H)SCI(F) driver initialized <6>[ 5.166342] msm_serial: driver initialized <6>[ 5.179703] loop: module loaded <6>[ 5.184320] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.193160] megasas: 07.714.04.00-rc1 <6>[ 5.203500] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.209789] thunder_xcv, ver 1.0 <6>[ 5.213383] thunder_bgx, ver 1.0 <6>[ 5.216962] nicpf, ver 1.0 <6>[ 5.221337] hclge is initializing <6>[ 5.224995] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 5.232603] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 5.238308] e1000: Intel(R) PRO/1000 Network Driver <6>[ 5.243529] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 5.249665] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 5.254971] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.261288] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 5.267035] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.272995] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 5.279625] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 5.286264] sky2: driver version 1.30 <6>[ 5.291477] VFIO - User Level meta-driver version: 0.3 <6>[ 5.299048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 5.305970] ehci-pci: EHCI PCI platform driver <6>[ 5.310787] ehci-platform: EHCI generic platform driver <6>[ 5.316509] ehci-orion: EHCI orion driver <6>[ 5.320962] ehci-exynos: EHCI Exynos driver <6>[ 5.325587] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 5.332148] ohci-pci: OHCI PCI platform driver <6>[ 5.336964] ohci-platform: OHCI generic platform driver <6>[ 5.342660] ohci-exynos: OHCI Exynos driver <6>[ 5.347832] usbcore: registered new interface driver usb-storage <6>[ 5.357296] i2c /dev entries driver <6>[ 5.363391] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 5.371000] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 5.381809] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 5.390648] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.397215] sdhci: Copyright(c) Pierre Ossman <6>[ 5.402514] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.410010] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.418283] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.426501] usbcore: registered new interface driver usbhid <6>[ 5.432440] usbhid: USB HID core driver <6>[ 5.437749] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.448265] NET: Registered protocol family 17 <6>[ 5.453260] 9pnet: Installing 9P2000 support <5>[ 5.457972] Key type dns_resolver registered <6>[ 5.462906] registered taskstats version 1 <5>[ 5.467350] Loading compiled-in X.509 certificates <6>[ 5.477492] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 24, base_baud = 0) is a PL011 rev2 <6>[ 5.486985] serial serial0: tty port ttyAMA0 registered <6>[ 5.506356] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 5.521627] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 5.529317] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 5.637692] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 5.650871] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 5.688920] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 5.701475] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <4>[ 5.711669] mmc0: queuing unknown CIS tuple 0x80 (2 bytes) <4>[ 5.719194] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.726716] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.735584] mmc0: queuing unknown CIS tuple 0x80 (7 bytes) <4>[ 5.743107] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <6>[ 5.809138] mmc1: new ultra high speed DDR50 SDXC card at address aaaa <6>[ 5.810113] mmc0: new high speed SDIO card at address 0001 <6>[ 5.816764] mmcblk1: mmc1:aaaa SD256 238 GiB <6>[ 5.828407] mmcblk1: p1 p2 <6>[ 18.008699] clk: Disabling unused clocks <6>[ 18.013049] ALSA device list: <6>[ 18.016328] No soundcards found. <6>[ 18.025763] Freeing unused kernel memory: 6016K <6>[ 18.030893] Run /init as init process <30>[ 18.067262] systemd[1]: System time before build time, advancing clock. <6>[ 18.088432] NET: Registered protocol family 10 <6>[ 18.094368] Segment Routing with IPv6 <30>[ 18.108121] 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.141776] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.164990] systemd[1]: Hostname set to . <30>[ 18.453598] systemd[1]: Queued start job for default target graphical.target. <30>[ 18.467452] 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.494428] 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.522582] 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.550057] 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.573123] 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.601027] 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.628897] 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.648974] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 18.672841] 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.700866] 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.728875] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 18.752844] 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.776818] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 18.800848] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 18.820862] 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.849114] 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.877879] 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.905401] 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.933404] 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.961428] 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.989311] 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.020932] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 19.048905] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 19.077071] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 19.101238] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 19.121433] 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.153867] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 19.185479] 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.200104] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com dm_mod... <30>[ 19.225559] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 19.257612] 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.289452] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <28>[ 19.317537] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 19.331011] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 19.343765] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 19.374083] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 19.405849] 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.437273] 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.469563] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 19.504203] 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.863692] systemd-journald[125]: 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.691941] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... <5>[ 20.715021] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. <3>[ 21.168529] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <3>[ 21.254547] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock [[0;32m OK [<6>[ 21.264780] iproc-rng200 fe104000.rng: hwrng registered 0m] Reached target [0;1;39musb-gadget.…m - Hardware a<3>[ 21.275011] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock ctivated<6>[ 21.277775] Bluetooth: Core ver 2.22 USB gadget. <6>[ 21.293236] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <3>[ 21.305209] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <5>[ 21.316231] cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>[ 21.318864] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 21.326534] NET: Registered protocol family 31 <3>[ 21.333810] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <3>[ 21.344161] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present! <6>[ 21.348067] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <6>[ 21.349521] Bluetooth: HCI device and connection manager initialized <6>[ 21.349542] Bluetooth: HCI socket layer initialized <6>[ 21.349552] Bluetooth: L2CAP socket layer initialized <6>[ 21.349581] Bluetooth: SCO socket layer initialized <6>[ 21.359375] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <6>[ 21.380760] Bluetooth: HCI UART driver ver 2.3 <6>[ 21.400490] Bluetooth: HCI UART protocol H4 registered <6>[ 21.406361] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 21.409422] Bluetooth: HCI UART protocol LL registered <3>[ 21.413743] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present! <6>[ 21.419601] Bluetooth: HCI UART protocol Broadcom registered <4>[ 21.428630] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <6>[ 21.432416] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 <6>[ 21.436087] Bluetooth: HCI UART protocol QCA registered <4>[ 21.445787] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 21.451371] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <5>[ 21.460505] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <6>[ 21.468155] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) <5>[ 21.475678] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <6>[ 21.480643] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <4>[ 21.485944] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 21.492326] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <4>[ 21.503321] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db <6>[ 21.515120] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.517902] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) <6>[ 21.523673] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.531258] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 21.539886] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) [[0;32m OK [<6>[ 21.560115] pci_bus 0000:00: root bus resource [bus 00-ff] 0m] List<6>[ 21.566574] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) ening on<6>[ 21.574853] cfg80211: failed to load regulatory.db [0;1;3<6>[ 21.578040] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 9msystem<6>[ 21.578128] pci 0000:00:00.0: PME# supported from D0 D3hot <6>[ 21.583974] uart-pl011 fe201000.serial: no DMA platform data d-rfkil�<6>[ 21.593622] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 ��l Swit<6>[ 21.601310] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 ch Statu<6>[ 21.612764] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] s /dev/r<6>[ 21.619660] vc4-drm gpu: [drm] Cannot find any crtc or sizes fkill Wa<6>[ 21.625760] pci 0000:01:00.0: PME# supported from D0 D3hot tch. <6>[ 21.636000] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 21.653509] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] <6>[ 21.660965] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] <6>[ 21.668856] pci 0000:00:00.0: PCI bridge to [bus 01] [[0;32m<6>[ 21.674163] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] OK [<6>[ 21.682325] pcieport 0000:00:00.0: enabling device (0000 -> 0002) 0m] Reac<6>[ 21.689452] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 hed target [0;1;39msound.target[0m - Sound Card. Starting [0;1;39msystemd-rfkill.se…Load/Save RF Kill Switch Status... <6>[ 21.737214] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <6>[ 21.742019] xhci_hcd 0000:01:00.0: xHCI Host Controller <4>[ 21.746298] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <6>[ 21.746319] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 21.751128] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 21.752734] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <4>[ 21.762521] brcmfmac mmc0:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.bin <6>[ 21.768826] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 [[0;32m<6>[ 21.801710] xhci_hcd 0000:01:00.0: xHCI Host Controller OK [<6>[ 21.807629] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 0m] Star<6>[ 21.816119] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed ted [0;<6>[ 21.823754] hub 1-0:1.0: USB hub found 1;39msys<6>[ 21.828212] hub 1-0:1.0: 1 port detected temd-rfkill.ser�<6>[ 21.833765] hub 2-0:1.0: USB hub found ��- Load<6>[ 21.838667] hub 2-0:1.0: 4 ports detected /Save RF Kill Switch Sta<6>[ 21.845283] Bluetooth: hci0: BCM: chip id 107 tus. <6>[ 21.850727] Bluetooth: hci0: BCM: features 0x2f <6>[ 21.857374] Bluetooth: hci0: BCM4345C0 <6>[ 21.861478] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 [[0;32m OK [0m] Reached target [0;1<3>[ 21.870980] Bluetooth: hci0: BCM: firmware Patch file not found, tried: ;39mblue<3>[ 21.878440] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' tooth.ta<3>[ 21.884575] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' rget[0m - Bluetooth Support. <5>[ 22.012668] random: crng init done [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. Debian GNU/Linux 12 debian-bookworm-arm64 ttyS1 debian-bookworm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 5.10.218-cip49 #1 SMP PREEMPT Tue Jun 18 08:35:05 UT<6>[ 22.088752] usb 1-1: new high-speed USB device number 2 using xhci_hcd C 2024 aarch64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. / # / # # #<6>[ 22.245858] hub 1-1:1.0: USB hub found <6>[ 22.250204] hub 1-1:1.0: 4 ports detected / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-417610/environment . /lava-417610/environment / # /lava-417610/bin/lava-test-runner /lava-417610/0 /lava-417610/bin/lava-test-runner /lava-417610/0 + export TESTRUN_ID=0_igt-<8>[ 22.645972] kms-vc4 + cd /lava-417610/0/tests/0_igt-kms-vc4 + cat uuid + UUID=417610_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<8>[ 22.672244] _read kms_addfb_basic kms_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.695555] [IGT] core_auth: executing o vc4_wa<14>[ 22.700712] [IGT] core_auth: starting subtest getclient-simple it_seqno<14>[ 22.707653] [IGT] core_auth: finished subtest getclient-simple, SUCCESS IGT-Ve<14>[ 22.715320] [IGT] core_auth: exiting, ret=0 rsion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aa<8>[ 22.725063] 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.750134] [IGT] core_auth: executing IGT-Vers<14>[ 22.754560] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<14>[ 22.762108] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS 8-ga44eb<14>[ 22.770127] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_<8>[ 22.779806] SRANDOM=<3>[ 22.784704] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 1706305720 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card0 [1mSubtest getcli<14>[ 22.806328] [IGT] core_auth: executing ent-mast<14>[ 22.811624] [IGT] core_auth: starting subtest basic-auth er-drop:<14>[ 22.817883] [IGT] core_auth: finished subtest basic-auth, SUCCESS SUCCESS<14>[ 22.825041] [IGT] core_auth: exiting, ret=0 (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10<8>[ 22.835070] .218-cip49 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 22.858820] [IGT] core_auth: executing IGT-Vers<14>[ 22.863564] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: many-magics Reopening device fai<14>[ 22.886532] [IGT] core_auth: finished subtest many-magics, SUCCESS led afte<14>[ 22.893548] [IGT] core_auth: exiting, ret=0 r 1020 opens [1mSubtest many-magics: SUCCESS (0.016s)<8>[ 22.903420] [0m <8>[ 22.912196] <14>[ 22.951537] [IGT] core_getclient: executing IGT-Vers<14>[ 22.956533] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Us<8>[ 22.966869] ing IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.010053] [IGT] core_getstats: executing IGT-Vers<14>[ 23.015087] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarc<8>[ 23.025230] h64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.068325] [IGT] core_getversion: executing IGT-Vers<14>[ 23.073446] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarc<8>[ 23.083539] h64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.127061] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 23.132971] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarc<8>[ 23.143698] h64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <8>[ 23.171515] <14>[ 23.193151] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/ca<6>[ 23.209821] vc4-drm gpu: [drm] Cannot find any crtc or sizes rd0 <14>[ 23.344469] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 23.350656] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest<14>[ 23.358316] [IGT] drm_read: exiting, ret=0 : invalid-buffer [1mSubtest invalid-buffer: SUCCESS (0.000s)[0m <8>[ 23.369389] <14>[ 23.395843] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 23.536787] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 23.542862] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest<14>[ 23.550148] [IGT] drm_read: exiting, ret=0 : fault-buffer [1mSubtest fault-buffer: SUCCESS (0.000s)[0m <8>[ 23.561144] <14>[ 23.587639] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 23.729407] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 24.735515] [IGT] drm_read: finished subtest empty-block, SUCCESS est empt<14>[ 24.742871] [IGT] drm_read: exiting, ret=0 y-block: SUCCESS (1.000s)[0m <8>[ 24.753924] <14>[ 24.780236] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 24.922396] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 24.928542] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest<14>[ 24.936118] [IGT] drm_read: exiting, ret=0 : empty-nonblock [1mSubtest empty-nonblock: SUCCESS (0.000s)[0m <8>[ 24.947148] <14>[ 24.973762] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 25.115205] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 25.121711] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest<14>[ 25.129630] [IGT] drm_read: exiting, ret=0 : short-buffer-block [1mSubtest short-buffer-block: SUCCESS (0.000s)[<8>[ 25.140497] 0m <14>[ 25.167409] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 25.308561] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 25.315353] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest<14>[ 25.323530] [IGT] drm_read: exiting, ret=0 : short-buffer-nonblock [1mSubtest short-buffer-nonblock: SUCCESS (0.0<8>[ 25.334293] 00s)[0m <14>[ 25.361687] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 25.503107] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 57.722666] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est shor<14>[ 57.730714] [IGT] drm_read: exiting, ret=0 t-buffer-wakeup: SUCCESS (32.213s)[0m <8>[ 57.741884] <8>[ 57.751809] <8>[ 57.776972] <14>[ 57.799210] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-ci<14>[ 57.808407] [IGT] kms_addfb_basic: starting subtest unused-handle p49 aarc<14>[ 57.815772] [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.843651] [IGT] kms_addfb_basic: exiting, ret=0 ib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requireme<8>[ 57.854833] nt not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_in<14>[ 57.881431] [IGT] kms_addfb_basic: executing tel_device(fd) IGT-Version: 1.28-ga44eb<14>[ 57.889727] [IGT] kms_addfb_basic: starting subtest unused-pitches fe (aarc<14>[ 57.896631] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS h64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCESS (0.000s)[0m Test requirement not me<14>[ 57.924036] [IGT] kms_addfb_basic: exiting, ret=0 t in function igt_require_intel, file ../lib/drmtest.c:880: Test requir<8>[ 57.935140] ement: 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/drmte<14>[ 57.962251] [IGT] kms_addfb_basic: executing st.c:880: Test requirement: is_intel_device(fd)<14>[ 57.970945] [IGT] kms_addfb_basic: starting subtest unused-offsets IGT-Ve<14>[ 57.978505] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS rsion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-offsets [1mSubtest unused-offsets: SUCCESS (0.000s)[0m Test <14>[ 58.006178] [IGT] kms_addfb_basic: exiting, ret=0 requirement not met in function igt_require_intel, file ../lib/drmtest.c<8>[ 58.017711] :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_requir<14>[ 58.044440] [IGT] kms_addfb_basic: executing e_intel, file ../lib/drmtest.c:880: Test requir<14>[ 58.052830] [IGT] kms_addfb_basic: starting subtest unused-modifier ement: i<14>[ 58.060427] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS s_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-modifier [1mSubtest unused-m<14>[ 58.087704] [IGT] kms_addfb_basic: exiting, ret=0 odifier: SUCCESS (0.000s)[0m Test requirement not met in funct<8>[ 58.098881] 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: is_intel_device(fd) Test requir<14>[ 58.125785] [IGT] kms_addfb_basic: executing ement not met in function igt_require_in<14>[ 58.134085] [IGT] kms_addfb_basic: starting subtest clobberred-modifier tel, fil<14>[ 58.141442] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP e ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting su<14>[ 58.168933] [IGT] kms_addfb_basic: exiting, ret=77 btest: clobberred-modifier Test requirement not met in function igt_req<8>[ 58.180149] uire_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest clobberred-modifier: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requir<14>[ 58.208005] [IGT] kms_addfb_basic: executing ement: is_intel_device(fd) Test requirement not<14>[ 58.216537] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete met in <14>[ 58.225159] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP 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) IGT-Version: 1<14>[ 58.253878] [IGT] kms_addfb_basic: exiting, ret=77 .28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDO<8>[ 58.265363] M=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-smem-bo-on-discrete Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_dev<14>[ 58.293360] [IGT] kms_addfb_basic: executing ice(fd) [1mSubtest invalid-smem-bo-on-<14>[ 58.302170] [IGT] kms_addfb_basic: starting subtest legacy-format discrete: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test re<14>[ 58.319042] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS quirement: 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/d<14>[ 58.345903] [IGT] kms_addfb_basic: exiting, ret=0 rmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-<8>[ 58.357212] ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: legacy-format Successfully fuzzed 10000 {bpp, depth} variations [1mSubte<14>[ 58.384568] [IGT] kms_addfb_basic: executing st legacy-format: SUCCESS (0.010s)[0m Test requirement not met<14>[ 58.394474] [IGT] kms_addfb_basic: starting subtest no-handle in func<14>[ 58.401442] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS 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_intel_device(fd) Te<14>[ 58.427269] [IGT] kms_addfb_basic: exiting, ret=0 st requirement not met in function igt_require_intel, fi<8>[ 58.437780] le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /d<14>[ 58.462025] [IGT] kms_addfb_basic: executing ev/dri/card0 Starting subtest: no-handle [1mSubtest n<14>[ 58.472034] [IGT] kms_addfb_basic: starting subtest basic o-handle<14>[ 58.478099] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS : 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 <14>[ 58.503462] [IGT] kms_addfb_basic: exiting, ret=0 ../lib/drmtest.c:880: Test requirement: is_intel_device<8>[ 58.512987] (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.218-cip49 aarch64) Using IGT<14>[ 58.538095] [IGT] kms_addfb_basic: executing _SRANDOM=1706305756 for randomisation Opened device: /dev/dri/c<14>[ 58.548023] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 ard0 St<14>[ 58.555204] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS arting 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 requirement not met in f<14>[ 58.581679] [IGT] kms_addfb_basic: exiting, ret=0 unction igt_require_intel, file ../lib/drmtest.c:880: Test requirement:<8>[ 58.592775] 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.218-cip49 aarch64) U<14>[ 58.619257] [IGT] kms_addfb_basic: executing sing IGT_SRANDOM=1706305756 for randomisation Opened device: /d<14>[ 58.629130] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 ev/dri/c<14>[ 58.636330] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS ard0 St<46>[ 58.644237] systemd-journald[125]: 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. arting s<46>[ 58.666396] systemd-journald[125]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. ubtest: bad-pitch-0 [1mSubtest bad-pitch-0: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test req<14>[ 58.695911] [IGT] kms_addfb_basic: exiting, ret=0 uirement: is_intel_device(fd) Test requirement not met in funct<8>[ 58.706564] 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: is_intel_device(fd) IGT<14>[ 58.732496] [IGT] kms_addfb_basic: executing -Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 <14>[ 58.746209] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 for rand<14>[ 58.752924] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS omisation 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/drmtest.c:880: Te<14>[ 58.778653] [IGT] kms_addfb_basic: exiting, ret=0 st requirement: is_intel_device(fd) Test requirement not met in<8>[ 58.789671] 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) IGT-V<14>[ 58.816224] [IGT] kms_addfb_basic: executing ersion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) <14>[ 58.826379] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 Using I<14>[ 58.833593] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS GT_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_intel, <14>[ 58.859538] [IGT] kms_addfb_basic: exiting, ret=0 file ../lib/drmtest.c:880: Test requirement: is_intel_d<8>[ 58.869280] evice(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/drmtes<14>[ 58.895022] [IGT] kms_addfb_basic: executing t.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.<14>[ 58.904978] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 28-ga44e<14>[ 58.912323] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS bfe (aarch64) (Linux: 5.10.218-cip49 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 req<14>[ 58.939043] [IGT] kms_addfb_basic: exiting, ret=0 uirement not met in function igt_require_intel, file ../lib/drmtest.c:88<8>[ 58.950078] 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_require_intel, fi<14>[ 58.977210] [IGT] kms_addfb_basic: executing le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.987187] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 IGT-Ver<14>[ 58.994695] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS sion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-256 [1mSubtest bad-pitch-256: SUCCESS (0.000<14>[ 59.021221] [IGT] kms_addfb_basic: exiting, ret=0 s)[0m Test requirement not met in function igt_require_intel, file ../<8>[ 59.032435] 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_r<14>[ 59.059449] [IGT] kms_addfb_basic: executing equire_intel, file ../lib/drmtest.c:880: Test requirement: is_i<14>[ 59.069814] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 ntel_dev<14>[ 59.077165] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS ice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-1024 [1mSubtest bad-<14>[ 59.103097] [IGT] kms_addfb_basic: exiting, ret=0 pitch-1024: SUCCESS (0.000s)[0m Test requirement not m<8>[ 59.112809] et in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_in<14>[ 59.138450] [IGT] kms_addfb_basic: executing tel_device(fd) Test requirement not met in function igt_require<14>[ 59.148557] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 _intel, <14>[ 59.156125] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 <14>[ 59.182557] [IGT] kms_addfb_basic: exiting, ret=0 Starting subtest: bad-pitch-999 [1mSubtest bad-pitch-999: SUCCESS (0.0<8>[ 59.193972] 00s)[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: <14>[ 59.220874] [IGT] kms_addfb_basic: executing Test requirement: is_intel_device(fd) Test requirement not met in func<14>[ 59.231803] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any tion igt<14>[ 59.239295] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for random<14>[ 59.264291] [IGT] kms_addfb_basic: exiting, ret=0 isation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-6553<8>[ 59.275437] 6 [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_intel_device(fd) Test requirement not met in function ig<14>[ 59.302599] [IGT] kms_addfb_basic: executing t_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(f<14>[ 59.314070] [IGT] kms_addfb_basic: starting subtest invalid-get-prop d) Test<14>[ 59.321624] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS 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.218-cip49 aarch64) Usi<14>[ 59.346181] [IGT] kms_addfb_basic: exiting, ret=0 ng IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/car<8>[ 59.357475] d0 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/drmtest.c:880: Test requirement: is_intel_devic<14>[ 59.384443] [IGT] kms_addfb_basic: executing e(fd) Test requirement not met in function igt_require_intel, file ../lib/drmte<14>[ 59.395758] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any st.c:880<14>[ 59.403625] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS : 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 <14>[ 59.428585] [IGT] kms_addfb_basic: exiting, ret=0 (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=170<8>[ 59.439705] 6305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:<14>[ 59.466571] [IGT] kms_addfb_basic: executing 880: Test requirement: is_intel_device(fd) Test requirement not met in functio<14>[ 59.478425] [IGT] kms_addfb_basic: starting subtest invalid-set-prop n igt_re<14>[ 59.485959] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS quire_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>[ 59.510659] [IGT] kms_addfb_basic: exiting, ret=0 evice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218<8>[ 59.521719] -cip49 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.000s)[0m Test requirement not met<14>[ 59.547922] [IGT] kms_addfb_basic: executing in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd<14>[ 59.560802] [IGT] kms_addfb_basic: starting subtest master-rmfb ) Test <14>[ 59.567966] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS 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, fi<14>[ 59.590888] [IGT] kms_addfb_basic: exiting, ret=0 le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Ver<8>[ 59.601799] sion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS <14>[ 59.628296] [IGT] kms_addfb_basic: executing (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test r<14>[ 59.642106] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag equireme<14>[ 59.650053] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS nt: 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 require<14>[ 59.672586] [IGT] kms_addfb_basic: exiting, ret=0 ment not met in function igt_require_intel, file ../lib/drmtest.c:880: <8>[ 59.683802] Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: master-rmfb [1mS<14>[ 59.711987] [IGT] kms_addfb_basic: executing ubtest master-rmfb: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/dr<14>[ 59.726407] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier mtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_re<14>[ 59.742342] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL quire_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<14>[ 59.764212] [IGT] kms_addfb_basic: exiting, ret=98 requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) <8>[ 59.776194] (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-modifier-no-flag [1mSubtest addfb25-modifier-no-flag: SUCCESS (0.000s)[0m Test req<14>[ 59.803511] [IGT] kms_addfb_basic: executing uirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_r<14>[ 59.832669] [IGT] kms_addfb_basic: exiting, ret=77 equire_intel, file ../lib/drmtest.c:880: Test requireme<8>[ 59.842978] nt: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-bad-modi<14>[ 59.870410] [IGT] kms_addfb_basic: executing fier (kms_addfb_basic:367) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:367) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct dr<14>[ 59.899598] [IGT] kms_addfb_basic: exiting, ret=77 m_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_ad<8>[ 59.909671] dfb_basic:367) CRITICAL: error: 0 != -1 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xe0ac4358] #2 [+0xe0ac5fbc] #3 [+0xe0ac156c] <14>[ 59.934687] [IGT] kms_addfb_basic: executing #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe0ac15b0] Subtest addfb25-bad-modifier failed. **** DEBUG **** (kms_addfb_basic:367) ioctl_wrappers-DEBUG: Test requirement passed: igt_has_fb_modifiers(fd) (kms_addfb_basic:367) CRITICAL: Test ass<14>[ 59.963637] [IGT] kms_addfb_basic: exiting, ret=77 ertion failure function addfb25_tests, file ../tests/kms<8>[ 59.974081] _addfb_basic.c:714: (kms_addfb_basic:367) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode<14>[ 59.999430] [IGT] kms_addfb_basic: executing _fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:367) CRITICAL: error: 0 != -1 (kms_addfb_basic:367) igt_core-INFO: Stack trace: (kms_addfb_basic:367) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_addfb_basic:367) igt_core-INFO: #1 [<14>[ 60.028550] [IGT] kms_addfb_basic: exiting, ret=77 +0xe0ac4358] (kms_addfb_basic:367) igt_core-INFO: #2 <8>[ 60.038745] [+0xe0ac5fbc] (kms_addfb_basic:367) igt_core-INFO: #3 [+0xe0ac156c] (kms_addfb_basic:367) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_addfb_basic:367) igt_core-INF<14>[ 60.063372] [IGT] kms_addfb_basic: executing O: #5 [__libc_start_main+0x98] (kms_addfb_basic:367) igt_core-INFO: #6 [+0xe0ac15b0] **** END **** [1mSubtest addfb25-bad-modifier: FAIL (0.008s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel<14>[ 60.092725] [IGT] kms_addfb_basic: exiting, ret=77 _device(fd) Test requirement not met in function igt_re<8>[ 60.102779] quire_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>[ 60.127784] [IGT] kms_addfb_basic: executing evice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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_device(fd<14>[ 60.157184] [IGT] kms_addfb_basic: exiting, ret=77 ) [1mSubtest addfb25-x-tiled-mismatch-legacy: SKIP (0.<8>[ 60.167296] 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, fi<14>[ 60.192307] [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.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../li<14>[ 60.221405] [IGT] kms_addfb_basic: exiting, ret=77 b/drmtest.c:880: Test requirement: is_intel_device(fd) <8>[ 60.231447] [1mSubtest 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 requirem<14>[ 60.256048] [IGT] kms_addfb_basic: executing ent 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirem<14>[ 60.285052] [IGT] kms_addfb_basic: starting subtest size-max ent not <14>[ 60.291623] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS met in f<14>[ 60.299255] [IGT] kms_addfb_basic: exiting, ret=0 unction igt_require_intel, file ../lib/drmtest.c:880: Test requirement:<8>[ 60.310504] is_intel_device(fd) [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 requirem<14>[ 60.337442] [IGT] kms_addfb_basic: executing ent 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirem<14>[ 60.366004] [IGT] kms_addfb_basic: starting subtest too-wide ent not <14>[ 60.372576] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS met in f<14>[ 60.380197] [IGT] kms_addfb_basic: exiting, ret=0 unction igt_require_intel, file ../lib/drmtest.c:880: T<8>[ 60.390148] est 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 basic-x-tiled-legacy: SKIP (0.000s)[0m Te<14>[ 60.416075] [IGT] kms_addfb_basic: executing st 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requi<14>[ 60.445339] [IGT] kms_addfb_basic: starting subtest too-high rement n<14>[ 60.452124] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS ot met i<14>[ 60.459756] [IGT] kms_addfb_basic: exiting, ret=0 n function igt_require_intel, file ../lib/drmtest.c:880: Test requireme<8>[ 60.471069] nt: 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 framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement n<14>[ 60.497963] [IGT] kms_addfb_basic: executing 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met i<14>[ 60.527025] [IGT] kms_addfb_basic: starting subtest bo-too-small n functi<14>[ 60.534181] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS on igt_r<14>[ 60.542152] [IGT] kms_addfb_basic: exiting, ret=0 equire_intel, file ../lib/drmtest.c:880: Test requireme<8>[ 60.552101] nt: 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 tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement<14>[ 60.578207] [IGT] kms_addfb_basic: executing 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met<14>[ 60.607570] [IGT] kms_addfb_basic: starting subtest small-bo in func<14>[ 60.614449] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS tion igt<14>[ 60.622070] [IGT] kms_addfb_basic: exiting, ret=0 _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_d<8>[ 60.633293] 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.660308] [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.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_requ<14>[ 60.689120] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling ire_inte<14>[ 60.697748] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP l, file <14>[ 60.706650] [IGT] kms_addfb_basic: exiting, ret=77 ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requi<8>[ 60.718156] rement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: size-max [1mSubtest size-max: SUCCESS (0.000s)[0m Test requirement not met in fun<14>[ 60.745960] [IGT] kms_addfb_basic: executing ction igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in fun<14>[ 60.774601] [IGT] kms_addfb_basic: exiting, ret=77 ction igt_require_intel, file ../lib/drmtest.c:880: Tes<8>[ 60.784293] t requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-wide [1mS<14>[ 60.809664] [IGT] kms_addfb_basic: executing ubtest too-wide: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomi<14>[ 60.838168] [IGT] kms_addfb_basic: exiting, ret=77 sation Opened device: /dev/dri/card0 Test requirement <8>[ 60.848082] 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>[ 60.875025] [IGT] kms_addfb_basic: executing _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 (aarch64) (Linux: 5.10.218-cip49 aarc<14>[ 60.903938] [IGT] kms_addfb_basic: exiting, ret=77 h64) Using IGT_SRANDOM=1706305758 for randomisation Op<8>[ 60.913913] ened 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<14>[ 60.939061] [IGT] kms_addfb_basic: executing _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small [1mSubtest bo-too-small: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device<14>[ 60.968459] [IGT] kms_addfb_basic: exiting, ret=77 (fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.<8>[ 60.979137] 218-cip49 aarch64) Usin<8>[ 60.988265] g 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_r<8>[ 61.013586] equire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: small-bo [1mSubtest small-bo: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel,<14>[ 61.036848] [IGT] kms_atomic: executing file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using <14>[ 61.054311] [IGT] kms_atomic: starting subtest plane-overlay-legacy IGT_SRAN<14>[ 61.061571] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 DOM=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.218-cip49 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.218-cip49 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.218-cip49 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)<14>[ 61.262327] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS Test r<14>[ 61.270340] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS equireme<14>[ 61.278662] [IGT] kms_atomic: exiting, ret=0 nt not met in function igt_require_intel, file ../lib/drmtest.c:880: Te<8>[ 61.289840] st requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-small-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened d<14>[ 61.317357] [IGT] kms_atomic: executing evice: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd)<14>[ 61.334392] [IGT] kms_atomic: starting subtest plane-primary-legacy Test r<14>[ 61.341705] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 equirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.193s)[0m [1mSubtest plane-overlay-legacy: SUCCESS (0.209s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.474771] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 61.482039] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_atomic:427) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:427) 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:427) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:427) 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 [+0xbda95cd0] #7 [+0xbda924b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xbda924f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:427) igt_kms-DEBUG: plane A.11: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.11: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.11: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.11: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane A.11: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.12, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane A.12: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.13, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane A.13: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.14, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "alp<14>[ 62.856592] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL ha" to 0<14>[ 62.864005] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL xffff/65<14>[ 62.872189] [IGT] kms_atomic: exiting, ret=98 535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic<8>[ 62.885651] :427) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0<14>[ 62.912845] [IGT] kms_atomic: executing (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "C<14>[ 62.929899] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos RTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:427) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:427) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:427) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:427) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:427) igt_kms-CRITICAL: Test assertion failure function kmstest_du<14>[ 63.062962] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP mb_creat<14>[ 63.072367] [IGT] kms_atomic: exiting, ret=77 e, file ../lib/igt_kms.c:1295: (kms_atomic:427) igt_kms-CRITICAL: Faile<8>[ 63.083534] d 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:427) igt_kms-CRITICAL: Last errno: <14>[ 63.112309] [IGT] kms_atomic: executing 12, Cannot allocate memory (kms_atomic:427) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:427) igt_core-INFO: Stack trace: (kms_atomic:427) ig<14>[ 63.129319] [IGT] kms_atomic: starting subtest plane-immutable-zpos t_core-I<14>[ 63.136623] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 NFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:427) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:427) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:427) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:427) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:427) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:427) igt_core-INFO: #6 [+0xbda95cd0] (kms_atomic:427) igt_core-INFO: #7 [+0xbda924b8] (kms_atomic:427) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:427) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:427) igt_core-INFO: #10 [+0xbda924f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.507s)[0m [1mSubtest plane-primary-legacy: FAIL (1.523s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.125s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-immutable-zpos Starting dynamic <14>[ 63.268477] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP subtest:<14>[ 63.276178] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP pipe-A-<14>[ 63.284258] [IGT] kms_atomic: exiting, ret=77 Writeback-1 Test requirement not met in function igt_require_pipe_crc, <8>[ 63.295448] 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 subtest pipe-A-Writeback-1: SKI<14>[ 63.322711] [IGT] kms_atomic: executing P (0.124s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.140s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.<14>[ 63.340098] [IGT] kms_atomic: starting subtest test-only 10.218-cip49 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: test-only <14>[ 63.470733] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 63.591531] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 63.599543] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 63.606867] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.113s)[0m [1mSubtest test-only: SUCCESS (0.<8>[ 63.618012] 253s)[0m <14>[ 63.644344] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/ca<14>[ 63.661110] [IGT] kms_atomic: starting subtest plane-cursor-legacy rd0 Starting<14>[ 63.668415] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 63.802727] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 63.810758] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 63.818949] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.126s)[0m [1mSubtest plane-cursor-legacy: S<8>[ 63.830101] UCCESS (0.143s)[0m <14>[ 63.857288] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/ca<14>[ 63.873920] [IGT] kms_atomic: starting subtest plane-invalid-params rd0 <14>[ 63.881369] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting subtest: plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 64.015444] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 64.022703] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_atomic:442) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:442) 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:442) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:442) 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 [+0xdf8054dc] #7 [+0xdf8024b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xdf8024f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:442) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:442) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:442) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:442) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:442) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:442) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:442) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:442) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:442) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:442) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:442) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:442) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:442) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:442) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:442) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 45 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2d/45 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 49 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x31/49 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 44 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2c/44 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 154 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9a/154 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (kms_atomic:442) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:442) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:442) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2d/45 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x9b/155 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2c/44 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data<14>[ 65.059539] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL : A.0, f<14>[ 65.066926] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL b 155 (<14>[ 65.075075] [IGT] kms_atomic: exiting, ret=98 kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC<8>[ 65.085750] _ID" to 0x9a/154 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:44<14>[ 65.111489] [IGT] kms_atomic: executing 2) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_kms-DEBUG: display: A<14>[ 65.129300] [IGT] kms_atomic: starting subtest plane-invalid-params-fence .0: plan<14>[ 65.137253] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 e_set_fb(155) (kms_atomic:442) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:442) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:442) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:442) igt_kms-DEBUG: display: commit { (kms_atomic:442) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:442) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:442) igt_kms-DEBUG: display: } (kms_atomic:442) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:442) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:442) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) |<14>[ 65.270144] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP ((('d')<14>[ 65.277424] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP ) << (0+<14>[ 65.286086] [IGT] kms_atomic: exiting, ret=77 8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((<8>[ 65.297292] 0+8)+8)))), (&create)) == 0 (kms_atomic:442) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:442) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:442) igt_core-INFO: Stack trace: (kms_atomic:442<14>[ 65.324756] [IGT] kms_atomic: executing ) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:442) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:<14>[ 65.342578] [IGT] kms_atomic: starting subtest crtc-invalid-params 442) igt<14>[ 65.350348] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 _core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:442) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:442) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:442) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:442) igt_core-INFO: #6 [+0xdf8054dc] (kms_atomic:442) igt_core-INFO: #7 [+0xdf8024b8] (kms_atomic:442) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:442) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:442) igt_core-INFO: #10 [+0xdf8024f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.171s)[0m [1mSubtest plane-invalid-params: FAIL (1.186s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 Starting s<14>[ 65.486257] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS ubtest: <14>[ 65.494310] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS crtc-inv<14>[ 65.502516] [IGT] kms_atomic: exiting, ret=0 alid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic s<8>[ 65.513793] ubtest pipe-A-Writeback-1: SUCCESS (0.128s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.144s)[0m <14>[ 65.540564] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 65.557216] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence rd0 Starting<14>[ 65.565122] [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.698034] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 65.705799] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met<14>[ 65.714338] [IGT] kms_atomic: exiting, ret=77 in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requi<8>[ 65.725525] 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.753073] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 65.770054] [IGT] kms_atomic: starting subtest atomic-invalid-params rd0 Starting<14>[ 65.777432] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 65.911234] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 65.919291] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 65.927654] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.126s)[0m [1mSubtest atomic-invalid-params:<8>[ 65.938699] SUCCESS (0.142s)[0m <14>[ 65.966274] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 65.982954] [IGT] kms_atomic: starting subtest atomic-plane-damage rd0 Starting subtest: atomic-plane-damage No dynam<14>[ 66.114817] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests<14>[ 66.122828] [IGT] kms_atomic: exiting, ret=77 executed. [1mSubtest atomic-plane-damage: SKIP (0.125s)[0m <8>[ 66.133952] <8>[ 66.144215] <8>[ 66.169668] <14>[ 66.193389] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/ca<14>[ 66.211135] [IGT] kms_flip_event_leak: starting subtest basic rd0 <14>[ 66.217638] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 Starting subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 66.239245] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 66.246526] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_flip_event_leak:463) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:463) 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:463) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:463) 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 [+0xd9921964] #6 [+0xd992146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xd99214b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetCursor pipe B, disablin<14>[ 66.945166] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL g (kms_<14>[ 66.953808] [IGT] kms_flip_event_leak: finished subtest basic, FAIL flip_eve<14>[ 66.961398] [IGT] kms_flip_event_leak: exiting, ret=98 nt_leak:463) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_ev<8>[ 66.973900] ent_leak:463) igt_kms-DEBUG: Tes<8>[ 66.983482] t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (<8>[ 67.009234] kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17<14>[ 67.032961] [IGT] kms_prop_blob: executing (kms_f<14>[ 67.038266] [IGT] kms_prop_blob: starting subtest basic lip_even<14>[ 67.044482] [IGT] kms_prop_blob: finished subtest basic, SUCCESS t_leak:4<14>[ 67.051555] [IGT] kms_prop_blob: exiting, ret=0 63) igt_kms-DEBUG: display: SetCursor pipe C, disabl<8>[ 67.061790] ing (kms_flip_event_leak:463) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (k<14>[ 67.085361] [IGT] kms_prop_blob: executing ms_flip_<14>[ 67.090973] [IGT] kms_prop_blob: starting subtest blob-prop-core event_le<14>[ 67.097825] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS ak:463) <14>[ 67.105776] [IGT] kms_prop_blob: exiting, ret=0 igt_kms-DEBUG: display: Fixing up initial rotation p<8>[ 67.115734] ipe D, plane 0 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes <14>[ 67.141264] [IGT] kms_prop_blob: executing (kms_fl<14>[ 67.146680] [IGT] kms_prop_blob: starting subtest blob-prop-validate ip_event<14>[ 67.154074] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS _leak:46<14>[ 67.162290] [IGT] kms_prop_blob: exiting, ret=0 3) igt_kms-DEBUG: display: Fixing up initial rotatio<8>[ 67.172346] n pipe D, plane 17 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:463) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_flip_event_leak:463) igt_km<14>[ 67.198768] [IGT] kms_prop_blob: executing s-DEBUG:<14>[ 67.204290] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime Test re<14>[ 67.211651] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS quiremen<14>[ 67.219807] [IGT] kms_prop_blob: exiting, ret=0 t passed: plane_idx >= 0 && plane_idx < pipe->n_planes <8>[ 67.229886] (kms_flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_flip_event_leak:463) igt_kms-DEB<14>[ 67.256132] [IGT] kms_prop_blob: executing UG: Test<14>[ 67.261965] [IGT] kms_prop_blob: starting subtest blob-multiple require<14>[ 67.268837] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS ment pas<14>[ 67.276508] [IGT] kms_prop_blob: exiting, ret=0 sed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_<8>[ 67.286647] flip_event_leak:463) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:463) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_flip_event_leak:463) igt_k<14>[ 67.311633] [IGT] kms_prop_blob: executing ms-DEBUG<14>[ 67.317374] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any : displa<14>[ 67.324776] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS y: M<14>[ 67.333257] [IGT] kms_prop_blob: exiting, ret=0 oveCursor pipe E, (0, 0) (kms_flip_event_leak:463) igt_<8>[ 67.343293] kms-DEBUG: display: } (kms_flip_event_leak:463) drmtest-DEBUG: Force option used: Using driver vc4 (kms_flip_event_leak:463) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (kms_flip_event_l<14>[ 67.369566] [IGT] kms_prop_blob: executing eak:463)<14>[ 67.374676] [IGT] kms_prop_blob: starting subtest invalid-get-prop drmtest<14>[ 67.381769] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS -DEBUG: <14>[ 67.389885] [IGT] kms_prop_blob: exiting, ret=0 Test requirement passed: !(fd<0) (kms_flip_event_leak:4<8>[ 67.399894] 63) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:463) igt_kms-CRITICAL: Test assertion failure function kmstes<14>[ 67.424859] [IGT] kms_prop_blob: executing t_dumb_c<14>[ 67.430220] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any reate, f<14>[ 67.437713] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS ile ../l<14>[ 67.446214] [IGT] kms_prop_blob: exiting, ret=0 ib/igt_kms.c:1295: (kms_flip_event_leak:463) igt_kms-CR<8>[ 67.456196] ITICAL: 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_le<14>[ 67.481946] [IGT] kms_prop_blob: executing ak:463) <14>[ 67.487605] [IGT] kms_prop_blob: starting subtest invalid-set-prop igt_kms-<14>[ 67.494642] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS CRITICAL<14>[ 67.502779] [IGT] kms_prop_blob: exiting, ret=0 : Last errno: 12, Cannot allocate memory (kms_flip_even<8>[ 67.512716] t_leak:463) igt_kms-CRIT<8>[ 67.522007] ICAL: error: -1 != 0 (kms_flip_event_leak:463) igt_core-INFO: Stack trace: (kms_flip_event_leak:463) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:463) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmste<8>[ 67.547264] st_dumb_create() (kms_flip_event_leak:463) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_flip_event_leak:463) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo<14>[ 67.570260] [IGT] kms_setmode: executing _size() <14>[ 67.575584] [IGT] kms_setmode: starting subtest basic (kms_fl<14>[ 67.581479] [IGT] kms_setmode: finished subtest basic, SKIP ip_event<14>[ 67.588106] [IGT] kms_setmode: exiting, ret=77 _leak:463) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_<8>[ 67.598126] create_fb() (kms_flip_event_leak:463) igt_core-INFO: #5 [+0xd9921964] (kms_flip_event_leak:463) igt_core-INFO: #6 [+0xd992146c] (kms_flip_event_leak:463) igt_core-INFO: #7 [__libc_i<14>[ 67.623085] [IGT] kms_setmode: executing nit_firs<14>[ 67.628207] [IGT] kms_setmode: starting subtest basic-clone-single-crtc t+0x80] <14>[ 67.635573] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP (kms_fl<14>[ 67.643853] [IGT] kms_setmode: exiting, ret=77 ip_event_leak:463) igt_core-INFO: #8 [__libc_start_mai<8>[ 67.653806] n+0x98] (kms_flip_event_leak:463) igt_core-INFO: #9 [+0xd99214b0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (0.719s)[0m [1mSubtest basic: FAIL (0.736s)[0m IGT-Version: 1.28-ga44e<14>[ 67.680549] [IGT] kms_setmode: executing bfe (aar<14>[ 67.686163] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc ch64) (L<14>[ 67.693768] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP inux: 5.<14>[ 67.702336] [IGT] kms_setmode: exiting, ret=77 10.218-cip49 aarch64) Using IGT_SRANDOM=1706305764 for <8>[ 67.712145] randomisation Opened device: /dev/dri/card0 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=17063057<14>[ 67.738653] [IGT] kms_setmode: executing 65 for r<14>[ 67.743989] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc andomisa<14>[ 67.751867] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP tion Op<14>[ 67.760722] [IGT] kms_setmode: exiting, ret=77 ened device: /dev/dri/card0 Starting subtest: blob-prop<8>[ 67.770656] -core [1mSubtest blob-prop-core: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/c<14>[ 67.796772] [IGT] kms_setmode: executing ard0 St<14>[ 67.801789] [IGT] kms_setmode: starting subtest clone-exclusive-crtc arting s<14>[ 67.809071] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP ubtest: <14>[ 67.817058] [IGT] kms_setmode: exiting, ret=77 blob-prop-validate [1mSubtest blob-prop-validate: SUCC<8>[ 67.827083] ESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-lifetime [1mSubtest<14>[ 67.853528] [IGT] kms_setmode: executing blob-pr<14>[ 67.859004] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing op-lifet<14>[ 67.867491] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP ime: SUC<14>[ 67.876825] [IGT] kms_setmode: exiting, ret=77 CESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) <8>[ 67.886652] (Linux: 5.10.218-cip49 a<8>[ 67.897741] arch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) <8>[ 67.922752] Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebf<14>[ 67.945605] [IGT] kms_vblank: executing e (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: in<14>[ 67.962914] [IGT] kms_vblank: starting subtest invalid valid-ge<14>[ 67.968987] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:520) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:520) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:520) 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 [+0xbe84338c] #3 [+0xbe841c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbe841cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:520) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:520) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:520) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:520) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:520) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<14>[ 71.914678] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL && plan<14>[ 71.922133] [IGT] kms_vblank: finished subtest invalid, FAIL e_idx < <14>[ 71.929173] [IGT] kms_vblank: exiting, ret=98 pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation <8>[ 71.941660] pipe D, plane 0 (kms_vblank:520) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: <14>[ 71.967705] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:520) igt<14>[ 71.985577] [IGT] kms_vblank: starting subtest crtc-id _kms-DEB<14>[ 71.991974] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 UG: display: MoveCursor pipe D, (0, 0) (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:520) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:520) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:520) igt_kms-DEBUG: display: } (kms_vblank:520) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:520) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:520) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:520) igt_core-INFO: Stack trace: (kms_vblank:520) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:520) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:520) igt_core-INFO: #2 [+0xbe84338c] (kms_vblank:520) igt_core-INFO: #3 [+0xbe841c78] (kms_vblank:520) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:520) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:520) igt_core-INFO: #6 [+0xbe841cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.938s)[0m [1mSubtest invalid: FAIL (3.953s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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:523) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:523) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:523) 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 [+0xd1a63728] #3 [+0xd1a61c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd1a61cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<14>[ 75.754683] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL && plan<14>[ 75.762144] [IGT] kms_vblank: finished subtest crtc-id, FAIL e_idx < <14>[ 75.769178] [IGT] kms_vblank: exiting, ret=98 pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation <8>[ 75.781549] pipe D, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: <14>[ 75.807828] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:523) igt<14>[ 75.825647] [IGT] kms_vblank: starting subtest accuracy-idle _kms-DEB<14>[ 75.832483] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 UG: display: MoveCursor pipe D, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:523) igt_kms-DEBUG: display: } (kms_vblank:523) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:523) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:523) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:523) igt_core-INFO: Stack trace: (kms_vblank:523) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:523) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:523) igt_core-INFO: #2 [+0xd1a63728] (kms_vblank:523) igt_core-INFO: #3 [+0xd1a61c78] (kms_vblank:523) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:523) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:523) igt_core-INFO: #6 [+0xd1a61cb0] **** 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.218-cip49 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:526) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:526) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:526) 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 [+0xd6261f94] #3 [+0xd6262fa0] #4 [+0xd62631bc] #5 [+0xd6261c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd6261cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:526) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:526) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:526) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:526) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:526) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:526) igt_kms-DEBUG: Test requirement passe<14>[ 79.594696] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 79.602145] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL _idx >= <14>[ 79.609704] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up <8>[ 79.622036] initial rotation pipe D, plane 0 (kms_vblank:526) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526<14>[ 79.648916] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 79.666574] [IGT] kms_vblank: starting subtest query-idle s_vblank<14>[ 79.673296] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 :526) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:526) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:526) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:526) igt_kms-DEBUG: display: } (kms_vblank:526) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:526) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:526) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:526) igt_core-INFO: Stack trace: (kms_vblank:526) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:526) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:526) igt_core-INFO: #2 [+0xd6261f94] (kms_vblank:526) igt_core-INFO: #3 [+0xd6262fa0] (kms_vblank:526) igt_core-INFO: #4 [+0xd62631bc] (kms_vblank:526) igt_core-INFO: #5 [+0xd6261c78] (kms_vblank:526) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:526) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:526) igt_core-INFO: #8 [+0xd6261cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.754s)[0m [1mSubtest accuracy-idle: FAIL (3.770s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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:529) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:529) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:529) 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 [+0xd2f41f94] #3 [+0xd2f42fa0] #4 [+0xd2f431bc] #5 [+0xd2f41c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd2f41cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passe<14>[ 83.434733] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 83.442185] [IGT] kms_vblank: finished subtest query-idle, FAIL _idx >= <14>[ 83.449481] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up <8>[ 83.461892] initial rotation pipe D, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529<14>[ 83.488603] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 83.506156] [IGT] kms_vblank: starting subtest query-idle-hang s_vblank<14>[ 83.513013] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP :529) ig<14>[ 83.520543] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 83.530355] s_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 83.555376] [IGT] kms_vblank: executing :529) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 83.572768] [IGT] kms_vblank: starting subtest query-forked ->n_plan<14>[ 83.579723] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 es (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:529) igt_kms-DEBUG: display: } (kms_vblank:529) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:529) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:529) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:529) igt_core-INFO: Stack trace: (kms_vblank:529) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:529) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:529) igt_core-INFO: #2 [+0xd2f41f94] (kms_vblank:529) igt_core-INFO: #3 [+0xd2f42fa0] (kms_vblank:529) igt_core-INFO: #4 [+0xd2f431bc] (kms_vblank:529) igt_core-INFO: #5 [+0xd2f41c78] (kms_vblank:529) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:529) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:529) igt_core-INFO: #8 [+0xd2f41cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.754s)[0m [1mSubtest query-idle: FAIL (3.769s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:535) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:535) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:535) 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 [+0xc29f1f94] #3 [+0xc29f2fa0] #4 [+0xc29f31bc] #5 [+0xc29f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc29f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane<14>[ 87.531509] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 87.538942] [IGT] kms_vblank: finished subtest query-forked, FAIL 0 && pla<14>[ 87.546392] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial <8>[ 87.559084] rotation pipe D, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535<14>[ 87.584724] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 87.602749] [IGT] kms_vblank: starting subtest query-forked-hang s_vblank<14>[ 87.609670] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP :535) ig<14>[ 87.617366] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 87.627150] s_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:535) ig<14>[ 87.653308] [IGT] kms_vblank: executing t_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_plan<14>[ 87.670381] [IGT] kms_vblank: starting subtest query-busy es (kms<14>[ 87.677182] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:535) igt_kms-DEBUG: display: } (kms_vblank:535) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:535) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:535) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:535) igt_core-INFO: Stack trace: (kms_vblank:535) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:535) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:535) igt_core-INFO: #2 [+0xc29f1f94] (kms_vblank:535) igt_core-INFO: #3 [+0xc29f2fa0] (kms_vblank:535) igt_core-INFO: #4 [+0xc29f31bc] (kms_vblank:535) igt_core-INFO: #5 [+0xc29f1c78] (kms_vblank:535) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:535) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:535) igt_core-INFO: #8 [+0xc29f1cb0] **** 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.218-cip49 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.218-cip49 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:541) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:541) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:541) 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 [+0xd9ff1f94] #3 [+0xd9ff2fa0] #4 [+0xd9ff31bc] #5 [+0xd9ff1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd9ff1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane<14>[ 91.627425] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 91.634876] [IGT] kms_vblank: finished subtest query-busy, FAIL 0 && pla<14>[ 91.642176] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial <8>[ 91.654585] rotation pipe D, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541<14>[ 91.680701] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 91.698012] [IGT] kms_vblank: starting subtest query-busy-hang s_vblank<14>[ 91.705014] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP :541) ig<14>[ 91.712522] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 91.722249] s_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 91.746548] [IGT] kms_vblank: executing s_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 91.763897] [IGT] kms_vblank: starting subtest query-forked-busy x < pipe<14>[ 91.771436] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:541) igt_kms-DEBUG: display: } (kms_vblank:541) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:541) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:541) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:541) igt_core-INFO: Stack trace: (kms_vblank:541) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:541) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:541) igt_core-INFO: #2 [+0xd9ff1f94] (kms_vblank:541) igt_core-INFO: #3 [+0xd9ff2fa0] (kms_vblank:541) igt_core-INFO: #4 [+0xd9ff31bc] (kms_vblank:541) igt_core-INFO: #5 [+0xd9ff1c78] (kms_vblank:541) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:541) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:541) igt_core-INFO: #8 [+0xd9ff1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.942s)[0m [1mSubtest query-busy: FAIL (3.958s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:547) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:547) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:547) 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 [+0xbf751f94] #3 [+0xbf752fa0] #4 [+0xbf7531bc] #5 [+0xbf751c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbf751cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passe<14>[ 95.722672] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 95.730134] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL _idx >= <14>[ 95.738044] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up <8>[ 95.750462] initial rotation pipe D, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 95.777369] [IGT] kms_vblank: executing lank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 95.794512] [IGT] kms_vblank: starting subtest query-forked-busy-hang ing (km<14>[ 95.802119] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP s_vblank<14>[ 95.810254] [IGT] kms_vblank: exiting, ret=77 :547) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<8>[ 95.819980] 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 95.844716] [IGT] kms_vblank: executing e 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 95.862465] [IGT] kms_vblank: starting subtest wait-idle plane_id<14>[ 95.869078] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:547) igt_kms-DEBUG: display: } (kms_vblank:547) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:547) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:547) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:547) igt_core-INFO: Stack trace: (kms_vblank:547) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:547) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:547) igt_core-INFO: #2 [+0xbf751f94] (kms_vblank:547) igt_core-INFO: #3 [+0xbf752fa0] (kms_vblank:547) igt_core-INFO: #4 [+0xbf7531bc] (kms_vblank:547) igt_core-INFO: #5 [+0xbf751c78] (kms_vblank:547) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:547) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:547) igt_core-INFO: #8 [+0xbf751cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.944s)[0m [1mSubtest query-forked-busy: FAIL (3.959s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:553) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:553) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:553) 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 [+0xe3951f94] #3 [+0xe3952fa0] #4 [+0xe39531bc] #5 [+0xe3951c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe3951cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passe<14>[ 99.818668] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 99.826127] [IGT] kms_vblank: finished subtest wait-idle, FAIL _idx >= <14>[ 99.833333] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up <8>[ 99.845753] initial rotation pipe D, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 99.871972] [IGT] kms_vblank: executing lank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 99.888786] [IGT] kms_vblank: starting subtest wait-idle-hang , disabl<14>[ 99.895322] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP ing (km<14>[ 99.902750] [IGT] kms_vblank: exiting, ret=77 s_vblank:553) igt_kms-DEBUG: display: MoveCursor pip<8>[ 99.912457] e D, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 99.938639] [IGT] kms_vblank: executing :553) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 99.956612] [IGT] kms_vblank: starting subtest wait-forked ->n_plan<14>[ 99.963228] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 es (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:553) igt_kms-DEBUG: display: } (kms_vblank:553) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:553) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:553) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:553) igt_core-INFO: Stack trace: (kms_vblank:553) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:553) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:553) igt_core-INFO: #2 [+0xe3951f94] (kms_vblank:553) igt_core-INFO: #3 [+0xe3952fa0] (kms_vblank:553) igt_core-INFO: #4 [+0xe39531bc] (kms_vblank:553) igt_core-INFO: #5 [+0xe3951c78] (kms_vblank:553) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:553) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:553) igt_core-INFO: #8 [+0xe3951cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.942s)[0m [1mSubtest wait-idle: FAIL (3.957s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:559) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:559) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:559) 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 [+0xd75f1f94] #3 [+0xd75f2fa0] #4 [+0xd75f31bc] #5 [+0xd75f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd75f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane<14>[ 103.915502] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 103.922935] [IGT] kms_vblank: finished subtest wait-forked, FAIL 0 && pla<14>[ 103.930328] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial <8>[ 103.942779] rotation pipe D, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_km<14>[ 103.969169] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 103.986760] [IGT] kms_vblank: starting subtest wait-forked-hang s_vblank<14>[ 103.993417] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP :559) ig<14>[ 104.001024] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 104.010815] s_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 104.035547] [IGT] kms_vblank: executing :559) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 104.053085] [IGT] kms_vblank: starting subtest wait-busy x < pipe<14>[ 104.059338] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:559) igt_kms-DEBUG: display: } (kms_vblank:559) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:559) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:559) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:559) igt_core-INFO: Stack trace: (kms_vblank:559) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:559) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:559) igt_core-INFO: #2 [+0xd75f1f94] (kms_vblank:559) igt_core-INFO: #3 [+0xd75f2fa0] (kms_vblank:559) igt_core-INFO: #4 [+0xd75f31bc] (kms_vblank:559) igt_core-INFO: #5 [+0xd75f1c78] (kms_vblank:559) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:559) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:559) igt_core-INFO: #8 [+0xd75f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.945s)[0m [1mSubtest wait-forked: FAIL (3.960s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:565) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:565) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:565) 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 [+0xb1311f94] #3 [+0xb1312fa0] #4 [+0xb13131bc] #5 [+0xb1311c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb1311cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passe<14>[ 108.010743] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 108.018196] [IGT] kms_vblank: finished subtest wait-busy, FAIL _idx >= <14>[ 108.025402] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up <8>[ 108.037870] initial rotation pipe D, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 108.063901] [IGT] kms_vblank: executing lank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 108.080831] [IGT] kms_vblank: starting subtest wait-busy-hang , disabl<14>[ 108.087358] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP ing (km<14>[ 108.094801] [IGT] kms_vblank: exiting, ret=77 s_vblank:565) igt_kms-DEBUG: display: MoveCursor pip<8>[ 108.104556] e D, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 108.131187] [IGT] kms_vblank: executing :565) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 108.148601] [IGT] kms_vblank: starting subtest wait-forked-busy ->n_plan<14>[ 108.155737] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 es (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:565) igt_kms-DEBUG: display: } (kms_vblank:565) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:565) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:565) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:565) igt_core-INFO: Stack trace: (kms_vblank:565) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:565) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:565) igt_core-INFO: #2 [+0xb1311f94] (kms_vblank:565) igt_core-INFO: #3 [+0xb1312fa0] (kms_vblank:565) igt_core-INFO: #4 [+0xb13131bc] (kms_vblank:565) igt_core-INFO: #5 [+0xb1311c78] (kms_vblank:565) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:565) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:565) igt_core-INFO: #8 [+0xb1311cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.944s)[0m [1mSubtest wait-busy: FAIL (3.959s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:571) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:571) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:571) 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 [+0xbbcf1f94] #3 [+0xbbcf2fa0] #4 [+0xbbcf31bc] #5 [+0xbbcf1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbbcf1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:571) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:571) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:571) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:571) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:571) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:571) igt_kms-DEBUG: Test requirement passe<14>[ 112.106787] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 112.114253] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL _idx >= <14>[ 112.122065] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up <8>[ 112.134564] initial rotation pipe D, plane 0 (kms_vblank:571) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571<14>[ 112.161838] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 112.179142] [IGT] kms_vblank: starting subtest wait-forked-busy-hang s_vblank<14>[ 112.186690] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP :571) ig<14>[ 112.194717] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 112.204438] s_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 112.230217] [IGT] kms_vblank: executing :571) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 112.247143] [IGT] kms_vblank: starting subtest ts-continuation-idle x < pipe<14>[ 112.254383] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:571) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:571) igt_kms-DEBUG: display: } (kms_vblank:571) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:571) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:571) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:571) igt_core-INFO: Stack trace: (kms_vblank:571) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:571) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:571) igt_core-INFO: #2 [+0xbbcf1f94] (kms_vblank:571) igt_core-INFO: #3 [+0xbbcf2fa0] (kms_vblank:571) igt_core-INFO: #4 [+0xbbcf31bc] (kms_vblank:571) igt_core-INFO: #5 [+0xbbcf1c78] (kms_vblank:571) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:571) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:571) igt_core-INFO: #8 [+0xbbcf1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.943s)[0m [1mSubtest wait-forked-busy: FAIL (3.959s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:577) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:577) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:577) 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 [+0xd75b1f94] #3 [+0xd75b2fa0] #4 [+0xd75b31bc] #5 [+0xd75b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd75b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:577) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:577) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:577) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:577) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:577) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane<14>[ 116.203388] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 116.210850] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL 0 && plane_idx < pipe->n_planes <14>[ 116.220921] [IGT] kms_vblank: exiting, ret=98 (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation<8>[ 116.232143] pipe D, plane 0 (kms_vblank:577) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 116.257700] [IGT] kms_vblank: executing lank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 116.274762] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang , disabl<14>[ 116.282215] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP ing (km<14>[ 116.290607] [IGT] kms_vblank: exiting, ret=77 s_vblank:577) igt_kms-DEBUG: display: MoveCursor pip<8>[ 116.300450] e D, (0, 0) (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 116.326491] [IGT] kms_vblank: executing e 0 (kms_vblank:577) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx <14>[ 116.343465] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm >= 0 && <14>[ 116.350994] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:577) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:577) igt_kms-DEBUG: display: } (kms_vblank:577) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:577) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:577) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:577) igt_core-INFO: Stack trace: (kms_vblank:577) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:577) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:577) igt_core-INFO: #2 [+0xd75b1f94] (kms_vblank:577) igt_core-INFO: #3 [+0xd75b2fa0] (kms_vblank:577) igt_core-INFO: #4 [+0xd75b31bc] (kms_vblank:577) igt_core-INFO: #5 [+0xd75b1c78] (kms_vblank:577) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:577) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:577) igt_core-INFO: #8 [+0xd75b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.941s)[0m [1mSubtest ts-continuation-idle: FAIL (3.957s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:583) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:583) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:583) 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 [+0xd9921f94] #3 [+0xd9922fa0] #4 [+0xd99231bc] #5 [+0xd9921c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd9921cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:583) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:583) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:583) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:583) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:583) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:583) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:583) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:583) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane<14>[ 120.299442] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 120.306902] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL 0 && pla<14>[ 120.315417] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial <8>[ 120.328094] rotation pipe D, plane 0 (kms_vblank:583) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_km<14>[ 120.355937] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:583) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 120.372939] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend s_vblank<14>[ 120.380866] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 :583) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:583) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:583) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:583) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:583) igt_kms-DEBUG: display: } (kms_vblank:583) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:583) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:583) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:583) igt_core-INFO: Stack trace: (kms_vblank:583) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:583) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:583) igt_core-INFO: #2 [+0xd9921f94] (kms_vblank:583) igt_core-INFO: #3 [+0xd9922fa0] (kms_vblank:583) igt_core-INFO: #4 [+0xd99231bc] (kms_vblank:583) igt_core-INFO: #5 [+0xd9921c78] (kms_vblank:583) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:583) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:583) igt_core-INFO: #8 [+0xd9921cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.941s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (3.956s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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:586) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:586) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:586) 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 [+0xce031f94] #3 [+0xce032fa0] #4 [+0xce0331bc] #5 [+0xce031c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xce031cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:586) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:586) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:586) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:586) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:586) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:586) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:586) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:586) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:586) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:586) igt_kms-DEBUG: Test requirement passe<14>[ 124.138700] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 124.146166] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL _idx >= <14>[ 124.155028] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fi<8>[ 124.167036] xing up initial rotation pipe D, plane 0 (kms_vblank:586) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes <14>[ 124.193937] [IGT] kms_vblank: executing (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:586) igt_kms-DEBUG: display: SetCurso<14>[ 124.211333] [IGT] kms_vblank: starting subtest ts-continuation-suspend r pipe D<14>[ 124.218941] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 , disabling (kms_vblank:586) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:586) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:586) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:586) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:586) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:586) igt_kms-DEBUG: display: } (kms_vblank:586) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:586) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:586) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:586) igt_core-INFO: Stack trace: (kms_vblank:586) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:586) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:586) igt_core-INFO: #2 [+0xce031f94] (kms_vblank:586) igt_core-INFO: #3 [+0xce032fa0] (kms_vblank:586) igt_core-INFO: #4 [+0xce0331bc] (kms_vblank:586) igt_core-INFO: #5 [+0xce031c78] (kms_vblank:586) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:586) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:586) igt_core-INFO: #8 [+0xce031cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.750s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (3.766s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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:589) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:589) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:589) 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 [+0xd8571f94] #3 [+0xd8572fa0] #4 [+0xd85731bc] #5 [+0xd8571c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd8571cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:589) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:589) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:589) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:589) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:589) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:589) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:589) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:589) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:589) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:589) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:589) igt_kms-DEBUG: Test requirement passe<14>[ 127.978704] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 127.986156] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL _idx >= <14>[ 127.994597] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up <8>[ 128.007174] initial rotation pipe D, plane 0 (kms_vblank:589) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes <14>[ 128.033677] [IGT] kms_vblank: executing (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:589) igt_kms-DEBUG: display: SetCurso<14>[ 128.050507] [IGT] kms_vblank: starting subtest ts-continuation-modeset r pipe D<14>[ 128.058054] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 , disabling (kms_vblank:589) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:589) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:589) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:589) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:589) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:589) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:589) igt_kms-DEBUG: display: } (kms_vblank:589) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:589) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:589) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:589) igt_core-INFO: Stack trace: (kms_vblank:589) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:589) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:589) igt_core-INFO: #2 [+0xd8571f94] (kms_vblank:589) igt_core-INFO: #3 [+0xd8572fa0] (kms_vblank:589) igt_core-INFO: #4 [+0xd85731bc] (kms_vblank:589) igt_core-INFO: #5 [+0xd8571c78] (kms_vblank:589) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:589) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:589) igt_core-INFO: #8 [+0xd8571cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.752s)[0m [1mSubtest ts-continuation-suspend: FAIL (3.767s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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:592) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:592) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:592) 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 [+0xdf241f94] #3 [+0xdf242fa0] #4 [+0xdf2431bc] #5 [+0xdf241c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdf241cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:592) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:592) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:592) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:592) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:592) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:592) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:592) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:592) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:592) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:592) igt_kms-DEBUG: Test requirement passe<14>[ 131.818701] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 131.826158] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL _idx >= <14>[ 131.834589] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fi<8>[ 131.846615] xing up initial rotation pipe D, plane 0 (kms_vblank:592) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx <<14>[ 131.872294] [IGT] kms_vblank: executing pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:592) igt_kms-DEBUG: displ<14>[ 131.889164] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang ay: <14>[ 131.896956] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP SetCurso<14>[ 131.905578] [IGT] kms_vblank: exiting, ret=77 r pipe D, disabling (kms_vblank:592) igt_kms-DEBUG: dis<8>[ 131.915229] play: MoveCursor pipe D, (0, 0) (kms_vblank:592) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing <14>[ 131.940896] [IGT] kms_vblank: executing up initial rotation pipe E, plane 0 (kms_vblank:592) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:592) igt_kms-DEBUG: Test requir<14>[ 131.958621] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm ement pa<14>[ 131.966548] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:592) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:592) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:592) igt_kms-DEBUG: display: } (kms_vblank:592) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:592) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:592) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:592) igt_core-INFO: Stack trace: (kms_vblank:592) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:592) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:592) igt_core-INFO: #2 [+0xdf241f94] (kms_vblank:592) igt_core-INFO: #3 [+0xdf242fa0] (kms_vblank:592) igt_core-INFO: #4 [+0xdf2431bc] (kms_vblank:592) igt_core-INFO: #5 [+0xdf241c78] (kms_vblank:592) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:592) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:592) igt_core-INFO: #8 [+0xdf241cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.753s)[0m [1mSubtest ts-continuation-modeset: FAIL (3.768s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:598) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:598) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:598) 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 [+0xb8b71f94] #3 [+0xb8b72fa0] #4 [+0xb8b731bc] #5 [+0xb8b71c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb8b71cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:598) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:598) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:598) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:598) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:598) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:598) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:598) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:598) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:598) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:598) igt_kms-DEBUG: Test requirement passe<14>[ 135.914748] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 135.922163] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL _idx >= <14>[ 135.930930] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fi<8>[ 135.943030] xing up initial rotation pipe D,<8>[ 135.953891] plane 0 (kms_vblank:598) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up <8>[ 135.979252] initial rotation pipe D, plane 17 (kms_vblank:598) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:598) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:598) igt_kms-DE<14>[ 136.002922] [IGT] vc4_create_bo: executing BUG: Tes<14>[ 136.008143] [IGT] vc4_create_bo: starting subtest create-bo-4096 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing <14>[ 136.025217] [IGT] vc4_create_bo: finished subtest create-bo-4096, FAIL up initi<14>[ 136.032642] [IGT] vc4_create_bo: exiting, ret=98 al rotation pipe E, plane 0 (kms_vblank:598) igt_kms-DE<8>[ 136.042730] BUG: display: SetCrtc pipe E, disabling (kms_vblank:598) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotat<14>[ 136.068907] [IGT] vc4_create_bo: executing ion pipe<14>[ 136.074316] [IGT] vc4_create_bo: starting subtest create-bo-0 E, plane 17 (kms_vblank:598) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:598) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:598) igt_kms-DEBUG: display: } (kms_vblank:598) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:598) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:598) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:598) igt_core-INFO: Stack trace: (kms_vblank:598) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:598) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:598) igt_core-INFO: #2 [+0xb8b71f94] (kms_vblank:598) igt_core-INFO: #3 [+0xb8b72fa0] (kms_vblank:598) igt_core-INFO: #4 [+0xb8b731bc] (kms_vblank:598) igt_core-INFO: #5 [+0xb8b71c78] (kms_vblank:598) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:598) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:598) igt_core-INFO: #8 [+0xb8b71cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.940s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (3.956s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-4096 (vc4_create_bo:604) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:604) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:604) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:604) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xdf1d11d4] #3 [+0xdf1d0dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdf1d0e30] Subtest create-bo-4096 failed. **** DEBUG **** (vc4_create_bo:604) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:604) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:604) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:604) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:604) igt_core-INFO: Stack trace: (vc4_create_bo:604) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:604) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:604) igt_core-INFO: #2 [+0xdf1d11d4] (vc4_create_bo:604) igt_core-INFO: #3 [+0xdf1d0dec] (vc4_create_bo:604) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:604) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:604) igt_core-INFO: #6 [+0xdf1d0e30] **** END **** [1mSubtest create-bo-4096: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-0 (vc4_create_bo:607) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:607) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:607) CRITICAL: Last errno: 19, No such device (vc4_create_bo:607) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xe5cc1268] #2 [+0xe5cc0dec] #3 [__libc_init_first+0x80] #4 [__libc_start_main<14>[ 136.427862] [IGT] vc4_create_bo: finished subtest create-bo-0, FAIL +0x98] <14>[ 136.435218] [IGT] vc4_create_bo: exiting, ret=98 #5 [+0xe5cc0e30] Subtest create-bo-0 failed. **** DEBUG ***<8>[ 136.446714] * (vc4_create_bo:607) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:607) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_<14>[ 136.472579] [IGT] vc4_create_bo: executing create_b<14>[ 136.478088] [IGT] vc4_create_bo: starting subtest create-bo-zeroed o:607) CRITICAL: Last errno: 19, No such device (vc4_create_bo:607) CRITICAL: error: 19 != 22 (vc4_create_bo:607) igt_<14>[ 136.495015] [IGT] vc4_create_bo: finished subtest create-bo-zeroed, FAIL core-INF<14>[ 136.502838] [IGT] vc4_create_bo: exiting, ret=98 O: Stack trace: (vc4_create_bo:607) igt_core-INFO: #0<8>[ 136.513038] ../lib/igt_core.c:1989 <8>[ 136.522465] __igt_fail_assert() (vc4_create_bo:607) igt_core-INFO: #1 [+0xe5cc1268] (vc4_create_bo:607) igt_core-INFO: #2 [+0xe5cc0dec] (vc4_create_bo:607) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_create_bo:607) igt_c<8>[ 136.547944] ore-INFO: #4 [__libc_start_main+0x98] (vc4_create_bo:607) igt_core-INFO: #5 [+0xe5cc0e30] **** END **** [1mSubtest create-bo-0: FAIL (0.347s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.<14>[ 136.572093] [IGT] vc4_dmabuf_poll: executing 218-cip4<14>[ 136.577871] [IGT] vc4_dmabuf_poll: starting subtest poll-write-waits-until-write-done 9 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-zeroed (vc4_create_bo:610) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:610) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:610) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:610) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe149110c] #3 [+0xe1490dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe1490e30] Subtest create-bo-zeroed failed. **** DEBUG **** (vc4_create_bo:610) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_create_bo:610) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (vc4_create_bo:610) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_create_bo:610) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:610) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:610) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:610) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:610) igt_core-INFO: Stack trace: (vc4_create_bo:610) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:610) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:610) igt_core-INFO: #2 [+0xe149110c] (vc4_create_bo:610) igt_core-INFO: #3 [+0xe1490dec] (vc4_create_bo:610) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:610) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:610) igt_core-INFO: #6 [+0xe1490e30] **** END **** [1mSubtest create-bo-zeroed: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-write-waits-until-write-done (vc4_dmabuf_poll:616) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:616) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:616) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:616) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() #3 [+0xba3a0f48] #4 [+0xba3a11b0] #5 [+0xba3a0dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xba3a0e30] Subtest poll-write-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:616) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:616) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:616) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:616) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:616) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:616) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:616) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:616) igt_core-INFO: #2 ../lib/igt_vc4.c:<14>[ 136.935609] [IGT] vc4_dmabuf_poll: finished subtest poll-write-waits-until-write-done, FAIL 88 igt_v<14>[ 136.945123] [IGT] vc4_dmabuf_poll: exiting, ret=98 c4_get_cleared_bo() (vc4_dmabuf_poll:616) igt_core-INFO: #3 [[ 136.956988] >+0xba3a0f48] (vc4_dmabuf_poll:616) igt_core-INFO: #4 [+0xba3a11b0] (vc4_dmabuf_poll:616) igt_core-INFO: #5 [+0xba3a0dec] (vc4_dmabuf_poll:616) igt_core-INFO: #6 [__libc_init_first+0x80] (<14>[ 136.984975] [IGT] vc4_dmabuf_poll: executing vc4_dmab<14>[ 136.990226] [IGT] vc4_dmabuf_poll: starting subtest poll-read-waits-until-write-done uf_poll:616) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:616) igt_core-INFO: #8 [+0xba3a0e<14>[ 137.009155] [IGT] vc4_dmabuf_poll: finished subtest poll-read-waits-until-write-done, FAIL 30] ***<14>[ 137.018155] [IGT] vc4_dmabuf_poll: exiting, ret=98 * END **** [1mSubtest poll-write-waits-until-write-d<8>[ 137.028428] one: FAIL (0.349<8>[ 137.039009] s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-read-waits-until-write-done (vc4_dmabuf_poll:619) igt_vc4-C<8>[ 137.064203] RITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:619) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (<14>[ 137.087907] [IGT] vc4_label_bo: executing ((0x40 +<14>[ 137.093496] [IGT] vc4_label_bo: starting subtest set-label 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:619) igt_vc4-<14>[ 137.109980] [IGT] vc4_label_bo: finished subtest set-label, FAIL CRITICAL<14>[ 137.116958] [IGT] vc4_label_bo: exiting, ret=98 : Last errno: 19, No such device (vc4_dmabuf_poll:619) <8>[ 137.126997] 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 [+0xc6f<14>[ 137.151252] [IGT] vc4_label_bo: executing 10f48] <14>[ 137.156568] [IGT] vc4_label_bo: starting subtest set-bad-handle #4 [[ 137.163340] [drm:vc4_label_bo_ioctl [vc4]] *ERROR* Failed to look up GEM BO -791621424 nknown>+<14>[ 137.172322] [IGT] vc4_label_bo: finished subtest set-bad-handle, SUCCESS 0xc6f111<14>[ 137.180202] [IGT] vc4_label_bo: exiting, ret=0 88] #5 [+0xc6f10dec] #6 [__libc_init_firs<8>[ 137.190046] t+0x80] #7 [__libc_start_main+0x98] #8 [+0xc6f10e30] Subtest poll-read-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:619) igt_vc4-CRITICAL: Test assertion f<14>[ 137.214479] [IGT] vc4_label_bo: executing ailure f<14>[ 137.219561] [IGT] vc4_label_bo: starting subtest set-bad-name unction igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:619) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:619) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:619) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:619) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:619) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:619) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:619) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:619) igt_core-INFO: #3 [+0xc6f10f48] (vc4_dmabuf_poll:619) igt_core-INFO: #4 [+0xc6f11188] (vc4_dmabuf_poll:619) igt_core-INFO: #5 [+0xc6f10dec] (vc4_dmabuf_poll:619) igt_core-INFO: #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:619) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:619) igt_core-INFO: #8 [+0xc6f10e30] **** END **** [1mSubtest poll-read-waits-until-write-done: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-label (vc4_label_bo:625) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:625) 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:625) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:625) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb84f12c0] #3 [+0xb84f0d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb84f0db0] Subtest set-label failed. **** DEBUG **** (vc4_label_bo:625) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:625) 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:625) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:625) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:625) igt_core-INFO: Stack trace: (vc4_label_bo:625) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:625) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:625) igt_core-INFO: #2 [+0xb84f12c0] (vc4_label_bo:625) igt_core-INFO: #3 [+0xb84f0d6c] (vc4_label_bo:625) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:625) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:625) igt_core-INFO: #6 [+0xb84f0db0] **** END **** [1mSubtest set-label: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-name (vc4_label_bo:631) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:631) 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:631) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_labe<14>[ 137.575686] [IGT] vc4_label_bo: finished subtest set-bad-name, FAIL l_bo:631<14>[ 137.583262] [IGT] vc4_label_bo: exiting, ret=98 ) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c<8>[ 137.594378] :1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe7fa1234] #3 [+0xe7fa0d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe7fa0db0] S<14>[ 137.620352] [IGT] vc4_label_bo: executing ubtest s<14>[ 137.625354] [IGT] vc4_label_bo: starting subtest set-kernel-name et-bad-name failed. **** DEBUG **** (vc4_label_bo:631) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_creat<14>[ 137.642301] [IGT] vc4_label_bo: finished subtest set-kernel-name, FAIL e_bo, fi<14>[ 137.649775] [IGT] vc4_label_bo: exiting, ret=98 le ../lib/igt_vc4.c:126: (vc4_label_bo:631) igt_vc4-CRI<8>[ 137.659754] TICAL: Failed assertion:<8>[ 137.669211] 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:631) igt_vc4-CRITICAL: Last errno: 19, No such device (v<8>[ 137.694123] c4_label_bo:631) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:631) igt_core-INFO: Stack trace: (vc4_label_bo:631) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:631)<14>[ 137.717605] [IGT] vc4_lookup_fail: executing igt_cor<14>[ 137.723100] [IGT] vc4_lookup_fail: starting subtest bad-color-write e-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:631) igt_core-INFO: #2 [+0xe7fa1234] (v<14>[ 137.738677] [IGT] vc4_lookup_fail: finished subtest bad-color-write, FAIL c4_label<14>[ 137.746655] [IGT] vc4_lookup_fail: exiting, ret=98 _bo:631) igt_core-INFO: #3 [+0xe7fa0d6c] (vc<8>[ 137.756786] 4_label_bo:631) igt_core<8>[ 137.766369] -INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:631) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:631) igt_core-INFO: #6 [+0xe7fa0db0] **** END **** [1mSubtest set-bad-name: FAIL (0.350s)[0m IGT-Version:<8>[ 137.791385] 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-kernel-name (vc4_label_bo:634) igt_vc4-CRITICAL:<14>[ 137.814744] [IGT] vc4_mmap: executing Test as<14>[ 137.819850] [IGT] vc4_mmap: starting subtest mmap-bad-handle sertion <14>[ 137.826346] [IGT] vc4_mmap: finished subtest mmap-bad-handle, SUCCESS failure <14>[ 137.833989] [IGT] vc4_mmap: exiting, ret=0 function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: <8>[ 137.843598] (vc4_label_bo:634) 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.869364] [IGT] vc4_mmap: executing create))<14>[ 137.874085] [IGT] vc4_mmap: starting subtest mmap-bo == 0 (vc4_label_bo:634) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:634) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe49411a8] #3 [+0xe4940d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe4940db0] Subtest set-kernel-name failed. **** DEBUG **** (vc4_label_bo:634) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:634) 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:634) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:634) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:634) igt_core-INFO: Stack trace: (vc4_label_bo:634) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:634) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:634) igt_core-INFO: #2 [+0xe49411a8] (vc4_label_bo:634) igt_core-INFO: #3 [+0xe4940d6c] (vc4_label_bo:634) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:634) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:634) igt_core-INFO: #6 [+0xe4940db0] **** END **** [1mSubtest set-kernel-name: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-color-write (vc4_lookup_fail:640) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:640) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:640) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:640) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xc4290e84] #2 [+0xc4290b6c] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xc4290bb0] Subtest bad-color-write failed. **** DEBUG **** (vc4_lookup_fail:640) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:640) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:640) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:640) CRITICAL: error: 19 != 22 (vc4_lookup_fail:640) igt_core-INFO: Stack trace: (vc4_lookup_fail:640) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_lookup_fail:640) igt_core-INFO: #1 [+0xc4290e84] (vc4_lookup_fail:640) igt_core-INFO: #2 [+0xc4290b6c] (vc4_lookup_fail:640) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_lookup_fail:640) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_lookup_fail:640) igt_core-INFO: #5 [+0xc4290bb0] **** END **** [1mSubtest bad-color-write: FAIL (0.008s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: mmap-bo (vc4_mmap:649) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:649) 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:649) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_mmap:649) igt_vc4-CRITICAL: error: -1 != 0 Stack<14>[ 138.228439] [IGT] vc4_mmap: finished subtest mmap-bo, FAIL trace: <14>[ 138.234936] [IGT] vc4_mmap: exiting, ret=98 #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_b<8>[ 138.246247] o+0x9c] #2 [+0xad471<8>[ 138.255445] 22c] #3 [+0xad470eec] #4 [__libc_init_fir<8>[ 138.264404] st+0x80] #5 [__libc_start_main+0x98] #6 [+0xad470f30] Subtest mmap-bo failed. **** DEBUG **** (vc4_mmap:649) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:649) i<8>[ 138.292252] gt_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:649<14>[ 138.317004] [IGT] vc4_purgeable_bo: executing ) igt_vc<14>[ 138.322771] [IGT] vc4_purgeable_bo: exiting, ret=77 4-CRITICAL: Last errno: 19, No such device (vc4_mmap:649) igt_v<8>[ 138.333319] c4-CRITICAL: error: -1 != 0 (vc4_mmap:649) igt_core-INFO: Stack trace: (vc4_mmap:649) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_mmap:649) igt_core-INFO: #1 [igt_vc4_create_bo+0x<14>[ 138.358957] [IGT] vc4_purgeable_bo: executing 9c] (vc<14>[ 138.364643] [IGT] vc4_purgeable_bo: exiting, ret=77 4_mmap:649) igt_core-INFO: #2 [+0xad47122c] (vc4_mma<8>[ 138.375121] p:649) igt_core-INFO: #3 [+0xad470eec] (vc4_mmap:649) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_mmap:649) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_mmap:649) igt_core-INFO: #6 <14>[ 138.401098] [IGT] vc4_purgeable_bo: executing [[ 138.406733] [IGT] vc4_purgeable_bo: exiting, ret=77 n>+0xad470f30] **** END **** [1mSubtest mmap-bo: FAIL (0.34<8>[ 138.417253] 8s)[0m /usr/bin/igt-parser.sh: 73: vc4_prefmon: not found /usr/bin/igt-parser.sh: 83: vc4_prefmon: not found WARNING: unhandled exit status: 127 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.<14>[ 138.443056] [IGT] vc4_purgeable_bo: executing 218-cip4<14>[ 138.448518] [IGT] vc4_purgeable_bo: exiting, ret=77 9 aarch64) Using IGT_SRANDOM=1706305836 for randomisati<8>[ 138.458859] on 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_M<14>[ 138.485010] [IGT] vc4_purgeable_bo: executing ADVISE) <14>[ 138.490555] [IGT] vc4_purgeable_bo: exiting, ret=77 Last errno: 19, No such device [1mSubtest mark-willneed: SKIP<8>[ 138.501143] (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_u<14>[ 138.527463] [IGT] vc4_purgeable_bo: executing nique___<14>[ 138.533280] [IGT] vc4_purgeable_bo: exiting, ret=77 _real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: <8>[ 138.543641] Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-purgeable: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aar<14>[ 138.569945] [IGT] vc4_purgeable_bo: executing ch64) U<14>[ 138.575891] [IGT] vc4_purgeable_bo: exiting, ret=77 sing IGT_SRANDOM=1706305836 for randomisation Opened de<8>[ 138.586143] vice: /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<14>[ 138.612970] [IGT] vc4_purgeable_bo: executing errno: <14>[ 138.618598] [IGT] vc4_purgeable_bo: exiting, ret=77 19, No such device [1mSubtest mark-purgeable-twice: SK<8>[ 138.629030] IP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt<14>[ 138.654807] [IGT] vc4_purgeable_bo: executing _unique_<14>[ 138.660829] [IGT] vc4_purgeable_bo: exiting, ret=77 ___real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test <8>[ 138.671216] requirement: igt_vc4_get<8>[ 138.680803] _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 (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 fo<8>[ 138.705616] r 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<14>[ 138.728059] [IGT] vc4_tiling: executing _VC4_PAR<14>[ 138.733144] [IGT] vc4_tiling: starting subtest get-bad-handle AM_SUPPO<14>[ 138.739754] [IGT] vc4_tiling: finished subtest get-bad-handle, SUCCESS RTS_MADV<14>[ 138.747450] [IGT] vc4_tiling: exiting, ret=0 ISE) Last errno: 19, No such device [1mSubtest access<8>[ 138.757115] -purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirement not <14>[ 138.783024] [IGT] vc4_tiling: executing met in f<14>[ 138.787927] [IGT] vc4_tiling: starting subtest set-bad-handle unction <14>[ 138.794487] [IGT] vc4_tiling: finished subtest set-bad-handle, SUCCESS __igt_un<14>[ 138.802206] [IGT] vc4_tiling: exiting, ret=0 ique____real_main97, file ../tests/vc4/vc4_purgeable_bo.<8>[ 138.811931] c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest access-purged-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch6<14>[ 138.836995] [IGT] vc4_tiling: executing 4) (Linu<14>[ 138.841822] [IGT] vc4_tiling: starting subtest get-bad-flags x: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirem<14>[ 138.858569] [IGT] vc4_tiling: finished subtest get-bad-flags, FAIL ent not <14>[ 138.865749] [IGT] vc4_tiling: exiting, ret=98 met in function __igt_unique____real_main97, file ../tes<8>[ 138.875414] ts/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-check-retained: SKIP (0.000s)[0m IGT-Ver<14>[ 138.900994] [IGT] vc4_tiling: executing sion: 1.<14>[ 138.906012] [IGT] vc4_tiling: starting subtest set-bad-flags 28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-flags (vc4_tiling:694) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:694) 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:694) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:694) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe44b1080] #3 [+0xe44b0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe44b0df0] Subtest get-bad-flags failed. **** DEBUG **** (vc4_tiling:694) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:694) 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:694) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:694) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:694) igt_core-INFO: Stack trace: (vc4_tiling:694) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:694) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:694) igt_core-INFO: #2 [+0xe44b1080] (vc4_tiling:694) igt_core-INFO: #3 [+0xe44b0dac] (vc4_tiling:694) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:694) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:694) igt_core-INFO: #6 [+0xe44b0df0] **** END **** [1mSubtest get-bad-flags: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-flags (vc4_tiling:697) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:697) 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:697) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:697) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [[ 139.260913] [IGT] vc4_tiling: finished subtest set-bad-flags, FAIL nown>+0x<14>[ 139.268128] [IGT] vc4_tiling: exiting, ret=98 e7fa1138] #3 [+0xe7fa0dac] #4 [__libc_init_first+0x80] <8>[ 139.279426] #5 [__libc_start_main+0x98] #6 [+0xe7fa0df0] Subtest set-bad-flags failed. **** DEBUG **** (vc4_tiling:697) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc<14>[ 139.306010] [IGT] vc4_tiling: executing 4_tiling<14>[ 139.311441] [IGT] vc4_tiling: starting subtest get-bad-modifier :697) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 +<14>[ 139.327812] [IGT] vc4_tiling: finished subtest get-bad-modifier, FAIL 0x03)) <14>[ 139.335616] [IGT] vc4_tiling: exiting, ret=98 << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8<8>[ 139.345288] )+8)))), (&create)) == 0 (vc4_tiling:697) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:697) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:697) igt_core-INFO: Stack trace: (vc4_tilin<14>[ 139.370356] [IGT] vc4_tiling: executing g:697) i<14>[ 139.375509] [IGT] vc4_tiling: starting subtest set-bad-modifier gt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:697) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:697) igt_core-INFO: #2 [+0xe7fa1138] (vc4_tiling:697) igt_core-INFO: #3 [+0xe7fa0dac] (vc4_tiling:697) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:697) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:697) igt_core-INFO: #6 [+0xe7fa0df0] **** END **** [1mSubtest set-bad-flags: FAIL (0.348s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-modifier (vc4_tiling:700) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:700) 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:700) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:700) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xba971358] #3 [+0xba970dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xba970df0] Subtest get-bad-modifier failed. **** DEBUG **** (vc4_tiling:700) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:700) 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:700) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:700) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:700) igt_core-INFO: Stack trace: (vc4_tiling:700) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:700) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:700) igt_core-INFO: #2 [+0xba971358] (vc4_tiling:700) igt_core-INFO: #3 [+0xba970dac] (vc4_tiling:700) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:700) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:700) igt_core-INFO: #6 [+0xba970df0] **** END **** [1mSubtest get-bad-modifier: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-modifier (vc4_tiling:703) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:703) 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:703) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:703) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc53813ec] #3 [+0xc5380dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc5380df0] Subtest set-bad-modifier failed. **** DEBUG **** (vc4_tiling:703) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:703) 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:703) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:703) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:703) igt_core-INFO: Stack trace: (vc4_tiling:703) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() <14>[ 139.730582] [IGT] vc4_tiling: finished subtest set-bad-modifier, FAIL (vc4_til<14>[ 139.738179] [IGT] vc4_tiling: exiting, ret=98 ing:703) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:703) <8>[ 139.749505] igt_core-INFO: #2 [+0xc53813ec] (vc4_tiling:703) igt_core-INFO: #3 [+0xc5380dac] (vc4_tiling:703) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:703) igt_core-INFO: #5 [__libc_start_main+0x98] (<14>[ 139.777124] [IGT] vc4_tiling: executing vc4_tili<14>[ 139.782421] [IGT] vc4_tiling: starting subtest set-get ng:703) igt_core-INFO: #6 [+0xc5380df0] **** END **** [1mSubtest set-bad-modifier: FAIL (0.348s)[0m IG<14>[ 139.798613] [IGT] vc4_tiling: finished subtest set-get, FAIL T-Versio<14>[ 139.805139] [IGT] vc4_tiling: exiting, ret=98 n: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch6<8>[ 139.814954] 4) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-get (vc4_tiling:706) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_<14>[ 139.838776] [IGT] vc4_tiling: executing bo, file<14>[ 139.843662] [IGT] vc4_tiling: starting subtest get-after-free ../lib/igt_vc4.c:126: (vc4_tiling:706) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14<14>[ 139.860086] [IGT] vc4_tiling: finished subtest get-after-free, FAIL )) | (((<14>[ 139.867550] [IGT] vc4_tiling: exiting, ret=98 'd')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(st<8>[ 139.877179] ruct drm_vc4_create_bo))<8>[ 139.886643] )) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:706) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:706) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_<8>[ 139.911387] create_bo+0x9c] #2 [+0xbf6f14dc] #3 [+0xbf6f0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbf6f0df0] Subtest set-get failed. **** DEBU<14>[ 139.934182] [IGT] vc4_wait_bo: executing G **** (vc4_tiling:706) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:706) 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:706) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:706) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:706) igt_core-INFO: Stack trace: (vc4_tiling:706) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:706) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:706) igt_core-INFO: #2 [+0xbf6f14dc] (vc4_tiling:706) igt_core-INFO: #3 [+0xbf6f0dac] (vc4_tiling:706) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:706) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:706) igt_core-INFO: #6 [+0xbf6f0df0] **** END **** [1mSubtest set-get: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-after-free (vc4_tiling:709) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:709) 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:709) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:709) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xcde21474] #3 [+0xcde20dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcde20df0] Subtest get-after-free failed. **** DEBUG **** (vc4_tiling:709) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:709) 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:709) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:709) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:709) igt_core-INFO: Stack trace: (vc4_tiling:709) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:709) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:709) igt_core-INFO: #2 [+0xcde21474] (vc4_tiling:709) igt_core-INFO: #3 [+0xcde20dac] (vc4_tiling:709) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:709) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:709) igt_core-INFO: #6 [+0xcde20df0] **** END **** [1mSubtest get-after-free: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:715) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:715) 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:715) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:715) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xcf47149c] #3 [+0xcf470e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcf470e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:715) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4<14>[ 140.287318] [IGT] vc4_wait_bo: exiting, ret=98 _wait_bo:715) igt_core-INFO: Using IGT_SRANDOM=170630583<8>[ 140.297370] 7 for randomisation (vc4_wait_bo:715) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:715) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:715) drmtest-DEBUG: Test requirement pass<14>[ 140.322112] [IGT] vc4_wait_bo: executing ed: !(fd<0) (vc4_wait_bo:715) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:715) igt_vc4-CRITICAL: Test asse<14>[ 140.337821] [IGT] vc4_wait_bo: exiting, ret=98 rtion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:<8>[ 140.347769] 126: (vc4_wait_bo:715) 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)))), (&cre<14>[ 140.373601] [IGT] vc4_wait_bo: executing ate)) == 0 (vc4_wait_bo:715) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:715) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:715) igt_core-INFO: Stack trace: (vc4_wait_bo:715) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:715) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:715) igt_core-INFO: #2 [+0xcf47149c] (vc4_wait_bo:715) igt_core-INFO: #3 [+0xcf470e2c] (vc4_wait_bo:715) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:715) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:715) igt_core-INFO: #6 [+0xcf470e70] **** END **** [1mSubtest bad-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:718) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:718) 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:718) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:718) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe2bd149c] #3 [+0xe2bd0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe2bd0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:718) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:718) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:718) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:718) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:718) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:718) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:718) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:718) 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:718) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:718) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:718) igt_core-INFO: Stack trace: (vc4_wait_bo:718) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:718) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:718) igt_core-INFO: #2 [+0xe2bd149c] (vc4_wait_bo:718) igt_core-INFO: #3 [+0xe2bd0e2c] (vc4_wait_bo:718) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:718) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:718) igt_core-INFO: #6 [+0xe2bd0e70] **** END **** [1mSubtest bad-pad: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:721) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:721) 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:721) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:721) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xdd1d149c] #3 [+0xdd1d0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdd1d0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:7<14>[ 140.727819] [IGT] vc4_wait_bo: exiting, ret=98 21) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) <8>[ 140.737837] (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:721) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:721) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:721) drmtes<14>[ 140.763011] [IGT] vc4_wait_bo: executing t-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:721) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:7<14>[ 140.778131] [IGT] vc4_wait_bo: exiting, ret=98 21) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) <8>[ 140.787918] (vc4_wait_bo:721) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:721) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8<14>[ 140.813153] [IGT] vc4_wait_bo: executing )+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:721) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:721) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:721) igt_core-INFO: Stack trace: (vc4_wait_bo:721) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:721) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:721) igt_core-INFO: #2 [+0xdd1d149c] (vc4_wait_bo:721) igt_core-INFO: #3 [+0xdd1d0e2c] (vc4_wait_bo:721) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:721) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:721) igt_core-INFO: #6 [+0xdd1d0e70] **** END **** [1mSubtest unused-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:724) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:724) 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:724) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:724) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe4bd149c] #3 [+0xe4bd0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe4bd0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:724) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:724) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:724) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:724) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:724) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:724) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:724) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:724) 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:724) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:724) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:724) igt_core-INFO: Stack trace: (vc4_wait_bo:724) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:724) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:724) igt_core-INFO: #2 [+0xe4bd149c] (vc4_wait_bo:724) igt_core-INFO: #3 [+0xe4bd0e2c] (vc4_wait_bo:724) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:724) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:724) igt_core-INFO: #6 [+0xe4bd0e70] **** END **** [1mSubtest unused-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:727) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:727) 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:727) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:727) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb8d8149c] #3 [+0xb8d80e2c] #4 [__libc_init_<14>[ 141.167295] [IGT] vc4_wait_bo: exiting, ret=98 first+0x80] #5 [__libc_start_main+0x98] #6 [[ 141.177253] wn>+0xb8d80e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:727) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:727) igt_core-INFO: Using IGT_SR<14>[ 141.202302] [IGT] vc4_wait_bo: executing ANDOM=1706305838 for randomisation (vc4_wait_bo:727) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:727) drmt<14>[ 141.217872] [IGT] vc4_wait_bo: exiting, ret=98 est-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:72<8>[ 141.227941] 7) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:727) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:727) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ..<14>[ 141.253418] [IGT] vc4_wait_bo: executing /lib/igt_vc4.c:126: (vc4_wait_bo:727) 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:727) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:727) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:727) igt_core-INFO: Stack trace: (vc4_wait_bo:727) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:727) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:727) igt_core-INFO: #2 [+0xb8d8149c] (vc4_wait_bo:727) igt_core-INFO: #3 [+0xb8d80e2c] (vc4_wait_bo:727) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:727) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:727) igt_core-INFO: #6 [+0xb8d80e70] **** END **** [1mSubtest used-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:730) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:730) 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:730) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:730) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb8b1149c] #3 [+0xb8b10e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb8b10e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:730) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:730) igt_core-INFO: Using IGT_SRANDOM=1706305839 for randomisation (vc4_wait_bo:730) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:730) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:730) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:730) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:730) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:730) 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:730) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:730) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:730) igt_core-INFO: Stack trace: (vc4_wait_bo:730) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:730) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:730) igt_core-INFO: #2 [+0xb8b1149c] (vc4_wait_bo:730) igt_core-INFO: #3 [+0xb8b10e2c] (vc4_wait_bo:730) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:730) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:730) igt_core-INFO: #6 [+0xb8b10e70] **** END **** [1mSubtest used-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:733) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:733) 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:733) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:733) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert(<14>[ 141.607918] [IGT] vc4_wait_bo: exiting, ret=98 ) #1 [igt_vc4_create_bo+0x9c] #2 [+0xb0a1<8>[ 141.617863] 149c] #3 [+0<8>[ 141.626315] xb0a10e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb0a10e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:733) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 a<8>[ 141.651444] arch64) (vc4_wait_bo:733) igt_core-INFO: Using IGT_SRANDOM=1706305839 for randomisation (vc4_wait_bo:733) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:733) drmtest-INFO: Opened d<14>[ 141.674891] [IGT] vc4_wait_seqno: executing evice: /<14>[ 141.680119] [IGT] vc4_wait_seqno: starting subtest bad-seqno-0ns dev/dri/<14>[ 141.686985] [IGT] vc4_wait_seqno: finished subtest bad-seqno-0ns, SUCCESS card0 (<14>[ 141.694923] [IGT] vc4_wait_seqno: exiting, ret=0 vc4_wait_bo:733) drmtest-DEBUG: Test requirement passed:<8>[ 141.705142] !(fd<0) (vc4_wait_bo:733) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:733) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126<14>[ 141.729272] [IGT] vc4_wait_seqno: executing : (vc4_<14>[ 141.734487] [IGT] vc4_wait_seqno: starting subtest bad-seqno-1ns wait_bo:<1>[ 141.741334] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008 733) igt<1>[ 141.751143] Mem abort info: _vc4-CRI<1>[ 141.754936] ESR = 0x96000044 TICAL: F<1>[ 141.758992] EC = 0x25: DABT (current EL), IL = 32 bits ailed as<1>[ 141.765338] SET = 0, FnV = 0 sertion:<1>[ 141.769394] EA = 0, S1PTW = 0 igt_ioc<1>[ 141.773538] Data abort info: tl((fd),<1>[ 141.777418] ISV = 0, ISS = 0x00000044 ((((2U|<1>[ 141.782267] CM = 0, WnR = 1 1U) << (<1>[ 141.786235] user pgtable: 4k pages, 48-bit VAs, pgdp=00000000503c0000 ((0+8)+8<1>[ 141.793727] [0000000000000008] pgd=0000000000000000, p4d=0000000000000000 )+14)) |<0>[ 141.801574] Internal error: Oops: 0000000096000044 [#1] PREEMPT SMP ((('d')<4>[ 141.808888] Modules linked in: brcmfmac brcmutil broadcom raspberrypi_cpufreq bcm_phy_lib hci_uart btqca btbcm clk_raspberrypi crct10dif_ce raspberrypi_hwmon bluetooth cfg80211 ecdh_generic ecc pcie_brcmstb iproc_rng200 genet rfkill bcm2711_thermal i2c_bcm2835 mdio_bcm_unimac pwm_bcm2835 rng_core vc4 cec drm_kms_helper drm dm_mod ip_tables x_tables ipv6 ) << (0+<4>[ 141.841589] CPU: 2 PID: 742 Comm: vc4_wait_seqno Not tainted 5.10.218-cip49 #1 8)) | ((<4>[ 141.849871] Hardware name: Raspberry Pi 4 Model B Rev 1.5 (DT) (0x40 + <4>[ 141.856748] pstate: 60000085 (nZCv daIf -PAN -UAO -TCO BTYPE=--) 0x03)) <<4>[ 141.863808] pc : prepare_to_wait+0x74/0x84 < 0) | (<4>[ 141.868912] lr : prepare_to_wait+0x34/0x84 (((sizeo<4>[ 141.874023] sp : ffff80001693bbd0 f(struct<4>[ 141.878342] x29: ffff80001693bbd0 x28: ffff80001693bd88 drm_vc4<4>[ 141.884688] x27: ffff80001693bd88 x26: 0000000000000001 _create_<4>[ 141.891034] x25: ffff0e6c10024858 x24: ffff0e6c11b80000 bo)))) <<4>[ 141.897381] x23: ffffadd3fb5c7000 x22: ffff80001693bc68 < ((0+8)<4>[ 141.903727] x21: ffff0e6c10024858 x20: 0000000000000001 +8)))), <4>[ 141.910074] x19: ffff80001693bc50 x18: 0000000000000000 (&create<4>[ 141.916420] x17: 0000000000000000 x16: ffffadd3f9ad4390 )) == 0 <4>[ 141.922767] x15: 0000ffffcfbf5c70 x14: 0000000000000000 (vc4_wa<4>[ 141.929113] x13: 0000000000000000 x12: 0000000000000000 it_bo:73<4>[ 141.935459] x11: 0000000000000000 x10: 0000000000000000 3) igt_v<4>[ 141.941806] x9 : ffffadd3bc42f000 x8 : 0000000000000001 c4-CRITI<4>[ 141.948153] x7 : ffffffffffffffff x6 : 000000000009f32f CAL: Las<4>[ 141.954499] x5 : 000000000009f32f x4 : 0000000000000000 t errno:<4>[ 141.960846] x3 : ffff0e6c10024858 x2 : 0000000000000000 19, No <4>[ 141.967192] x1 : 0000000000000000 x0 : ffff0e6c10024860 such dev<4>[ 141.973538] Call trace: ice (vc<4>[ 141.976979] prepare_to_wait+0x74/0x84 4_wait_b<4>[ 141.981753] vc4_wait_for_seqno+0x98/0x174 [vc4] o:733) i<4>[ 141.987388] vc4_wait_seqno_ioctl+0x30/0xa4 [vc4] gt_vc4-C<4>[ 141.993177] drm_ioctl_kernel+0xc4/0x114 [drm] RITICAL:<4>[ 141.998611] drm_ioctl+0x228/0x480 [drm] error: <4>[ 142.003513] __arm64_sys_ioctl+0xa8/0xf0 -1 != 0 <4>[ 142.008450] el0_svc_common.constprop.0+0x78/0x1c4 (vc4_wa<4>[ 142.014266] do_el0_svc+0x24/0x9c it_bo:73<4>[ 142.018588] el0_svc+0x14/0x20 3) igt_c<4>[ 142.022641] el0_sync_handler+0xb0/0xb4 ore-INFO<4>[ 142.027490] el0_sync+0x180/0x1c0 : Stack <0>[ 142.031812] Code: d50323bf d65f03c0 aa1503e0 f8408c02 (f9000456) trace: <4>[ 142.038950] ---[ end trace f222a0284acc5e1e ]--- (vc4_wai<6>[ 142.044591] note: vc4_wait_seqno[742] exited with preempt_count 1 t_bo:733) igt_core-INFO: #0 ../lib/igt_core.c:1989 __i<8>[ 142.056009] gt_fail_assert() (vc4_w<8>[ 142.065257] ait_bo:7<8>[ 142.070565] 33) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:733) igt_core-INFO: #2 [+0xb0a1149c] (vc4_wait_bo:733) igt_core-INFO: #3 [+0xb0a10e2c] (vc4_wait_bo:733) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:733) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:733) igt_core-INFO: #6 [+0xb0a10e70] **** END **** [1mSubtest used-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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 / #