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 DHCP client bound to address 192.168.6.26 (274 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 956954/tftp-deploy-mnewqqq0/kernel/Image tftp 0x00080000 956954/tftp-deploy-mnewqqq0/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.26 Filename '956954/tftp-deploy-mnewqqq0/kernel/Image'. Load address: 0x80000 Loading: *################################################## 36.1 MiB 15.7 MiB/s done Bytes transferred = 37880320 (2420200 hex) U-Boot> tftp 0x06700000 956954/tftp-deploy-mnewqqq0/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 956954/tftp-deploy-mnewqqq0/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.26 Filename '956954/tftp-deploy-mnewqqq0/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *###################################T ############### 63.4 MiB 6.6 MiB/s done Bytes transferred = 66430343 (3f5a587 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 956954/tftp-deploy-mnewqqq0/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 956954/tftp-deploy-mnewqqq0/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.26 Filename '956954/tftp-deploy-mnewqqq0/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 38.8 KiB 5.4 MiB/s done Bytes transferred = 39698 (9b12 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=26f0000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 66430279 Bytes = 63.4 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 35fcd000, end 39f27547 ... OK Loading Device Tree to 0000000035fc0000, end 0000000035fccb11 ... OK Working FDT set to 35fc0000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.12.0-rc6 (KernelCI@build-j367756-arm64-clang-16-defconfig-4wfzw) (Debian clang version 16.0.6 (15~deb12u1), Debian LLD 16.0.6) #1 SMP PREEMPT Fri Nov 8 01:00:09 UTC 2024 [ 0.000000] KASLR enabled [ 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 0x0000000031e00000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000031e00000..0x0000000035dfffff (65536 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000003ef64040..0x000000003ef64075 (0 KiB) nomap non-reusable nvram@0 [ 0.000000] earlycon: bcm2835aux0 at MMIO32 0x00000000fe215040 (options '115200n8') [ 0.000000] printk: legacy bootconsole [bcm2835aux0] enabled [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x7fbf45c0-0x7fbf6bff] [ 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 25 pages/cpu s61528 r8192 d32680 u102400 [ 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] 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] Fallback order for Node 0: 0 <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 504832 <6>[ 0.000000] Policy zone: DMA32 <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 0x000000002de00000-0x0000000031e00000] (64MB) <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=512 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] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. <6>[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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.008961] Console: colour dummy device 80x25 <6>[ 0.013833] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024672] pid_max: default: 32768 minimum: 301 <6>[ 0.029695] LSM: initializing lsm=capability <6>[ 0.034452] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042229] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.066939] rcu: Hierarchical SRCU implementation. <6>[ 0.072087] rcu: Max phase no-delay instances is 1000. <6>[ 0.077938] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level <6>[ 0.089296] EFI services will not be available. <6>[ 0.094496] smp: Bringing up secondary CPUs ... <6>[ 0.099942] Detected PIPT I-cache on CPU1 <6>[ 0.100058] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.100810] Detected PIPT I-cache on CPU2 <6>[ 0.100898] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.101606] Detected PIPT I-cache on CPU3 <6>[ 0.101697] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.101848] smp: Brought up 1 node, 4 CPUs <6>[ 0.139824] SMP: Total of 4 processors activated. <6>[ 0.144852] CPU: All CPU(s) started at EL2 <6>[ 0.149309] CPU features: detected: 32-bit EL0 Support <6>[ 0.154781] CPU features: detected: 32-bit EL1 Support <6>[ 0.160267] CPU features: detected: CRC32 instructions <6>[ 0.165793] alternatives: applying system-wide alternatives <6>[ 0.173300] Memory: 1738980K/2019328K available (17792K kernel code, 4928K rwdata, 11684K rodata, 2432K init, 743K bss, 210420K reserved, 65536K cma-reserved) <6>[ 0.188754] devtmpfs: initialized <6>[ 0.201468] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.211635] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.220164] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL <6>[ 0.226846] 0 pages in range for non-PLT usage <6>[ 0.226854] 514832 pages in range for PLT usage <6>[ 0.231894] pinctrl core: initialized pinctrl subsystem <6>[ 0.244841] DMI not present or invalid. <6>[ 0.252288] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.259593] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.267159] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.275466] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.283808] audit: initializing netlink subsys (disabled) <5>[ 0.289757] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1 <6>[ 0.291541] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.297879] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.304307] cpuidle: using governor menu <6>[ 0.315666] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.322928] ASID allocator initialised with 32768 entries <6>[ 0.331657] Serial: AMBA PL011 UART driver <6>[ 0.362117] platform fd500000.pcie: Fixed dependency cycle(s) with /scb/pcie@7d500000 <6>[ 0.375626] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.382786] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.389397] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.396528] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.403134] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.410265] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.416872] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.424003] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.433062] ACPI: Interpreter disabled. <6>[ 0.440700] iommu: Default domain type: Translated <6>[ 0.445841] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.452791] SCSI subsystem initialized <6>[ 0.457297] usbcore: registered new interface driver usbfs <6>[ 0.463168] usbcore: registered new interface driver hub <6>[ 0.468850] usbcore: registered new device driver usb <4>[ 0.474435] usb_phy_generic phy: dummy supplies not allowed for exclusive requests (id=vbus) <6>[ 0.484349] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.489652] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.499172] PTP clock support registered <6>[ 0.503567] EDAC MC: Ver: 3.0.0 <6>[ 0.507579] scmi_core: SCMI protocol bus registered <6>[ 0.513972] FPGA manager framework <6>[ 0.517807] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.525379] vgaarb: loaded <6>[ 0.528877] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.535649] VFS: Disk quotas dquot_6.6.0 <6>[ 0.539916] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.547434] pnp: PnP ACPI: disabled <6>[ 0.561364] NET: Registered PF_INET protocol family <6>[ 0.566894] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.576911] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.585886] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.594006] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.602376] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) <6>[ 0.610517] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.617555] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.624641] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.632288] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.638838] RPC: Registered named UNIX socket transport module. <6>[ 0.645112] RPC: Registered udp transport module. <6>[ 0.650140] RPC: Registered tcp transport module. <6>[ 0.655166] RPC: Registered tcp-with-tls transport module. <6>[ 0.660982] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.667777] PCI: CLS 0 bytes, default 64 <6>[ 0.672259] Unpacking initramfs... <6>[ 0.681293] kvm [1]: nv: 554 coarse grained trap handlers <6>[ 0.687566] kvm [1]: IPA Size Limit: 44 bits <6>[ 0.695169] kvm [1]: vgic interrupt IRQ9 <6>[ 0.699472] kvm [1]: Hyp nVHE mode initialized successfully <5>[ 0.707293] Initialise system trusted keyrings <6>[ 0.712402] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 0.719633] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.726214] NFS: Registering the id_resolver key type <5>[ 0.731664] Key type id_resolver registered <5>[ 0.736177] Key type id_legacy registered <6>[ 0.740553] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.747629] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.755679] 9p: Installing v9fs 9p2000 file system support <5>[ 0.812650] Key type asymmetric registered <5>[ 0.817112] Asymmetric key parser 'x509' registered <6>[ 0.822425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 0.830182] io scheduler mq-deadline registered <6>[ 0.835035] io scheduler kyber registered <6>[ 0.839420] io scheduler bfq registered <6>[ 0.844793] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 14) <6>[ 0.864982] pinctrl-bcm2835 fe200000.gpio: GPIO_OUT persistence: no <6>[ 5.823040] Freeing initrd memory: 64872K <6>[ 5.833064] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.888069] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.897911] printk: legacy console [ttyS1] disabled <6>[ 5.903526] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 25, base_baud = 62499999) is a 16550 <6>[ 5.912841] printk: legacy console [ttyS1] enabled <6>[ 5.912841] printk: legacy console [ttyS1] enabled <6>[ 5.923130] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 5.923130] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 5.939692] msm_serial: driver initialized <6>[ 5.944644] SuperH (H)SCI(F) driver initialized <6>[ 5.949762] STM32 USART driver initialized <6>[ 5.956078] iproc-rng200 fe104000.rng: hwrng registered <5>[ 5.956131] random: crng init done <6>[ 5.971716] loop: module loaded <6>[ 5.976914] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.985970] megasas: 07.727.03.00-rc1 <6>[ 5.999599] tun: Universal TUN/TAP device driver, 1.6 <6>[ 6.006364] thunder_xcv, ver 1.0 <6>[ 6.009968] thunder_bgx, ver 1.0 <6>[ 6.013601] nicpf, ver 1.0 <6>[ 6.018352] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 6.025986] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 6.031699] hclge is initializing <6>[ 6.035378] e1000: Intel(R) PRO/1000 Network Driver <6>[ 6.040606] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 6.046746] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 6.052057] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 6.058372] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 6.064124] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 6.070081] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 6.076715] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 6.083470] sky2: driver version 1.30 <6>[ 6.089513] VFIO - User Level meta-driver version: 0.3 <6>[ 6.099215] usbcore: registered new interface driver usb-storage <6>[ 6.109970] i2c_dev: i2c /dev entries driver <6>[ 6.117614] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 6.125303] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 6.137672] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 6.147970] sdhci: Secure Digital Host Controller Interface driver <6>[ 6.154601] sdhci: Copyright(c) Pierre Ossman <6>[ 6.160369] Synopsys Designware Multimedia Card Interface Driver <6>[ 6.168129] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 6.179407] usbcore: registered new interface driver usbhid <6>[ 6.185379] usbhid: USB HID core driver <6>[ 6.191061] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 6.200921] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 (0,8000003f) counters available <6>[ 6.218393] NET: Registered PF_PACKET protocol family <6>[ 6.223963] 9pnet: Installing 9P2000 support <5>[ 6.228644] Key type dns_resolver registered <6>[ 6.247514] registered taskstats version 1 <5>[ 6.252160] Loading compiled-in X.509 certificates <6>[ 6.268402] Demotion targets for Node 0: null <6>[ 6.279454] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 <6>[ 6.289047] serial serial0: tty port ttyAMA0 registered <6>[ 6.303015] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 6.323663] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 6.331494] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 6.441525] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 6.459907] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 6.500811] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 6.508209] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <6>[ 6.594886] mmc0: new high speed SDIO card at address 0001 <6>[ 6.620662] mmc1: new ultra high speed DDR50 SDXC card at address 59b4 <6>[ 6.628338] mmcblk1: mmc1:59b4 GE4S5 239 GiB <6>[ 6.635302] mmcblk1: p1 p2 <6>[ 18.780970] clk: Disabling unused clocks <6>[ 18.785299] PM: genpd: Disabling unused power domains <6>[ 18.790755] ALSA device list: <6>[ 18.794089] No soundcards found. <6>[ 18.799997] Freeing unused kernel memory: 2432K <6>[ 18.805021] Run /init as init process <30>[ 18.842184] systemd[1]: System time before build time, advancing clock. <6>[ 18.862213] NET: Registered PF_INET6 protocol family <6>[ 18.869026] Segment Routing with IPv6 <6>[ 18.873073] In-situ OAM (IOAM) with IPv6 <30>[ 18.896994] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) <30>[ 18.930651] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.949203] systemd[1]: Hostname set to . <30>[ 19.276807] systemd[1]: Queued start job for default target graphical.target. <30>[ 19.313350] 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>[ 19.338676] 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>[ 19.362619] 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>[ 19.386300] 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>[ 19.405342] 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>[ 19.429253] 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>[ 19.453098] 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>[ 19.473179] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 19.493040] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.…get[0m - Local Encrypted Volumes. <30>[ 19.517095] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mintegrityse…Local Integrity Protected Volumes. <30>[ 19.541102] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 19.561053] 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>[ 19.581033] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 19.601058] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 19.617098] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mveritysetup… - Local Verity Protected Volumes. <30>[ 19.641360] 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>[ 19.666132] 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>[ 19.689638] 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>[ 19.713616] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket. <30>[ 19.737656] 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>[ 19.761481] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd…l.socket[0m - udev Kernel Socket. <30>[ 19.825249] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 19.849556] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 19.877505] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 19.901514] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 19.921945] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Starting [0;1;39mkmod-static-nodes…ate List of Static Device Nodes... <30>[ 19.949954] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 19.977991] 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>[ 19.994155] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev <30>[ 20.008832] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 20.034745] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore... <30>[ 20.062054] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <30>[ 20.093346] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 20.118572] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 20.146243] 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>[ 20.177905] 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>[ 20.206067] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 20.235921] 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;39msystemd-random-se…ice[0m - Load/Save Random Seed... <46>[ 20.570730] systemd-journald[106]: Received client request to flush runtime journal. 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-random-se…rvice[0m - Load/Save Random Seed. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Reached target [0;1;39msysinit.target[0m - System Initialization. [[0;32m OK [0m] Started [0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target [0;1;39mtime-set.target[0m - System Time Set. [[0;32m OK [0m] Started [0;1;39mfstrim.timer[0m - Discard unused blocks once a week. [[0;32m OK [0m] Reached target [0;1;39mtimers.target[0m - Timer Units. [[0;32m OK [0m] Listening on [0;1;39mdbus.socket[…- D-Bus System Message Bus Socket. [[0;32m OK [0m] Reached target [0;1;39msockets.target[0m - Socket Units. [[0;32m OK [0m] Reached target [0;1;39mbasic.target[0m - Basic System. Starting [0;1;39mdbus.service[0m - D-Bus System Message Bus... Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. <4>[ 21.919422] vchiq: module is from the staging directory, the quality is unknown, you have been warned. Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... <6>[ 21.993738] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut�<6>[ 22.006938] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: �� - Rec<6>[ 22.015019] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] ord Runl<6>[ 22.025162] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 evel Cha<6>[ 22.034339] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 nge in UTMP. <6>[ 22.080236] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 22.092211] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 22.098567] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 22.111157] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 PCIe Root Port <6>[ 22.118965] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 22.124360] pci 0000:00:00.0: bridge window [mem 0xc0000000-0xc00fffff] Debian G<6>[ 22.132233] pci 0000:00:00.0: PME# supported from D0 D3hot NU/Linux 12 debian-bookworm-arm64 ttyS1 debian-bookworm-arm64<4>[ 22.143762] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator login: root (automatic login) <4>[ 22.153912] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator <4>[ 22.163609] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator <6>[ 22.164477] Bluetooth: Core ver 2.22 Linux debian-bookworm-arm64 6.12.0-rc6 #1 SMP PREEMPT Fri Nov 8 01:00:0<6>[ 22.181206] NET: Registered PF_BLUETOOTH protocol family 9 UTC 20<6>[ 22.187155] Bluetooth: HCI device and connection manager initialized 24 aarch<6>[ 22.194542] Bluetooth: HCI socket layer initialized <6>[ 22.200039] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) 64 Th<6>[ 22.200465] Bluetooth: L2CAP socket layer initialized e progra<6>[ 22.213212] Bluetooth: SCO socket layer initialized ms inclu<5>[ 22.213593] cfg80211: Loading compiled-in X.509 certificates for regulatory database ded with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual <6>[ 22.239234] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. / # <6>[ 22.261479] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <5>[ 22.263296] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <6>[ 22.272360] Bluetooth: HCI UART driver ver 2.3 <6>[ 22.274375] brcm-pcie fd500000.pcie: clkreq-mode set to default <6>[ 22.277287] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 22.277689] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <6>[ 22.277993] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 22.278252] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 22.278489] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 22.278670] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 22.280763] Bluetooth: HCI UART protocol H4 registered <5>[ 22.281535] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 22.281697] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 22.281715] cfg80211: failed to load regulatory.db <6>[ 22.287770] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) <6>[ 22.293510] Bluetooth: HCI UART protocol LL registered / # <6>[ 22.2992# 35] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 PCIe Endpoint <6>[ 22.300263] [drm] Initialized vc4 0.0.0 for gpu on minor 0 <6>[ 22.306394] vc4-drm gpu: [drm] Cannot find any crtc or sizes <4>[ 22.312360] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 22.313656] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00000fff 64bit] <6>[ 22.328519] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 22.334196] pci 0000:01:00.0: PME# supported from D0 D3hot <6>[ 22.366804] Bluetooth: HCI UART protocol Broadcom registered <4>[ 22.368289] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <6>[ 22.377076] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]: assigned <4>[ 22.382106] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 22.386349] Bluetooth: HCI UART protocol QCA registered <6>[ 22.386410] Bluetooth: HCI UART protocol Marvell registered #<6>[ 22.387989] pci 0000:01:00.0: BAR 0 [mem 0x600000000-0x600000fff 64bit]: assigned <6>[ 22.415924] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 22.416983] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 22.425102] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <6>[ 22.431099] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <4>[ 22.439084] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 <6>[ 22.446815] pci_bus 0000:00: resource 4 [mem 0x600000000-0x603ffffff] / # <6>[ 22.446834] pci_bus 0000:01: resource 1 [mem 0x600000000-0x6000fffff] <6>[ 22.455485] pcieport export SHELL=/bin/sh 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 22.459116] bcm2835-audio bcm2835-audio: card created with 8 channels <4>[ 22.460073] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <6>[ 22.473287] pcieport 0000:00:00.0: PME: Signaling with IRQ 48 <6>[ 22.479394] [drm] Initialized v3d 1.0.0 for fec00000.gpu on minor 1 <6>[ 22.494145] pcieport 0000:00:00.0: AER: enabled with IRQ 48 export SHELL=/bin/sh<6>[ 22.608564] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 22.614161] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 22.622178] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 <6>[ 22.632340] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 22.637934] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 22.645723] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed / # <6>[ 22.652798] hub 1-0:1.0: USB hub found <6>[ 22.656988] hub 1-0:1.0: 1 port detected <6>[ 22.662613] hub 2-0:1.0: USB hub found <6>[ 22.666968] hub 2-0:1.0: 4 ports detected . /lava-956954/environment . /lava-956954/environment<6>[ 22.749405] Bluetooth: hci0: BCM: chip id 107 <6>[ 22.754361] Bluetooth: hci0: BCM: features 0x2f <6>[ 22.760685] Bluetooth: hci0: BCM4345C0 <6>[ 22.764753] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 <3>[ 22.771144] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 22.778127] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' <3>[ 22.785543] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 22.791019] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,4-model-b.hcd' <3>[ 22.797909] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' / # /lava-956954/bin/lava-test-runner /lava-956954/0 /lava-956954/bin/lava-test-runner /lava-956954/0<6>[ 22.908884] usb 1-1: new high-speed USB device number 2 using xhci_hcd + export TESTRUN_ID=0_igt-<8>[ 22.956595] kms-vc4 + cd /lava-956954/0/tests/0_igt-kms-vc4 + cat uuid + UUID=956954_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_<8>[ 22.984250] basic kms_atomic kms_flip_event_leak kms_prop_blob kms_setmode kms_vblank vc4_create_bo vc4_dmabuf_poll vc4_label_bo vc4_lookup_fail vc4_mmap vc4_prefmon vc4_purgeable_bo vc4_tiling vc4_wait_b<14>[ 23.005998] [IGT] core_auth: executing o vc4_wa<14>[ 23.011156] [IGT] core_auth: starting subtest getclient-simple it_seqno<14>[ 23.018257] [IGT] core_auth: finished subtest getclient-simple, SUCCESS IGT-Ve<14>[ 23.025595] [IGT] core_auth: exiting, ret=0 rsion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Usin<8>[ 23.035931] g IGT_SRANDOM=1706305720 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card0 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 23.059299] [IGT] core_auth: executing <6>[ 23.060692] hub 1-1:1.0: USB hub found IGT-Vers<14>[ 23.067782] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<6>[ 23.067833] hub 1-1:1.0: 4 ports detected 8-ga44eb<14>[ 23.080300] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS fe (aarc<14>[ 23.088378] [IGT] core_auth: exiting, ret=0 h64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305720 f<8>[ 23.098811] or randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card0 [1mSubtest getclient-master-drop: SUCCESS (0.000s)[0m <14>[ 23.122505] [IGT] core_auth: executing IGT-Vers<14>[ 23.126993] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 23.133339] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-ga44eb<14>[ 23.140456] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706<8>[ 23.150807] 305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 23.173821] [IGT] core_auth: executing IGT-Vers<14>[ 23.178571] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: many-<14>[ 23.198189] [IGT] core_auth: finished subtest many-magics, SUCCESS magics <14>[ 23.205636] [IGT] core_auth: exiting, ret=0 Reopening device failed after 1020 opens [1mSubtest many-magic<8>[ 23.216000] s: SUCCESS (0.013s)[0m <8>[ 23.225003] <14>[ 23.261552] [IGT] core_getclient: executing IGT-Vers<14>[ 23.266500] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using <8>[ 23.276999] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.317083] [IGT] core_getstats: executing IGT-Vers<14>[ 23.321955] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using <8>[ 23.332306] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.372786] [IGT] core_getversion: executing IGT-Vers<14>[ 23.377825] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using <8>[ 23.388368] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.428376] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 23.434134] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using <8>[ 23.445240] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <8>[ 23.472226] <3>[ 23.480941] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 <14>[ 23.492918] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened<6>[ 23.506857] vc4-drm gpu: [drm] Cannot find any crtc or sizes device: /dev/dri/card0 <14>[ 23.645695] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 23.651836] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest: invalid-buffer [1mSubtest invalid-bu<14>[ 23.663320] [IGT] drm_read: exiting, ret=0 ffer: SUCCESS (0.000s)[0m <8>[ 23.673662] <14>[ 23.696525] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 <14>[ 23.842292] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 23.848407] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest: fault-buffer [1mSubtest fault-buffer<14>[ 23.859612] [IGT] drm_read: exiting, ret=0 : SUCCESS (0.000s)[0m <8>[ 23.869690] <14>[ 23.892037] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 24.037338] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 25.043290] [IGT] drm_read: finished subtest empty-block, SUCCESS est empty-block: SUCCESS (1.000s)[0m <14>[ 25.056473] [IGT] drm_read: exiting, ret=0 <8>[ 25.066524] <14>[ 25.088620] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 25.234461] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 25.240603] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest: empty-nonblock [1mSubtest empty-nonb<14>[ 25.252034] [IGT] drm_read: exiting, ret=0 lock: SUCCESS (0.000s)[0m <8>[ 25.262389] <14>[ 25.284690] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 25.430244] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 25.436757] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest: short-buffer-block [1mSubtest short-<14>[ 25.448568] [IGT] drm_read: exiting, ret=0 buffer-block: SUCCESS (0.000s)[0m <8>[ 25.458935] <14>[ 25.482169] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 25.627797] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 25.634581] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest: short-buffer-nonblock [1mSubtest short-buffe<14>[ 25.646810] [IGT] drm_read: exiting, ret=0 r-nonblock: SUCCESS (0.000s)[0m <8>[ 25.657511] <14>[ 25.680380] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 25.825637] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 58.045289] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est short-buffer-wakeup: SUCCESS (32.213s)[0m <14>[ 58.057394] [IGT] drm_read: exiting, ret=0 <8>[ 58.067735] <8>[ 58.076983] <8>[ 58.100124] <14>[ 58.121797] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1<14>[ 58.130647] [IGT] kms_addfb_basic: starting subtest unused-handle 2.0-rc6 <14>[ 58.137854] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-handle [1mSubtest unused-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 58.167529] [IGT] kms_addfb_basic: exiting, ret=0 est requirement: is_intel_device(fd) Test requirement not met i<8>[ 58.178466] n function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Tes<14>[ 58.201761] [IGT] kms_addfb_basic: executing t requirement: is_intel_device(fd) IGT-Version:<14>[ 58.210815] [IGT] kms_addfb_basic: starting subtest unused-pitches 1.28-ga<14>[ 58.217664] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS 44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel,<14>[ 58.248226] [IGT] kms_addfb_basic: exiting, ret=0 file ../lib/drmtest.c:880: Test requirement: is_intel_device(f<8>[ 58.259421] d) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, f<14>[ 58.282965] [IGT] kms_addfb_basic: executing ile ../lib/drmtest.c:880: Test requirement: is_intel_de<14>[ 58.292078] [IGT] kms_addfb_basic: starting subtest unused-offsets vice(fd)<14>[ 58.299720] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-offsets [1mSubtest unused-offsets: SUCCESS (0.000s)[0m Test requirement not met <14>[ 58.329756] [IGT] kms_addfb_basic: exiting, ret=0 in function igt_require_intel, file ../lib/drmtest.c:880: Test <8>[ 58.340439] 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 functio<14>[ 58.364250] [IGT] kms_addfb_basic: executing n igt_require_intel, file ../lib/drmtest.c:880: Test re<14>[ 58.373722] [IGT] kms_addfb_basic: starting subtest unused-modifier quiremen<14>[ 58.381372] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS t: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-modifier [1mSubtest unused-modifier: SUCCESS (0.000s)[0m Test requ<14>[ 58.411901] [IGT] kms_addfb_basic: exiting, ret=0 irement not met in function igt_require_intel, file ../lib/drmte<8>[ 58.423206] st.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requir<14>[ 58.446785] [IGT] kms_addfb_basic: executing ement not met in function igt_require_intel, file ../lib<14>[ 58.455991] [IGT] kms_addfb_basic: starting subtest clobberred-modifier /drmtest<14>[ 58.463973] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP .c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: clobberred-modifier Test requirement not met<14>[ 58.494172] [IGT] kms_addfb_basic: exiting, ret=77 in function igt_require_i915, file ../lib/drmtest.c:885: Test <8>[ 58.505087] requirement: is_i915_device(fd) [1mSubtest clobberred-modifier: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requiremen<14>[ 58.529061] [IGT] kms_addfb_basic: executing t: is_intel_device(fd) Test requirement not met in func<14>[ 58.538026] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete tion igt<14>[ 58.546687] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP _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.12.0-rc6 aa<14>[ 58.578128] [IGT] kms_addfb_basic: exiting, ret=77 rch64) Using IGT_SRANDOM=1706305755 for randomisation Opened d<8>[ 58.589392] evice: /dev/dri/card0 Starting subtest: invalid-smem-bo-on-discrete Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_dev<14>[ 58.614066] [IGT] kms_addfb_basic: executing ice(fd) [1mSubtest invalid-smem-bo-on-discrete: SKIP (<14>[ 58.623127] [IGT] kms_addfb_basic: starting subtest legacy-format 0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requiremen<14>[ 58.640043] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS t: 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_inte<14>[ 58.669960] [IGT] kms_addfb_basic: exiting, ret=0 l_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.<8>[ 58.680622] 0-rc6 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: legacy-format Successfully fuzzed 10000 {bpp, depth} variations [1mS<14>[ 58.704066] [IGT] kms_addfb_basic: executing ubtest legacy-format: SUCCESS (0.010s)[0m Test requirement not met in function<14>[ 58.715365] [IGT] kms_addfb_basic: starting subtest no-handle igt_req<14>[ 58.722285] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS uire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in fu<14>[ 58.750110] [IGT] kms_addfb_basic: exiting, ret=0 nction igt_require_intel, file ../lib/drmtest.c:880: Test requi<8>[ 58.760656] rement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting s<14>[ 58.783605] [IGT] kms_addfb_basic: executing ubtest: no-handle [1mSubtest no-handle: SUCCESS (0.000s)[0m Test requirement<14>[ 58.795116] [IGT] kms_addfb_basic: starting subtest basic not met<14>[ 58.801788] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS 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 requi<14>[ 58.829181] [IGT] kms_addfb_basic: exiting, ret=0 rement not met in function igt_require_intel, file ../lib/drmtes<8>[ 58.839777] t.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0<14>[ 58.862696] [IGT] kms_addfb_basic: executing Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m Test require<14>[ 58.874939] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 ment not<14>[ 58.881645] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS 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 fu<14>[ 58.911777] [IGT] kms_addfb_basic: exiting, ret=0 nction igt_require_intel, file ../lib/drmtest.c:880: Test requi<8>[ 58.922447] rement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: <14>[ 58.945829] [IGT] kms_addfb_basic: executing bad-pitch-0 [1mSubtest bad-pitch-0: SUCCESS (0.000s)[0m Test requirement not<14>[ 58.957756] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 met in <14>[ 58.965239] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS 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 requireme<14>[ 58.992858] [IGT] kms_addfb_basic: exiting, ret=0 nt not met in function igt_require_intel, file ../lib/drmtest.c:<8>[ 59.003645] 880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/c<14>[ 59.026964] [IGT] kms_addfb_basic: executing ard0 Starting subtest: bad-pitch-32 [1mSubtest bad-pitch-32: SUCCESS (0.000s)<14>[ 59.038341] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 [0m Te<14>[ 59.045465] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS st 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 require<14>[ 59.075246] [IGT] kms_addfb_basic: exiting, ret=0 ment not met in function igt_require_intel, file ../lib/drmtest.<8>[ 59.086345] c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri<14>[ 59.109741] [IGT] kms_addfb_basic: executing /card0 Starting subtest: bad-pitch-63 [1mSubtest bad-pitch-63: SUCCESS (0.000<14>[ 59.120888] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 s)[0m <14>[ 59.128275] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS 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<14>[ 59.156698] [IGT] kms_addfb_basic: exiting, ret=0 (fd) Test requirement not met in function igt_require_intel, fi<8>[ 59.167863] le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device<14>[ 59.191482] [IGT] kms_addfb_basic: executing : /dev/dri/card0 Starting subtest: bad-pitch-128 [1mSubtest bad-pitch-128: SU<14>[ 59.203300] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 CCESS (0<14>[ 59.210574] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS .000s)[<46>[ 59.218641] systemd-journald[106]: 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. 0m Test<46>[ 59.240760] systemd-journald[106]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. 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 fu<14>[ 59.280179] [IGT] kms_addfb_basic: exiting, ret=0 nction igt_require_intel, file ../lib/drmtest.c:880: Test requi<8>[ 59.291139] rement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting s<14>[ 59.314054] [IGT] kms_addfb_basic: executing ubtest: bad-pitch-256 [1mSubtest bad-pitch-256: SUCCESS (0.000s)[0m Test req<14>[ 59.325865] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 uirement<14>[ 59.333132] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS 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) Te<14>[ 59.361411] [IGT] kms_addfb_basic: exiting, ret=0 st requirement not met in function igt_require_intel, file ../li<8>[ 59.372086] b/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/d<14>[ 59.395805] [IGT] kms_addfb_basic: executing ri/card0 Starting subtest: bad-pitch-1024 [1mSubtest bad-pitch-1024: SUCCESS <14>[ 59.407513] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 (0.000s)<14>[ 59.414854] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS [0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_<14>[ 59.443121] [IGT] kms_addfb_basic: exiting, ret=0 device(fd) Test requirement not met in function igt_require_int<8>[ 59.454394] el, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305756 for randomisation <14>[ 59.477826] [IGT] kms_addfb_basic: executing Opened device: /dev/dri/card0 Starting subtest: bad-pitch-999 [1mSubtest bad<14>[ 59.489109] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 -pitch-9<14>[ 59.496565] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS 99: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test re<14>[ 59.525060] [IGT] kms_addfb_basic: exiting, ret=0 quirement: is_intel_device(fd) Test requirement not met in func<8>[ 59.536286] tion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=170630575<14>[ 59.559722] [IGT] kms_addfb_basic: executing 6 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-65536 [1mSubte<14>[ 59.573058] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any st bad-p<14>[ 59.580841] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS itch-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_in<14>[ 59.607100] [IGT] kms_addfb_basic: exiting, ret=0 tel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<8>[ 59.617923] ce(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.12.0-r<14>[ 59.641736] [IGT] kms_addfb_basic: executing c6 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Star<14>[ 59.655039] [IGT] kms_addfb_basic: starting subtest invalid-get-prop ting sub<14>[ 59.662371] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS test: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) T<14>[ 59.688491] [IGT] kms_addfb_basic: exiting, ret=0 est requirement not met in function igt_require_intel, file ../l<8>[ 59.699183] ib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT<14>[ 59.722653] [IGT] kms_addfb_basic: executing -Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305756 for randomis<14>[ 59.736069] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any ation O<14>[ 59.744099] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS pened device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requireme<14>[ 59.771173] [IGT] kms_addfb_basic: exiting, ret=0 nt: is_intel_device(fd) Test requirement not met in function ig<8>[ 59.782155] t_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_int<14>[ 59.806498] [IGT] kms_addfb_basic: executing el_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=17063<14>[ 59.820330] [IGT] kms_addfb_basic: starting subtest invalid-set-prop 05756 fo<14>[ 59.827839] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS r randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../<14>[ 59.854162] [IGT] kms_addfb_basic: exiting, ret=0 lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test <8>[ 59.864794] requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../li<14>[ 59.888062] [IGT] kms_addfb_basic: executing b/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64<14>[ 59.903800] [IGT] kms_addfb_basic: starting subtest master-rmfb ) Using<14>[ 59.910549] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m Test requirement not met in fu<14>[ 59.934536] [IGT] kms_addfb_basic: exiting, ret=0 nction igt_require_intel, file ../lib/drmtest.c:880: Test requi<8>[ 59.945601] rement: 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<14>[ 59.969410] [IGT] kms_addfb_basic: executing _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch<14>[ 59.986740] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag 64) Usi<14>[ 59.995143] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS ng IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: master-rmfb [1mSubtest master-rmfb: SUCCESS (0.000s)[0m Test requireme<14>[ 60.017824] [IGT] kms_addfb_basic: exiting, ret=0 nt not met in function igt_require_intel, file ../lib/drmtest.c:<8>[ 60.028943] 880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met<14>[ 60.053638] [IGT] kms_addfb_basic: executing in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: <14>[ 60.071193] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier 6.12.0-r<14>[ 60.078933] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, SUCCESS c6 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-modifier-no-flag [1mSubtest addfb25-modifier-no-<14>[ 60.101677] [IGT] kms_addfb_basic: exiting, ret=0 flag: SUCCESS (0.000s)[0m Test requirement not met in function<8>[ 60.112676] 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 requirem<14>[ 60.136743] [IGT] kms_addfb_basic: executing ent: 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.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: <14>[ 60.168554] [IGT] kms_addfb_basic: exiting, ret=77 addfb25-bad-modifier [1mSubtest addfb25-bad-modifier: SUCCESS <8>[ 60.179767] (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,<14>[ 60.204976] [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) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened <14>[ 60.237236] [IGT] kms_addfb_basic: exiting, ret=77 device: /dev/dri/card0 Test requirement not met in function igt<8>[ 60.248401] _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-mismatch-legacy: SKIP (0.000s)[0m Test requirement not met in function <14>[ 60.272601] [IGT] kms_addfb_basic: executing 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.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305757 <14>[ 60.303864] [IGT] kms_addfb_basic: exiting, ret=77 for randomisation Opened device: /dev/dri/card0 Test requireme<8>[ 60.314941] nt 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<14>[ 60.340146] [IGT] kms_addfb_basic: executing 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.12.0-rc6 aarch64) Using IGT_SRANDOM=17<14>[ 60.371812] [IGT] kms_addfb_basic: exiting, ret=77 06305757 for randomisation Opened device: /dev/dri/card0 Test <8>[ 60.383119] requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test req<14>[ 60.407217] [IGT] kms_addfb_basic: executing uirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IG<14>[ 60.439392] [IGT] kms_addfb_basic: exiting, ret=77 T_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/<8>[ 60.450800] card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file .<14>[ 60.475359] [IGT] kms_addfb_basic: executing ./lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) U<14>[ 60.507335] [IGT] kms_addfb_basic: exiting, ret=77 sing IGT_SRANDOM=1706305757 for randomisation Opened device: /d<8>[ 60.518205] ev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_requir<14>[ 60.541911] [IGT] kms_addfb_basic: executing e_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6<14>[ 60.573756] [IGT] kms_addfb_basic: exiting, ret=77 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opene<8>[ 60.585086] d device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in functio<14>[ 60.608989] [IGT] kms_addfb_basic: executing n igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Lin<14>[ 60.640033] [IGT] kms_addfb_basic: starting subtest size-max ux: 6.12<14>[ 60.647037] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS .0-rc6 a<14>[ 60.655013] [IGT] kms_addfb_basic: exiting, ret=0 arch64) Using IGT_SRANDOM=1706305757 for randomisation Opened <8>[ 60.665668] device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function <14>[ 60.688438] [IGT] kms_addfb_basic: executing igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-y-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linu<14>[ 60.719893] [IGT] kms_addfb_basic: starting subtest too-wide x: 6.12.<14>[ 60.726497] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS 0-rc6 aa<14>[ 60.734493] [IGT] kms_addfb_basic: exiting, ret=0 rch64) Using IGT_SRANDOM=1706305757 for randomisation Opened d<8>[ 60.745249] evice: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function i<14>[ 60.768143] [IGT] kms_addfb_basic: executing gt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: size-max [1mSubtest size-max: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.2<14>[ 60.798901] [IGT] kms_addfb_basic: starting subtest too-high 8-ga44eb<14>[ 60.805380] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS fe (aarch64) (Li<14>[ 60.813754] [IGT] kms_addfb_basic: exiting, ret=0 nux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305757 for rando<8>[ 60.824725] misation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not<14>[ 60.847351] [IGT] kms_addfb_basic: executing met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-wide [1mSubtest too-wide: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Ve<14>[ 60.879036] [IGT] kms_addfb_basic: starting subtest bo-too-small rsion: 1<14>[ 60.885950] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS .28-ga44ebfe (aa<14>[ 60.894453] [IGT] kms_addfb_basic: exiting, ret=0 rch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305757<8>[ 60.905655] for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requi<14>[ 60.928791] [IGT] kms_addfb_basic: executing rement 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 (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(f<14>[ 60.959983] [IGT] kms_addfb_basic: starting subtest small-bo d) IGT-<14>[ 60.966905] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS Version:<14>[ 60.974850] [IGT] kms_addfb_basic: exiting, ret=0 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_<8>[ 60.985499] SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<14>[ 61.008234] [IGT] kms_addfb_basic: executing ce(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_require_intel, file ../lib/drmtest.c:880: T<14>[ 61.039051] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling est requ<14>[ 61.047320] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP irement: is_inte<14>[ 61.057030] [IGT] kms_addfb_basic: exiting, ret=77 l_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.<8>[ 61.068040] 0-rc6 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test <14>[ 61.092641] [IGT] kms_addfb_basic: executing 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<14>[ 61.123947] [IGT] kms_addfb_basic: exiting, ret=77 .c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.2<8>[ 61.134891] 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel,<14>[ 61.159124] [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) Starting subtest: bo-too-small-due-to-tiling Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement<14>[ 61.192823] [IGT] kms_addfb_basic: exiting, ret=77 : is_i915_device(fd) [1mSubtest bo-too-small-due-to-tiling: SK<8>[ 61.204252] IP (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:<14>[ 61.228241] [IGT] kms_addfb_basic: executing 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:88<14>[ 61.259610] [IGT] kms_addfb_basic: exiting, ret=77 0: Test requirement: is_intel_device(fd) Test requirement not <8>[ 61.270803] met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe <14>[ 61.295464] [IGT] kms_addfb_basic: executing (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ..<14>[ 61.326897] [IGT] kms_addfb_basic: exiting, ret=77 /lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test<8>[ 61.337681] requirement not met in <8>[ 61.346807] function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-yf-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) <8>[ 61.370293] Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_d<14>[ 61.392022] [IGT] kms_atomic: executing evice(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_inte<14>[ 61.406994] [IGT] kms_atomic: starting subtest plane-overlay-legacy l_device(fd) Te<14>[ 61.415042] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 st requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-small-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-overlay-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 61.642415] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 61.650457] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS est pipe<14>[ 61.658785] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.220s)[0m [1mSubtest plane-overlay-legacy: <8>[ 61.669556] SUCCESS (0.236s)[0m <14>[ 61.694096] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened<14>[ 61.708806] [IGT] kms_atomic: starting subtest plane-primary-legacy device: /dev/dr<14>[ 61.716950] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 i/card0 Starting subtest: plane-primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:410) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:410) 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:410) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:410) 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 [+0xddf65cd0] #7 [+0xddf624b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xddf624f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.0: Setting property "p<14>[ 63.234186] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL ixel ble<14>[ 63.241818] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL nd mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane<14>[ 63.253967] [IGT] kms_atomic: exiting, ret=98 E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms<8>[ 63.265346] -DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setti<14>[ 63.289624] [IGT] kms_atomic: executing ng property "SRC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic<14>[ 63.304170] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos :410) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:410) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:410) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: HDMI-A-1: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:410) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:410) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: HDMI-A-2: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:410) igt_kms<14>[ 63.452366] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP -DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA"<14>[ 63.465692] [IGT] kms_atomic: exiting, ret=77 to 0x0/0 (kms_atomic:410) igt_kms-DEBUG: display: Writeback-1: pre<8>[ 63.476601] paring atomic, pipe: A (kms_atomic:410) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:410) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0<14>[ 63.502453] [IGT] kms_atomic: executing x0/0 (kms_atomic:410) igt_kms-DEBUG: display: } (kms_atomic:410) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, <14>[ 63.517649] [IGT] kms_atomic: starting subtest plane-immutable-zpos height=2160, format=XR24<14>[ 63.526149] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 (0x34325258), modifier=0x0, size=0) (kms_atomic:410) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:410) 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:410) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:410) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:410) igt_core-INFO: Stack trace: (kms_atomic:410) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:410) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:410) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:410) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:410) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:410) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:410) igt_core-INFO: #6 [+0xddf65cd0] (kms_atomic:410) igt_core-INFO: #7 [+0xddf624b8] (kms_atomic:410) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:410) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:410) igt_core-INFO: #10 [+0xddf624f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.509s)[0m [1mSubtest plane-primary-legacy: FAIL (1.526s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305760<14>[ 63.672433] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP for ran<14>[ 63.680120] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP domisation Opened device: /dev/dri/card0 Starting subt<14>[ 63.692268] [IGT] kms_atomic: exiting, ret=77 est: plane-primary-overlay-mutable-zpos No dynamic tests executed. [1<8>[ 63.703405] mSubtest plane-primary-overlay-mutable-zpos: SKIP (0.140s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305760 for randomisation Opened<14>[ 63.727862] [IGT] kms_atomic: executing device: /dev/dri/card0 Starting subtest: plane-immutable-zpos Starting dynamic subtest: pipe-A-Writeback-1 Test requirement <14>[ 63.742754] [IGT] kms_atomic: starting subtest test-only not met in function igt_require_pipe_crc, file ../lib/igt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0 CRCs not supported on this platform Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.138s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.155s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305760 for randomisation Opened device: /dev/dri/card0 Starting subtest: test-only <14>[ 63.887994] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 64.031073] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 64.039116] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 64.046449] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.136s)[0m [1mSubtest test-only: SUCCESS (0.<8>[ 64.057217] 290s)[0m <14>[ 64.080624] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened<14>[ 64.095143] [IGT] kms_atomic: starting subtest plane-cursor-legacy device: /dev/dr<14>[ 64.103248] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 i/card0 Starting subtest: plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 64.267589] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 64.275676] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 64.283906] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.156s)[0m [1mSubtest plane-cursor-legacy: S<8>[ 64.294648] UCCESS (0.173s)[0m <14>[ 64.319073] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device:<14>[ 64.333960] [IGT] kms_atomic: starting subtest plane-invalid-params /dev/dri/card0 <14>[ 64.342428] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting subtest: plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:425) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:425) 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:425) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:425) 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 [+0xc62f54dc] #7 [+0xc62f24b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xc62f24f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:425) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: HDMI-A-1: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:425) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: HDMI-A-2: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:425) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:425) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 46 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2e/46 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 54 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x36/54 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 60 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x3c/60 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 265 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x109/265 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: A.0: plane_set_fb(266) (kms_atomic:425) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:425) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:425) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x10a/266 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2e/46 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x10a/266 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: displ<14>[ 65.527459] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL ay: <14>[ 65.535059] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL populating plane data: A.0, fb 266 (kms_atomic:425) igt<14>[ 65.547203] [IGT] kms_atomic: exiting, ret=98 _kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x3c/60 (kms_atomi<8>[ 65.558499] c:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:425) i<14>[ 65.582438] [IGT] kms_atomic: executing gt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x109/265 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) i<14>[ 65.597733] [IGT] kms_atomic: starting subtest plane-invalid-params-fence gt_kms-DEBUG: di<14>[ 65.606693] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 splay: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_kms-DEBUG: display: A.0: plane_set_fb(266) (kms_atomic:425) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:425) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:425) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:425) igt_kms-DEBUG: display: commit { (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x10a/266 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_atomic:425) igt_fb-DEBUG: igt_create_fb_with_bo_siz<14>[ 65.753020] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP e(width=<14>[ 65.760323] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP 4095, height=2159, format=XR24(0x34325258), modifier=0x0<14>[ 65.773105] [IGT] kms_atomic: exiting, ret=77 , size=0) (kms_atomic:425) igt_kms-CRITICAL: Test assertion failure fun<8>[ 65.784083] ction kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:425) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB<14>[ 65.808677] [IGT] kms_atomic: executing 2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:425) igt_kms-CRITIC<14>[ 65.823707] [IGT] kms_atomic: starting subtest crtc-invalid-params AL: Last errno: <14>[ 65.831699] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 12, Cannot allocate memory (kms_atomic:425) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:425) igt_core-INFO: Stack trace: (kms_atomic:425) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:425) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:425) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:425) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:425) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:425) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:425) igt_core-INFO: #6 [+0xc62f54dc] (kms_atomic:425) igt_core-INFO: #7 [+0xc62f24b8] (kms_atomic:425) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:425) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:425) igt_core-INFO: #10 [+0xc62f24f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.177s)[0m [1mSubtest plane-invalid-params: FAIL (1.194s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requirement: kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.139s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (0.155s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRA<14>[ 65.987383] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS NDOM=170<14>[ 65.995493] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS 6305762 <14>[ 66.003714] [IGT] kms_atomic: exiting, ret=0 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc<8>[ 66.014667] -invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe-A-Writeback-1: SUCCESS (0.148s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.165s)[0m <14>[ 66.038730] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened<14>[ 66.053606] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence device: /dev/dr<14>[ 66.061964] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 i/card0 Starting subtest: crtc-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 66.208194] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 66.215971] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met in function igt_require_sw_sync, file ../lib/sw<14>[ 66.228616] [IGT] kms_atomic: exiting, ret=77 _sync.c:265: Test requirement: kernel_has_sw_sync() Last errno: 2, No <8>[ 66.239701] such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.139s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.155s)[0m <14>[ 66.264624] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened<14>[ 66.279102] [IGT] kms_atomic: starting subtest atomic-invalid-params device: /dev/dri/card0 <14>[ 66.287781] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting subtest: atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 66.456800] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 66.464910] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 66.473209] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.161s)[0m [1mSubtest atomic-invalid-params:<8>[ 66.483967] SUCCESS (0.178s)[0m <14>[ 66.508418] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device:<14>[ 66.523275] [IGT] kms_atomic: starting subtest atomic-plane-damage /dev/dri/card0 Starting subtest: atomic-plane-damage No dynam<14>[ 66.669732] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests executed. [1mSubtest atomic-plane-damage: SKI<14>[ 66.681839] [IGT] kms_atomic: exiting, ret=77 P (0.139s)[0m <8>[ 66.692856] <8>[ 66.702184] <8>[ 66.725180] <14>[ 66.747521] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened<14>[ 66.763028] [IGT] kms_flip_event_leak: starting subtest basic device: /dev/dr<14>[ 66.770403] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 i/card0 Starting subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 (kms_flip_event_leak:446) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak: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_flip_event_leak:446) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak: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 [+0xe21b1964] #6 [+0xe21b146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xe21b14b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetCrtc<14>[ 67.772937] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL pipe C,<14>[ 67.781524] [IGT] kms_flip_event_leak: finished subtest basic, FAIL disabling (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 67.796927] [IGT] kms_flip_event_leak: exiting, ret=98 plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, pla<8>[ 67.812739] ne 17 (kms_flip_event_leak:446)<8>[ 67.821829] igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:446) igt<8>[ 67.851180] _kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pi<14>[ 67.878179] [IGT] kms_prop_blob: executing pe->n_pl<14>[ 67.883524] [IGT] kms_prop_blob: starting subtest basic anes (k<14>[ 67.889757] [IGT] kms_prop_blob: finished subtest basic, SUCCESS ms_flip_<14>[ 67.896757] [IGT] kms_prop_blob: exiting, ret=0 event_leak:446) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, p<8>[ 67.908780] lane 17 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: p<14>[ 67.936613] [IGT] kms_prop_blob: executing lane_idx<14>[ 67.941809] [IGT] kms_prop_blob: starting subtest blob-prop-core >= 0 &&<14>[ 67.948706] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS plane_i<14>[ 67.956587] [IGT] kms_prop_blob: exiting, ret=0 dx < pipe->n_planes (kms_flip_event_leak:446) igt_kms-DEBUG: display: Fixing up ini<8>[ 67.969156] tial rotation pipe E, plane 0 (kms_flip_event_leak:446) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_<14>[ 67.997502] [IGT] kms_prop_blob: executing leak:446<14>[ 68.003131] [IGT] kms_prop_blob: starting subtest blob-prop-validate ) igt_km<14>[ 68.010438] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS s-DEBUG:<14>[ 68.018639] [IGT] kms_prop_blob: exiting, ret=0 display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:<8>[ 68.030810] 446) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_flip_event_leak:446) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_flip_event_leak:446) igt_kms-DEBUG: display: } (kms_flip_event_leak:446) drmtest-DEBUG: For<14>[ 68.059602] [IGT] kms_prop_blob: executing ce optio<14>[ 68.064969] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime n used: <14>[ 68.072126] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS Using dr<14>[ 68.080302] [IGT] kms_prop_blob: exiting, ret=0 iver vc4 (kms_flip_event_leak:446) drmtest-DEBUG: Opened previously opened device: /dev<8>[ 68.092833] /dri/card0 (kms_flip_event_leak:446) drmtest-DEBUG: Test requirement passed: !(fd<0) (kms_flip_event_leak:446) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_eve<14>[ 68.121521] [IGT] kms_prop_blob: executing nt_leak:<14>[ 68.127249] [IGT] kms_prop_blob: starting subtest blob-multiple 446) igt<14>[ 68.134218] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS _kms-CRI<14>[ 68.141829] [IGT] kms_prop_blob: exiting, ret=0 TICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.<8>[ 68.153978] c:1295: (kms_flip_event_leak: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_<14>[ 68.182029] [IGT] kms_prop_blob: executing flip_eve<14>[ 68.187620] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any nt_leak:<14>[ 68.195425] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS 446) igt<14>[ 68.203484] [IGT] kms_prop_blob: exiting, ret=0 _kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:446)<8>[ 68.215559] igt_kms-CRITICAL: error: -1 != 0 (kms_flip_event_leak:446) igt_core-INFO: Stack trace: (kms_flip_event_leak:446) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:446) igt_core-INFO: #1 ../lib/igt_kms<14>[ 68.244172] [IGT] kms_prop_blob: executing .c:1297 kmstest_<14>[ 68.250346] [IGT] kms_prop_blob: starting subtest invalid-get-prop dumb_cre<14>[ 68.257602] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS ate() (<14>[ 68.265698] [IGT] kms_prop_blob: exiting, ret=0 kms_flip_event_leak:446) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_<8>[ 68.277782] fb.isra.0() (kms_flip_event_leak:446) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_flip_event_leak:446) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak:446) igt_core-INFO: #5 <14>[ 68.306560] [IGT] kms_prop_blob: executing [[ 68.311825] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any n>+0xe21<14>[ 68.319094] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS b1964] <14>[ 68.328017] [IGT] kms_prop_blob: exiting, ret=0 (kms_flip_event_leak:446) igt_core-INFO: #6 [+0xe21b146c] (kms_flip_<8>[ 68.339716] event_leak:446) igt_core-INFO: #7 [__libc_init_first+0x80] (kms_flip_event_leak:446) igt_core-INFO: #8 [__libc_start_main+0x98] (kms_flip_event_leak:446) igt_core-INFO: #9 [+0xe21b14b0] **** END **** [1mDynamic subtest<14>[ 68.368925] [IGT] kms_prop_blob: executing pipe-A-Writebac<14>[ 68.374411] [IGT] kms_prop_blob: starting subtest invalid-set-prop k-1: FAI<14>[ 68.381678] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS L (0.994<14>[ 68.389940] [IGT] kms_prop_blob: exiting, ret=0 s)[0m [1mSubtest basic: FAIL (1.012s)[0m IGT-Version: 1.28-ga44ebfe (aarch6<8>[ 68.401882] 4) (Linux: 6.12.0-rc6 aa<8>[ 68.411706] rch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/d<8>[ 68.441127] ri/card0 Starting subtest: blob-prop-core [1mSubtest blob-prop-core: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 S<14>[ 68.467297] [IGT] kms_setmode: executing tarting subtest:<14>[ 68.472712] [IGT] kms_setmode: starting subtest basic blob-pr<14>[ 68.479102] [IGT] kms_setmode: finished subtest basic, SKIP op-valid<14>[ 68.486052] [IGT] kms_setmode: exiting, ret=77 ate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga4<8>[ 68.497739] 4ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-lifetime [1mSubtest blob-prop-lifetime: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44eb<14>[ 68.525352] [IGT] kms_setmode: executing fe (aarc<14>[ 68.530607] [IGT] kms_setmode: starting subtest basic-clone-single-crtc h64) (Li<14>[ 68.538229] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP nux: 6.1<14>[ 68.546264] [IGT] kms_setmode: exiting, ret=77 2.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device:<8>[ 68.558326] /dev/dri/card0 Starting subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/car<14>[ 68.587806] [IGT] kms_setmode: executing d0 Starting sub<14>[ 68.592939] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc test: in<14>[ 68.601416] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP valid-ge<14>[ 68.609513] [IGT] kms_setmode: exiting, ret=77 t-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m IGT-Version:<8>[ 68.621538] 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-g<14>[ 68.650707] [IGT] kms_setmode: executing a44ebfe (aarch64<14>[ 68.656610] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc ) (Linux<14>[ 68.664722] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP : 6.12.0<14>[ 68.673412] [IGT] kms_setmode: exiting, ret=77 -rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /d<8>[ 68.685380] ev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /<14>[ 68.715126] [IGT] kms_setmode: executing dev/dri/<14>[ 68.720315] [IGT] kms_setmode: starting subtest clone-exclusive-crtc card0 S<14>[ 68.727793] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP tarting <14>[ 68.735464] [IGT] kms_setmode: exiting, ret=77 subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m I<8>[ 68.747444] GT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic Testing: basic 1 connector combinations Testing: basic 2 connector com<14>[ 68.776658] [IGT] kms_setmode: executing binations No dy<14>[ 68.782129] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing namic te<14>[ 68.790785] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP sts exec<14>[ 68.799951] [IGT] kms_setmode: exiting, ret=77 uted. [1mSubtest basic: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64<8>[ 68.811984] ) (Linux: 6.12.0-rc6 aar<8>[ 68.823406] ch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-clone-single-crtc Testing: basic-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest basic-clone-single-crtc: SKIP (0.000s)[0m IGT-Vers<8>[ 68.852022] ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-single-crtc Testing: invalid-clone-single-crtc 2 connector combination<14>[ 68.878298] [IGT] kms_vblank: executing s No dynamic tests executed. [1mSubtest invalid-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRA<14>[ 68.897208] [IGT] kms_vblank: starting subtest invalid NDOM=1706305765 for rand<14>[ 68.904841] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 omisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-exclusive-crtc Testing: invalid-clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: clone-exclusive-crtc Testing: clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-single-crtc-stealing Testing: invalid-clone-single-crtc-stealing 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc-stealing: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:503) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:503) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:503) 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 [+0xd6de338c] #3 [+0xd6de1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd6de1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:503) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:503) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:503) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:503) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:503) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:503) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:503) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:503) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:503) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:503) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:503) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:503) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:503) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:503) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:503) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:503) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:503) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_i<14>[ 73.042871] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL dx < pip<14>[ 73.050561] [IGT] kms_vblank: finished subtest invalid, FAIL e->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing<14>[ 73.062414] [IGT] kms_vblank: exiting, ret=98 up initial rotation pipe D, plane 17 (kms_vblank:503) igt_kms-DEBUG: display: SetC<8>[ 73.074771] ursor pipe D, disabling (kms_vblank:503) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:503) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display:<14>[ 73.102583] [IGT] kms_vblank: executing Fixing up initial rotation pipe E, plane 0 (kms_vblank:503) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:503) igt_kms-DEBUG: Test requiremen<14>[ 73.121504] [IGT] kms_vblank: starting subtest crtc-id t passed: plane_idx >= 0<14>[ 73.129477] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 && plane_idx < pipe->n_planes (kms_vblank:503) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:503) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:503) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:503) igt_kms-DEBUG: display: } (kms_vblank:503) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:503) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:503) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:503) igt_core-INFO: Stack trace: (kms_vblank:503) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:503) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:503) igt_core-INFO: #2 [+0xd6de338c] (kms_vblank:503) igt_core-INFO: #3 [+0xd6de1c78] (kms_vblank:503) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:503) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:503) igt_core-INFO: #6 [+0xd6de1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.130s)[0m [1mSubtest invalid: FAIL (4.147s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305770 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:506) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:506) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:506) 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 [+0xddc43728] #3 [+0xddc41c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xddc41cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:506) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:506) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:506) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:506) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:506) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:506) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:506) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:506) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:506) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:506) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:506) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:506) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:506) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:506) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:506) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:506) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:506) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:506) igt_kms-DEBUG: display: SetCursor pi<14>[ 77.153934] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL pe D, di<14>[ 77.161480] [IGT] kms_vblank: finished subtest crtc-id, FAIL sabling (kms_vblank:506) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:506<14>[ 77.176145] [IGT] kms_vblank: exiting, ret=98 ) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506) igt_kms-DEBUG: <8>[ 77.191245] display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:506) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:506) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:506)<14>[ 77.219580] [IGT] kms_vblank: executing igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:506) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:506) igt<14>[ 77.239159] [IGT] kms_vblank: starting subtest accuracy-idle _kms-DEBUG: display: <14>[ 77.246984] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 MoveCursor pipe E, (0, 0) (kms_vblank:506) igt_kms-DEBUG: display: } (kms_vblank:506) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:506) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:506) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:506) igt_core-INFO: Stack trace: (kms_vblank:506) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:506) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:506) igt_core-INFO: #2 [+0xddc43728] (kms_vblank:506) igt_core-INFO: #3 [+0xddc41c78] (kms_vblank:506) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:506) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:506) igt_core-INFO: #6 [+0xddc41cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.017s)[0m [1mSubtest crtc-id: FAIL (4.033s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305774 for randomisation Opened device: /dev/dri/card0 Starting subtest: accuracy-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:509) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:509) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:509) 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 [+0xcd0c1f94] #3 [+0xcd0c2fa0] #4 [+0xcd0c31bc] #5 [+0xcd0c1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcd0c1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:509) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:509) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:509) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:509) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:509) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:509) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:509) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:509) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:509) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:509) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:509) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:509) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:509) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:509) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:509) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:509) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:509) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509<14>[ 81.491582] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 81.499245] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 1<14>[ 81.511650] [IGT] kms_vblank: exiting, ret=98 7 (kms_vblank:509) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<8>[ 81.524026] :509) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 81.552489] [IGT] kms_vblank: executing E, plane 0 (kms_vblank:509) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:509) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 81.571328] [IGT] kms_vblank: starting subtest query-idle x < pipe->n_planes (kms<14>[ 81.579637] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _vblank:509) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:509) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:509) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:509) igt_kms-DEBUG: display: } (kms_vblank:509) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:509) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:509) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:509) igt_core-INFO: Stack trace: (kms_vblank:509) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:509) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:509) igt_core-INFO: #2 [+0xcd0c1f94] (kms_vblank:509) igt_core-INFO: #3 [+0xcd0c2fa0] (kms_vblank:509) igt_core-INFO: #4 [+0xcd0c31bc] (kms_vblank:509) igt_core-INFO: #5 [+0xcd0c1c78] (kms_vblank:509) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:509) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:509) igt_core-INFO: #8 [+0xcd0c1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.237s)[0m [1mSubtest accuracy-idle: FAIL (4.254s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305778 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:512) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:512) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:512) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb3e91f94] #3 [+0xb3e92fa0] #4 [+0xb3e931bc] #5 [+0xb3e91c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb3e91cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:512) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:512) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:512) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:512) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:512) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:512) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:512) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:512) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:512) igt_kms-DEBUG: dis<14>[ 85.604071] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL play: <14>[ 85.611603] [IGT] kms_vblank: finished subtest query-idle, FAIL MoveCursor pipe D, (0, 0) (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: pl<14>[ 85.626684] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<8>[ 85.643830] :512) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:512) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:512) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:512) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:512) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:512) igt_kms-DEBUG: <14>[ 85.688570] [IGT] kms_vblank: executing display: } (kms_vblank:512) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:512) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:512) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:51<14>[ 85.721261] [IGT] kms_vblank: starting subtest query-idle-hang 2) igt_c<14>[ 85.728227] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP ore-INFO<14>[ 85.735804] [IGT] kms_vblank: exiting, ret=77 : Stack trace: (kms_vblank:512) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:512) igt_core-INFO: #1 ..<8>[ 85.752420] /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:512) igt_core-INFO: #2 [+0xb3e91f94] (kms_vblank:512) igt_core-INFO: #3 [+0xb3e92fa0] (kms_vblank:512) igt_core-INFO: #4 [+0xb3e931bc] (kms_vblank:512) igt_core-INFO: #5 [+0xb3e91c78] (kms_vblank:512) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:512) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:512) igt_core-INF<14>[ 85.799494] [IGT] kms_vblank: executing O: #8 [+0xb3e91cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.017s)[0m [1mSubtest query-idle: FAIL (4.033s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305782 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-<14>[ 85.831920] [IGT] kms_vblank: starting subtest query-forked idle-hang Test requirement not met in f<14>[ 85.841019] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 unction 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.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305782 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:518) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:518) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:518) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe4071f94] #3 [+0xe4072fa0] #4 [+0xe40731bc] #5 [+0xe4071c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe4071cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:518) igt_kms-DEBUG: dis<14>[ 89.956064] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL play: <14>[ 89.963607] [IGT] kms_vblank: finished subtest query-forked, FAIL MoveCursor pipe D, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: pl<14>[ 89.978742] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<8>[ 89.995920] :518) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:518) igt_kms-DEBUG: <14>[ 90.040968] [IGT] kms_vblank: executing display: } (kms_vblank:518) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:518) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:518) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:51<14>[ 90.073481] [IGT] kms_vblank: starting subtest query-forked-hang 8) igt_c<14>[ 90.080664] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP ore-INFO<14>[ 90.088401] [IGT] kms_vblank: exiting, ret=77 : Stack trace: (kms_vblank:518) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:518) igt_core-INFO: #1 ..<8>[ 90.105176] /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:518) igt_core-INFO: #2 [+0xe4071f94] (kms_vblank:518) igt_core-INFO: #3 [+0xe4072fa0] (kms_vblank:518) igt_core-INFO: #4 [+0xe40731bc] (kms_vblank:518) igt_core-INFO: #5 [+0xe4071c78] (kms_vblank:518) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:518) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:5<14>[ 90.150845] [IGT] kms_vblank: executing 18) igt_core-INFO: #8 [+0xe4071cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.107s)[0m [1mSubtest query-forked: FAIL (4.125s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305787 for randomisation Opened device: /dev/dri/card0 Starti<14>[ 90.183354] [IGT] kms_vblank: starting subtest query-busy ng subtest: query-forked-hang Test requ<14>[ 90.192108] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 irement 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.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305787 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-busy 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 [+0xd7b11f94] #3 [+0xd7b12fa0] #4 [+0xd7b131bc] #5 [+0xd7b11c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd7b11cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** 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: display: SetCursor pipe D, disabling (kms_vblank:524) igt_kms-DEBUG: dis<14>[ 94.308061] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL play: <14>[ 94.315590] [IGT] kms_vblank: finished subtest query-busy, FAIL MoveCursor pipe D, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx <14>[ 94.330651] [IGT] kms_vblank: exiting, ret=98 >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 94.345686] e 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: Fixing up initial rotat<14>[ 94.374439] [IGT] kms_vblank: executing ion pipe E, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) <14>[ 94.393360] [IGT] kms_vblank: starting subtest query-busy-hang (kms_vbl<14>[ 94.400690] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP ank:524)<14>[ 94.408024] [IGT] kms_vblank: exiting, ret=77 igt_kms-DEBUG: display: } (kms_vblank:524) igt_kms-CRITICAL: Test assertion fa<8>[ 94.420005] ilure 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<14>[ 94.448110] [IGT] kms_vblank: executing (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 ..<14>[ 94.467148] [IGT] kms_vblank: starting subtest query-forked-busy /lib/igt_kms.c:5233 igt_<14>[ 94.475738] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 wait_for_vblank_count() (kms_vblank:524) igt_core-INFO: #2 [+0xd7b11f94] (kms_vblank:524) igt_core-INFO: #3 [+0xd7b12fa0] (kms_vblank:524) igt_core-INFO: #4 [+0xd7b131bc] (kms_vblank:524) igt_core-INFO: #5 [+0xd7b11c78] (kms_vblank:524) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:524) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:524) igt_core-INFO: #8 [+0xd7b11cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.108s)[0m [1mSubtest query-busy: FAIL (4.126s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305791 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305791 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-busy 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 [+0xb5701f94] #3 [+0xb5702fa0] #4 [+0xb57031bc] #5 [+0xb5701c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb5701cb0] 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_km<14>[ 98.644284] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s-DEBUG:<14>[ 98.651949] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL display: Fixing up initial rotation pipe D, plane 17 (kms_<14>[ 98.664804] [IGT] kms_vblank: exiting, ret=98 vblank:530) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:530) ig<8>[ 98.677094] t_kms-DEBUG: display: MoveCursor pipe D, (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 E, plan<14>[ 98.705913] [IGT] kms_vblank: executing e 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<14>[ 98.724787] [IGT] kms_vblank: starting subtest query-forked-busy-hang ->n_plan<14>[ 98.732851] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP es (kms<14>[ 98.740631] [IGT] kms_vblank: exiting, ret=77 _vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 98.752559] e 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:530) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:530) igt_kms-DEBUG: display: } (kms_vblank:530) igt_kms-CRITICAL: Test asse<14>[ 98.781837] [IGT] kms_vblank: executing rtion 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_vblan<14>[ 98.801824] [IGT] kms_vblank: starting subtest wait-idle k:530) igt_kms-CRITICAL:<14>[ 98.809615] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 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 [+0xb5701f94] (kms_vblank:530) igt_core-INFO: #3 [+0xb5702fa0] (kms_vblank:530) igt_core-INFO: #4 [+0xb57031bc] (kms_vblank:530) igt_core-INFO: #5 [+0xb5701c78] (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 [+0xb5701cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.161s)[0m [1mSubtest query-forked-busy: FAIL (4.178s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305795 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305795 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:536) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:536) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:536) 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 [+0xe5981f94] #3 [+0xe5982fa0] #4 [+0xe59831bc] #5 [+0xe5981c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe5981cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:536) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:536) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:536) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:536) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:536) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:536) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:536) igt_kms-DE<14>[ 103.011364] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL BUG: dis<14>[ 103.018898] [IGT] kms_vblank: finished subtest wait-idle, FAIL play: MoveCursor pipe D, (0, 0) (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: pl<14>[ 103.033781] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe<8>[ 103.048897] E, plane 0 (kms_vblank:536) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initi<14>[ 103.077373] [IGT] kms_vblank: executing al rotation pipe E, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:536) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) <14>[ 103.097102] [IGT] kms_vblank: starting subtest wait-idle-hang (kms_vbl<14>[ 103.104256] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP ank:536)<14>[ 103.111660] [IGT] kms_vblank: exiting, ret=77 igt_kms-DEBUG: display: } (kms_vblank:536) igt_kms-CRITICAL: Test assertion fa<8>[ 103.123671] ilure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:536) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:536) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_v<14>[ 103.152287] [IGT] kms_vblank: executing blank:536) igt_core-INFO: Stack trace: (kms_vblank:536) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:536) igt_core-INFO: #1 ../lib/igt<14>[ 103.171626] [IGT] kms_vblank: starting subtest wait-forked _kms.c:5233 igt_wait_for<14>[ 103.179895] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _vblank_count() (kms_vblank:536) igt_core-INFO: #2 [+0xe5981f94] (kms_vblank:536) igt_core-INFO: #3 [+0xe5982fa0] (kms_vblank:536) igt_core-INFO: #4 [+0xe59831bc] (kms_vblank:536) igt_core-INFO: #5 [+0xe5981c78] (kms_vblank:536) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:536) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:536) igt_core-INFO: #8 [+0xe5981cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.193s)[0m [1mSubtest wait-idle: FAIL (4.211s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305800 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305800 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:542) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:542) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:542) 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 [+0xc8761f94] #3 [+0xc8762fa0] #4 [+0xc87631bc] #5 [+0xc8761c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc8761cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:542) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:542) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:542) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:542) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:542) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:542) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542<14>[ 107.347592] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 107.355254] [IGT] kms_vblank: finished subtest wait-forked, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 1<14>[ 107.367447] [IGT] kms_vblank: exiting, ret=98 7 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<8>[ 107.379906] :542) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 107.408838] [IGT] kms_vblank: executing e 0 (kms_vblank:542) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 107.427728] [IGT] kms_vblank: starting subtest wait-forked-hang ->n_plan<14>[ 107.435214] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP es (kms<14>[ 107.442510] [IGT] kms_vblank: exiting, ret=77 _vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 107.454436] e 17 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:542) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:542) igt_kms-DEBUG: display: } (kms_vblank:542) igt_kms-CRITICAL: Test assertion fa<14>[ 107.483256] [IGT] kms_vblank: executing ilure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:542) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (k<14>[ 107.502464] [IGT] kms_vblank: starting subtest wait-busy ms_vblank:542) igt_kms-C<14>[ 107.510567] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 RITICAL: Last errno: 16, Device or resource busy (kms_vblank:542) igt_core-INFO: Stack trace: (kms_vblank:542) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:542) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:542) igt_core-INFO: #2 [+0xc8761f94] (kms_vblank:542) igt_core-INFO: #3 [+0xc8762fa0] (kms_vblank:542) igt_core-INFO: #4 [+0xc87631bc] (kms_vblank:542) igt_core-INFO: #5 [+0xc8761c78] (kms_vblank:542) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:542) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:542) igt_core-INFO: #8 [+0xc8761cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.160s)[0m [1mSubtest wait-forked: FAIL (4.177s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305804 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305804 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:548) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:548) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:548) 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 [+0xd5941f94] #3 [+0xd5942fa0] #4 [+0xd59431bc] #5 [+0xd5941c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd5941cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:548) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:548) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:548) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:548) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:548) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:548) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:548) igt_kms-DEBUG: dis<14>[ 111.716051] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL play: <14>[ 111.723577] [IGT] kms_vblank: finished subtest wait-busy, FAIL MoveCursor pipe D, (0, 0) (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx <14>[ 111.738691] [IGT] kms_vblank: exiting, ret=98 >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:548) ig<8>[ 111.755659] t_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:548) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:548) igt_kms-DEBUG: display: } (kms<14>[ 111.801282] [IGT] kms_vblank: executing _vblank:548) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:548) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:548) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:548) igt_core-INFO: Stack <14>[ 111.834591] [IGT] kms_vblank: starting subtest wait-busy-hang trace: <14>[ 111.841486] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP (kms_vbl<14>[ 111.849001] [IGT] kms_vblank: exiting, ret=77 ank:548) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:548) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_<8>[ 111.865765] wait_for_vblank_count() (kms_vblank:548) igt_core-INFO: #2 [+0xd5941f94] (kms_vblank:548) igt_core-INFO: #3 [+0xd5942fa0] (kms_vblank:548) igt_core-INFO: #4 [+0xd59431bc] (kms_vblank:548) igt_core-INFO: #5 [+0xd5941c78] (kms_vblank:548) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:548) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:548) igt_core-INFO: #8 [+0xd5941cb0] <14>[ 111.913199] [IGT] kms_vblank: executing **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.198s)[0m [1mSubtest wait-busy: FAIL (4.214s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305808 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-busy-hang Test requirement not me<14>[ 111.945846] [IGT] kms_vblank: starting subtest wait-forked-busy t in function gem_context_require_bannab<14>[ 111.955231] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 le, 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.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305809 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:554) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:554) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:554) 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 [+0xadcc1f94] #3 [+0xadcc2fa0] #4 [+0xadcc31bc] #5 [+0xadcc1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xadcc1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:554) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:554) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:554) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:554) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:554) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:554) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:554) igt_kms-DEBUG: dis<14>[ 116.068049] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL play: <14>[ 116.075647] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL MoveCursor pipe D, (0, 0) (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: pl<14>[ 116.091154] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<8>[ 116.108177] :554) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:554) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:554) igt_kms-DEBUG: <14>[ 116.154074] [IGT] kms_vblank: executing display: } (kms_vblank:554) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:554) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:554) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:55<14>[ 116.185980] [IGT] kms_vblank: starting subtest wait-forked-busy-hang 4) igt_c<14>[ 116.193829] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP ore-INFO<14>[ 116.201817] [IGT] kms_vblank: exiting, ret=77 : Stack trace: (kms_vblank:554) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:554) igt_core-INFO: #1 ..<8>[ 116.218601] /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:554) igt_core-INFO: #2 [+0xadcc1f94] (kms_vblank:554) igt_core-INFO: #3 [+0xadcc2fa0] (kms_vblank:554) igt_core-INFO: #4 [+0xadcc31bc] (kms_vblank:554) igt_core-INFO: #5 [+0xadcc1c78] (kms_vblank:554) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:554) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:5<14>[ 116.264407] [IGT] kms_vblank: executing 54) igt_core-INFO: #8 [+0xadcc1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.105s)[0m [1mSubtest wait-forked-busy: FAIL (4.123s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305813 for randomisation Opened device: /dev/dri/card0 St<14>[ 116.296776] [IGT] kms_vblank: starting subtest ts-continuation-idle arting subtest: wait-forked-busy-hang T<14>[ 116.306889] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 est 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.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305813 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:560) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:560) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:560) 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 [+0xc7561f94] #3 [+0xc7562fa0] #4 [+0xc75631bc] #5 [+0xc7561c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc7561cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:560) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:560) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:560) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:560) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:560) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:560) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:560) igt_kms-DE<14>[ 120.419356] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL BUG: dis<14>[ 120.426898] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL play: MoveCursor pipe D, (0, 0) (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: pl<14>[ 120.442657] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe<8>[ 120.457944] E, plane 0 (kms_vblank:560) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing <14>[ 120.486824] [IGT] kms_vblank: executing up initial rotation pipe E, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:560) igt_kms-DEBUG: display: MoveCursor <14>[ 120.506144] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang pipe E, <14>[ 120.513745] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP (0, 0) <14>[ 120.522125] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:560) igt_kms-DEBUG: display: } (kms_vblank:560) igt_kms-CRITICAL: T<8>[ 120.534173] est assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:560) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:560) igt_kms-CRITICAL: Last errno: 16, Device <14>[ 120.563019] [IGT] kms_vblank: executing or resource busy (kms_vblank:560) igt_core-INFO: Stack trace: (kms_vblank:560) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:560) igt_co<14>[ 120.582265] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm re-INFO: #1 ../lib/igt<14>[ 120.591673] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:560) igt_core-INFO: #2 [+0xc7561f94] (kms_vblank:560) igt_core-INFO: #3 [+0xc7562fa0] (kms_vblank:560) igt_core-INFO: #4 [+0xc75631bc] (kms_vblank:560) igt_core-INFO: #5 [+0xc7561c78] (kms_vblank:560) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:560) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:560) igt_core-INFO: #8 [+0xc7561cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.104s)[0m [1mSubtest ts-continuation-idle: FAIL (4.123s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305817 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest ts-continuation-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305817 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:566) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:566) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:566) 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 [+0xc3081f94] #3 [+0xc3082fa0] #4 [+0xc30831bc] #5 [+0xc3081c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc3081cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:566) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:566) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:566) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:566) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:566) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:566) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:566) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:566) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:566) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_km<14>[ 124.756296] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s-DEBUG:<14>[ 124.763958] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:566) igt_<14>[ 124.778552] [IGT] kms_vblank: exiting, ret=98 kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:566) igt_kms-DEBUG: dis<8>[ 124.791166] play: MoveCursor pipe D, (0, 0) (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:566) ig<14>[ 124.821043] [IGT] kms_vblank: executing t_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:<14>[ 124.840039] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend 566) igt_kms-DEBUG: disp<14>[ 124.849559] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lay: Fixing up initial rotation pipe E, plane 17 (kms_vblank:566) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:566) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:566) igt_kms-DEBUG: display: } (kms_vblank:566) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:566) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:566) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:566) igt_core-INFO: Stack trace: (kms_vblank:566) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:566) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:566) igt_core-INFO: #2 [+0xc3081f94] (kms_vblank:566) igt_core-INFO: #3 [+0xc3082fa0] (kms_vblank:566) igt_core-INFO: #4 [+0xc30831bc] (kms_vblank:566) igt_core-INFO: #5 [+0xc3081c78] (kms_vblank:566) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:566) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:566) igt_core-INFO: #8 [+0xc3081cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.157s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (4.174s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305821 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-suspend 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 [+0xe7131f94] #3 [+0xe7132fa0] #4 [+0xe71331bc] #5 [+0xe7131c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe7131cb0] 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:569) igt_kms-DE<14>[ 129.123357] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL BUG: dis<14>[ 129.130896] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL play: MoveCursor pipe D, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: pl<14>[ 129.147404] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<8>[ 129.164731] :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_vblank:569) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:569) igt_kms-DEBUG: display:<14>[ 129.211912] [IGT] kms_vblank: executing } (kms_vblank:569) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:569) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:569) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:569) igt_c<14>[ 129.244761] [IGT] kms_vblank: starting subtest ts-continuation-suspend ore-INFO: Stack trace: (kms_vblank:569)<14>[ 129.254782] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:569) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:569) igt_core-INFO: #2 [+0xe7131f94] (kms_vblank:569) igt_core-INFO: #3 [+0xe7132fa0] (kms_vblank:569) igt_core-INFO: #4 [+0xe71331bc] (kms_vblank:569) igt_core-INFO: #5 [+0xe7131c78] (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 [+0xe7131cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.265s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (4.283s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305826 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:572) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:572) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:572) 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 [+0xc48e1f94] #3 [+0xc48e2fa0] #4 [+0xc48e31bc] #5 [+0xc48e1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc48e1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:572) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:572) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:572) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:572) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:572) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:572) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:572) igt_kms-DE<14>[ 133.475342] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL BUG: dis<14>[ 133.482886] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL play: MoveCursor pipe D, (0, 0) (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: pl<14>[ 133.499036] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<8>[ 133.516165] :572) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:572) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:572) igt_kms-DEBUG: display:<14>[ 133.563315] [IGT] kms_vblank: executing } (kms_vblank:572) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:572) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:572) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:572) igt_c<14>[ 133.595949] [IGT] kms_vblank: starting subtest ts-continuation-modeset ore-INFO: Stack trace: (kms_vblank:572)<14>[ 133.605905] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:572) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:572) igt_core-INFO: #2 [+0xc48e1f94] (kms_vblank:572) igt_core-INFO: #3 [+0xc48e2fa0] (kms_vblank:572) igt_core-INFO: #4 [+0xc48e31bc] (kms_vblank:572) igt_core-INFO: #5 [+0xc48e1c78] (kms_vblank:572) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:572) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:572) igt_core-INFO: #8 [+0xc48e1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.212s)[0m [1mSubtest ts-continuation-suspend: FAIL (4.231s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305830 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset 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 [+0xbdab1f94] #3 [+0xbdab2fa0] #4 [+0xbdab31bc] #5 [+0xbdab1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbdab1cb0] 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 (kms_vblank:575) igt_kms-DE<14>[ 137.827361] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL BUG: dis<14>[ 137.834894] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL play: MoveCursor pipe D, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: pl<14>[ 137.851203] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<8>[ 137.868192] :575) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:575) igt_kms-DEBUG: <14>[ 137.914778] [IGT] kms_vblank: executing display: } (kms_vblank:575) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:575) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:575) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:57<14>[ 137.947012] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang 5) igt_c<14>[ 137.955040] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP ore-INFO<14>[ 137.963713] [IGT] kms_vblank: exiting, ret=77 : Stack trace: (kms_vblank:575) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:575) igt_core-INFO: #1 ..<8>[ 137.980404] /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:575) igt_core-INFO: #2 [+0xbdab1f94] (kms_vblank:575) igt_core-INFO: #3 [+0xbdab2fa0] (kms_vblank:575) igt_core-INFO: #4 [+0xbdab31bc] (kms_vblank:575) igt_core-INFO: #5 [+0xbdab1c78] (kms_vblank:575) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:575) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:5<14>[ 138.027098] [IGT] kms_vblank: executing 75) igt_core-INFO: #8 [+0xbdab1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.213s)[0m [1mSubtest ts-continuation-modeset: FAIL (4.232s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/ca<14>[ 138.059290] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm rd0 Starting subtest: ts-continuation-m<14>[ 138.069996] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 odeset-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.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset-rpm 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 [+0xd9391f94] #3 [+0xd9392fa0] #4 [+0xd93931bc] #5 [+0xd9391c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd9391cb0] 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 (kms_vblank:581) igt_kms-DE<14>[ 142.179429] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL BUG: dis<14>[ 142.186910] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL play: MoveCursor pipe D, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: pl<14>[ 142.203505] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<8>[ 142.220536] :581) igt_kms-DEBUG: display: SetCrtc pipe E<8>[ 142.233005] , disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:581) igt_kms-DEBUG: display: } (kms_vblank:581) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.<8>[ 142.282059] c:5248: (kms_vblank:581) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:581) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:581) igt_core-INFO: Stack trace: (kms_vblank:581) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:581) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:581) igt_core-INFO: #2 [<<14>[ 142.326049] [IGT] vc4_create_bo: executing unknown>+0xd9391<14>[ 142.331731] [IGT] vc4_create_bo: exiting, ret=77 f94] (kms_vblank:581) igt_core-INFO: #3 [+0xd9392fa0] (kms_vblank:581) igt_core-INFO: #4 [+0xd93931bc] (kms_vbl<8>[ 142.348732] ank:581) igt_core-INFO: #5 [+0xd9391c78] (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 [+0xd9391cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.101s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (4.120s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using <14>[ 142.395452] [IGT] vc4_create_bo: executing IGT_SRANDOM=1706<14>[ 142.401422] [IGT] vc4_create_bo: exiting, ret=77 305839 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests<8>[ 142.418336] /vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest create-bo-4096: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is_<14>[ 142.463642] [IGT] vc4_create_bo: executing v3d(fd) Last er<14>[ 142.469404] [IGT] vc4_create_bo: exiting, ret=77 rno: 2, No such file or directory [1mSubtest create-bo-0: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 a<8>[ 142.486272] arch64) Using IGT_SRANDOM=1706305839 for random<8>[ 142.497893] isation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest create-bo-zeroed: SKIP (0.000s)[0m <8>[ 142.546560] <14>[ 142.589864] [IGT] vc4_dmabuf_poll: executing IGT-Version: 1.2<14>[ 142.595399] [IGT] vc4_dmabuf_poll: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 Test re<8>[ 142.612691] quirement not met in function __igt_unique____real_main58, file ../tests/vc4/vc4_dmabuf_poll.c:64: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest poll-write-waits-until-write-done: SKIP (0.000s)[0m <14>[ 142.660123] [IGT] vc4_dmabuf_poll: executing IGT-Version: 1.2<14>[ 142.665825] [IGT] vc4_dmabuf_poll: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 Test re<8>[ 142.683113] quirement not met in function __igt_uniq<8>[ 142.695970] ue____real_main58, file ../tests/vc4/vc4_dmabuf_poll.c:64: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest poll-read-waits-until-write-done: SKIP (0.000s)[0m <8>[ 142.744418] <14>[ 142.788460] [IGT] vc4_label_bo: executing IGT-Version: 1.2<14>[ 142.793756] [IGT] vc4_label_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 Test re<8>[ 142.810802] quirement not met in function __igt_unique____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-label: SKIP (0.000s)[0m <14>[ 142.856024] [IGT] vc4_label_bo: executing IGT-Version: 1.2<14>[ 142.861348] [IGT] vc4_label_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test requiremen<8>[ 142.878923] t not met in function __igt_unique____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-bad-handle: SKIP (0.000s)[0m <14>[ 142.924312] [IGT] vc4_label_bo: executing IGT-Version: 1.2<14>[ 142.929623] [IGT] vc4_label_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test re<8>[ 142.947036] quirement not met in function __igt_unique____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-bad-name: SKIP (0.000s)[0m <14>[ 142.991699] [IGT] vc4_label_bo: executing IGT-Version: 1.2<14>[ 142.997021] [IGT] vc4_label_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test re<8>[ 143.014459] quirement not met in function __igt_unique____re<8>[ 143.025810] al_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-kernel-name: SKIP (0.000s)[0m <8>[ 143.074827] <14>[ 143.117099] [IGT] vc4_lookup_fail: executing IGT-Vers<14>[ 143.122999] [IGT] vc4_lookup_fail: starting subtest bad-color-write ion: 1.2<14>[ 143.130074] [IGT] vc4_lookup_fail: finished subtest bad-color-write, SUCCESS 8-ga44eb<14>[ 143.138318] [IGT] vc4_lookup_fail: exiting, ret=0 fe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Starting subtes<8>[ 143.155164] t: bad-color-write [1mSubtest bad-colo<8>[ 143.166635] r-write: SUCCESS (0.000s)[0m <8>[ 143.215583] <14>[ 143.257579] [IGT] vc4_mmap: executing IGT-Version: 1.2<14>[ 143.262487] [IGT] vc4_mmap: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test re<8>[ 143.279157] quirement 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 <14>[ 143.324774] [IGT] vc4_mmap: executing IGT-Version: 1.2<14>[ 143.330435] [IGT] vc4_mmap: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test re<8>[ 143.347062] quirement not met in function __igt_uniq<8>[ 143.357763] ue____real_main11, file ../tests/vc4/vc4_mmap.c:17: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No suc<8>[ 143.371599] h file or directory [1mSubtest mmap-bo: SKIP (0.000s)[0m /usr/bin/igt-parser.sh: 73: vc4_prefmon: not found /usr/bin/igt-parser.sh: 83: vc4_prefmon: not found WARNING: unhandled exit status: 127 <8>[ 143.423528] <14>[ 143.466709] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 143.472364] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test re<8>[ 143.489742] quirement 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 [1mSubtest mark-willneed: SKIP (0.000s)[0m <14>[ 143.534689] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 143.540304] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test re<8>[ 143.558007] quirement 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 [1mSubtest mark-purgeable: SKIP (0.000<14>[ 143.587007] [IGT] vc4_purgeable_bo: executing s)[0m <14>[ 143.592682] [IGT] vc4_purgeable_bo: exiting, ret=77 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRAN<8>[ 143.604739] DOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) L<14>[ 143.634616] [IGT] vc4_purgeable_bo: executing ast errno: 22, I<14>[ 143.640531] [IGT] vc4_purgeable_bo: exiting, ret=77 nvalid argument [1mSubtest mark-purgeable-twice: SKIP (0.000s)[0m IGT-Versio<8>[ 143.652846] n: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:10<14>[ 143.681707] [IGT] vc4_purgeable_bo: executing 6: Test require<14>[ 143.688134] [IGT] vc4_purgeable_bo: exiting, ret=77 ment: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Inv<8>[ 143.700531] alid argument [1mSubtest mark-unpurgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test requirement not met in funct<14>[ 143.730103] [IGT] vc4_purgeable_bo: executing ion __igt_unique<14>[ 143.736539] [IGT] vc4_purgeable_bo: exiting, ret=77 ____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: ig<8>[ 143.748956] t_vc4_get_param(fd, 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.12.0-rc6 aarch64) Using IGT_SRANDOM=17063<14>[ 143.777399] [IGT] vc4_purgeable_bo: executing 05840 fo<14>[ 143.782787] [IGT] vc4_purgeable_bo: exiting, ret=77 r randomisation Opened device: /dev/dri/card0 Test requirement not met in func<8>[ 143.794892] tion __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest access-purged-bo-mem: SKIP (0.000s)[0m IGT<14>[ 143.824756] [IGT] vc4_purgeable_bo: executing -Version: 1.28-g<14>[ 143.830719] [IGT] vc4_purgeable_bo: exiting, ret=77 a44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for <8>[ 143.843433] randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: <14>[ 143.872167] [IGT] vc4_purgeable_bo: executing 22, Invalid argu<14>[ 143.878343] [IGT] vc4_purgeable_bo: exiting, ret=77 ment [1mSubtest mark-unpurgeable-check-retained: SKIP (0.000s)[0m IGT-Versio<8>[ 143.890990] n: 1.28-ga44ebfe (aarch64) (Linu<8>[ 143.900708] x: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Las<8>[ 143.930620] t errno: 22, Invalid argument [1mSubtest mark-unpurgeable-purged: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test req<14>[ 143.956624] [IGT] vc4_tiling: executing uirement not met<14>[ 143.962363] [IGT] vc4_tiling: exiting, ret=77 in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:1<8>[ 143.974182] 06: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest free-purged-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRAND<14>[ 144.002379] [IGT] vc4_tiling: executing OM=1706305841 fo<14>[ 144.008235] [IGT] vc4_tiling: exiting, ret=77 r randomisation Opened device: /dev/dri/card0 Test requirement not met in func<8>[ 144.020029] tion __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-bad-handle: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0<14>[ 144.048759] [IGT] vc4_tiling: executing -rc6 aarch64) U<14>[ 144.054414] [IGT] vc4_tiling: exiting, ret=77 sing IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Te<8>[ 144.066552] st requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-bad-handle: SKIP (0.000s)[0m IGT-Version: <14>[ 144.094769] [IGT] vc4_tiling: executing 1.28-ga44ebfe (a<14>[ 144.100485] [IGT] vc4_tiling: exiting, ret=77 arch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisat<8>[ 144.112313] ion Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-bad-fl<14>[ 144.140782] [IGT] vc4_tiling: executing ags: SKI<14>[ 144.145775] [IGT] vc4_tiling: exiting, ret=77 P (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64)<8>[ 144.157577] Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No s<14>[ 144.186170] [IGT] vc4_tiling: executing uch file or dire<14>[ 144.191306] [IGT] vc4_tiling: exiting, ret=77 ctory [1mSubtest set-bad-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe <8>[ 144.203384] (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: ig<14>[ 144.232019] [IGT] vc4_tiling: executing t_vc4_is_v3d(fd)<14>[ 144.237212] [IGT] vc4_tiling: exiting, ret=77 Last errno: 2, No such file or directory [1mSubtest get-bad-modifier: SKIP (0.000s)<8>[ 144.249723] [0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_ti<14>[ 144.277746] [IGT] vc4_tiling: executing ling.c:33: Test<14>[ 144.283259] [IGT] vc4_tiling: exiting, ret=77 requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1m<8>[ 144.295244] Subtest set-bad-modifier: SKIP (<8>[ 144.305027] 0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: ig<8>[ 144.334301] t_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-get: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/ca<14>[ 144.360685] [IGT] vc4_wait_bo: executing rd0 Test requir<14>[ 144.366249] [IGT] vc4_wait_bo: exiting, ret=77 ement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_til<8>[ 144.378047] ing.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.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for ran<14>[ 144.405539] [IGT] vc4_wait_bo: executing domisation Open<14>[ 144.411204] [IGT] vc4_wait_bo: exiting, ret=77 ed device: /dev/dri/card0 Test requirement not met in function __igt_unique____<8>[ 144.423346] 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-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using<14>[ 144.451142] [IGT] vc4_wait_bo: executing IGT_SRANDOM=170<14>[ 144.456824] [IGT] vc4_wait_bo: exiting, ret=77 6305841 for randomisation Opened device: /dev/dri/card0 Test requirement not m<8>[ 144.468689] et in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-pad: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.<14>[ 144.497719] [IGT] vc4_wait_bo: executing 12.0-rc6<14>[ 144.503016] [IGT] vc4_wait_bo: exiting, ret=77 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/d<8>[ 144.514668] ri/card0 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest unused-bo-0ns: SKIP (0.000s)[0m I<14>[ 144.542752] [IGT] vc4_wait_bo: executing GT-Versi<14>[ 144.548219] [IGT] vc4_wait_bo: exiting, ret=77 on: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=17063<8>[ 144.559866] 05841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory <14>[ 144.588321] [IGT] vc4_wait_bo: executing [1mSubtest unuse<14>[ 144.593840] [IGT] vc4_wait_bo: exiting, ret=77 d-bo-1ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0<8>[ 144.605628] -rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last <14>[ 144.633806] [IGT] vc4_wait_bo: executing errno: 2<14>[ 144.639004] [IGT] vc4_wait_bo: exiting, ret=77 , No such file or directory [1mSubtest used-bo-0ns: SKIP (0.000s)[0m IGT-Ver<8>[ 144.650662] sion: 1.28-ga44ebfe (aarch64) (L<8>[ 144.659808] inux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory <8>[ 144.689673] [1mSubtest used-bo-1ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique_<14>[ 144.716342] [IGT] vc4_wait_seqno: executing ___real_<14>[ 144.721790] [IGT] vc4_wait_seqno: exiting, ret=77 main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd<8>[ 144.733954] ) Last errno: 2, No such file or directory [1mSubtest used-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requi<14>[ 144.762109] [IGT] vc4_wait_seqno: executing rement not met i<14>[ 144.767656] [IGT] vc4_wait_seqno: exiting, ret=77 n function __igt_unique____real_main27, file ../tests/vc4/vc4_wait_seqno.c:33: <8>[ 144.780038] Test requirement: igt_vc<8>[ 144.789672] 4_is_v3d(fd) La<8>[ 144.794579] st errno: 2, No such file or directory [1mSubtest bad-seqno-0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc6 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_wait_seqno.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-seqno-1ns: SKIP (0.000s)[0m + set +x / #