Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3003 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.4:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 DHCP client bound to address 192.168.6.7 (3777 ms) U-Boot> setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 U-Boot> tftp 0x00080000 555537/tftp-deploy-rx9q6kry/kernel/Image tftp 0x00080000 555537/tftp-deploy-rx9q6kry/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.6.7; sending through gateway 192.168.6.1 Filename '555537/tftp-deploy-rx9q6kry/kernel/Image'. Load address: 0x80000 Loading: *################################################## 36.1 MiB 6.7 MiB/s done Bytes transferred = 37900800 (2425200 hex) U-Boot> tftp 0x06700000 555537/tftp-deploy-rx9q6kry/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 555537/tftp-deploy-rx9q6kry/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.6.7; sending through gateway 192.168.6.1 Filename '555537/tftp-deploy-rx9q6kry/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *################################################## 59 MiB 6.7 MiB/s done Bytes transferred = 61839992 (3af9a78 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 555537/tftp-deploy-rx9q6kry/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 555537/tftp-deploy-rx9q6kry/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.6.7; sending through gateway 192.168.6.1 Filename '555537/tftp-deploy-rx9q6kry/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 26.8 KiB 2.9 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=26d0000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 61839928 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 3642e000, end 39f27a38 ... OK Loading Device Tree to 0000000036424000, end 000000003642db29 ... OK Working FDT set to 36424000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.1.96-cip24 (KernelCI@build-j272957-arm64-gcc-12-defconfig-zmngn) (aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Thu Jul 18 12:51:39 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:all(zero), 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: 1749056K/2019328K available (16192K kernel code, 3732K rwdata, 9356K rodata, 7616K init, 609K bss, 204736K 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.008673] Console: colour dummy device 80x25 <6>[ 0.013531] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024365] pid_max: default: 32768 minimum: 301 <6>[ 0.029377] LSM: Security Framework initializing <6>[ 0.034440] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042214] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052292] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.059898] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.066419] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.074006] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.080675] rcu: Hierarchical SRCU implementation. <6>[ 0.085802] rcu: Max phase no-delay instances is 1000. <6>[ 0.093878] EFI services will not be available. <6>[ 0.099032] smp: Bringing up secondary CPUs ... <6>[ 0.104450] Detected PIPT I-cache on CPU1 <6>[ 0.104581] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.105203] Detected PIPT I-cache on CPU2 <6>[ 0.105311] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.105897] Detected PIPT I-cache on CPU3 <6>[ 0.106003] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.106086] smp: Brought up 1 node, 4 CPUs <6>[ 0.144052] SMP: Total of 4 processors activated. <6>[ 0.149080] CPU features: detected: 32-bit EL0 Support <6>[ 0.154561] CPU features: detected: 32-bit EL1 Support <6>[ 0.160031] CPU features: detected: CRC32 instructions <6>[ 0.165591] CPU: All CPU(s) started at EL2 <6>[ 0.170024] alternatives: applying system-wide alternatives <6>[ 0.177889] devtmpfs: initialized <6>[ 0.188169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.198333] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.207348] pinctrl core: initialized pinctrl subsystem <6>[ 0.214966] DMI not present or invalid. <6>[ 0.219946] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.227361] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.235016] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.243277] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.251611] audit: initializing netlink subsys (disabled) <5>[ 0.257494] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1 <6>[ 0.258662] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.265607] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.272012] cpuidle: using governor menu <6>[ 0.283304] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.290542] ASID allocator initialised with 32768 entries <6>[ 0.298251] Serial: AMBA PL011 UART driver <6>[ 0.326795] KASLR enabled <6>[ 0.340354] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.347512] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.354119] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.361247] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.367849] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.374976] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.381579] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.388706] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.397085] ACPI: Interpreter disabled. <6>[ 0.403992] iommu: Default domain type: Translated <6>[ 0.409270] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.416167] SCSI subsystem initialized <6>[ 0.420608] usbcore: registered new interface driver usbfs <6>[ 0.426474] usbcore: registered new interface driver hub <6>[ 0.432157] usbcore: registered new device driver usb <4>[ 0.437718] usb_phy_generic phy: supply vcc not found, using dummy regulator <4>[ 0.445234] usb_phy_generic phy: dummy supplies not allowed for exclusive requests <6>[ 0.454229] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.459520] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.469031] PTP clock support registered <6>[ 0.473422] EDAC MC: Ver: 3.0.0 <6>[ 0.478568] FPGA manager framework <6>[ 0.482383] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.489683] vgaarb: loaded <6>[ 0.493042] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.499724] VFS: Disk quotas dquot_6.6.0 <6>[ 0.504012] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.511453] pnp: PnP ACPI: disabled <6>[ 0.523307] NET: Registered PF_INET protocol family <6>[ 0.528863] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.538954] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.547916] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.556032] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.564420] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) <6>[ 0.572608] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.579635] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.586727] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.594381] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.600818] RPC: Registered named UNIX socket transport module. <6>[ 0.607089] RPC: Registered udp transport module. <6>[ 0.612111] RPC: Registered tcp transport module. <6>[ 0.617132] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.623917] PCI: CLS 0 bytes, default 64 <6>[ 0.628444] Unpacking initramfs... <6>[ 0.642100] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 0.650908] kvm [1]: IPA Size Limit: 44 bits <6>[ 0.657644] kvm [1]: vgic interrupt IRQ9 <6>[ 0.662033] kvm [1]: Hyp mode initialized successfully <5>[ 0.668897] Initialise system trusted keyrings <6>[ 0.673981] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 0.688407] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.695398] NFS: Registering the id_resolver key type <5>[ 0.700845] Key type id_resolver registered <5>[ 0.705355] Key type id_legacy registered <6>[ 0.709799] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.716853] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.724818] 9p: Installing v9fs 9p2000 file system support <5>[ 0.794840] Key type asymmetric registered <5>[ 0.799269] Asymmetric key parser 'x509' registered <6>[ 0.804566] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 0.812322] io scheduler mq-deadline registered <6>[ 0.817168] io scheduler kyber registered <6>[ 0.823065] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 18) <6>[ 0.850059] EINJ: ACPI disabled. <6>[ 0.884639] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 0.893629] printk: console [ttyS1] disabled <6>[ 0.898321] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 29, base_baud = 62499999) is a 16550 <6>[ 0.907627] printk: console [ttyS1] enabled <6>[ 0.907627] printk: console [ttyS1] enabled <6>[ 0.916658] printk: bootconsole [bcm2835aux0] disabled <6>[ 0.916658] printk: bootconsole [bcm2835aux0] disabled <6>[ 0.929779] SuperH (H)SCI(F) driver initialized <6>[ 0.935337] msm_serial: driver initialized <6>[ 0.948791] loop: module loaded <6>[ 0.953687] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 0.962653] megasas: 07.719.03.00-rc1 <6>[ 0.974218] tun: Universal TUN/TAP device driver, 1.6 <6>[ 0.980817] thunder_xcv, ver 1.0 <6>[ 0.984444] thunder_bgx, ver 1.0 <6>[ 0.988042] nicpf, ver 1.0 <6>[ 0.992819] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 1.000437] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 1.006261] hclge is initializing <6>[ 1.009926] e1000: Intel(R) PRO/1000 Network Driver <6>[ 1.015146] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 1.021306] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 1.026616] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 1.032935] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 1.038684] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 1.044657] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 1.051290] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 1.058117] sky2: driver version 1.30 <6>[ 1.063607] VFIO - User Level meta-driver version: 0.3 <6>[ 1.073493] usbcore: registered new interface driver usb-storage <6>[ 1.083640] i2c_dev: i2c /dev entries driver <6>[ 1.091159] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 1.098833] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 1.110638] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 1.120141] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.126700] sdhci: Copyright(c) Pierre Ossman <6>[ 1.132454] Synopsys Designware Multimedia Card Interface Driver <6>[ 1.140218] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.149424] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.158836] usbcore: registered new interface driver usbhid <6>[ 1.164785] usbhid: USB HID core driver <6>[ 1.170405] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 1.183908] NET: Registered PF_PACKET protocol family <6>[ 1.189509] 9pnet: Installing 9P2000 support <5>[ 1.194214] Key type dns_resolver registered <6>[ 1.199245] registered taskstats version 1 <5>[ 1.203724] Loading compiled-in X.509 certificates <6>[ 1.217395] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 <6>[ 1.226898] serial serial0: tty port ttyAMA0 registered <6>[ 1.235277] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <3>[ 1.246160] uart-pl011 fe201000.serial: Failed to create device link (0x180) with soc:firmware:gpio <4>[ 1.258150] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 1.265862] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 1.375633] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 1.392228] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 1.430027] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 1.443526] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <6>[ 1.522123] mmc0: new high speed SDIO card at address 0001 <6>[ 1.551909] mmc1: new ultra high speed DDR50 SDXC card at address aaaa <6>[ 1.559705] mmcblk1: mmc1:aaaa SD256 238 GiB <6>[ 1.566805] mmcblk1: p1 p2 <6>[ 5.235083] Freeing initrd memory: 60388K <6>[ 13.737146] clk: Disabling unused clocks <6>[ 13.741541] ALSA device list: <6>[ 13.744818] No soundcards found. <6>[ 13.755034] Freeing unused kernel memory: 7616K <6>[ 13.760042] Run /init as init process <30>[ 13.799259] systemd[1]: System time before build time, advancing clock. <6>[ 13.819879] NET: Registered PF_INET6 protocol family <6>[ 13.826409] Segment Routing with IPv6 <6>[ 13.830467] In-situ OAM (IOAM) with IPv6 <30>[ 13.855800] 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.889498] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 13.909351] systemd[1]: Hostname set to . <30>[ 14.222685] systemd[1]: Queued start job for default target graphical.target. <30>[ 14.249599] 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.278888] 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.306787] 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.334503] 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.357517] 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.385426] 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.413265] 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.433347] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 14.457216] 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.485245] 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.513241] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 14.537207] 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.561188] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 14.585225] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 14.605267] 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.633538] 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.662272] 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.689875] 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.717844] 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.745911] 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.773719] 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.825373] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 14.853714] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 14.885672] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 14.913643] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 14.953711] 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.986065] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 15.018271] 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.033746] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com . <30>[ 15.077724] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 15.110261] 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.142107] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <30>[ 15.176961] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 15.206764] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 15.269677] 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.302111] 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.365849] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 15.400939] systemd[1]: Started systemd-journald.service - Journal Service. [[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. [[0;32m OK [0m] Mounted [0;1;39mdev-hugepages.mount[0m - Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[…- POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodes…reate List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod. [[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. [[0;32m OK [0m] Finished [0;1;39msystemd-modules-l…service[0m - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-network-g…rk units from Kernel command line. [[0;1;31mFAILED[0m] Failed to start [0;1;39msystemd-re…ount Root and Kernel File Systems. See 'systemctl status systemd-remount-fs.service' for details. [[0;32m OK [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network. Mounting [0;1;39msys-kernel-config…ernel Configuration File System... Starting [0;1;39msystemd-journal-f…h Journal to Persistent Storage... <46>[ 15.794955] systemd-journald[124]: Received client request to flush runtime journal. Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[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. <5>[ 17.029069] random: crng init done [[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;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. <6>[ 17.307317] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [[0;32m OK [0m] Reached targ<6>[ 17.319685] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] et [0;1<6>[ 17.329916] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 ;39mmult<6>[ 17.339044] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 i-user.t<6>[ 17.348495] iproc-rng200 fe104000.rng: hwrng registered arget[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. <6>[ 17.379955] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <6>[ 17.380673] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 17.395224] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 17.401676] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <5>[ 17.404854] cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>[ 17.413004] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 <6>[ 17.427484] pci 0000:00:00.0: PME# supported from D0 D3hot <5>[ 17.446148] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <4>[ 17.447567] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator <5>[ 17.454105] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <6>[ 17.460032] Bluetooth: Core ver 2.22 <6>[ 17.460422] NET: Registered PF_BLUETOOTH protocol family <6>[ 17.460430] Bluetooth: HCI device and connection manager initialized <6>[ 17.460450] Bluetooth: HCI socket layer initialized <6>[ 17.460460] Bluetooth: L2CAP socket layer initialized <6>[ 17.460486] Bluetooth: SCO socket layer initialized <4>[ 17.501727] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <4>[ 17.505978] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP..<6>[ 17.525353] cfg80211: failed to load regulatory.db . <4>[ 17.525965] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator <6>[ 17.538603] [drm] Initialized v3d 1.0.0 20180419 for fec00000.gpu on minor 0 <6>[ 17.554776] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <4>[ 17.563999] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 <6>[ 17.565012] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) <4>[ 17.576252] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 [[0;32m OK [0m] Reached target [0;1<6>[ 17.596456] Bluetooth: HCI UART driver ver 2.3 ;39musb-gadget.�<6>[ 17.602752] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus ��m - Ha<6>[ 17.606064] Bluetooth: HCI UART protocol H4 registered rdware a<6>[ 17.608363] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) ctivated<6>[ 17.608509] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 <6>[ 17.608601] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] USB gad<6>[ 17.608916] pci 0000:01:00.0: PME# supported from D0 D3hot get. <6>[ 17.650276] Bluetooth: HCI UART protocol LL registered <6>[ 17.659745] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 17.667502] Bluetooth: HCI UART protocol Broadcom registered <4>[ 17.670076] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator [[0;32m OK [<6>[ 17.682284] Bluetooth: HCI UART protocol QCA registered 0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. <6>[ 17.695129] Bluetooth: HCI UART protocol Marvell registered <6>[ 17.699916] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] <4>[ 17.702061] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 17.709248] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] <6>[ 17.726521] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 17.731922] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <6>[ 17.740574] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 17.744831] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 17.755417] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <6>[ 17.757130] pcieport 0000:00:00.0: PME: Signaling with IRQ 44 <6>[ 17.762262] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.768606] pcieport 0000:00:00.0: AER: enabled with IRQ 44 <6>[ 17.775688] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.789079] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.793215] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 17.797282] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.811008] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1 <6>[ 17.817989] vc4-drm gpu: [drm] Cannot find any crtc or sizes Debian GNU/Linux 12 debian-bookw<6>[ 17.826512] vc4-drm gpu: [drm] Cannot find any crtc or sizes orm-arm64 ttyS1 debia<6>[ 17.834703] vc4-drm gpu: [drm] Cannot find any crtc or sizes n-bookwo<6>[ 17.841224] uart-pl011 fe201000.serial: no DMA platform data rm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 6.1.96-cip24 #1 SMP PREEMPT Thu Jul 18 12:51:39 UTC 2024 aarch64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. / # / # # #<6>[ 18.020755] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 18.026390] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 18.034466] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 <6>[ 18.044628] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 18.050208] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 18.057989] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 18.065194] hub 1-0:1.0: USB hub found / # <6>[ 18.069340] hub 1-0:1.0: 1 port detected <6>[ 18.074740] hub 2-0:1.0: USB hub found <6>[ 18.078895] hub 2-0:1.0: 4 ports detected <6>[ 18.085636] Bluetooth: hci0: BCM: chip id 107 <6>[ 18.090715] Bluetooth: hci0: BCM: features 0x2f <6>[ 18.097155] Blexport SHELL=/bin/sh uetooth: hci0: BCM4345C0 <6>[ 18.101257] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 <3>[ 18.107697] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 18.114688] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' <3>[ 18.122133] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 18.127631] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,4-model-b.hcd' <3>[ 18.134526] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' export SHELL=/bin/sh / # . /lava-555537/environment . /lava-555537/environment / # /lava-555537/bin/lava-test-runner /lava-555537/0 <6>[ 18.329059] usb 1-1: new high-speed USB device number 2 using xhci_hcd /lava-555537/bin/lava-test-runner /lava-555537/0 + export TESTRUN_ID=0_igt-<8>[ 18.451829] kms-vc4 + cd /lava-555537/0/tests/0_igt-kms-vc4 + cat uuid + UUID=555537_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_flip_event_leak kms_prop_bl<8>[ 18.484122] ob kms_setmode kms_vblan<6>[ 18.491107] hub 1-1:1.0: USB hub found k vc4_cr<6>[ 18.495779] hub 1-1:1.0: 4 ports detected eate_bo vc4_dmabuf_poll vc4_label_bo vc4_lookup_fail vc4_mmap vc4_prefmon vc4_purgeable_bo vc4_t<14>[ 18.508368] [IGT] core_auth: executing iling vc<14>[ 18.513646] [IGT] core_auth: starting subtest getclient-simple 4_wait_b<14>[ 18.520483] [IGT] core_auth: finished subtest getclient-simple, SUCCESS o vc4_wa<14>[ 18.528142] [IGT] core_auth: exiting, ret=0 it_seqno IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-ci<8>[ 18.538382] p24 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card1 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 18.566246] [IGT] core_auth: executing IGT-Vers<14>[ 18.570952] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<14>[ 18.578559] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS 8-ga44eb<14>[ 18.586593] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=17<8>[ 18.596573] 06305720<3>[ 18.601060] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card1 [1mSubtest getclient-master-drop: S<14>[ 18.624105] [IGT] core_auth: executing UCCESS (<14>[ 18.629396] [IGT] core_auth: starting subtest basic-auth 0.000s)<14>[ 18.635978] [IGT] core_auth: finished subtest basic-auth, SUCCESS [0m IGT<14>[ 18.642830] [IGT] core_auth: exiting, ret=0 -Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using I<8>[ 18.653706] GT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 18.680624] [IGT] core_auth: executing IGT-Vers<14>[ 18.685191] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 Starting subtest: many-magics<14>[ 18.705483] [IGT] core_auth: finished subtest many-magics, SUCCESS Reopen<14>[ 18.712911] [IGT] core_auth: exiting, ret=0 ing device failed after 1020 opens [1mSubtest many-magics: SUCCESS (0.014s)[0<8>[ 18.724950] m <8>[ 18.734981] <14>[ 18.780790] [IGT] core_getclient: executing IGT-Vers<14>[ 18.786235] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Usin<8>[ 18.796982] g IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 18.843279] [IGT] core_getstats: executing IGT-Vers<14>[ 18.848239] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Usin<8>[ 18.859042] g IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 18.907483] [IGT] core_getversion: executing IGT-Vers<14>[ 18.912790] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Usin<8>[ 18.923658] g IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 18.971876] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 18.977883] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SR<8>[ 18.989386] ANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <8>[ 19.020821] <14>[ 19.046571] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card<6>[ 19.063232] vc4-drm gpu: [drm] Cannot find any crtc or sizes 1 <14>[ 19.210064] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 19.216199] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest: invalid-buffer [1mSubtest invalid-bu<14>[ 19.227592] [IGT] drm_read: exiting, ret=0 ffer: SUCCESS (0.000s)[0m <8>[ 19.239652] <14>[ 19.268250] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 <14>[ 19.422630] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 19.428731] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest: fault-buffer [1mSubtest fault-buffer<14>[ 19.439805] [IGT] drm_read: exiting, ret=0 : SUCCESS (0.000s)[0m <8>[ 19.451795] <14>[ 19.479911] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 <14>[ 19.631483] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 20.637523] [IGT] drm_read: finished subtest empty-block, SUCCESS est empty-block: SUCCESS (1.000s)[0m <14>[ 20.648647] [IGT] drm_read: exiting, ret=0 <8>[ 20.658578] <14>[ 20.686522] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card1 <14>[ 20.839792] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 20.845937] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest: empty-nonblock [1mSubtest empty-nonb<14>[ 20.857385] [IGT] drm_read: exiting, ret=0 lock: SUCCESS (0.000s)[0m <8>[ 20.869388] <14>[ 20.898476] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card1 <14>[ 21.052090] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 21.058607] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest: short-buffer-block [1mSubtest short-<14>[ 21.070338] [IGT] drm_read: exiting, ret=0 buffer-block: SUCCESS (0.000s)[0m <8>[ 21.082435] <14>[ 21.111875] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card1 <14>[ 21.265082] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 21.271840] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest: short-buffer-nonblock [1mSubtest sho<14>[ 21.283791] [IGT] drm_read: exiting, ret=0 rt-buffer-nonblock: SUCCESS (0.000s)[0m <8>[ 21.295736] <14>[ 21.325593] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card1 <14>[ 21.475969] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 53.695618] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est short-buffer-wakeup: SUCCESS (32.213s)[0m <14>[ 53.707822] [IGT] drm_read: exiting, ret=0 <8>[ 53.718034] <8>[ 53.727288] <8>[ 53.762260] <14>[ 53.787207] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip2<14>[ 53.796424] [IGT] kms_addfb_basic: starting subtest unused-handle 4 aarch6<14>[ 53.803824] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS 4) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card1 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.835218] [IGT] kms_addfb_basic: exiting, ret=0 tel_device(fd) Test requirement not met in function igt_require<8>[ 53.845882] _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.873849] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip2<14>[ 53.882943] [IGT] kms_addfb_basic: starting subtest unused-pitches 4 aarch6<14>[ 53.890442] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS 4) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 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 requirement: is_intel_de<14>[ 53.922403] [IGT] kms_addfb_basic: exiting, ret=0 vice(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:<8>[ 53.935153] 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.964547] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip2<14>[ 53.973835] [IGT] kms_addfb_basic: starting subtest unused-offsets 4 aarch6<14>[ 53.981332] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS 4) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 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 <14>[ 54.011424] [IGT] kms_addfb_basic: exiting, ret=0 requirement: is_intel_device(fd) Test requirement not met in fu<8>[ 54.021816] nction 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.050686] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip2<14>[ 54.059861] [IGT] kms_addfb_basic: starting subtest unused-modifier 4 aarch6<14>[ 54.067293] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS 4) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 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: Tes<14>[ 54.097161] [IGT] kms_addfb_basic: exiting, ret=0 t requirement: is_intel_device(fd) Test requirement not met in <8>[ 54.108032] 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>[ 54.136767] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip2<14>[ 54.146167] [IGT] kms_addfb_basic: starting subtest clobberred-modifier 4 aarch6<14>[ 54.153947] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP 4) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 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 c<14>[ 54.184421] [IGT] kms_addfb_basic: exiting, ret=77 lobberred-modifier: SKIP (0.000s)[0m Test requirement not met <8>[ 54.195003] in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement no<14>[ 54.223550] [IGT] kms_addfb_basic: executing t met in function igt_require_intel, file ../lib/drmtest<14>[ 54.233291] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete .c:880: <14>[ 54.241979] [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.96-cip24 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-smem-bo-on-discrete Test requirement not met in function igt_requi<14>[ 54.274880] [IGT] kms_addfb_basic: exiting, ret=77 re_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest<8>[ 54.287559] 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 met in function igt_require_intel, file ../lib/drmtest.<14>[ 54.318459] [IGT] kms_addfb_basic: executing c:880: Test requirement: is_intel_device(fd) Test requ<14>[ 54.327557] [IGT] kms_addfb_basic: starting subtest legacy-format irement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Ve<14>[ 54.345014] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS rsion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: legacy-format Successfully fuzzed 10000 {bpp, depth} variations [1mSubtest legacy-format: SUCCESS (0.010s)[0m<14>[ 54.376153] [IGT] kms_addfb_basic: exiting, ret=0 Test requirement not met in function igt_require_intel, file .<8>[ 54.386914] ./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, <14>[ 54.414914] [IGT] kms_addfb_basic: executing file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: <14>[ 54.427069] [IGT] kms_addfb_basic: starting subtest no-handle 1.28-ga4<14>[ 54.433620] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS 4ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: no-handle [1mSubtest no-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require<14>[ 54.462650] [IGT] kms_addfb_basic: exiting, ret=0 _intel, file ../lib/drmtest.c:880: Test requirement: is_intel_d<8>[ 54.473322] evice(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requireme<14>[ 54.500370] [IGT] kms_addfb_basic: executing nt: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip<14>[ 54.512506] [IGT] kms_addfb_basic: starting subtest basic 24 aarch<14>[ 54.518771] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS 64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requireme<14>[ 54.547309] [IGT] kms_addfb_basic: exiting, ret=0 nt: is_intel_device(fd) Test requirement not met in function ig<8>[ 54.558076] t_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.584411] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SR<14>[ 54.595772] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 ANDOM=17<14>[ 54.602727] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS 06305756 for randomisation Opened device: /dev/dri/card1 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 requirement: is_intel_<14>[ 54.632047] [IGT] kms_addfb_basic: exiting, ret=0 device(fd) Test requirement not met in function igt_require_int<8>[ 54.642634] el, 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.669906] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SR<14>[ 54.681359] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 ANDOM=17<14>[ 54.688292] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS 06305756 for randomisation Opened device: /dev/dri/card1 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.717833] [IGT] kms_addfb_basic: exiting, ret=0 l_device(fd) Test requirement not met in function igt_require_i<8>[ 54.728103] 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.755950] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SR<14>[ 54.767376] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 ANDOM=17<14>[ 54.774363] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS 06305756 for randomisation Opened device: /dev/dri/card1 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<14>[ 54.804594] [IGT] kms_addfb_basic: exiting, ret=0 (fd) Test requirement not met in function igt_require_intel, fi<8>[ 54.815263] le ../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.842987] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SR<14>[ 54.854726] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 ANDOM=17<14>[ 54.861471] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS 06305757 for randomisation Opened device: /dev/dri/card1 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 requirement: is_in<14>[ 54.890681] [IGT] kms_addfb_basic: exiting, ret=0 tel_device(fd) Test requirement not met in function igt_require<8>[ 54.901564] _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.928624] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SR<14>[ 54.939952] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 ANDOM=17<14>[ 54.947314] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS 06305757 for randomisation Opened device: /dev/dri/card1 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.977529] [IGT] kms_addfb_basic: exiting, ret=0 ce(fd) Test requirement not met in function igt_require_intel, <8>[ 54.987818] 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.015792] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SR<14>[ 55.027245] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 ANDOM=17<14>[ 55.034379] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS 06305757 for randomisation Opened device: /dev/dri/card1 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_<14>[ 55.063821] [IGT] kms_addfb_basic: exiting, ret=0 intel_device(fd) Test requirement not met in function igt_requi<8>[ 55.074589] re_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.102379] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SR<14>[ 55.114002] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 ANDOM=17<14>[ 55.120852] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS 06305757 for randomisation Opened device: /dev/dri/card1 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: Test requirement: is_intel_device(fd) <14>[ 55.151308] [IGT] kms_addfb_basic: exiting, ret=0 Test requirement not met in function igt_require<46>[ 55.161158] systemd-journald[124]: 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. _intel, <8>[ 55.162321] file ../<46>[ 55.182932] systemd-journald[124]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. lib/drmtest.c:880: Test requirement: is_intel_device(fd<14>[ 55.211447] [IGT] kms_addfb_basic: executing ) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 55.223258] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 est requ<14>[ 55.230983] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS irement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-65536 [1mSubtest bad-pitch-65536: SUCCESS<14>[ 55.260125] [IGT] kms_addfb_basic: exiting, ret=0 (0.000s)[0m Test requirement not met in function igt_require_<8>[ 55.271231] 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_re<14>[ 55.299400] [IGT] kms_addfb_basic: executing quire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarc<14>[ 55.313715] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any h64) (Li<14>[ 55.321783] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS nux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m Test requirement not <14>[ 55.349671] [IGT] kms_addfb_basic: exiting, ret=0 met in function igt_require_intel, file ../lib/drmtest.c:880: T<8>[ 55.360133] est requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ..<14>[ 55.387841] [IGT] kms_addfb_basic: executing /lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux:<14>[ 55.401622] [IGT] kms_addfb_basic: starting subtest invalid-get-prop 6.1.96-<14>[ 55.409049] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS cip24 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, f<14>[ 55.437743] [IGT] kms_addfb_basic: exiting, ret=0 ile ../lib/drmtest.c:880: Test requirement: is_intel_device(fd)<8>[ 55.448414] 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_in<14>[ 55.476762] [IGT] kms_addfb_basic: executing tel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SR<14>[ 55.489997] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any ANDOM=17<14>[ 55.497351] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS 06305757 for randomisation Opened device: /dev/dri/card1 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/drmtest.c:880: T<14>[ 55.526602] [IGT] kms_addfb_basic: exiting, ret=0 est requirement: is_intel_device(fd) Test requirement not met i<8>[ 55.537131] 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.565585] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305757 for ran<14>[ 55.578787] [IGT] kms_addfb_basic: starting subtest invalid-set-prop domisati<14>[ 55.586449] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS on Opened device: /dev/dri/card1 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:880: Test requirement: is_intel_device<14>[ 55.614992] [IGT] kms_addfb_basic: exiting, ret=0 (fd) Test requirement not met in function igt_require_intel, fi<8>[ 55.626157] le ../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.654710] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened devic<14>[ 55.670325] [IGT] kms_addfb_basic: starting subtest master-rmfb e: /dev/<14>[ 55.677377] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS dri/card1 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: is_intel_device(f<14>[ 55.702740] [IGT] kms_addfb_basic: exiting, ret=0 d) Test requirement not met in function igt_require_intel, file<8>[ 55.713650] ../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.740118] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 <14>[ 55.757708] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag Starting<14>[ 55.765548] [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 ../lib/drmt<14>[ 55.788480] [IGT] kms_addfb_basic: exiting, ret=0 est.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function <8>[ 55.801375] 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.832028] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 <14>[ 55.849553] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier Starting subtest: addfb25-bad-modifier (kms_addfb_basic:375) CRITICAL: Test assertion failure function <14>[ 55.865952] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:375) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((<14>[ 55.890331] [IGT] kms_addfb_basic: exiting, ret=98 ((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -<8>[ 55.901332] 1 (kms_addfb_basic:375) CRITICAL: error: 0 != -1 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xbddb4358] #2 [+0xbddb5fbc] #3 [+0xbddb156c] #4 [__libc_in<14>[ 55.928279] [IGT] kms_addfb_basic: executing it_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbddb15b0] Subtest addfb25-bad-modifier failed. **** DEBUG **** (kms_addfb_basic:375) ioctl_wrappers-DEBUG: Test requirement passed: igt_has_fb_modifiers(fd) (kms_addfb_basic:375) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:<14>[ 55.964284] [IGT] kms_addfb_basic: exiting, ret=77 375) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')<8>[ 55.977412] ) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:375) CRITICAL: error: 0 != -1 (kms_addfb_basic:375) igt_core-INFO: Stack trace: (kms_addfb_basic:375) igt_core-INFO: #0 ../lib/igt_cor<14>[ 56.008733] [IGT] kms_addfb_basic: executing e.c:1989 __igt_fail_assert() (kms_addfb_basic:375) igt_core-INFO: #1 [+0xbddb4358] (kms_addfb_basic:375) igt_core-INFO: #2 [+0xbddb5fbc] (kms_addfb_basic:375) igt_core-INFO: #3 [+0xbddb156c] (kms_addfb_basic:375) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_addfb_basic:375) igt_core-I<14>[ 56.041955] [IGT] kms_addfb_basic: exiting, ret=77 NFO: #5 [__libc_start_main+0x98] (kms_addfb_basic:375) igt_co<8>[ 56.053173] re-INFO: #6 [+0xbddb15b0] **** END **** [1mSubtest addfb25-bad-modifier: FAIL (0.009s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) T<14>[ 56.081875] [IGT] kms_addfb_basic: executing 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(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for random<14>[ 56.117111] [IGT] kms_addfb_basic: exiting, ret=77 isation Opened device: /dev/dri/card1 Test requirement not met<8>[ 56.127937] in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-mismatch-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 56.157924] [IGT] kms_addfb_basic: executing :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.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/car<14>[ 56.190355] [IGT] kms_addfb_basic: exiting, ret=77 d1 Test requirement not met in function igt_require_intel, file<8>[ 56.201105] ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 56.230289] [IGT] kms_addfb_basic: executing Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_<14>[ 56.262405] [IGT] kms_addfb_basic: exiting, ret=77 require_intel, file ../lib/drmtest.c:880: Test requirement: is_<8>[ 56.272980] intel_device(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in funct<14>[ 56.302166] [IGT] kms_addfb_basic: executing ion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<14>[ 56.337939] [IGT] kms_addfb_basic: exiting, ret=77 ce(fd) Test requirement not met in function igt_require_intel, <8>[ 56.348805] file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-V<14>[ 56.378265] [IGT] kms_addfb_basic: executing ersion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 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>[ 56.412181] [IGT] kms_addfb_basic: exiting, ret=77 /lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1m<8>[ 56.423079] Subtest framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch<14>[ 56.451600] [IGT] kms_addfb_basic: executing 64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 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.485345] [IGT] kms_addfb_basic: starting subtest size-max [1mSu<14>[ 56.492090] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS btest tile-pitch<14>[ 56.500196] [IGT] kms_addfb_basic: exiting, ret=0 -mismatch: SKIP (0.000s)[0m Test requirement not met in functi<8>[ 56.510980] on igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/car<14>[ 56.538546] [IGT] kms_addfb_basic: executing d1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-y-tiled-legacy: SKIP (0.000s)[0m Test requirement not met <14>[ 56.572002] [IGT] kms_addfb_basic: starting subtest too-wide in funct<14>[ 56.578600] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS ion igt_require_<14>[ 56.586713] [IGT] kms_addfb_basic: exiting, ret=0 intel, file ../lib/drmtest.c:880: Test requirement: is_intel_de<8>[ 56.597531] vice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib<14>[ 56.624016] [IGT] kms_addfb_basic: executing /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 met in function igt_require_intel, file ../lib/drmtest.c<14>[ 56.657819] [IGT] kms_addfb_basic: starting subtest too-high :880: T<14>[ 56.664479] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS est requirement:<14>[ 56.672560] [IGT] kms_addfb_basic: exiting, ret=0 is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linu<8>[ 56.683444] x: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test require<14>[ 56.711589] [IGT] kms_addfb_basic: executing ment 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_intel_device(fd) IGT-Version: 1.28-ga44<14>[ 56.745380] [IGT] kms_addfb_basic: starting subtest bo-too-small ebfe (aa<14>[ 56.752058] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS rch64) (Linux: 6<14>[ 56.760561] [IGT] kms_addfb_basic: exiting, ret=0 .1.96-cip24 aarch64) Using IGT_SRANDOM=1706305758 for randomisa<8>[ 56.771355] tion Opened device: /dev/dri/card1 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/drmt<14>[ 56.799391] [IGT] kms_addfb_basic: executing est.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) (Linux: 6.1.96-cip24 aarch64)<14>[ 56.830909] [IGT] kms_addfb_basic: starting subtest small-bo Using <14>[ 56.837907] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS IGT_SRANDOM=1706<14>[ 56.846037] [IGT] kms_addfb_basic: exiting, ret=0 305758 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 56.857046] quirement 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 req<14>[ 56.882003] [IGT] kms_addfb_basic: executing uirement: 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.96-cip24 aarch64) Using IGT_<14>[ 56.913962] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling SRANDOM=<14>[ 56.922717] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP 1706305759 for r<14>[ 56.931971] [IGT] kms_addfb_basic: exiting, ret=77 andomisation Opened device: /dev/dri/card1 Test requir<8>[ 56.942698] ement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd<14>[ 56.971238] [IGT] kms_addfb_basic: executing ) Starting subtest: small-bo [1mSubtest small-bo: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device:<14>[ 57.004639] [IGT] kms_addfb_basic: exiting, ret=77 /dev/dri/card1 Test requirement not met in function igt_requir<8>[ 57.015691] e_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small-due-to-til<14>[ 57.044617] [IGT] kms_addfb_basic: executing ing Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest bo-too-small-due-to-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga<14>[ 57.077885] [IGT] kms_addfb_basic: exiting, ret=77 44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDO<8>[ 57.089226] M=1706305759 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel<14>[ 57.118129] [IGT] kms_addfb_basic: executing , file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305759 for rand<14>[ 57.153632] [IGT] kms_addfb_basic: exiting, ret=77 omisation Opened device: /dev/dri/card1 Test requirement not m<8>[ 57.164901] et in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement<14>[ 57.194303] [IGT] kms_addfb_basic: executing not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-yf-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_r<14>[ 57.229894] [IGT] kms_addfb_basic: exiting, ret=77 equire_intel, file ../lib/drmtest.c:880: Test requirement: is_i<8>[ 57.240889] ntel_device(fd) Test re<8>[ 57.250284] quirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-small<8>[ 57.278179] -legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_<14>[ 57.303509] [IGT] kms_atomic: executing 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: Te<14>[ 57.321701] [IGT] kms_atomic: starting subtest plane-overlay-legacy st requirement: is_intel<14>[ 57.330181] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 _device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-overlay-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 57.554707] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 57.562712] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS est pipe<14>[ 57.571046] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.216s)[0m [1mSubtest plane-overlay-legacy: SUCCESS (0.234s)<8>[ 57.583166] [0m <14>[ 57.612666] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 <14>[ 57.630616] [IGT] kms_atomic: starting subtest plane-primary-legacy Starting subtest: plane-<14>[ 57.638877] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:435) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:435) 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:435) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:435) 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 [+0xe2795cd0] #7 [+0xe27924b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xe27924f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DE<14>[ 59.147599] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL BUG: pla<14>[ 59.154926] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL ne E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEB<14>[ 59.169576] [IGT] kms_atomic: exiting, ret=98 UG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting prope<8>[ 59.184178] rty "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:435) igt_kms-DEBUG: plane E.17<14>[ 59.213107] [IGT] kms_atomic: executing : Setting property "SRC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEB<14>[ 59.229958] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos UG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:435) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:435) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:435) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METAD<14>[ 59.373260] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP ATA" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: display: Writ<14>[ 59.387374] [IGT] kms_atomic: exiting, ret=77 eback-1: preparing atomic, pipe: A (kms_atomic:435) igt_kms-DEBUG: Writeback-1: Setting<8>[ 59.399823] property "CRTC_ID" to 0x38/56 (kms_atomic:435) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:435) igt_kms-DEBUG: display: } (kms_atomic:435) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, heig<14>[ 59.429895] [IGT] kms_atomic: executing ht=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:435) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create,<14>[ 59.446720] [IGT] kms_atomic: starting subtest plane-immutable-zpos file ../lib/igt<14>[ 59.455252] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 _kms.c:1295: (kms_atomic:435) 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:435) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:435) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:435) igt_core-INFO: Stack trace: (kms_atomic:435) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:435) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:435) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:435) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:435) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:435) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:435) igt_core-INFO: #6 [+0xe2795cd0] (kms_atomic:435) igt_core-INFO: #7 [+0xe27924b8] (kms_atomic:435) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:435) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:435) igt_core-INFO: #10 [+0xe27924f0] **** 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-primary<14>[ 59.596180] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP -overlay<14>[ 59.603671] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP -mutable-zpos No dynamic tests executed. [1mS<14>[ 59.615550] [IGT] kms_atomic: exiting, ret=77 ubtest plane-primary-overlay-mutable-zpos: SKIP (0.135s)[0m IGT-Version: 1.28-ga44ebfe<8>[ 59.627835] (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-immutable-zpos Starting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in funct<14>[ 59.656991] [IGT] kms_atomic: executing ion igt_require_pipe_crc, file ../lib/igt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0 CRCs not support<14>[ 59.673969] [IGT] kms_atomic: starting subtest test-only ed on this platform 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.150s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card1 Starting subtest: test-only <14>[ 59.813182] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 59.951263] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 59.959327] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 59.966637] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.131s)[0m [1mSubtest test-only: SUCCESS (0.279s)[0m <8>[ 59.978806] <14>[ 60.006919] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card1 <14>[ 60.025951] [IGT] kms_atomic: starting subtest plane-cursor-legacy Starting subtest<14>[ 60.033812] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 60.194078] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 60.202099] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 60.210376] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.152s)[0m [1mSubtest plane-cursor-l<8>[ 60.220489] egacy: SUCCESS (0.169s)[0m <14>[ 60.248780] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card1 <14>[ 60.266893] [IGT] kms_atomic: starting subtest plane-invalid-params Starting subtest: plane-<14>[ 60.275225] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 invalid-params Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:450) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:450) 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:450) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:450) 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 [+0xbf5d54dc] #7 [+0xbf5d24b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xbf5d24f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:450) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:450) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:450) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:450) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:450) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:450) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x38/56 (kms_atomic:450) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 49 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x31/49 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 56 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x38/56 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 48 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x30/48 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 236 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0xec/236 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: A.0: plane_set_fb(237) (kms_atomic:450) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:450) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:450) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0xed/237 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x38/56 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0xed/237 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt<14>[ 61.453943] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL _kms-DEB<14>[ 61.461243] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL UG: display: populating plane data: A.0, fb 237 (kms_atomic:450) ig<14>[ 61.475229] [IGT] kms_atomic: exiting, ret=98 t_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x30/48 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_<8>[ 61.489248] atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0xec/236 (kms_atomic:450) igt_kms-DEBUG: displa<14>[ 61.519020] [IGT] kms_atomic: executing y: } (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 237<14>[ 61.535761] [IGT] kms_atomic: starting subtest plane-invalid-params-fence (kms_atomic:450) igt_k<14>[ 61.544528] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_kms-DEBUG: display: A.0: plane_set_fb(237) (kms_atomic:450) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:450) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:450) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:450) igt_kms-DEBUG: display: commit { (kms_atomic:450) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0xed/237 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x38/56 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:450) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:450) igt_kms-DEBUG: display: } (kms_atomic:450) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258), modifier=0x0,<14>[ 61.686218] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP size=0)<14>[ 61.693551] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP (kms_atomic:450) igt_kms-CRITICAL: Test assert<14>[ 61.706017] [IGT] kms_atomic: exiting, ret=77 ion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:450) <8>[ 61.718275] 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:450) igt_kms-CRITICAL: Last errno: 12, Canno<14>[ 61.749135] [IGT] kms_atomic: executing t allocate memory (kms_atomic:450) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:450) igt_core-INFO: Stack trace: (kms_atomic:450) igt_core-IN<14>[ 61.765961] [IGT] kms_atomic: starting subtest crtc-invalid-params FO: #0 ../lib/<14>[ 61.774298] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 igt_core.c:1989 __igt_fail_assert() (kms_atomic:450) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:450) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:450) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:450) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:450) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:450) igt_core-INFO: #6 [+0xbf5d54dc] (kms_atomic:450) igt_core-INFO: #7 [+0xbf5d24b8] (kms_atomic:450) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:450) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:450) igt_core-INFO: #10 [+0xbf5d24f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.171s)[0m [1mSubtest plane-invalid-params: FAIL (1.187s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card1 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.134s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (0.150s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card1 Starting subtest: crtc-invalid-params Star<14>[ 61.924828] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS ting dyn<14>[ 61.932984] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS amic sub<14>[ 61.941189] [IGT] kms_atomic: exiting, ret=0 test: pipe-A-Writeback-1 [1mDynamic subtest pipe-A-Writeback-1: SUCCESS (0.143s)[0m <8>[ 61.953451] [1mSubtest crtc-invalid-params: SUCCESS (0.160s)[0m <14>[ 61.983479] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card1 <14>[ 62.001943] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence Starting subtest<14>[ 62.010352] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : crtc-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 62.151948] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 62.159713] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met in function igt_require_sw_sync, file .<14>[ 62.172018] [IGT] kms_atomic: exiting, ret=77 ./lib/sw_sync.c:265: Test requirement: kernel_has_sw_sync() Last errno: 2, No such fil<8>[ 62.184416] e or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.134s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.150s)[0m <14>[ 62.214548] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/<14>[ 62.230915] [IGT] kms_atomic: starting subtest atomic-invalid-params dri/card1 Start<14>[ 62.239112] [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.407364] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 62.415421] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 62.423806] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.161s)[0m [1mSubtest atomic-invalid-params:<8>[ 62.434596] SUCCESS (0.177s)[0m <14>[ 62.463632] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card1 <14>[ 62.481942] [IGT] kms_atomic: starting subtest atomic-plane-damage Starting subtest: atomic-plane-damage No dynam<14>[ 62.624281] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests executed. [1mSubtest atomic-plane-dam<14>[ 62.636060] [IGT] kms_atomic: exiting, ret=77 age: SKIP (0.136s)[0m <8>[ 62.648124] <8>[ 62.658671] <8>[ 62.686147] <14>[ 62.712380] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card1 <14>[ 62.731238] [IGT] kms_flip_event_leak: starting subtest basic Starting subtest<14>[ 62.738693] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 : basic Starting dynamic subtest: pipe-A-Writeback-1 (kms_flip_event_leak:471) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:471) 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:471) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:471) 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 [+0xad611964] #6 [+0xad61146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xad6114b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_<14>[ 63.780888] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL flip_eve<14>[ 63.789111] [IGT] kms_flip_event_leak: finished subtest basic, FAIL nt_leak:471) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_flip_event_leak:471) <14>[ 63.804080] [IGT] kms_flip_event_leak: exiting, ret=98 igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement<8>[ 63.819737] passed: plane_idx >= 0 <8>[ 63.828591] && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe-><8>[ 63.860006] n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:471) igt_kms-DEBUG: display<14>[ 63.886661] [IGT] kms_prop_blob: executing : Mo<14>[ 63.891835] [IGT] kms_prop_blob: starting subtest basic veCursor<14>[ 63.897962] [IGT] kms_prop_blob: finished subtest basic, SUCCESS pipe D,<14>[ 63.905257] [IGT] kms_prop_blob: exiting, ret=0 (0, 0) (kms_flip_event_leak:471) igt_kms-DEBUG: Test requireme<8>[ 63.915626] nt passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetCrtc pipe E,<14>[ 63.941838] [IGT] kms_prop_blob: executing disabli<14>[ 63.947447] [IGT] kms_prop_blob: starting subtest blob-prop-core ng (kms<14>[ 63.954120] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS _flip_ev<14>[ 63.962064] [IGT] kms_prop_blob: exiting, ret=0 ent_leak:471) igt_kms-DEBUG: Test requirement passed: plane_idx <8>[ 63.972636] >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:471) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:471) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_flip_event_leak:471) igt_<14>[ 64.001689] [IGT] kms_prop_blob: executing kms-DEBU<14>[ 64.007358] [IGT] kms_prop_blob: starting subtest blob-prop-validate G: displ<14>[ 64.014747] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS ay: <14>[ 64.022827] [IGT] kms_prop_blob: exiting, ret=0 MoveCursor pipe E, (0, 0) (kms_flip_event_leak:471) igt_kms-DEB<8>[ 64.033323] UG: display: } (kms_flip_event_leak:471) drmtest-DEBUG: Force option used: Using driver vc4 (kms_flip_event_leak:471) drmtest-DEBUG: Expected driver "vc4" but got "v3d" (kms_flip_event_leak:471) drmtest-DEBUG: Opened previously opened device: /d<14>[ 64.062579] [IGT] kms_prop_blob: executing ev/dri/c<14>[ 64.068412] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime ard1 (k<14>[ 64.075690] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS ms_flip_<14>[ 64.083958] [IGT] kms_prop_blob: exiting, ret=0 event_leak:471) drmtest-DEBUG: Test requirement passed: !(fd<0) <8>[ 64.094228] (kms_flip_event_leak:471) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:471) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, fi<14>[ 64.123233] [IGT] kms_prop_blob: executing le ../li<14>[ 64.128718] [IGT] kms_prop_blob: starting subtest blob-multiple b/igt_km<14>[ 64.135850] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS s.c:1295<14>[ 64.143365] [IGT] kms_prop_blob: exiting, ret=0 : (kms_flip_event_leak:471) igt_kms-CRITICAL: Failed assertion:<8>[ 64.153876] 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:471) igt_kms-CRITICAL: Last er<14>[ 64.180336] [IGT] kms_prop_blob: executing rno: 12,<14>[ 64.185703] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any Cannot <14>[ 64.193023] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS allocate<14>[ 64.201592] [IGT] kms_prop_blob: exiting, ret=0 memory (kms_flip_event_leak:471) igt_kms-CRITICAL: error: -1 !<8>[ 64.212016] = 0 (kms_flip_event_leak:471) igt_core-INFO: Stack trace: (kms_flip_event_leak:471) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:471) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() <14>[ 64.241361] [IGT] kms_prop_blob: executing (kms_fl<14>[ 64.246466] [IGT] kms_prop_blob: starting subtest invalid-get-prop ip_event<14>[ 64.253544] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS _leak:47<14>[ 64.261682] [IGT] kms_prop_blob: exiting, ret=0 1) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isr<8>[ 64.272232] a.0() (kms_flip_event_leak:471) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_flip_event_leak:471) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak:471) igt_core-INFO: #5 [+0xa<14>[ 64.301394] [IGT] kms_prop_blob: executing d611964]<14>[ 64.306984] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any (kms_f<14>[ 64.314405] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS lip_even<14>[ 64.322908] [IGT] kms_prop_blob: exiting, ret=0 t_leak:471) igt_core-INFO: #6 [+0xad61146c] (kms_fli<8>[ 64.333376] p_event_leak:471) igt_core-INFO: #7 [__libc_init_first+0x80] (kms_flip_event_leak:471) igt_core-INFO: #8 [__libc_start_main+0x98] (kms_flip_event_leak:471) igt_core-INFO: #9 [+0xad6114b0] **<14>[ 64.359450] [IGT] kms_prop_blob: executing ** END <14>[ 64.365172] [IGT] kms_prop_blob: starting subtest invalid-set-prop **** <14>[ 64.372301] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS [1mDynam<14>[ 64.380262] [IGT] kms_prop_blob: exiting, ret=0 ic subtest pipe-A-Writeback-1: FAIL (1.034s)[0m [1mSubtest ba<8>[ 64.390723] sic: FAIL (1.052s)[0m <8>[ 64.400701] IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 a<8>[ 64.428174] arch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: blob-prop-core [1mSubtest blob-prop-core: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IG<14>[ 64.455311] [IGT] kms_setmode: executing T_SRANDO<14>[ 64.460864] [IGT] kms_setmode: starting subtest basic M=170630<14>[ 64.466831] [IGT] kms_setmode: finished subtest basic, SKIP 5766 for<14>[ 64.473356] [IGT] kms_setmode: exiting, ret=77 randomisation Opened device: /dev/dri/card1 Starting subtest:<8>[ 64.483911] blob-prop-validate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting s<14>[ 64.510570] [IGT] kms_setmode: executing ubtest: blob-pro<14>[ 64.516378] [IGT] kms_setmode: starting subtest basic-clone-single-crtc p-lifeti<14>[ 64.524312] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP me [1m<14>[ 64.532524] [IGT] kms_setmode: exiting, ret=77 Subtest blob-prop-lifetime: SUCCESS (0.000s)[0m IGT-Version: 1<8>[ 64.543014] .28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m I<14>[ 64.570514] [IGT] kms_setmode: executing GT-Version: 1.28<14>[ 64.575680] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc -ga44ebf<14>[ 64.583825] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP e (aarch<14>[ 64.592208] [IGT] kms_setmode: exiting, ret=77 64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 <8>[ 64.602697] for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_<14>[ 64.630661] [IGT] kms_setmode: executing SRANDOM=<14>[ 64.636143] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc 17063057<14>[ 64.643932] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP 66 for r<14>[ 64.652610] [IGT] kms_setmode: exiting, ret=77 andomisation Opened device: /dev/dri/card1 Starting subtest: i<8>[ 64.662984] nvalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting<14>[ 64.691707] [IGT] kms_setmode: executing subtest<14>[ 64.696853] [IGT] kms_setmode: starting subtest clone-exclusive-crtc : invali<14>[ 64.704142] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP d-set-pr<14>[ 64.711975] [IGT] kms_setmode: exiting, ret=77 op-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m <8>[ 64.722435] IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0<14>[ 64.750721] [IGT] kms_setmode: executing m IGT-V<14>[ 64.756116] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing ersion: <14>[ 64.764510] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP 1.28-ga4<14>[ 64.773993] [IGT] kms_setmode: exiting, ret=77 4ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM<8>[ 64.784312] =1706305766 for randomis<8>[ 64.795665] ation Opened device: /dev/dri/card1 Starting subtest: basic Testing: basic 1 connector combinations Testing: basic 2 connector combinations No dynamic tests executed. [1mSubtest basic: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-c<8>[ 64.822948] ip24 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic-clone-single-crtc Testing: basic-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest basi<14>[ 64.849270] [IGT] kms_vblank: executing c-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 for ran<14>[ 64.866084] [IGT] kms_vblank: starting subtest invalid domisation Open<14>[ 64.873217] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ed device: /dev/dri/card1 Starting subtest: invalid-clone-single-crtc Testing: invalid-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305767 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:528) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:528) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:528) 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 [+0xc11a338c] #3 [+0xc11a1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc11a1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:528) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:528) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:528) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:528) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:528) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:528) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:528) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:528) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:528) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:528) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:528) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:528) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:528) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:528) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:528) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:528) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:528) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:528) igt_kms-DEBUG: d<14>[ 68.939886] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL isplay: <14>[ 68.947500] [IGT] kms_vblank: finished subtest invalid, FAIL SetCursor pipe D, disabling (kms_vblank:528) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vb<14>[ 68.963866] [IGT] kms_vblank: exiting, ret=98 lank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528)<8>[ 68.978144] igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:528) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:528) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:528) igt_kms-DEBUG: display: Fixing up initial r<14>[ 69.012116] [IGT] kms_vblank: executing otation pipe E, plane 17 (kms_vblank:528) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:528) igt_kms-DEBUG: disp<14>[ 69.028860] [IGT] kms_vblank: starting subtest crtc-id lay: MoveCursor pipe<14>[ 69.035949] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 E, (0, 0) (kms_vblank:528) igt_kms-DEBUG: display: } (kms_vblank:528) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:528) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:528) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:528) igt_core-INFO: Stack trace: (kms_vblank:528) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:528) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:528) igt_core-INFO: #2 [+0xc11a338c] (kms_vblank:528) igt_core-INFO: #3 [+0xc11a1c78] (kms_vblank:528) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:528) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:528) igt_core-INFO: #6 [+0xc11a1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.059s)[0m [1mSubtest invalid: FAIL (4.075s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305771 for randomisation Opened device: /dev/dri/card1 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:531) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:531) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:531) 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 [+0xcd793728] #3 [+0xcd791c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcd791cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:531) igt_kms-DEBUG: d<14>[ 73.291885] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL isplay: <14>[ 73.299508] [IGT] kms_vblank: finished subtest crtc-id, FAIL SetCursor pipe D, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe D,<14>[ 73.313948] [IGT] kms_vblank: exiting, ret=98 (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes <8>[ 73.328680] (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fix<14>[ 73.363073] [IGT] kms_vblank: executing ing up initial rotation pipe E, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:531) igt_kms-DEB<14>[ 73.379745] [IGT] kms_vblank: starting subtest accuracy-idle UG: display: MoveCur<14>[ 73.387728] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 sor pipe E, (0, 0) (kms_vblank:531) igt_kms-DEBUG: display: } (kms_vblank:531) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:531) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:531) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:531) igt_core-INFO: Stack trace: (kms_vblank:531) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:531) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:531) igt_core-INFO: #2 [+0xcd793728] (kms_vblank:531) igt_core-INFO: #3 [+0xcd791c78] (kms_vblank:531) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:531) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:531) igt_core-INFO: #6 [+0xcd791cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.248s)[0m [1mSubtest crtc-id: FAIL (4.265s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305775 for randomisation Opened device: /dev/dri/card1 Starting subtest: accuracy-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:534) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:534) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:534) 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 [+0xe67c1f94] #3 [+0xe67c2fa0] #4 [+0xe67c31bc] #5 [+0xe67c1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe67c1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:534) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:534) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:534) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:534) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:534) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:534) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:534) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:534) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:534) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:534) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:534) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:534) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:534) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:534) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:534) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:534) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:534) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:534) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 77.645416] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 77.652968] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL :534) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:534) igt_kms-DEBUG: Tes<14>[ 77.667966] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: <8>[ 77.682742] Fixing up initial rotation pipe E, plane 0 (kms_vblank:534) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:534) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:534) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 77.716804] [IGT] kms_vblank: executing e 17 (kms_vblank:534) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:534) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 77.733416] [IGT] kms_vblank: starting subtest query-idle (0, 0) (kms_vbl<14>[ 77.741189] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ank:534) igt_kms-DEBUG: display: } (kms_vblank:534) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:534) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:534) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:534) igt_core-INFO: Stack trace: (kms_vblank:534) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:534) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:534) igt_core-INFO: #2 [+0xe67c1f94] (kms_vblank:534) igt_core-INFO: #3 [+0xe67c2fa0] (kms_vblank:534) igt_core-INFO: #4 [+0xe67c31bc] (kms_vblank:534) igt_core-INFO: #5 [+0xe67c1c78] (kms_vblank:534) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:534) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:534) igt_core-INFO: #8 [+0xe67c1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.250s)[0m [1mSubtest accuracy-idle: FAIL (4.266s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305779 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:537) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:537) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:537) 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 [+0xb7b41f94] #3 [+0xb7b42fa0] #4 [+0xb7b431bc] #5 [+0xb7b41c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb7b41cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 81.997354] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 82.004917] [IGT] kms_vblank: finished subtest query-idle, FAIL :537) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Tes<14>[ 82.019671] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: <8>[ 82.034456] Fixing up initial rotation pipe E, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 82.068024] [IGT] kms_vblank: executing e 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 82.084986] [IGT] kms_vblank: starting subtest query-idle-hang (0, 0) <14>[ 82.091917] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP (kms_vbl<14>[ 82.099481] [IGT] kms_vblank: exiting, ret=77 ank:537) igt_kms-DEBUG: display: } (kms_vblank:537) igt_kms-CRI<8>[ 82.110199] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:537) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:537) igt_kms-CRITICAL: Last errno: 16,<14>[ 82.138671] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:537) igt_core-INFO: Stack trace: (kms_vblank:537) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:537) igt_co<14>[ 82.157963] [IGT] kms_vblank: starting subtest query-forked re-INFO: #1 ..<14>[ 82.165849] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:537) igt_core-INFO: #2 [+0xb7b41f94] (kms_vblank:537) igt_core-INFO: #3 [+0xb7b42fa0] (kms_vblank:537) igt_core-INFO: #4 [+0xb7b431bc] (kms_vblank:537) igt_core-INFO: #5 [+0xb7b41c78] (kms_vblank:537) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:537) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:537) igt_core-INFO: #8 [+0xb7b41cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.249s)[0m [1mSubtest query-idle: FAIL (4.265s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305784 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305784 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:543) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:543) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:543) 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 [+0xbbf51f94] #3 [+0xbbf52fa0] #4 [+0xbbf531bc] #5 [+0xbbf51c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbbf51cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 86.349338] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 86.356910] [IGT] kms_vblank: finished subtest query-forked, FAIL :543) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Tes<14>[ 86.371788] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: <8>[ 86.386671] Fixing up initial rotation pipe E, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 86.420139] [IGT] kms_vblank: executing e 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 86.437263] [IGT] kms_vblank: starting subtest query-forked-hang (0, 0) <14>[ 86.444528] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP (kms_vbl<14>[ 86.452147] [IGT] kms_vblank: exiting, ret=77 ank:543) igt_kms-DEBUG: display: } (kms_vblank:543) igt_kms-CRI<8>[ 86.462845] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:543) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:543) igt_kms-CRITICAL: Last er<14>[ 86.490546] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:543) igt_core-INFO: Stack trace: (kms_vblank:543) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() <14>[ 86.509012] [IGT] kms_vblank: starting subtest query-busy (kms_vblank:543) igt_co<14>[ 86.516568] [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:543) igt_core-INFO: #2 [+0xbbf51f94] (kms_vblank:543) igt_core-INFO: #3 [+0xbbf52fa0] (kms_vblank:543) igt_core-INFO: #4 [+0xbbf531bc] (kms_vblank:543) igt_core-INFO: #5 [+0xbbf51c78] (kms_vblank:543) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:543) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:543) igt_core-INFO: #8 [+0xbbf51cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.176s)[0m [1mSubtest query-forked: FAIL (4.192s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305788 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305788 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:549) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:549) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:549) 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 [+0xab371f94] #3 [+0xab372fa0] #4 [+0xab3731bc] #5 [+0xab371c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xab371cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 90.701342] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 90.708917] [IGT] kms_vblank: finished subtest query-busy, FAIL :549) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Tes<14>[ 90.723644] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: <8>[ 90.738357] Fixing up initial rotation pipe E, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 90.772014] [IGT] kms_vblank: executing e 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 90.788913] [IGT] kms_vblank: starting subtest query-busy-hang (0, 0) <14>[ 90.795909] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP (kms_vbl<14>[ 90.803474] [IGT] kms_vblank: exiting, ret=77 ank:549) igt_kms-DEBUG: display: } (kms_vblank:549) igt_kms-CRI<8>[ 90.814174] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:549) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:549) igt_kms-CRITICAL: Last errno: 16,<14>[ 90.842435] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:549) igt_core-INFO: Stack trace: (kms_vblank:549) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vb<14>[ 90.860864] [IGT] kms_vblank: starting subtest query-forked-busy lank:549) igt_core-INFO:<14>[ 90.868935] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:549) igt_core-INFO: #2 [+0xab371f94] (kms_vblank:549) igt_core-INFO: #3 [+0xab372fa0] (kms_vblank:549) igt_core-INFO: #4 [+0xab3731bc] (kms_vblank:549) igt_core-INFO: #5 [+0xab371c78] (kms_vblank:549) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:549) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:549) igt_core-INFO: #8 [+0xab371cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.177s)[0m [1mSubtest query-busy: FAIL (4.194s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305792 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305793 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:555) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:555) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:555) 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 [+0xce5b1f94] #3 [+0xce5b2fa0] #4 [+0xce5b31bc] #5 [+0xce5b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xce5b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 95.053365] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 95.060936] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL :555) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Tes<14>[ 95.076346] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: <8>[ 95.091033] Fixing up initial rotation pipe E, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblan<14>[ 95.126838] [IGT] kms_vblank: executing k:555) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) <14>[ 95.142998] [IGT] kms_vblank: starting subtest query-forked-busy-hang (kms_vbl<14>[ 95.150486] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP ank:555)<14>[ 95.158644] [IGT] kms_vblank: exiting, ret=77 igt_kms-DEBUG: display: } (kms_vblank:555) igt_kms-CRITICAL: T<8>[ 95.169315] est assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:555) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:555) igt_kms-CRITICAL: Last errno: 16,<14>[ 95.197381] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:555) igt_core-INFO: Stack trace: (kms_vblank:555) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_a<14>[ 95.214274] [IGT] kms_vblank: starting subtest wait-idle ssert() (kms_vb<14>[ 95.221833] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lank:555) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:555) igt_core-INFO: #2 [+0xce5b1f94] (kms_vblank:555) igt_core-INFO: #3 [+0xce5b2fa0] (kms_vblank:555) igt_core-INFO: #4 [+0xce5b31bc] (kms_vblank:555) igt_core-INFO: #5 [+0xce5b1c78] (kms_vblank:555) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:555) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:555) igt_core-INFO: #8 [+0xce5b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.176s)[0m [1mSubtest query-forked-busy: FAIL (4.193s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305797 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305797 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:561) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:561) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:561) 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 [+0xcae81f94] #3 [+0xcae82fa0] #4 [+0xcae831bc] #5 [+0xcae81c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcae81cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 99.405327] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 99.412903] [IGT] kms_vblank: finished subtest wait-idle, FAIL :561) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Tes<14>[ 99.427539] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: <8>[ 99.442251] Fixing up initial rotation pipe E, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (k<14>[ 99.476608] [IGT] kms_vblank: executing ms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) <14>[ 99.493458] [IGT] kms_vblank: starting subtest wait-idle-hang (kms_vbl<14>[ 99.500350] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP ank:561)<14>[ 99.507781] [IGT] kms_vblank: exiting, ret=77 igt_kms-DEBUG: display: } (kms_vblank:561) igt_kms-CRITICAL: T<8>[ 99.518532] est assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:561) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:561) igt_kms-CRITICAL: Last errno: 16,<14>[ 99.546124] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:561) igt_core-INFO: Stack trace: (kms_vblank:561) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vb<14>[ 99.564356] [IGT] kms_vblank: starting subtest wait-forked lank:561) igt_core-INFO:<14>[ 99.572198] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:561) igt_core-INFO: #2 [+0xcae81f94] (kms_vblank:561) igt_core-INFO: #3 [+0xcae82fa0] (kms_vblank:561) igt_core-INFO: #4 [+0xcae831bc] (kms_vblank:561) igt_core-INFO: #5 [+0xcae81c78] (kms_vblank:561) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:561) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:561) igt_core-INFO: #8 [+0xcae81cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.176s)[0m [1mSubtest wait-idle: FAIL (4.192s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305801 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305801 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:567) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:567) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:567) 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 [+0xb5c91f94] #3 [+0xb5c92fa0] #4 [+0xb5c931bc] #5 [+0xb5c91c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb5c91cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 103.757337] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 103.764912] [IGT] kms_vblank: finished subtest wait-forked, FAIL :567) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Tes<14>[ 103.779715] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: <8>[ 103.794463] Fixing up initial rotation pipe E, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 103.828446] [IGT] kms_vblank: executing e 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor <14>[ 103.844859] [IGT] kms_vblank: starting subtest wait-forked-hang pipe E, <14>[ 103.851488] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP (0, 0) <14>[ 103.859073] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:567) igt_kms-DEBUG: display: } (kms_vblank:567) igt<8>[ 103.869695] _kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:567) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:567) igt_kms-CRITICAL: Last er<14>[ 103.898222] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:567) igt_core-INFO: Stack trace: (kms_vblank:567) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() <14>[ 103.916526] [IGT] kms_vblank: starting subtest wait-busy (kms_vblank:567) igt_co<14>[ 103.924195] [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:567) igt_core-INFO: #2 [+0xb5c91f94] (kms_vblank:567) igt_core-INFO: #3 [+0xb5c92fa0] (kms_vblank:567) igt_core-INFO: #4 [+0xb5c931bc] (kms_vblank:567) igt_core-INFO: #5 [+0xb5c91c78] (kms_vblank:567) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:567) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:567) igt_core-INFO: #8 [+0xb5c91cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.177s)[0m [1mSubtest wait-forked: FAIL (4.194s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305806 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305806 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:573) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:573) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:573) 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 [+0xbefb1f94] #3 [+0xbefb2fa0] #4 [+0xbefb31bc] #5 [+0xbefb1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbefb1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 108.109393] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 108.116970] [IGT] kms_vblank: finished subtest wait-busy, FAIL :573) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Tes<14>[ 108.131675] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: <8>[ 108.146417] Fixing up initial rotation pipe E, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 108.179753] [IGT] kms_vblank: executing e 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 108.196686] [IGT] kms_vblank: starting subtest wait-busy-hang (0, 0) <14>[ 108.203826] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP (kms_vbl<14>[ 108.211249] [IGT] kms_vblank: exiting, ret=77 ank:573) igt_kms-DEBUG: display: } (kms_vblank:573) igt_kms-CRI<8>[ 108.221803] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:573) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:573) igt_kms-CRITICAL: Last errno: 16,<14>[ 108.249785] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:573) igt_core-INFO: Stack trace: (kms_vblank:573) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:573<14>[ 108.269194] [IGT] kms_vblank: starting subtest wait-forked-busy ) igt_core-INFO: #1 ..<14>[ 108.277271] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:573) igt_core-INFO: #2 [+0xbefb1f94] (kms_vblank:573) igt_core-INFO: #3 [+0xbefb2fa0] (kms_vblank:573) igt_core-INFO: #4 [+0xbefb31bc] (kms_vblank:573) igt_core-INFO: #5 [+0xbefb1c78] (kms_vblank:573) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:573) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:573) igt_core-INFO: #8 [+0xbefb1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.177s)[0m [1mSubtest wait-busy: FAIL (4.194s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305810 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305810 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:579) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:579) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:579) 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 [+0xddc91f94] #3 [+0xddc92fa0] #4 [+0xddc931bc] #5 [+0xddc91c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xddc91cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 112.444188] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 112.452027] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe D,<14>[ 112.467258] [IGT] kms_vblank: exiting, ret=98 plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:579) igt_kms-DE<8>[ 112.481989] BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe E, disabl<14>[ 112.516080] [IGT] kms_vblank: executing ing (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: disp<14>[ 112.533449] [IGT] kms_vblank: starting subtest wait-forked-busy-hang lay: <14>[ 112.540593] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP Fixing <14>[ 112.548751] [IGT] kms_vblank: exiting, ret=77 up initial rotation pipe E, plane 17 (kms_vblank:579) igt_kms-D<8>[ 112.559332] EBUG: display: SetCursor pipe E, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:579) igt_kms-DEBUG: display: } (kms_vblank:579) igt_kms-CRITICAL: Test assertion failure function i<14>[ 112.587645] [IGT] kms_vblank: executing gt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:579) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (k<14>[ 112.604910] [IGT] kms_vblank: starting subtest ts-continuation-idle ms_vblank:579) igt_kms-C<14>[ 112.613648] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 RITICAL: Last errno: 16, Device or resource busy (kms_vblank:579) igt_core-INFO: Stack trace: (kms_vblank:579) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:579) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:579) igt_core-INFO: #2 [+0xddc91f94] (kms_vblank:579) igt_core-INFO: #3 [+0xddc92fa0] (kms_vblank:579) igt_core-INFO: #4 [+0xddc931bc] (kms_vblank:579) igt_core-INFO: #5 [+0xddc91c78] (kms_vblank:579) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:579) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:579) igt_core-INFO: #8 [+0xddc91cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.159s)[0m [1mSubtest wait-forked-busy: FAIL (4.176s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305814 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305814 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:585) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:585) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:585) 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 [+0xdc7a1f94] #3 [+0xdc7a2fa0] #4 [+0xdc7a31bc] #5 [+0xdc7a1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdc7a1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 116.813320] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 116.820897] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL :585) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Tes<14>[ 116.836468] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: <8>[ 116.851306] Fixing up initial rotation pipe E, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:<14>[ 116.879543] [IGT] kms_vblank: executing 585) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vbl<14>[ 116.898063] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang ank:585)<14>[ 116.905636] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP igt_kms<14>[ 116.914044] [IGT] kms_vblank: exiting, ret=77 -DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:585)<8>[ 116.924569] igt_kms-DEBUG: display: } (kms_vblank:585) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:585) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) <14>[ 116.953848] [IGT] kms_vblank: executing == 0 (kms_vblank:585) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:585) igt_core-INFO: Stack trace: (kms_vblank:585) igt_cor<14>[ 116.971773] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm e-INFO: #0 ../<14>[ 116.980211] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:585) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:585) igt_core-INFO: #2 [+0xdc7a1f94] (kms_vblank:585) igt_core-INFO: #3 [+0xdc7a2fa0] (kms_vblank:585) igt_core-INFO: #4 [+0xdc7a31bc] (kms_vblank:585) igt_core-INFO: #5 [+0xdc7a1c78] (kms_vblank:585) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:585) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:585) igt_core-INFO: #8 [+0xdc7a1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.192s)[0m [1mSubtest ts-continuation-idle: FAIL (4.209s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305819 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305819 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-dpms-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:591) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:591) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:591) 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 [+0xd5e11f94] #3 [+0xd5e12fa0] #4 [+0xd5e131bc] #5 [+0xd5e11c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd5e11cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:591) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:591) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:591) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:591) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:591) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:591) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:591) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:591) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:591) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:591) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:591) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:591) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:591) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:591) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:591) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:591) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:591) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:591) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 121.165334] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 121.172912] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL :591) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:591) igt_kms-DEBUG: Tes<14>[ 121.188894] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:591) igt_kms-DEBUG: display: <8>[ 121.203528] Fixing up initial rotation pipe E, plane 0 (kms_vblank:591) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:591) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:<14>[ 121.232527] [IGT] kms_vblank: executing 591) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:591) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:591) igt_kms<14>[ 121.252239] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend -DEBUG: display:<14>[ 121.261105] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 MoveCursor pipe E, (0, 0) (kms_vblank:591) igt_kms-DEBUG: display: } (kms_vblank:591) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:591) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:591) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:591) igt_core-INFO: Stack trace: (kms_vblank:591) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:591) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:591) igt_core-INFO: #2 [+0xd5e11f94] (kms_vblank:591) igt_core-INFO: #3 [+0xd5e12fa0] (kms_vblank:591) igt_core-INFO: #4 [+0xd5e131bc] (kms_vblank:591) igt_core-INFO: #5 [+0xd5e11c78] (kms_vblank:591) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:591) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:591) igt_core-INFO: #8 [+0xd5e11cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.178s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (4.194s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305823 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-dpms-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:594) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:594) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:594) 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 [+0xd0021f94] #3 [+0xd0022fa0] #4 [+0xd00231bc] #5 [+0xd0021c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd0021cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 125.517377] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 125.524948] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL :594) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Tes<14>[ 125.541272] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: <8>[ 125.556054] Fixing up initial rotation pipe E, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:<14>[ 125.585157] [IGT] kms_vblank: executing 594) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vbl<14>[ 125.603417] [IGT] kms_vblank: starting subtest ts-continuation-suspend ank:594) igt_kms-DEBUG: <14>[ 125.612118] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 display: MoveCursor pipe E, (0, 0) (kms_vblank:594) igt_kms-DEBUG: display: } (kms_vblank:594) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:594) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:594) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:594) igt_core-INFO: Stack trace: (kms_vblank:594) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:594) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:594) igt_core-INFO: #2 [+0xd0021f94] (kms_vblank:594) igt_core-INFO: #3 [+0xd0022fa0] (kms_vblank:594) igt_core-INFO: #4 [+0xd00231bc] (kms_vblank:594) igt_core-INFO: #5 [+0xd0021c78] (kms_vblank:594) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:594) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:594) igt_core-INFO: #8 [+0xd0021cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.249s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (4.265s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305827 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:597) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:597) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:597) 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 [+0xea1a1f94] #3 [+0xea1a2fa0] #4 [+0xea1a31bc] #5 [+0xea1a1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xea1a1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:597) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:597) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:597) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:597) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:597) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:597) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:597) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:597) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:597) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:597) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:597) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:597) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:597) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:597) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:597) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:597) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:597) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:597) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 129.869317] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 129.876898] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL :597) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:597) igt_kms-DEBUG: Tes<14>[ 129.892762] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt_kms-DEBUG: display: <8>[ 129.907501] Fixing up initial rotation pipe E, plane 0 (kms_vblank:597) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:597) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:597) igt<14>[ 129.936941] [IGT] kms_vblank: executing _kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:597) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vbl<14>[ 129.954180] [IGT] kms_vblank: starting subtest ts-continuation-modeset ank:597) igt_kms-DEBUG: <14>[ 129.963181] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 display: MoveCursor pipe E, (0, 0) (kms_vblank:597) igt_kms-DEBUG: display: } (kms_vblank:597) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:597) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:597) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:597) igt_core-INFO: Stack trace: (kms_vblank:597) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:597) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:597) igt_core-INFO: #2 [+0xea1a1f94] (kms_vblank:597) igt_core-INFO: #3 [+0xea1a2fa0] (kms_vblank:597) igt_core-INFO: #4 [+0xea1a31bc] (kms_vblank:597) igt_core-INFO: #5 [+0xea1a1c78] (kms_vblank:597) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:597) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:597) igt_core-INFO: #8 [+0xea1a1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.249s)[0m [1mSubtest ts-continuation-suspend: FAIL (4.266s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305832 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:600) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:600) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:600) 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 [+0xd8241f94] #3 [+0xd8242fa0] #4 [+0xd82431bc] #5 [+0xd8241c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd8241cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:600) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:600) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:600) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:600) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:600) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:600) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:600) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:600) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:600) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:600) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:600) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:600) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:600) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:600) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:600) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:600) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:600) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:600) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 134.221339] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 134.228911] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL :600) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:600) igt_kms-DEBUG: Tes<14>[ 134.244827] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:600) igt_kms-DEBUG: display: <8>[ 134.259528] Fixing up initial rotation pipe E, plane 0 (kms_vblank:600) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:600) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:<14>[ 134.288391] [IGT] kms_vblank: executing 600) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:600) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vbl<14>[ 134.306690] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang ank:600)<14>[ 134.314442] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP igt_kms<14>[ 134.323111] [IGT] kms_vblank: exiting, ret=77 -DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:600)<8>[ 134.333593] igt_kms-DEBUG: display: } (kms_vblank:600) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:600) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) <14>[ 134.363491] [IGT] kms_vblank: executing == 0 (kms_vblank:600) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:600) igt_core-INFO: Stack trace: (kms_vblank:600) igt_core-INFO: #0 ../<14>[ 134.382046] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm lib/igt_core.c:1<14>[ 134.391229] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 989 __igt_fail_assert() (kms_vblank:600) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:600) igt_core-INFO: #2 [+0xd8241f94] (kms_vblank:600) igt_core-INFO: #3 [+0xd8242fa0] (kms_vblank:600) igt_core-INFO: #4 [+0xd82431bc] (kms_vblank:600) igt_core-INFO: #5 [+0xd8241c78] (kms_vblank:600) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:600) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:600) igt_core-INFO: #8 [+0xd8241cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.250s)[0m [1mSubtest ts-continuation-modeset: FAIL (4.267s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:606) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:606) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:606) 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 [+0xcdab1f94] #3 [+0xcdab2fa0] #4 [+0xcdab31bc] #5 [+0xcdab1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcdab1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:606) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:606) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:606) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:606) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:606) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:606) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:606) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:606) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:606) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:606) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:606) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:606) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:606) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:606) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:606) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:606) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:606) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:606) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 138.574069] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :606) ig<14>[ 138.581694] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:606) igt_kms-DEBUG: Test requir<14>[ 138.597872] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing <8>[ 138.612606] up initial rotation pipe<8>[ 138.623418] E, plane 0 (kms_vblank:606) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:606) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:606) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 138.651432] e 17 (kms_vblank:606) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:606) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:606) igt_kms-DEBUG: display: } (kms_vblank:606) igt_kms-CRITICAL: T<14>[ 138.677055] [IGT] vc4_create_bo: executing est asse<14>[ 138.682544] [IGT] vc4_create_bo: exiting, ret=77 rtion failure function igt_wait_for_vblank, file ../lib/igt_kms.<8>[ 138.693181] c:5248: (kms_vblank:606) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:606) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:606) igt_core-INFO: Stack trace: (kms_vblank:606)<14>[ 138.722254] [IGT] vc4_create_bo: executing igt_cor<14>[ 138.727627] [IGT] vc4_create_bo: exiting, ret=77 e-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vb<8>[ 138.738151] lank:606) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:606) igt_core-INFO: #2 [+0xcdab1f94] (kms_vblank:606) igt_core-INFO: #3 [+0xcdab2fa0] (kms_vblank:606) igt_<14>[ 138.764818] [IGT] vc4_create_bo: executing core-INFO: #4 <14>[ 138.770316] [IGT] vc4_create_bo: exiting, ret=77 [+0xcdab31bc] (kms_vblank:606) igt_core-INFO: #5 [[ 138.781584] nknown>+0xcdab1c78] (km<8>[ 138.790994] s_vblank:606) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:606) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:606) igt_core-INFO: #8 [+0xcdab1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.175s)[0m [1mSubtest <8>[ 138.818517] ts-continuation-modeset-rpm: FAIL (4.192s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____<14>[ 138.845947] [IGT] vc4_dmabuf_poll: executing real_mai<14>[ 138.851870] [IGT] vc4_dmabuf_poll: exiting, ret=77 n27, file ../tests/vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is<8>[ 138.862924] _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.96-cip24 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /d<14>[ 138.892676] [IGT] vc4_dmabuf_poll: executing ev/dri/c<14>[ 138.898129] [IGT] vc4_dmabuf_poll: exiting, ret=77 ard1 Test requirement not met in function __igt_unique____real_<8>[ 138.908882] main27, file ../tests/vc<8>[ 138.919788] 4/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.96-cip24 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /d<8>[ 138.948502] ev/dri/card1 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 [1mSubtest create-bo-zeroed: SKI<14>[ 138.974225] [IGT] vc4_label_bo: executing P (0.000<14>[ 138.979615] [IGT] vc4_label_bo: exiting, ret=77 s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip2<8>[ 138.990037] 4 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main58, file ../tests/vc4/vc4_dmabuf_poll.c:64: Test requirement: igt_vc4_is_v3d(fd) Last<14>[ 139.017930] [IGT] vc4_label_bo: executing errno: <14>[ 139.023125] [IGT] vc4_label_bo: exiting, ret=77 2, No such file or directory [1mSubtest poll-write-waits-until<8>[ 139.033578] -write-done: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_un<14>[ 139.060661] [IGT] vc4_label_bo: executing ique____<14>[ 139.065802] [IGT] vc4_label_bo: exiting, ret=77 real_main58, file ../tests/vc4/vc4_dmabuf_poll.c:64: Test requi<8>[ 139.076360] rement: 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for rand<14>[ 139.104590] [IGT] vc4_label_bo: executing omisatio<14>[ 139.109820] [IGT] vc4_label_bo: exiting, ret=77 n Opened device: /dev/dri/card1 Test requirement not met in fu<8>[ 139.120362] nction __igt_unique____r<8>[ 139.129727] eal_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.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for<8>[ 139.157351] randomisation Opened device: /dev/dri/card1 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.183387] [IGT] vc4_lookup_fail: executing [1mSubte<14>[ 139.189122] [IGT] vc4_lookup_fail: starting subtest bad-color-write st set-b<14>[ 139.196415] [IGT] vc4_lookup_fail: finished subtest bad-color-write, SUCCESS ad-handl<14>[ 139.204408] [IGT] vc4_lookup_fail: exiting, ret=0 e: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linu<8>[ 139.215219] x: 6.1.96-cip24 aarch64)<8>[ 139.224545] Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 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<8>[ 139.253381] -bad-name: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 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) L<14>[ 139.286471] [IGT] vc4_mmap: executing ast errn<14>[ 139.291646] [IGT] vc4_mmap: exiting, ret=77 o: 2, No such file or directory [1mSubtest set-kernel-name: SK<8>[ 139.301775] IP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-color-write [1mSubtest bad-color-write: SUCCESS (0.000s)[0m<14>[ 139.330938] [IGT] vc4_mmap: executing IGT-Ve<14>[ 139.335894] [IGT] vc4_mmap: exiting, ret=77 rsion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Us<8>[ 139.346101] ing IGT_SRANDOM=17063058<8>[ 139.354495] 41 for randomisation Opened device: /dev/dri/card1 Test requir<8>[ 139.364113] ement 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.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.<8>[ 139.394629] 1.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main11, file ../tests/vc4/vc4_mmap.c:17: Test requirement: igt_vc4_is_v3d(fd) La<14>[ 139.421127] [IGT] vc4_purgeable_bo: executing st errno<14>[ 139.426976] [IGT] vc4_purgeable_bo: exiting, ret=77 : 2, No such file or directory [1mSubtest mmap-bo: SKIP (0.000<8>[ 139.437789] s)[0m /usr/bin/igt-parser.sh: 73: vc4_prefmon: not found /usr/bin/igt-parser.sh: 83: vc4_prefmon: not found WARNING: unhandled exit status: 127 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=17063<14>[ 139.465957] [IGT] vc4_purgeable_bo: executing 05841 for random<14>[ 139.471877] [IGT] vc4_purgeable_bo: exiting, ret=77 isation Opened device: /dev/dri/card1 Test requirement not met in func<8>[ 139.483507] tion __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 argument [1mSubtest mark-willneed: SKIP (0.000s)[0m IG<14>[ 139.511202] [IGT] vc4_purgeable_bo: executing T-Version: 1.28-<14>[ 139.517526] [IGT] vc4_purgeable_bo: exiting, ret=77 ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRAN<8>[ 139.528826] DOM=1706305841 for randomisation Opened device: /dev/dri/card1 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_SUPP<14>[ 139.556964] [IGT] vc4_purgeable_bo: executing ORTS_MAD<14>[ 139.562582] [IGT] vc4_purgeable_bo: exiting, ret=77 VISE) Last errno: 22, Invalid argument [1mSubtest mark-purgea<8>[ 139.573582] ble: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_mai<14>[ 139.601495] [IGT] vc4_purgeable_bo: executing n97, fil<14>[ 139.607331] [IGT] vc4_purgeable_bo: exiting, ret=77 e ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_pa<8>[ 139.618496] ram(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.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for ran<14>[ 139.647332] [IGT] vc4_purgeable_bo: executing domisation Open<14>[ 139.653112] [IGT] vc4_purgeable_bo: exiting, ret=77 ed device: /dev/dri/card1 Test requirement not met in function <8>[ 139.664383] __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 argument [1mSubtest mark-unpurgeable-twice: SKIP (0.000s)[0m<14>[ 139.692276] [IGT] vc4_purgeable_bo: executing IGT-Version: 1<14>[ 139.698510] [IGT] vc4_purgeable_bo: exiting, ret=77 .28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_<8>[ 139.709855] SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 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_<14>[ 139.738736] [IGT] vc4_purgeable_bo: executing SUPPORTS<14>[ 139.744704] [IGT] vc4_purgeable_bo: exiting, ret=77 _MADVISE) Last errno: 22, Invalid argument [1mSubtest access-purgeabl<8>[ 139.755685] e-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main97, file .<14>[ 139.785771] [IGT] vc4_purgeable_bo: executing ./tests/vc4/vc4_<14>[ 139.791933] [IGT] vc4_purgeable_bo: exiting, ret=77 purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM<8>[ 139.803099] _VC4_PARAM_SUPPORTS_MADV<8>[ 139.812621] ISE) Last errno: 22, Invalid argument [1mSubtest access-purged-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __i<8>[ 139.840841] gt_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 argument [1mSubtest mark-unpurgeable-check-retained: SKIP (0.000<14>[ 139.867044] [IGT] vc4_tiling: executing s)[0m <14>[ 139.871922] [IGT] vc4_tiling: exiting, ret=77 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch6<8>[ 139.882220] 4) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 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_<14>[ 139.910505] [IGT] vc4_tiling: executing PARAM_SUPPORTS_M<14>[ 139.915786] [IGT] vc4_tiling: exiting, ret=77 ADVISE) Last errno: 22, Invalid argument [1mSubtest mark-unpu<8>[ 139.926773] rgeable-purged: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_<14>[ 139.955022] [IGT] vc4_tiling: executing main97, <14>[ 139.960111] [IGT] vc4_tiling: exiting, ret=77 file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt<8>[ 139.970553] _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: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 fo<14>[ 139.997882] [IGT] vc4_tiling: executing r randomisation <14>[ 140.003174] [IGT] vc4_tiling: exiting, ret=77 Opened device: /dev/dri/card1 Test requirement not met in func<8>[ 140.013998] tion __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: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux<14>[ 140.042328] [IGT] vc4_tiling: executing : 6.1.96<14>[ 140.047337] [IGT] vc4_tiling: exiting, ret=77 -cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation <8>[ 140.057599] Opened device: /dev/dri/card1 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 set-bad-handle<14>[ 140.086029] [IGT] vc4_tiling: executing : SKIP (<14>[ 140.091250] [IGT] vc4_tiling: exiting, ret=77 0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96<8>[ 140.101773] -cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_<14>[ 140.128257] [IGT] vc4_tiling: executing is_v3d(f<14>[ 140.133856] [IGT] vc4_tiling: exiting, ret=77 d) Last errno: 2, No such file or directory [1mSubtest get-ba<8>[ 140.144019] d-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27,<14>[ 140.171588] [IGT] vc4_tiling: executing file ..<14>[ 140.176872] [IGT] vc4_tiling: exiting, ret=77 /tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd<8>[ 140.187307] ) Last errno: 2, No suc<8>[ 140.196588] h file or directory [1mSubtest set-bad-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_<8>[ 140.224282] 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-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using I<14>[ 140.251389] [IGT] vc4_wait_bo: executing GT_SRANDOM=17063<14>[ 140.256866] [IGT] vc4_wait_bo: exiting, ret=77 05842 for randomisation Opened device: /dev/dri/card1 Test req<8>[ 140.267805] uirement 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 set-bad-modifier: SKIP (0.000s)[0m IGT-Versi<14>[ 140.294350] [IGT] vc4_wait_bo: executing on: 1.28-ga44ebf<14>[ 140.300100] [IGT] vc4_wait_bo: exiting, ret=77 e (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=170<8>[ 140.311175] 6305842 for randomisation Opened device: /dev/dri/card1 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.338658] [IGT] vc4_wait_bo: executing [1mSubtest set-<14>[ 140.344112] [IGT] vc4_wait_bo: exiting, ret=77 get: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Li<8>[ 140.355235] nux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requiremen<14>[ 140.382191] [IGT] vc4_wait_bo: executing t: igt_v<14>[ 140.387224] [IGT] vc4_wait_bo: exiting, ret=77 c4_is_v3d(fd) Last errno: 2, No such file or directory [1mSub<8>[ 140.397434] test get-after-free: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_un<14>[ 140.425169] [IGT] vc4_wait_bo: executing ique____real_mai<14>[ 140.430371] [IGT] vc4_wait_bo: exiting, ret=77 n60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_<8>[ 140.441372] 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev<14>[ 140.468454] [IGT] vc4_wait_bo: executing /dri/card1 Test<14>[ 140.474053] [IGT] vc4_wait_bo: exiting, ret=77 requirement not met in function __igt_unique____real_main60, fi<8>[ 140.484892] le ../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) (Linux: 6.1.96-cip24 aarch64) Using IGT<14>[ 140.512217] [IGT] vc4_wait_bo: executing _SRANDOM<14>[ 140.517494] [IGT] vc4_wait_bo: exiting, ret=77 =1706305842 for randomisation Opened device: /dev/dri/card1 Te<8>[ 140.527951] st requirement not met i<8>[ 140.536744] n 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-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) U<8>[ 140.564814] sing IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 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 suc<14>[ 140.591024] [IGT] vc4_wait_seqno: executing h file o<14>[ 140.596819] [IGT] vc4_wait_seqno: exiting, ret=77 r directory [1mSubtest unused-bo-1ns: SKIP (0.000s)[0m IGT-V<8>[ 140.607523] ersion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc<14>[ 140.634451] [IGT] vc4_wait_seqno: executing 4/vc4_wait_bo.c:<14>[ 140.639893] [IGT] vc4_wait_seqno: exiting, ret=77 67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No suc<8>[ 140.651014] h file or directory [1<8>[ 140.660304] mSubtest used-bo<8>[ 140.665359] -0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 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.96-cip24 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 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 / #