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 DHCP client bound to address 192.168.6.13 (787 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 951102/tftp-deploy-qb2apz5f/kernel/Image tftp 0x00080000 951102/tftp-deploy-qb2apz5f/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.13 Filename '951102/tftp-deploy-qb2apz5f/kernel/Image'. Load address: 0x80000 Loading: *################################################## 30.4 MiB 15.6 MiB/s done Bytes transferred = 31920640 (1e71200 hex) U-Boot> tftp 0x06700000 951102/tftp-deploy-qb2apz5f/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 951102/tftp-deploy-qb2apz5f/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.13 Filename '951102/tftp-deploy-qb2apz5f/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *#########################################T ######### 55.9 MiB 6.2 MiB/s done Bytes transferred = 58605694 (37e407e hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 951102/tftp-deploy-qb2apz5f/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 951102/tftp-deploy-qb2apz5f/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.13 Filename '951102/tftp-deploy-qb2apz5f/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 25.9 KiB 3.6 MiB/s done Bytes transferred = 26538 (67aa 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=2100000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 58605630 Bytes = 55.9 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 36743000, end 39f2703e ... OK Loading Device Tree to 0000000036739000, end 00000000367427a9 ... OK Working FDT set to 36739000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 5.10.226-cip53 (KernelCI@build-j366163-arm64-gcc-12-defconfig-4nnq7) (aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Thu Nov 7 01:20:52 UTC 2024 [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000032400000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] earlycon: bcm2835aux0 at MMIO32 0x00000000fe215040 (options '115200n8') [ 0.000000] printk: bootconsole [bcm2835aux0] enabled [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x7fbfcb00-0x7fbfefff] [ 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] percpu: Embedded 23 pages/cpu s56664 r8192 d29352 u94208 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: EL2 vector hardening [ 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: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 496944 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) <6>[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: mapped [mem 0x000000002e400000-0x0000000032400000] (64MB) <6>[ 0.000000] Memory: 1758532K/2019328K available (14528K kernel code, 2820K rwdata, 7684K rodata, 6016K init, 514K bss, 195260K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Preemptible hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. <6>[ 0.000000] Trampoline variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 <6>[ 0.000000] GIC: Using split EOI/Deactivate mode <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.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns <6>[ 0.008624] Console: colour dummy device 80x25 <6>[ 0.013475] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024306] pid_max: default: 32768 minimum: 301 <6>[ 0.029320] LSM: Security Framework initializing <6>[ 0.034345] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042121] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052212] rcu: Hierarchical SRCU implementation. <6>[ 0.059556] EFI services will not be available. <6>[ 0.064718] smp: Bringing up secondary CPUs ... <6>[ 0.070123] Detected PIPT I-cache on CPU1 <6>[ 0.070190] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.070798] Detected PIPT I-cache on CPU2 <6>[ 0.070842] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.071433] Detected PIPT I-cache on CPU3 <6>[ 0.071477] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.071566] smp: Brought up 1 node, 4 CPUs <6>[ 0.109522] SMP: Total of 4 processors activated. <6>[ 0.114551] CPU features: detected: 32-bit EL0 Support <6>[ 0.120037] CPU features: detected: CRC32 instructions <6>[ 0.125507] CPU features: detected: 32-bit EL1 Support <6>[ 0.149916] CPU: All CPU(s) started at EL2 <6>[ 0.154377] alternatives: patching kernel code <6>[ 0.160649] devtmpfs: initialized <6>[ 0.169422] KASLR enabled <6>[ 0.172562] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.182698] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.191777] pinctrl core: initialized pinctrl subsystem <6>[ 0.198724] DMI not present or invalid. <6>[ 0.203711] NET: Registered protocol family 16 <6>[ 0.210032] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.217523] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.225769] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.234080] audit: initializing netlink subsys (disabled) <5>[ 0.239996] audit: type=2000 audit(0.156:1): state=initialized audit_enabled=0 res=1 <6>[ 0.241048] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.248107] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.254781] cpuidle: using governor menu <6>[ 0.266084] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.273315] ASID allocator initialised with 32768 entries <6>[ 0.280647] Serial: AMBA PL011 UART driver <6>[ 0.323854] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.330916] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.337958] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.344999] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.353562] cryptd: max_cpu_qlen set to 1000 <6>[ 0.361033] ACPI: Interpreter disabled. <6>[ 0.367650] iommu: Default domain type: Translated <6>[ 0.373146] vgaarb: loaded <5>[ 0.376503] SCSI subsystem initialized <6>[ 0.380972] usbcore: registered new interface driver usbfs <6>[ 0.386837] usbcore: registered new interface driver hub <6>[ 0.392507] usbcore: registered new device driver usb <4>[ 0.398050] usb_phy_generic phy: supply vcc not found, using dummy regulator <6>[ 0.406213] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.411503] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.421015] PTP clock support registered <6>[ 0.425428] EDAC MC: Ver: 3.0.0 <6>[ 0.430322] FPGA manager framework <6>[ 0.434130] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.441374] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.448032] VFS: Disk quotas dquot_6.6.0 <6>[ 0.452324] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.459756] pnp: PnP ACPI: disabled <6>[ 0.470695] NET: Registered protocol family 2 <6>[ 0.475719] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.485032] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.494011] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.502380] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) <6>[ 0.510303] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.517381] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.524452] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.532086] NET: Registered protocol family 1 <6>[ 0.537274] RPC: Registered named UNIX socket transport module. <6>[ 0.543550] RPC: Registered udp transport module. <6>[ 0.548601] RPC: Registered tcp transport module. <6>[ 0.553630] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.560418] PCI: CLS 0 bytes, default 64 <6>[ 0.564832] Unpacking initramfs... <6>[ 4.942363] Freeing initrd memory: 57232K <6>[ 4.947725] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 4.956443] kvm [1]: IPA Size Limit: 44 bits <6>[ 4.962592] kvm [1]: vgic interrupt IRQ9 <6>[ 4.967010] kvm [1]: Hyp mode initialized successfully <5>[ 4.974641] Initialise system trusted keyrings <6>[ 4.979592] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 4.992876] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 4.999775] NFS: Registering the id_resolver key type <5>[ 5.005221] Key type id_resolver registered <5>[ 5.009725] Key type id_legacy registered <6>[ 5.014151] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 5.021200] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 5.029113] 9p: Installing v9fs 9p2000 file system support <5>[ 5.100027] Key type asymmetric registered <5>[ 5.104448] Asymmetric key parser 'x509' registered <6>[ 5.109681] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 5.117431] io scheduler mq-deadline registered <6>[ 5.122280] io scheduler kyber registered <4>[ 5.139886] EINJ: ACPI disabled. <6>[ 5.162479] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.170991] printk: console [ttyS1] disabled <6>[ 5.175671] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 26, base_baud = 62499999) is a 16550 <6>[ 5.184966] printk: console [ttyS1] enabled <6>[ 5.184966] printk: console [ttyS1] enabled <6>[ 5.193992] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.193992] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.206620] SuperH (H)SCI(F) driver initialized <6>[ 5.212070] msm_serial: driver initialized <6>[ 5.225065] loop: module loaded <6>[ 5.229710] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.238441] megasas: 07.714.04.00-rc1 <6>[ 5.248616] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.254866] thunder_xcv, ver 1.0 <6>[ 5.258460] thunder_bgx, ver 1.0 <6>[ 5.262049] nicpf, ver 1.0 <6>[ 5.266399] hclge is initializing <6>[ 5.270060] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 5.277658] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 5.283363] e1000: Intel(R) PRO/1000 Network Driver <6>[ 5.288594] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 5.294733] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 5.300040] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.306351] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 5.312099] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.318055] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 5.324685] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 5.331322] sky2: driver version 1.30 <6>[ 5.336536] VFIO - User Level meta-driver version: 0.3 <6>[ 5.344070] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 5.350994] ehci-pci: EHCI PCI platform driver <6>[ 5.355811] ehci-platform: EHCI generic platform driver <6>[ 5.361526] ehci-orion: EHCI orion driver <6>[ 5.365980] ehci-exynos: EHCI Exynos driver <6>[ 5.370613] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 5.377173] ohci-pci: OHCI PCI platform driver <6>[ 5.381988] ohci-platform: OHCI generic platform driver <6>[ 5.387684] ohci-exynos: OHCI Exynos driver <6>[ 5.392830] usbcore: registered new interface driver usb-storage <6>[ 5.402274] i2c /dev entries driver <6>[ 5.408335] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 5.415958] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 5.426759] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 5.435534] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.442092] sdhci: Copyright(c) Pierre Ossman <6>[ 5.447389] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.454865] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.463080] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.471329] usbcore: registered new interface driver usbhid <6>[ 5.477277] usbhid: USB HID core driver <6>[ 5.482543] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.492972] NET: Registered protocol family 17 <6>[ 5.497961] 9pnet: Installing 9P2000 support <5>[ 5.502685] Key type dns_resolver registered <6>[ 5.507617] registered taskstats version 1 <5>[ 5.512061] Loading compiled-in X.509 certificates <6>[ 5.521973] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 24, base_baud = 0) is a PL011 rev2 <6>[ 5.531466] serial serial0: tty port ttyAMA0 registered <6>[ 5.551019] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 5.566339] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 5.574030] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 5.682384] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 5.695582] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 5.734888] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 5.742009] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <4>[ 5.757657] mmc0: queuing unknown CIS tuple 0x80 (2 bytes) <4>[ 5.765186] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.772710] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.781575] mmc0: queuing unknown CIS tuple 0x80 (7 bytes) <4>[ 5.789103] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <6>[ 5.850575] mmc1: new ultra high speed DDR50 SDXC card at address aaaa <6>[ 5.856203] mmc0: new high speed SDIO card at address 0001 <6>[ 5.858116] mmcblk1: mmc1:aaaa SD256 238 GiB <6>[ 5.869787] mmcblk1: p1 p2 <6>[ 18.045410] clk: Disabling unused clocks <6>[ 18.049798] ALSA device list: <6>[ 18.053076] No soundcards found. <6>[ 18.062436] Freeing unused kernel memory: 6016K <6>[ 18.067568] Run /init as init process <30>[ 18.103819] systemd[1]: System time before build time, advancing clock. <6>[ 18.125304] NET: Registered protocol family 10 <6>[ 18.131235] Segment Routing with IPv6 <30>[ 18.145070] 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.178712] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.201728] systemd[1]: Hostname set to . <30>[ 18.490258] systemd[1]: Queued start job for default target graphical.target. <30>[ 18.503988] 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.531114] 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.559251] 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.586733] 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.609840] 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.637752] 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.665591] 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.685664] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 18.709548] 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.737568] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mintegrityse…Local Integrity Protected Volumes. <30>[ 18.765577] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 18.789552] 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>[ 18.813522] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 18.837559] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 18.857573] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mveritysetup… - Local Verity Protected Volumes. <30>[ 18.885833] 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>[ 18.914578] 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>[ 18.942100] 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>[ 18.970111] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket. <30>[ 18.998166] 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.026016] 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.057621] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 19.085485] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 19.113713] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 19.138004] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 19.158062] 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.190544] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 19.222205] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Starting [0;1;39mmodprobe@dm_mod.s…[0m - Load Kernel Module <6>[ 19.236908] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com dm_mod... <30>[ 19.262416] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 19.294164] 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.326100] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <28>[ 19.354255] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 19.367722] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 19.380401] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 19.410571] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 19.446228] 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.481936] 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.518002] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 19.552666] 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>[ 19.919422] systemd-journald[125]: Received client request to flush runtime journal. Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-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] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Reached target [0;1;39msysinit.target[0m - System Initialization. [[0;32m OK [0m] Started [0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target [0;1;39mtime-set.target[0m - System Time Set. [[0;32m OK [0m] Started [0;1;39mfstrim.timer[0m - Discard unused blocks once a week. [[0;32m OK [0m] Reached target [0;1;39mtimers.target[0m - Timer Units. [[0;32m OK [0m] Listening on [0;1;39mdbus.socket[…- D-Bus System Message Bus Socket. [[0;32m OK [0m] Reached target [0;1;39msockets.target[0m - Socket Units. [[0;32m OK [0m] Reached target [0;1;39mbasic.target[0m - Basic System. Starting [0;1;39mdbus.service[0m - D-Bus System Message Bus... <5>[ 20.765538] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... <5>[ 20.790747] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. <6>[ 21.238035] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 21.246345] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <6>[ 21.254009] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 21.266956] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <6>[ 21.277074] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 <6>[ 21.299405] iproc-rng200 fe104000.rng: hwrng registered <3>[ 21.332516] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock [[0;32m OK [0m] Reached target [0;1;39musb-gadget.…m - Hardware a<6>[ 21.347562] Bluetooth: Core ver 2.22 ctivated USB gad<6>[ 21.352890] NET: Registered protocol family 31 get. <6>[ 21.360677] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 21.368715] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) <3>[ 21.373184] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.391362] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <3>[ 21.392465] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.396423] Bluetooth: HCI device and connection manager initialized <6>[ 21.396443] Bluetooth: HCI socket layer initialized <6>[ 21.396454] Bluetooth: L2CAP socket layer initialized <6>[ 21.396481] Bluetooth: SCO socket layer initialized <6>[ 21.399012] pci_bus 0000:00: root bus resource [bus 00-ff] <5>[ 21.408204] cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>[ 21.414329] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <3>[ 21.430944] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.435841] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 <3>[ 21.458224] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present! <6>[ 21.463715] pci 0000:00:00.0: PME# supported from D0 D3hot <6>[ 21.486419] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 21.487481] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 <3>[ 21.493758] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present! <6>[ 21.499772] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] <6>[ 21.515634] pci 0000:01:00.0: PME# supported from D0 D3hot <6>[ 21.519320] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 21.528671] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) <6>[ 21.543743] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] <6>[ 21.544931] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <6>[ 21.554689] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] <6>[ 21.558202] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.573469] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.575368] Bluetooth: HCI UART driver ver 2.3 <6>[ 21.581224] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) [[0;32m OK [0m] Listening on [0;1;39msystemd-rfkil…l Switch Status /dev/rfkill Watch. <6>[ 21.601034] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 21.602414] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.608260] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <6>[ 21.616842] Bluetooth: HCI UART protocol H4 registered <6>[ 21.624909] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 21.628576] Bluetooth: HCI UART protocol LL registered <6>[ 21.640967] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 <5>[ 21.641708] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <6>[ 21.649871] vc4-drm gpu: [drm] Cannot find any crtc or sizes <5>[ 21.657351] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 21.665706] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <6>[ 21.669070] vc4-drm gpu: [drm] Cannot find any crtc or sizes <4>[ 21.669449] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 21.670785] Bluetooth: HCI UART protocol Broadcom registered <6>[ 21.670866] Bluetooth: HCI UART protocol QCA registered <6>[ 21.671143] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 <4>[ 21.677075] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <4>[ 21.690932] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db <6>[ 21.707503] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 21.717051] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 21.726763] cfg80211: failed to load regulatory.db <6>[ 21.733837] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [[0;32m<6>[ 21.751350] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 OK [<6>[ 21.761941] xhci_hcd 0000:01:00.0: xHCI Host Controller 0m] Reached targ<6>[ 21.768282] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 et [0;1<6>[ 21.776933] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed ;39msoun<6>[ 21.784502] hub 1-0:1.0: USB hub found d.target<6>[ 21.788997] hub 1-0:1.0: 1 port detected [0m - Sound Car<6>[ 21.794521] hub 2-0:1.0: USB hub found d. <6>[ 21.799491] hub 2-0:1.0: 4 ports detected <6>[ 21.837490] uart-pl011 fe201000.serial: no DMA platform data <5>[ 21.949372] random: crng init done [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. [[0;32m OK [0m] Reached target [0;1;39mbluetooth.target[0m - Bluetooth Support. <6>[ 22.000466] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <4>[ 22.010042] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 Startin<4>[ 22.020598] brcmfmac mmc0:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.bin g [0;1;39msystemd-rfkill.se…Load/Save RF Kill Switch Status... [[0;32m OK [0m] Started [0;<6>[ 22.053442] usb 1-1: new high-speed USB device number 2 using xhci_hcd 1;39msystemd-rfkill.ser…- Load/Save RF Kill Switch Status. <6>[ 22.081962] Bluetooth: hci0: BCM: chip id 107 <6>[ 22.086916] Bluetooth: hci0: BCM: features 0x2f <6>[ 22.093253] Bluetooth: hci0: BCM4345C0 <6>[ 22.097380] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 Debian GNU/Linux 12 debi<3>[ 22.105718] Bluetooth: hci0: BCM: firmware Patch file not found, tried: an-bookw<3>[ 22.113487] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' orm-arm6<3>[ 22.119656] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' 4 ttyS1 debian-bookworm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 5.10.226-cip53 #1 SMP PREEMPT Thu Nov 7 01:20:52 UTC 2024 aarch64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. / # <6>[ 22.209653] hub 1-1:1.0: USB hub found <6>[ 22.214249] hub 1-1:1.0: 4 ports detected / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-951102/environment . /lava-951102/environment / # /lava-951102/bin/lava-test-runner /lava-951102/0 /lava-951102/bin/lava-test-runner /lava-951102/0 + export TESTRUN_ID=0_igt-<8>[ 22.693187] kms-vc4 + cd /lava-951102/0/tests/0_igt-kms-vc4 + cat uuid + UUID=951102_1.5.2.4.1 + set +x + IGT_FORCE_DRIVER=vc4 /usr/bin/igt-parser.sh core_auth core_getclient core_getstats core_getversion core_setmaster_vs_auth drm_read kms_addfb_basic kms_atomic kms_fli<8>[ 22.722971] p_event_leak kms_prop_blob kms_setmode kms_vblank vc4_create_bo vc4_dmabuf_poll vc4_label_bo vc4_lookup_fail vc4_mmap vc4_prefmon vc4_purgeable_bo vc4_tiling vc4_wait_bo vc4_wait_seqno<14>[ 22.743889] [IGT] core_auth: executing IGT-Vers<14>[ 22.749062] [IGT] core_auth: starting subtest getclient-simple ion: 1.2<14>[ 22.756133] [IGT] core_auth: finished subtest getclient-simple, SUCCESS 8-ga44eb<14>[ 22.763764] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_<8>[ 22.773243] SRANDOM=1706305720 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card0 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 22.797329] [IGT] core_auth: executing IGT-Vers<14>[ 22.801818] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<14>[ 22.809320] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS 8-ga44eb<14>[ 22.817390] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_<8>[ 22.827006] SRANDOM=1706305720 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card0 [1mSubtest getclient-master-drop: SUCCESS (0.000s)[0m <14>[ 22.851635] [IGT] core_auth: executing IGT-Vers<14>[ 22.856201] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 22.862605] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-ga44eb<14>[ 22.869681] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_<8>[ 22.879336] SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 22.904382] [IGT] core_auth: executing IGT-Vers<14>[ 22.908984] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: many-magics Reopening device failed afte<14>[ 22.932139] [IGT] core_auth: finished subtest many-magics, SUCCESS r 1020 o<14>[ 22.939588] [IGT] core_auth: exiting, ret=0 pens [1mSubtest many-magics: SUCCESS (0.017s)[0m <8>[ 22.949136] <8>[ 22.957762] <14>[ 22.997992] [IGT] core_getclient: executing IGT-Vers<14>[ 23.003093] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarc<8>[ 23.013213] h64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <3>[ 23.037442] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 <14>[ 23.055920] [IGT] core_getstats: executing IGT-Vers<14>[ 23.060850] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Us<8>[ 23.071336] ing IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.114173] [IGT] core_getversion: executing IGT-Vers<14>[ 23.119260] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Us<8>[ 23.129722] ing IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.179593] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 23.185527] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarc<8>[ 23.196146] h64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <8>[ 23.225699] <14>[ 23.247256] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/ca<6>[ 23.263553] vc4-drm gpu: [drm] Cannot find any crtc or sizes rd0 <14>[ 23.398526] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 23.404669] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest<14>[ 23.412298] [IGT] drm_read: exiting, ret=0 : invalid-buffer [1mSubtest invalid-buffer: SUCCESS (0.000s)[0m <8>[ 23.423386] <14>[ 23.449359] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 23.590344] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 23.596419] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest<14>[ 23.603707] [IGT] drm_read: exiting, ret=0 : fault-buffer [1mSubtest fault-buffer: SUCCESS (0.000s)[0m <8>[ 23.614663] <14>[ 23.640927] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 23.781983] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 24.788016] [IGT] drm_read: finished subtest empty-block, SUCCESS est empt<14>[ 24.795350] [IGT] drm_read: exiting, ret=0 y-block: SUCCESS (1.000s)[0m <8>[ 24.806234] <14>[ 24.832021] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 24.973921] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 24.980059] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest<14>[ 24.987629] [IGT] drm_read: exiting, ret=0 : empty-nonblock [1mSubtest empty-nonblock: SUCCESS (0.000s)[0m <8>[ 24.998436] <14>[ 25.024461] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 25.165634] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 25.172129] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest<14>[ 25.180050] [IGT] drm_read: exiting, ret=0 : short-buffer-block [1mSubtest short-buffer-block: SUCCESS (0.000s)[<8>[ 25.190973] 0m <14>[ 25.217161] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 25.358081] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 25.364849] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest<14>[ 25.373030] [IGT] drm_read: exiting, ret=0 : short-buffer-nonblock [1mSubtest short-buffer-nonblock: SUCCESS (0.0<8>[ 25.384148] 00s)[0m <14>[ 25.411492] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 25.553853] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 57.773378] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est shor<14>[ 57.781443] [IGT] drm_read: exiting, ret=0 t-buffer-wakeup: SUCCESS (32.213s)[0m <8>[ 57.792568] <8>[ 57.802873] <8>[ 57.826948] <14>[ 57.850258] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-ci<14>[ 57.859434] [IGT] kms_addfb_basic: starting subtest unused-handle p53 aarc<14>[ 57.866766] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS h64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-handle [1mSubtest unused-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, f<14>[ 57.894163] [IGT] kms_addfb_basic: exiting, ret=0 ile ../lib/drmtest.c:880: Test requirement: is_intel_de<8>[ 57.903915] vice(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, fil<14>[ 57.928219] [IGT] kms_addfb_basic: executing e ../lib/drmtest.c:880: Test requiremen<14>[ 57.936456] [IGT] kms_addfb_basic: starting subtest unused-pitches t: is_in<14>[ 57.943402] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS tel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCE<14>[ 57.971082] [IGT] kms_addfb_basic: exiting, ret=0 SS (0.000s)[0m Test requirement not met in function igt_require_intel,<8>[ 57.982473] file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in funct<14>[ 58.009661] [IGT] kms_addfb_basic: executing ion igt_require_intel, file ../lib/drmtest.c:880<14>[ 58.018470] [IGT] kms_addfb_basic: starting subtest unused-offsets : Test <14>[ 58.025919] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-offsets [1mSub<14>[ 58.053262] [IGT] kms_addfb_basic: exiting, ret=0 test unused-offsets: SUCCESS (0.000s)[0m Test requirement not met in f<8>[ 58.064515] unction igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test re<14>[ 58.091549] [IGT] kms_addfb_basic: executing quirement not met in function igt_require_intel,<14>[ 58.100246] [IGT] kms_addfb_basic: starting subtest unused-modifier file ..<14>[ 58.107805] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS /lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtes<14>[ 58.135100] [IGT] kms_addfb_basic: exiting, ret=0 t: unused-modifier [1mSubtest unused-modifier: SUCCESS (0.000s)[0m T<8>[ 58.146315] est requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: <14>[ 58.173331] [IGT] kms_addfb_basic: executing is_intel_device(fd) Test requirement not met in<14>[ 58.182386] [IGT] kms_addfb_basic: starting subtest clobberred-modifier functio<14>[ 58.190148] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP n igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /de<14>[ 58.217671] [IGT] kms_addfb_basic: exiting, ret=77 v/dri/card0 Starting subtest: clobberred-modifier Test requirement not<8>[ 58.228885] 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 function igt_require_intel, file ../lib/drm<14>[ 58.256777] [IGT] kms_addfb_basic: executing test.c:880: Test requirement: is_intel_device(f<14>[ 58.265228] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete d) Test<14>[ 58.273853] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_<14>[ 58.302170] [IGT] kms_addfb_basic: exiting, ret=77 intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-<8>[ 58.313310] cip53 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-smem-bo-on-discrete Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880:<14>[ 58.341333] [IGT] kms_addfb_basic: executing Test requirement: is_intel_device(fd) [1mSub<14>[ 58.350251] [IGT] kms_addfb_basic: starting subtest legacy-format test invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib<14>[ 58.367330] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS /drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_requ<14>[ 58.394571] [IGT] kms_addfb_basic: exiting, ret=0 ire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device<8>[ 58.405835] (fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: legacy-format Successfully fuzzed 10000 {bpp, dept<14>[ 58.433063] [IGT] kms_addfb_basic: executing h} variations [1mSubtest legacy-format: SUCCESS (0.010s)[0m <14>[ 58.443228] [IGT] kms_addfb_basic: starting subtest no-handle Test req<14>[ 58.450107] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS uirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requ<14>[ 58.475674] [IGT] kms_addfb_basic: exiting, ret=0 irement: is_intel_device(fd) Test requirement not met i<8>[ 58.485441] n function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305756 for randomis<14>[ 58.510633] [IGT] kms_addfb_basic: executing ation Opened device: /dev/dri/card0 Starting subtest: <14>[ 58.520645] [IGT] kms_addfb_basic: starting subtest basic no-handl<14>[ 58.526675] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS e [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 function <14>[ 58.551697] [IGT] kms_addfb_basic: exiting, ret=0 igt_require_intel, file ../lib/drmtest.c:880: Test requ<8>[ 58.561621] irement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aar<14>[ 58.587297] [IGT] kms_addfb_basic: executing ch64) Using IGT_SRANDOM=1706305756 for randomisation Opened de<14>[ 58.597451] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 vice: /d<14>[ 58.604525] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS ev/dri/card0 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 <14>[ 58.630153] [IGT] kms_addfb_basic: exiting, ret=0 requirement not met in function igt_require_intel, file ../lib/drmtest.c<8>[ 58.641361] :880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.<14>[ 58.667796] [IGT] kms_addfb_basic: executing 10.226-cip53 aarch64) Using IGT_SRANDOM=1706305756 for <14>[ 58.677377] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 randomis<14>[ 58.684159] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS ation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-0 [1mSubtest bad-pitch-0: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test req<14>[ 58.710024] [IGT] kms_addfb_basic: exiting, ret=0 uirement: is_intel_device(fd) Test requirement not met in function igt_<8>[ 58.720993] require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-g<14>[ 58.748355] [IGT] kms_addfb_basic: executing a44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using<46>[ 58.757532] systemd-journald[125]: Data hash table of /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal has a fill level at 75.0 (1536 of 2047 items, 524288 file size, 341 bytes per hash table item), suggesting rotation. IGT_SRA<14>[ 58.758292] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 NDOM=170<46>[ 58.779729] systemd-journald[125]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. 6305756 <14>[ 58.802812] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-32 [1mSubtest bad-pitch-32: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel<14>[ 58.831365] [IGT] kms_addfb_basic: exiting, ret=0 _device(fd) Test requirement not met in function igt_require_intel, fil<8>[ 58.842564] e ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) <14>[ 58.869494] [IGT] kms_addfb_basic: executing (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305756 fo<14>[ 58.879595] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 r random<14>[ 58.887000] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS isation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-63 [1mSubtest bad-pitch-63: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test<14>[ 58.912641] [IGT] kms_addfb_basic: exiting, ret=0 requirement: is_intel_device(fd) Test requirement not met in function <8>[ 58.924023] igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.<14>[ 58.951253] [IGT] kms_addfb_basic: executing 28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) U<14>[ 58.961095] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 sing IGT<14>[ 58.967851] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS _SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-128 [1mSubtest bad-pitch-128: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, <14>[ 58.993779] [IGT] kms_addfb_basic: exiting, ret=0 file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test <8>[ 59.004756] requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_i<14>[ 59.031668] [IGT] kms_addfb_basic: executing ntel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (L<14>[ 59.041932] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 inux: 5.<14>[ 59.048735] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS 10.226-cip53 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-256 [1mSubtest bad-pitch-256: SUCCESS (0.000s)[0m Test requirement not met<14>[ 59.074579] [IGT] kms_addfb_basic: exiting, ret=0 in function igt_require_intel, file ../lib/drmtest.c:880: Test<8>[ 59.085714] requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, fi<14>[ 59.111970] [IGT] kms_addfb_basic: executing le ../lib/drmtest.c:880: Test requirement: is_intel_dev<14>[ 59.121497] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 ice(fd) <14>[ 59.128329] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-1024 [1mSubtest bad-pitch-10<14>[ 59.154281] [IGT] kms_addfb_basic: exiting, ret=0 24: SUCCESS (0.000s)[0m Test requirement not met in function i<8>[ 59.165162] gt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement<14>[ 59.191749] [IGT] kms_addfb_basic: executing not met in function igt_require_intel, file ../lib/drmtest.c:88<14>[ 59.201841] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 0: Test<14>[ 59.209336] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pi<14>[ 59.235427] [IGT] kms_addfb_basic: exiting, ret=0 tch-999 [1mSubtest bad-pitch-999: SUCCESS (0.000s)[0m<8>[ 59.245077] 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: <14>[ 59.270750] [IGT] kms_addfb_basic: executing Test requirement: is_intel_device(fd) Test requirement not met in function igt<14>[ 59.282426] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any _require<14>[ 59.290420] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS _intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation <14>[ 59.315500] [IGT] kms_addfb_basic: exiting, ret=0 Opened device: /dev/dri/card0 Starting subtest: bad-pitch-6553<8>[ 59.326495] 6 [1mSubtest bad-pitch-65536: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function ig<14>[ 59.353228] [IGT] kms_addfb_basic: executing t_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(f<14>[ 59.364486] [IGT] kms_addfb_basic: starting subtest invalid-get-prop d) Test<14>[ 59.372056] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Usi<14>[ 59.396616] [IGT] kms_addfb_basic: exiting, ret=0 ng IGT_SRANDOM=1706305757 for randomisation Opened devi<8>[ 59.406517] ce: /dev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement<14>[ 59.433506] [IGT] kms_addfb_basic: executing : is_intel_device(fd) Test requirement not met in function igt_require_intel, f<14>[ 59.444827] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any ile ../l<14>[ 59.452671] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS ib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version<14>[ 59.477925] [IGT] kms_addfb_basic: exiting, ret=0 : 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64<8>[ 59.487459] ) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m Test requirement not met in function i<14>[ 59.513904] [IGT] kms_addfb_basic: executing gt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(<14>[ 59.525434] [IGT] kms_addfb_basic: starting subtest invalid-set-prop fd) Tes<14>[ 59.532874] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS t requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmt<14>[ 59.557649] [IGT] kms_addfb_basic: exiting, ret=0 est.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga4<8>[ 59.568844] 4ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m <14>[ 59.596208] [IGT] kms_addfb_basic: executing Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test require<14>[ 59.609137] [IGT] kms_addfb_basic: starting subtest master-rmfb ment: is<14>[ 59.616255] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS _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 functi<14>[ 59.638939] [IGT] kms_addfb_basic: exiting, ret=0 on igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_i<8>[ 59.650200] ntel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSubtest in<14>[ 59.676413] [IGT] kms_addfb_basic: executing valid-set-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtes<14>[ 59.690962] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag t.c:880:<14>[ 59.699032] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(f<14>[ 59.721621] [IGT] kms_addfb_basic: exiting, ret=0 d) Test requirement not met in function igt_require_intel, file ../lib/<8>[ 59.732830] drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: ma<14>[ 59.760914] [IGT] kms_addfb_basic: executing ster-rmfb [1mSubtest master-rmfb: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel<14>[ 59.775404] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier , file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_re<14>[ 59.792227] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL quire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test<14>[ 59.814678] [IGT] kms_addfb_basic: exiting, ret=98 requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) <8>[ 59.826460] (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-modifier-no-flag [1mSubtest addfb25-modifier-no-flag: SUCCESS (0.000s)[0m <14>[ 59.853179] [IGT] kms_addfb_basic: executing Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) 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>[ 59.882276] [IGT] kms_addfb_basic: exiting, ret=77 on igt_require_intel, file ../lib/drmtest.c:880: Test r<8>[ 59.892673] equirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-<14>[ 59.919879] [IGT] kms_addfb_basic: executing bad-modifier (kms_addfb_basic:362) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:362) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((<14>[ 59.948582] [IGT] kms_addfb_basic: exiting, ret=77 sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)<8>[ 59.958474] ) == -1 (kms_addfb_basic:362) CRITICAL: error: 0 != -1 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xd15e4358] #2 [+0xd15e5fbc] #3 [+0xd15e156c] <14>[ 59.984986] [IGT] kms_addfb_basic: executing #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd15e15b0] Subtest addfb25-bad-modifier failed. **** DEBUG **** (kms_addfb_basic:362) ioctl_wrappers-DEBUG: Test requirement passed: igt_has_fb_modifiers(fd) (kms_addfb_basic:362) CRITICAL: Test ass<14>[ 60.013846] [IGT] kms_addfb_basic: exiting, ret=77 ertion failure function addfb25_tests, file ../tests/kms<8>[ 60.024339] _addfb_basic.c:714: (kms_addfb_basic:362) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8<14>[ 60.051253] [IGT] kms_addfb_basic: executing )))), (&f)) == -1 (kms_addfb_basic:362) CRITICAL: error: 0 != -1 (kms_addfb_basic:362) igt_core-INFO: Stack trace: (kms_addfb_basic:362) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_addfb_basic:362) igt_core-INFO: #1 [+0xd15e4358] (kms_addfb<14>[ 60.080597] [IGT] kms_addfb_basic: exiting, ret=77 _basic:362) igt_core-INFO: #2 [+0xd15e5fbc] <8>[ 60.091099] (kms_addfb_basic:362) igt_core-INFO: #3 [+0xd15e156c] (kms_addfb_basic:362) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_addfb_basic:362) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_a<14>[ 60.117319] [IGT] kms_addfb_basic: executing ddfb_basic:362) igt_core-INFO: #6 [+0xd15e15b0] **** END **** [1mSubtest addfb25-bad-modifier: FAIL (0.009s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement no<14>[ 60.146083] [IGT] kms_addfb_basic: exiting, ret=77 t met in function igt_require_intel, file ../lib/drmtest<8>[ 60.155780] .c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: <14>[ 60.182764] [IGT] kms_addfb_basic: executing 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-mismatch-legacy: <14>[ 60.212059] [IGT] kms_addfb_basic: exiting, ret=77 SKIP (0.000s)[0m Test requirement not met in function <8>[ 60.221810] 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_i<14>[ 60.246375] [IGT] kms_addfb_basic: executing ntel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_i<14>[ 60.275418] [IGT] kms_addfb_basic: exiting, ret=77 ntel_device(fd) [1mSubtest addfb25-x-tiled-legacy: SKI<8>[ 60.285077] P (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_inte<14>[ 60.310086] [IGT] kms_addfb_basic: executing l, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_inte<14>[ 60.338512] [IGT] kms_addfb_basic: starting subtest size-max l, file <14>[ 60.345270] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS ../lib/d<14>[ 60.352904] [IGT] kms_addfb_basic: exiting, ret=0 rmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtes<8>[ 60.364080] t addfb25-framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_requ<14>[ 60.390408] [IGT] kms_addfb_basic: executing ire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_requ<14>[ 60.419083] [IGT] kms_addfb_basic: starting subtest too-wide ire_inte<14>[ 60.425538] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS l, file <14>[ 60.433168] [IGT] kms_addfb_basic: exiting, ret=0 ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requi<8>[ 60.444474] rement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, fi<14>[ 60.471129] [IGT] kms_addfb_basic: executing le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, fi<14>[ 60.500142] [IGT] kms_addfb_basic: starting subtest too-high le ../li<14>[ 60.506617] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS b/drmtes<14>[ 60.514217] [IGT] kms_addfb_basic: exiting, ret=0 t.c:880: Test requirement: is_intel_device(fd) Test re<8>[ 60.524072] quirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in functi<14>[ 60.549132] [IGT] kms_addfb_basic: executing on igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in functi<14>[ 60.578196] [IGT] kms_addfb_basic: starting subtest bo-too-small on igt_r<14>[ 60.584993] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS equire_i<14>[ 60.592956] [IGT] kms_addfb_basic: exiting, ret=0 ntel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <8>[ 60.604465] Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement not met in function igt_require<14>[ 60.631192] [IGT] kms_addfb_basic: executing _intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require<14>[ 60.660282] [IGT] kms_addfb_basic: starting subtest small-bo _intel, <14>[ 60.666674] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS file ../<14>[ 60.674285] [IGT] kms_addfb_basic: exiting, ret=0 lib/drmtest.c:880: Test requirement: is_intel_device(fd<8>[ 60.684312] ) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-y-tiled-legacy: SKIP (0.000s)[0m Test requirement not <14>[ 60.708524] [IGT] kms_addfb_basic: executing met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not <14>[ 60.737245] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling met in f<14>[ 60.745663] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP unction <14>[ 60.754614] [IGT] kms_addfb_basic: exiting, ret=77 igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_inte<8>[ 60.766100] l_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: size-max [1mSubtest size-max: SUCCESS (0.000s)[0m Test requiremen<14>[ 60.794392] [IGT] kms_addfb_basic: executing t not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not me<14>[ 60.823744] [IGT] kms_addfb_basic: exiting, ret=77 t in function igt_require_intel, file ../lib/drmtest.c:8<8>[ 60.833848] 80: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-wide [1mSubtest t<14>[ 60.860063] [IGT] kms_addfb_basic: executing oo-wide: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation <14>[ 60.888931] [IGT] kms_addfb_basic: exiting, ret=77 Opened device: /dev/dri/card0 Test requirement not met <8>[ 60.898952] in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel<14>[ 60.925203] [IGT] kms_addfb_basic: executing _device(fd) Starting subtest: too-high [1mSubtest too-high: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarc<14>[ 60.954172] [IGT] kms_addfb_basic: exiting, ret=77 h64) Using IGT_SRANDOM=1706305758 for randomisation Op<8>[ 60.963854] ened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, <14>[ 60.991096] [IGT] kms_addfb_basic: executing file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small [1mSubtest bo-too-small: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IG<14>[ 61.019743] [IGT] kms_addfb_basic: exiting, ret=77 T-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip5<8>[ 61.029702] 3 aarch64) Usin<8>[ 61.038642] g IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_r<8>[ 61.063328] equire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: small-bo [1mSubtest small-bo: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel,<14>[ 61.086774] [IGT] kms_atomic: executing file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRAN<14>[ 61.104420] [IGT] kms_atomic: starting subtest plane-overlay-legacy DOM=1706<14>[ 61.112152] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small-due-to-tiling Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest bo-too-small-due-to-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-yf-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test <14>[ 61.309521] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS requirem<14>[ 61.317470] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS ent: is_<14>[ 61.325796] [IGT] kms_atomic: exiting, ret=0 intel_device(fd) Test requirement not met in function igt_require_intel<8>[ 61.336996] , file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-small-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=170630<14>[ 61.364230] [IGT] kms_atomic: executing 5758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test <14>[ 61.381608] [IGT] kms_atomic: starting subtest plane-primary-legacy requirem<14>[ 61.388858] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ent: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-overlay-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe-A-Writeback-1: SUCCESS (0.190s)[0m [1mSubtest plane-overlay-legacy: SUCCESS (0.206s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305759 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 61.522788] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 61.530046] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_atomic:422) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:422) 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:422) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:422) 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 [+0xe6d35cd0] #7 [+0xe6d324b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xe6d324f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:422) igt_kms-DEBUG: plane A.11: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.11: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.11: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.11: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane A.11: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: A.12, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane A.12: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: A.13, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane A.13: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: A.14, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0<14>[ 62.905326] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL xffff/65<14>[ 62.912769] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL 535 (km<14>[ 62.920895] [IGT] kms_atomic: exiting, ret=98 s_atomic:422) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:422) igt_kms-DE<8>[ 62.934403] BUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:42<14>[ 62.962085] [IGT] kms_atomic: executing 2) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_at<14>[ 62.979819] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos omic:422) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:422) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:422) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:422) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:422) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:422) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:422) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:422) igt_kms-DEBUG: display: } (kms_atomic:422) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:422) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/i<14>[ 63.113002] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP gt_kms.c<14>[ 63.122504] [IGT] kms_atomic: exiting, ret=77 :1295: (kms_atomic:422) igt_kms-CRITICAL: Failed assertion: igt_ioctl((<8>[ 63.133822] 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:422) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memo<14>[ 63.161999] [IGT] kms_atomic: executing ry (kms_atomic:422) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:422) igt_core-INFO: Stack trace: (kms_atomic:422) igt_core-INFO: #0 ../lib/igt_cor<14>[ 63.179847] [IGT] kms_atomic: starting subtest plane-immutable-zpos e.c:1989<14>[ 63.187474] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 __igt_fail_assert() (kms_atomic:422) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:422) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:422) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:422) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:422) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:422) igt_core-INFO: #6 [+0xe6d35cd0] (kms_atomic:422) igt_core-INFO: #7 [+0xe6d324b8] (kms_atomic:422) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:422) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:422) igt_core-INFO: #10 [+0xe6d324f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.509s)[0m [1mSubtest plane-primary-legacy: FAIL (1.524s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305760 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-primary-overlay-mutable-zpos No dynamic tests executed. [1mSubtest plane-primary-overlay-mutable-zpos: SKIP (0.125s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-immutable-zpos Starting dynamic subtest: pipe-A-Writebac<14>[ 63.318968] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP k-1 Tes<14>[ 63.326268] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP t requir<14>[ 63.334390] [IGT] kms_atomic: exiting, ret=77 ement not met in function igt_require_pipe_crc, file ../lib/igt_pipe_crc<8>[ 63.345595] .c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0 CRCs not supported on this platform Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.124s)[0m No dynam<14>[ 63.373230] [IGT] kms_atomic: executing ic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.139s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) U<14>[ 63.390290] [IGT] kms_atomic: starting subtest test-only sing IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: test-only <14>[ 63.520781] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 63.637150] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 63.645182] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 63.652485] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.109s)[0m [1mSubtest test-only: SUCCESS (0.249s)[0<8>[ 63.663954] m <14>[ 63.690662] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/ca<14>[ 63.707336] [IGT] kms_atomic: starting subtest plane-cursor-legacy rd0 Starting<14>[ 63.714860] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 63.849956] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 63.857981] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 63.866180] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.127s)[0m [1mSubtest plane-cursor-legacy: S<8>[ 63.877394] UCCESS (0.143s)[0m <14>[ 63.904563] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/ca<14>[ 63.921088] [IGT] kms_atomic: starting subtest plane-invalid-params rd0 <14>[ 63.928669] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting subtest: plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 64.064284] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 64.071542] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_atomic:437) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:437) 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:437) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:437) 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 [+0xd3c454dc] #7 [+0xd3c424b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xd3c424f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:437) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:437) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:437) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:437) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:437) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:437) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:437) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:437) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:437) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:437) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:437) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:437) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:437) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:437) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:437) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 45 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2d/45 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 49 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x31/49 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 44 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2c/44 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 154 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9a/154 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (kms_atomic:437) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:437) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:437) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2d/45 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x9b/155 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2c/44 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data<14>[ 65.108353] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL : A.0, f<14>[ 65.115784] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL b 155 (<14>[ 65.123912] [IGT] kms_atomic: exiting, ret=98 kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x9a/154<8>[ 65.136001] (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:437) igt_kms-DEBUG: plane <14>[ 65.162843] [IGT] kms_atomic: executing A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (<14>[ 65.180024] [IGT] kms_atomic: starting subtest plane-invalid-params-fence kms_atom<14>[ 65.188227] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ic:437) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:437) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:437) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:437) igt_kms-DEBUG: display: commit { (kms_atomic:437) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:437) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:437) igt_kms-DEBUG: display: } (kms_atomic:437) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:437) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:437) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+<14>[ 65.320349] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP 8)) | ((<14>[ 65.327693] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP (0xB2)) <14>[ 65.336299] [IGT] kms_atomic: exiting, ret=77 << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&cr<8>[ 65.347475] eate)) == 0 (kms_atomic:437) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:437) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:437) igt_core-INFO: Stack trace: (kms_atomic:437) igt_core-INFO: #0 ..<14>[ 65.375399] [IGT] kms_atomic: executing /lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:437) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:437) igt_core-IN<14>[ 65.392747] [IGT] kms_atomic: starting subtest crtc-invalid-params FO: #2<14>[ 65.400483] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:437) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:437) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:437) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:437) igt_core-INFO: #6 [+0xd3c454dc] (kms_atomic:437) igt_core-INFO: #7 [+0xd3c424b8] (kms_atomic:437) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:437) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:437) igt_core-INFO: #10 [+0xd3c424f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.172s)[0m [1mSubtest plane-invalid-params: FAIL (1.187s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requirement: kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.124s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (0.140s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 Starting s<14>[ 65.535276] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS ubtest: <14>[ 65.543085] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS crtc-inv<14>[ 65.551283] [IGT] kms_atomic: exiting, ret=0 alid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic s<8>[ 65.562479] ubtest pipe-A-Writeback-1: SUCCESS (0.127s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.143s)[0m <14>[ 65.589551] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 65.606039] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence rd0 <14>[ 65.614068] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting subtest: crtc-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 65.746265] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 65.754023] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met<14>[ 65.762567] [IGT] kms_atomic: exiting, ret=77 in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requi<8>[ 65.773642] rement: kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.125s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.140s)[0m <14>[ 65.801099] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 <14>[ 65.818406] [IGT] kms_atomic: starting subtest atomic-invalid-params Starting<14>[ 65.826101] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 65.959940] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 65.967978] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 65.976353] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.126s)[0m [1mSubtest atomic-invalid-params:<8>[ 65.987758] SUCCESS (0.142s)[0m <14>[ 66.013918] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 66.030568] [IGT] kms_atomic: starting subtest atomic-plane-damage rd0 Starting subtest: atomic-plane-damage No dynam<14>[ 66.163105] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests<14>[ 66.171108] [IGT] kms_atomic: exiting, ret=77 executed. [1mSubtest atomic-plane-damage: SKIP (0.125s)[0m <8>[ 66.182474] <8>[ 66.192365] <8>[ 66.217302] <14>[ 66.239657] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/ca<14>[ 66.257089] [IGT] kms_flip_event_leak: starting subtest basic rd0 <14>[ 66.264001] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 Starting subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 66.285720] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 66.292982] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_flip_event_leak:458) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:458) 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:458) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:458) 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 [+0xddc51964] #6 [+0xddc5146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xddc514b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_<14>[ 66.992262] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL flip_eve<14>[ 67.001014] [IGT] kms_flip_event_leak: finished subtest basic, FAIL nt_leak:<14>[ 67.008596] [IGT] kms_flip_event_leak: exiting, ret=98 458) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_event_leak<8>[ 67.021030] :458) igt_kms-DEBUG: Test requir<8>[ 67.030481] ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (<8>[ 67.055422] kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17<14>[ 67.079163] [IGT] kms_prop_blob: executing (kms_f<14>[ 67.084758] [IGT] kms_prop_blob: starting subtest basic lip_even<14>[ 67.090851] [IGT] kms_prop_blob: finished subtest basic, SUCCESS t_leak:4<14>[ 67.098029] [IGT] kms_prop_blob: exiting, ret=0 58) igt_kms-DEBUG: display: SetCursor pipe C, disabl<8>[ 67.108157] ing (kms_flip_event_leak:458) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (k<14>[ 67.131788] [IGT] kms_prop_blob: executing ms_flip_<14>[ 67.137488] [IGT] kms_prop_blob: starting subtest blob-prop-core event_le<14>[ 67.144354] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS ak:458) <14>[ 67.152286] [IGT] kms_prop_blob: exiting, ret=0 igt_kms-DEBUG: display: Fixing up initial rotation p<8>[ 67.162244] ipe D, plane 0 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n<14>[ 67.187006] [IGT] kms_prop_blob: executing _planes <14>[ 67.192465] [IGT] kms_prop_blob: starting subtest blob-prop-validate (kms_fl<14>[ 67.199813] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS ip_event<14>[ 67.208012] [IGT] kms_prop_blob: exiting, ret=0 _leak:458) igt_kms-DEBUG: display: Fixing up initial<8>[ 67.218019] rotation pipe D, plane 17 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:458) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) <14>[ 67.242750] [IGT] kms_prop_blob: executing (kms_fli<14>[ 67.247833] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime p_event_<14>[ 67.255179] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS leak:458<14>[ 67.263353] [IGT] kms_prop_blob: exiting, ret=0 ) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<8>[ 67.273093] && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetCrtc pipe E, <14>[ 67.298538] [IGT] kms_prop_blob: executing disablin<14>[ 67.303949] [IGT] kms_prop_blob: starting subtest blob-multiple g (kms_<14>[ 67.310917] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS flip_eve<14>[ 67.318558] [IGT] kms_prop_blob: exiting, ret=0 nt_leak:458) igt_kms-DEBUG: Test requirement passed: pla<8>[ 67.328561] ne_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:458) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:458) igt_kms-DEBUG: display: SetCursor pi<14>[ 67.354293] [IGT] kms_prop_blob: executing pe E, di<14>[ 67.359473] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any sabling <14>[ 67.366799] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS (kms_fl<14>[ 67.375270] [IGT] kms_prop_blob: exiting, ret=0 ip_event_leak:458) igt_kms-DEBUG: display: MoveCurso<8>[ 67.385223] r pipe E, (0, 0) (kms_flip_event_leak:458) igt_kms-DEBUG: display: } (kms_flip_event_leak:458) drmtest-DEBUG: Force option used: Using driver vc4 (kms_flip_event_leak:458) drmtest-DEBUG: Opened pre<14>[ 67.410493] [IGT] kms_prop_blob: executing viously <14>[ 67.416031] [IGT] kms_prop_blob: starting subtest invalid-get-prop opened d<14>[ 67.423057] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS evice: /<14>[ 67.431187] [IGT] kms_prop_blob: exiting, ret=0 dev/dri/card0 (kms_flip_event_leak:458) drmtest-DEBUG: <8>[ 67.441127] Test requirement passed: !(fd<0) (kms_flip_event_leak:458) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:458) igt_kms-<14>[ 67.466913] [IGT] kms_prop_blob: executing CRITICAL<14>[ 67.472329] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any : Test a<14>[ 67.479710] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS ssertion<14>[ 67.488227] [IGT] kms_prop_blob: exiting, ret=0 failure function kmstest_dumb_create, file ../lib/igt_k<8>[ 67.498224] ms.c:1295: (kms_flip_event_leak:458) 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)<14>[ 67.523922] [IGT] kms_prop_blob: executing ))) << (<14>[ 67.528982] [IGT] kms_prop_blob: starting subtest invalid-set-prop (0+8)+8)<14>[ 67.536008] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS ))), (&c<14>[ 67.544134] [IGT] kms_prop_blob: exiting, ret=0 reate)) == 0 (kms_flip_event_leak:458) igt_kms-CRITICAL<8>[ 67.554139] : Last errno: 12<8>[ 67.563308] , Cannot allocate memory (kms_flip_event_leak:458) igt_kms-CRITICAL: error: -1 != 0 (kms_flip_event_leak:458) igt_core-INFO: Stack trace: (kms_flip_event_leak:458) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (<8>[ 67.587577] kms_flip_event_leak:458) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_flip_event_leak:458) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_flip_event_<14>[ 67.610328] [IGT] kms_setmode: executing leak:458<14>[ 67.615655] [IGT] kms_setmode: starting subtest basic ) igt_co<14>[ 67.621513] [IGT] kms_setmode: finished subtest basic, SKIP re-INFO:<14>[ 67.628185] [IGT] kms_setmode: exiting, ret=77 #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() <8>[ 67.638117] (kms_flip_event_leak:458) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak:458) igt_core-INFO: #5 [+0xddc51964] (kms_flip_event_leak:458) igt_core-INFO: #6<14>[ 67.661903] [IGT] kms_setmode: executing [[ 67.667390] [IGT] kms_setmode: starting subtest basic-clone-single-crtc wn>+0xdd<14>[ 67.674862] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP c5146c] <14>[ 67.683106] [IGT] kms_setmode: exiting, ret=77 (kms_flip_event_leak:458) igt_core-INFO: #7 [__libc_i<8>[ 67.693027] nit_first+0x80] (kms_flip_event_leak:458) igt_core-INFO: #8 [__libc_start_main+0x98] (kms_flip_event_leak:458) igt_core-INFO: #9 [+0xddc514b0] **** END **** [1mDynamic subtest pipe<14>[ 67.718501] [IGT] kms_setmode: executing -A-Write<14>[ 67.723951] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc back-1: <14>[ 67.731569] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP FAIL (0.<14>[ 67.739989] [IGT] kms_setmode: exiting, ret=77 720s)[0m [1mSubtest basic: FAIL (0.737s)[0m IGT-Ver<8>[ 67.749926] sion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000<14>[ 67.775659] [IGT] kms_setmode: executing s)[0m <14>[ 67.780977] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc IGT-Vers<14>[ 67.788884] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP ion: 1.2<14>[ 67.797568] [IGT] kms_setmode: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Us<8>[ 67.807497] ing IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-core [1mSubtest blob-prop-core: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (L<14>[ 67.833290] [IGT] kms_setmode: executing inux: 5.<14>[ 67.838833] [IGT] kms_setmode: starting subtest clone-exclusive-crtc 10.226-c<14>[ 67.846027] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP ip53 aar<14>[ 67.854004] [IGT] kms_setmode: exiting, ret=77 ch64) Using IGT_SRANDOM=1706305765 for randomisation O<8>[ 67.863924] pened device: /dev/dri/card0 Starting subtest: blob-prop-validate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IG<14>[ 67.889640] [IGT] kms_setmode: executing T_SRANDO<14>[ 67.894549] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing M=170630<14>[ 67.903000] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP 5765 for<14>[ 67.912208] [IGT] kms_setmode: exiting, ret=77 randomisation Opened device: /dev/dri/card0 Starting <8>[ 67.922151] subtest: blob-prop-lifet<8>[ 67.932949] ime [1mSubtest blob-prop-lifetime: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-m<8>[ 67.958063] ultiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any:<14>[ 67.987904] [IGT] kms_vblank: executing SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Ope<14>[ 68.004662] [IGT] kms_vblank: starting subtest invalid ned devi<14>[ 68.010869] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ce: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic Testing: basic 1 connector combinations Testing: basic 2 connector combinations No dynamic tests executed. [1mSubtest basic: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-clone-single-crtc Testing: basic-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest basic-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-single-crtc Testing: invalid-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-exclusive-crtc Testing: invalid-clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: clone-exclusive-crtc Testing: clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-single-crtc-stealing Testing: invalid-clone-single-crtc-stealing 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc-stealing: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:515) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:515) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:515) 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 [+0xe0cc338c] #3 [+0xe0cc1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe0cc1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:515) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:515) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:515) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:515) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:515) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:515) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:515) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<14>[ 71.919392] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL && plan<14>[ 71.926869] [IGT] kms_vblank: finished subtest invalid, FAIL e_idx < <14>[ 71.933937] [IGT] kms_vblank: exiting, ret=98 pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation <8>[ 71.946323] pipe D, plane 0 (kms_vblank:515) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: <14>[ 71.972437] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:515) igt<14>[ 71.990304] [IGT] kms_vblank: starting subtest crtc-id _kms-DEB<14>[ 71.996782] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 UG: display: MoveCursor pipe D, (0, 0) (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:515) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:515) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:515) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:515) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:515) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:515) igt_kms-DEBUG: display: } (kms_vblank:515) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:515) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:515) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:515) igt_core-INFO: Stack trace: (kms_vblank:515) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:515) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:515) igt_core-INFO: #2 [+0xe0cc338c] (kms_vblank:515) igt_core-INFO: #3 [+0xe0cc1c78] (kms_vblank:515) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:515) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:515) igt_core-INFO: #6 [+0xe0cc1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.901s)[0m [1mSubtest invalid: FAIL (3.916s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305769 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:518) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:518) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:518) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb6d43728] #3 [+0xb6d41c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb6d41cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<14>[ 75.759397] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL && plan<14>[ 75.766874] [IGT] kms_vblank: finished subtest crtc-id, FAIL e_idx < <14>[ 75.773906] [IGT] kms_vblank: exiting, ret=98 pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation <8>[ 75.786388] pipe D, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: <14>[ 75.812426] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:518) igt<14>[ 75.830110] [IGT] kms_vblank: starting subtest accuracy-idle _kms-DEB<14>[ 75.837191] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 UG: display: MoveCursor pipe D, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:518) igt_kms-DEBUG: display: } (kms_vblank:518) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:518) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:518) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:518) igt_core-INFO: Stack trace: (kms_vblank:518) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:518) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:518) igt_core-INFO: #2 [+0xb6d43728] (kms_vblank:518) igt_core-INFO: #3 [+0xb6d41c78] (kms_vblank:518) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:518) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:518) igt_core-INFO: #6 [+0xb6d41cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.755s)[0m [1mSubtest crtc-id: FAIL (3.770s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305773 for randomisation Opened device: /dev/dri/card0 Starting subtest: accuracy-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:521) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:521) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:521) 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 [+0xac381f94] #3 [+0xac382fa0] #4 [+0xac3831bc] #5 [+0xac381c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xac381cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane<14>[ 79.600077] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 79.607547] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL 0 && pla<14>[ 79.615118] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial <8>[ 79.627792] rotation pipe D, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_km<14>[ 79.654145] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 79.671799] [IGT] kms_vblank: starting subtest query-idle :521) ig<14>[ 79.678668] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:521) igt_kms-DEBUG: display: } (kms_vblank:521) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:521) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:521) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:521) igt_core-INFO: Stack trace: (kms_vblank:521) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:521) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:521) igt_core-INFO: #2 [+0xac381f94] (kms_vblank:521) igt_core-INFO: #3 [+0xac382fa0] (kms_vblank:521) igt_core-INFO: #4 [+0xac3831bc] (kms_vblank:521) igt_core-INFO: #5 [+0xac381c78] (kms_vblank:521) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:521) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:521) igt_core-INFO: #8 [+0xac381cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.755s)[0m [1mSubtest accuracy-idle: FAIL (3.771s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305777 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:524) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:524) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:524) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc0491f94] #3 [+0xc0492fa0] #4 [+0xc04931bc] #5 [+0xc0491c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc0491cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane<14>[ 83.440131] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 83.447601] [IGT] kms_vblank: finished subtest query-idle, FAIL 0 && pla<14>[ 83.454918] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial <8>[ 83.467544] rotation pipe D, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_km<14>[ 83.493739] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 83.510829] [IGT] kms_vblank: starting subtest query-idle-hang s_vblank<14>[ 83.517711] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP :524) ig<14>[ 83.525293] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 83.534894] s_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 83.559394] [IGT] kms_vblank: executing s_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 83.576424] [IGT] kms_vblank: starting subtest query-forked plane_id<14>[ 83.582980] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:524) igt_kms-DEBUG: display: } (kms_vblank:524) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:524) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:524) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:524) igt_core-INFO: Stack trace: (kms_vblank:524) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:524) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:524) igt_core-INFO: #2 [+0xc0491f94] (kms_vblank:524) igt_core-INFO: #3 [+0xc0492fa0] (kms_vblank:524) igt_core-INFO: #4 [+0xc04931bc] (kms_vblank:524) igt_core-INFO: #5 [+0xc0491c78] (kms_vblank:524) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:524) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:524) igt_core-INFO: #8 [+0xc0491cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.754s)[0m [1mSubtest query-idle: FAIL (3.769s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305781 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305781 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:530) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:530) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:530) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe9e41f94] #3 [+0xe9e42fa0] #4 [+0xe9e431bc] #5 [+0xe9e41c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe9e41cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:530) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:530) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:530) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:530) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:530) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:530) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:530) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane<14>[ 87.536067] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 87.543532] [IGT] kms_vblank: finished subtest query-forked, FAIL 0 && pla<14>[ 87.551009] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial <8>[ 87.563402] rotation pipe D, plane 0 (kms_vblank:530) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530<14>[ 87.589758] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 87.606490] [IGT] kms_vblank: starting subtest query-forked-hang ing (km<14>[ 87.613488] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP s_vblank<14>[ 87.621178] [IGT] kms_vblank: exiting, ret=77 :530) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<8>[ 87.630783] 0) (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 87.656557] [IGT] kms_vblank: executing :530) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:530) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 87.674099] [IGT] kms_vblank: starting subtest query-busy ->n_plan<14>[ 87.681038] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 es (kms_vblank:530) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:530) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:530) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:530) igt_kms-DEBUG: display: } (kms_vblank:530) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:530) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:530) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:530) igt_core-INFO: Stack trace: (kms_vblank:530) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:530) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:530) igt_core-INFO: #2 [+0xe9e41f94] (kms_vblank:530) igt_core-INFO: #3 [+0xe9e42fa0] (kms_vblank:530) igt_core-INFO: #4 [+0xe9e431bc] (kms_vblank:530) igt_core-INFO: #5 [+0xe9e41c78] (kms_vblank:530) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:530) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:530) igt_core-INFO: #8 [+0xe9e41cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.945s)[0m [1mSubtest query-forked: FAIL (3.961s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305785 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305785 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:536) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:536) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:536) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xdd0b1f94] #3 [+0xdd0b2fa0] #4 [+0xdd0b31bc] #5 [+0xdd0b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdd0b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:536) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:536) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:536) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:536) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:536) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:536) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:536) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane<14>[ 91.632100] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 91.639585] [IGT] kms_vblank: finished subtest query-busy, FAIL 0 && pla<14>[ 91.646870] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial <8>[ 91.659239] rotation pipe D, plane 0 (kms_vblank:536) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536<14>[ 91.685347] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 91.702190] [IGT] kms_vblank: starting subtest query-busy-hang ing (km<14>[ 91.709004] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP s_vblank<14>[ 91.716521] [IGT] kms_vblank: exiting, ret=77 :536) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<8>[ 91.726209] 0) (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 91.751171] [IGT] kms_vblank: executing s_vblank:536) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:536) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 91.768212] [IGT] kms_vblank: starting subtest query-forked-busy plane_id<14>[ 91.775386] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:536) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:536) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:536) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:536) igt_kms-DEBUG: display: } (kms_vblank:536) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:536) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:536) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:536) igt_core-INFO: Stack trace: (kms_vblank:536) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:536) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:536) igt_core-INFO: #2 [+0xdd0b1f94] (kms_vblank:536) igt_core-INFO: #3 [+0xdd0b2fa0] (kms_vblank:536) igt_core-INFO: #4 [+0xdd0b31bc] (kms_vblank:536) igt_core-INFO: #5 [+0xdd0b1c78] (kms_vblank:536) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:536) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:536) igt_core-INFO: #8 [+0xdd0b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.943s)[0m [1mSubtest query-busy: FAIL (3.959s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305789 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305789 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:542) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:542) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:542) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd77f1f94] #3 [+0xd77f2fa0] #4 [+0xd77f31bc] #5 [+0xd77f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd77f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:542) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:542) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:542) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:542) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:542) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:542) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:542) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane<14>[ 95.728075] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 95.735551] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL 0 && pla<14>[ 95.743471] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial <8>[ 95.756149] rotation pipe D, plane 0 (kms_vblank:542) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542<14>[ 95.782590] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 95.799785] [IGT] kms_vblank: starting subtest query-forked-busy-hang s_vblank<14>[ 95.807507] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP :542) ig<14>[ 95.815725] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 95.825349] s_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 95.851222] [IGT] kms_vblank: executing :542) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:542) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 95.867932] [IGT] kms_vblank: starting subtest wait-idle x < pipe<14>[ 95.874450] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:542) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:542) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:542) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:542) igt_kms-DEBUG: display: } (kms_vblank:542) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:542) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:542) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:542) igt_core-INFO: Stack trace: (kms_vblank:542) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:542) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:542) igt_core-INFO: #2 [+0xd77f1f94] (kms_vblank:542) igt_core-INFO: #3 [+0xd77f2fa0] (kms_vblank:542) igt_core-INFO: #4 [+0xd77f31bc] (kms_vblank:542) igt_core-INFO: #5 [+0xd77f1c78] (kms_vblank:542) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:542) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:542) igt_core-INFO: #8 [+0xd77f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.945s)[0m [1mSubtest query-forked-busy: FAIL (3.960s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305793 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305793 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:548) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:548) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:548) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc1651f94] #3 [+0xc1652fa0] #4 [+0xc16531bc] #5 [+0xc1651c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc1651cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:548) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:548) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:548) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:548) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:548) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:548) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:548) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane<14>[ 99.824068] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 99.831541] [IGT] kms_vblank: finished subtest wait-idle, FAIL 0 && pla<14>[ 99.838738] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial <8>[ 99.851100] rotation pipe D, plane 0 (kms_vblank:548) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_km<14>[ 99.877505] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 99.894629] [IGT] kms_vblank: starting subtest wait-idle-hang s_vblank<14>[ 99.901401] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP :548) ig<14>[ 99.908804] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 99.918583] s_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 99.942865] [IGT] kms_vblank: executing s_vblank:548) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:548) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 99.960023] [IGT] kms_vblank: starting subtest wait-forked plane_id<14>[ 99.966406] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:548) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:548) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:548) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:548) igt_kms-DEBUG: display: } (kms_vblank:548) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:548) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:548) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:548) igt_core-INFO: Stack trace: (kms_vblank:548) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:548) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:548) igt_core-INFO: #2 [+0xc1651f94] (kms_vblank:548) igt_core-INFO: #3 [+0xc1652fa0] (kms_vblank:548) igt_core-INFO: #4 [+0xc16531bc] (kms_vblank:548) igt_core-INFO: #5 [+0xc1651c78] (kms_vblank:548) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:548) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:548) igt_core-INFO: #8 [+0xc1651cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.942s)[0m [1mSubtest wait-idle: FAIL (3.957s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305797 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305797 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:554) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:554) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:554) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb15a1f94] #3 [+0xb15a2fa0] #4 [+0xb15a31bc] #5 [+0xb15a1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb15a1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:554) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:554) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:554) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:554) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:554) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:554) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:554) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane<14>[ 103.920075] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 103.927542] [IGT] kms_vblank: finished subtest wait-forked, FAIL 0 && pla<14>[ 103.934918] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial <8>[ 103.947302] rotation pipe D, plane 0 (kms_vblank:554) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554<14>[ 103.973567] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 103.990728] [IGT] kms_vblank: starting subtest wait-forked-hang s_vblank<14>[ 103.997909] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP :554) ig<14>[ 104.005585] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 104.015225] s_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 104.040022] [IGT] kms_vblank: executing :554) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:554) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 104.057489] [IGT] kms_vblank: starting subtest wait-busy x < pipe<14>[ 104.063828] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:554) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:554) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:554) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:554) igt_kms-DEBUG: display: } (kms_vblank:554) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:554) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:554) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:554) igt_core-INFO: Stack trace: (kms_vblank:554) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:554) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:554) igt_core-INFO: #2 [+0xb15a1f94] (kms_vblank:554) igt_core-INFO: #3 [+0xb15a2fa0] (kms_vblank:554) igt_core-INFO: #4 [+0xb15a31bc] (kms_vblank:554) igt_core-INFO: #5 [+0xb15a1c78] (kms_vblank:554) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:554) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:554) igt_core-INFO: #8 [+0xb15a1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.946s)[0m [1mSubtest wait-forked: FAIL (3.961s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305801 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305801 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:560) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:560) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:560) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xcea51f94] #3 [+0xcea52fa0] #4 [+0xcea531bc] #5 [+0xcea51c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcea51cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:560) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:560) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:560) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:560) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:560) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:560) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:560) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane<14>[ 108.016059] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 108.023532] [IGT] kms_vblank: finished subtest wait-busy, FAIL 0 && pla<14>[ 108.030729] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial <8>[ 108.043155] rotation pipe D, plane 0 (kms_vblank:560) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560<14>[ 108.069258] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 108.086044] [IGT] kms_vblank: starting subtest wait-busy-hang ing (km<14>[ 108.092695] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP s_vblank<14>[ 108.100127] [IGT] kms_vblank: exiting, ret=77 :560) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<8>[ 108.109815] 0) (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 108.134694] [IGT] kms_vblank: executing s_vblank:560) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:560) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 108.151683] [IGT] kms_vblank: starting subtest wait-forked-busy plane_id<14>[ 108.158809] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:560) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:560) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:560) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:560) igt_kms-DEBUG: display: } (kms_vblank:560) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:560) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:560) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:560) igt_core-INFO: Stack trace: (kms_vblank:560) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:560) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:560) igt_core-INFO: #2 [+0xcea51f94] (kms_vblank:560) igt_core-INFO: #3 [+0xcea52fa0] (kms_vblank:560) igt_core-INFO: #4 [+0xcea531bc] (kms_vblank:560) igt_core-INFO: #5 [+0xcea51c78] (kms_vblank:560) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:560) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:560) igt_core-INFO: #8 [+0xcea51cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.945s)[0m [1mSubtest wait-busy: FAIL (3.960s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305805 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305806 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:566) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:566) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:566) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe9741f94] #3 [+0xe9742fa0] #4 [+0xe97431bc] #5 [+0xe9741c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe9741cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:566) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:566) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:566) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:566) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:566) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:566) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:566) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:566) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:566) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:566) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane<14>[ 112.112151] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 112.119629] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL 0 && pla<14>[ 112.127457] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial <8>[ 112.140117] rotation pipe D, plane 0 (kms_vblank:566) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_km<14>[ 112.167195] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:566) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 112.183830] [IGT] kms_vblank: starting subtest wait-forked-busy-hang s_vblank<14>[ 112.191334] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP :566) ig<14>[ 112.199382] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 112.209079] s_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 112.234539] [IGT] kms_vblank: executing :566) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:566) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 112.251882] [IGT] kms_vblank: starting subtest ts-continuation-idle x < pipe<14>[ 112.259049] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:566) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:566) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:566) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:566) igt_kms-DEBUG: display: } (kms_vblank:566) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:566) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:566) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:566) igt_core-INFO: Stack trace: (kms_vblank:566) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:566) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:566) igt_core-INFO: #2 [+0xe9741f94] (kms_vblank:566) igt_core-INFO: #3 [+0xe9742fa0] (kms_vblank:566) igt_core-INFO: #4 [+0xe97431bc] (kms_vblank:566) igt_core-INFO: #5 [+0xe9741c78] (kms_vblank:566) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:566) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:566) igt_core-INFO: #8 [+0xe9741cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.946s)[0m [1mSubtest wait-forked-busy: FAIL (3.961s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305810 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-busy-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305810 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:572) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:572) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:572) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc6761f94] #3 [+0xc6762fa0] #4 [+0xc67631bc] #5 [+0xc6761c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc6761cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:572) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:572) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:572) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:572) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:572) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:572) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:572) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane<14>[ 116.208061] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 116.215531] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL 0 && pla<14>[ 116.223703] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial <8>[ 116.236067] rotation pipe D, plane 0 (kms_vblank:572) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572<14>[ 116.262915] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 116.280290] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang s_vblank<14>[ 116.288306] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP :572) ig<14>[ 116.296688] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 116.306429] s_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 116.332475] [IGT] kms_vblank: executing :572) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:572) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 116.349222] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm x < pipe<14>[ 116.357051] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:572) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:572) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:572) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:572) igt_kms-DEBUG: display: } (kms_vblank:572) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:572) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:572) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:572) igt_core-INFO: Stack trace: (kms_vblank:572) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:572) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:572) igt_core-INFO: #2 [+0xc6761f94] (kms_vblank:572) igt_core-INFO: #3 [+0xc6762fa0] (kms_vblank:572) igt_core-INFO: #4 [+0xc67631bc] (kms_vblank:572) igt_core-INFO: #5 [+0xc6761c78] (kms_vblank:572) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:572) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:572) igt_core-INFO: #8 [+0xc6761cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.941s)[0m [1mSubtest ts-continuation-idle: FAIL (3.957s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305814 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest ts-continuation-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305814 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:578) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:578) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:578) 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 [+0xbfc31f94] #3 [+0xbfc32fa0] #4 [+0xbfc331bc] #5 [+0xbfc31c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbfc31cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:578) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:578) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:578) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:578) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:578) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:578) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:578) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane<14>[ 120.304078] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 120.311565] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL 0 && pla<14>[ 120.320084] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial <8>[ 120.332730] rotation pipe D, plane 0 (kms_vblank:578) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578<14>[ 120.359570] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 120.376603] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend ing (km<14>[ 120.384789] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 s_vblank:578) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:578) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:578) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:578) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:578) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:578) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:578) igt_kms-DEBUG: display: } (kms_vblank:578) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:578) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:578) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:578) igt_core-INFO: Stack trace: (kms_vblank:578) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:578) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:578) igt_core-INFO: #2 [+0xbfc31f94] (kms_vblank:578) igt_core-INFO: #3 [+0xbfc32fa0] (kms_vblank:578) igt_core-INFO: #4 [+0xbfc331bc] (kms_vblank:578) igt_core-INFO: #5 [+0xbfc31c78] (kms_vblank:578) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:578) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:578) igt_core-INFO: #8 [+0xbfc31cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.939s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (3.955s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305818 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:581) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:581) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:581) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xbd881f94] #3 [+0xbd882fa0] #4 [+0xbd8831bc] #5 [+0xbd881c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbd881cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane<14>[ 124.144085] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 124.151559] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL 0 && pla<14>[ 124.160429] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial <8>[ 124.173137] rotation pipe D, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_km<14>[ 124.201144] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 124.218463] [IGT] kms_vblank: starting subtest ts-continuation-suspend :581) ig<14>[ 124.226448] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:581) igt_kms-DEBUG: display: } (kms_vblank:581) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:581) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:581) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:581) igt_core-INFO: Stack trace: (kms_vblank:581) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:581) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:581) igt_core-INFO: #2 [+0xbd881f94] (kms_vblank:581) igt_core-INFO: #3 [+0xbd882fa0] (kms_vblank:581) igt_core-INFO: #4 [+0xbd8831bc] (kms_vblank:581) igt_core-INFO: #5 [+0xbd881c78] (kms_vblank:581) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:581) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:581) igt_core-INFO: #8 [+0xbd881cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.752s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (3.767s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305822 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:584) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:584) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:584) 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 [+0xb8d61f94] #3 [+0xb8d62fa0] #4 [+0xb8d631bc] #5 [+0xb8d61c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb8d61cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane<14>[ 127.984101] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 127.991570] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL 0 && pla<14>[ 128.000001] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial <8>[ 128.012691] rotation pipe D, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584<14>[ 128.039633] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 128.056842] [IGT] kms_vblank: starting subtest ts-continuation-modeset s_vblank<14>[ 128.064888] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 :584) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:584) igt_kms-DEBUG: display: } (kms_vblank:584) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:584) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:584) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:584) igt_core-INFO: Stack trace: (kms_vblank:584) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:584) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:584) igt_core-INFO: #2 [+0xb8d61f94] (kms_vblank:584) igt_core-INFO: #3 [+0xb8d62fa0] (kms_vblank:584) igt_core-INFO: #4 [+0xb8d631bc] (kms_vblank:584) igt_core-INFO: #5 [+0xb8d61c78] (kms_vblank:584) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:584) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:584) igt_core-INFO: #8 [+0xb8d61cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.750s)[0m [1mSubtest ts-continuation-suspend: FAIL (3.765s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305825 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:587) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:587) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:587) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc36e1f94] #3 [+0xc36e2fa0] #4 [+0xc36e31bc] #5 [+0xc36e1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc36e1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane<14>[ 131.824082] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 131.831550] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL 0 && pla<14>[ 131.839963] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up <8>[ 131.851896] initial rotation pipe D, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 131.879030] [IGT] kms_vblank: executing lank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 131.895731] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang , disabl<14>[ 131.903725] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP ing (km<14>[ 131.912367] [IGT] kms_vblank: exiting, ret=77 s_vblank:587) igt_kms-DEBUG: display: MoveCursor pip<8>[ 131.922042] e D, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 131.948285] [IGT] kms_vblank: executing e 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx <14>[ 131.965383] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm >= 0 && <14>[ 131.973251] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:587) igt_kms-DEBUG: display: } (kms_vblank:587) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:587) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:587) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:587) igt_core-INFO: Stack trace: (kms_vblank:587) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:587) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:587) igt_core-INFO: #2 [+0xc36e1f94] (kms_vblank:587) igt_core-INFO: #3 [+0xc36e2fa0] (kms_vblank:587) igt_core-INFO: #4 [+0xc36e31bc] (kms_vblank:587) igt_core-INFO: #5 [+0xc36e1c78] (kms_vblank:587) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:587) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:587) igt_core-INFO: #8 [+0xc36e1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.751s)[0m [1mSubtest ts-continuation-modeset: FAIL (3.767s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305829 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest ts-continuation-modeset-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305829 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:593) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:593) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:593) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb4e71f94] #3 [+0xb4e72fa0] #4 [+0xb4e731bc] #5 [+0xb4e71c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb4e71cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:593) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:593) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:593) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:593) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:593) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:593) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:593) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:593) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:593) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:593) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane<14>[ 135.920077] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 135.927547] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL 0 && pla<14>[ 135.936315] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial <8>[ 135.948950] rotation pipe D, plane 0 (kms_v<8>[ 135.960182] blank:593) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotation<8>[ 135.985231] pipe D, plane 17 (kms_vblank:593) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:593) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:593) igt_kms-DEBUG: Tes<14>[ 136.008245] [IGT] vc4_create_bo: executing t requirement pa<14>[ 136.013765] [IGT] vc4_create_bo: starting subtest create-bo-4096 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initial rotat<14>[ 136.031082] [IGT] vc4_create_bo: finished subtest create-bo-4096, FAIL ion pipe<14>[ 136.038706] [IGT] vc4_create_bo: exiting, ret=98 E, plane 0 (kms_vblank:593) igt_kms-DEBUG: display: <8>[ 136.048769] SetCrtc pipe E, disabling (kms_vblank:593) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:593) igt_kms-DEBUG: display: Fixing up initi<14>[ 136.073143] [IGT] vc4_create_bo: executing al rotat<14>[ 136.078214] [IGT] vc4_create_bo: starting subtest create-bo-0 ion pipe E, plane 17 (kms_vblank:593) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:593) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:593) igt_kms-DEBUG: display: } (kms_vblank:593) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:593) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:593) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:593) igt_core-INFO: Stack trace: (kms_vblank:593) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:593) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:593) igt_core-INFO: #2 [+0xb4e71f94] (kms_vblank:593) igt_core-INFO: #3 [+0xb4e72fa0] (kms_vblank:593) igt_core-INFO: #4 [+0xb4e731bc] (kms_vblank:593) igt_core-INFO: #5 [+0xb4e71c78] (kms_vblank:593) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:593) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:593) igt_core-INFO: #8 [+0xb4e71cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.939s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (3.955s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-4096 (vc4_create_bo:599) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:599) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:599) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:599) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc96d11d4] #3 [+0xc96d0dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc96d0e30] Subtest create-bo-4096 failed. **** DEBUG **** (vc4_create_bo:599) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:599) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:599) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:599) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:599) igt_core-INFO: Stack trace: (vc4_create_bo:599) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:599) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:599) igt_core-INFO: #2 [+0xc96d11d4] (vc4_create_bo:599) igt_core-INFO: #3 [+0xc96d0dec] (vc4_create_bo:599) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:599) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:599) igt_core-INFO: #6 [+0xc96d0e30] **** END **** [1mSubtest create-bo-4096: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-0 (vc4_create_bo:602) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:602) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:602) CRITICAL: Last errno: 19, No such device (vc4_create_bo:602) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xdc531268] #2 [+0xdc530dec] #3 [__libc_init_first+0x80] #4 [__libc_st<14>[ 136.431735] [IGT] vc4_create_bo: finished subtest create-bo-0, FAIL art_main<14>[ 136.439098] [IGT] vc4_create_bo: exiting, ret=98 +0x98] #5 [+0xdc530e30] Subtest create-bo-0 failed. **** D<8>[ 136.450528] EBUG **** (vc4_create_bo:602) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:602) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_<14>[ 136.477173] [IGT] vc4_create_bo: executing create_b<14>[ 136.482660] [IGT] vc4_create_bo: starting subtest create-bo-zeroed o:602) CRITICAL: Last errno: 19, No such device (vc4_create_bo:602) CRITICAL: error: 19 != 22 (vc4_create_bo:602) igt_<14>[ 136.499798] [IGT] vc4_create_bo: finished subtest create-bo-zeroed, FAIL core-INF<14>[ 136.507426] [IGT] vc4_create_bo: exiting, ret=98 O: Stack trace: (vc4_create_bo:602) igt_core-INFO: #0<8>[ 136.517353] ../lib/igt_core<8>[ 136.526641] .c:1989 __igt_fail_assert() (vc4_create_bo:602) igt_core-INFO: #1 [+0xdc531268] (vc4_create_bo:602) igt_core-INFO: #2 [+0xdc530dec] (vc4_create_bo:602) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_create_bo:60<8>[ 136.551671] 2) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_create_bo:602) igt_core-INFO: #5 [+0xdc530e30] **** END **** [1mSubtest create-bo-0: FAIL (0.347s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linu<14>[ 136.575898] [IGT] vc4_dmabuf_poll: executing x: 5.10.<14>[ 136.581732] [IGT] vc4_dmabuf_poll: starting subtest poll-write-waits-until-write-done 226-cip53 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-zeroed (vc4_create_bo:605) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:605) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:605) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:605) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xea7d110c] #3 [+0xea7d0dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xea7d0e30] Subtest create-bo-zeroed failed. **** DEBUG **** (vc4_create_bo:605) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_create_bo:605) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (vc4_create_bo:605) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_create_bo:605) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:605) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:605) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:605) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:605) igt_core-INFO: Stack trace: (vc4_create_bo:605) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:605) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:605) igt_core-INFO: #2 [+0xea7d110c] (vc4_create_bo:605) igt_core-INFO: #3 [+0xea7d0dec] (vc4_create_bo:605) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:605) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:605) igt_core-INFO: #6 [+0xea7d0e30] **** END **** [1mSubtest create-bo-zeroed: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-write-waits-until-write-done (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() #3 [+0xc5e20f48] #4 [+0xc5e211b0] #5 [+0xc5e20dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc5e20e30] Subtest poll-write-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:611) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:611) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:611) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:611) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:611) igt_core-INFO: #2 ../lib/ig<14>[ 136.939380] [IGT] vc4_dmabuf_poll: finished subtest poll-write-waits-until-write-done, FAIL t_vc4.c:<14>[ 136.948897] [IGT] vc4_dmabuf_poll: exiting, ret=98 88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:611) igt_core-INFO: #3 [<8>[ 136.960610] +0xc5e20f48] (vc4_dmabuf_poll:611) igt_core-INFO: #4 [+0xc5e211b0] (vc4_dmabuf_poll:611) igt_core-INFO: #5 [+0xc5e20dec] (vc4_dmabuf_poll:611) igt_core-INFO: #6 [__libc_init_first+<14>[ 136.988701] [IGT] vc4_dmabuf_poll: executing 0x80] (<14>[ 136.994008] [IGT] vc4_dmabuf_poll: starting subtest poll-read-waits-until-write-done vc4_dmabuf_poll:611) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:611) igt_core-INFO: #8 [+<14>[ 137.012972] [IGT] vc4_dmabuf_poll: finished subtest poll-read-waits-until-write-done, FAIL 0xc5e20e<14>[ 137.021958] [IGT] vc4_dmabuf_poll: exiting, ret=98 30] **** END **** [1mSubtest poll-write-waits-until<8>[ 137.032145] -write-done: FAIL (0.349<8>[ 137.042975] s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-read-waits-until-write-done (vc4_dmabuf_poll:614) igt_vc4-CRITICAL:<8>[ 137.068754] Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (<14>[ 137.092496] [IGT] vc4_label_bo: executing ((0x40 +<14>[ 137.097969] [IGT] vc4_label_bo: starting subtest set-label 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:614) igt_vc4-CRITICAL<14>[ 137.114904] [IGT] vc4_label_bo: finished subtest set-label, FAIL : Last e<14>[ 137.122083] [IGT] vc4_label_bo: exiting, ret=98 rrno: 19, No such device (vc4_dmabuf_poll:614) igt_vc4-<8>[ 137.132019] CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() #3 [+0xca1<14>[ 137.155992] [IGT] vc4_label_bo: executing 70f48] <14>[ 137.160926] [IGT] vc4_label_bo: starting subtest set-bad-handle #4 [[ 137.167699] [drm:vc4_label_bo_ioctl [vc4]] *ERROR* Failed to look up GEM BO -791621424 nknown>+<14>[ 137.176678] [IGT] vc4_label_bo: finished subtest set-bad-handle, SUCCESS 0xca1711<14>[ 137.184558] [IGT] vc4_label_bo: exiting, ret=0 88] #5 [+0xca170dec] #6 [__libc_init_firs<8>[ 137.194343] t+0x80] #7 [__libc_start_main+0x98] #8 [+0xca170e30] Subtest poll-read-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Test assertion f<14>[ 137.218841] [IGT] vc4_label_bo: executing ailure f<14>[ 137.223857] [IGT] vc4_label_bo: starting subtest set-bad-name unction igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:614) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:614) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:614) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:614) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:614) igt_core-INFO: #3 [+0xca170f48] (vc4_dmabuf_poll:614) igt_core-INFO: #4 [+0xca171188] (vc4_dmabuf_poll:614) igt_core-INFO: #5 [+0xca170dec] (vc4_dmabuf_poll:614) igt_core-INFO: #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:614) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:614) igt_core-INFO: #8 [+0xca170e30] **** END **** [1mSubtest poll-read-waits-until-write-done: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-label (vc4_label_bo:620) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:620) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:620) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:620) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc3a712c0] #3 [+0xc3a70d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc3a70db0] Subtest set-label failed. **** DEBUG **** (vc4_label_bo:620) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:620) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:620) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:620) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:620) igt_core-INFO: Stack trace: (vc4_label_bo:620) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:620) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:620) igt_core-INFO: #2 [+0xc3a712c0] (vc4_label_bo:620) igt_core-INFO: #3 [+0xc3a70d6c] (vc4_label_bo:620) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:620) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:620) igt_core-INFO: #6 [+0xc3a70db0] **** END **** [1mSubtest set-label: FAIL (0.011s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-handle [1mSubtest set-bad-handle: SUCCESS (0.009s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-name (vc4_label_bo:626) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:626) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:626) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:626<14>[ 137.580821] [IGT] vc4_label_bo: finished subtest set-bad-name, FAIL ) igt_vc<14>[ 137.588294] [IGT] vc4_label_bo: exiting, ret=98 4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c<8>[ 137.599306] :1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc4ff1234] #3 [+0xc4ff0d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc4ff0db0] Subtest s<14>[ 137.625044] [IGT] vc4_label_bo: executing et-bad-n<14>[ 137.630371] [IGT] vc4_label_bo: starting subtest set-kernel-name ame failed. **** DEBUG **** (vc4_label_bo:626) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, fi<14>[ 137.647147] [IGT] vc4_label_bo: finished subtest set-kernel-name, FAIL le ../li<14>[ 137.654771] [IGT] vc4_label_bo: exiting, ret=98 b/igt_vc4.c:126: (vc4_label_bo:626) igt_vc4-CRITICAL: F<8>[ 137.664594] ailed assertion: igt_ioc<8>[ 137.673894] tl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:626) igt_vc4-CRITICAL: Last errno: 19, No such device (v<8>[ 137.699010] c4_label_bo:626) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:626) igt_core-INFO: Stack trace: (vc4_label_bo:626) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:626) igt_cor<14>[ 137.722259] [IGT] vc4_lookup_fail: executing e-INFO: <14>[ 137.728125] [IGT] vc4_lookup_fail: starting subtest bad-color-write #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:626) igt_core-INFO: #2 [+0xc4ff1234] (vc4_label<14>[ 137.744139] [IGT] vc4_lookup_fail: finished subtest bad-color-write, FAIL _bo:626)<14>[ 137.751770] [IGT] vc4_lookup_fail: exiting, ret=98 igt_core-INFO: #3 [+0xc4ff0d6c] (vc4_label_<8>[ 137.761960] bo:626) igt_core-INFO: <8>[ 137.771273] #4 [__libc_init_first+0x80] (vc4_label_bo:626) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:626) igt_core-INFO: #6 [+0xc4ff0db0] **** END **** [1mSubtest set-bad-name: FAIL (0.350s)[0m IGT-Version: 1.28-ga<8>[ 137.796254] 44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-kernel-name (vc4_label_bo:629) igt_vc4-CRITICAL:<14>[ 137.818887] [IGT] vc4_mmap: executing Test as<14>[ 137.824066] [IGT] vc4_mmap: starting subtest mmap-bad-handle sertion <14>[ 137.830516] [IGT] vc4_mmap: finished subtest mmap-bad-handle, SUCCESS failure <14>[ 137.838096] [IGT] vc4_mmap: exiting, ret=0 function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: <8>[ 137.847524] (vc4_label_bo:629) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8<14>[ 137.872846] [IGT] vc4_mmap: executing )))), (&<14>[ 137.877604] [IGT] vc4_mmap: starting subtest mmap-bo create)) == 0 (vc4_label_bo:629) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:629) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe7cc11a8] #3 [+0xe7cc0d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe7cc0db0] Subtest set-kernel-name failed. **** DEBUG **** (vc4_label_bo:629) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:629) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:629) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:629) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:629) igt_core-INFO: Stack trace: (vc4_label_bo:629) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:629) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:629) igt_core-INFO: #2 [+0xe7cc11a8] (vc4_label_bo:629) igt_core-INFO: #3 [+0xe7cc0d6c] (vc4_label_bo:629) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:629) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:629) igt_core-INFO: #6 [+0xe7cc0db0] **** END **** [1mSubtest set-kernel-name: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-color-write (vc4_lookup_fail:635) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:635) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:635) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:635) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xc2410e84] #2 [+0xc2410b6c] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xc2410bb0] Subtest bad-color-write failed. **** DEBUG **** (vc4_lookup_fail:635) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:635) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:635) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:635) CRITICAL: error: 19 != 22 (vc4_lookup_fail:635) igt_core-INFO: Stack trace: (vc4_lookup_fail:635) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_lookup_fail:635) igt_core-INFO: #1 [+0xc2410e84] (vc4_lookup_fail:635) igt_core-INFO: #2 [+0xc2410b6c] (vc4_lookup_fail:635) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_lookup_fail:635) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_lookup_fail:635) igt_core-INFO: #5 [+0xc2410bb0] **** END **** [1mSubtest bad-color-write: FAIL (0.009s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: mmap-bad-handle [1mSubtest mmap-bad-handle: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: mmap-bo (vc4_mmap:644) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:644) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_mmap:644) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_mmap:644) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:<14>[ 138.235206] [IGT] vc4_mmap: finished subtest mmap-bo, FAIL 1989 __i<14>[ 138.241744] [IGT] vc4_mmap: exiting, ret=98 gt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe743122c] <8>[ 138.253193] #3 [+0xe7430eec] #4 <8>[ 138.263214] [__libc_init_first+0x80] #5 [__libc_start_main+0x98] <8>[ 138.272068] #6 [+0xe7430f30] Subtest mmap-bo failed. **** DEBUG **** (vc4_mmap:644) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:644) igt_vc4-CRITICAL: Failed assertio<8>[ 138.299325] n: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_mmap:644) igt_vc4-CRITIC<14>[ 138.322725] [IGT] vc4_purgeable_bo: executing AL: Last<14>[ 138.328332] [IGT] vc4_purgeable_bo: exiting, ret=77 errno: 19, No such device (vc4_mmap:644) igt_vc4-CRITI<8>[ 138.338573] CAL: error: -1 != 0 (vc4_mmap:644) igt_core-INFO: Stack trace: (vc4_mmap:644) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_mmap:644) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc<14>[ 138.364008] [IGT] vc4_purgeable_bo: executing 4_mmap:6<14>[ 138.369557] [IGT] vc4_purgeable_bo: exiting, ret=77 44) igt_core-INFO: #2 [+0xe743122c] (vc4_mmap:644) i<8>[ 138.379995] gt_core-INFO: #3 [+0xe7430eec] (vc4_mmap:644) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_mmap:644) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_mmap:644) igt_core-INFO: #6 <14>[ 138.405057] [IGT] vc4_purgeable_bo: executing [[ 138.410720] [IGT] vc4_purgeable_bo: exiting, ret=77 n>+0xe7430f30] **** END **** [1mSubtest mmap-bo: FAIL (0.35<8>[ 138.421116] 2s)[0m /usr/bin/igt-parser.sh: 73: vc4_prefmon: not found /usr/bin/igt-parser.sh: 83: vc4_prefmon: not found WARNING: unhandled exit status: 127 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip5<14>[ 138.447569] [IGT] vc4_purgeable_bo: executing 3 aarch6<14>[ 138.453213] [IGT] vc4_purgeable_bo: exiting, ret=77 4) Using IGT_SRANDOM=1706305836 for randomisation Open<8>[ 138.463443] ed device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) <14>[ 138.489178] [IGT] vc4_purgeable_bo: executing Last er<14>[ 138.495277] [IGT] vc4_purgeable_bo: exiting, ret=77 rno: 19, No such device [1mSubtest mark-willneed: SKIP (0.000s<8>[ 138.505628] )[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_u<14>[ 138.531842] [IGT] vc4_purgeable_bo: executing nique___<14>[ 138.537253] [IGT] vc4_purgeable_bo: exiting, ret=77 _real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test re<8>[ 138.547609] quirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-purgeable: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-c<14>[ 138.573286] [IGT] vc4_purgeable_bo: executing ip53 aar<14>[ 138.579047] [IGT] vc4_purgeable_bo: exiting, ret=77 ch64) Using IGT_SRANDOM=1706305836 for randomisation O<8>[ 138.589258] pened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVIS<14>[ 138.616160] [IGT] vc4_purgeable_bo: executing E) Last<14>[ 138.621764] [IGT] vc4_purgeable_bo: exiting, ret=77 errno: 19, No such device [1mSubtest mark-purgeable-t<8>[ 138.632095] wice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirement not met i<14>[ 138.657560] [IGT] vc4_purgeable_bo: executing n functi<14>[ 138.663082] [IGT] vc4_purgeable_bo: exiting, ret=77 on __igt_unique____real_main97, file ../tests/vc4/vc4_pu<8>[ 138.673271] rgeable_bo.c:106: Test <8>[ 138.682473] requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-unpurgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRAND<8>[ 138.707356] OM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_g<14>[ 138.730341] [IGT] vc4_tiling: executing et_param<14>[ 138.735472] [IGT] vc4_tiling: starting subtest get-bad-handle (fd, DRM<14>[ 138.742169] [IGT] vc4_tiling: finished subtest get-bad-handle, SUCCESS _VC4_PAR<14>[ 138.749807] [IGT] vc4_tiling: exiting, ret=0 AM_SUPPORTS_MADVISE) Last errno: 19, No such device [<8>[ 138.759695] 1mSubtest access-purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test <14>[ 138.785167] [IGT] vc4_tiling: executing requirem<14>[ 138.790160] [IGT] vc4_tiling: starting subtest set-bad-handle ent not <14>[ 138.796737] [IGT] vc4_tiling: finished subtest set-bad-handle, SUCCESS met in f<14>[ 138.804444] [IGT] vc4_tiling: exiting, ret=0 unction __igt_unique____real_main97, file ../tests/vc4/v<8>[ 138.814114] c4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest access-purged-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe<14>[ 138.839829] [IGT] vc4_tiling: executing (aarch6<14>[ 138.844880] [IGT] vc4_tiling: starting subtest get-bad-flags 4) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test <14>[ 138.861323] [IGT] vc4_tiling: finished subtest get-bad-flags, FAIL requirem<14>[ 138.868640] [IGT] vc4_tiling: exiting, ret=98 ent not met in function __igt_unique____real_main97, fil<8>[ 138.878242] e ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-unpurgeable-check-retained: SKIP (0.00<14>[ 138.903257] [IGT] vc4_tiling: executing 0s)[0m <14>[ 138.908243] [IGT] vc4_tiling: starting subtest set-bad-flags IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest mark-unpurgeable-purged: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such device [1mSubtest free-purged-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-handle [1mSubtest get-bad-handle: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-handle [1mSubtest set-bad-handle: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-flags (vc4_tiling:689) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:689) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:689) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:689) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe0511080] #3 [+0xe0510dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe0510df0] Subtest get-bad-flags failed. **** DEBUG **** (vc4_tiling:689) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:689) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:689) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:689) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:689) igt_core-INFO: Stack trace: (vc4_tiling:689) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:689) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:689) igt_core-INFO: #2 [+0xe0511080] (vc4_tiling:689) igt_core-INFO: #3 [+0xe0510dac] (vc4_tiling:689) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:689) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:689) igt_core-INFO: #6 [+0xe0510df0] **** END **** [1mSubtest get-bad-flags: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-flags (vc4_tiling:692) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:692) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:692) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:692) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0<14>[ 139.263062] [IGT] vc4_tiling: finished subtest set-bad-flags, FAIL x9c] <14>[ 139.270302] [IGT] vc4_tiling: exiting, ret=98 #2 [+0xe18a1138] #3 [+0xe18a0dac] #4 [__libc_ini<8>[ 139.281517] t_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe18a0df0] Subtest set-bad-flags failed. **** DEBUG **** (vc4_tiling:692) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt<14>[ 139.308214] [IGT] vc4_tiling: executing _vc4.c:1<14>[ 139.313558] [IGT] vc4_tiling: starting subtest get-bad-modifier 26: (vc4_tiling:692) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0<14>[ 139.330303] [IGT] vc4_tiling: finished subtest get-bad-modifier, FAIL +8)) | (<14>[ 139.337756] [IGT] vc4_tiling: exiting, ret=98 ((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create<8>[ 139.347408] _bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:692) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:692) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:692) igt_core-INFO: Stack trace: (v<14>[ 139.373246] [IGT] vc4_tiling: executing c4_tilin<14>[ 139.378432] [IGT] vc4_tiling: starting subtest set-bad-modifier g:692) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:692) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:692) igt_core-INFO: #2 [+0xe18a1138] (vc4_tiling:692) igt_core-INFO: #3 [+0xe18a0dac] (vc4_tiling:692) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:692) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:692) igt_core-INFO: #6 [+0xe18a0df0] **** END **** [1mSubtest set-bad-flags: FAIL (0.348s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-modifier (vc4_tiling:695) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:695) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:695) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:695) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb8661358] #3 [+0xb8660dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb8660df0] Subtest get-bad-modifier failed. **** DEBUG **** (vc4_tiling:695) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:695) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:695) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:695) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:695) igt_core-INFO: Stack trace: (vc4_tiling:695) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:695) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:695) igt_core-INFO: #2 [+0xb8661358] (vc4_tiling:695) igt_core-INFO: #3 [+0xb8660dac] (vc4_tiling:695) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:695) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:695) igt_core-INFO: #6 [+0xb8660df0] **** END **** [1mSubtest get-bad-modifier: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-modifier (vc4_tiling:698) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:698) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:698) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:698) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xcc3913ec] #3 [+0xcc390dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcc390df0] Subtest set-bad-modifier failed. **** DEBUG **** (vc4_tiling:698) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:698) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:698) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:698) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:698) igt_core-INFO: Stack trace: (vc4_tiling:698) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_as<14>[ 139.733504] [IGT] vc4_tiling: finished subtest set-bad-modifier, FAIL sert() <14>[ 139.741030] [IGT] vc4_tiling: exiting, ret=98 (vc4_tiling:698) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tili<8>[ 139.752301] ng:698) igt_core-INFO: #2 [+0xcc3913ec] (vc4_tiling:698) igt_core-INFO: #3 [+0xcc390dac] (vc4_tiling:698) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:698) igt_core-INFO: #5 [__<14>[ 139.778971] [IGT] vc4_tiling: executing libc_sta<14>[ 139.783801] [IGT] vc4_tiling: starting subtest set-get rt_main+0x98] (vc4_tiling:698) igt_core-INFO: #6 [+0xcc390df0] **** END **** [1mSubtest set-bad-modifie<14>[ 139.799828] [IGT] vc4_tiling: finished subtest set-get, FAIL r: FAIL <14>[ 139.806455] [IGT] vc4_tiling: exiting, ret=98 (0.348s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linu<8>[ 139.816069] x: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-get (vc4_tiling:701) igt_vc4-CRITICAL: Test assertion failure function<14>[ 139.840220] [IGT] vc4_tiling: executing igt_vc4<14>[ 139.845630] [IGT] vc4_tiling: starting subtest get-after-free _create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:701) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) <14>[ 139.862289] [IGT] vc4_tiling: finished subtest get-after-free, FAIL << (((0+<14>[ 139.869480] [IGT] vc4_tiling: exiting, ret=98 8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0)<8>[ 139.879151] | ((((sizeof(st<8>[ 139.888266] ruct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:701) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:701) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [<8>[ 139.913753] igt_vc4_create_bo+0x9c] #2 [+0xc9ed14dc] #3 [+0xc9ed0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc9ed0df0] Subtest set-get failed. *<14>[ 139.936362] [IGT] vc4_wait_bo: executing *** DEBUG **** (vc4_tiling:701) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:701) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:701) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:701) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:701) igt_core-INFO: Stack trace: (vc4_tiling:701) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:701) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:701) igt_core-INFO: #2 [+0xc9ed14dc] (vc4_tiling:701) igt_core-INFO: #3 [+0xc9ed0dac] (vc4_tiling:701) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:701) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:701) igt_core-INFO: #6 [+0xc9ed0df0] **** END **** [1mSubtest set-get: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-after-free (vc4_tiling:704) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:704) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:704) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:704) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xdd761474] #3 [+0xdd760dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdd760df0] Subtest get-after-free failed. **** DEBUG **** (vc4_tiling:704) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:704) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:704) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:704) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:704) igt_core-INFO: Stack trace: (vc4_tiling:704) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:704) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:704) igt_core-INFO: #2 [+0xdd761474] (vc4_tiling:704) igt_core-INFO: #3 [+0xdd760dac] (vc4_tiling:704) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:704) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:704) igt_core-INFO: #6 [+0xdd760df0] **** END **** [1mSubtest get-after-free: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:710) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:710) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:710) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:710) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd478149c] #3 [+0xd4780e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd4780e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:710) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) (vc4<14>[ 140.290661] [IGT] vc4_wait_bo: exiting, ret=98 _wait_bo:710) igt_core-INFO: Using IGT_SRANDOM=170630583<8>[ 140.300663] 7 for randomisation (vc4_wait_bo:710) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:710) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:710) drmtest-DEBUG: Test requirement pass<14>[ 140.325600] [IGT] vc4_wait_bo: executing ed: !(fd<0) (vc4_wait_bo:710) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:710) igt_vc4-CRITICAL: Test asse<14>[ 140.341205] [IGT] vc4_wait_bo: exiting, ret=98 rtion failure function igt_vc4_create_bo, file ../lib/ig<8>[ 140.351032] t_vc4.c:126: (vc4_wait_bo:710) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))<14>[ 140.374854] [IGT] vc4_wait_bo: executing ) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:710) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:710) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:710) igt_core-INFO: Stack trace: (vc4_wait_bo:710) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:710) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:710) igt_core-INFO: #2 [+0xd478149c] (vc4_wait_bo:710) igt_core-INFO: #3 [+0xd4780e2c] (vc4_wait_bo:710) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:710) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:710) igt_core-INFO: #6 [+0xd4780e70] **** END **** [1mSubtest bad-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:713) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:713) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:713) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:713) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xdf40149c] #3 [+0xdf400e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdf400e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:713) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) (vc4_wait_bo:713) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:713) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:713) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:713) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:713) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:713) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:713) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:713) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:713) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:713) igt_core-INFO: Stack trace: (vc4_wait_bo:713) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:713) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:713) igt_core-INFO: #2 [+0xdf40149c] (vc4_wait_bo:713) igt_core-INFO: #3 [+0xdf400e2c] (vc4_wait_bo:713) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:713) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:713) igt_core-INFO: #6 [+0xdf400e70] **** END **** [1mSubtest bad-pad: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:716) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:716) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:716) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:716) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb694149c] #3 [+0xb6940e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb6940e70] Test vc4_wait_bo failed. **** DE<14>[ 140.729061] [IGT] vc4_wait_bo: exiting, ret=98 BUG **** (vc4_wait_bo:716) igt_core-INFO: IGT-Version: <8>[ 140.739076] 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) (vc4_wait_bo:716) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:716) drmtest-DEBUG: Force option used: Using driv<14>[ 140.763392] [IGT] vc4_wait_bo: executing er vc4 (vc4_wait_bo:716) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:716) drmtest-DEBUG: Test requirement passed:<14>[ 140.779190] [IGT] vc4_wait_bo: exiting, ret=98 !(fd<0) (vc4_wait_bo:716) DEBUG: Test requirement pass<8>[ 140.789212] ed: igt_vc4_is_v3d(fd) (vc4_wait_bo:716) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:716) igt_vc4-CRITICAL: Failed assertion:<14>[ 140.813313] [IGT] vc4_wait_bo: executing igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:716) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:716) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:716) igt_core-INFO: Stack trace: (vc4_wait_bo:716) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:716) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:716) igt_core-INFO: #2 [+0xb694149c] (vc4_wait_bo:716) igt_core-INFO: #3 [+0xb6940e2c] (vc4_wait_bo:716) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:716) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:716) igt_core-INFO: #6 [+0xb6940e70] **** END **** [1mSubtest unused-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:719) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:719) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:719) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:719) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc6e1149c] #3 [+0xc6e10e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc6e10e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:719) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) (vc4_wait_bo:719) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:719) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:719) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:719) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:719) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:719) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:719) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:719) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:719) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:719) igt_core-INFO: Stack trace: (vc4_wait_bo:719) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:719) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:719) igt_core-INFO: #2 [+0xc6e1149c] (vc4_wait_bo:719) igt_core-INFO: #3 [+0xc6e10e2c] (vc4_wait_bo:719) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:719) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:719) igt_core-INFO: #6 [+0xc6e10e70] **** END **** [1mSubtest unused-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:722) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:722) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:722) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:722) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xdc2b149c] #3 [<<14>[ 141.167071] [IGT] vc4_wait_bo: exiting, ret=98 unknown>+0xdc2b0e2c] #4 [__libc_init_first+0x80] #<8>[ 141.177081] 5 [__libc_start_main+0x98] #6 [+0xdc2b0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:722) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64<14>[ 141.201650] [IGT] vc4_wait_bo: executing ) (vc4_wait_bo:722) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:722) drmtest-DEBUG: Force optio<14>[ 141.217336] [IGT] vc4_wait_bo: exiting, ret=98 n used: Using driver vc4 (vc4_wait_bo:722) drmtest-INFO: Opened<8>[ 141.227271] device: /dev/dri/card0 (vc4_wait_bo:722) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:722) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:722) igt_vc4-CRITICAL: Te<14>[ 141.251983] [IGT] vc4_wait_bo: executing st assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:722) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:722) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:722) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:722) igt_core-INFO: Stack trace: (vc4_wait_bo:722) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:722) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:722) igt_core-INFO: #2 [+0xdc2b149c] (vc4_wait_bo:722) igt_core-INFO: #3 [+0xdc2b0e2c] (vc4_wait_bo:722) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:722) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:722) igt_core-INFO: #6 [+0xdc2b0e70] **** END **** [1mSubtest used-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:725) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:725) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:725) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:725) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xae7b149c] #3 [+0xae7b0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xae7b0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:725) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) (vc4_wait_bo:725) igt_core-INFO: Using IGT_SRANDOM=1706305839 for randomisation (vc4_wait_bo:725) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:725) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:725) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:725) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:725) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:725) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:725) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:725) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:725) igt_core-INFO: Stack trace: (vc4_wait_bo:725) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:725) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:725) igt_core-INFO: #2 [+0xae7b149c] (vc4_wait_bo:725) igt_core-INFO: #3 [+0xae7b0e2c] (vc4_wait_bo:725) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:725) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:725) igt_core-INFO: #6 [+0xae7b0e70] **** END **** [1mSubtest used-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:728) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:728) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:728) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:728) igt_vc4-CRITICAL: error: -1 != 0 Stac<14>[ 141.606218] [IGT] vc4_wait_bo: exiting, ret=98 k trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_<8>[ 141.617932] bo+0x9c] #2 [[ 141.626616] >+0xb4dd149c] #3 [+0xb4dd0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb4dd0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:728) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (a<8>[ 141.651732] arch64) (Linux: 5.10.226-cip53 aarch64) (vc4_wait_bo:728) igt_core-INFO: Using IGT_SRANDOM=1706305839 for randomisation (vc4_wait_bo:728) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wai<14>[ 141.675112] [IGT] vc4_wait_seqno: executing t_bo:728<14>[ 141.680649] [IGT] vc4_wait_seqno: starting subtest bad-seqno-0ns ) drmtes<14>[ 141.687385] [IGT] vc4_wait_seqno: finished subtest bad-seqno-0ns, SUCCESS t-INFO: <14>[ 141.695328] [IGT] vc4_wait_seqno: exiting, ret=0 Opened device: /dev/dri/card0 (vc4_wait_bo:728) drmtest<8>[ 141.705428] -DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:728) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:728) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../l<14>[ 141.730808] [IGT] vc4_wait_seqno: executing ib/igt_v<14>[ 141.736252] [IGT] vc4_wait_seqno: starting subtest bad-seqno-1ns c4.c:126<1>[ 141.743089] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008 : (vc4_<1>[ 141.752903] Mem abort info: wait_bo:<1>[ 141.756694] ESR = 0x96000044 728) igt<1>[ 141.760750] EC = 0x25: DABT (current EL), IL = 32 bits _vc4-CRI<1>[ 141.767096] SET = 0, FnV = 0 TICAL: F<1>[ 141.771152] EA = 0, S1PTW = 0 ailed as<1>[ 141.775296] Data abort info: sertion:<1>[ 141.779175] ISV = 0, ISS = 0x00000044 igt_ioc<1>[ 141.784023] CM = 0, WnR = 1 tl((fd),<1>[ 141.787992] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000052013000 ((((2U|<1>[ 141.795483] [0000000000000008] pgd=0000000000000000, p4d=0000000000000000 1U) << (<0>[ 141.803329] Internal error: Oops: 0000000096000044 [#1] PREEMPT SMP ((0+8)+8<4>[ 141.810643] Modules linked in: brcmfmac brcmutil raspberrypi_cpufreq hci_uart btqca clk_raspberrypi crct10dif_ce btbcm raspberrypi_hwmon cfg80211 bluetooth broadcom bcm_phy_lib ecdh_generic pwm_bcm2835 ecc iproc_rng200 rfkill bcm2711_thermal rng_core vc4 i2c_bcm2835 cec genet mdio_bcm_unimac pcie_brcmstb drm_kms_helper drm dm_mod ip_tables x_tables ipv6 )+14)) |<4>[ 141.843343] CPU: 3 PID: 737 Comm: vc4_wait_seqno Not tainted 5.10.226-cip53 #1 ((('d')<4>[ 141.851625] Hardware name: Raspberry Pi 4 Model B Rev 1.5 (DT) ) << (0+<4>[ 141.858502] pstate: 60000085 (nZCv daIf -PAN -UAO -TCO BTYPE=--) 8)) | ((<4>[ 141.865563] pc : prepare_to_wait+0x74/0x84 (0x40 + <4>[ 141.870665] lr : prepare_to_wait+0x34/0x84 0x03)) <<4>[ 141.875776] sp : ffff80001693bbc0 < 0) | (<4>[ 141.880095] x29: ffff80001693bbc0 x28: ffff80001693bd88 (((sizeo<4>[ 141.886441] x27: 0000000000000010 x26: 0000000000000001 f(struct<4>[ 141.892788] x25: ffff548cd0498858 x24: ffff548cd07faac0 drm_vc4<4>[ 141.899135] x23: ffffc70abb9b7000 x22: ffff80001693bc68 _create_<4>[ 141.905481] x21: ffff548cd0498858 x20: 0000000000000001 bo)))) <<4>[ 141.911828] x19: ffff80001693bc50 x18: 0000000000000000 < ((0+8)<4>[ 141.918175] x17: 0000000000000000 x16: ffffc70ab9ed2930 +8)))), <4>[ 141.924521] x15: 0000ffffcf52d950 x14: 0000000000000000 (&create<4>[ 141.930868] x13: 0000000000000000 x12: 0000000000000000 )) == 0 <4>[ 141.937215] x11: 0000000000000000 x10: 0000000000000000 (vc4_wa<4>[ 141.943562] x9 : ffffc70aa1bb1000 x8 : 0000000000000001 it_bo:72<4>[ 141.949908] x7 : ffffffffffffffff x6 : ffff80001693bd98 8) igt_v<4>[ 141.956254] x5 : 00000000000a9f2a x4 : 0000000000000000 c4-CRITI<4>[ 141.962601] x3 : ffff548cd0498858 x2 : 0000000000000000 CAL: Las<4>[ 141.968947] x1 : 0000000000000000 x0 : ffff548cd0498860 t errno:<4>[ 141.975293] Call trace: 19, No <4>[ 141.978734] prepare_to_wait+0x74/0x84 such dev<4>[ 141.983509] vc4_wait_for_seqno+0xe0/0x19c [vc4] ice (vc<4>[ 141.989142] vc4_wait_seqno_ioctl+0x30/0xa4 [vc4] 4_wait_b<4>[ 141.994931] drm_ioctl_kernel+0xc8/0x120 [drm] o:728) i<4>[ 142.000365] drm_ioctl+0x230/0x48c [drm] gt_vc4-C<4>[ 142.005268] __arm64_sys_ioctl+0xac/0xf0 RITICAL:<4>[ 142.010202] el0_svc_common.constprop.0+0x78/0x1c4 error: <4>[ 142.016018] do_el0_svc+0x24/0x9c -1 != 0 <4>[ 142.020340] el0_svc+0x10/0x20 (vc4_wa<4>[ 142.024392] el0_sync_handler+0xe8/0x114 it_bo:72<4>[ 142.029329] el0_sync+0x180/0x1c0 8) igt_c<0>[ 142.033651] Code: d50323bf d65f03c0 aa1503e0 f8408c02 (f9000456) ore-INFO<4>[ 142.040789] ---[ end trace 204ca014969a419a ]--- : Stack <6>[ 142.046430] note: vc4_wait_seqno[737] exited with preempt_count 1 trace: (vc4_wait_bo:728) igt_core-INFO: #0 ../lib/igt<8>[ 142.057861] _core.c:1989 __i<8>[ 142.066902] gt_fail_assert()<8>[ 142.071728] (vc4_wait_bo:728) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:728) igt_core-INFO: #2 [+0xb4dd149c] (vc4_wait_bo:728) igt_core-INFO: #3 [+0xb4dd0e2c] (vc4_wait_bo:728) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:728) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:728) igt_core-INFO: #6 [+0xb4dd0e70] **** END **** [1mSubtest used-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-seqno-0ns [1mSubtest bad-seqno-0ns: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.226-cip53 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-seqno-1ns Segmentation fault WARNING: unhandled exit status: 139 + set +x / #