Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3002 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.3:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.30 (3801 ms) U-Boot> setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 U-Boot> tftp 0x00080000 315656/tftp-deploy-rs9_u7_c/kernel/Image tftp 0x00080000 315656/tftp-deploy-rs9_u7_c/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.30 Filename '315656/tftp-deploy-rs9_u7_c/kernel/Image'. Load address: 0x80000 Loading: *################################################## 36.2 MiB 15.5 MiB/s done Bytes transferred = 37968384 (2435a00 hex) U-Boot> tftp 0x06700000 315656/tftp-deploy-rs9_u7_c/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 315656/tftp-deploy-rs9_u7_c/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.30 Filename '315656/tftp-deploy-rs9_u7_c/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *###############################T #T ################## 59 MiB 4.3 MiB/s done Bytes transferred = 61856389 (3afda85 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 315656/tftp-deploy-rs9_u7_c/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 315656/tftp-deploy-rs9_u7_c/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.30 Filename '315656/tftp-deploy-rs9_u7_c/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 26.8 KiB 3.7 MiB/s done Bytes transferred = 27434 (6b2a 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=26e0000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 61856325 Bytes = 59 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 3642a000, end 39f27a45 ... OK Loading Device Tree to 0000000036420000, end 0000000036429b29 ... OK Working FDT set to 36420000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.1.91-cip21 (KernelCI@build-j208554-arm64-gcc-10-defconfig-hvbss) (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 May 28 13:16:37 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 0x7fbf6a00-0x7fbf8fff] [ 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] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] percpu: Embedded 21 pages/cpu s47912 r8192 d29912 u86016 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v3a [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 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: ARM erratum 1742098 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Fallback order for Node 0: 0 [ 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: area num 4. <6>[ 0.000000] software IO TLB: mapped [mem 0x000000002e400000-0x0000000032400000] (64MB) <6>[ 0.000000] Memory: 1748976K/2019328K available (16256K kernel code, 3734K rwdata, 9352K rodata, 7616K init, 609K bss, 204816K 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] Tracing 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] Root IRQ handler: gic_handle_irq <6>[ 0.000000] GIC: Using split EOI/Deactivate mode <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <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.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns <6>[ 0.008668] Console: colour dummy device 80x25 <6>[ 0.013526] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024357] pid_max: default: 32768 minimum: 301 <6>[ 0.029365] LSM: Security Framework initializing <6>[ 0.034423] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042198] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052285] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.059894] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.066420] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.074007] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.080676] rcu: Hierarchical SRCU implementation. <6>[ 0.085803] rcu: Max phase no-delay instances is 1000. <6>[ 0.093865] EFI services will not be available. <6>[ 0.099019] smp: Bringing up secondary CPUs ... <6>[ 0.104451] Detected PIPT I-cache on CPU1 <6>[ 0.104581] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.105210] Detected PIPT I-cache on CPU2 <6>[ 0.105315] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.105914] Detected PIPT I-cache on CPU3 <6>[ 0.106021] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.106111] smp: Brought up 1 node, 4 CPUs <6>[ 0.144083] SMP: Total of 4 processors activated. <6>[ 0.149110] CPU features: detected: 32-bit EL0 Support <6>[ 0.154594] CPU features: detected: 32-bit EL1 Support <6>[ 0.160065] CPU features: detected: CRC32 instructions <6>[ 0.165626] CPU: All CPU(s) started at EL2 <6>[ 0.170059] alternatives: applying system-wide alternatives <6>[ 0.177810] devtmpfs: initialized <6>[ 0.188111] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.198277] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.207387] pinctrl core: initialized pinctrl subsystem <6>[ 0.215007] DMI not present or invalid. <6>[ 0.219976] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.227395] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.235046] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.243305] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.251639] audit: initializing netlink subsys (disabled) <5>[ 0.257522] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1 <6>[ 0.258697] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.265638] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.272044] cpuidle: using governor menu <6>[ 0.283338] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.290575] ASID allocator initialised with 32768 entries <6>[ 0.298277] Serial: AMBA PL011 UART driver <6>[ 0.325822] KASLR enabled <6>[ 0.339514] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.346667] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.353317] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.360448] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.367051] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.374178] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.380781] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.387908] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.396291] ACPI: Interpreter disabled. <6>[ 0.403190] iommu: Default domain type: Translated <6>[ 0.408406] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.415291] SCSI subsystem initialized <6>[ 0.419746] usbcore: registered new interface driver usbfs <6>[ 0.425613] usbcore: registered new interface driver hub <6>[ 0.431298] usbcore: registered new device driver usb <4>[ 0.436854] usb_phy_generic phy: supply vcc not found, using dummy regulator <4>[ 0.444371] usb_phy_generic phy: dummy supplies not allowed for exclusive requests <6>[ 0.453360] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.458652] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.468164] PTP clock support registered <6>[ 0.472556] EDAC MC: Ver: 3.0.0 <6>[ 0.477684] FPGA manager framework <6>[ 0.481492] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.488778] vgaarb: loaded <6>[ 0.492128] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.498806] VFS: Disk quotas dquot_6.6.0 <6>[ 0.503094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.510532] pnp: PnP ACPI: disabled <6>[ 0.522362] NET: Registered PF_INET protocol family <6>[ 0.527923] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.538012] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.546979] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.555096] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.563471] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) <6>[ 0.571665] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.578697] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.585787] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.593442] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.599877] RPC: Registered named UNIX socket transport module. <6>[ 0.606149] RPC: Registered udp transport module. <6>[ 0.611172] RPC: Registered tcp transport module. <6>[ 0.616194] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.622979] PCI: CLS 0 bytes, default 64 <6>[ 0.627504] Unpacking initramfs... <6>[ 0.641180] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 0.649997] kvm [1]: IPA Size Limit: 44 bits <6>[ 0.656769] kvm [1]: vgic interrupt IRQ9 <6>[ 0.661157] kvm [1]: Hyp mode initialized successfully <5>[ 0.668031] Initialise system trusted keyrings <6>[ 0.673108] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 0.687874] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.694866] NFS: Registering the id_resolver key type <5>[ 0.700300] Key type id_resolver registered <5>[ 0.704803] Key type id_legacy registered <6>[ 0.709244] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.716297] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.724325] 9p: Installing v9fs 9p2000 file system support <5>[ 0.796164] Key type asymmetric registered <5>[ 0.800594] Asymmetric key parser 'x509' registered <6>[ 0.805890] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 0.813650] io scheduler mq-deadline registered <6>[ 0.818498] io scheduler kyber registered <6>[ 0.824449] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 18) <6>[ 0.851319] EINJ: ACPI disabled. <6>[ 0.885998] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 0.894928] printk: console [ttyS1] disabled <6>[ 0.899625] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 29, base_baud = 62499999) is a 16550 <6>[ 0.908928] printk: console [ttyS1] enabled <6>[ 0.908928] printk: console [ttyS1] enabled <6>[ 0.917967] printk: bootconsole [bcm2835aux0] disabled <6>[ 0.917967] printk: bootconsole [bcm2835aux0] disabled <6>[ 0.931026] SuperH (H)SCI(F) driver initialized <6>[ 0.936642] msm_serial: driver initialized <6>[ 0.950189] loop: module loaded <6>[ 0.955025] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 0.963997] megasas: 07.719.03.00-rc1 <6>[ 0.975561] tun: Universal TUN/TAP device driver, 1.6 <6>[ 0.982175] thunder_xcv, ver 1.0 <6>[ 0.985807] thunder_bgx, ver 1.0 <6>[ 0.989402] nicpf, ver 1.0 <6>[ 0.994185] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 1.001799] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 1.007643] hclge is initializing <6>[ 1.011320] e1000: Intel(R) PRO/1000 Network Driver <6>[ 1.016543] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 1.022699] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 1.028007] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 1.034326] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 1.040075] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 1.046048] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 1.052680] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 1.059515] sky2: driver version 1.30 <6>[ 1.065024] VFIO - User Level meta-driver version: 0.3 <6>[ 1.074944] usbcore: registered new interface driver usb-storage <6>[ 1.085099] i2c_dev: i2c /dev entries driver <6>[ 1.092576] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 1.100275] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 1.112041] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 1.121580] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.128142] sdhci: Copyright(c) Pierre Ossman <6>[ 1.133877] Synopsys Designware Multimedia Card Interface Driver <6>[ 1.141636] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.150803] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.160218] usbcore: registered new interface driver usbhid <6>[ 1.166161] usbhid: USB HID core driver <6>[ 1.171756] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 1.185263] NET: Registered PF_PACKET protocol family <6>[ 1.190838] 9pnet: Installing 9P2000 support <5>[ 1.195535] Key type dns_resolver registered <6>[ 1.200561] registered taskstats version 1 <5>[ 1.205040] Loading compiled-in X.509 certificates <6>[ 1.218825] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 <6>[ 1.228314] serial serial0: tty port ttyAMA0 registered <6>[ 1.236495] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <3>[ 1.247377] uart-pl011 fe201000.serial: Failed to create device link (0x180) with soc:firmware:gpio <4>[ 1.259309] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 1.267004] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 1.376668] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 1.392918] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 1.431242] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 1.439231] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <6>[ 1.523550] mmc0: new high speed SDIO card at address 0001 <6>[ 1.543622] mmc1: new ultra high speed DDR50 SDXC card at address 59b4 <6>[ 1.551409] mmcblk1: mmc1:59b4 GE4S5 239 GiB <6>[ 1.558738] mmcblk1: p1 p2 <6>[ 5.255886] Freeing initrd memory: 60404K <6>[ 13.740229] clk: Disabling unused clocks <6>[ 13.744625] ALSA device list: <6>[ 13.747903] No soundcards found. <6>[ 13.758116] Freeing unused kernel memory: 7616K <6>[ 13.763121] Run /init as init process <30>[ 13.802364] systemd[1]: System time before build time, advancing clock. <6>[ 13.822897] NET: Registered PF_INET6 protocol family <6>[ 13.829396] Segment Routing with IPv6 <6>[ 13.833449] In-situ OAM (IOAM) with IPv6 <30>[ 13.858499] 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>[ 13.892157] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 13.916445] systemd[1]: Hostname set to . <30>[ 14.224955] systemd[1]: Queued start job for default target graphical.target. <30>[ 14.252694] 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>[ 14.281912] 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>[ 14.309910] 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>[ 14.337560] 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>[ 14.360593] 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>[ 14.388488] 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>[ 14.416360] 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>[ 14.436439] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 14.460294] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.…get[0m - Local Encrypted Volumes. <30>[ 14.488319] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mintegrityse…Local Integrity Protected Volumes. <30>[ 14.516358] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 14.540300] 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>[ 14.564280] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 14.588307] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 14.608343] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mveritysetup… - Local Verity Protected Volumes. <30>[ 14.636643] 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>[ 14.665362] 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>[ 14.692926] 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>[ 14.720909] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket. <30>[ 14.748967] 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>[ 14.776796] 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>[ 14.828484] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 14.856844] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 14.888829] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 14.916738] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 14.960787] 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>[ 14.993230] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 15.025351] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Starting [0;1;39mmodprobe@dm_mod.s…[0m - Load Kernel Module dm_mod..<6>[ 15.040901] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com . <30>[ 15.065319] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 15.097385] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore... <30>[ 15.129296] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <30>[ 15.180826] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 15.213871] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 15.249674] 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>[ 15.316814] 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>[ 15.353382] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 15.391843] 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... Startin<46>[ 15.794735] systemd-journald[125]: Received client request to flush runtime journal. g [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-tmpfiles-…te Volatile Files and Directories. [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. 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... Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] 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. <5>[ 17.028155] random: crng init done [[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;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. [[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... <6>[ 17.279489] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 17.286963] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 17.296701] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <6>[ 17.305287] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 <6>[ 17.306465] iproc-rng200 fe104000.rng: hwrng registered <6>[ 17.328495] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <6>[ 17.336331] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 17.343048] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 17.348995] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 17.359904] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [[0;32m<6>[ 17.366437] pci 0000:00:00.0: PME# supported from D0 D3hot OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. <4>[ 17.415564] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator <6>[ 17.429436] Bluetooth: Core ver 2.22 <6>[ 17.434030] NET: Registered PF_BLUETOOTH protocol family <4>[ 17.434536] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator <4>[ 17.447839] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator Debian G<6>[ 17.456236] Bluetooth: HCI device and connection manager initialized NU/Linux<6>[ 17.463616] Bluetooth: HCI socket layer initialized 12 debi<6>[ 17.469408] Bluetooth: L2CAP socket layer initialized an-bookw<6>[ 17.475604] Bluetooth: SCO socket layer initialized orm-arm64 ttyS1 debian-bookworm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 6.1.91-cip21 #1 SMP PREEMPT Tue May 28 13:16:37 UTC 2024 aarch64 The programs inc<6>[ 17.508469] Bluetooth: HCI UART driver ver 2.3 luded wi<6>[ 17.514176] Bluetooth: HCI UART protocol H4 registered th the Debian GNU/Linux system are free software; the exact dis<6>[ 17.525008] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) tributio<6>[ 17.525322] Bluetooth: HCI UART protocol LL registered n terms <6>[ 17.526276] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) for each<6>[ 17.526425] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 program<6>[ 17.526518] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] are des<6>[ 17.526840] pci 0000:01:00.0: PME# supported from D0 D3hot cribed in the i<6>[ 17.568430] Bluetooth: HCI UART protocol Broadcom registered ndividual files <5>[ 17.575478] cfg80211: Loading compiled-in X.509 certificates for regulatory database in /usr/<4>[ 17.576643] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARR<6>[ 17.598418] Bluetooth: HCI UART protocol QCA registered ANTY, to<4>[ 17.600045] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator the ext<6>[ 17.604083] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] <6>[ 17.604164] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] ent per<6>[ 17.604191] pci 0000:00:00.0: PCI bridge to [bus 01] mitted b<6>[ 17.604203] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] y applic<6>[ 17.605034] Bluetooth: HCI UART protocol Marvell registered able law<6>[ 17.609332] pcieport 0000:00:00.0: enabling device (0000 -> 0002) . / # <6>[ 17.613107] pcieport 0000:00:00.0: PME: Signaling with IRQ 41 <6>[ 17.620250] pcieport 0000:00:00.0: AER: enabled with IRQ 41 <5>[ 17.622647] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <6>[ 17.629339] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <5>[ 17.684626] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <6>[ 17.684808] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <4>[ 17.693324] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 17.716822] cfg80211: failed to load regulatory.db <6>[ 17.717866] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) / # <6>[ 17.730113] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.737921] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.740291] uart-pl011 fe201000.serial: no DMA platform data <6>[ 17.746511] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.758893] vc4-drm gpu: bound fe216000.pixelvalve# (ops vc4_crtc_ops [vc4]) <6>[ 17.767236] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 <6>[ 17.774131] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 17.782337] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 17.791187] [drm] Initialized v3d 1.0.0 20180419 for fec00000.gpu on minor 1 <6>[ 17.791276] vc4-drm gpu: [drm] Cannot find any crtc or sizes # / # export SHELL=/bin/sh <6>[ 17.884663] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <4>[ 17.893767] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 <4>[ 17.905925] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <6>[ 17.928244] xhci_hcd 0000:01:00.0: xHCI Host Controller export S<6>[ 17.933975] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 17.942614] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 <6>[ 17.944199] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 17.952790] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 17.964263] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 17.972219] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 17.979258] hub 1-0:1.0: USB hub found / # <6>[ 17.983546] hub 1-0:1.0: 1 port detected <6>[ 17.988742] hub 2-0:1.0: USB hub found <6>[ 17.992276] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 17.992653] Bluetooth: hci0: BCM: chip id 107 <6>[ 17.992894] hub 2-0:1.0: 4 ports detected <6>[ 17.992904] Bluetooth: hci0: BCM: features 0x2f <6>[ 17.994386] Bluetooth: hci0: BCM4345C0 <6>[ 17.994392] Bluetooth: hci0: BCM4. /lava-315656/environment 345C0 (003.001.025) build 0000 <3>[ 17.994495] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 17.994498] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' <3>[ 17.994500] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 17.994502] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,4-model-b.hcd' <3>[ 17.994504] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' . /lava-315656/environment / # /lava-315656/bin/lava-test-runner /lava-315656/0 /lava-315656/bin/lava-test-runner /lava-315656/0 <6>[ 18.244194] usb 1-1: new high-speed USB device number 2 using xhci_hcd + export TESTRUN_ID=0_igt-<8>[ 18.256075] kms-vc4 + cd /lava-315656/0/tests/0_igt-kms-vc4 + cat uuid + UUID=315656_1.5.2.4.1 + set +x + IGT_FORCE_DRIVER=vc4 /usr/bin/igt-parser.sh core_auth core_getclient core_getstats core_getversion core_setmaster_vs_auth drm_read kms_addfb_basic kms_atomic kms_fli<8>[ 18.285742] p_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_bo vc4_wait_seqno <14>[ 18.309671] [IGT] core_auth: executing IGT-Vers<14>[ 18.314423] [IGT] core_auth: starting subtest getclient-simple ion: 1.2<14>[ 18.321469] [IGT] core_auth: finished subtest getclient-simple, SUCCESS 8-ga44eb<14>[ 18.329286] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=17<8>[ 18.339216] 06305720 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card0 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 18.365537] [IGT] core_auth: executing IGT-Vers<14>[ 18.370163] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<14>[ 18.377761] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS 8-ga44eb<14>[ 18.385768] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=17<8>[ 18.395871] 06305720 for randomisation Starting subtest: getclient-<6>[ 18.408936] hub 1-1:1.0: USB hub found master-d<6>[ 18.413676] hub 1-1:1.0: 4 ports detected rop Opened device: /dev/dri/card0 [1mSubtest getclient-master-drop: SUCCESS (0.000s)<14>[ 18.425897] [IGT] core_auth: executing [0m IGT-Vers<14>[ 18.430702] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 18.437709] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-ga44eb<14>[ 18.444584] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=17<8>[ 18.454798] 06305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 18.483590] [IGT] core_auth: executing IGT-Vers<14>[ 18.488168] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: many-magics Reopening devi<14>[ 18.510285] [IGT] core_auth: finished subtest many-magics, SUCCESS ce faile<14>[ 18.517511] [IGT] core_auth: exiting, ret=0 d after 1020 opens [1mSubtest many-magics: SUCCESS (0.<8>[ 18.527296] 016s)[0m <8>[ 18.537200] <14>[ 18.580655] [IGT] core_getclient: executing IGT-Vers<14>[ 18.585682] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SR<8>[ 18.596741] ANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 18.645627] [IGT] core_getstats: executing IGT-Vers<14>[ 18.650561] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Usin<8>[ 18.661428] g IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 18.711642] [IGT] core_getversion: executing IGT-Vers<14>[ 18.716972] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Usin<8>[ 18.727889] g IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 18.777380] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 18.783339] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Usin<8>[ 18.794698] g IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <8>[ 18.826014] <14>[ 18.850495] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <6>[ 18.867970] vc4-drm gpu: [drm] Cannot find any crtc or sizes <3>[ 18.928288] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 <14>[ 19.011333] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 19.017471] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest: invalid-buffer [1mSubtest invalid-bu<14>[ 19.028930] [IGT] drm_read: exiting, ret=0 ffer: SUCCESS (0.000s)[0m <8>[ 19.041085] <14>[ 19.070160] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 19.224105] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 19.230217] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest: fault-buffer [1mSubtest fault-buffer<14>[ 19.241361] [IGT] drm_read: exiting, ret=0 : SUCCESS (0.000s)[0m <8>[ 19.253243] <14>[ 19.281805] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 19.435168] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 20.441207] [IGT] drm_read: finished subtest empty-block, SUCCESS est empty-block: SUCCESS (1.000s)[0m <14>[ 20.452362] [IGT] drm_read: exiting, ret=0 <8>[ 20.462333] <14>[ 20.490097] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 20.642872] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 20.649009] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest: empty-nonblock [1mSubtest empty-nonb<14>[ 20.660425] [IGT] drm_read: exiting, ret=0 lock: SUCCESS (0.000s)[0m <8>[ 20.672421] <14>[ 20.702047] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 20.853714] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 20.860245] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest: short-buffer-block [1mSubtest short-<14>[ 20.871946] [IGT] drm_read: exiting, ret=0 buffer-block: SUCCESS (0.000s)[0m <8>[ 20.884518] <14>[ 20.913942] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 21.066063] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 21.072827] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest: short-buffer-nonblock [1mSubtest sho<14>[ 21.084819] [IGT] drm_read: exiting, ret=0 rt-buffer-nonblock: SUCCESS (0.000s)[0m <8>[ 21.096740] <14>[ 21.126756] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 21.279203] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 53.498844] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est short-buffer-wakeup: SUCCESS (32.213s)[0m <14>[ 53.511826] [IGT] drm_read: exiting, ret=0 <8>[ 53.523167] <8>[ 53.532739] <8>[ 53.559987] <14>[ 53.585726] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip2<14>[ 53.594965] [IGT] kms_addfb_basic: starting subtest unused-handle 1 aarch6<14>[ 53.602436] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS 4) 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 ../lib/drmtest.c:880: Test requirement: is_in<14>[ 53.633679] [IGT] kms_addfb_basic: exiting, ret=0 tel_device(fd) Test requirement not met in function igt_require<8>[ 53.644306] _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>[ 53.671570] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip2<14>[ 53.680523] [IGT] kms_addfb_basic: starting subtest unused-pitches 1 aarch6<14>[ 53.688259] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS 4) 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 met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirem<14>[ 53.719128] [IGT] kms_addfb_basic: exiting, ret=0 ent: is_intel_device(fd) Test requirement not met in function i<8>[ 53.729628] gt_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>[ 53.757887] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip2<14>[ 53.767048] [IGT] kms_addfb_basic: starting subtest unused-offsets 1 aarch6<14>[ 53.774676] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS 4) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-offsets [1mSubtest unused-offsets: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirem<14>[ 53.805334] [IGT] kms_addfb_basic: exiting, ret=0 ent: is_intel_device(fd) Test requirement not met in function i<8>[ 53.815810] gt_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>[ 53.843350] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip2<14>[ 53.852515] [IGT] kms_addfb_basic: starting subtest unused-modifier 1 aarch6<14>[ 53.860160] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS 4) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-modifier [1mSubtest unused-modifier: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requir<14>[ 53.891223] [IGT] kms_addfb_basic: exiting, ret=0 ement: is_intel_device(fd) Test requirement not met in function<8>[ 53.901731] 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>[ 53.930383] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip2<14>[ 53.939650] [IGT] kms_addfb_basic: starting subtest clobberred-modifier 1 aarch6<14>[ 53.947531] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP 4) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: clobberred-modifier Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest clobberre<14>[ 53.978658] [IGT] kms_addfb_basic: exiting, ret=77 d-modifier: SKIP (0.000s)[0m Test requirement not met in funct<8>[ 53.989383] 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 requirement no<14>[ 54.017707] [IGT] kms_addfb_basic: executing t met in function igt_require_intel, file ../lib/drmtest<14>[ 54.026877] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete .c:880: <14>[ 54.035629] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-smem-bo-on-discrete Test requirement not m<14>[ 54.066141] [IGT] kms_addfb_basic: exiting, ret=77 et in function igt_require_intel, file ../lib/drmtest.c:880: Te<8>[ 54.077014] st requirement: is_intel_device(fd) [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not<14>[ 54.107121] [IGT] kms_addfb_basic: executing met in function igt_require_intel, file ../lib/drmtest.<14>[ 54.116420] [IGT] kms_addfb_basic: starting subtest legacy-format c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmte<14>[ 54.133566] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS st.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: legacy-format Successfully fuzzed 10000 {bpp, depth} var<14>[ 54.164740] [IGT] kms_addfb_basic: exiting, ret=0 iations [1mSubtest legacy-format: SUCCESS (0.010s)[0m Test r<8>[ 54.175611] equirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_in<14>[ 54.202752] [IGT] kms_addfb_basic: executing tel_device(fd) Test requirement not met in function igt_require_intel, file ../<14>[ 54.214193] [IGT] kms_addfb_basic: starting subtest no-handle lib/drmt<14>[ 54.221145] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS est.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: no-handle [1mSubtest no-handle: SUCCES<14>[ 54.250496] [IGT] kms_addfb_basic: exiting, ret=0 S (0.000s)[0m Test requirement not met in function igt_require<8>[ 54.261362] _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>[ 54.289589] [IGT] kms_addfb_basic: executing equire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 54.301436] [IGT] kms_addfb_basic: starting subtest basic IGT-Ver<14>[ 54.307521] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS sion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_i<14>[ 54.336878] [IGT] kms_addfb_basic: exiting, ret=0 ntel, file ../lib/drmtest.c:880: Test requirement: is_intel_dev<8>[ 54.347746] ice(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<14>[ 54.374274] [IGT] kms_addfb_basic: executing : is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21<14>[ 54.386337] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 aarch64<14>[ 54.393178] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS ) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-0 [1mSubtest bad-pitch-0: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test<14>[ 54.422146] [IGT] kms_addfb_basic: exiting, ret=0 requirement: is_intel_device(fd) Test requirement not met in f<8>[ 54.433274] unction 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>[ 54.461064] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SR<14>[ 54.472657] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 ANDOM=17<14>[ 54.479430] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS 06305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-32 [1mSubtest bad-pitch-32: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_inte<14>[ 54.508430] [IGT] kms_addfb_basic: exiting, ret=0 l_device(fd) Test requirement not met in function igt_require_i<8>[ 54.519414] ntel, 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>[ 54.547981] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SR<14>[ 54.559416] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 ANDOM=17<14>[ 54.566413] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS 06305756 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, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Te<14>[ 54.597067] [IGT] kms_addfb_basic: exiting, ret=0 st requirement not met in function igt_require_intel, file ../li<8>[ 54.607784] b/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>[ 54.635278] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SR<14>[ 54.646388] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 ANDOM=17<14>[ 54.653827] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS 06305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-128 [1mSubtest bad-pitch-128: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requiremen<14>[ 54.682491] [IGT] kms_addfb_basic: exiting, ret=0 t: is_intel_device(fd) Test requirement not met in function igt<8>[ 54.693094] _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>[ 54.721271] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SR<14>[ 54.732673] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 ANDOM=17<14>[ 54.739851] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS 06305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-256 [1mSubtest bad-pitch-256: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<14>[ 54.769609] [IGT] kms_addfb_basic: exiting, ret=0 ce(fd) Test requirement not met in function igt_require_intel, <8>[ 54.780650] 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>[ 54.808702] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SR<14>[ 54.819876] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 ANDOM=17<14>[ 54.827263] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS 06305757<46>[ 54.835351] 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. for ran<46>[ 54.857527] systemd-journald[125]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. domisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-1024 [1mSubtest bad-pitch-1024: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test req<14>[ 54.906297] [IGT] kms_addfb_basic: exiting, ret=0 uirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is<8>[ 54.919866] _intel_device(fd) <14>[ 54.948674] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SR<14>[ 54.960215] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 ANDOM=17<14>[ 54.967284] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS 06305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-999 [1mSubtest bad-pitch-999: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: <14>[ 54.994478] [IGT] kms_addfb_basic: exiting, ret=0 Test requirement: is_intel_device(fd) Test requirement not met<8>[ 55.005030] 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>[ 55.033331] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SR<14>[ 55.044971] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 ANDOM=17<14>[ 55.051986] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS 06305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-65536 [1mSubtest bad-pitch-65536: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: i<14>[ 55.081152] [IGT] kms_addfb_basic: exiting, ret=0 s_intel_device(fd) Test requirement not met in function igt_req<8>[ 55.091974] uire_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>[ 55.120229] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305757 for ran<14>[ 55.133607] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any domisati<14>[ 55.141735] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS on Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 55.168697] [IGT] kms_addfb_basic: exiting, ret=0 est requirement: is_intel_device(fd) Test requirement not met i<8>[ 55.179135] n 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>[ 55.207212] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305757 for ran<14>[ 55.220843] [IGT] kms_addfb_basic: starting subtest invalid-get-prop domisati<14>[ 55.228342] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS on 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:880: Test requirement: is_inte<14>[ 55.256664] [IGT] kms_addfb_basic: exiting, ret=0 l_device(fd) Test requirement not met in function igt_require_i<8>[ 55.267168] ntel, 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>[ 55.295613] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305757 for ran<14>[ 55.309289] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any domisati<14>[ 55.316980] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS on Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/d<14>[ 55.342925] [IGT] kms_addfb_basic: exiting, ret=0 rmtest.c:880: Test requirement: is_intel_device(fd) Test requi<8>[ 55.353287] rement 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>[ 55.382402] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305757 for ran<14>[ 55.396015] [IGT] kms_addfb_basic: starting subtest invalid-set-prop domisati<14>[ 55.403559] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS on Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 55.429043] [IGT] kms_addfb_basic: exiting, ret=0 :880: Test requirement: is_intel_device(fd) Test requirement n<8>[ 55.439247] ot 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>[ 55.468439] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened devic<14>[ 55.484005] [IGT] kms_addfb_basic: starting subtest master-rmfb e: /dev/<14>[ 55.491191] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS dri/card0 Starting subtest: master-rmfb [1mSubtest master-rmfb: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: i<14>[ 55.515266] [IGT] kms_addfb_basic: exiting, ret=0 s_intel_device(fd) Test requirement not met in function igt_req<8>[ 55.525880] uire_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>[ 55.554273] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 <14>[ 55.571821] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag Starting<14>[ 55.579871] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS subtest: addfb25-modifier-no-flag [1mSubtest addfb25-modifier-no-flag: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../<14>[ 55.602368] [IGT] kms_addfb_basic: exiting, ret=0 lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test <8>[ 55.613076] 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>[ 55.642130] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card<14>[ 55.659810] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier 0 Starting subtest: addfb25-bad-modifier (kms_addfb_basic:376) CRITICAL: Test assertion failure function <14>[ 55.676500] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:376) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0<14>[ 55.699785] [IGT] kms_addfb_basic: exiting, ret=98 xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8<8>[ 55.710898] )))), (&f)) == -1 (kms_addfb_basic:376) CRITICAL: error: 0 != -1 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xcf9c4358] #2 [+0xcf9c5fbc] #3 [+0xcf9c156c] #4 [__libc_init_first<14>[ 55.739601] [IGT] kms_addfb_basic: executing +0x80] #5 [__libc_start_main+0x98] #6 [+0xcf9c15b0] Subtest addfb25-bad-modifier failed. **** DEBUG **** (kms_addfb_basic:376) ioctl_wrappers-DEBUG: Test requirement passed: igt_has_fb_modifiers(fd) (kms_addfb_basic:376) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb<14>[ 55.772813] [IGT] kms_addfb_basic: exiting, ret=77 _basic.c:714: (kms_addfb_basic:376) CRITICAL: Failed assertion:<8>[ 55.783369] igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:376) CRITICAL: error: 0 != -1 (kms_addfb_basic:376) igt_core-INFO<14>[ 55.813222] [IGT] kms_addfb_basic: executing : Stack trace: (kms_addfb_basic:376) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_addfb_basic:376) igt_core-INFO: #1 [+0xcf9c4358] (kms_addfb_basic:376) igt_core-INFO: #2 [+0xcf9c5fbc] (kms_addfb_basic:376) igt_core-INFO: #3 [+0xcf9c156c] (kms_addfb_b<14>[ 55.845342] [IGT] kms_addfb_basic: exiting, ret=77 asic:376) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_add<8>[ 55.856252] fb_basic:376) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_addfb_basic:376) igt_core-INFO: #6 [+0xcf9c15b0] **** END **** [1mSubtest addfb25-bad-modifier: FAIL (0.009s)[0m Test requirement not met in function igt_req<14>[ 55.885435] [IGT] kms_addfb_basic: executing uire_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) IGT-Version: 1.28-g<14>[ 55.920153] [IGT] kms_addfb_basic: exiting, ret=77 a44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRAND<8>[ 55.931397] OM=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) [1mSubtest addfb25-x-tiled-mismatch-legacy: SKIP (0.<14>[ 55.961252] [IGT] kms_addfb_basic: executing 000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.<14>[ 55.992942] [IGT] kms_addfb_basic: exiting, ret=77 1.91-cip21 aarch64) Using IGT_SRANDOM=1706305758 for randomisat<8>[ 56.003631] ion Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-legacy: SKIP (0.000s)[0m Test requi<14>[ 56.031182] [IGT] kms_addfb_basic: executing rement 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) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305758 for<14>[ 56.065138] [IGT] kms_addfb_basic: exiting, ret=77 randomisation Opened device: /dev/dri/card0 Test requirement <8>[ 56.076450] not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.<14>[ 56.106200] [IGT] kms_addfb_basic: executing c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in<14>[ 56.141075] [IGT] kms_addfb_basic: exiting, ret=77 function igt_require_intel, file ../lib/drmtest.c:880: Test re<8>[ 56.152325] 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) [1mSubtest basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in func<14>[ 56.180927] [IGT] kms_addfb_basic: executing tion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 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_i<14>[ 56.215758] [IGT] kms_addfb_basic: exiting, ret=77 ntel_device(fd) Test requirement not met in function igt_requir<8>[ 56.227020] e_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_dev<14>[ 56.256094] [IGT] kms_addfb_basic: executing ice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 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 <14>[ 56.288207] [IGT] kms_addfb_basic: starting subtest size-max in funct<14>[ 56.294574] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS ion igt_require_<14>[ 56.302692] [IGT] kms_addfb_basic: exiting, ret=0 intel, file ../lib/drmtest.c:880: Test requirement: is_intel_de<8>[ 56.313568] vice(fd) [1mSubtest tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip<14>[ 56.341555] [IGT] kms_addfb_basic: executing 21 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>[ 56.376073] [IGT] kms_addfb_basic: starting subtest too-wide [1mSu<14>[ 56.382538] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS btest basic-y-ti<14>[ 56.390665] [IGT] kms_addfb_basic: exiting, ret=0 led-legacy: SKIP (0.000s)[0m Test requirement not met in funct<8>[ 56.401810] ion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Tes<14>[ 56.429492] [IGT] kms_addfb_basic: executing t 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: size-max [1mSubtest size-max: SUCCESS (0.000s)[0m Test requirement not <14>[ 56.463855] [IGT] kms_addfb_basic: starting subtest too-high met in f<14>[ 56.470542] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS unction igt_requ<14>[ 56.478662] [IGT] kms_addfb_basic: exiting, ret=0 ire_intel, file ../lib/drmtest.c:880: Test requirement: is_inte<8>[ 56.489655] l_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 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: Tes<14>[ 56.518049] [IGT] kms_addfb_basic: executing 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 [1mSubtest too-wide: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_<14>[ 56.552296] [IGT] kms_addfb_basic: starting subtest bo-too-small intel_de<14>[ 56.559600] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS vice(fd) IGT-Ve<14>[ 56.568097] [IGT] kms_addfb_basic: exiting, ret=0 rsion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Us<8>[ 56.579009] ing 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<14>[ 56.607356] [IGT] kms_addfb_basic: executing _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-high [1mSubtest too-high: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linu<14>[ 56.640285] [IGT] kms_addfb_basic: starting subtest small-bo x: 6.1.9<14>[ 56.646910] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS 1-cip21 aarch64)<14>[ 56.655026] [IGT] kms_addfb_basic: exiting, ret=0 Using IGT_SRANDOM=1706305758 for randomisation Opened device:<8>[ 56.665956] /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<14>[ 56.693934] [IGT] kms_addfb_basic: executing : is_intel_device(fd) Starting subtest: bo-too-small [1mSubtest bo-too-small: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305758 for randomisa<14>[ 56.728414] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling tion Op<14>[ 56.736520] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP ened device: /de<14>[ 56.745956] [IGT] kms_addfb_basic: exiting, ret=77 v/dri/card0 Test requirement not met in function igt_require_in<8>[ 56.757046] tel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: small-bo [1mSubtest small<14>[ 56.786636] [IGT] kms_addfb_basic: executing -bo: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function ig<14>[ 56.820869] [IGT] kms_addfb_basic: exiting, ret=77 t_require_intel, file ../lib/drmtest.c:880: Test requirement: i<8>[ 56.831640] s_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_re<14>[ 56.860105] [IGT] kms_addfb_basic: executing quire_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: 6.1.91-cip21 aarch64) Using IGT_SRANDO<14>[ 56.895354] [IGT] kms_addfb_basic: exiting, ret=77 M=1706305758 for randomisation Opened device: /dev/dri/card0 T<8>[ 56.905866] est requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(<14>[ 56.935301] [IGT] kms_addfb_basic: executing 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card0<14>[ 56.968832] [IGT] kms_addfb_basic: exiting, ret=77 Test requirement not met in function igt_require_intel, file .<8>[ 56.979596] ./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 ../<14>[ 57.009724] [IGT] kms_addfb_basic: executing 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test r<14>[ 57.045905] [IGT] kms_addfb_basic: exiting, ret=77 equirement: is_intel_device(fd) Test requirement not met in fun<8>[ 57.056609] ction igt_require_intel,<8>[ 57.065769] 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-small-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga<8>[ 57.094095] 44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_<14>[ 57.119423] [IGT] kms_atomic: executing 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>[ 57.137367] [IGT] kms_atomic: starting subtest plane-overlay-legacy ement not met in functio<14>[ 57.145641] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 n 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-overlay-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 57.364467] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 57.372471] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS est pipe<14>[ 57.380805] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.211s)[0m [1mSubtest plane-overlay-legacy: SUCCESS (0.228s)<8>[ 57.393341] [0m <14>[ 57.423188] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card0 <14>[ 57.440769] [IGT] kms_atomic: starting subtest plane-primary-legacy Starting subtest<14>[ 57.448801] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:436) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:436) 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:436) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:436) 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 [+0xac305cd0] #7 [+0xac3024b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xac3024f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DE<14>[ 58.957182] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL BUG: pla<14>[ 58.964523] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL ne E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEB<14>[ 58.979134] [IGT] kms_atomic: exiting, ret=98 UG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting prope<8>[ 58.993903] rty "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:436) igt_kms-DEBUG: plane E.17<14>[ 59.022461] [IGT] kms_atomic: executing : Setting property "SRC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:436) igt<14>[ 59.038429] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos _kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:436) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:436) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:436) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (<14>[ 59.184092] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP kms_atomic:436) igt_kms-DEBUG: display: Writ<14>[ 59.197167] [IGT] kms_atomic: exiting, ret=77 eback-1: preparing atomic, pipe: A (kms_atomic:436) igt_kms-DEBUG: Writeback-1: Setting<8>[ 59.209390] property "CRTC_ID" to 0x38/56 (kms_atomic:436) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:436) igt_kms-DEBUG: display: } (kms_atomic:436) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160,<14>[ 59.240067] [IGT] kms_atomic: executing format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:436) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ..<14>[ 59.256841] [IGT] kms_atomic: starting subtest plane-immutable-zpos /lib/igt_kms.c:1<14>[ 59.265476] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 295: (kms_atomic:436) 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:436) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:436) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:436) igt_core-INFO: Stack trace: (kms_atomic:436) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:436) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:436) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:436) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:436) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:436) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:436) igt_core-INFO: #6 [+0xac305cd0] (kms_atomic:436) igt_core-INFO: #7 [+0xac3024b8] (kms_atomic:436) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:436) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:436) igt_core-INFO: #10 [+0xac3024f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.501s)[0m [1mSubtest plane-primary-legacy: FAIL (1.517s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-primary<14>[ 59.405732] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP -overlay<14>[ 59.413280] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP -mutable-zpos No dynamic tests executed. [1mS<14>[ 59.425217] [IGT] kms_atomic: exiting, ret=77 ubtest plane-primary-overlay-mutable-zpos: SKIP (0.137s)[0m IGT-Version: 1.28-ga44ebfe<8>[ 59.437514] (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-immutable-zpos Starting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in function igt_<14>[ 59.467312] [IGT] kms_atomic: executing require_pipe_crc, file ../lib/igt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0 CRCs not supported on this platf<14>[ 59.484879] [IGT] kms_atomic: starting subtest test-only orm Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.133s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.149s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: test-only <14>[ 59.623454] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 59.756572] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 59.764611] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 59.771929] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.126s)[0m [1mSubtest test-only: SUCCESS (0.274s)[0m <8>[ 59.784548] <14>[ 59.813332] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card0 <14>[ 59.831321] [IGT] kms_atomic: starting subtest plane-cursor-legacy Starting subtest<14>[ 59.839099] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 60.001472] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 60.009495] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 60.017761] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.155s)[0m [1mSubtest plane-cursor-l<8>[ 60.027897] egacy: SUCCESS (0.171s)[0m <14>[ 60.055435] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card0 <14>[ 60.072731] [IGT] kms_atomic: starting subtest plane-invalid-params Starting subtest<14>[ 60.080997] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:451) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:451) 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:451) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:451) 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 [+0xb0c854dc] #7 [+0xb0c824b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xb0c824f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:451) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:451) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:451) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:451) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:451) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:451) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x38/56 (kms_atomic:451) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 49 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x31/49 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 56 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x38/56 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 48 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x30/48 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 236 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0xec/236 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: A.0: plane_set_fb(237) (kms_atomic:451) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:451) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:451) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0xed/237 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x38/56 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0xed/237 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt<14>[ 61.257958] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL _kms-DEB<14>[ 61.265305] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL UG: display: populating plane data: A.0, fb 237 (kms_atomic:451) ig<14>[ 61.279323] [IGT] kms_atomic: exiting, ret=98 t_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x30/48 (kms_atomic:451) igt_kms-DEBUG: display: <8>[ 61.292832] } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0xec/236 (kms_atomic:451) igt_k<14>[ 61.321990] [IGT] kms_atomic: executing ms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane d<14>[ 61.337848] [IGT] kms_atomic: starting subtest plane-invalid-params-fence ata: A.0, fb 237 (kms_a<14>[ 61.347146] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 tomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_kms-DEBUG: display: A.0: plane_set_fb(237) (kms_atomic:451) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:451) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:451) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:451) igt_kms-DEBUG: display: commit { (kms_atomic:451) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0xed/237 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x38/56 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:451) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:451) igt_kms-DEBUG: display: } (kms_atomic:451) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258<14>[ 61.488638] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP ), modif<14>[ 61.496186] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP ier=0x0, size=0) (kms_atomic:451) igt_kms-CRITI<14>[ 61.508612] [IGT] kms_atomic: exiting, ret=77 CAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (<8>[ 61.520776] kms_atomic:451) 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:451) igt_kms-CRITICAL: Last <14>[ 61.551755] [IGT] kms_atomic: executing errno: 12, Cannot allocate memory (kms_atomic:451) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:451) igt_core-INFO: Stack trace: (kms_atomic:451) igt<14>[ 61.569496] [IGT] kms_atomic: starting subtest crtc-invalid-params _core-INFO: #0<14>[ 61.577675] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:451) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:451) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:451) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:451) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:451) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:451) igt_core-INFO: #6 [+0xb0c854dc] (kms_atomic:451) igt_core-INFO: #7 [+0xb0c824b8] (kms_atomic:451) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:451) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:451) igt_core-INFO: #10 [+0xb0c824f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.169s)[0m [1mSubtest plane-invalid-params: FAIL (1.186s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 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.133s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (0.150s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc-inva<14>[ 61.727503] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS lid-para<14>[ 61.735588] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS ms Star<14>[ 61.743772] [IGT] kms_atomic: exiting, ret=0 ting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe-A-Writeback-1: SUCCES<8>[ 61.756022] S (0.142s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.159s)[0m <14>[ 61.786701] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 <14>[ 61.804077] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence Starting subtest<14>[ 61.812807] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : crtc-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 61.954295] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 61.962061] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met in function igt_require_sw_sync, file .<14>[ 61.974390] [IGT] kms_atomic: exiting, ret=77 ./lib/sw_sync.c:265: Test requirement: kernel_has_sw_sync() Last errno: 2, No such fil<8>[ 61.986469] e or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.134s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.151s)[0m <14>[ 62.017023] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/<14>[ 62.032892] [IGT] kms_atomic: starting subtest atomic-invalid-params dri/card0 Start<14>[ 62.041482] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ing subtest: atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 62.209678] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 62.217717] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 62.226107] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.161s)[0m [1mSubtest atomic-invalid<8>[ 62.236730] -params: SUCCESS (0.177s)[0m <14>[ 62.265530] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card0 <14>[ 62.283407] [IGT] kms_atomic: starting subtest atomic-plane-damage Starting subtest: atomic-plane-damage No dynam<14>[ 62.425500] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests executed. [1mSubtest atomic-plane-dam<14>[ 62.437345] [IGT] kms_atomic: exiting, ret=77 age: SKIP (0.135s)[0m <8>[ 62.449165] <8>[ 62.459683] <8>[ 62.488114] <14>[ 62.521306] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/<14>[ 62.537743] [IGT] kms_flip_event_leak: starting subtest basic dri/card0 Start<14>[ 62.545720] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 ing subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 (kms_flip_event_leak:472) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:472) 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:472) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:472) 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 [+0xbc251964] #6 [+0xbc25146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xbc2514b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pip<14>[ 63.585879] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL e C, pla<14>[ 63.594106] [IGT] kms_flip_event_leak: finished subtest basic, FAIL ne 17 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetCursor pipe C, disabling<14>[ 63.609176] [IGT] kms_flip_event_leak: exiting, ret=98 (kms_flip_event_leak:472) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:472) igt<8>[ 63.624913] _kms-DEBUG: Test requirement pas<8>[ 63.633888] sed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pi<8>[ 63.667124] pe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: dis<14>[ 63.693955] [IGT] kms_prop_blob: executing play: <14>[ 63.699162] [IGT] kms_prop_blob: starting subtest basic MoveCu<14>[ 63.705249] [IGT] kms_prop_blob: finished subtest basic, SUCCESS rsor pip<14>[ 63.712343] [IGT] kms_prop_blob: exiting, ret=0 e D, (0, 0) (kms_flip_event_leak:472) igt_kms-DEBUG: Test requi<8>[ 63.722816] rement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetCrtc pipe E, disabling <14>[ 63.750628] [IGT] kms_prop_blob: executing (kms_flip_event_<14>[ 63.756246] [IGT] kms_prop_blob: starting subtest blob-prop-core leak:472<14>[ 63.763556] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS ) igt_km<14>[ 63.771453] [IGT] kms_prop_blob: exiting, ret=0 s-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < <8>[ 63.781920] pipe->n_planes (kms_flip_event_leak:472) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:472) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_flip_event_leak:472) igt_kms-DEBUG: d<14>[ 63.810810] [IGT] kms_prop_blob: executing isplay: Move<14>[ 63.816105] [IGT] kms_prop_blob: starting subtest blob-prop-validate Cursor p<14>[ 63.823908] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS ipe E, (<14>[ 63.832142] [IGT] kms_prop_blob: exiting, ret=0 0, 0) (kms_flip_event_leak:472) igt_kms-DEBUG: display: } (kms<8>[ 63.842566] _flip_event_leak:472) drmtest-DEBUG: Force option used: Using driver vc4 (kms_flip_event_leak:472) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (kms_flip_event_leak:472) drmtest-DEBUG: Test requirement passed: !(fd<0) (<14>[ 63.871398] [IGT] kms_prop_blob: executing kms_flip_event_l<14>[ 63.877116] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime eak:472)<14>[ 63.884923] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS igt_fb-<14>[ 63.893061] [IGT] kms_prop_blob: exiting, ret=0 DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, forma<8>[ 63.903649] t=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:472) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:472) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), (<14>[ 63.932948] [IGT] kms_prop_blob: executing (((2U|1U<14>[ 63.938647] [IGT] kms_prop_blob: starting subtest blob-multiple ) << (((<14>[ 63.945645] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS 0+8)+8)+<14>[ 63.953169] [IGT] kms_prop_blob: exiting, ret=0 14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct <8>[ 63.963719] drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_flip_event_leak:472) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:472) igt_kms-CRITICAL: error: -1 != 0 (kms_flip_event_leak:<14>[ 63.990984] [IGT] kms_prop_blob: executing 472) igt<14>[ 63.996112] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any _core-IN<14>[ 64.003463] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS FO: Stac<14>[ 64.011954] [IGT] kms_prop_blob: exiting, ret=0 k trace: (kms_flip_event_leak:472) igt_core-INFO: #0 ../lib/i<8>[ 64.022638] gt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:472) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_flip_event_leak:472) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_flip_event_lea<14>[ 64.051448] [IGT] kms_prop_blob: executing k:472) i<14>[ 64.056958] [IGT] kms_prop_blob: starting subtest invalid-get-prop gt_core-<14>[ 64.063959] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS INFO: <14>[ 64.072097] [IGT] kms_prop_blob: exiting, ret=0 #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_flip_<8>[ 64.082516] event_leak:472) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak:472) igt_core-INFO: #5 [+0xbc251964] (kms_flip_event_leak:472) igt_core-INFO: #6 [+0xbc25146c] (kms_flip_event_leak:472) <14>[ 64.111271] [IGT] kms_prop_blob: executing igt_core<14>[ 64.116708] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any -INFO: <14>[ 64.124079] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS #7 [__l<14>[ 64.132572] [IGT] kms_prop_blob: exiting, ret=0 ibc_init_first+0x80] (kms_flip_event_leak:472) igt_core-INFO: <8>[ 64.142972] #8 [__libc_start_main+0x98] (kms_flip_event_leak:472) igt_core-INFO: #9 [+0xbc2514b0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.032s)[0m [1mSubtest basic: FAIL (1.049s)[0m IGT-Version: 1.28-ga44ebfe<14>[ 64.172308] [IGT] kms_prop_blob: executing (aarch6<14>[ 64.177756] [IGT] kms_prop_blob: starting subtest invalid-set-prop 4) (Linu<14>[ 64.184657] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS x: 6.1.9<14>[ 64.192737] [IGT] kms_prop_blob: exiting, ret=0 1-cip21 aarch64) Using IGT_SRANDOM=1706305765 for randomisation<8>[ 64.203317] Opened device: /dev/dr<8>[ 64.212794] i/card0 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-core [1mSubtest blob-prop-co<8>[ 64.241824] re: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-validate [1mSubtest blob-prop<14>[ 64.267323] [IGT] kms_setmode: executing -validat<14>[ 64.272702] [IGT] kms_setmode: starting subtest basic e: SUCCE<14>[ 64.278528] [IGT] kms_setmode: finished subtest basic, SKIP SS (0.00<14>[ 64.285151] [IGT] kms_setmode: exiting, ret=77 0s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip<8>[ 64.295542] 21 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-lifetime [1mSubtest blob-prop-lifetime: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip2<14>[ 64.323516] [IGT] kms_setmode: executing 1 aarch64) Usin<14>[ 64.328963] [IGT] kms_setmode: starting subtest basic-clone-single-crtc g IGT_SR<14>[ 64.336853] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP ANDOM=17<14>[ 64.345008] [IGT] kms_setmode: exiting, ret=77 06305766 for randomisation Opened device: /dev/dri/card0 Start<8>[ 64.355488] ing subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card0 Starting subtest: invali<14>[ 64.385192] [IGT] kms_setmode: executing d-get-prop-any <14>[ 64.391042] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc [1mSubt<14>[ 64.399165] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP est inva<14>[ 64.407520] [IGT] kms_setmode: exiting, ret=77 lid-get-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44eb<8>[ 64.417995] fe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (a<14>[ 64.447456] [IGT] kms_setmode: executing arch64) <14>[ 64.452808] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc (Linux: <14>[ 64.460656] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP 6.1.91-c<14>[ 64.469606] [IGT] kms_setmode: exiting, ret=77 ip21 aarch64) Using IGT_SRANDOM=1706305766 for randomisation O<8>[ 64.479654] pened 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: 6.1.91-cip21 aarch64) Using IGT_SRAN<14>[ 64.506881] [IGT] kms_setmode: executing DOM=1706<14>[ 64.512058] [IGT] kms_setmode: starting subtest clone-exclusive-crtc 305766 f<14>[ 64.519182] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP or rando<14>[ 64.527142] [IGT] kms_setmode: exiting, ret=77 misation Opened device: /dev/dri/card0 Starting subtest: inval<8>[ 64.537768] id-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card0 Starting subtest: ba<14>[ 64.566139] [IGT] kms_setmode: executing sic Tes<14>[ 64.571291] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing ting: ba<14>[ 64.579672] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP sic 1 co<14>[ 64.589130] [IGT] kms_setmode: exiting, ret=77 nnector combinations Testing: basic 2 connector combinations N<8>[ 64.599299] o dynamic tests executed<8>[ 64.610812] . [1mSubtest basic: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 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. [<8>[ 64.642825] 1mSubtest basic-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-single-<14>[ 64.669353] [IGT] kms_vblank: executing crtc Testing: invalid-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc: SK<14>[ 64.685564] [IGT] kms_vblank: starting subtest invalid IP (0.000s)[0m <14>[ 64.692533] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid 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 [+0xc3cd338c] #3 [+0xc3cd1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc3cd1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (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 passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up 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) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:529) igt_kms-<14>[ 68.942262] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL DEBUG: d<14>[ 68.949898] [IGT] kms_vblank: finished subtest invalid, FAIL isplay: SetCursor pipe D, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor<14>[ 68.964520] [IGT] kms_vblank: exiting, ret=98 pipe D, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_<8>[ 68.979409] planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe E, 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: Fix<14>[ 69.014179] [IGT] kms_vblank: executing ing up initial rotation pipe E, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:529) igt<14>[ 69.030665] [IGT] kms_vblank: starting subtest crtc-id _kms-DEBUG: disp<14>[ 69.037777] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lay: 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 [+0xc3cd338c] (kms_vblank:529) igt_core-INFO: #3 [+0xc3cd1c78] (kms_vblank:529) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:529) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:529) igt_core-INFO: #6 [+0xc3cd1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.242s)[0m [1mSubtest invalid: FAIL (4.258s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305771 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:532) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:532) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:532) 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 [+0xdf7e3728] #3 [+0xdf7e1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdf7e1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:532) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:532) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:532) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:532) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:532) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:532) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:532) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:532) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:532) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:532) igt_kms-<14>[ 73.294272] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL DEBUG: d<14>[ 73.301903] [IGT] kms_vblank: finished subtest crtc-id, FAIL isplay: SetCursor pipe D, disabling (kms_vblank:532) igt_kms-DEBUG: display: Mo<14>[ 73.316418] [IGT] kms_vblank: exiting, ret=98 veCursor pipe D, (0, 0) (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < <8>[ 73.331303] pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:532) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: <14>[ 73.365655] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:532) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms<14>[ 73.381931] [IGT] kms_vblank: starting subtest accuracy-idle _vblank:532) igt<14>[ 73.389584] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:532) igt_kms-DEBUG: display: } (kms_vblank:532) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:532) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:532) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:532) igt_core-INFO: Stack trace: (kms_vblank:532) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:532) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:532) igt_core-INFO: #2 [+0xdf7e3728] (kms_vblank:532) igt_core-INFO: #3 [+0xdf7e1c78] (kms_vblank:532) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:532) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:532) igt_core-INFO: #6 [+0xdf7e1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.249s)[0m [1mSubtest crtc-id: FAIL (4.265s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305775 for randomisation Opened device: /dev/dri/card0 Starting subtest: accuracy-idle 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 [+0xb1501f94] #3 [+0xb1502fa0] #4 [+0xb15031bc] #5 [+0xb1501c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb1501cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (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_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial 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) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 77.647772] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ing (km<14>[ 77.655399] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL s_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:535) ig<14>[ 77.670419] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEB<8>[ 77.685374] UG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe E, 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<14>[ 77.719960] [IGT] kms_vblank: executing E, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:535) igt_kms-DEBUG: display: Mov<14>[ 77.736225] [IGT] kms_vblank: starting subtest query-idle eCursor pipe E, <14>[ 77.743863] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (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 [+0xb1501f94] (kms_vblank:535) igt_core-INFO: #3 [+0xb1502fa0] (kms_vblank:535) igt_core-INFO: #4 [+0xb15031bc] (kms_vblank:535) igt_core-INFO: #5 [+0xb1501c78] (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 [+0xb1501cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.251s)[0m [1mSubtest accuracy-idle: FAIL (4.267s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305779 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:538) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:538) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:538) 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 [+0xe2ff1f94] #3 [+0xe2ff2fa0] #4 [+0xe2ff31bc] #5 [+0xe2ff1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe2ff1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:538) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:538) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:538) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:538) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:538) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:538) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 81.999732] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ing (km<14>[ 82.007359] [IGT] kms_vblank: finished subtest query-idle, FAIL s_vblank:538) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:538) igt_kms-DE<14>[ 82.022129] [IGT] kms_vblank: exiting, ret=98 BUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: disp<8>[ 82.036930] lay: Fixing up initial rotation pipe E, plane 0 (kms_vblank:538) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:<14>[ 82.064584] [IGT] kms_vblank: executing 538) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pip<14>[ 82.080973] [IGT] kms_vblank: starting subtest query-idle-hang e E, dis<14>[ 82.087995] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP abling <14>[ 82.095574] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:538) igt_kms-DEBUG: display: MoveCursor pipe E, <8>[ 82.106041] (0, 0) (kms_vblank:538) igt_kms-DEBUG: display: } (kms_vblank:538) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:538) igt_kms-CRITICAL: Failed assertion: __igt_vbla<14>[ 82.133613] [IGT] kms_vblank: executing nk_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:538) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:538) igt_core-INFO: Stack <14>[ 82.151613] [IGT] kms_vblank: starting subtest query-forked trace: (kms_vbl<14>[ 82.159155] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ank:538) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:538) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:538) igt_core-INFO: #2 [+0xe2ff1f94] (kms_vblank:538) igt_core-INFO: #3 [+0xe2ff2fa0] (kms_vblank:538) igt_core-INFO: #4 [+0xe2ff31bc] (kms_vblank:538) igt_core-INFO: #5 [+0xe2ff1c78] (kms_vblank:538) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:538) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:538) igt_core-INFO: #8 [+0xe2ff1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.248s)[0m [1mSubtest query-idle: FAIL (4.265s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305784 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305784 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:544) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:544) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:544) 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 [+0xccf41f94] #3 [+0xccf42fa0] #4 [+0xccf431bc] #5 [+0xccf41c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xccf41cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:544) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:544) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:544) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:544) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:544) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:544) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 86.350964] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL , disabl<14>[ 86.358588] [IGT] kms_vblank: finished subtest query-forked, FAIL ing (kms_vblank:544) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:544) ig<14>[ 86.373505] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEB<8>[ 86.388107] UG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:544) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms<14>[ 86.416358] [IGT] kms_vblank: executing _vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe E, dis<14>[ 86.434369] [IGT] kms_vblank: starting subtest query-forked-hang abling <14>[ 86.441175] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP (kms_vbl<14>[ 86.448877] [IGT] kms_vblank: exiting, ret=77 ank:544) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) <8>[ 86.459614] (kms_vblank:544) igt_kms-DEBUG: display: } (kms_vblank:544) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:544) igt_kms-CRITICAL: Failed assertion: __igt_vbla<14>[ 86.486871] [IGT] kms_vblank: executing nk_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:544) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:544) igt_core-INFO: Stack <14>[ 86.504436] [IGT] kms_vblank: starting subtest query-busy trace: (kms_vblank:544)<14>[ 86.511814] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:544) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:544) igt_core-INFO: #2 [+0xccf41f94] (kms_vblank:544) igt_core-INFO: #3 [+0xccf42fa0] (kms_vblank:544) igt_core-INFO: #4 [+0xccf431bc] (kms_vblank:544) igt_core-INFO: #5 [+0xccf41c78] (kms_vblank:544) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:544) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:544) igt_core-INFO: #8 [+0xccf41cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.184s)[0m [1mSubtest query-forked: FAIL (4.201s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305788 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305788 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:550) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:550) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:550) 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 [+0xd48e1f94] #3 [+0xd48e2fa0] #4 [+0xd48e31bc] #5 [+0xd48e1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd48e1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:550) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:550) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:550) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:550) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:550) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:550) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 90.702976] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL , disabl<14>[ 90.710606] [IGT] kms_vblank: finished subtest query-busy, FAIL ing (kms_vblank:550) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:550) ig<14>[ 90.725357] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEB<8>[ 90.739995] UG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:550) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 90.774524] [IGT] kms_vblank: executing E, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:550) igt_kms-DEBUG: display: Mov<14>[ 90.790548] [IGT] kms_vblank: starting subtest query-busy-hang eCursor <14>[ 90.797597] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP pipe E, <14>[ 90.805111] [IGT] kms_vblank: exiting, ret=77 (0, 0) (kms_vblank:550) igt_kms-DEBUG: display: } (kms_vblank:<8>[ 90.815772] 550) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:550) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:550) igt_kms-C<14>[ 90.843158] [IGT] kms_vblank: executing RITICAL: Last errno: 16, Device or resource busy (kms_vblank:550) igt_core-INFO: Stack trace: (kms_vblank:550) igt_core-INFO: #0 ../lib/igt_core.c:1<14>[ 90.861021] [IGT] kms_vblank: starting subtest query-forked-busy 989 __igt_fail_assert() <14>[ 90.869353] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (kms_vblank:550) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:550) igt_core-INFO: #2 [+0xd48e1f94] (kms_vblank:550) igt_core-INFO: #3 [+0xd48e2fa0] (kms_vblank:550) igt_core-INFO: #4 [+0xd48e31bc] (kms_vblank:550) igt_core-INFO: #5 [+0xd48e1c78] (kms_vblank:550) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:550) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:550) igt_core-INFO: #8 [+0xd48e1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.183s)[0m [1mSubtest query-busy: FAIL (4.200s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305792 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305793 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:556) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:556) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:556) 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 [+0xd7ac1f94] #3 [+0xd7ac2fa0] #4 [+0xd7ac31bc] #5 [+0xd7ac1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd7ac1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:556) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:556) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:556) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:556) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:556) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:556) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 95.055666] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ing (km<14>[ 95.063300] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL s_vblank:556) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:556) igt_kms-DE<14>[ 95.078704] [IGT] kms_vblank: exiting, ret=98 BUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: disp<8>[ 95.093300] lay: Fixing up initial rotation pipe E, plane 0 (kms_vblank:556) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms<14>[ 95.121697] [IGT] kms_vblank: executing _vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCu<14>[ 95.137544] [IGT] kms_vblank: starting subtest query-forked-busy-hang rsor pip<14>[ 95.145071] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP e E, dis<14>[ 95.153323] [IGT] kms_vblank: exiting, ret=77 abling (kms_vblank:556) igt_kms-DEBUG: display: MoveCursor <8>[ 95.163743] pipe E, (0, 0) (kms_vblank:556) igt_kms-DEBUG: display: } (kms_vblank:556) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:556) igt_kms-CRITICAL: Fail<14>[ 95.190804] [IGT] kms_vblank: executing ed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:556) igt_kms-CRITICAL: Last errno: 16, Device or resource busy<14>[ 95.206759] [IGT] kms_vblank: starting subtest wait-idle (kms_vblank:556) igt_c<14>[ 95.214554] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ore-INFO: Stack trace: (kms_vblank:556) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:556) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:556) igt_core-INFO: #2 [+0xd7ac1f94] (kms_vblank:556) igt_core-INFO: #3 [+0xd7ac2fa0] (kms_vblank:556) igt_core-INFO: #4 [+0xd7ac31bc] (kms_vblank:556) igt_core-INFO: #5 [+0xd7ac1c78] (kms_vblank:556) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:556) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:556) igt_core-INFO: #8 [+0xd7ac1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.178s)[0m [1mSubtest query-forked-busy: FAIL (4.195s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305797 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305797 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:562) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:562) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:562) 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 [+0xc8391f94] #3 [+0xc8392fa0] #4 [+0xc83931bc] #5 [+0xc8391c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc8391cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 99.407688] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ing (km<14>[ 99.415383] [IGT] kms_vblank: finished subtest wait-idle, FAIL s_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:562) ig<14>[ 99.429995] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEB<8>[ 99.444908] UG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 99.479257] [IGT] kms_vblank: executing E, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:562) igt_kms-DEBUG: display: Mov<14>[ 99.495460] [IGT] kms_vblank: starting subtest wait-idle-hang eCursor <14>[ 99.502326] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP pipe E, <14>[ 99.509700] [IGT] kms_vblank: exiting, ret=77 (0, 0) (kms_vblank:562) igt_kms-DEBUG: display: } (kms_vblank:562) igt<8>[ 99.520555] _kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:562) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:562) igt_kms-CRITICAL: Last errno: 16,<14>[ 99.549771] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:562) igt_core-INFO: Stack trace: (kms_vblank:562) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() <14>[ 99.567842] [IGT] kms_vblank: starting subtest wait-forked (kms_vblank:562) igt_co<14>[ 99.575439] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 re-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:562) igt_core-INFO: #2 [+0xc8391f94] (kms_vblank:562) igt_core-INFO: #3 [+0xc8392fa0] (kms_vblank:562) igt_core-INFO: #4 [+0xc83931bc] (kms_vblank:562) igt_core-INFO: #5 [+0xc8391c78] (kms_vblank:562) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:562) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:562) igt_core-INFO: #8 [+0xc8391cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.185s)[0m [1mSubtest wait-idle: FAIL (4.202s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305801 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305801 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:568) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:568) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:568) 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 [+0xc2be1f94] #3 [+0xc2be2fa0] #4 [+0xc2be31bc] #5 [+0xc2be1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc2be1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 103.758976] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL , disabl<14>[ 103.766605] [IGT] kms_vblank: finished subtest wait-forked, FAIL ing (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:568) ig<14>[ 103.781427] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEB<8>[ 103.796101] UG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotat<14>[ 103.830230] [IGT] kms_vblank: executing ion pipe E, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:568) igt_kms-DEBUG: display:<14>[ 103.845968] [IGT] kms_vblank: starting subtest wait-forked-hang Mov<14>[ 103.853260] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP eCursor <14>[ 103.860871] [IGT] kms_vblank: exiting, ret=77 pipe E, (0, 0) (kms_vblank:568) igt_kms-DEBUG: display: } (kms<8>[ 103.871474] _vblank:568) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:568) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:568) i<14>[ 103.899426] [IGT] kms_vblank: executing gt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:568) igt_core-INFO: Stack trace: (kms_vblank:568) igt_core-INFO: #0 ../lib/igt_<14>[ 103.916950] [IGT] kms_vblank: starting subtest wait-busy core.c:1989 __igt_fail_a<14>[ 103.924397] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ssert() (kms_vblank:568) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:568) igt_core-INFO: #2 [+0xc2be1f94] (kms_vblank:568) igt_core-INFO: #3 [+0xc2be2fa0] (kms_vblank:568) igt_core-INFO: #4 [+0xc2be31bc] (kms_vblank:568) igt_core-INFO: #5 [+0xc2be1c78] (kms_vblank:568) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:568) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:568) igt_core-INFO: #8 [+0xc2be1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.175s)[0m [1mSubtest wait-forked: FAIL (4.192s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305806 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305806 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:574) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:574) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:574) 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 [+0xd2e91f94] #3 [+0xd2e92fa0] #4 [+0xd2e931bc] #5 [+0xd2e91c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd2e91cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 108.111046] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL , disabl<14>[ 108.118668] [IGT] kms_vblank: finished subtest wait-busy, FAIL ing (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:574) ig<14>[ 108.133356] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEB<8>[ 108.148037] UG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 108.182543] [IGT] kms_vblank: executing E, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:574) igt_kms-DEBUG: display: Mov<14>[ 108.198626] [IGT] kms_vblank: starting subtest wait-busy-hang eCursor <14>[ 108.205376] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP pipe E, <14>[ 108.212936] [IGT] kms_vblank: exiting, ret=77 (0, 0) (kms_vblank:574) igt_kms-DEBUG: display: } (kms_vblank:<8>[ 108.223504] 574) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:574) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:574) igt_kms-CRITICAL:<14>[ 108.251766] [IGT] kms_vblank: executing Last errno: 16, Device or resource busy (kms_vblank:574) igt_core-INFO: Stack trace: (kms_vblank:574) igt_core-INFO: #0 ../lib/igt_core.c:1989 __ig<14>[ 108.269483] [IGT] kms_vblank: starting subtest wait-forked-busy t_fail_assert() (kms_vb<14>[ 108.277594] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lank:574) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:574) igt_core-INFO: #2 [+0xd2e91f94] (kms_vblank:574) igt_core-INFO: #3 [+0xd2e92fa0] (kms_vblank:574) igt_core-INFO: #4 [+0xd2e931bc] (kms_vblank:574) igt_core-INFO: #5 [+0xd2e91c78] (kms_vblank:574) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:574) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:574) igt_core-INFO: #8 [+0xd2e91cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.179s)[0m [1mSubtest wait-busy: FAIL (4.195s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305810 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305810 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:580) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:580) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:580) 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 [+0xcbab1f94] #3 [+0xcbab2fa0] #4 [+0xcbab31bc] #5 [+0xcbab1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcbab1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:580) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:580) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:580) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:580) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:580) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:580) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:580) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:580) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:580) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:580) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:580) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:580) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:580) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:580) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:580) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:580) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:580) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:580) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 112.463697] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ing (km<14>[ 112.471331] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL s_vblank:580) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:580) igt_kms-DE<14>[ 112.486557] [IGT] kms_vblank: exiting, ret=98 BUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: disp<8>[ 112.501363] lay: Fixing up initial rotation pipe E, plane 0 (kms_vblank:580) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:580) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:580) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 112.535732] [IGT] kms_vblank: executing E, plane 17 (kms_vblank:580) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:580) igt_kms-DEBUG: display: Mov<14>[ 112.551651] [IGT] kms_vblank: starting subtest wait-forked-busy-hang eCursor <14>[ 112.559178] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP pipe E, <14>[ 112.567348] [IGT] kms_vblank: exiting, ret=77 (0, 0) (kms_vblank:580) igt_kms-DEBUG: display: } (kms_vblank:<8>[ 112.578002] 580) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:580) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:580) igt_kms-C<14>[ 112.606159] [IGT] kms_vblank: executing RITICAL: Last errno: 16, Device or resource busy (kms_vblank:580) igt_core-INFO: Stack trace: (kms_vblank:580) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_a<14>[ 112.624925] [IGT] kms_vblank: starting subtest ts-continuation-idle ssert() (kms_vb<14>[ 112.633339] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lank:580) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:580) igt_core-INFO: #2 [+0xcbab1f94] (kms_vblank:580) igt_core-INFO: #3 [+0xcbab2fa0] (kms_vblank:580) igt_core-INFO: #4 [+0xcbab31bc] (kms_vblank:580) igt_core-INFO: #5 [+0xcbab1c78] (kms_vblank:580) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:580) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:580) igt_core-INFO: #8 [+0xcbab1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.178s)[0m [1mSubtest wait-forked-busy: FAIL (4.195s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305814 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305814 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-idle 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 [+0xd3581f94] #3 [+0xd3582fa0] #4 [+0xd35831bc] #5 [+0xd3581c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd3581cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:586) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (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 passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: display: Fixing 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 (kms_vblank:586) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:586) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 116.815669] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ing (km<14>[ 116.823292] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL s_vblank:586) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:586) igt_kms-DE<14>[ 116.838862] [IGT] kms_vblank: exiting, ret=98 BUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:586) igt_kms-DEBUG: disp<8>[ 116.853636] lay: 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 rotat<14>[ 116.887316] [IGT] kms_vblank: executing ion pipe E, plane 17 (kms_vblank:586) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:586) igt_kms-DEBUG: display:<14>[ 116.903797] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang Mov<14>[ 116.911492] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP eCursor <14>[ 116.919935] [IGT] kms_vblank: exiting, ret=77 pipe E, (0, 0) (kms_vblank:586) igt_kms-DEBUG: display: } (kms<8>[ 116.930545] _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-C<14>[ 116.959575] [IGT] kms_vblank: executing RITICAL: Last errno: 16, Device or resource busy (kms_vblank:586) igt_core-INFO: Stack trace: (kms_vblank:586) igt_core-INFO: #0 ../lib/igt_<14>[ 116.976855] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm core.c:1989 __ig<14>[ 116.985282] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t_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 [+0xd3581f94] (kms_vblank:586) igt_core-INFO: #3 [+0xd3582fa0] (kms_vblank:586) igt_core-INFO: #4 [+0xd35831bc] (kms_vblank:586) igt_core-INFO: #5 [+0xd3581c78] (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 [+0xd3581cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.175s)[0m [1mSubtest ts-continuation-idle: FAIL (4.191s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305819 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305819 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-rpm 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 [+0xade41f94] #3 [+0xade42fa0] #4 [+0xade431bc] #5 [+0xade41c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xade41cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:592) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (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 passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing 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 < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:592) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 121.166982] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL , disabl<14>[ 121.174610] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL ing (kms_vblank:592) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:592) ig<14>[ 121.190549] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEB<8>[ 121.205344] UG: display: Fixing 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 requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:592) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 121.241737] [IGT] kms_vblank: executing e 17 (kms_vblank:592) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:592) igt_kms-DEBUG: display: Mov<14>[ 121.257168] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend eCursor pipe E, <14>[ 121.266336] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (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 [+0xade41f94] (kms_vblank:592) igt_core-INFO: #3 [+0xade42fa0] (kms_vblank:592) igt_core-INFO: #4 [+0xade431bc] (kms_vblank:592) igt_core-INFO: #5 [+0xade41c78] (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 [+0xade41cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.174s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (4.190s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305823 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:595) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:595) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:595) 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 [+0xab481f94] #3 [+0xab482fa0] #4 [+0xab4831bc] #5 [+0xab481c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xab481cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:595) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:595) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:595) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:595) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:595) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:595) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:595) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:595) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:595) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:595) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:595) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:595) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:595) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:595) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:595) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:595) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:595) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:595) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 125.519729] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ing (km<14>[ 125.527361] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL s_vblank:595) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:595) ig<14>[ 125.543694] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:595) igt_kms-DEB<8>[ 125.558751] UG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:595) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:595) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 125.587169] [IGT] kms_vblank: executing ->n_planes (kms_vblank:595) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:595) igt_kms-DEBUG: display: SetCu<14>[ 125.604854] [IGT] kms_vblank: starting subtest ts-continuation-suspend rsor pipe E, disabling <14>[ 125.613282] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (kms_vblank:595) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:595) igt_kms-DEBUG: display: } (kms_vblank:595) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:595) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:595) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:595) igt_core-INFO: Stack trace: (kms_vblank:595) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:595) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:595) igt_core-INFO: #2 [+0xab481f94] (kms_vblank:595) igt_core-INFO: #3 [+0xab482fa0] (kms_vblank:595) igt_core-INFO: #4 [+0xab4831bc] (kms_vblank:595) igt_core-INFO: #5 [+0xab481c78] (kms_vblank:595) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:595) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:595) igt_core-INFO: #8 [+0xab481cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.246s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (4.262s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305827 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-suspend 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 [+0xcec01f94] #3 [+0xcec02fa0] #4 [+0xcec031bc] #5 [+0xcec01c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcec01cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (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 "COLOR_ENCODING" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:598) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (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 passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, 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 initial rotation pipe D, plane 17 (kms_vblank:598) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 129.870995] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL , disabl<14>[ 129.878618] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL ing (kms_vblank:598) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:598) ig<14>[ 129.894462] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:598) igt_kms-DEB<8>[ 129.909217] UG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:598) igt_kms-DEBUG: 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>[ 129.944006] [IGT] kms_vblank: executing ion pipe E, plane 17 (kms_vblank:598) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:598) igt_kms-DEBUG: display:<14>[ 129.960315] [IGT] kms_vblank: starting subtest ts-continuation-modeset MoveCursor <14>[ 129.968988] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 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 [+0xcec01f94] (kms_vblank:598) igt_core-INFO: #3 [+0xcec02fa0] (kms_vblank:598) igt_core-INFO: #4 [+0xcec031bc] (kms_vblank:598) igt_core-INFO: #5 [+0xcec01c78] (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 [+0xcec01cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.250s)[0m [1mSubtest ts-continuation-suspend: FAIL (4.267s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305832 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:601) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:601) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:601) 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 [+0xc9091f94] #3 [+0xc9092fa0] #4 [+0xc90931bc] #5 [+0xc9091c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc9091cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:601) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:601) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:601) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:601) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:601) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:601) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:601) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:601) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:601) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:601) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:601) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:601) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:601) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:601) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:601) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:601) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:601) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:601) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 134.223737] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ing (km<14>[ 134.231368] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL s_vblank:601) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:601) ig<14>[ 134.247244] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEB<8>[ 134.262335] UG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:601) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:601) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:601) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 134.298437] [IGT] kms_vblank: executing e 17 (kms_vblank:601) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:601) igt_kms-DEBUG: display: MoveCursor <14>[ 134.314566] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang pipe E, <14>[ 134.322646] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP (0, 0) <14>[ 134.331322] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:601) igt_kms-DEBUG: display: } (kms_vblank:601) igt<8>[ 134.342043] _kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:601) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:601) igt_kms-C<14>[ 134.370126] [IGT] kms_vblank: executing RITICAL: Last errno: 16, Device or resource busy (kms_vblank:601) igt_core-INFO: Stack trace: (kms_vblank:601) igt_core-INFO: #0 ../lib/igt_core.c:1989 __ig<14>[ 134.388085] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm t_fail_assert() <14>[ 134.397409] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (kms_vblank:601) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:601) igt_core-INFO: #2 [+0xc9091f94] (kms_vblank:601) igt_core-INFO: #3 [+0xc9092fa0] (kms_vblank:601) igt_core-INFO: #4 [+0xc90931bc] (kms_vblank:601) igt_core-INFO: #5 [+0xc9091c78] (kms_vblank:601) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:601) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:601) igt_core-INFO: #8 [+0xc9091cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.247s)[0m [1mSubtest ts-continuation-modeset: FAIL (4.263s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305836 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: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:607) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:607) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:607) 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 [+0xe85b1f94] #3 [+0xe85b2fa0] #4 [+0xe85b31bc] #5 [+0xe85b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe85b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:607) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:607) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:607) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:607) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:607) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:607) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:607) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:607) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:607) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:607) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:607) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:607) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:607) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:607) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:607) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:607) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:607) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:607) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 138.575037] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL , disabl<14>[ 138.582658] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL ing (kms_vblank:607) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:607) ig<14>[ 138.598797] [IGT] kms_vblank: exiting, ret=98 t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEB<8>[ 138.613725] UG: display: Fixing <8>[ 138.624492] up initial rotation pipe E, plane 0 (kms_vblank:607) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:607) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:607) igt_kms-DEBUG: display: Fixing <8>[ 138.651834] up initial rotation pipe E, plane 17 (kms_vblank:607) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:607) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:607) igt_kms-DEBUG: display: } (kms_vblank:<14>[ 138.677796] [IGT] vc4_create_bo: executing 607) igt<14>[ 138.683475] [IGT] vc4_create_bo: exiting, ret=77 _kms-CRITICAL: Test assertion failure function igt_wait_for_vbla<8>[ 138.694041] nk, file ../lib/igt_kms.c:5248: (kms_vblank:607) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:607) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:607) igt_c<14>[ 138.721540] [IGT] vc4_create_bo: executing ore-INFO<14>[ 138.726951] [IGT] vc4_create_bo: exiting, ret=77 : Stack trace: (kms_vblank:607) igt_core-INFO: #0 ../lib/igt_core.c:1<8>[ 138.737806] 989 __igt_fail_assert() (kms_vblank:607) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:607) igt_core-INFO: #2 [+0xe85b1f94] (kms_vblank:607) igt_core-INFO: #3 [+0xe85b2fa0] (kms_<14>[ 138.766249] [IGT] vc4_create_bo: executing vblank:607) igt_<14>[ 138.771824] [IGT] vc4_create_bo: exiting, ret=77 core-INFO: #4 [+0xe85b31bc] (kms_vblank:607) igt_cor<8>[ 138.783045] e-INFO: #5 [+<8>[ 138.792605] 0xe85b1c78] (kms_vblank:607) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:607) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:607) igt_core-INFO: #8 [+0xe85b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.170s)[<8>[ 138.820283] 0m [1mSubtest ts-continuation-modeset-rpm: FAIL (4.186s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test requirement not <14>[ 138.846625] [IGT] vc4_dmabuf_poll: executing met in f<14>[ 138.851995] [IGT] vc4_dmabuf_poll: exiting, ret=77 unction __igt_unique____real_main27, file ../tests/vc4/vc4_creat<8>[ 138.862871] e_bo.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest create-bo-4096: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305840 for <14>[ 138.892609] [IGT] vc4_dmabuf_poll: executing randomis<14>[ 138.898184] [IGT] vc4_dmabuf_poll: exiting, ret=77 ation Opened device: /dev/dri/card0 Test requirement not met in functi<8>[ 138.909308] on __igt_unique____real_<8>[ 138.920767] main27, file ../tests/vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest create-bo-0: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305840 for <8>[ 138.948424] randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory <14>[ 138.974410] [IGT] vc4_label_bo: executing [1mSubte<14>[ 138.979565] [IGT] vc4_label_bo: exiting, ret=77 st create-bo-zeroed: SKIP (0.000s)[0m IGT-Version: 1.28-ga44eb<8>[ 138.990179] fe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main58, file ../tests/vc4/vc4_dmabuf_poll.c:64: Te<14>[ 139.017233] [IGT] vc4_label_bo: executing st requi<14>[ 139.022528] [IGT] vc4_label_bo: exiting, ret=77 rement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [<8>[ 139.033371] 1mSubtest poll-write-waits-until-write-done: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in f<14>[ 139.062218] [IGT] vc4_label_bo: executing unction <14>[ 139.067277] [IGT] vc4_label_bo: exiting, ret=77 __igt_unique____real_main58, file ../tests/vc4/vc4_dmabuf_poll.c<8>[ 139.077974] :64: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest poll-read-waits-until-write-done: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=170<14>[ 139.106077] [IGT] vc4_label_bo: executing 6305841 <14>[ 139.111214] [IGT] vc4_label_bo: exiting, ret=77 for randomisation Opened device: /dev/dri/card0 Test requireme<8>[ 139.121789] nt not met in function _<8>[ 139.131241] _igt_unique____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-label: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=170630<8>[ 139.159787] 5841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory <14>[ 139.186182] [IGT] vc4_lookup_fail: executing [1mSubte<14>[ 139.192171] [IGT] vc4_lookup_fail: starting subtest bad-color-write st set-b<14>[ 139.199255] [IGT] vc4_lookup_fail: finished subtest bad-color-write, SUCCESS ad-handl<14>[ 139.207365] [IGT] vc4_lookup_fail: exiting, ret=0 e: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linu<8>[ 139.218160] x: 6.1.91-cip21 aarch64)<8>[ 139.227458] Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-bad-nam<8>[ 139.257072] e: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main42, file <14>[ 139.283459] [IGT] vc4_mmap: executing ../tests/vc4/vc4<14>[ 139.288419] [IGT] vc4_mmap: exiting, ret=77 _label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No<8>[ 139.299384] such file or directory [1mSubtest set-kernel-name: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Star<14>[ 139.326887] [IGT] vc4_mmap: executing ting subtest: ba<14>[ 139.332029] [IGT] vc4_mmap: exiting, ret=77 d-color-write [1mSubtest bad-color-write: SUCCESS (0.000s)[0m<8>[ 139.342600] IGT-Version: 1.28-ga44<8>[ 139.351343] ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=<8>[ 139.360816] 1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main11, file ../tests/vc4/vc4_mmap.c:17: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest mmap-bad-handle: SKIP (0.00<8>[ 139.392292] 0s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main11, file ../te<14>[ 139.418497] [IGT] vc4_purgeable_bo: executing sts/vc4/<14>[ 139.424222] [IGT] vc4_purgeable_bo: exiting, ret=77 vc4_mmap.c:17: Test requirement: igt_vc4_is_v3d(fd) Last errno<8>[ 139.435210] : 2, No such file or directory [1mSubtest mmap-bo: SKIP (0.000s)[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<14>[ 139.464174] [IGT] vc4_purgeable_bo: executing ) (Linux<14>[ 139.469558] [IGT] vc4_purgeable_bo: exiting, ret=77 : 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for random<8>[ 139.480344] isation 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) La<14>[ 139.507291] [IGT] vc4_purgeable_bo: executing st errno<14>[ 139.512995] [IGT] vc4_purgeable_bo: exiting, ret=77 : 22, Invalid argument [1mSubtest mark-willneed: SKIP (0.000s)<8>[ 139.523854] [0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4<14>[ 139.552847] [IGT] vc4_purgeable_bo: executing _purgeab<14>[ 139.558250] [IGT] vc4_purgeable_bo: exiting, ret=77 le_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PA<8>[ 139.569134] RAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-purgeable: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card<14>[ 139.598859] [IGT] vc4_purgeable_bo: executing 0 Test <14>[ 139.604488] [IGT] vc4_purgeable_bo: exiting, ret=77 requirement not met in function __igt_unique____real_main97, file ../tes<8>[ 139.615594] ts/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-purgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1<14>[ 139.645001] [IGT] vc4_purgeable_bo: executing .91-cip2<14>[ 139.650753] [IGT] vc4_purgeable_bo: exiting, ret=77 1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened devic<8>[ 139.661863] e: /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: 22, Invalid argumen<14>[ 139.690191] [IGT] vc4_purgeable_bo: executing t [1mS<14>[ 139.696161] [IGT] vc4_purgeable_bo: exiting, ret=77 ubtest mark-unpurgeable-twice: SKIP (0.000s)[0m IGT-Version: 1<8>[ 139.707111] .28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 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:<14>[ 139.736777] [IGT] vc4_purgeable_bo: executing Test requireme<14>[ 139.742522] [IGT] vc4_purgeable_bo: exiting, ret=77 nt: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last <8>[ 139.753900] errno: 22, Invalid argument [1mSubtest access-purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test req<14>[ 139.782809] [IGT] vc4_purgeable_bo: executing uirement<14>[ 139.788627] [IGT] vc4_purgeable_bo: exiting, ret=77 not met in function __igt_unique____real_main97, file ../tests/<8>[ 139.799640] vc4/vc4_purgeable_bo.c:1<8>[ 139.809039] 06: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest access-purged-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for random<8>[ 139.837034] isation 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<14>[ 139.861968] [IGT] vc4_tiling: executing : 22, Invalid ar<14>[ 139.867732] [IGT] vc4_tiling: exiting, ret=77 gument [1mSubtest mark-unpurgeable-check-retained: SKIP (0.000<8>[ 139.878485] s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/v<14>[ 139.907030] [IGT] vc4_tiling: executing c4_purge<14>[ 139.912019] [IGT] vc4_tiling: exiting, ret=77 able_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_<8>[ 139.922333] PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-unpurgeable-purged: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /d<14>[ 139.950854] [IGT] vc4_tiling: executing ev/dri/card0 Te<14>[ 139.956556] [IGT] vc4_tiling: exiting, ret=77 st requirement not met in function __igt_unique____real_main97, <8>[ 139.967407] file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest free-purged-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux<14>[ 139.995768] [IGT] vc4_tiling: executing : 6.1.91<14>[ 140.000762] [IGT] vc4_tiling: exiting, ret=77 -cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation <8>[ 140.011004] Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-bad-handle<14>[ 140.039491] [IGT] vc4_tiling: executing : SKIP (0.000s)<14>[ 140.044562] [IGT] vc4_tiling: exiting, ret=77 [0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 a<8>[ 140.055562] arch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last<14>[ 140.082915] [IGT] vc4_tiling: executing errno: <14>[ 140.088427] [IGT] vc4_tiling: exiting, ret=77 2, No such file or directory [1mSubtest set-bad-handle: SKIP (0.000s)<8>[ 140.098835] [0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_<14>[ 140.127716] [IGT] vc4_tiling: executing tiling.c<14>[ 140.132881] [IGT] vc4_tiling: exiting, ret=77 :33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No su<8>[ 140.143419] ch file or directory [1mSubtest get-bad-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement <14>[ 140.170002] [IGT] vc4_tiling: executing not met in funct<14>[ 140.175516] [IGT] vc4_tiling: exiting, ret=77 ion __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:<8>[ 140.186393] 33: Test requirement: i<8>[ 140.195747] gt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-bad-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement n<8>[ 140.223801] ot met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-bad-modifier: SKIP (0.000s)[0m IGT-Version: 1.28-g<14>[ 140.249356] [IGT] vc4_wait_bo: executing a44ebfe <14>[ 140.254569] [IGT] vc4_wait_bo: exiting, ret=77 (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=17063<8>[ 140.264878] 05842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [<14>[ 140.292343] [IGT] vc4_wait_bo: executing 1mSubtes<14>[ 140.297847] [IGT] vc4_wait_bo: exiting, ret=77 t set-bad-modifier: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebf<8>[ 140.308007] e (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test req<14>[ 140.335312] [IGT] vc4_wait_bo: executing uirement<14>[ 140.340334] [IGT] vc4_wait_bo: exiting, ret=77 : igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory <8>[ 140.350983] [1mSubtest set-get: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____<14>[ 140.378762] [IGT] vc4_wait_bo: executing real_mai<14>[ 140.384150] [IGT] vc4_wait_bo: exiting, ret=77 n27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_v<8>[ 140.394591] c4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-after-free: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card<14>[ 140.423337] [IGT] vc4_wait_bo: executing 0 Test <14>[ 140.428712] [IGT] vc4_wait_bo: exiting, ret=77 requirement not met in function __igt_unique____real_main60, file ../tes<8>[ 140.439425] ts/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=170630584<14>[ 140.468171] [IGT] vc4_wait_bo: executing 2 for ra<14>[ 140.473056] [IGT] vc4_wait_bo: exiting, ret=77 ndomisation Opened device: /dev/dri/card0 Test requirement not<8>[ 140.483741] met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-pad: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) <14>[ 140.511694] [IGT] vc4_wait_bo: executing (Linux: <14>[ 140.516805] [IGT] vc4_wait_bo: exiting, ret=77 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomis<8>[ 140.527370] ation Opened device: /d<8>[ 140.535740] ev/dri/card0 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest unused-bo-0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga4<8>[ 140.563247] 4ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requir<14>[ 140.590099] [IGT] vc4_wait_seqno: executing ement: igt_vc4_i<14>[ 140.595530] [IGT] vc4_wait_seqno: exiting, ret=77 s_v3d(fd) Last errno: 2, No such file or directory [1mSubtest<8>[ 140.606718] unused-bo-1ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt<14>[ 140.633549] [IGT] vc4_wait_seqno: executing _unique____real_<14>[ 140.639126] [IGT] vc4_wait_seqno: exiting, ret=77 main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: i<8>[ 140.650412] gt_vc4_is_v3d(fd) Last <8>[ 140.659630] errno: 2, No suc<8>[ 140.664698] h file or directory [1mSubtest used-bo-0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest used-bo-1ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest used-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_wait_seqno.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-seqno-0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.91-cip21 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_wait_seqno.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-seqno-1ns: SKIP (0.000s)[0m + set +x / #