Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3002 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.3:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 DHCP client bound to address 192.168.6.6 (3826 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 734685/tftp-deploy-nkbt0pu7/kernel/Image tftp 0x00080000 734685/tftp-deploy-nkbt0pu7/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '734685/tftp-deploy-nkbt0pu7/kernel/Image'. Load address: 0x80000 Loading: *#########################T T ######################### 36.1 MiB 2.8 MiB/s done Bytes transferred = 37900800 (2425200 hex) U-Boot> tftp 0x06700000 734685/tftp-deploy-nkbt0pu7/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 734685/tftp-deploy-nkbt0pu7/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '734685/tftp-deploy-nkbt0pu7/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *################################################## 59 MiB 15.7 MiB/s done Bytes transferred = 61862536 (3aff288 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 734685/tftp-deploy-nkbt0pu7/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 734685/tftp-deploy-nkbt0pu7/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '734685/tftp-deploy-nkbt0pu7/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 26.8 KiB 4.4 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: 61862472 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 36428000, end 39f27248 ... OK Loading Device Tree to 000000003641e000, end 0000000036427b29 ... OK Working FDT set to 3641e000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.1.107-cip28 (KernelCI@build-j311767-arm64-gcc-12-defconfig-cqrkn) (aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Mon Sep 16 19:37:19 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 s47848 r8192 d29976 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: 1749032K/2019328K available (16192K kernel code, 3732K rwdata, 9356K rodata, 7616K init, 609K bss, 204760K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Preemptible hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. <6>[ 0.000000] Trampoline variant of Tasks RCU enabled. <6>[ 0.000000] Tracing variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 <6>[ 0.000000] Root IRQ handler: gic_handle_irq <6>[ 0.000000] GIC: Using split EOI/Deactivate mode <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns <6>[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns <6>[ 0.008668] Console: colour dummy device 80x25 <6>[ 0.013530] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024362] pid_max: default: 32768 minimum: 301 <6>[ 0.029365] LSM: Security Framework initializing <6>[ 0.034421] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042194] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052281] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.059888] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.066411] cblist_init_generic: Setting adjustable number of callback queues. <6>[ 0.073998] cblist_init_generic: Setting shift to 2 and lim to 1. <6>[ 0.080664] rcu: Hierarchical SRCU implementation. <6>[ 0.085792] rcu: Max phase no-delay instances is 1000. <6>[ 0.093867] EFI services will not be available. <6>[ 0.099024] smp: Bringing up secondary CPUs ... <6>[ 0.104456] Detected PIPT I-cache on CPU1 <6>[ 0.104587] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.105223] Detected PIPT I-cache on CPU2 <6>[ 0.105328] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.105930] Detected PIPT I-cache on CPU3 <6>[ 0.106035] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.106127] smp: Brought up 1 node, 4 CPUs <6>[ 0.144095] SMP: Total of 4 processors activated. <6>[ 0.149123] CPU features: detected: 32-bit EL0 Support <6>[ 0.154606] CPU features: detected: 32-bit EL1 Support <6>[ 0.160075] CPU features: detected: CRC32 instructions <6>[ 0.165635] CPU: All CPU(s) started at EL2 <6>[ 0.170069] alternatives: applying system-wide alternatives <6>[ 0.177941] devtmpfs: initialized <6>[ 0.188174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.198334] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.207424] pinctrl core: initialized pinctrl subsystem <6>[ 0.215057] DMI not present or invalid. <6>[ 0.220043] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.227461] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.235123] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.243385] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.251717] audit: initializing netlink subsys (disabled) <5>[ 0.257597] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1 <6>[ 0.258785] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.265712] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.272118] cpuidle: using governor menu <6>[ 0.283413] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.290652] ASID allocator initialised with 32768 entries <6>[ 0.298376] Serial: AMBA PL011 UART driver <6>[ 0.326931] KASLR enabled <6>[ 0.340493] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.347650] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.354257] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.361384] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.367986] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.375113] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.381715] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.388841] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.397219] ACPI: Interpreter disabled. <6>[ 0.404200] iommu: Default domain type: Translated <6>[ 0.409480] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.416375] SCSI subsystem initialized <6>[ 0.420817] usbcore: registered new interface driver usbfs <6>[ 0.426684] usbcore: registered new interface driver hub <6>[ 0.432370] usbcore: registered new device driver usb <4>[ 0.437929] usb_phy_generic phy: supply vcc not found, using dummy regulator <4>[ 0.445449] usb_phy_generic phy: dummy supplies not allowed for exclusive requests <6>[ 0.454447] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.459737] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.469249] PTP clock support registered <6>[ 0.473678] EDAC MC: Ver: 3.0.0 <6>[ 0.478741] FPGA manager framework <6>[ 0.482555] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.489861] vgaarb: loaded <6>[ 0.493204] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.499887] VFS: Disk quotas dquot_6.6.0 <6>[ 0.504177] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.511612] pnp: PnP ACPI: disabled <6>[ 0.523435] NET: Registered PF_INET protocol family <6>[ 0.528988] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.539077] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.548042] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.556161] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.564539] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) <6>[ 0.572721] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.579749] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.586837] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.594491] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.600931] RPC: Registered named UNIX socket transport module. <6>[ 0.607203] RPC: Registered udp transport module. <6>[ 0.612226] RPC: Registered tcp transport module. <6>[ 0.617247] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.624033] PCI: CLS 0 bytes, default 64 <6>[ 0.628542] Unpacking initramfs... <6>[ 0.642362] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 0.651170] kvm [1]: IPA Size Limit: 44 bits <6>[ 0.657919] kvm [1]: vgic interrupt IRQ9 <6>[ 0.662296] kvm [1]: Hyp mode initialized successfully <5>[ 0.669230] Initialise system trusted keyrings <6>[ 0.674267] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 0.688706] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.695727] NFS: Registering the id_resolver key type <5>[ 0.701179] Key type id_resolver registered <5>[ 0.705691] Key type id_legacy registered <6>[ 0.710148] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.717208] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.725183] 9p: Installing v9fs 9p2000 file system support <5>[ 0.797052] Key type asymmetric registered <5>[ 0.801480] Asymmetric key parser 'x509' registered <6>[ 0.806774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 0.814531] io scheduler mq-deadline registered <6>[ 0.819379] io scheduler kyber registered <6>[ 0.825377] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 18) <6>[ 0.852840] EINJ: ACPI disabled. <6>[ 0.888074] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 0.897063] printk: console [ttyS1] disabled <6>[ 0.901758] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 29, base_baud = 62499999) is a 16550 <6>[ 0.911061] printk: console [ttyS1] enabled <6>[ 0.911061] printk: console [ttyS1] enabled <6>[ 0.920093] printk: bootconsole [bcm2835aux0] disabled <6>[ 0.920093] printk: bootconsole [bcm2835aux0] disabled <6>[ 0.933246] SuperH (H)SCI(F) driver initialized <6>[ 0.938851] msm_serial: driver initialized <6>[ 0.952403] loop: module loaded <6>[ 0.957295] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 0.966316] megasas: 07.719.03.00-rc1 <6>[ 0.977887] tun: Universal TUN/TAP device driver, 1.6 <6>[ 0.984486] thunder_xcv, ver 1.0 <6>[ 0.988107] thunder_bgx, ver 1.0 <6>[ 0.991703] nicpf, ver 1.0 <6>[ 0.996473] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 1.004114] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 1.009912] hclge is initializing <6>[ 1.013579] e1000: Intel(R) PRO/1000 Network Driver <6>[ 1.018799] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 1.024960] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 1.030270] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 1.036604] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 1.042356] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 1.048339] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 1.054973] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 1.061880] sky2: driver version 1.30 <6>[ 1.067443] VFIO - User Level meta-driver version: 0.3 <6>[ 1.077518] usbcore: registered new interface driver usb-storage <6>[ 1.088012] i2c_dev: i2c /dev entries driver <6>[ 1.095574] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 1.103283] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 1.115239] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 1.124799] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.131363] sdhci: Copyright(c) Pierre Ossman <6>[ 1.137155] Synopsys Designware Multimedia Card Interface Driver <6>[ 1.144937] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.154194] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.163887] usbcore: registered new interface driver usbhid <6>[ 1.169847] usbhid: USB HID core driver <6>[ 1.175507] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 1.189113] NET: Registered PF_PACKET protocol family <6>[ 1.194715] 9pnet: Installing 9P2000 support <5>[ 1.199423] Key type dns_resolver registered <6>[ 1.204472] registered taskstats version 1 <5>[ 1.208957] Loading compiled-in X.509 certificates <6>[ 1.222804] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 <6>[ 1.232308] serial serial0: tty port ttyAMA0 registered <6>[ 1.240415] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <3>[ 1.251287] uart-pl011 fe201000.serial: Failed to create device link (0x180) with soc:firmware:gpio <4>[ 1.263313] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 1.271124] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 1.379550] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 1.395888] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 1.434159] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 1.447167] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <6>[ 1.527027] mmc0: new high speed SDIO card at address 0001 <6>[ 1.551494] mmc1: new ultra high speed DDR50 SDXC card at address 59b4 <6>[ 1.559278] mmcblk1: mmc1:59b4 GE4S5 239 GiB <6>[ 1.566523] mmcblk1: p1 p2 <6>[ 5.273019] Freeing initrd memory: 60412K <6>[ 13.737303] clk: Disabling unused clocks <6>[ 13.741703] ALSA device list: <6>[ 13.744981] No soundcards found. <6>[ 13.755156] Freeing unused kernel memory: 7616K <6>[ 13.760163] Run /init as init process <30>[ 13.799885] systemd[1]: System time before build time, advancing clock. <6>[ 13.820592] NET: Registered PF_INET6 protocol family <6>[ 13.827062] Segment Routing with IPv6 <6>[ 13.831118] In-situ OAM (IOAM) with IPv6 <30>[ 13.855974] 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.889645] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 13.909506] systemd[1]: Hostname set to . <30>[ 14.227600] systemd[1]: Queued start job for default target graphical.target. <30>[ 14.253833] 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.283046] 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.310977] 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.338657] 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.361679] 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.389567] 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.417439] 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.437511] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 14.461390] 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.489401] 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.517437] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 14.541390] 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.565352] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 14.589390] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 14.609405] 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.637703] 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.666434] 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.693995] 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.722000] 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.750067] 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.777863] 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.829555] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 14.857868] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 14.889817] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 14.917811] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 14.938288] 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.970185] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 15.002362] 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.017969] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com . <30>[ 15.069857] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 15.098439] 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.130296] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <30>[ 15.185933] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 15.214945] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 15.246507] 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.282159] 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.314519] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 15.348989] 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... Starting [0;1;<46>[ 15.756700] systemd-journald[124]: Received client request to flush runtime journal. 39msystemd-random-se…ice[0m - Load/Save Random Seed... Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Reached target [0;1;39msysinit.target[0m - System Initialization. [[0;32m OK [0m] Started [0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target [0;1;39mtime-set.target[0m - System Time Set. [[0;32m OK [0m] Started [0;1;39mfstrim.timer[0m - Discard unused blocks once a week. [[0;32m OK [0m] Reached target [0;1;39mtimers.target[0m - Timer Units. [[0;32m OK [0m] Listening on [0;1;39mdbus.socket[…- D-Bus System Message Bus Socket. [[0;32m OK [0m] Reached target [0;1;39msockets.target[0m - Socket Units. [[0;32m OK [0m] Reached target [0;1;39mbasic.target[0m - Basic System. Starting [0;1;39mdbus.service[0m - D-Bus System Message Bus... Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. <5>[ 16.801236] random: crng init done [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Int<6>[ 17.185169] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 erface. <6>[ 17.192349] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 17.200088] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 17.209666] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <6>[ 17.218234] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 <6>[ 17.227721] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 17.234459] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 17.240382] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 17.251814] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 <6>[ 17.260495] pci 0000:00:00.0: PME# supported from D0 D3hot <6>[ 17.269708] iproc-rng200 fe104000.rng: hwrng registered <4>[ 17.289312] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... <4>[ 17.316460] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator <4>[ 17.324473] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator [[0;32m OK [0m] Reached targ<6>[ 17.354361] Bluetooth: Core ver 2.22 et [0;1<6>[ 17.358669] NET: Registered PF_BLUETOOTH protocol family ;39musb-<6>[ 17.364907] Bluetooth: HCI device and connection manager initialized gadget.�<6>[ 17.372427] Bluetooth: HCI socket layer initialized ��m - Ha<6>[ 17.378228] Bluetooth: L2CAP socket layer initialized rdware a<6>[ 17.384363] Bluetooth: SCO socket layer initialized ctivated USB gadget. <6>[ 17.396694] Bluetooth: HCI UART driver ver 2.3 <6>[ 17.401566] Bluetooth: HCI UART protocol H4 registered <6>[ 17.406071] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) <6>[ 17.410139] Bluetooth: HCI UART protocol LL registered <6>[ 17.413975] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [[0;32m<6>[ 17.426286] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] OK [<5>[ 17.426391] cfg80211: Loading compiled-in X.509 certificates for regulatory database 0m] Fini<6>[ 17.434424] Bluetooth: HCI UART protocol Broadcom registered shed [0<6>[ 17.434993] pci 0000:01:00.0: PME# supported from D0 D3hot ;1;39msy<4>[ 17.447564] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator stemd-up<6>[ 17.451533] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] date-ut�<6>[ 17.457449] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus �� - Rec<6>[ 17.458414] Bluetooth: HCI UART protocol QCA registered ord Runl<6>[ 17.458524] Bluetooth: HCI UART protocol Marvell registered evel Cha<6>[ 17.464574] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] nge in U<6>[ 17.474573] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) TMP. <6>[ 17.475174] [drm] Initialized v3d 1.0.0 20180419 for fec00000.gpu on minor 0 <4>[ 17.478160] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 17.479855] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 17.479871] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <5>[ 17.488016] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <6>[ 17.510495] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <5>[ 17.518268] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <6>[ 17.525961] pcieport 0000:00:00.0: PME: Signaling with IRQ 42 <4>[ 17.530103] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 17.574353] cfg80211: failed to load regulatory.db <6>[ 17.576868] pcieport 0000:00:00.0: AER: enabled with IRQ 42 <6>[ 17.581411] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 17.597499] uart-pl011 fe201000.serial: no DMA platform data <6>[ 17.615841] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 17.623765] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <6>[ 17.630742] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.638334] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.645895] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 17.653426] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) Debian GNU/Linux<6>[ 17.661892] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1 12 debi<6>[ 17.669450] vc4-drm gpu: [drm] Cannot find any crtc or sizes an-bookworm-arm64 ttyS1 debia<6>[ 17.678089] vc4-drm gpu: [drm] Cannot find any crtc or sizes n-bookwo<6>[ 17.685015] vc4-drm gpu: [drm] Cannot find any crtc or sizes rm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 6.1.107-cip28 #1 SMP PREEMPT Mon Sep 16 19:37:19 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>[ 17.753484] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 17.767756] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <6>[ 17.775413] xhci_hcd 0000:01:00.0: xHCI Host Controller <4>[ 17.776858] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 <6>[ 17.782769] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <4>[ 17.794672] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 / # <6>[ 17.802522] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 <6>[ 17.823000] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 17.828593] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2# <6>[ 17.836464] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 17.843834] Bluetooth: hci0: BCM: chip id 107 <6>[ 17.845801] hub 1-0:1.0: USB hub found <6>[ 17.849002] Bluetooth: hci0: BCM: features 0x2f <6>[ 17.852817] hub 1-0:1.0: 1 port detected <6>[ 17.859007] Bluetooth: hci0: BCM4345C0 <6>[ 17.862439] hub 2-0:1.0: USB hub found <6>[ 17.865863] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 <3>[ 17.866040] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <6>[ 17.870148] hub 2-0:1.0: 4 ports detected <3>[ 17.876264] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' <3>[ 17.895010] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 17.900499] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,4-model-b.hcd' <3>[ 17.907399] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-734685/environment <6>[ 18.117236] usb 1-1: new high-speed USB device number 2 using xhci_hcd . /lava-734685/environment / # /lava-734685/bin/lava-test-runner /lava-734685/0 /lava-734685/bin/lava-test-runner /lava-734685/0<6>[ 18.274382] hub 1-1:1.0: USB hub found <6>[ 18.278725] hub 1-1:1.0: 4 ports detected + export TESTRUN_ID=0_igt-<8>[ 18.314491] kms-vc4 + cd /lava-734685/0/tests/0_igt-kms-vc4 + cat uuid + UUID=734685_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_<8>[ 18.344386] leak kms_prop_blob kms_setmode kms_vblank vc4_create_bo vc4_dmabuf_poll vc4_label_bo vc4_lookup_fail vc4_mmap vc4_prefmon vc4_purgeable_bo vc4_tiling vc4_wait_bo vc4_wait_seqno <14>[ 18.367215] [IGT] core_auth: executing IGT-Vers<14>[ 18.371677] [IGT] core_auth: starting subtest getclient-simple ion: 1.2<14>[ 18.378734] [IGT] core_auth: finished subtest getclient-simple, SUCCESS 8-ga44eb<14>[ 18.386376] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305720 for randomisat<8>[ 18.398550] ion Starting subtest: getclient-simple Opened device: /dev/dri/card1 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 18.427962] [IGT] core_auth: executing IGT-Vers<14>[ 18.432577] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<14>[ 18.440215] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS 8-ga44eb<14>[ 18.448365] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1<8>[ 18.458417] 706305720 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card1 [1mSubtest getclient-master-drop: SUCCESS (0.000s)[0m <14>[ 18.485897] [IGT] core_auth: executing IGT-Vers<14>[ 18.490527] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 18.496915] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-ga44eb<14>[ 18.504141] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1<8>[ 18.514252] 706305720 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 18.540484] [IGT] core_auth: executing IGT-Vers<14>[ 18.545052] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 Starting subtest: many-magics Reopening dev<14>[ 18.567195] [IGT] core_auth: finished subtest many-magics, SUCCESS ice fail<14>[ 18.574225] [IGT] core_auth: exiting, ret=0 ed after 1020 opens [1mSubtest many-magics: SUCCESS (0.016s)[<8>[ 18.584256] 0m <8>[ 18.593960] <14>[ 18.641251] [IGT] core_getclient: executing IGT-Vers<14>[ 18.646315] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Usi<8>[ 18.656990] ng IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 18.704596] [IGT] core_getstats: executing IGT-Vers<14>[ 18.709593] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Usi<8>[ 18.720346] ng IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 18.770527] [IGT] core_getversion: executing IGT-Vers<14>[ 18.775695] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Usi<8>[ 18.786627] ng IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <3>[ 18.825246] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 <14>[ 18.835915] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 18.842098] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_S<8>[ 18.853578] RANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <8>[ 18.885383] <14>[ 18.911362] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 <6>[ 18.928658] vc4-drm gpu: [drm] Cannot find any crtc or sizes <14>[ 19.070037] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 19.076169] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest: invalid-buffer [1mSubtest invalid-bu<14>[ 19.087708] [IGT] drm_read: exiting, ret=0 ffer: SUCCESS (0.000s)[0m <8>[ 19.099330] <14>[ 19.128223] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 <14>[ 19.279341] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 19.285459] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest: fault-buffer [1mSubtest fault-buffer<14>[ 19.296571] [IGT] drm_read: exiting, ret=0 : SUCCESS (0.000s)[0m <8>[ 19.308560] <14>[ 19.336259] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 <14>[ 19.485683] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 20.491740] [IGT] drm_read: finished subtest empty-block, SUCCESS est empty-block: SUCCESS (1.000s)[0m <14>[ 20.502932] [IGT] drm_read: exiting, ret=0 <8>[ 20.512701] <14>[ 20.539636] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card1 <14>[ 20.690285] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 20.696431] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest: empty-nonblock [1mSubtest empty-nonb<14>[ 20.707946] [IGT] drm_read: exiting, ret=0 lock: SUCCESS (0.000s)[0m <8>[ 20.719710] <14>[ 20.748236] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card1 <14>[ 20.901189] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 20.907719] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest: short-buffer-block [1mSubtest short-<14>[ 20.919489] [IGT] drm_read: exiting, ret=0 buffer-block: SUCCESS (0.000s)[0m <8>[ 20.931317] <14>[ 20.960315] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card1 <14>[ 21.112518] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 21.119287] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest: short-buffer-nonblock [1mSubtest sho<14>[ 21.131373] [IGT] drm_read: exiting, ret=0 rt-buffer-nonblock: SUCCESS (0.000s)[0m <8>[ 21.143287] <14>[ 21.172019] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card1 <14>[ 21.324138] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 53.543767] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est short-buffer-wakeup: SUCCESS (32.213s)[0m <14>[ 53.556335] [IGT] drm_read: exiting, ret=0 <8>[ 53.567155] <8>[ 53.576509] <8>[ 53.604819] <14>[ 53.629939] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip<14>[ 53.639158] [IGT] kms_addfb_basic: starting subtest unused-handle 28 aarch<14>[ 53.646515] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS 64) 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_i<14>[ 53.677890] [IGT] kms_addfb_basic: exiting, ret=0 ntel_device(fd) Test requirement not met in function igt_requir<8>[ 53.688482] 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) <14>[ 53.715600] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip<14>[ 53.724676] [IGT] kms_addfb_basic: starting subtest unused-pitches 28 aarch<14>[ 53.732355] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS 64) Using IGT_SRANDOM=1706305755 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<14>[ 53.763328] [IGT] kms_addfb_basic: exiting, ret=0 _intel_device(fd) Test requirement not met in function igt_requ<8>[ 53.774343] ire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 53.802731] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip<14>[ 53.811737] [IGT] kms_addfb_basic: starting subtest unused-offsets 28 aarch<14>[ 53.819442] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS 64) 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 require<14>[ 53.849756] [IGT] kms_addfb_basic: exiting, ret=0 ment: is_intel_device(fd) Test requirement not met in function <8>[ 53.860701] igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 53.889351] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip<14>[ 53.898439] [IGT] kms_addfb_basic: starting subtest unused-modifier 28 aarch<14>[ 53.906055] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS 64) 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: Test requirement: <14>[ 53.937375] [IGT] kms_addfb_basic: exiting, ret=0 is_intel_device(fd) Test requirement not met in function igt_re<8>[ 53.948317] quire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 53.976225] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip<14>[ 53.985249] [IGT] kms_addfb_basic: starting subtest clobberred-modifier 28 aarch<14>[ 53.993329] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP 64) 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 clobberred-modif<14>[ 54.024572] [IGT] kms_addfb_basic: exiting, ret=77 ier: SKIP (0.000s)[0m Test requirement not met in function igt<8>[ 54.035575] _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_r<14>[ 54.064980] [IGT] kms_addfb_basic: executing equire_intel, file ../lib/drmtest.c:880: Test requireme<14>[ 54.074640] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete nt: is_i<14>[ 54.083165] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP ntel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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<14>[ 54.113414] [IGT] kms_addfb_basic: exiting, ret=77 igt_require_intel, file ../lib/drmtest.c:880: Test requirement<8>[ 54.123977] : is_intel_device(fd) [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement n<14>[ 54.152130] [IGT] kms_addfb_basic: executing ot met in function igt_require_intel, file ../lib/drmtes<14>[ 54.161956] [IGT] kms_addfb_basic: starting subtest legacy-format t.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drm<14>[ 54.178979] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS test.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: legacy-format Successfully fuzzed 10000 {bpp, depth} <14>[ 54.210091] [IGT] kms_addfb_basic: exiting, ret=0 variations [1mSubtest legacy-format: SUCCESS (0.010s)<8>[ 54.220681] [0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test require<14>[ 54.247287] [IGT] kms_addfb_basic: executing ment: is_intel_device(fd) Test requirement not met in function igt_require_inte<14>[ 54.259103] [IGT] kms_addfb_basic: starting subtest no-handle l, file <14>[ 54.265773] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: no-handle [1mSubte<14>[ 54.294526] [IGT] kms_addfb_basic: exiting, ret=0 st no-handle: SUCCESS (0.000s)[0m Test requirement not met in <8>[ 54.305444] 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 r<14>[ 54.332294] [IGT] kms_addfb_basic: executing equirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Te<14>[ 54.344096] [IGT] kms_addfb_basic: starting subtest basic st requi<14>[ 54.350145] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS rement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m Test <14>[ 54.378582] [IGT] kms_addfb_basic: exiting, ret=0 requirement not met in function igt_require_intel, file ../lib/d<8>[ 54.389437] rmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_requir<14>[ 54.415554] [IGT] kms_addfb_basic: executing e_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-<14>[ 54.427437] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 Version:<14>[ 54.434306] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305756 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 functi<14>[ 54.463210] [IGT] kms_addfb_basic: exiting, ret=0 on igt_require_intel, file ../lib/drmtest.c:880: Test requireme<8>[ 54.474163] nt: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test req<14>[ 54.501998] [IGT] kms_addfb_basic: executing uirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.<14>[ 54.513918] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 107-cip2<14>[ 54.521031] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS 8 aarch64) Using IGT_SRANDOM=1706305756 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<14>[ 54.549990] [IGT] kms_addfb_basic: exiting, ret=0 :880: Test requirement: is_intel_device(fd) Test requirement n<8>[ 54.560725] ot met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(f<14>[ 54.587730] [IGT] kms_addfb_basic: executing d) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_S<14>[ 54.599878] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 RANDOM=1<14>[ 54.606938] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS 706305756 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_int<14>[ 54.635858] [IGT] kms_addfb_basic: exiting, ret=0 el_device(fd) Test requirement not met in function igt_require_<8>[ 54.646841] 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.674685] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_S<14>[ 54.685823] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 RANDOM=1<14>[ 54.693172] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS 706305756 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_i<14>[ 54.722314] [IGT] kms_addfb_basic: exiting, ret=0 ntel_device(fd) Test requirement not met in function igt_requir<8>[ 54.732984] 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) <14>[ 54.760221] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_S<14>[ 54.771459] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 RANDOM=1<14>[ 54.778734] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS 706305756 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_i<14>[ 54.808045] [IGT] kms_addfb_basic: exiting, ret=0 ntel_device(fd) Test requirement not met in function igt_requir<8>[ 54.818859] 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) <14>[ 54.846872] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_S<14>[ 54.858370] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 RANDOM=1<14>[ 54.865431] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS 706305757 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>[ 54.894829] [IGT] kms_addfb_basic: exiting, ret=0 _intel_device(fd) Test requirement not met in function igt_requ<8>[ 54.905788] ire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 54.933860] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_S<14>[ 54.945007] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 RANDOM=1<14>[ 54.952352] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS 706305757 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_i<14>[ 54.981449] [IGT] kms_addfb_basic: exiting, ret=0 ntel_device(fd) Test requirement not met in function igt_requir<8>[ 54.992489] 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) <14>[ 55.020169] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_S<14>[ 55.031650] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 RANDOM=1<14>[ 55.038849] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS 70630575<46>[ 55.047047] 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. 7 for ra<46>[ 55.069252] systemd-journald[124]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. ndomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-65536 [1mSubtest bad-pitch-65536: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, fil<14>[ 55.111887] [IGT] kms_addfb_basic: exiting, ret=0 e ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement<8>[ 55.124387] not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 55.152277] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305757 for ra<14>[ 55.165936] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any ndomisat<14>[ 55.173717] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS ion Opened device: /dev/dri/card1 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement<14>[ 55.202578] [IGT] kms_addfb_basic: exiting, ret=0 : is_intel_device(fd) Test requirement not met in function igt_<8>[ 55.212956] 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.241667] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305757 for ra<14>[ 55.255181] [IGT] kms_addfb_basic: starting subtest invalid-get-prop ndomisat<14>[ 55.262540] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS ion 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, file ../lib/drmtest.c:880: Test requirement: is_int<14>[ 55.291074] [IGT] kms_addfb_basic: exiting, ret=0 el_device(fd) Test requirement not met in function igt_require_<8>[ 55.301652] 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.329928] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305757 for ra<14>[ 55.343483] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any ndomisat<14>[ 55.351140] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS ion 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: Test req<14>[ 55.378948] [IGT] kms_addfb_basic: exiting, ret=0 uirement: is_intel_device(fd) Test requirement not met in funct<8>[ 55.389812] ion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 55.418752] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=170630575<14>[ 55.431917] [IGT] kms_addfb_basic: starting subtest invalid-set-prop 7 for ra<14>[ 55.438950] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS ndomisation 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<14>[ 55.467035] [IGT] kms_addfb_basic: exiting, ret=0 : is_intel_device(fd) Test requirement not met in function igt_<8>[ 55.478038] 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.506158] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Ope<14>[ 55.521102] [IGT] kms_addfb_basic: starting subtest master-rmfb ned devi<14>[ 55.528133] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS ce: /dev/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: Te<14>[ 55.551408] [IGT] kms_addfb_basic: exiting, ret=0 st requirement: is_intel_device(fd) Test requirement not met in<8>[ 55.562114] 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.590354] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 <14>[ 55.607861] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag Starting<14>[ 55.615941] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS subtest: addfb25-modifier-no-flag [1mSubtest addfb25-modifier-no-flag: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../<14>[ 55.638666] [IGT] kms_addfb_basic: exiting, ret=0 lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test <8>[ 55.649048] requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 55.678261] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 <14>[ 55.696789] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier Starting subtest: addfb25-bad-modifier (kms_addfb_basic:371) CRITICAL: Test assertion failure function <14>[ 55.712899] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:371) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0<14>[ 55.736058] [IGT] kms_addfb_basic: exiting, ret=98 xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8<8>[ 55.746975] )))), (&f)) == -1 (kms_addfb_basic:371) CRITICAL: error: 0 != -1 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xd54b4358] #2 [+0xd54b5fbc] #3 [+0xd54b156c] #4 [__libc_init_first<14>[ 55.775695] [IGT] kms_addfb_basic: executing +0x80] #5 [__libc_start_main+0x98] #6 [+0xd54b15b0] Subtest addfb25-bad-modifier failed. **** DEBUG **** (kms_addfb_basic:371) ioctl_wrappers-DEBUG: Test requirement passed: igt_has_fb_modifiers(fd) (kms_addfb_basic:371) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (<14>[ 55.809831] [IGT] kms_addfb_basic: exiting, ret=77 kms_addfb_basic:371) CRITICAL: Failed assertion: igt_ioctl((fd),<8>[ 55.820981] ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:371) CRITICAL: error: 0 != -1 (kms_addfb_basic:371) igt_core-INFO: Stack <14>[ 55.850284] [IGT] kms_addfb_basic: executing trace: (kms_addfb_basic:371) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_addfb_basic:371) igt_core-INFO: #1 [+0xd54b4358] (kms_addfb_basic:371) igt_core-INFO: #2 [+0xd54b5fbc] (kms_addfb_basic:371) igt_core-INFO: #3 [+0xd54b156c] (kms_addfb_basic:371) igt_core-INFO: #4 [__libc_in<14>[ 55.884976] [IGT] kms_addfb_basic: exiting, ret=77 it_first+0x80] (kms_addfb_basic:371) igt_core-INFO: #5 [__lib<8>[ 55.896188] c_start_main+0x98] (kms_addfb_basic:371) igt_core-INFO: #6 [+0xd54b15b0] **** END **** [1mSubtest addfb25-bad-modifier: FAIL (0.009s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test req<14>[ 55.925429] [IGT] kms_addfb_basic: executing uirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64<14>[ 55.957939] [IGT] kms_addfb_basic: exiting, ret=77 ) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305757 f<8>[ 55.968654] or 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) [1mSubtest addfb25-x-tiled-mismatch-legacy: SKIP (0.000s)[0m Test<14>[ 55.999034] [IGT] kms_addfb_basic: executing 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.107-cip28 aarch64) U<14>[ 56.031089] [IGT] kms_addfb_basic: exiting, ret=77 sing IGT_SRANDOM=1706305758 for randomisation Opened device: /d<8>[ 56.041833] ev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require<14>[ 56.070865] [IGT] kms_addfb_basic: 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: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305758 for randomisatio<14>[ 56.102883] [IGT] kms_addfb_basic: exiting, ret=77 n Opened device: /dev/dri/card1 Test requirement not met in fu<8>[ 56.113740] nction igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880<14>[ 56.143469] [IGT] kms_addfb_basic: executing : 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.107-cip28 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not me<14>[ 56.177609] [IGT] kms_addfb_basic: exiting, ret=77 t in function igt_require_intel, file ../lib/drmtest.c:880: Tes<8>[ 56.188494] t requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function<14>[ 56.217755] [IGT] kms_addfb_basic: executing igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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<14>[ 56.249935] [IGT] kms_addfb_basic: exiting, ret=77 :880: Test requirement: is_intel_device(fd) Test requirement n<8>[ 56.260837] ot met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file <14>[ 56.288585] [IGT] kms_addfb_basic: executing ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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<14>[ 56.321127] [IGT] kms_addfb_basic: starting subtest size-max _device(<14>[ 56.328058] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS fd) Test requir<14>[ 56.336147] [IGT] kms_addfb_basic: exiting, ret=0 ement not met in function igt_require_intel, file ../lib/drmtest<8>[ 56.346973] .c:880: Test requirement: is_intel_device(fd) [1mSubtest tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Versi<14>[ 56.374587] [IGT] kms_addfb_basic: executing on: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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 functi<14>[ 56.405315] [IGT] kms_addfb_basic: starting subtest too-wide on igt_r<14>[ 56.411771] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS equire_intel, fi<14>[ 56.419917] [IGT] kms_addfb_basic: exiting, ret=0 le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <8>[ 56.430792] [1mSubtest basic-y-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-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarc<14>[ 56.458762] [IGT] kms_addfb_basic: executing h64) 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) Start<14>[ 56.492846] [IGT] kms_addfb_basic: starting subtest too-high ing subt<14>[ 56.499894] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS est: size-max <14>[ 56.507962] [IGT] kms_addfb_basic: exiting, ret=0 [1mSubtest size-max: SUCCESS (0.000s)[0m Test requirement not <8>[ 56.518765] 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.107-cip28 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/d<14>[ 56.546944] [IGT] kms_addfb_basic: executing ri/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) Starting subtest: too-wide [1mSubtest too-wide<14>[ 56.578316] [IGT] kms_addfb_basic: starting subtest bo-too-small : SUCCES<14>[ 56.585393] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS S (0.000s)[0m <14>[ 56.593892] [IGT] kms_addfb_basic: exiting, ret=0 Test requirement not met in function igt_require_intel, file ../<8>[ 56.604733] lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 T<14>[ 56.630613] [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) Starting subtest: too-high [1mSubtest too-high: SUCCESS (<14>[ 56.661906] [IGT] kms_addfb_basic: starting subtest small-bo 0.000s)<14>[ 56.668665] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS [0m Test requir<14>[ 56.676580] [IGT] kms_addfb_basic: exiting, ret=0 ement not met in function igt_require_intel, file ../lib/drmtest<8>[ 56.687376] .c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_req<14>[ 56.715703] [IGT] kms_addfb_basic: executing uire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small [1mSubtest bo-too-small: SUCCESS (0.000s)[0m Test requirement not met in function igt_requi<14>[ 56.749388] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling re_intel<14>[ 56.757386] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP , file ../lib/dr<14>[ 56.766876] [IGT] kms_addfb_basic: exiting, ret=77 mtest.c:880: Test requirement: is_intel_device(fd) IGT-Version<8>[ 56.777917] : 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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:8<14>[ 56.805443] [IGT] kms_addfb_basic: executing 80: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: small-bo [1mSubtest small-bo: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880<14>[ 56.838099] [IGT] kms_addfb_basic: exiting, ret=77 : Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44<8>[ 56.848993] ebfe (aarch64) (Linux: 6.1.107-cip28 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_dev<14>[ 56.878366] [IGT] kms_addfb_basic: executing ice(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small-due-to-tiling Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest b<14>[ 56.910442] [IGT] kms_addfb_basic: exiting, ret=77 o-too-small-due-to-tiling: SKIP (0.000s)[0m Test requirement n<8>[ 56.921069] ot met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /de<14>[ 56.950544] [IGT] kms_addfb_basic: executing v/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) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 56.984825] [IGT] kms_addfb_basic: exiting, ret=77 :880: Test requirement: is_intel_device(fd) [1mSubtest addfb2<8>[ 56.995634] 5-y-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel,<14>[ 57.024990] [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) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-yf-tiled-legacy: SKIP (0.0<14>[ 57.061425] [IGT] kms_addfb_basic: exiting, ret=77 00s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-c<8>[ 57.072419] ip28 aarch64) Using IGT<8>[ 57.081840] _SRANDOM=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, file ../lib/drmtest.c:880: Tes<8>[ 57.110372] t requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-small-legacy: SKIP (0.000s)[0m IGT-Version:<14>[ 57.136539] [IGT] kms_atomic: executing 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt<14>[ 57.155767] [IGT] kms_atomic: starting subtest plane-overlay-legacy _require_intel, <14>[ 57.164372] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.381813] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 57.389816] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS est pipe<14>[ 57.398162] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.210s)[0m [1mSubtest plane-overlay-legacy: SUCCESS (0.227s)<8>[ 57.410331] [0m <14>[ 57.440569] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 <14>[ 57.457996] [IGT] kms_atomic: starting subtest plane-primary-legacy Starting subtest<14>[ 57.466188] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:431) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:431) 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:431) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:431) 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 [+0xc7655cd0] #7 [+0xc76524b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xc76524f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DE<14>[ 58.976007] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL BUG: pla<14>[ 58.983375] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL ne E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plan<14>[ 58.998169] [IGT] kms_atomic: exiting, ret=98 e E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "pix<8>[ 59.013425] el blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting proper<14>[ 59.042683] [IGT] kms_atomic: executing ty "SRC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plan<14>[ 59.059083] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos e E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:431) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:431) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:431) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to <14>[ 59.202014] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP 0x0/0 (kms_atomic:431) igt_kms-DEBUG: display: Writ<14>[ 59.215326] [IGT] kms_atomic: exiting, ret=77 eback-1: preparing atomic, pipe: A (kms_atomic:431) igt_kms-DEBUG: Writeback-1: Setting<8>[ 59.228164] property "CRTC_ID" to 0x38/56 (kms_atomic:431) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:431) igt_kms-DEBUG: display: } (kms_atomic:431) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160,<14>[ 59.259343] [IGT] kms_atomic: executing format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:431) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create,<14>[ 59.275320] [IGT] kms_atomic: starting subtest plane-immutable-zpos file ../lib/igt_kms.c:1<14>[ 59.283744] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 295: (kms_atomic:431) 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:431) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:431) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:431) igt_core-INFO: Stack trace: (kms_atomic:431) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:431) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:431) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:431) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:431) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:431) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:431) igt_core-INFO: #6 [+0xc7655cd0] (kms_atomic:431) igt_core-INFO: #7 [+0xc76524b8] (kms_atomic:431) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:431) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:431) igt_core-INFO: #10 [+0xc76524f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.502s)[0m [1mSubtest plane-primary-legacy: FAIL (1.518s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card1 Starting subtest: plan<14>[ 59.424107] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP e-primar<14>[ 59.431418] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP y-overlay-mutable-zpos No dynamic tests executed. [1m<14>[ 59.443439] [IGT] kms_atomic: exiting, ret=77 Subtest plane-primary-overlay-mutable-zpos: SKIP (0.135s)[0m IGT-Version: 1.28-ga44ebf<8>[ 59.456100] e (aarch64) (Linux: 6.1.107-cip28 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 function ig<14>[ 59.486194] [IGT] kms_atomic: executing t_require_pipe_crc, file ../lib/igt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0 CRCs not supported on this pla<14>[ 59.503842] [IGT] kms_atomic: starting subtest test-only tform Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.132s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.149s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card1 Starting subtest: test-only <14>[ 59.645769] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 59.783290] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 59.791352] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 59.798670] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.130s)[0m [1mSubtest test-only: SUC<8>[ 59.808805] CESS (0.282s)[0m <14>[ 59.836891] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card1 <14>[ 59.854185] [IGT] kms_atomic: starting subtest plane-cursor-legacy Starting subtest<14>[ 59.862310] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 60.023256] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 60.031329] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 60.039551] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.153s)[0m [1mSubtest plane-cursor-l<8>[ 60.049826] egacy: SUCCESS (0.170s)[0m <14>[ 60.078326] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev<14>[ 60.094307] [IGT] kms_atomic: starting subtest plane-invalid-params /dri/card1 Star<14>[ 60.102705] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ting subtest: plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:446) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:446) 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:446) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:446) 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 [+0xb31354dc] #7 [+0xb31324b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xb31324f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:446) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:446) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:446) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:446) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:446) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:446) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x38/56 (kms_atomic:446) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 49 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x31/49 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 56 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x38/56 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 48 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x30/48 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 236 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0xec/236 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: A.0: plane_set_fb(237) (kms_atomic:446) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:446) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:446) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0xed/237 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x38/56 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0xed/237 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:<14>[ 61.278382] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL 446) igt<14>[ 61.285740] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL _kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:446) ig<14>[ 61.299869] [IGT] kms_atomic: exiting, ret=98 t_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x30/48 (kms_atomic:446) igt_kms-DEBUG: display: <8>[ 61.313951] } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0xec/236 (kms_atomic:446) igt_kms-DEBUG<14>[ 61.343708] [IGT] kms_atomic: executing : display: } (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:44<14>[ 61.362003] [IGT] kms_atomic: starting subtest plane-invalid-params-fence 6) igt_kms-DEBUG<14>[ 61.370858] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_kms-DEBUG: display: A.0: plane_set_fb(237) (kms_atomic:446) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:446) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:446) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:446) igt_kms-DEBUG: display: commit { (kms_atomic:446) igt_kms-DEBUG: display: populating plane data: A.0, fb 237 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0xed/237 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x38/56 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:446) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:446) igt_kms-DEBUG: display: } (kms_atomic:446) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:44<14>[ 61.513261] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP 6) igt_k<14>[ 61.520865] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP ms-CRITICAL: Test assertion failure function kmstest_dum<14>[ 61.533412] [IGT] kms_atomic: exiting, ret=77 b_create, file ../lib/igt_kms.c:1295: (kms_atomic:446) igt_kms-CRITICAL: Failed asserti<8>[ 61.546186] on: 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:446) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_<14>[ 61.576717] [IGT] kms_atomic: executing atomic:446) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:446) igt_core-INFO: Stack trace: (kms_atomic:446) igt_core-INFO: #0 ../lib/igt_core.c:1989 <14>[ 61.594010] [IGT] kms_atomic: starting subtest crtc-invalid-params __igt_fail_assert() (km<14>[ 61.602531] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 s_atomic:446) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:446) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:446) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:446) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:446) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:446) igt_core-INFO: #6 [+0xb31354dc] (kms_atomic:446) igt_core-INFO: #7 [+0xb31324b8] (kms_atomic:446) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:446) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:446) igt_core-INFO: #10 [+0xb31324f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.168s)[0m [1mSubtest plane-invalid-params: FAIL (1.184s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.135s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (0.151s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card1 Starting subtest: crtc-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 61.754861] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 61.762870] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS est pipe<14>[ 61.771113] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.144s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.161s)<8>[ 61.783458] [0m <14>[ 61.813316] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/car<14>[ 61.830040] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence d1 Starting subtest<14>[ 61.838803] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : crtc-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 61.980527] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 61.988292] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met in function igt_require_sw_sync, file .<14>[ 62.000716] [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.012762] e or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.134s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.151s)[0m <14>[ 62.043702] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card1 <14>[ 62.061448] [IGT] kms_atomic: starting subtest atomic-invalid-params Starting subtest<14>[ 62.069556] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 62.236451] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 62.244503] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 62.252923] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.159s)[0m [1mSubtest atomic-invalid-params:<8>[ 62.263936] SUCCESS (0.176s)[0m <14>[ 62.293012] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card1 <14>[ 62.310556] [IGT] kms_atomic: starting subtest atomic-plane-damage Starting subtest: atomic-plane-damage No dynam<14>[ 62.451931] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests executed. [1mSubtest atomic-plane-dam<14>[ 62.463820] [IGT] kms_atomic: exiting, ret=77 age: SKIP (0.134s)[0m <8>[ 62.475927] <8>[ 62.486494] <8>[ 62.513955] <14>[ 62.540142] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card1 <14>[ 62.558389] [IGT] kms_flip_event_leak: starting subtest basic Starting subtest<14>[ 62.565807] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 : basic Starting dynamic subtest: pipe-A-Writeback-1 (kms_flip_event_leak:467) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:467) 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:467) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:467) 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 [+0xd84d1964] #6 [+0xd84d146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xd84d14b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 1<14>[ 63.606701] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL 7 (kms_<14>[ 63.614892] [IGT] kms_flip_event_leak: finished subtest basic, FAIL flip_event_leak:467) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_flip_event_le<14>[ 63.630051] [IGT] kms_flip_event_leak: exiting, ret=98 ak:467) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:467) igt_kms-DEBUG: Test req<8>[ 63.645549] uirement passed: plane_i<8>[ 63.654371] dx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: plan<8>[ 63.683546] e_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:467<14>[ 63.710683] [IGT] kms_prop_blob: executing ) igt_km<14>[ 63.716176] [IGT] kms_prop_blob: starting subtest basic s-DEBUG:<14>[ 63.722328] [IGT] kms_prop_blob: finished subtest basic, SUCCESS display<14>[ 63.729530] [IGT] kms_prop_blob: exiting, ret=0 : MoveCursor pipe D, (0, 0) (kms_flip_event_leak:467) igt_k<8>[ 63.739959] ms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:467) igt_kms-DEBUG: display: <14>[ 63.766817] [IGT] kms_prop_blob: executing SetCrtc pipe E,<14>[ 63.772562] [IGT] kms_prop_blob: starting subtest blob-prop-core disabli<14>[ 63.779925] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS ng (kms<14>[ 63.787871] [IGT] kms_prop_blob: exiting, ret=0 _flip_event_leak:467) igt_kms-DEBUG: Test requirement passed: pl<8>[ 63.798474] ane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:467) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:467) igt_kms-DEBUG: display: SetCursor pipe E, d<14>[ 63.825151] [IGT] kms_prop_blob: executing isabling (kms_f<14>[ 63.830526] [IGT] kms_prop_blob: starting subtest blob-prop-validate lip_even<14>[ 63.838264] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS t_leak:4<14>[ 63.846427] [IGT] kms_prop_blob: exiting, ret=0 67) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_<8>[ 63.856951] flip_event_leak:467) igt_kms-DEBUG: display: } (kms_flip_event_leak:467) drmtest-DEBUG: Force option used: Using driver vc4 (kms_flip_event_leak:467) drmtest-DEBUG: Expected driver "vc4" but got "v3d" (kms_flip_ev<14>[ 63.883632] [IGT] kms_prop_blob: executing ent_leak<14>[ 63.889099] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime :467) dr<14>[ 63.896743] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS mtest-DE<14>[ 63.904655] [IGT] kms_prop_blob: exiting, ret=0 BUG: Opened previously opened device: /dev/dri/card1 (kms_flip_<8>[ 63.915111] event_leak:467) drmtest-DEBUG: Test requirement passed: !(fd<0) (kms_flip_event_leak:467) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:467) igt_kms-CRITICAL:<14>[ 63.944485] [IGT] kms_prop_blob: executing Test assertion <14>[ 63.950387] [IGT] kms_prop_blob: starting subtest blob-multiple failure <14>[ 63.957932] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS function<14>[ 63.965415] [IGT] kms_prop_blob: exiting, ret=0 kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_eve<8>[ 63.975971] nt_leak:467) 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:467) i<14>[ 64.004479] [IGT] kms_prop_blob: executing gt_kms-CRITICAL:<14>[ 64.010057] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any Last er<14>[ 64.017924] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS rno: 12,<14>[ 64.026403] [IGT] kms_prop_blob: exiting, ret=0 Cannot allocate memory (kms_flip_event_leak:467) igt_kms-CRITI<8>[ 64.036727] CAL: error: -1 != 0 (kms_flip_event_leak:467) igt_core-INFO: Stack trace: (kms_flip_event_leak:467) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:467) igt_core-INFO: #1 ../lib/igt_kms.c:129<14>[ 64.065590] [IGT] kms_prop_blob: executing 7 kmstes<14>[ 64.070705] [IGT] kms_prop_blob: starting subtest invalid-get-prop t_dumb_c<14>[ 64.077660] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS reate() <14>[ 64.085768] [IGT] kms_prop_blob: exiting, ret=0 (kms_flip_event_leak:467) igt_core-INFO: #2 ../lib/igt_fb.c:1<8>[ 64.096569] 249 create_bo_for_fb.isra.0() (kms_flip_event_leak:467) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_flip_event_leak:467) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak<14>[ 64.124381] [IGT] kms_prop_blob: executing :467) ig<14>[ 64.129776] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any t_core-I<14>[ 64.137250] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS NFO: #<14>[ 64.145531] [IGT] kms_prop_blob: exiting, ret=0 5 [+0xd84d1964] (kms_flip_event_leak:467) igt_core-INF<8>[ 64.156117] O: #6 [+0xd84d146c] (kms_flip_event_leak:467) igt_core-INFO: #7 [__libc_init_first+0x80] (kms_flip_event_leak:467) igt_core-INFO: #8 [__libc_start_main+0x98] (kms_flip_event_leak:467) igt_core-INFO: #9 [<<14>[ 64.183728] [IGT] kms_prop_blob: executing unknown><14>[ 64.189182] [IGT] kms_prop_blob: starting subtest invalid-set-prop +0xd84d1<14>[ 64.196289] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS 4b0] **<14>[ 64.204306] [IGT] kms_prop_blob: exiting, ret=0 ** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.0<8>[ 64.214744] 32s)[0m [1mSubtest ba<8>[ 64.224204] sic: FAIL (1.050s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305765 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.1<8>[ 64.254001] 07-cip28 aarch64) Using IGT_SRANDOM=1706305765 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.107-cip28 aarch64<14>[ 64.280701] [IGT] kms_setmode: executing ) Using IGT_SRA<14>[ 64.286417] [IGT] kms_setmode: starting subtest basic NDOM=170<14>[ 64.292773] [IGT] kms_setmode: finished subtest basic, SKIP 6305766 <14>[ 64.299432] [IGT] kms_setmode: exiting, ret=77 for randomisation Opened device: /dev/dri/card1 Starting subte<8>[ 64.309984] st: blob-prop-validate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1<14>[ 64.336381] [IGT] kms_setmode: executing Starti<14>[ 64.341549] [IGT] kms_setmode: starting subtest basic-clone-single-crtc ng subte<14>[ 64.348876] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP st: blob<14>[ 64.357365] [IGT] kms_setmode: exiting, ret=77 -prop-lifetime [1mSubtest blob-prop-lifetime: SUCCESS (0.000s)<8>[ 64.367488] [0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m IGT-<14>[ 64.396574] [IGT] kms_setmode: executing Version: 1.28-ga<14>[ 64.402386] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc 44ebfe (<14>[ 64.410502] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP aarch64)<14>[ 64.418915] [IGT] kms_setmode: exiting, ret=77 (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305766 fo<8>[ 64.429261] r 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.107-cip28 aarch64) Using IGT_S<14>[ 64.457755] [IGT] kms_setmode: executing RANDOM=1<14>[ 64.462745] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc 70630576<14>[ 64.470618] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP 6 for ra<14>[ 64.479301] [IGT] kms_setmode: exiting, ret=77 ndomisation Opened device: /dev/dri/card1 Starting subtest: in<8>[ 64.489606] valid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 <14>[ 64.517261] [IGT] kms_setmode: executing Starting<14>[ 64.522662] [IGT] kms_setmode: starting subtest clone-exclusive-crtc subtest<14>[ 64.529954] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP : invali<14>[ 64.537817] [IGT] kms_setmode: exiting, ret=77 d-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000<8>[ 64.548323] s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[<14>[ 64.577634] [IGT] kms_setmode: executing 0m IGT-<14>[ 64.582621] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing Version:<14>[ 64.591020] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP 1.28-ga<14>[ 64.600205] [IGT] kms_setmode: exiting, ret=77 44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRAND<8>[ 64.610533] OM=1706305766 for random<8>[ 64.622251] isation 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.107-cip28 <8>[ 64.649766] 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. [1mS<14>[ 64.674988] [IGT] kms_vblank: executing ubtest basic-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305766 for randomi<14>[ 64.692873] [IGT] kms_vblank: starting subtest invalid sation Opened device: /<14>[ 64.700624] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 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.107-cip28 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.107-cip28 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.107-cip28 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.107-cip28 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:524) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:524) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:524) 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 [+0xd7e4338c] #3 [+0xd7e41c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd7e41cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:524) igt_kms-DEBUG: d<14>[ 68.940040] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL isplay: <14>[ 68.947666] [IGT] kms_vblank: finished subtest invalid, FAIL SetCursor pipe D, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe D,<14>[ 68.962349] [IGT] kms_vblank: exiting, ret=98 (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes <8>[ 68.976786] (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fix<14>[ 69.010745] [IGT] kms_vblank: executing ing up initial rotation pipe E, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:524) igt<14>[ 69.027259] [IGT] kms_vblank: starting subtest crtc-id _kms-DEBUG: disp<14>[ 69.034400] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lay: MoveCursor pipe E, (0, 0) (kms_vblank:524) igt_kms-DEBUG: display: } (kms_vblank:524) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:524) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:524) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:524) igt_core-INFO: Stack trace: (kms_vblank:524) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:524) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:524) igt_core-INFO: #2 [+0xd7e4338c] (kms_vblank:524) igt_core-INFO: #3 [+0xd7e41c78] (kms_vblank:524) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:524) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:524) igt_core-INFO: #6 [+0xd7e41cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.231s)[0m [1mSubtest invalid: FAIL (4.248s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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:527) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:527) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:527) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc5783728] #3 [+0xc5781c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc5781cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:527) igt_kms-DEBUG: d<14>[ 73.292048] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL isplay: <14>[ 73.299679] [IGT] kms_vblank: finished subtest crtc-id, FAIL SetCursor pipe D, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor<14>[ 73.314342] [IGT] kms_vblank: exiting, ret=98 pipe D, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_<8>[ 73.329287] planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: <14>[ 73.362727] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms<14>[ 73.378801] [IGT] kms_vblank: starting subtest accuracy-idle _vblank:527) igt<14>[ 73.386589] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:527) igt_kms-DEBUG: display: } (kms_vblank:527) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:527) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:527) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:527) igt_core-INFO: Stack trace: (kms_vblank:527) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:527) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:527) igt_core-INFO: #2 [+0xc5783728] (kms_vblank:527) igt_core-INFO: #3 [+0xc5781c78] (kms_vblank:527) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:527) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:527) igt_core-INFO: #6 [+0xc5781cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.250s)[0m [1mSubtest crtc-id: FAIL (4.266s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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:530) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:530) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:530) 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 [+0xb0821f94] #3 [+0xb0822fa0] #4 [+0xb08231bc] #5 [+0xb0821c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb0821cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:530) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:530) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:530) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:530) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:530) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:530) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 77.645556] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 77.653137] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL :530) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:530) igt_kms-DEBUG: Tes<14>[ 77.668220] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: <8>[ 77.682854] Fixing up initial rotation pipe E, plane 0 (kms_vblank:530) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 77.716991] [IGT] kms_vblank: executing e 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:530) igt_kms-DEBUG: display: MoveCursor <14>[ 77.732895] [IGT] kms_vblank: starting subtest query-idle pipe E, (0, 0) <14>[ 77.740564] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (kms_vblank:530) igt_kms-DEBUG: display: } (kms_vblank:530) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:530) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:530) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:530) igt_core-INFO: Stack trace: (kms_vblank:530) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:530) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:530) igt_core-INFO: #2 [+0xb0821f94] (kms_vblank:530) igt_core-INFO: #3 [+0xb0822fa0] (kms_vblank:530) igt_core-INFO: #4 [+0xb08231bc] (kms_vblank:530) igt_core-INFO: #5 [+0xb0821c78] (kms_vblank:530) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:530) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:530) igt_core-INFO: #8 [+0xb0821cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.251s)[0m [1mSubtest accuracy-idle: FAIL (4.268s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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:533) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:533) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:533) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe6131f94] #3 [+0xe6132fa0] #4 [+0xe61331bc] #5 [+0xe6131c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe6131cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 81.997494] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 82.005086] [IGT] kms_vblank: finished subtest query-idle, FAIL :533) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Tes<14>[ 82.020015] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: <8>[ 82.034536] Fixing up initial rotation pipe E, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 82.068557] [IGT] kms_vblank: executing e 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor <14>[ 82.084387] [IGT] kms_vblank: starting subtest query-idle-hang pipe E, <14>[ 82.091525] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP (0, 0) <14>[ 82.098913] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:533) igt_kms-DEBUG: display: } (kms_vblank:533) igt<8>[ 82.109466] _kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:533) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:533) igt_kms-C<14>[ 82.136582] [IGT] kms_vblank: executing RITICAL: Last errno: 16, Device or resource busy (kms_vblank:533) igt_core-INFO: Stack trace: (kms_vblank:533) igt_core-INFO: #0 ../lib/igt_core.c:1<14>[ 82.154402] [IGT] kms_vblank: starting subtest query-forked 989 __igt_fail_a<14>[ 82.161823] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ssert() (kms_vblank:533) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:533) igt_core-INFO: #2 [+0xe6131f94] (kms_vblank:533) igt_core-INFO: #3 [+0xe6132fa0] (kms_vblank:533) igt_core-INFO: #4 [+0xe61331bc] (kms_vblank:533) igt_core-INFO: #5 [+0xe6131c78] (kms_vblank:533) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:533) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:533) igt_core-INFO: #8 [+0xe6131cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.249s)[0m [1mSubtest query-idle: FAIL (4.266s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:539) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:539) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:539) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc91a1f94] #3 [+0xc91a2fa0] #4 [+0xc91a31bc] #5 [+0xc91a1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc91a1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 86.349479] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 86.357065] [IGT] kms_vblank: finished subtest query-forked, FAIL :539) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Tes<14>[ 86.372146] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: <8>[ 86.386622] Fixing up initial rotation pipe E, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 86.420655] [IGT] kms_vblank: executing e 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor <14>[ 86.436849] [IGT] kms_vblank: starting subtest query-forked-hang pipe E, <14>[ 86.444043] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP (0, 0) <14>[ 86.451592] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:539) igt_kms-DEBUG: display: } (kms_vblank:539) igt<8>[ 86.462223] _kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:539) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:539) igt_kms-CRITICAL: Last er<14>[ 86.490736] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:539) igt_core-INFO: Stack trace: (kms_vblank:539) igt_core-INFO: #0 ../lib/igt_core.c:1<14>[ 86.506699] [IGT] kms_vblank: starting subtest query-busy 989 __igt_fail_assert() <14>[ 86.514573] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (kms_vblank:539) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:539) igt_core-INFO: #2 [+0xc91a1f94] (kms_vblank:539) igt_core-INFO: #3 [+0xc91a2fa0] (kms_vblank:539) igt_core-INFO: #4 [+0xc91a31bc] (kms_vblank:539) igt_core-INFO: #5 [+0xc91a1c78] (kms_vblank:539) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:539) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:539) igt_core-INFO: #8 [+0xc91a1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.180s)[0m [1mSubtest query-forked: FAIL (4.196s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:545) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:545) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:545) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xbb4e1f94] #3 [+0xbb4e2fa0] #4 [+0xbb4e31bc] #5 [+0xbb4e1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbb4e1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 90.702204] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :545) ig<14>[ 90.709837] [IGT] kms_vblank: finished subtest query-busy, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requir<14>[ 90.724744] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing <8>[ 90.739235] up initial rotation pipe E, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 90.772073] [IGT] kms_vblank: executing e 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor <14>[ 90.788408] [IGT] kms_vblank: starting subtest query-busy-hang pipe E, <14>[ 90.795475] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP (0, 0) <14>[ 90.802937] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:545) igt_kms-DEBUG: display: } (kms_vblank:545) igt<8>[ 90.813519] _kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:545) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:545) igt_kms-CRITICAL:<14>[ 90.841181] [IGT] kms_vblank: executing Last errno: 16, Device or resource busy (kms_vblank:545) igt_core-INFO: Stack trace: (kms_vblank:545) igt_core-INFO: #0 ../lib/igt_core.c:1<14>[ 90.857996] [IGT] kms_vblank: starting subtest query-forked-busy 989 __igt_fail_a<14>[ 90.866161] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ssert() (kms_vblank:545) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:545) igt_core-INFO: #2 [+0xbb4e1f94] (kms_vblank:545) igt_core-INFO: #3 [+0xbb4e2fa0] (kms_vblank:545) igt_core-INFO: #4 [+0xbb4e31bc] (kms_vblank:545) igt_core-INFO: #5 [+0xbb4e1c78] (kms_vblank:545) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:545) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:545) igt_core-INFO: #8 [+0xbb4e1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.179s)[0m [1mSubtest query-busy: FAIL (4.196s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:551) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:551) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:551) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb42f1f94] #3 [+0xb42f2fa0] #4 [+0xb42f31bc] #5 [+0xb42f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb42f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 95.053494] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 95.061080] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL :551) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Tes<14>[ 95.076564] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: <8>[ 95.091125] Fixing up initial rotation pipe E, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (k<14>[ 95.126386] [IGT] kms_vblank: executing ms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 95.142520] [IGT] kms_vblank: starting subtest query-forked-busy-hang (0, 0) <14>[ 95.149911] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP (kms_vbl<14>[ 95.158121] [IGT] kms_vblank: exiting, ret=77 ank:551) igt_kms-DEBUG: display: } (kms_vblank:551) igt_kms-CRI<8>[ 95.168738] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:551) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:551) igt_kms-CRITICAL: Last er<14>[ 95.196909] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:551) igt_core-INFO: Stack trace: (kms_vblank:551) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() <14>[ 95.214954] [IGT] kms_vblank: starting subtest wait-idle (kms_vblank:551<14>[ 95.222734] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:551) igt_core-INFO: #2 [+0xb42f1f94] (kms_vblank:551) igt_core-INFO: #3 [+0xb42f2fa0] (kms_vblank:551) igt_core-INFO: #4 [+0xb42f31bc] (kms_vblank:551) igt_core-INFO: #5 [+0xb42f1c78] (kms_vblank:551) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:551) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:551) igt_core-INFO: #8 [+0xb42f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.180s)[0m [1mSubtest query-forked-busy: FAIL (4.196s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:557) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:557) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:557) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe1ac1f94] #3 [+0xe1ac2fa0] #4 [+0xe1ac31bc] #5 [+0xe1ac1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe1ac1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 99.405543] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 99.413118] [IGT] kms_vblank: finished subtest wait-idle, FAIL :557) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Tes<14>[ 99.427930] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: <8>[ 99.442636] Fixing up initial rotation pipe E, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (k<14>[ 99.476740] [IGT] kms_vblank: executing ms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 99.493140] [IGT] kms_vblank: starting subtest wait-idle-hang (0, 0) <14>[ 99.499882] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP (kms_vbl<14>[ 99.507285] [IGT] kms_vblank: exiting, ret=77 ank:557) igt_kms-DEBUG: display: } (kms_vblank:557) igt_kms-CRI<8>[ 99.517909] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:557) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:557) igt_kms-CRITICAL:<14>[ 99.544529] [IGT] kms_vblank: executing Last errno: 16, Device or resource busy (kms_vblank:557) igt_core-INFO: Stack trace: (kms_vblank:557) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vb<14>[ 99.564449] [IGT] kms_vblank: starting subtest wait-forked lank:557) igt_co<14>[ 99.572101] [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:557) igt_core-INFO: #2 [+0xe1ac1f94] (kms_vblank:557) igt_core-INFO: #3 [+0xe1ac2fa0] (kms_vblank:557) igt_core-INFO: #4 [+0xe1ac31bc] (kms_vblank:557) igt_core-INFO: #5 [+0xe1ac1c78] (kms_vblank:557) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:557) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:557) igt_core-INFO: #8 [+0xe1ac1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.175s)[0m [1mSubtest wait-idle: FAIL (4.192s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:563) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:563) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:563) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xdb6b1f94] #3 [+0xdb6b2fa0] #4 [+0xdb6b31bc] #5 [+0xdb6b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdb6b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 103.757501] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 103.765090] [IGT] kms_vblank: finished subtest wait-forked, FAIL :563) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Tes<14>[ 103.780034] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: <8>[ 103.794586] Fixing up initial rotation pipe E, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 103.828735] [IGT] kms_vblank: executing e 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) <14>[ 103.846170] [IGT] kms_vblank: starting subtest wait-forked-hang (kms_vbl<14>[ 103.853202] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP ank:563)<14>[ 103.860691] [IGT] kms_vblank: exiting, ret=77 igt_kms-DEBUG: display: } (kms_vblank:563) igt_kms-CRITICAL: T<8>[ 103.871411] est assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:563) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:563) igt_kms-CRITICAL: Last errno: 16, Device or resou<14>[ 103.900125] [IGT] kms_vblank: executing rce busy (kms_vblank:563) igt_core-INFO: Stack trace: (kms_vblank:563) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:563) igt_co<14>[ 103.918406] [IGT] kms_vblank: starting subtest wait-busy re-INFO: #1 ../lib/igt<14>[ 103.926245] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:563) igt_core-INFO: #2 [+0xdb6b1f94] (kms_vblank:563) igt_core-INFO: #3 [+0xdb6b2fa0] (kms_vblank:563) igt_core-INFO: #4 [+0xdb6b31bc] (kms_vblank:563) igt_core-INFO: #5 [+0xdb6b1c78] (kms_vblank:563) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:563) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:563) igt_core-INFO: #8 [+0xdb6b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.178s)[0m [1mSubtest wait-forked: FAIL (4.194s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:569) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:569) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:569) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc7061f94] #3 [+0xc7062fa0] #4 [+0xc70631bc] #5 [+0xc7061c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc7061cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 108.110221] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :569) ig<14>[ 108.117857] [IGT] kms_vblank: finished subtest wait-busy, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requir<14>[ 108.132600] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing <8>[ 108.147188] up initial rotation pipe E, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblan<14>[ 108.181445] [IGT] kms_vblank: executing k:569) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 108.197300] [IGT] kms_vblank: starting subtest wait-busy-hang (0, 0) <14>[ 108.203850] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP (kms_vbl<14>[ 108.211289] [IGT] kms_vblank: exiting, ret=77 ank:569) igt_kms-DEBUG: display: } (kms_vblank:569) igt_kms-CRI<8>[ 108.222018] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:569) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:569) igt_kms-CRITICAL: Last errno: 16,<14>[ 108.250311] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:569) igt_core-INFO: Stack trace: (kms_vblank:569) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() <14>[ 108.267994] [IGT] kms_vblank: starting subtest wait-forked-busy (kms_vblank:569) igt_co<14>[ 108.275949] [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:569) igt_core-INFO: #2 [+0xc7061f94] (kms_vblank:569) igt_core-INFO: #3 [+0xc7062fa0] (kms_vblank:569) igt_core-INFO: #4 [+0xc70631bc] (kms_vblank:569) igt_core-INFO: #5 [+0xc7061c78] (kms_vblank:569) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:569) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:569) igt_core-INFO: #8 [+0xc7061cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.176s)[0m [1mSubtest wait-busy: FAIL (4.193s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:575) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:575) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:575) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd41d1f94] #3 [+0xd41d2fa0] #4 [+0xd41d31bc] #5 [+0xd41d1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd41d1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 112.461504] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 112.469088] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL :575) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Tes<14>[ 112.484464] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: <8>[ 112.499042] Fixing up initial rotation pipe E, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (k<14>[ 112.533979] [IGT] kms_vblank: executing ms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 112.550271] [IGT] kms_vblank: starting subtest wait-forked-busy-hang (0, 0) <14>[ 112.557820] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP (kms_vbl<14>[ 112.565771] [IGT] kms_vblank: exiting, ret=77 ank:575) igt_kms-DEBUG: display: } (kms_vblank:575) igt_kms-CRI<8>[ 112.576401] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:575) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:575) igt_kms-CRITICAL: Last er<14>[ 112.604721] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:575) igt_core-INFO: Stack trace: (kms_vblank:575) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_a<14>[ 112.622350] [IGT] kms_vblank: starting subtest ts-continuation-idle ssert() (kms_vblank:575<14>[ 112.630905] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:575) igt_core-INFO: #2 [+0xd41d1f94] (kms_vblank:575) igt_core-INFO: #3 [+0xd41d2fa0] (kms_vblank:575) igt_core-INFO: #4 [+0xd41d31bc] (kms_vblank:575) igt_core-INFO: #5 [+0xd41d1c78] (kms_vblank:575) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:575) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:575) igt_core-INFO: #8 [+0xd41d1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.177s)[0m [1mSubtest wait-forked-busy: FAIL (4.194s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:581) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:581) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:581) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd5321f94] #3 [+0xd5322fa0] #4 [+0xd53231bc] #5 [+0xd5321c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd5321cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 116.813542] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 116.821123] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL :581) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Tes<14>[ 116.836880] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: <8>[ 116.851441] Fixing up initial rotation pipe E, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:<14>[ 116.879862] [IGT] kms_vblank: executing 581) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe E, disabling <14>[ 116.897536] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang (kms_vbl<14>[ 116.905331] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP ank:581)<14>[ 116.913538] [IGT] kms_vblank: exiting, ret=77 igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vbl<8>[ 116.923975] ank:581) igt_kms-DEBUG: display: } (kms_vblank:581) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:581) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, <14>[ 116.952738] [IGT] kms_vblank: executing crtc_offset, 1) == 0 (kms_vblank:581) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:581) igt_core-INFO: Stack trace: (kms_vbl<14>[ 116.970159] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm ank:581) igt_cor<14>[ 116.978888] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 e-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:581) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:581) igt_core-INFO: #2 [+0xd5321f94] (kms_vblank:581) igt_core-INFO: #3 [+0xd5322fa0] (kms_vblank:581) igt_core-INFO: #4 [+0xd53231bc] (kms_vblank:581) igt_core-INFO: #5 [+0xd5321c78] (kms_vblank:581) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:581) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:581) igt_core-INFO: #8 [+0xd5321cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.175s)[0m [1mSubtest ts-continuation-idle: FAIL (4.191s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:587) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:587) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:587) 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 [+0xac531f94] #3 [+0xac532fa0] #4 [+0xac5331bc] #5 [+0xac531c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xac531cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 121.166137] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :587) ig<14>[ 121.173782] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requir<14>[ 121.189903] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing <8>[ 121.204359] up initial rotation pipe E, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt<14>[ 121.233153] [IGT] kms_vblank: executing _kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vbl<14>[ 121.251041] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend ank:587) igt_kms-DEBUG: <14>[ 121.260034] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 display: MoveCursor pipe E, (0, 0) (kms_vblank:587) igt_kms-DEBUG: display: } (kms_vblank:587) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:587) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:587) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:587) igt_core-INFO: Stack trace: (kms_vblank:587) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:587) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:587) igt_core-INFO: #2 [+0xac531f94] (kms_vblank:587) igt_core-INFO: #3 [+0xac532fa0] (kms_vblank:587) igt_core-INFO: #4 [+0xac5331bc] (kms_vblank:587) igt_core-INFO: #5 [+0xac531c78] (kms_vblank:587) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:587) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:587) igt_core-INFO: #8 [+0xac531cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.179s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (4.196s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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:590) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:590) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:590) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc9a31f94] #3 [+0xc9a32fa0] #4 [+0xc9a331bc] #5 [+0xc9a31c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc9a31cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 125.517514] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 125.525096] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL :590) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Tes<14>[ 125.541621] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: <8>[ 125.556115] Fixing up initial rotation pipe E, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (k<14>[ 125.592447] [IGT] kms_vblank: executing ms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 125.608142] [IGT] kms_vblank: starting subtest ts-continuation-suspend (0, 0) (kms_vbl<14>[ 125.617073] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ank:590) igt_kms-DEBUG: display: } (kms_vblank:590) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:590) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:590) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:590) igt_core-INFO: Stack trace: (kms_vblank:590) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:590) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:590) igt_core-INFO: #2 [+0xc9a31f94] (kms_vblank:590) igt_core-INFO: #3 [+0xc9a32fa0] (kms_vblank:590) igt_core-INFO: #4 [+0xc9a331bc] (kms_vblank:590) igt_core-INFO: #5 [+0xc9a31c78] (kms_vblank:590) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:590) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:590) igt_core-INFO: #8 [+0xc9a31cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.249s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (4.266s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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:593) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:593) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:593) 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 [+0xc0161f94] #3 [+0xc0162fa0] #4 [+0xc01631bc] #5 [+0xc0161c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc0161cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:593) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:593) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:593) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:593) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:593) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:593) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:593) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:593) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:593) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:593) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 129.870146] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :593) ig<14>[ 129.877796] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:593) igt_kms-DEBUG: Test requir<14>[ 129.893745] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing <8>[ 129.908312] up initial rotation pipe E, plane 0 (kms_vblank:593) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblan<14>[ 129.943720] [IGT] kms_vblank: executing k:593) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:593) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) <14>[ 129.960058] [IGT] kms_vblank: starting subtest ts-continuation-modeset (kms_vblank:593) igt_kms<14>[ 129.968942] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 -DEBUG: display: } (kms_vblank:593) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:593) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:593) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:593) igt_core-INFO: Stack trace: (kms_vblank:593) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:593) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:593) igt_core-INFO: #2 [+0xc0161f94] (kms_vblank:593) igt_core-INFO: #3 [+0xc0162fa0] (kms_vblank:593) igt_core-INFO: #4 [+0xc01631bc] (kms_vblank:593) igt_core-INFO: #5 [+0xc0161c78] (kms_vblank:593) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:593) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:593) igt_core-INFO: #8 [+0xc0161cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.246s)[0m [1mSubtest ts-continuation-suspend: FAIL (4.262s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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:596) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:596) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:596) 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 [+0xbfdf1f94] #3 [+0xbfdf2fa0] #4 [+0xbfdf31bc] #5 [+0xbfdf1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbfdf1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:596) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:596) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:596) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:596) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:596) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:596) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 134.221485] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 134.229064] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL :596) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:596) igt_kms-DEBUG: Tes<14>[ 134.245070] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: <8>[ 134.259646] Fixing up initial rotation pipe E, plane 0 (kms_vblank:596) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (k<14>[ 134.294986] [IGT] kms_vblank: executing ms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:596) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 134.311323] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang (0, 0) <14>[ 134.319510] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP (kms_vbl<14>[ 134.328218] [IGT] kms_vblank: exiting, ret=77 ank:596) igt_kms-DEBUG: display: } (kms_vblank:596) igt_kms-CRI<8>[ 134.338864] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:596) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:596) igt_kms-CRITICAL: Last er<14>[ 134.367544] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:596) igt_core-INFO: Stack trace: (kms_vblank:596) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() <14>[ 134.385739] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm (kms_vblank:596<14>[ 134.394959] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:596) igt_core-INFO: #2 [+0xbfdf1f94] (kms_vblank:596) igt_core-INFO: #3 [+0xbfdf2fa0] (kms_vblank:596) igt_core-INFO: #4 [+0xbfdf31bc] (kms_vblank:596) igt_core-INFO: #5 [+0xbfdf1c78] (kms_vblank:596) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:596) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:596) igt_core-INFO: #8 [+0xbfdf1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.244s)[0m [1mSubtest ts-continuation-modeset: FAIL (4.261s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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:602) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:602) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:602) 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 [+0xe6801f94] #3 [+0xe6802fa0] #4 [+0xe68031bc] #5 [+0xe6801c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe6801cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:602) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:602) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:602) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:602) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:602) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:602) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:602) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:602) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:602) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:602) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:602) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:602) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:602) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:602) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:602) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:602) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:602) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:602) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 138.574190] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :602) ig<14>[ 138.581824] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:602) igt_kms-DEBUG: Test requir<14>[ 138.598189] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing <8>[ 138.612646] up initial rotation pipe<8>[ 138.623543] E, plane 0 (kms_vblank:602) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:602) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:602) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 138.651439] e 17 (kms_vblank:602) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:602) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:602) igt_kms-DEBUG: display: } (kms_vblank:602) igt_kms-CRITICAL: T<14>[ 138.676941] [IGT] vc4_create_bo: executing est assertion fa<14>[ 138.682822] [IGT] vc4_create_bo: exiting, ret=77 ilure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: <8>[ 138.693911] (kms_vblank:602) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:602) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:602) igt_core-INFO: Stack trace: <14>[ 138.720443] [IGT] vc4_create_bo: executing (kms_vbl<14>[ 138.726136] [IGT] vc4_create_bo: exiting, ret=77 ank:602) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_a<8>[ 138.736693] ssert() (kms_vblank:602) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:602) igt_core-INFO: #2 [+0xe6801f94] (kms_vblank:602) igt_core-INFO: #3 [+0xe6802fa0] (kms_vblank:602) igt_core-INF<14>[ 138.765101] [IGT] vc4_create_bo: executing O: #4 <14>[ 138.770832] [IGT] vc4_create_bo: exiting, ret=77 [+0xe68031bc] (kms_vblank:602) igt_core-INFO: #5 [[ 138.781504] nknown>+0xe6801c78] (km<8>[ 138.790781] s_vblank:602) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:602) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:602) igt_core-INFO: #8 [+0xe6801cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.172s)[0m [1mSubtest ts-conti<8>[ 138.819411] nuation-modeset-rpm: FAIL (4.188s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique___<14>[ 138.846557] [IGT] vc4_dmabuf_poll: executing _real_ma<14>[ 138.851935] [IGT] vc4_dmabuf_poll: exiting, ret=77 in27, file ../tests/vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_i<8>[ 138.862918] s_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.107-cip28 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: <14>[ 138.892410] [IGT] vc4_dmabuf_poll: executing /dev/dri<14>[ 138.898128] [IGT] vc4_dmabuf_poll: exiting, ret=77 /card1 Test requirement not met in function __igt_unique____rea<8>[ 138.909024] l_main27, file ../tests/<8>[ 138.919565] vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest create-bo-0: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device:<8>[ 138.948184] /dev/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: <14>[ 138.973937] [IGT] vc4_label_bo: executing SKIP (0.<14>[ 138.979449] [IGT] vc4_label_bo: exiting, ret=77 000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-<8>[ 138.990018] cip28 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) <14>[ 139.017561] [IGT] vc4_label_bo: executing Last err<14>[ 139.023158] [IGT] vc4_label_bo: exiting, ret=77 no: 2, No such file or directory [1mSubtest poll-write-waits-u<8>[ 139.033424] ntil-write-done: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __i<14>[ 139.060473] [IGT] vc4_label_bo: executing gt_uniqu<14>[ 139.065856] [IGT] vc4_label_bo: exiting, ret=77 e____real_main58, file ../tests/vc4/vc4_dmabuf_poll.c:64: Test <8>[ 139.076192] requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest poll-read-waits-until-write-done: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305841 fo<14>[ 139.104434] [IGT] vc4_label_bo: executing r random<14>[ 139.109646] [IGT] vc4_label_bo: exiting, ret=77 isation Opened device: /dev/dri/card1 Test requirement not met<8>[ 139.120275] in function __igt_uniqu<8>[ 139.129785] e____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-label: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305<8>[ 139.157717] 841 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 [<14>[ 139.184307] [IGT] vc4_lookup_fail: executing 1mSubtes<14>[ 139.189823] [IGT] vc4_lookup_fail: starting subtest bad-color-write t set-ba<14>[ 139.196815] [IGT] vc4_lookup_fail: finished subtest bad-color-write, SUCCESS d-handle<14>[ 139.205076] [IGT] vc4_lookup_fail: exiting, ret=0 : SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux<8>[ 139.215715] : 6.1.107-cip28 aarch64)<8>[ 139.225131] 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 [1mSub<8>[ 139.253721] test set-bad-name: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_uni<14>[ 139.278943] [IGT] vc4_mmap: executing que____real_main<14>[ 139.283945] [IGT] vc4_mmap: exiting, ret=77 42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_<8>[ 139.294661] vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-kernel-name: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened de<14>[ 139.322564] [IGT] vc4_mmap: executing vice: /dev/dri/c<14>[ 139.327377] [IGT] vc4_mmap: exiting, ret=77 ard1 Starting subtest: bad-color-write [1mSubtest bad-color-w<8>[ 139.337972] rite: SUCCESS (0.000s)[<8>[ 139.346865] 0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 a<8>[ 139.356329] arch64) 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) Last errno: 2, No such file or directory [1mSubtest mmap-bad-handle: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (<8>[ 139.393913] aarch64) (Linux: 6.1.107-cip28 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<14>[ 139.419192] [IGT] vc4_purgeable_bo: executing requirement: ig<14>[ 139.424826] [IGT] vc4_purgeable_bo: exiting, ret=77 t_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1m<8>[ 139.436254] Subtest mmap-bo: SKIP (0.000s)[0m /usr/bin/igt-parser.sh: 73: vc4_prefmon: not found /usr/bin/igt-parser.sh: 83: vc4_prefmon: not found WARNING: unhandled exit status: 127 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-ci<14>[ 139.463660] [IGT] vc4_purgeable_bo: executing p28 aarc<14>[ 139.469400] [IGT] vc4_purgeable_bo: exiting, ret=77 h64) Using IGT_SRANDOM=1706305841 for randomisation Opened dev<8>[ 139.480319] ice: /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_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1<14>[ 139.508323] [IGT] vc4_purgeable_bo: executing mSubtest<14>[ 139.514127] [IGT] vc4_purgeable_bo: exiting, ret=77 mark-willneed: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (a<8>[ 139.524954] arch64) (Linux: 6.1.107-cip28 aarch64) 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<14>[ 139.553172] [IGT] vc4_purgeable_bo: executing require<14>[ 139.558830] [IGT] vc4_purgeable_bo: exiting, ret=77 ment: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Las<8>[ 139.569771] t errno: 22, Invalid argument [1mSubtest mark-purgeable: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/d<14>[ 139.596713] [IGT] vc4_purgeable_bo: executing ri/card1 Test r<14>[ 139.602372] [IGT] vc4_purgeable_bo: exiting, ret=77 equirement not met in function __igt_unique____real_main97, file<8>[ 139.613604] ../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-purgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch<14>[ 139.642339] [IGT] vc4_purgeable_bo: executing 64) (Lin<14>[ 139.647763] [IGT] vc4_purgeable_bo: exiting, ret=77 ux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305841 for ran<8>[ 139.658522] domisation 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_SUPPORTS_MADVISE) <14>[ 139.686016] [IGT] vc4_purgeable_bo: executing Last errno: 22,<14>[ 139.691731] [IGT] vc4_purgeable_bo: exiting, ret=77 Invalid argument [1mSubtest mark-unpurgeable-twice: SKIP (0.0<8>[ 139.703091] 00s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.732389] [IGT] vc4_purgeable_bo: executing tests/vc<14>[ 139.737968] [IGT] vc4_purgeable_bo: exiting, ret=77 4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(f<8>[ 139.748606] d, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest access-purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305841 <14>[ 139.776457] [IGT] vc4_purgeable_bo: executing for randomisatio<14>[ 139.782179] [IGT] vc4_purgeable_bo: exiting, ret=77 n Opened device: /dev/dri/card1 Test requirement not met in fu<8>[ 139.793713] nction __igt_unique____r<8>[ 139.802709] eal_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 access-purged-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Usin<8>[ 139.832152] g 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_PARAM_SU<14>[ 139.858719] [IGT] vc4_tiling: executing PPORTS_M<14>[ 139.863634] [IGT] vc4_tiling: exiting, ret=77 ADVISE) Last errno: 22, Invalid argument [1mSubtest mark-unpu<8>[ 139.874142] rgeable-check-retained: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real<14>[ 139.902544] [IGT] vc4_tiling: executing _main97,<14>[ 139.908074] [IGT] vc4_tiling: exiting, ret=77 file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: ig<8>[ 139.918527] t_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-unpurgeable-purged: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305841<14>[ 139.946443] [IGT] vc4_tiling: executing for ran<14>[ 139.951772] [IGT] vc4_tiling: exiting, ret=77 domisation Opened device: /dev/dri/card1 Test requirement not <8>[ 139.962223] met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest free-purged-bo: SKIP (0.0<14>[ 139.989755] [IGT] vc4_tiling: executing 00s)[0m IGT-Ve<14>[ 139.994842] [IGT] vc4_tiling: exiting, ret=77 rsion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) U<8>[ 140.005649] sing 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_is_v3d(fd) Last errno: 2, No such<14>[ 140.033976] [IGT] vc4_tiling: executing file or<14>[ 140.039009] [IGT] vc4_tiling: exiting, ret=77 directory [1mSubtest get-bad-handle: SKIP (0.000s)[0m IGT-V<8>[ 140.049450] ersion: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/v<14>[ 140.076479] [IGT] vc4_tiling: executing c4/vc4_tiling.c:<14>[ 140.081750] [IGT] vc4_tiling: exiting, ret=77 33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No suc<8>[ 140.092557] h file or directory [1mSubtest set-bad-handle: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met<14>[ 140.121108] [IGT] vc4_tiling: executing in func<14>[ 140.126102] [IGT] vc4_tiling: exiting, ret=77 tion __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c<8>[ 140.136406] :33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-bad-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305842 for randomisation <14>[ 140.164654] [IGT] vc4_tiling: executing Opened <14>[ 140.169930] [IGT] vc4_tiling: exiting, ret=77 device: /dev/dri/card1 Test requirement not met in function __igt_uniqu<8>[ 140.180465] e____real_main27, file .<8>[ 140.190474] ./tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-bad-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305842 for random<8>[ 140.217800] isation 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 [1mSubtes<14>[ 140.243058] [IGT] vc4_wait_bo: executing t get-bad-modifi<14>[ 140.248529] [IGT] vc4_wait_bo: exiting, ret=77 er: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Lin<8>[ 140.259472] ux: 6.1.107-cip28 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_is_v3<14>[ 140.287219] [IGT] vc4_wait_bo: executing d(fd) Last errn<14>[ 140.292452] [IGT] vc4_wait_bo: exiting, ret=77 o: 2, No such file or directory [1mSubtest set-bad-modifier: S<8>[ 140.303439] KIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, <14>[ 140.330576] [IGT] vc4_wait_bo: executing file ../<14>[ 140.335517] [IGT] vc4_wait_bo: exiting, ret=77 tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd)<8>[ 140.346144] Last errno: 2, No such file or directory [1mSubtest set-get: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test req<14>[ 140.374378] [IGT] vc4_wait_bo: executing uirement not met<14>[ 140.379552] [IGT] vc4_wait_bo: exiting, ret=77 in function __igt_unique____real_main27, file ../tests/vc4/vc4_<8>[ 140.390428] tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-after-free: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706<14>[ 140.417886] [IGT] vc4_wait_bo: executing 305842 for rando<14>[ 140.423373] [IGT] vc4_wait_bo: exiting, ret=77 misation Opened device: /dev/dri/card1 Test requirement not me<8>[ 140.434289] t in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebf<14>[ 140.460865] [IGT] vc4_wait_bo: executing e (aarch<14>[ 140.466160] [IGT] vc4_wait_bo: exiting, ret=77 64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305842<8>[ 140.476573] 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 ba<14>[ 140.504821] [IGT] vc4_wait_bo: executing d-pad: SKIP (0.0<14>[ 140.510838] [IGT] vc4_wait_bo: exiting, ret=77 00s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-c<8>[ 140.521525] ip28 aarch64) Using IGT<8>[ 140.530034] _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 unused-<8>[ 140.558164] bo-0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real<14>[ 140.584394] [IGT] vc4_wait_seqno: executing _main60,<14>[ 140.589600] [IGT] vc4_wait_seqno: exiting, ret=77 file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_<8>[ 140.600215] is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest unused-bo-1ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri<14>[ 140.628261] [IGT] vc4_wait_seqno: executing /card1 Test req<14>[ 140.634076] [IGT] vc4_wait_seqno: exiting, ret=77 uirement not met in function __igt_unique____real_main60, file .<8>[ 140.645415] ./tests/vc4/vc4_wait_bo.<8>[ 140.654673] c:67: Test requ<8>[ 140.659623] irement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest used-bo-0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1.107-cip28 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.107-cip28 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.107-cip28 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.107-cip28 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 / #