Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3003 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.4:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 DHCP client bound to address 192.168.6.14 (3782 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 667703/tftp-deploy-qrap78yq/kernel/Image tftp 0x00080000 667703/tftp-deploy-qrap78yq/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.14 Filename '667703/tftp-deploy-qrap78yq/kernel/Image'. Load address: 0x80000 Loading: *################################################## 43.2 MiB 14.4 MiB/s done Bytes transferred = 45308416 (2b35a00 hex) U-Boot> tftp 0x06700000 667703/tftp-deploy-qrap78yq/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 667703/tftp-deploy-qrap78yq/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.14 Filename '667703/tftp-deploy-qrap78yq/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *################################################## 62.5 MiB 14.2 MiB/s done Bytes transferred = 65518277 (3e7bac5 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 667703/tftp-deploy-qrap78yq/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 667703/tftp-deploy-qrap78yq/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.14 Filename '667703/tftp-deploy-qrap78yq/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=2e00000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 65518213 Bytes = 62.5 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 360ac000, end 39f27a85 ... OK Loading Device Tree to 000000003609f000, end 00000000360abb11 ... OK Working FDT set to 3609f000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.11.0-rc5 (KernelCI@build-j299270-arm64-gcc-12-defconfig-lcdsv) (aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Thu Aug 29 04:34:56 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 0x0000000032000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000032000000..0x0000000035ffffff (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: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x7fbf39c0-0x7fbf5fff] [ 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 24 pages/cpu s60056 r8192 d30056 u98304 [ 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 0x000000002e000000-0x0000000032000000] (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. <6>[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. <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.008901] Console: colour dummy device 80x25 <6>[ 0.013778] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024614] pid_max: default: 32768 minimum: 301 <6>[ 0.029634] LSM: initializing lsm=capability <6>[ 0.034347] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042122] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052983] rcu: Hierarchical SRCU implementation. <6>[ 0.058135] rcu: Max phase no-delay instances is 1000. <6>[ 0.063974] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level <6>[ 0.075212] EFI services will not be available. <6>[ 0.080407] smp: Bringing up secondary CPUs ... <6>[ 0.085854] Detected PIPT I-cache on CPU1 <6>[ 0.085969] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.086685] Detected PIPT I-cache on CPU2 <6>[ 0.086774] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.087454] Detected PIPT I-cache on CPU3 <6>[ 0.087546] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.087686] smp: Brought up 1 node, 4 CPUs <6>[ 0.125657] SMP: Total of 4 processors activated. <6>[ 0.130685] CPU: All CPU(s) started at EL2 <6>[ 0.135142] CPU features: detected: 32-bit EL0 Support <6>[ 0.140612] CPU features: detected: 32-bit EL1 Support <6>[ 0.146094] CPU features: detected: CRC32 instructions <6>[ 0.151620] alternatives: applying system-wide alternatives <6>[ 0.158964] Memory: 1732628K/2019328K available (17152K kernel code, 5014K rwdata, 11660K rodata, 10240K init, 733K bss, 216740K reserved, 65536K cma-reserved) <6>[ 0.174410] devtmpfs: initialized <6>[ 0.186757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.196912] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.205445] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL <6>[ 0.212111] 0 pages in range for non-PLT usage <6>[ 0.212119] 513024 pages in range for PLT usage <6>[ 0.217260] pinctrl core: initialized pinctrl subsystem <6>[ 0.230032] DMI not present or invalid. <6>[ 0.237898] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.245095] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.252613] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.260868] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.269194] audit: initializing netlink subsys (disabled) <5>[ 0.275115] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1 <6>[ 0.276648] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.283232] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.289656] cpuidle: using governor menu <6>[ 0.300996] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.308237] ASID allocator initialised with 32768 entries <6>[ 0.316833] Serial: AMBA PL011 UART driver <6>[ 0.347242] platform fd500000.pcie: Fixed dependency cycle(s) with /scb/pcie@7d500000 <6>[ 0.360516] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.367666] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.374273] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.381403] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.388007] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.395135] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.401738] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.408865] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.417647] ACPI: Interpreter disabled. <6>[ 0.425075] iommu: Default domain type: Translated <6>[ 0.430206] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.437153] SCSI subsystem initialized <6>[ 0.441633] usbcore: registered new interface driver usbfs <6>[ 0.447497] usbcore: registered new interface driver hub <6>[ 0.453170] usbcore: registered new device driver usb <4>[ 0.458744] usb_phy_generic phy: dummy supplies not allowed for exclusive requests (id=vbus) <6>[ 0.468637] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.473936] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.483464] PTP clock support registered <6>[ 0.487942] EDAC MC: Ver: 3.0.0 <6>[ 0.491920] scmi_core: SCMI protocol bus registered <6>[ 0.498274] FPGA manager framework <6>[ 0.502098] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.509658] vgaarb: loaded <6>[ 0.513110] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.519819] VFS: Disk quotas dquot_6.6.0 <6>[ 0.524087] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.531607] pnp: PnP ACPI: disabled <6>[ 0.544813] NET: Registered PF_INET protocol family <6>[ 0.550346] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.560445] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.569427] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.577548] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.585924] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) <6>[ 0.594069] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.601118] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.608200] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.615858] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.622361] RPC: Registered named UNIX socket transport module. <6>[ 0.628633] RPC: Registered udp transport module. <6>[ 0.633660] RPC: Registered tcp transport module. <6>[ 0.638685] RPC: Registered tcp-with-tls transport module. <6>[ 0.644501] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.651295] PCI: CLS 0 bytes, default 64 <6>[ 0.655785] Unpacking initramfs... <6>[ 0.664421] kvm [1]: nv: 529 coarse grained trap handlers <6>[ 0.670649] kvm [1]: IPA Size Limit: 44 bits <6>[ 0.677992] kvm [1]: vgic interrupt IRQ9 <6>[ 0.682292] kvm [1]: Hyp nVHE mode initialized successfully <5>[ 0.689808] Initialise system trusted keyrings <6>[ 0.694863] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 0.702082] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.708674] NFS: Registering the id_resolver key type <5>[ 0.714121] Key type id_resolver registered <5>[ 0.718638] Key type id_legacy registered <6>[ 0.723016] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.730070] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.738089] 9p: Installing v9fs 9p2000 file system support <5>[ 0.806265] Key type asymmetric registered <5>[ 0.810709] Asymmetric key parser 'x509' registered <6>[ 0.816023] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 0.823780] io scheduler mq-deadline registered <6>[ 0.828631] io scheduler kyber registered <6>[ 0.833014] io scheduler bfq registered <6>[ 0.838355] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 14) <6>[ 0.858351] pinctrl-bcm2835 fe200000.gpio: GPIO_OUT persistence: no <6>[ 0.920043] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 0.929859] printk: legacy console [ttyS1] disabled <6>[ 0.935477] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 25, base_baud = 62499999) is a 16550 <6>[ 0.944798] printk: legacy console [ttyS1] enabled <6>[ 0.944798] printk: legacy console [ttyS1] enabled <6>[ 0.955098] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 0.955098] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 0.972050] msm_serial: driver initialized <6>[ 0.977052] SuperH (H)SCI(F) driver initialized <6>[ 0.982209] STM32 USART driver initialized <6>[ 0.988582] iproc-rng200 fe104000.rng: hwrng registered <5>[ 0.988634] random: crng init done <6>[ 1.004622] loop: module loaded <6>[ 1.009821] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 1.018896] megasas: 07.727.03.00-rc1 <6>[ 1.032220] tun: Universal TUN/TAP device driver, 1.6 <6>[ 1.038973] thunder_xcv, ver 1.0 <6>[ 1.042584] thunder_bgx, ver 1.0 <6>[ 1.046164] nicpf, ver 1.0 <6>[ 1.050959] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 1.058588] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 1.064319] hclge is initializing <6>[ 1.068009] e1000: Intel(R) PRO/1000 Network Driver <6>[ 1.073236] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 1.079406] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 1.084720] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 1.091049] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 1.096806] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 1.102778] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 1.109413] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 1.116305] sky2: driver version 1.30 <6>[ 1.122306] VFIO - User Level meta-driver version: 0.3 <6>[ 1.132078] usbcore: registered new interface driver usb-storage <6>[ 1.143084] i2c_dev: i2c /dev entries driver <6>[ 1.150821] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 1.158609] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 1.171210] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 1.181672] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.188252] sdhci: Copyright(c) Pierre Ossman <6>[ 1.194151] Synopsys Designware Multimedia Card Interface Driver <6>[ 1.202010] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.584036] Freeing initrd memory: 63980K <6>[ 5.593238] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.602547] usbcore: registered new interface driver usbhid <6>[ 5.608504] usbhid: USB HID core driver <6>[ 5.614202] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.623912] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 5.639957] NET: Registered PF_PACKET protocol family <6>[ 5.645498] 9pnet: Installing 9P2000 support <5>[ 5.650172] Key type dns_resolver registered <6>[ 5.668263] registered taskstats version 1 <5>[ 5.672908] Loading compiled-in X.509 certificates <6>[ 5.688448] Demotion targets for Node 0: null <6>[ 5.699730] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 <6>[ 5.709313] serial serial0: tty port ttyAMA0 registered <6>[ 5.722827] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 5.738227] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 5.745970] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 5.854482] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 5.873433] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 5.912032] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 5.929708] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <6>[ 6.005718] mmc0: new high speed SDIO card at address 0001 <6>[ 6.045538] mmc1: new ultra high speed DDR50 SDXC card at address aaaa <6>[ 6.053197] mmcblk1: mmc1:aaaa SD256 238 GiB <6>[ 6.059877] mmcblk1: p1 p2 <6>[ 18.217195] clk: Disabling unused clocks <6>[ 18.221510] PM: genpd: Disabling unused power domains <6>[ 18.226963] ALSA device list: <6>[ 18.230294] No soundcards found. <6>[ 18.242583] Freeing unused kernel memory: 10240K <6>[ 18.247675] Run /init as init process <30>[ 18.284852] systemd[1]: System time before build time, advancing clock. <6>[ 18.305626] NET: Registered PF_INET6 protocol family <6>[ 18.312075] Segment Routing with IPv6 <6>[ 18.316120] In-situ OAM (IOAM) with IPv6 <30>[ 18.339661] 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.373445] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.393411] systemd[1]: Hostname set to . <30>[ 18.714657] systemd[1]: Queued start job for default target graphical.target. <30>[ 18.753504] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m - Slice /system/getty. <30>[ 18.782889] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [[0;32m OK [0m] Created slice [0;1;39msystem-modpr…lice[0m - Slice /system/modprobe. <30>[ 18.810825] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [[0;32m OK [0m] Created slice [0;1;39msystem-seria…[0m - Slice /system/serial-getty. <30>[ 18.838493] systemd[1]: Created slice user.slice - User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39muser.slice[0m - User and Session Slice. <30>[ 18.861541] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo…quests to Console Directory Watch. <30>[ 18.889521] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo… Requests to Wall Directory Watch. <30>[ 18.917343] systemd[1]: proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/binfmt_misc). <30>[ 18.937423] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 18.961286] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.…get[0m - Local Encrypted Volumes. <30>[ 18.989308] 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.017329] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 19.041281] 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.065270] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 19.089282] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 19.109321] 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.137613] 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.166313] 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.193838] 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.221850] 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.249870] 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.277705] 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.345485] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 19.373660] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 19.441501] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 19.465743] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 19.486143] 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.518173] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 19.550100] 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.566205] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev <30>[ 19.601783] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 19.634278] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore... <30>[ 19.666120] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <30>[ 19.705335] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 19.734752] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 19.766239] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Starting [0;1;39msystemd-network-g… units from Kernel command line... <30>[ 19.798141] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Starting [0;1;39msystemd-remount-f…nt Root and Kernel File Systems... <30>[ 19.853788] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 19.888246] systemd[1]: Started systemd-journald.service - Journal Service. [[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. [[0;32m OK [0m] Mounted [0;1;39mdev-hugepages.mount[0m - Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[…- POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodes…reate List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod. [[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. [[0;32m OK [0m] Finished [0;1;39msystemd-modules-l…service[0m - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-network-g…rk units from Kernel command line. [[0;1;31mFAILED[0m] Failed to start [0;1;39msystemd-re…ount Root and Kernel File Systems. See 'systemctl status systemd-remount-fs.service' for details. [[0;32m OK [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network. Mounting [0;1;39msys-kernel-config…ernel Configuration File System... Starting [0;1;39msystemd-journal-f…h Journal to Persistent Storage... <46>[ 20.322861] systemd-journald[107]: Received client request to flush runtime journal. Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. [[0;32m OK [0m] Finished [0;1;39msystemd-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-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Reached target [0;1;39msysinit.target[0m - System Initialization. [[0;32m OK [0m] Started [0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target [0;1;39mtime-set.target[0m - System Time Set. [[0;32m OK [0m] Started [0;1;39mfstrim.timer[0m - Discard unused blocks once a week. [[0;32m OK [0m] Reached target [0;1;39mtimers.target[0m - Timer Units. [[0;32m OK [0m] Listening on [0;1;39mdbus.socket[…- D-Bus System Message Bus Socket. [[0;32m OK [0m] Reached target [0;1;39msockets.target[0m - Socket Units. [[0;32m OK [0m] Reached target [0;1;39mbasic.target[0m - Basic System. Starting [0;1;39mdbus.service[0m - D-Bus System Message Bus... Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] 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] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[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] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. <6>[ 21.685451] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 21.709618] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 21.725627] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <6>[ 21.733193] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <4>[ 21.734519] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 21.746956] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... <6>[ 21.809620] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 21.821557] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 21.827584] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 21.838556] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 PCIe Root Port <6>[ 21.846355] pci 0000:00:00.0: PCI bridge to [bus 01] [[0;32m<6>[ 21.851717] pci 0000:00:00.0: bridge window [mem 0xc0000000-0xc00fffff] OK [<6>[ 21.859681] pci 0000:00:00.0: PME# supported from D0 D3hot 0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. <4>[ 21.878380] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator <4>[ 21.886347] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator <4>[ 21.894289] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator <6>[ 21.930796] Bluetooth: Core ver 2.22 <6>[ 21.935390] NET: Registered PF_BLUETOOTH protocol family <6>[ 21.941167] Bluetooth: HCI device and connection manager initialized <6>[ 21.941200] Bluetooth: HCI socket layer initialized <6>[ 21.941213] Bluetooth: L2CAP socket layer initialized <6>[ 21.958680] Bluetooth: SCO socket layer initialized <5>[ 21.962352] cfg80211: Loading compiled-in X.509 certificates for regulatory database Debian GNU/Linux 12 debian-bookworm-arm64 ttyS1 debian-bookworm-arm64 login: root (automatic login) <6>[ 22.002295] Bluetooth: HCI UART driver ver 2.3 <6>[ 22.002521] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 22.007331] Bluetooth: HCI UART protocol H4 registered <5>[ 22.015350] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Linux de<6>[ 22.017196] brcm-pcie fd500000.pcie: clkreq-mode set to default bian-boo<6>[ 22.019297] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) kworm-ar<5>[ 22.026322] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' m64 6.11<6>[ 22.032440] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 PCIe Endpoint .0-rc5 #<6>[ 22.043999] [drm] Initialized v3d 1.0.0 for fec00000.gpu on minor 0 1 SMP PR<6>[ 22.048018] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00000fff 64bit] EEMPT Th<4>[ 22.056342] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 u Aug 29<6>[ 22.059747] Bluetooth: HCI UART protocol LL registered 04:34:5<6>[ 22.060179] Bluetooth: HCI UART protocol Broadcom registered 6 UTC 20<6>[ 22.060254] Bluetooth: HCI UART protocol QCA registered 24 aarch<6>[ 22.060319] Bluetooth: HCI UART protocol Marvell registered 64 Th<6>[ 22.064159] pci 0000:01:00.0: PME# supported from D0 D3hot e progra<6>[ 22.081268] cfg80211: failed to load regulatory.db ms inclu<4>[ 22.087005] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator ded with<6>[ 22.088358] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) the Debian GNU/Linux system are free software; the exact distribution terms for each program are descr<4>[ 22.143263] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator ibed in <6>[ 22.146170] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) the ind<4>[ 22.148936] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. ividual <6>[ 22.154653] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]: assigned files in<6>[ 22.179296] pci 0000:01:00.0: BAR 0 [mem 0x600000000-0x600000fff 64bit]: assigned /usr/sh<6>[ 22.187489] pci 0000:00:00.0: PCI bridge to [bus 01] are/doc/<6>[ 22.193517] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] */copyright. Debian G<6>[ 22.202964] pci_bus 0000:00: resource 4 [mem 0x600000000-0x603ffffff] NU/Linux<6>[ 22.210539] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) comes w<6>[ 22.211305] pci_bus 0000:01: resource 1 [mem 0x600000000-0x6000fffff] ith ABSO<6>[ 22.219050] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) LUTELY N<6>[ 22.225690] pcieport 0000:00:00.0: enabling device (0000 -> 0002) O WARRAN<6>[ 22.233866] bcm2835-audio bcm2835-audio: card created with 8 channels TY, to t<6>[ 22.235846] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) he exten<6>[ 22.235953] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) t permi<6>[ 22.236032] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) tted by <6>[ 22.236083] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) applicab<6>[ 22.238772] [drm] Initialized vc4 0.0.0 for gpu on minor 1 le law. <6>[ 22.240061] pcieport 0000:00:00.0: PME: Signaling with IRQ 46 / # <6>[ 22.249204] vc4-drm gpu: [dr m] Cannot find any crtc or sizes <6>[ 22.255689] pcieport 0000:00:00.0: AER: enabled with IRQ 46 <6>[ 22.265663] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 22.311328] vc4-drm gpu: [drm] Cannot find any crtc or sizes / # # <6>[ 22.402354] bcmgenet fd580000.ethernet end0: renamed from eth0 #<6>[ 22.427736] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <4>[ 22.436825] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 <4>[ 22.449165] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <6>[ 22.456674] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 22.465003] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 22.473172] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 / # <6>[ 22.483370] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 22.488954] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 22.496745] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 22.503817] hub 1-0:1.0: USB hub found <6>[ 22.507954] hub 1-0:1.0: 1 port detected <6>[ 22.512834] hubexport SHELL=/bin/sh 2-0:1.0: USB hub found <6>[ 22.516969] hub 2-0:1.0: 4 ports detected <6>[ 22.521332] Bluetooth: hci0: BCM: chip id 107 <6>[ 22.526349] Bluetooth: hci0: BCM: features 0x2f <6>[ 22.532758] Bluetooth: hci0: BCM4345C0 <6>[ 22.536835] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 <3>[ 22.543217] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 22.550193] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' <3>[ 22.557604] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 22.563076] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,4-model-b.hcd' <3>[ 22.569959] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' export SL=/bin/s / # . /lava-667703/environment . /lava-667703/environment / # /lava-667703/bin/lava-test-runner /lava-667703/0 <6>[ 22.765116] usb 1-1: new high-speed USB device number 2 using xhci_hcd /lava-667703/bin/lava-test-runner /lava-667703/0 + export TESTRUN_ID=0_igt-<8>[ 22.855980] kms-vc4 + cd /lava-667703/0/tests/0_igt-kms-vc4 + cat uuid + UUID=667703_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.883693] 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 vc<14>[ 22.905284] [IGT] core_auth: executing 4_wait_bo vc4_wa<14>[ 22.910204] [IGT] core_auth: starting subtest getclient-simple it_seqno<14>[ 22.917516] [IGT] core_auth: finished subtest getclient-simple, SUCCESS IGT-Ve<6>[ 22.924929] hub 1-1:1.0: USB hub found rsion: 1<14>[ 22.925316] [IGT] core_auth: exiting, ret=0 .28-ga44<6>[ 22.929980] hub 1-1:1.0: 4 ports detected ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=17<8>[ 22.945061] 06305720 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card1 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 22.968676] [IGT] core_auth: executing IGT-Vers<14>[ 22.973405] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<14>[ 22.980933] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS 8-ga44eb<14>[ 22.989160] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<8>[ 22.999422] 305720 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card1 [1mSubtest getclient-master-drop: SUCCESS (0.000s)[0m <14>[ 23.023003] [IGT] core_auth: executing IGT-Vers<14>[ 23.027523] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 23.033869] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-ga44eb<14>[ 23.040971] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<8>[ 23.051165] 305720 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 23.074307] [IGT] core_auth: executing IGT-Vers<14>[ 23.078837] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 Starting subtest: many-magics <14>[ 23.099383] [IGT] core_auth: finished subtest many-magics, SUCCESS Reopenin<14>[ 23.106608] [IGT] core_auth: exiting, ret=0 g device failed after 1020 opens [1mSubtest many-magics: SUCCE<8>[ 23.116838] SS (0.014s)[0m <8>[ 23.125967] <14>[ 23.162504] [IGT] core_getclient: executing IGT-Vers<14>[ 23.167496] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using <8>[ 23.177927] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 23.217954] [IGT] core_getstats: executing IGT-Vers<14>[ 23.222847] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using <8>[ 23.233194] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 23.273727] [IGT] core_getversion: executing IGT-Vers<14>[ 23.278814] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using <8>[ 23.289320] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 23.328906] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 23.334760] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using <8>[ 23.345768] IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <8>[ 23.372931] <14>[ 23.393915] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305721 for randomisation<6>[ 23.407489] vc4-drm gpu: [drm] Cannot find any crtc or sizes Opened device: /dev/dri/card1 <3>[ 23.469177] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 <14>[ 23.546924] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 23.553075] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest: invalid-buffer [1mSubtest invalid-bu<14>[ 23.564415] [IGT] drm_read: exiting, ret=0 ffer: SUCCESS (0.000s)[0m <8>[ 23.574686] <14>[ 23.597242] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 <14>[ 23.742671] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 23.748796] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest: fault-buffer [1mSubtest fault-buffer<14>[ 23.759786] [IGT] drm_read: exiting, ret=0 : SUCCESS (0.000s)[0m <8>[ 23.770183] <14>[ 23.792742] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 <14>[ 23.938351] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 24.944314] [IGT] drm_read: finished subtest empty-block, SUCCESS est empty-block: SUCCESS (1.000s)[0m <14>[ 24.955430] [IGT] drm_read: exiting, ret=0 <8>[ 24.965573] <14>[ 24.987834] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card1 <14>[ 25.132678] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 25.138834] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest: empty-nonblock [1mSubtest empty-nonb<14>[ 25.150215] [IGT] drm_read: exiting, ret=0 lock: SUCCESS (0.000s)[0m <8>[ 25.160308] <14>[ 25.182656] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card1 <14>[ 25.328654] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 25.335171] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest: short-buffer-block [1mSubtest short-<14>[ 25.346896] [IGT] drm_read: exiting, ret=0 buffer-block: SUCCESS (0.000s)[0m <8>[ 25.356985] <14>[ 25.380003] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card1 <14>[ 25.526643] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 25.533423] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest: short-buffer-nonblock [1mSubtest sho<14>[ 25.545460] [IGT] drm_read: exiting, ret=0 rt-buffer-nonblock: SUCCESS (0.000s)[0m <8>[ 25.555671] <14>[ 25.579015] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card1 <14>[ 25.725531] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 57.945170] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est short-buffer-wakeup: SUCCESS (32.213s)[0m <14>[ 57.957650] [IGT] drm_read: exiting, ret=0 <8>[ 57.968622] <8>[ 57.978102] <8>[ 58.004045] <14>[ 58.028270] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 <14>[ 58.037868] [IGT] kms_addfb_basic: starting subtest unused-handle aarch64)<14>[ 58.044910] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-handle [1mSubtest unused-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement n<14>[ 58.078781] [IGT] kms_addfb_basic: exiting, ret=0 ot met in function igt_require_intel, file ../lib/drmtest.c:880: Test r<8>[ 58.090833] equirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.116502] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 <14>[ 58.125727] [IGT] kms_addfb_basic: starting subtest unused-pitches aarch64)<14>[ 58.133246] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement<14>[ 58.167282] [IGT] kms_addfb_basic: exiting, ret=0 not met in function igt_require_intel, file ../lib/drmtest.c:880: Test<8>[ 58.178907] requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.204848] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 <14>[ 58.214251] [IGT] kms_addfb_basic: starting subtest unused-offsets aarch64)<14>[ 58.221432] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-offsets [1mSubtest unused-offsets: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test req<14>[ 58.255121] [IGT] kms_addfb_basic: exiting, ret=0 uirement not met in function igt_require_intel, file ../lib/drmtest.c:88<8>[ 58.266617] 0: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.292621] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 <14>[ 58.302361] [IGT] kms_addfb_basic: starting subtest unused-modifier aarch64)<14>[ 58.309583] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-modifier [1mSubtest unused-modifier: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test r<14>[ 58.343423] [IGT] kms_addfb_basic: exiting, ret=0 equirement not met in function igt_require_intel, file ../lib/drmtest.c:<8>[ 58.354847] 880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.380973] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 <14>[ 58.390334] [IGT] kms_addfb_basic: starting subtest clobberred-modifier aarch64)<14>[ 58.397877] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: clobberred-modifier Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest clobberred-modifier: SKIP (0.000s)[0m Test requirement not met in<14>[ 58.433988] [IGT] kms_addfb_basic: exiting, ret=77 function igt_require_intel, file ../lib/drmtest.c:880: Test requiremen<8>[ 58.445441] 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/d<14>[ 58.472094] [IGT] kms_addfb_basic: executing rmtest.c:880: Test requirement: is_intel_device(fd) IGT-Versio<14>[ 58.482120] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete n: 1.28-<14>[ 58.490888] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-smem-bo-on-discrete Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.525500] [IGT] kms_addfb_basic: exiting, ret=77 [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requir<8>[ 58.536881] ement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is<14>[ 58.564142] [IGT] kms_addfb_basic: executing _intel_device(fd) Test requirement not met in function <14>[ 58.573973] [IGT] kms_addfb_basic: starting subtest legacy-format igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aa<14>[ 58.592758] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS rch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: legacy-format Successfully fuzzed 10000 {bpp, depth} variations [1mSubtest legacy-format: SUCCESS (0.012s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: <14>[ 58.627132] [IGT] kms_addfb_basic: exiting, ret=0 Test requirement: is_intel_device(fd) Test requirement not met in funct<8>[ 58.638747] ion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.664991] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 58.677063] [IGT] kms_addfb_basic: starting subtest no-handle 305756 f<14>[ 58.684294] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS or randomisation Opened device: /dev/dri/card1 Starting subtest: no-handle [1mSubtest no-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in functi<14>[ 58.716078] [IGT] kms_addfb_basic: exiting, ret=0 on igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_i<8>[ 58.727451] ntel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.752762] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 58.764667] [IGT] kms_addfb_basic: starting subtest basic 305756 f<14>[ 58.771595] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS or randomisation Opened device: /dev/dri/card1 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in functi<14>[ 58.802091] [IGT] kms_addfb_basic: exiting, ret=0 on igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_i<8>[ 58.813598] ntel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.838686] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 58.850983] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 305756 f<14>[ 58.857708] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS or randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-0 [1mSubtest bad-pitch-0: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not m<14>[ 58.888802] [IGT] kms_addfb_basic: exiting, ret=0 et in function igt_require_intel, file ../lib/drmtest.c:880: Test requi<8>[ 58.900534] 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) <14>[ 58.926262] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 58.938619] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 305756 f<14>[ 58.945363] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS or randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-32 [1mSubtest bad-pitch-32: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not<14>[ 58.976509] [IGT] kms_addfb_basic: exiting, ret=0 met in function igt_require_intel, file ../lib/drmtest.c:880: Test req<8>[ 58.988267] uirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.014509] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 59.026775] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 305756 f<14>[ 59.034051] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS or randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-63 [1mSubtest bad-pitch-63: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not<14>[ 59.065083] [IGT] kms_addfb_basic: exiting, ret=0 met in function igt_require_intel, file ../lib/drmtest.c:880: Test req<8>[ 59.076843] uirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.102878] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 59.115242] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 305756 f<14>[ 59.122403] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS or randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-128 [1mSubtest bad-pitch-128: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement n<14>[ 59.153525] [IGT] kms_addfb_basic: exiting, ret=0 ot met in function igt_require_intel, file ../lib/drmtest.c:880: Test r<8>[ 59.165383] equirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.191331] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 59.203531] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 305756 f<14>[ 59.210853] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS or rando<46>[ 59.218924] systemd-journald[107]: 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. misation<46>[ 59.241002] systemd-journald[107]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. Opened device: /dev/dri/card1 Starting subtest: bad-pitch-256 [1mSubtest bad-pitch-256: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, fi<14>[ 59.282300] [IGT] kms_addfb_basic: exiting, ret=0 le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test re<8>[ 59.294065] quirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.320054] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 59.332191] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 305757 f<14>[ 59.339375] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS or randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-1024 [1mSubtest bad-pitch-1024: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement<14>[ 59.370712] [IGT] kms_addfb_basic: exiting, ret=0 not met in function igt_require_intel, file ../lib/drmtest.c:880: Test<8>[ 59.382482] requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.408731] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 59.421012] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 305757 f<14>[ 59.428314] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS or randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-999 [1mSubtest bad-pitch-999: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement n<14>[ 59.459615] [IGT] kms_addfb_basic: exiting, ret=0 ot met in function igt_require_intel, file ../lib/drmtest.c:880: Test r<8>[ 59.471382] equirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.497521] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706<14>[ 59.509861] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 305757 f<14>[ 59.516886] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS or randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-65536 [1mSubtest bad-pitch-65536: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requireme<14>[ 59.548486] [IGT] kms_addfb_basic: exiting, ret=0 nt not met in function igt_require_intel, file ../lib/drmtest.c:880: Te<8>[ 59.560150] st requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.586005] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305757 for randomisation<14>[ 59.600100] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any Opened<14>[ 59.607972] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS device: /dev/dri/card1 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test<14>[ 59.638220] [IGT] kms_addfb_basic: exiting, ret=0 requirement not met in function igt_require_intel, file ../lib/drmtest.<8>[ 59.649469] c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.676204] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305757 for randomisation<14>[ 59.690254] [IGT] kms_addfb_basic: starting subtest invalid-get-prop Opened<14>[ 59.698035] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS device: /dev/dri/card1 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test require<14>[ 59.727480] [IGT] kms_addfb_basic: exiting, ret=0 ment not met in function igt_require_intel, file ../lib/drmtest.c:880: <8>[ 59.738925] Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.764949] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305757 for randomisation<14>[ 59.779108] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any Opened<14>[ 59.786959] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS device: /dev/dri/card1 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test require<14>[ 59.817321] [IGT] kms_addfb_basic: exiting, ret=0 ment not met in function igt_require_intel, file ../lib/drmtest.c:880: <8>[ 59.829138] Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.855670] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305757 for randomisation<14>[ 59.869766] [IGT] kms_addfb_basic: starting subtest invalid-set-prop Opened<14>[ 59.877234] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS device: /dev/dri/card1 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test require<14>[ 59.907121] [IGT] kms_addfb_basic: exiting, ret=0 ment not met in function igt_require_intel, file ../lib/drmtest.c:880: <8>[ 59.918487] Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.944729] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dr<14>[ 59.961329] [IGT] kms_addfb_basic: starting subtest master-rmfb i/card1 <14>[ 59.968170] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS Starting subtest: master-rmfb [1mSubtest master-rmfb: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not m<14>[ 59.994722] [IGT] kms_addfb_basic: exiting, ret=0 et in function igt_require_intel, file ../lib/drmtest.c:880: Test requi<8>[ 60.006610] 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) <14>[ 60.032756] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 <14>[ 60.051560] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag Starting<14>[ 60.059261] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS subtest: addfb25-modifier-no-flag [1mSubtest addfb25-modifier-no-flag: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test require<14>[ 60.084946] [IGT] kms_addfb_basic: exiting, ret=0 ment: is_intel_device(fd) Test requirement not met in function igt_requ<8>[ 60.096251] ire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 60.123077] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 <14>[ 60.141553] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier Starting<14>[ 60.148863] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, SUCCESS subtest: addfb25-bad-modifier [1mSubtest addfb25-bad-modifier: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_d<14>[ 60.174618] [IGT] kms_addfb_basic: exiting, ret=0 evice(fd) Test requirement not met in function igt_require_intel, file <8>[ 60.186127] ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 60.212382] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-mismatch-legacy: SKIP (0.000s)[0m Test requirem<14>[ 60.248006] [IGT] kms_addfb_basic: exiting, ret=77 ent not met in function igt_require_intel, file ../lib/drmtest.c:880: T<8>[ 60.259883] est requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 60.287211] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not m<14>[ 60.323095] [IGT] kms_addfb_basic: exiting, ret=77 et in function igt_require_intel, file ../lib/drmtest.c:880: Test requi<8>[ 60.334781] 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) <14>[ 60.361884] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (0.000s)[0m Tes<14>[ 60.397191] [IGT] kms_addfb_basic: exiting, ret=77 t requirement not met in function igt_require_intel, file ../lib/drmtest<8>[ 60.408591] .c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 60.436353] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 60.471831] [IGT] kms_addfb_basic: exiting, ret=77 :880: Test requirement: is_intel_device(fd) [1mSubtest basic-x-tiled-<8>[ 60.483493] legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 60.510008] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 60.545936] [IGT] kms_addfb_basic: exiting, ret=77 :880: Test requirement: is_intel_device(fd) [1mSubtest framebuffer-vs<8>[ 60.557273] -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) <14>[ 60.584210] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/d<14>[ 60.619854] [IGT] kms_addfb_basic: exiting, ret=77 rmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest tile-p<8>[ 60.631170] itch-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) <14>[ 60.657766] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 60.693329] [IGT] kms_addfb_basic: exiting, ret=77 :880: Test requirement: is_intel_device(fd) [1mSubtest basic-y-tiled-<8>[ 60.704918] legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 60.731567] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/d<14>[ 60.766584] [IGT] kms_addfb_basic: starting subtest size-max rmtest.c<14>[ 60.772978] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS :880: Test requ<14>[ 60.781065] [IGT] kms_addfb_basic: exiting, ret=0 irement: is_intel_device(fd) Starting subtest: size-max [1mSubtest si<8>[ 60.792884] ze-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) <14>[ 60.818818] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requ<14>[ 60.855376] [IGT] kms_addfb_basic: starting subtest too-wide irement:<14>[ 60.862332] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS is_intel_device<14>[ 60.870408] [IGT] kms_addfb_basic: exiting, ret=0 (fd) Starting subtest: too-wide [1mSubtest too-wide: SUCCESS (0.000s)<8>[ 60.882424] [0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 60.908617] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 60.945777] [IGT] kms_addfb_basic: starting subtest too-high est requ<14>[ 60.952452] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS irement:<14>[ 60.960471] [IGT] kms_addfb_basic: exiting, ret=0 is_intel_device(fd) Starting subtest: too-high [1mSubtest too-high: SUCCESS <8>[ 60.971985] (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 60.999324] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 61.036467] [IGT] kms_addfb_basic: starting subtest bo-too-small est requ<14>[ 61.043450] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS irement: is_inte<14>[ 61.051947] [IGT] kms_addfb_basic: exiting, ret=0 l_device(fd) Starting subtest: bo-too-small [1mSubtest bo-too-small: SUCCESS <8>[ 61.064081] (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 61.091727] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 61.128735] [IGT] kms_addfb_basic: starting subtest small-bo :880: T<14>[ 61.135286] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS est requ<14>[ 61.143318] [IGT] kms_addfb_basic: exiting, ret=0 irement: is_intel_device(fd) Starting subtest: small-bo [1mSubtest small-bo: <8>[ 61.154847] SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 61.181586] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 61.218624] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling :880: T<14>[ 61.226693] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP est requirement:<14>[ 61.236045] [IGT] kms_addfb_basic: exiting, ret=77 is_intel_device(fd) Starting subtest: bo-too-small-due-to-tiling Test require<8>[ 61.248390] ment not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest bo-too-small-due-to-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, <14>[ 61.276594] [IGT] kms_addfb_basic: executing file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_<14>[ 61.315043] [IGT] kms_addfb_basic: exiting, ret=77 intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test r<8>[ 61.327184] equirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-legacy: SKIP (0.000s)[0m <14>[ 61.355395] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requ<14>[ 61.393023] [IGT] kms_addfb_basic: exiting, ret=77 irement: is_intel_device(fd) Test requirement not met in function igt_require_i<8>[ 61.405149] ntel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-yf-tiled-legacy: SKIP (0.000s)[0m <14>[ 61.433338] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 61.471028] [IGT] kms_addfb_basic: exiting, ret=77 est requirement: is_intel_device(fd) Test requirement not met in function igt_r<8>[ 61.482900] equire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-small-legacy: SKIP (0.000s)[0m <14>[ 61.511763] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requ<14>[ 61.549392] [IGT] kms_addfb_basic: exiting, ret=77 irement: is_intel_device(fd) Test requirement not met in function igt_require_i<8>[ 61.561591] ntel, file ../lib/drmtes<8>[ 61.571431] t.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m <8>[ 61.599223] <14>[ 61.624564] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 <14>[ 61.642182] [IGT] kms_atomic: starting subtest plane-overlay-legacy Starting subtest: plane-<14>[ 61.650350] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 overlay-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 61.933954] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 61.941967] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS est pipe<14>[ 61.950311] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.275s)[0m [1mSubtest plane-overlay-legacy: SUCCESS <8>[ 61.962051] (0.293s)[0m <14>[ 61.989657] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card1 <14>[ 62.007601] [IGT] kms_atomic: starting subtest plane-primary-legacy Starting subtest<14>[ 62.015663] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:403) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:403) 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:403) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:403) 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 [+0xc5395cd0] #7 [+0xc53924b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xc53924f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "pixel blend mode" to 0x0/0 (kms_<14>[ 63.571062] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL atomic:4<14>[ 63.578608] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL 03) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff<14>[ 63.591326] [IGT] kms_atomic: exiting, ret=98 /65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: E.17<8>[ 63.603725] , fb 0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "SRC_<14>[ 63.631496] [IGT] kms_atomic: executing W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X<14>[ 63.650311] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos " to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:403) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: HDMI-A-1: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:403) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: HDMI-A-2: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:403) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:403) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: } (kms_atomic:403) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:403) igt_kms-CRITICAL: Test ass<14>[ 63.834101] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP ertion failure function kmstest_dumb_create, file ../lib/igt_kms<14>[ 63.847941] [IGT] kms_atomic: exiting, ret=77 .c:1295: (kms_atomic:403) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), (<8>[ 63.860235] (((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:403) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomi<14>[ 63.889813] [IGT] kms_atomic: executing c:403) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:403) igt_core-INFO: Stack trace: (kms_atomic:403) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_as<14>[ 63.907883] [IGT] kms_atomic: starting subtest plane-immutable-zpos sert() (kms_atomic:403)<14>[ 63.916479] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:403) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:403) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:403) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:403) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:403) igt_core-INFO: #6 [+0xc5395cd0] (kms_atomic:403) igt_core-INFO: #7 [+0xc53924b8] (kms_atomic:403) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:403) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:403) igt_core-INFO: #10 [+0xc53924f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.548s)[0m [1mSubtest plane-primary-legacy: FAIL (1.564s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-primary-overlay-mutable-zpos No dynamic tests executed. [1mSubtest plane-primary-overlay-mutable-zpos: SKIP (0.176s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-immutable-zpos Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 64.099165] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 64.106932] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP not met in function igt_require_pipe_crc, file ../lib/i<14>[ 64.119595] [IGT] kms_atomic: exiting, ret=77 gt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, <8>[ 64.131195] 0) == 0 CRCs not supported on this platform Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.175s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.192s)[<14>[ 64.158737] [IGT] kms_atomic: executing 0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card1 <14>[ 64.177234] [IGT] kms_atomic: starting subtest test-only Starting subtest: test-only <14>[ 64.359044] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 64.535638] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 64.543681] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 64.551080] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.169s)[0m [1mSubtest test-only: SUCCESS (0.361s)[0<8>[ 64.562762] m <14>[ 64.589445] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card1 <14>[ 64.607750] [IGT] kms_atomic: starting subtest plane-cursor-legacy Starting subtest: plane-<14>[ 64.615752] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 64.814621] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 64.822652] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 64.830979] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.191s)[0m [1mSubtest plane-cursor-legacy: SUCCESS (<8>[ 64.842848] 0.208s)[0m <14>[ 64.870674] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card1 <14>[ 64.888503] [IGT] kms_atomic: starting subtest plane-invalid-params Starting subtest: plane-<14>[ 64.897076] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 invalid-params Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:418) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:418) 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:418) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:418) 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 [+0xb48054dc] #7 [+0xb48024b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xb48024f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:418) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: HDMI-A-1: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:418) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: HDMI-A-2: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:418) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:418) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 46 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2e/46 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 54 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x36/54 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 60 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x3c/60 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 265 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x109/265 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: A.0: plane_set_fb(266) (kms_atomic:418) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:418) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:418) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x10a/266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2e/46 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x10a/266 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms<14>[ 66.122554] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL _atomic:<14>[ 66.130478] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL 418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x3c/60 (kms_atomic:418) i<14>[ 66.146071] [IGT] kms_atomic: exiting, ret=98 gt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data:<8>[ 66.163706] A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x109/265 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: A.0: plan<14>[ 66.210849] [IGT] kms_atomic: executing e_set_fb(266) (kms_atomic:418) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:418) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:418) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating pl<14>[ 66.244703] [IGT] kms_atomic: starting subtest plane-invalid-params-fence ane data: A.0, fb 266 (kms_atomic:418) <14>[ 66.255267] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x10a/266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:418) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:418) 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:418) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:418) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:418) igt_core-INFO: Stack trace: (kms_atomic:418) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:418) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:418) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:418) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:418) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:418) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:418) igt_core-INFO: #6 [+0xb48054dc] (kms_atomic:418) igt_core-INFO: #7 [+0xb48024b8] (kms_atomic:418) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:418) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:418) igt_core-INFO: #10 [+0xb48024f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.217s)[0m [1mSubtest plane-invalid-params: FAIL (1.235s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 66.619485] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 66.627284] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP not met in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requirement: <14>[ 66.643528] [IGT] kms_atomic: exiting, ret=77 kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.356s)[0m No dynamic tests exec<8>[ 66.660652] uted. [1mSubtest plane-invalid-params-fence: SKIP (0.375s)[0m <14>[ 66.708429] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card1 <14>[ 66.741591] [IGT] kms_atomic: starting subtest crtc-invalid-params Starting subtest: crtc-invalid-params <14>[ 66.751209] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 67.131983] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 67.140048] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS est pipe<14>[ 67.148413] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.373s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.392s)[0m <8>[ 67.165301] <14>[ 67.211327] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card1 <14>[ 67.244254] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence Starting subtest: crtc-invalid-params-fe<14>[ 67.254400] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 nce Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 67.617668] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 67.625452] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requirement: <14>[ 67.641575] [IGT] kms_atomic: exiting, ret=77 kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.355s)[0m No dynamic tests exec<8>[ 67.658742] uted. [1mSubtest crtc-invalid-params-fence: SKIP (0.374s)[0m <14>[ 67.705217] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card1 <14>[ 67.738956] [IGT] kms_atomic: starting subtest atomic-invalid-params Starting subtest: atomic-invalid-params <14>[ 67.748749] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 68.139960] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 68.148033] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 68.156514] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.383s)[0m [1mSubtest atomic-invalid-params: SUCCESS (0.402s)[0m <8>[ 68.173517] <14>[ 68.219256] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card1 <14>[ 68.252651] [IGT] kms_atomic: starting subtest atomic-plane-damage Starting subtest: atomic-plane-damage No dynam<14>[ 68.616171] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests executed. [1mSubtest atomic-plane-damage: SKIP (0.357s)[0m <14>[ 68.631793] [IGT] kms_atomic: exiting, ret=77 <8>[ 68.648445] <8>[ 68.659633] <8>[ 68.708451] <14>[ 68.752346] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 <14>[ 68.785589] [IGT] kms_flip_event_leak: starting subtest basic Starting subtest: basic <14>[ 68.794462] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 (kms_flip_event_leak:439) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:439) 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:439) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:439) 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 [+0xdd421964] #6 [+0xdd42146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xdd4214b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_flip_eve<14>[ 69.841932] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL nt_leak:<14>[ 69.850655] [IGT] kms_flip_event_leak: finished subtest basic, FAIL 439) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_flip_event_leak:439) igt_kms-<14>[ 69.865727] [IGT] kms_flip_event_leak: exiting, ret=98 DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_i<8>[ 69.881780] dx >= 0 && plane_idx < p<8>[ 69.890904] ipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx <8>[ 69.919685] < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display<14>[ 69.946961] [IGT] kms_prop_blob: executing : Mo<14>[ 69.952675] [IGT] kms_prop_blob: starting subtest basic veCursor<14>[ 69.958713] [IGT] kms_prop_blob: finished subtest basic, SUCCESS pipe D,<14>[ 69.965823] [IGT] kms_prop_blob: exiting, ret=0 (0, 0) (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane<8>[ 69.977896] _idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_flip_event_leak<14>[ 70.005749] [IGT] kms_prop_blob: executing :439) ig<14>[ 70.010961] [IGT] kms_prop_blob: starting subtest blob-prop-core t_kms-DE<14>[ 70.017738] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS BUG: Test requir<14>[ 70.026151] [IGT] kms_prop_blob: exiting, ret=0 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak<8>[ 70.038398] :439) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_<14>[ 70.067309] [IGT] kms_prop_blob: executing flip_event_leak:<14>[ 70.073524] [IGT] kms_prop_blob: starting subtest blob-prop-validate 439) igt<14>[ 70.080945] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS _kms-DEB<14>[ 70.089163] [IGT] kms_prop_blob: exiting, ret=0 UG: display: } (kms_flip_event_leak:439) drmtest-DEBUG: Force option used: Usin<8>[ 70.101160] g driver vc4 (kms_flip_event_leak:439) drmtest-DEBUG: Expected driver "vc4" but got "v3d" (kms_flip_event_leak:439) drmtest-DEBUG: Opened previously opened device: /dev/dri/card1 (kms_flip_event_leak:439) drmtest-DEBUG: Test requirement <14>[ 70.130230] [IGT] kms_prop_blob: executing passed: <14>[ 70.135400] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime !(fd<0) (kms_fl<14>[ 70.143193] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS ip_event<14>[ 70.151577] [IGT] kms_prop_blob: exiting, ret=0 _leak:439) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, for<8>[ 70.163579] mat=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:439) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:439) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd),<14>[ 70.192782] [IGT] kms_prop_blob: executing ((((2U|<14>[ 70.198552] [IGT] kms_prop_blob: starting subtest blob-multiple 1U) << (((0+8)+8<14>[ 70.205716] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS )+14)) |<14>[ 70.214180] [IGT] kms_prop_blob: exiting, ret=0 ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb))<8>[ 70.225828] )) << ((0+8)+8)))), (&create)) == 0 (kms_flip_event_leak:439) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:439) igt_kms-CRITICAL: error: -1 != 0 (kms_flip_event_leak:439) igt_core-INFO: Stack trace: (kms<14>[ 70.254330] [IGT] kms_prop_blob: executing _flip_event_leak<14>[ 70.260099] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any :439) ig<14>[ 70.267625] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS t_core-I<14>[ 70.276135] [IGT] kms_prop_blob: exiting, ret=0 NFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:439) <8>[ 70.288123] igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_flip_event_leak:439) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_flip_event_leak:439) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_<14>[ 70.317239] [IGT] kms_prop_blob: executing with_bo_size() <14>[ 70.323031] [IGT] kms_prop_blob: starting subtest invalid-get-prop (kms_fli<14>[ 70.330214] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS p_event_<14>[ 70.338348] [IGT] kms_prop_blob: exiting, ret=0 leak:439) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_ev<8>[ 70.350366] ent_leak:439) igt_core-INFO: #5 [+0xdd421964] (kms_flip_event_leak:439) igt_core-INFO: #6 [+0xdd42146c] (kms_flip_event_leak:439) igt_core-INFO: #7 [__libc_init_first+0x80] (kms_flip_event_leak:439) igt_core-INFO: #8 [_<14>[ 70.379622] [IGT] kms_prop_blob: executing _libc_st<14>[ 70.385179] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any art_main<14>[ 70.392417] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS +0x98] <14>[ 70.400912] [IGT] kms_prop_blob: exiting, ret=0 (kms_flip_event_leak:439) igt_core-INFO: #9 [+0xdd4214b0] **** END **** <8>[ 70.413409] [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.039s)[0m [1mSubtest basic: FAIL (1.059s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305767 for randomisation Opened device: /dev/dri/card1 Startin<14>[ 70.443379] [IGT] kms_prop_blob: executing g subtest: basic<14>[ 70.449444] [IGT] kms_prop_blob: starting subtest invalid-set-prop [1mSu<14>[ 70.456444] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS btest ba<14>[ 70.464554] [IGT] kms_prop_blob: exiting, ret=0 sic: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-r<8>[ 70.476578] c5 aarch64) Using IGT_S<8>[ 70.486511] RANDOM=1706305767 for randomisation Opened device: /dev/dri/card1 Starting subtest: blob-prop-core [1mSubtest blob-prop-core: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305767 for randomisation Opened device: /dev/dr<8>[ 70.515458] i/card1 Starting subtest: blob-prop-validate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305767 for randomisation Opened device: /dev/dri/card1 Starting s<14>[ 70.543253] [IGT] kms_setmode: executing ubtest: <14>[ 70.548721] [IGT] kms_setmode: starting subtest basic blob-pro<14>[ 70.554802] [IGT] kms_setmode: finished subtest basic, SKIP p-lifeti<14>[ 70.561181] [IGT] kms_setmode: exiting, ret=77 me [1mSubtest blob-prop-lifetime: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44<8>[ 70.573148] ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305767 for randomisation Opened device: /dev/dri/card1 Starting subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64<14>[ 70.601018] [IGT] kms_setmode: executing ) (Linux<14>[ 70.606133] [IGT] kms_setmode: starting subtest basic-clone-single-crtc : 6.11.0<14>[ 70.613498] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP -rc5 aar<14>[ 70.622169] [IGT] kms_setmode: exiting, ret=77 ch64) Using IGT_SRANDOM=1706305767 for randomisation Opened device: /dev/dri/c<8>[ 70.633746] ard1 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/<14>[ 70.662750] [IGT] kms_setmode: executing card1 Starting <14>[ 70.668500] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc subtest:<14>[ 70.676522] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP invalid<14>[ 70.685241] [IGT] kms_setmode: exiting, ret=77 -get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28<8>[ 70.696917] -ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.2<14>[ 70.726622] [IGT] kms_setmode: executing 8-ga44eb<14>[ 70.731643] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc fe (aarch64) (Li<14>[ 70.739951] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP nux: 6.1<14>[ 70.748876] [IGT] kms_setmode: exiting, ret=77 1.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device:<8>[ 70.760814] /dev/dri/card1 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/card1<14>[ 70.790997] [IGT] kms_setmode: executing Starti<14>[ 70.796532] [IGT] kms_setmode: starting subtest clone-exclusive-crtc ng subtest: basi<14>[ 70.804141] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP c Testi<14>[ 70.812321] [IGT] kms_setmode: exiting, ret=77 ng: basic 1 connector combinations Testing: basic 2 connector combinations No <8>[ 70.824308] dynamic tests executed. [1mSubtest basic: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic-clone-si<14>[ 70.853345] [IGT] kms_setmode: executing ngle-crt<14>[ 70.858621] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing c Testi<14>[ 70.866943] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP ng: basic-clone-<14>[ 70.876639] [IGT] kms_setmode: exiting, ret=77 single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest ba<8>[ 70.888853] sic-clone-single-crtc: S<8>[ 70.900241] KIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-clone-single-crtc Testing: invalid-clone-single-crtc 2 connector combinations No dynamic tests ex<8>[ 70.929429] ecuted. [1mSubtest invalid-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-clone-exclusive-cr<14>[ 70.956910] [IGT] kms_vblank: executing tc Testing: invalid-clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version<14>[ 70.976210] [IGT] kms_vblank: starting subtest invalid : 1.28-ga44ebfe (aarch64<14>[ 70.983572] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/card1 Starting subtest: clone-exclusive-crtc Testing: clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-clone-single-crtc-stealing Testing: invalid-clone-single-crtc-stealing 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc-stealing: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:496) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:496) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:496) 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 [+0xd5a6338c] #3 [+0xd5a61c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd5a61cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:496) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:496) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:496) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: <14>[ 75.244782] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL SetC<14>[ 75.252297] [IGT] kms_vblank: finished subtest invalid, FAIL ursor pipe D, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) <14>[ 75.266933] [IGT] kms_vblank: exiting, ret=98 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display:<8>[ 75.284065] Fixing up initial rotation pipe E, plane 0 (kms_vblank:496) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCur<14>[ 75.329641] [IGT] kms_vblank: executing sor pipe E, (0, 0) (kms_vblank:496) igt_kms-DEBUG: display: } (kms_vblank:496) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:496) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:496) igt_kms-CRITICAL: Last errno:<14>[ 75.363277] [IGT] kms_vblank: starting subtest crtc-id 16, Device or resource busy (kms_vblan<14>[ 75.371884] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 k:496) igt_core-INFO: Stack trace: (kms_vblank:496) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:496) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:496) igt_core-INFO: #2 [+0xd5a6338c] (kms_vblank:496) igt_core-INFO: #3 [+0xd5a61c78] (kms_vblank:496) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:496) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:496) igt_core-INFO: #6 [+0xd5a61cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.253s)[0m [1mSubtest invalid: FAIL (4.270s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305773 for randomisation Opened device: /dev/dri/card1 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:499) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:499) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:499) 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 [+0xbd103728] #3 [+0xbd101c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbd101cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:499) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:499) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:499) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:499) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:499) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:499) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: <14>[ 79.596772] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL SetC<14>[ 79.604304] [IGT] kms_vblank: finished subtest crtc-id, FAIL ursor pipe D, disabling (kms_vblank:499) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) <14>[ 79.618842] [IGT] kms_vblank: exiting, ret=98 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499)<8>[ 79.634046] igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:499) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes <14>[ 79.662390] [IGT] kms_vblank: executing (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:<14>[ 79.682561] [IGT] kms_vblank: starting subtest accuracy-idle 499) igt_kms-DEBUG: disp<14>[ 79.690536] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lay: MoveCursor pipe E, (0, 0) (kms_vblank:499) igt_kms-DEBUG: display: } (kms_vblank:499) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:499) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:499) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:499) igt_core-INFO: Stack trace: (kms_vblank:499) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:499) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:499) igt_core-INFO: #2 [+0xbd103728] (kms_vblank:499) igt_core-INFO: #3 [+0xbd101c78] (kms_vblank:499) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:499) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:499) igt_core-INFO: #6 [+0xbd101cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.217s)[0m [1mSubtest crtc-id: FAIL (4.235s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305777 for randomisation Opened device: /dev/dri/card1 Starting subtest: accuracy-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:502) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:502) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:502) 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 [+0xd1b51f94] #3 [+0xd1b52fa0] #4 [+0xd1b531bc] #5 [+0xd1b51c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd1b51cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:502) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:502) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:502) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:502) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:502) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:502) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:502) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:502) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:502) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502<14>[ 83.935863] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 83.943585] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:502) igt_kms-DEBU<14>[ 83.958618] [IGT] kms_vblank: exiting, ret=98 G: display: SetCursor pipe D, disabling (kms_vblank:502) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:502) igt_kms-DE<8>[ 83.976181] BUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:502) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblan<14>[ 84.021784] [IGT] kms_vblank: executing k:502) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:502) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:502) igt_kms-DEBUG: display: } (kms_vblank:502) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:502) igt_kms-CRITIC<14>[ 84.055280] [IGT] kms_vblank: starting subtest query-idle AL: Failed assertion: __igt_vblank_wait(<14>[ 84.064415] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 drm_fd, crtc_offset, 1) == 0 (kms_vblank:502) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:502) igt_core-INFO: Stack trace: (kms_vblank:502) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:502) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:502) igt_core-INFO: #2 [+0xd1b51f94] (kms_vblank:502) igt_core-INFO: #3 [+0xd1b52fa0] (kms_vblank:502) igt_core-INFO: #4 [+0xd1b531bc] (kms_vblank:502) igt_core-INFO: #5 [+0xd1b51c78] (kms_vblank:502) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:502) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:502) igt_core-INFO: #8 [+0xd1b51cb0] **** 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.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305781 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:505) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:505) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:505) 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 [+0xbcbe1f94] #3 [+0xbcbe2fa0] #4 [+0xbcbe31bc] #5 [+0xbcbe1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbcbe1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:505) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:505) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:505) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:505) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:505) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:505) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 88.302193] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :505) ig<14>[ 88.309709] [IGT] kms_vblank: finished subtest query-idle, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:505) igt_kms-DEBUG: Test requir<14>[ 88.324612] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initi<8>[ 88.339688] al rotation pipe E, plane 0 (kms_vblank:505) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: <14>[ 88.368555] [IGT] kms_vblank: executing Fixing up initial rotation pipe E, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:505) igt_kms-DEBUG: display: MoveCursor <14>[ 88.388139] [IGT] kms_vblank: starting subtest query-idle-hang pipe E, <14>[ 88.395392] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP (0, 0) <14>[ 88.402871] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:505) igt_kms-DEBUG: display: } (kms_vblank:505) igt_kms-CRITICAL: T<8>[ 88.414775] est assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:505) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:505) igt_kms-CRITICAL: Last errno: 16, Device or resou<14>[ 88.443557] [IGT] kms_vblank: executing rce busy (kms_vblank:505) igt_core-INFO: Stack trace: (kms_vblank:505) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:505) igt_core-INFO: #1 ..<14>[ 88.463344] [IGT] kms_vblank: starting subtest query-forked /lib/igt_kms.c:5233 igt_<14>[ 88.471998] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 wait_for_vblank_count() (kms_vblank:505) igt_core-INFO: #2 [+0xbcbe1f94] (kms_vblank:505) igt_core-INFO: #3 [+0xbcbe2fa0] (kms_vblank:505) igt_core-INFO: #4 [+0xbcbe31bc] (kms_vblank:505) igt_core-INFO: #5 [+0xbcbe1c78] (kms_vblank:505) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:505) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:505) igt_core-INFO: #8 [+0xbcbe1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.230s)[0m [1mSubtest query-idle: FAIL (4.248s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305786 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305786 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:511) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:511) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:511) 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 [+0xb4561f94] #3 [+0xb4562fa0] #4 [+0xb45631bc] #5 [+0xb4561c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb4561cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:511) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:511) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:511) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:511) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:511) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:511) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:511) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:511) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:511) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 92.639122] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL lank:511<14>[ 92.646849] [IGT] kms_vblank: finished subtest query-forked, FAIL ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:511) igt_<14>[ 92.661816] [IGT] kms_vblank: exiting, ret=98 kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:511) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:511) ig<8>[ 92.679232] t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:511) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblan<14>[ 92.725614] [IGT] kms_vblank: executing k:511) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:511) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:511) igt_kms-DEBUG: display: } (kms_vblank:511) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:511) igt_kms-CRITIC<14>[ 92.758734] [IGT] kms_vblank: starting subtest query-forked-hang AL: Fail<14>[ 92.766271] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP ed asser<14>[ 92.773930] [IGT] kms_vblank: exiting, ret=77 tion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:511) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_v<8>[ 92.790560] blank:511) igt_core-INFO: Stack trace: (kms_vblank:511) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:511) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:511) igt_core-INFO: #2 [+0xb4561f94] (kms_vblank:511) igt_core-INFO: #3 [+0xb4562fa0] (kms_vblank:511) igt_core-INFO: #4 [+0xb45631bc] (kms_vblank:511) igt_core-INFO: #5 [[ 92.836515] [IGT] kms_vblank: executing nknown>+0xb4561c78] (kms_vblank:511) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:511) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:511) igt_core-INFO: #8 [+0xb4561cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.160s)[0m [1mSubtest query-forked: FAIL (4.176s)[0m IGT-Ver<14>[ 92.869878] [IGT] kms_vblank: starting subtest query-busy sion: 1.28-ga44ebfe (aarch64) (Linux: 6.<14>[ 92.879202] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 11.0-rc5 aarch64) Using IGT_SRANDOM=1706305790 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305790 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:517) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:517) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:517) 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 [+0xe6731f94] #3 [+0xe6732fa0] #4 [+0xe67331bc] #5 [+0xe6731c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe6731cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:517) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:517) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:517) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:517) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:517) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:517) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 97.006169] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :517) ig<14>[ 97.013688] [IGT] kms_vblank: finished subtest query-busy, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: pl<14>[ 97.030124] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe<8>[ 97.045064] E, plane 0 (kms_vblank:517) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initi<14>[ 97.074159] [IGT] kms_vblank: executing al rotation pipe E, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:517) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) <14>[ 97.093627] [IGT] kms_vblank: starting subtest query-busy-hang (kms_vbl<14>[ 97.100696] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP ank:517)<14>[ 97.108219] [IGT] kms_vblank: exiting, ret=77 igt_kms-DEBUG: display: } (kms_vblank:517) igt_kms-CRITICAL: Test assertion fa<8>[ 97.120128] ilure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:517) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:517) igt_kms-CRITICAL: Last errno: 16, Device or resource busy<14>[ 97.148803] [IGT] kms_vblank: executing (kms_vblank:517) igt_core-INFO: Stack trace: (kms_vblank:517) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:517) igt_core-INFO: #1 ..<14>[ 97.167750] [IGT] kms_vblank: starting subtest query-forked-busy /lib/igt_kms.c:5233 igt_<14>[ 97.176409] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 wait_for_vblank_count() (kms_vblank:517) igt_core-INFO: #2 [+0xe6731f94] (kms_vblank:517) igt_core-INFO: #3 [+0xe6732fa0] (kms_vblank:517) igt_core-INFO: #4 [+0xe67331bc] (kms_vblank:517) igt_core-INFO: #5 [+0xe6731c78] (kms_vblank:517) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:517) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:517) igt_core-INFO: #8 [+0xe6731cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.119s)[0m [1mSubtest query-busy: FAIL (4.137s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305794 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305794 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:523) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:523) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:523) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc3d31f94] #3 [+0xc3d32fa0] #4 [+0xc3d331bc] #5 [+0xc3d31c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc3d31cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 101.343122] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL lank:523<14>[ 101.350842] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:523) igt_<14>[ 101.366317] [IGT] kms_vblank: exiting, ret=98 kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:523) ig<8>[ 101.383599] t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblan<14>[ 101.430727] [IGT] kms_vblank: executing k:523) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:523) igt_kms-DEBUG: display: } (kms_vblank:523) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:523) igt_kms-CRITICAL: Fail<14>[ 101.464332] [IGT] kms_vblank: starting subtest query-forked-busy-hang ed asser<14>[ 101.472290] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP tion: __<14>[ 101.480399] [IGT] kms_vblank: exiting, ret=77 igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:523) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:52<8>[ 101.497023] 3) igt_core-INFO: Stack trace: (kms_vblank:523) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:523) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:523) igt_core-INFO: #2 [+0xc3d31f94] (kms_vblank:523) igt_core-INFO: #3 [+0xc3d32fa0] (kms_vblank:523) igt_core-INFO: #4 [+0xc3d331bc] (kms_vblank:523) igt_core-INFO: #5 [+0xc3d31c78] (km<14>[ 101.544520] [IGT] kms_vblank: executing s_vblank:523) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:523) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:523) igt_core-INFO: #8 [+0xc3d31cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.159s)[0m [1mSubtest query-forked-busy: FAIL (4.176s)[0m IGT-Version: 1.28-<14>[ 101.577914] [IGT] kms_vblank: starting subtest wait-idle ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aa<14>[ 101.586728] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 rch64) Using IGT_SRANDOM=1706305799 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305799 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:529) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:529) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:529) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xac341f94] #3 [+0xac342fa0] #4 [+0xac3431bc] #5 [+0xac341c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xac341cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:529) ig<14>[ 105.710877] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 105.718421] [IGT] kms_vblank: finished subtest wait-idle, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requir<14>[ 105.733055] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initi<8>[ 105.748140] al rotation pipe E, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: disp<14>[ 105.776233] [IGT] kms_vblank: executing lay: Fixing up initial rotation pipe E, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:529) igt_kms-DEBUG: display: Mov<14>[ 105.795741] [IGT] kms_vblank: starting subtest wait-idle-hang eCursor <14>[ 105.802886] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP pipe E, <14>[ 105.810275] [IGT] kms_vblank: exiting, ret=77 (0, 0) (kms_vblank:529) igt_kms-DEBUG: display: } (kms_vblank:529) igt_kms-CRI<8>[ 105.822330] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:529) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:529) igt_kms-CRITICAL: Last errno: 16,<14>[ 105.850618] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:529) igt_core-INFO: Stack trace: (kms_vblank:529) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:529) igt_co<14>[ 105.869962] [IGT] kms_vblank: starting subtest wait-forked re-INFO: #1 ../lib/igt<14>[ 105.878597] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:529) igt_core-INFO: #2 [+0xac341f94] (kms_vblank:529) igt_core-INFO: #3 [+0xac342fa0] (kms_vblank:529) igt_core-INFO: #4 [+0xac3431bc] (kms_vblank:529) igt_core-INFO: #5 [+0xac341c78] (kms_vblank:529) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:529) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:529) igt_core-INFO: #8 [+0xac341cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.116s)[0m [1mSubtest wait-idle: FAIL (4.134s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305803 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305803 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:535) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:535) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:535) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xabe81f94] #3 [+0xabe82fa0] #4 [+0xabe831bc] #5 [+0xabe81c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xabe81cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 110.047118] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL lank:535<14>[ 110.054837] [IGT] kms_vblank: finished subtest wait-forked, FAIL ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:535) igt_<14>[ 110.069742] [IGT] kms_vblank: exiting, ret=98 kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:535) ig<8>[ 110.087159] t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblan<14>[ 110.133680] [IGT] kms_vblank: executing k:535) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:535) igt_kms-DEBUG: display: } (kms_vblank:535) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:535) igt_kms-CRITICAL: Fail<14>[ 110.167664] [IGT] kms_vblank: starting subtest wait-forked-hang ed asser<14>[ 110.174739] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP tion: __<14>[ 110.182312] [IGT] kms_vblank: exiting, ret=77 igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:535) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:53<8>[ 110.199032] 5) igt_core-INFO: Stack trace: (kms_vblank:535) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:535) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:535) igt_core-INFO: #2 [+0xabe81f94] (kms_vblank:535) igt_core-INFO: #3 [+0xabe82fa0] (kms_vblank:535) igt_core-INFO: #4 [+0xabe831bc] (kms_vblank:535) igt_core-INFO: #5 [+0xabe81c<14>[ 110.245275] [IGT] kms_vblank: executing 78] (kms_vblank:535) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:535) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:535) igt_core-INFO: #8 [+0xabe81cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.161s)[0m [1mSubtest wait-forked: FAIL (4.178s)[0m IGT-Version: 1.28-ga44eb<14>[ 110.279182] [IGT] kms_vblank: starting subtest wait-busy fe (aarch64) (Linux: 6.11.0-rc5 aarch64)<14>[ 110.288061] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 Using IGT_SRANDOM=1706305807 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305807 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:541) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:541) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:541) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xbd841f94] #3 [+0xbd842fa0] #4 [+0xbd8431bc] #5 [+0xbd841c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbd841cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 114.414256] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :541) ig<14>[ 114.421787] [IGT] kms_vblank: finished subtest wait-busy, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requir<14>[ 114.436562] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initi<8>[ 114.451879] al rotation pipe E, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: disp<14>[ 114.479740] [IGT] kms_vblank: executing lay: Fixing up initial rotation pipe E, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:541) igt_kms-DEBUG: display: Mov<14>[ 114.499432] [IGT] kms_vblank: starting subtest wait-busy-hang eCursor <14>[ 114.506507] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP pipe E, <14>[ 114.513871] [IGT] kms_vblank: exiting, ret=77 (0, 0) (kms_vblank:541) igt_kms-DEBUG: display: } (kms_vblank:541) igt_kms-CRI<8>[ 114.525797] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:541) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:541) igt_kms-CRITICAL: Last errno: 16,<14>[ 114.554237] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:541) igt_core-INFO: Stack trace: (kms_vblank:541) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:541<14>[ 114.573177] [IGT] kms_vblank: starting subtest wait-forked-busy ) igt_core-INFO: #1 ../lib/igt<14>[ 114.581974] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:541) igt_core-INFO: #2 [+0xbd841f94] (kms_vblank:541) igt_core-INFO: #3 [+0xbd842fa0] (kms_vblank:541) igt_core-INFO: #4 [+0xbd8431bc] (kms_vblank:541) igt_core-INFO: #5 [+0xbd841c78] (kms_vblank:541) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:541) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:541) igt_core-INFO: #8 [+0xbd841cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.118s)[0m [1mSubtest wait-busy: FAIL (4.136s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305812 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305812 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:547) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:547) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:547) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb23f1f94] #3 [+0xb23f2fa0] #4 [+0xb23f31bc] #5 [+0xb23f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb23f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 118.751119] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL lank:547<14>[ 118.758839] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:547) igt_<14>[ 118.774123] [IGT] kms_vblank: exiting, ret=98 kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:547) ig<8>[ 118.791662] t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (k<14>[ 118.837658] [IGT] kms_vblank: executing ms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:547) igt_kms-DEBUG: display: } (kms_vblank:547) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:547) igt_kms-CRITIC<14>[ 118.871547] [IGT] kms_vblank: starting subtest wait-forked-busy-hang AL: Fail<14>[ 118.879295] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP ed asser<14>[ 118.887400] [IGT] kms_vblank: exiting, ret=77 tion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:547) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_v<8>[ 118.904122] blank:547) igt_core-INFO: Stack trace: (kms_vblank:547) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:547) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:547) igt_core-INFO: #2 [+0xb23f1f94] (kms_vblank:547) igt_core-INFO: #3 [+0xb23f2fa0] (kms_vblank:547) igt_core-INFO: #4 [+0xb23f31bc] (kms_vblank:547) igt_core-INFO: #5 [+0xb23f1c<14>[ 118.951344] [IGT] kms_vblank: executing 78] (kms_vblank:547) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:547) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:547) igt_core-INFO: #8 [+0xb23f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.161s)[0m [1mSubtest wait-forked-busy: FAIL (4.178s)[0m IGT-Version: 1.28-g<14>[ 118.985337] [IGT] kms_vblank: starting subtest ts-continuation-idle a44ebfe (aarch64) (Linux: 6.11.0-rc5 aar<14>[ 118.995710] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ch64) Using IGT_SRANDOM=1706305816 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305816 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:553) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:553) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:553) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd2631f94] #3 [+0xd2632fa0] #4 [+0xd26331bc] #5 [+0xd2631c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd2631cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:553) ig<14>[ 123.118886] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 123.126501] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requir<14>[ 123.141932] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initi<8>[ 123.156989] al rotation pipe E, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing <14>[ 123.187230] [IGT] kms_vblank: executing up initial rotation pipe E, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 123.207219] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang (0, 0) <14>[ 123.215306] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP (kms_vbl<14>[ 123.223519] [IGT] kms_vblank: exiting, ret=77 ank:553) igt_kms-DEBUG: display: } (kms_vblank:553) igt_kms-CRITICAL: Test asse<8>[ 123.235391] rtion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:553) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:553) igt_kms-CRITICAL: Last errno: 16, Device or resource busy<14>[ 123.265202] [IGT] kms_vblank: executing (kms_vblank:553) igt_core-INFO: Stack trace: (kms_vblank:553) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:553) igt_core-INFO: #1 ../lib/igt<14>[ 123.285178] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm _kms.c:5233 igt_wait_for<14>[ 123.294236] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _vblank_count() (kms_vblank:553) igt_core-INFO: #2 [+0xd2631f94] (kms_vblank:553) igt_core-INFO: #3 [+0xd2632fa0] (kms_vblank:553) igt_core-INFO: #4 [+0xd26331bc] (kms_vblank:553) igt_core-INFO: #5 [+0xd2631c78] (kms_vblank:553) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:553) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:553) igt_core-INFO: #8 [+0xd2631cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.115s)[0m [1mSubtest ts-continuation-idle: FAIL (4.134s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305820 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest ts-continuation-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305820 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-dpms-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:559) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:559) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:559) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb0e91f94] #3 [+0xb0e92fa0] #4 [+0xb0e931bc] #5 [+0xb0e91c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb0e91cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559<14>[ 127.455882] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 127.463641] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:559) igt_<14>[ 127.479582] [IGT] kms_vblank: exiting, ret=98 kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:559) ig<8>[ 127.496700] t_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (k<14>[ 127.543730] [IGT] kms_vblank: executing ms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:559) igt_kms-DEBUG: display: } (kms_vblank:559) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:559) igt_km<14>[ 127.576728] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend s-CRITICAL: Failed assertion: __igt_vbla<14>[ 127.587685] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 nk_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:559) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:559) igt_core-INFO: Stack trace: (kms_vblank:559) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:559) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:559) igt_core-INFO: #2 [+0xb0e91f94] (kms_vblank:559) igt_core-INFO: #3 [+0xb0e92fa0] (kms_vblank:559) igt_core-INFO: #4 [+0xb0e931bc] (kms_vblank:559) igt_core-INFO: #5 [+0xb0e91c78] (kms_vblank:559) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:559) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:559) igt_core-INFO: #8 [+0xb0e91cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.154s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (4.171s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305825 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-dpms-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:562) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:562) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:562) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb36e1f94] #3 [+0xb36e2fa0] #4 [+0xb36e31bc] #5 [+0xb36e1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb36e1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 131.822190] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :562) ig<14>[ 131.829717] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requir<14>[ 131.846064] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initi<8>[ 131.861545] al rotation pipe E, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: disp<14>[ 131.891463] [IGT] kms_vblank: executing lay: Fixing up initial rotation pipe E, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:562) igt_kms-DEBUG: display: Mov<14>[ 131.910726] [IGT] kms_vblank: starting subtest ts-continuation-suspend eCursor pipe E, (0, 0) <14>[ 131.919818] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (kms_vblank:562) igt_kms-DEBUG: display: } (kms_vblank:562) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:562) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:562) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:562) igt_core-INFO: Stack trace: (kms_vblank:562) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:562) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:562) igt_core-INFO: #2 [+0xb36e1f94] (kms_vblank:562) igt_core-INFO: #3 [+0xb36e2fa0] (kms_vblank:562) igt_core-INFO: #4 [+0xb36e31bc] (kms_vblank:562) igt_core-INFO: #5 [+0xb36e1c78] (kms_vblank:562) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:562) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:562) igt_core-INFO: #8 [+0xb36e1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.226s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (4.245s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305829 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:565) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:565) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:565) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xbe1b1f94] #3 [+0xbe1b2fa0] #4 [+0xbe1b31bc] #5 [+0xbe1b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbe1b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565<14>[ 136.159828] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 136.167558] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:565) igt_kms-DEBU<14>[ 136.183356] [IGT] kms_vblank: exiting, ret=98 G: display: SetCursor pipe D, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:565) igt_kms-DE<8>[ 136.200949] BUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (k<14>[ 136.247219] [IGT] kms_vblank: executing ms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:565) igt_kms-DEBUG: display: } (kms_vblank:565) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:565) igt_km<14>[ 136.280049] [IGT] kms_vblank: starting subtest ts-continuation-modeset s-CRITICAL: Failed assertion: __igt_vbla<14>[ 136.290576] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 nk_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:565) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:565) igt_core-INFO: Stack trace: (kms_vblank:565) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:565) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:565) igt_core-INFO: #2 [+0xbe1b1f94] (kms_vblank:565) igt_core-INFO: #3 [+0xbe1b2fa0] (kms_vblank:565) igt_core-INFO: #4 [+0xbe1b31bc] (kms_vblank:565) igt_core-INFO: #5 [+0xbe1b1c78] (kms_vblank:565) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:565) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:565) igt_core-INFO: #8 [+0xbe1b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.232s)[0m [1mSubtest ts-continuation-suspend: FAIL (4.249s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:568) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:568) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:568) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc4371f94] #3 [+0xc4372fa0] #4 [+0xc43731bc] #5 [+0xc4371c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc4371cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 140.526175] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :568) ig<14>[ 140.533698] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requir<14>[ 140.549667] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initi<8>[ 140.564953] al rotation pipe E, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: <14>[ 140.594707] [IGT] kms_vblank: executing Fixing up initial rotation pipe E, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor <14>[ 140.614616] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang pipe E, <14>[ 140.622775] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP (0, 0) <14>[ 140.631388] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:568) igt_kms-DEBUG: display: } (kms_vblank:568) igt_kms-CRITICAL: T<8>[ 140.643367] est assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:568) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:568) igt_kms-CRITICAL: Last errno: 16, Device <14>[ 140.672744] [IGT] kms_vblank: executing or resource busy (kms_vblank:568) igt_core-INFO: Stack trace: (kms_vblank:568) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:568) igt_core-INFO:<14>[ 140.692496] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm #1 ../lib/igt_kms.c:5<14>[ 140.701945] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 233 igt_wait_for_vblank_count() (kms_vblank:568) igt_core-INFO: #2 [+0xc4371f94] (kms_vblank:568) igt_core-INFO: #3 [+0xc4372fa0] (kms_vblank:568) igt_core-INFO: #4 [+0xc43731bc] (kms_vblank:568) igt_core-INFO: #5 [+0xc4371c78] (kms_vblank:568) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:568) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:568) igt_core-INFO: #8 [+0xc4371cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.228s)[0m [1mSubtest ts-continuation-modeset: FAIL (4.246s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest ts-continuation-modeset-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:574) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:574) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:574) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xaf141f94] #3 [+0xaf142fa0] #4 [+0xaf1431bc] #5 [+0xaf141c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xaf141cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 144.863190] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL lank:574<14>[ 144.870918] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:574) igt_<14>[ 144.887179] [IGT] kms_vblank: exiting, ret=98 kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:574) ig<8>[ 144.904616] t_kms-DEBUG: Test requirement passed: pl<8>[ 144.916952] ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:574) igt_kms-DEBUG: display: Mov<8>[ 144.966907] eCursor pipe E, (0, 0) (kms_vblank:574) igt_kms-DEBUG: display: } (kms_vblank:574) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:574) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:574) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:574) igt_core-INFO: Stack trace: (kms_vblank:574) igt_core-INFO: <14>[ 145.010914] [IGT] vc4_create_bo: executing #0 ../lib/igt_<14>[ 145.016556] [IGT] vc4_create_bo: exiting, ret=77 core.c:1989 __igt_fail_assert() (kms_vblank:574) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:574<8>[ 145.033514] ) igt_core-INFO: #2 [+0xaf141f94] (kms_vblank:574) igt_core-INFO: #3 [+0xaf142fa0] (kms_vblank:574) igt_core-INFO: #4 [+0xaf1431bc] (kms_vblank:574) igt_core-INFO: #5 [+0xaf141c78] (kms_vblank:574) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:574) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:574) igt_core-INFO: #8 [+0xaf141cb0] **** END **** [1mDyn<14>[ 145.079631] [IGT] vc4_create_bo: executing amic subtest pip<14>[ 145.085590] [IGT] vc4_create_bo: exiting, ret=77 e-A-Writeback-1: FAIL (4.153s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (4.170s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Li<8>[ 145.102418] nux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_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.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305842 <14>[ 145.147739] [IGT] vc4_create_bo: executing for randomisatio<14>[ 145.153551] [IGT] vc4_create_bo: exiting, ret=77 n Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:33<8>[ 145.170536] : Test requirement: igt_vc4_is_v3d(fd) <8>[ 145.181790] Last errno: 2, No such file or directory [1mSubtest create-bo-0: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_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>[ 145.231914] <14>[ 145.275767] [IGT] vc4_dmabuf_poll: executing IGT-Version: 1.2<14>[ 145.281431] [IGT] vc4_dmabuf_poll: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 145.298745] 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>[ 145.347387] [IGT] vc4_dmabuf_poll: executing IGT-Version: 1.2<14>[ 145.352992] [IGT] vc4_dmabuf_poll: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 145.370259] quirement not met in function __igt_unique____re<8>[ 145.383122] al_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>[ 145.433369] <14>[ 145.476114] [IGT] vc4_label_bo: executing IGT-Version: 1.2<14>[ 145.481941] [IGT] vc4_label_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 145.498813] 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>[ 145.545309] [IGT] vc4_label_bo: executing IGT-Version: 1.2<14>[ 145.550622] [IGT] vc4_label_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 145.567610] 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-handle: SKIP (0.000s)[0m <14>[ 145.613982] [IGT] vc4_label_bo: executing IGT-Version: 1.2<14>[ 145.619310] [IGT] vc4_label_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 145.636195] 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>[ 145.682109] [IGT] vc4_label_bo: executing IGT-Version: 1.2<14>[ 145.687690] [IGT] vc4_label_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 145.704570] quirement not met in function __igt_unique____re<8>[ 145.716075] 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>[ 145.766089] <14>[ 145.810113] [IGT] vc4_lookup_fail: executing IGT-Vers<14>[ 145.815566] [IGT] vc4_lookup_fail: starting subtest bad-color-write ion: 1.2<14>[ 145.822581] [IGT] vc4_lookup_fail: finished subtest bad-color-write, SUCCESS 8-ga44eb<14>[ 145.830794] [IGT] vc4_lookup_fail: exiting, ret=0 fe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Starting subtes<8>[ 145.847748] t: bad-color-write [1mSubtest bad-colo<8>[ 145.859130] r-write: SUCCESS (0.000s)[0m <8>[ 145.908988] <14>[ 145.952633] [IGT] vc4_mmap: executing IGT-Version: 1.2<14>[ 145.957684] [IGT] vc4_mmap: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 145.974228] 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>[ 146.019941] [IGT] vc4_mmap: executing IGT-Version: 1.2<14>[ 146.025141] [IGT] vc4_mmap: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.041598] quirement not met in function __igt_uniq<8>[ 146.052340] ue____real_main11, file ../tests/vc4/vc4_mmap.c:17: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No suc<8>[ 146.066310] 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>[ 146.118487] <14>[ 146.161247] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 146.166918] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Test requiremen<8>[ 146.184928] t 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>[ 146.230691] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 146.236401] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305843 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.253611] 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.000s)[0m <14>[ 146.301497] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 146.307210] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.324388] 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-twice: SKIP (0.000s)[0m <14>[ 146.371047] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 146.376753] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test requiremen<8>[ 146.394955] t 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-unpurgeable-twice: SKIP (0.000s)[0m <14>[ 146.441882] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 146.447591] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.464848] 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 access-purgeable-bo-mem: SKIP (0.000s)[0m <14>[ 146.513285] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 146.518952] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.536312] 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 access-purged-bo-mem: SKIP (0.000s)[0m <14>[ 146.582704] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 146.588375] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.605671] 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-unpurgeable-check-retained: SKIP (0.000s)[0m <14>[ 146.653803] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 146.659499] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.676769] 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-unpurgeable-purged: SKIP (0.000s)[0m <14>[ 146.724281] [IGT] vc4_purgeable_bo: executing IGT-Version: 1.2<14>[ 146.730053] [IGT] vc4_purgeable_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.747319] quirement not met in function __igt_unique____re<8>[ 146.758680] al_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest free-purged-bo: SKIP (0.000s)[0m <8>[ 146.808915] <14>[ 146.850244] [IGT] vc4_tiling: executing IGT-Version: 1.2<14>[ 146.856101] [IGT] vc4_tiling: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.872864] quirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-bad-handle: SKIP (0.000s)[0m <14>[ 146.919315] [IGT] vc4_tiling: executing IGT-Version: 1.2<14>[ 146.924496] [IGT] vc4_tiling: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 146.941198] quirement 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 <14>[ 146.987617] [IGT] vc4_tiling: executing IGT-Version: 1.2<14>[ 146.992839] [IGT] vc4_tiling: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.009523] quirement 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-flags: SKIP (0.000s)[0m <14>[ 147.054810] [IGT] vc4_tiling: executing IGT-Version: 1.2<14>[ 147.059952] [IGT] vc4_tiling: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.077095] quirement 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-flags: SKIP (0.000s)[0m <14>[ 147.123620] [IGT] vc4_tiling: executing IGT-Version: 1.2<14>[ 147.128796] [IGT] vc4_tiling: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.145606] quirement 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-modifier: SKIP (0.000s)[0m <14>[ 147.191760] [IGT] vc4_tiling: executing IGT-Version: 1.2<14>[ 147.197735] [IGT] vc4_tiling: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.214491] quirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-bad-modifier: SKIP (0.000s)[0m <14>[ 147.259963] [IGT] vc4_tiling: executing IGT-Version: 1.2<14>[ 147.265856] [IGT] vc4_tiling: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305844 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.282706] quirement 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-get: SKIP (0.000s)[0m <14>[ 147.327952] [IGT] vc4_tiling: executing IGT-Version: 1.2<14>[ 147.333148] [IGT] vc4_tiling: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.350218] quirement not met in function __igt_uniq<8>[ 147.361181] ue____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-after-free: SKIP (0.000s)[0m <8>[ 147.411149] <14>[ 147.454577] [IGT] vc4_wait_bo: executing IGT-Version: 1.2<14>[ 147.460106] [IGT] vc4_wait_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.476950] quirement 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 bad-bo: SKIP (0.000s)[0m <14>[ 147.521736] [IGT] vc4_wait_bo: executing IGT-Version: 1.2<14>[ 147.527776] [IGT] vc4_wait_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 <8>[ 147.544439] 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 bad-pad: SKIP (0.000s)[0m <14>[ 147.590265] [IGT] vc4_wait_bo: executing IGT-Version: 1.2<14>[ 147.595491] [IGT] vc4_wait_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.612265] quirement 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 <14>[ 147.657902] [IGT] vc4_wait_bo: executing IGT-Version: 1.2<14>[ 147.663914] [IGT] vc4_wait_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.680659] quirement 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-1ns: SKIP (0.000s)[0m <14>[ 147.727105] [IGT] vc4_wait_bo: executing IGT-Version: 1.2<14>[ 147.732351] [IGT] vc4_wait_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.749203] quirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest used-bo-0ns: SKIP (0.000s)[0m <14>[ 147.795496] [IGT] vc4_wait_bo: executing IGT-Version: 1.2<14>[ 147.801577] [IGT] vc4_wait_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.818412] quirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest used-bo-1ns: SKIP (0.000s)[0m <14>[ 147.863415] [IGT] vc4_wait_bo: executing IGT-Version: 1.2<14>[ 147.868769] [IGT] vc4_wait_bo: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 147.885556] quirement not met in function __igt_uniq<8>[ 147.896315] ue____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest used-bo: SKIP (0.000s)[0m <8>[ 147.945786] <14>[ 147.989594] [IGT] vc4_wait_seqno: executing IGT-Version: 1.2<14>[ 147.995329] [IGT] vc4_wait_seqno: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 148.012461] quirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_wait_seqno.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-seqno-0ns: SKIP (0.000s)[0m <14>[ 148.059420] [IGT] vc4_wait_seqno: executing IGT-Version: 1.2<14>[ 148.064944] [IGT] vc4_wait_seqno: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.11.0-rc5 aarch64) Using IGT_SRANDOM=1706305845 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 148.082182] quirement not met in function __igt_uniq<8>[ 148.093300] ue____real_main2<8>[ 148.098737] 7, 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 / #