Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3002 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.3:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.30 (3810 ms) U-Boot> setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 U-Boot> tftp 0x00080000 354425/tftp-deploy-3kfi4b6a/kernel/Image tftp 0x00080000 354425/tftp-deploy-3kfi4b6a/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.30 Filename '354425/tftp-deploy-3kfi4b6a/kernel/Image'. Load address: 0x80000 Loading: *################################################## 30.4 MiB 16.8 MiB/s done Bytes transferred = 31918592 (1e70a00 hex) U-Boot> tftp 0x06700000 354425/tftp-deploy-3kfi4b6a/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 354425/tftp-deploy-3kfi4b6a/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.30 Filename '354425/tftp-deploy-3kfi4b6a/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *#############################################T T ##### 55.9 MiB 4.2 MiB/s done Bytes transferred = 58591461 (37e08e5 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 354425/tftp-deploy-3kfi4b6a/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 354425/tftp-deploy-3kfi4b6a/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.30 Filename '354425/tftp-deploy-3kfi4b6a/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 25.9 KiB 4.2 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: 58591397 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 36747000, end 39f278a5 ... OK Loading Device Tree to 000000003673d000, end 00000000367467a9 ... OK Working FDT set to 3673d000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 5.10.218-cip49 (KernelCI@build-j218927-arm64-gcc-10-defconfig-gxk9w) (aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT Thu Jun 6 00:13:24 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:off, heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: mapped [mem 0x000000002e400000-0x0000000032400000] (64MB) <6>[ 0.000000] Memory: 1758548K/2019328K available (14528K kernel code, 2818K rwdata, 7676K rodata, 6016K init, 512K bss, 195244K 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.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns <6>[ 0.008626] Console: colour dummy device 80x25 <6>[ 0.013479] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024311] pid_max: default: 32768 minimum: 301 <6>[ 0.029325] LSM: Security Framework initializing <6>[ 0.034351] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042131] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052208] rcu: Hierarchical SRCU implementation. <6>[ 0.059543] EFI services will not be available. <6>[ 0.064702] smp: Bringing up secondary CPUs ... <6>[ 0.070097] Detected PIPT I-cache on CPU1 <6>[ 0.070159] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.070765] Detected PIPT I-cache on CPU2 <6>[ 0.070810] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.071395] Detected PIPT I-cache on CPU3 <6>[ 0.071439] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.071526] smp: Brought up 1 node, 4 CPUs <6>[ 0.109477] SMP: Total of 4 processors activated. <6>[ 0.114506] CPU features: detected: 32-bit EL0 Support <6>[ 0.119991] CPU features: detected: CRC32 instructions <6>[ 0.125460] CPU features: detected: 32-bit EL1 Support <6>[ 0.149567] CPU: All CPU(s) started at EL2 <6>[ 0.154026] alternatives: patching kernel code <6>[ 0.160314] devtmpfs: initialized <6>[ 0.169070] KASLR enabled <6>[ 0.172209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.182343] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.191365] pinctrl core: initialized pinctrl subsystem <6>[ 0.198335] DMI not present or invalid. <6>[ 0.203314] NET: Registered protocol family 16 <6>[ 0.209661] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.217154] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.225400] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.233711] audit: initializing netlink subsys (disabled) <5>[ 0.239628] audit: type=2000 audit(0.156:1): state=initialized audit_enabled=0 res=1 <6>[ 0.240688] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.247740] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.254412] cpuidle: using governor menu <6>[ 0.265726] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.272955] ASID allocator initialised with 32768 entries <6>[ 0.280324] Serial: AMBA PL011 UART driver <6>[ 0.322987] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.330049] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.337091] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.344132] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.352678] cryptd: max_cpu_qlen set to 1000 <6>[ 0.360132] ACPI: Interpreter disabled. <6>[ 0.366475] iommu: Default domain type: Translated <6>[ 0.371945] vgaarb: loaded <5>[ 0.375255] SCSI subsystem initialized <6>[ 0.379711] usbcore: registered new interface driver usbfs <6>[ 0.385579] usbcore: registered new interface driver hub <6>[ 0.391249] usbcore: registered new device driver usb <4>[ 0.396790] usb_phy_generic phy: supply vcc not found, using dummy regulator <6>[ 0.404956] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.410246] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.419756] PTP clock support registered <6>[ 0.424135] EDAC MC: Ver: 3.0.0 <6>[ 0.429045] FPGA manager framework <6>[ 0.432847] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.440092] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.446730] VFS: Disk quotas dquot_6.6.0 <6>[ 0.451028] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.458452] pnp: PnP ACPI: disabled <6>[ 0.469167] NET: Registered protocol family 2 <6>[ 0.474186] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.483539] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.492518] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.500893] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) <6>[ 0.508860] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.515927] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.523035] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.530735] NET: Registered protocol family 1 <6>[ 0.535916] RPC: Registered named UNIX socket transport module. <6>[ 0.542182] RPC: Registered udp transport module. <6>[ 0.547206] RPC: Registered tcp transport module. <6>[ 0.552228] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.559019] PCI: CLS 0 bytes, default 64 <6>[ 0.563447] Unpacking initramfs... <6>[ 4.912834] Freeing initrd memory: 57216K <6>[ 4.918184] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 4.926884] kvm [1]: IPA Size Limit: 44 bits <6>[ 4.932978] kvm [1]: vgic interrupt IRQ9 <6>[ 4.937395] kvm [1]: Hyp mode initialized successfully <5>[ 4.944970] Initialise system trusted keyrings <6>[ 4.949927] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 4.963465] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 4.970371] NFS: Registering the id_resolver key type <5>[ 4.975795] Key type id_resolver registered <5>[ 4.980297] Key type id_legacy registered <6>[ 4.984717] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 4.991766] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 4.999685] 9p: Installing v9fs 9p2000 file system support <5>[ 5.069546] Key type asymmetric registered <5>[ 5.073965] Asymmetric key parser 'x509' registered <6>[ 5.079197] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 5.086946] io scheduler mq-deadline registered <6>[ 5.091795] io scheduler kyber registered <4>[ 5.109267] EINJ: ACPI disabled. <6>[ 5.131673] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.140206] printk: console [ttyS1] disabled <6>[ 5.144883] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 26, base_baud = 62499999) is a 16550 <6>[ 5.154180] printk: console [ttyS1] enabled <6>[ 5.154180] printk: console [ttyS1] enabled <6>[ 5.163202] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.163202] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.175809] SuperH (H)SCI(F) driver initialized <6>[ 5.181261] msm_serial: driver initialized <6>[ 5.194470] loop: module loaded <6>[ 5.199072] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.207827] megasas: 07.714.04.00-rc1 <6>[ 5.218098] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.224371] thunder_xcv, ver 1.0 <6>[ 5.227943] thunder_bgx, ver 1.0 <6>[ 5.231526] nicpf, ver 1.0 <6>[ 5.235871] hclge is initializing <6>[ 5.239533] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 5.247132] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 5.252834] e1000: Intel(R) PRO/1000 Network Driver <6>[ 5.258055] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 5.264202] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 5.269510] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.275827] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 5.281575] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.287532] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 5.294161] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 5.300807] sky2: driver version 1.30 <6>[ 5.305997] VFIO - User Level meta-driver version: 0.3 <6>[ 5.313574] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 5.320486] ehci-pci: EHCI PCI platform driver <6>[ 5.325298] ehci-platform: EHCI generic platform driver <6>[ 5.331000] ehci-orion: EHCI orion driver <6>[ 5.335460] ehci-exynos: EHCI Exynos driver <6>[ 5.340085] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 5.346642] ohci-pci: OHCI PCI platform driver <6>[ 5.351454] ohci-platform: OHCI generic platform driver <6>[ 5.357148] ohci-exynos: OHCI Exynos driver <6>[ 5.362291] usbcore: registered new interface driver usb-storage <6>[ 5.371684] i2c /dev entries driver <6>[ 5.377783] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 5.385401] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 5.396160] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 5.404977] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.411542] sdhci: Copyright(c) Pierre Ossman <6>[ 5.416836] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.424333] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.432592] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.440836] usbcore: registered new interface driver usbhid <6>[ 5.446767] usbhid: USB HID core driver <6>[ 5.452032] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.462487] NET: Registered protocol family 17 <6>[ 5.467484] 9pnet: Installing 9P2000 support <5>[ 5.472181] Key type dns_resolver registered <6>[ 5.477105] registered taskstats version 1 <5>[ 5.481547] Loading compiled-in X.509 certificates <6>[ 5.491728] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 24, base_baud = 0) is a PL011 rev2 <6>[ 5.501210] serial serial0: tty port ttyAMA0 registered <6>[ 5.520537] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 5.535753] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 5.543444] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 5.651826] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 5.665011] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 5.703222] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 5.711319] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <4>[ 5.725993] mmc0: queuing unknown CIS tuple 0x80 (2 bytes) <4>[ 5.733528] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.741057] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.749923] mmc0: queuing unknown CIS tuple 0x80 (7 bytes) <4>[ 5.757453] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <6>[ 5.815607] mmc1: new ultra high speed DDR50 SDXC card at address 59b4 <6>[ 5.823246] mmcblk1: mmc1:59b4 GE4S5 239 GiB <6>[ 5.824629] mmc0: new high speed SDIO card at address 0001 <6>[ 5.829970] mmcblk1: p1 p2 <6>[ 18.008115] clk: Disabling unused clocks <6>[ 18.012501] ALSA device list: <6>[ 18.015779] No soundcards found. <6>[ 18.025422] Freeing unused kernel memory: 6016K <6>[ 18.030559] Run /init as init process <30>[ 18.066852] systemd[1]: System time before build time, advancing clock. <6>[ 18.087988] NET: Registered protocol family 10 <6>[ 18.093932] Segment Routing with IPv6 <30>[ 18.107552] 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.141171] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.164385] systemd[1]: Hostname set to . <30>[ 18.453887] systemd[1]: Queued start job for default target graphical.target. <30>[ 18.467510] 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.493839] 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.521996] 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.549427] 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.572551] 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.600448] 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.628313] 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.648387] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 18.672265] 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.700286] 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.728301] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 18.752269] 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.776236] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 18.800276] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 18.820303] 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.848559] 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.877308] 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.904891] 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.932854] 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.960875] 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>[ 18.988737] 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.020375] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 19.048250] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 19.076460] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 19.100668] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 19.120857] 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.153207] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 19.184879] 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.199597] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com dm_mod... <30>[ 19.224965] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 19.257005] 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.289011] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <28>[ 19.320953] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 19.334443] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 19.347124] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 19.377379] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 19.409318] 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.440787] 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.473057] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 19.507659] systemd[1]: Started systemd-journald.service - Journal Service. [[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. [[0;32m OK [0m] Mounted [0;1;39mdev-hugepages.mount[0m - Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[…- POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodes…reate List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod. [[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. [[0;32m OK [0m] Finished [0;1;39msystemd-modules-l…service[0m - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-network-g…rk units from Kernel command line. [[0;1;31mFAILED[0m] Failed to start [0;1;39msystemd-re…ount Root and Kernel File Systems. See 'systemctl status systemd-remount-fs.service' for details. [[0;32m OK [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network. Mounting [0;1;39msys-kernel-config…ernel Configuration File System... Starting [0;1;39msystemd-journal-f…h Journal to Persistent Storage... Starting [0;1;<46>[ 19.887124] systemd-journald[127]: Received client request to flush runtime journal. 39msystemd-random-se…ice[0m - Load/Save Random Seed... Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [[0;32m OK [0m] 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.830480] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-login<5>[ 20.846886] random: dbus-daemon: uninitialized urandom read (12 bytes read) d.se…ice[0m - User Login Management... Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m<6>[ 21.134829] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. <6>[ 21.154474] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. <3>[ 21.172750] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.182409] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] Starting [0;1;39msystemd-updat<6>[ 21.195629] iproc-rng200 fe104000.rng: hwrng registered e-ut… Record Runlevel Change in UTMP... <6>[ 21.205166] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <6>[ 21.225176] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 <3>[ 21.227723] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Cha<3>[ 21.251163] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock nge in UTMP. <3>[ 21.271147] [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<3>[ 21.303097] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock ctivated USB gadget. <6>[ 21.317603] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) <6>[ 21.326374] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 21.334368] Bluetooth: Core ver 2.22 <6>[ 21.338497] NET: Registered protocol family 31 <6>[ 21.343866] pci_bus 0000:00: root bus resource [bus 00-ff] <5>[ 21.350826] cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>[ 21.351470] Bluetooth: HCI device and connection manager initialized <6>[ 21.365825] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 21.376833] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 <6>[ 21.383784] Bluetooth: HCI socket layer initialized <3>[ 21.387168] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.391619] pci 0000:00:00.0: PME# supported from D0 D3hot <6>[ 21.398732] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 21.407060] Bluetooth: L2CAP socket layer initialized <3>[ 21.416450] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present! <6>[ 21.433547] Bluetooth: SCO socket layer initialized <6>[ 21.435043] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <3>[ 21.446118] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present! <5>[ 21.450334] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 21.462626] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 21.471399] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [[0;32m<6>[ 21.472477] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) OK [<4>[ 21.480644] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db 0m] List<6>[ 21.481073] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 ening on<6>[ 21.481145] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [0;1;3<6>[ 21.481329] pci 0000:01:00.0: PME# supported from D0 D3hot <6>[ 21.497639] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) 9msystem<6>[ 21.525167] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) d-rfkil�<6>[ 21.527146] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] ��l Swit<6>[ 21.534771] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) ch Statu<6>[ 21.546312] cfg80211: failed to load regulatory.db s /dev/r<6>[ 21.551227] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) fkill Wa<6>[ 21.559586] bcmgenet fd580000.ethernet end0: renamed from eth0 tch. <6>[ 21.564645] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.581252] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.593060] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 <6>[ 21.601647] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 21.607939] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [[0;32m OK [0m] Reached target [0;1;39msoun<6>[ 21.619958] vc4-drm gpu: [drm] Cannot find any crtc or sizes d.target<6>[ 21.624299] pci 0000:00:00.0: PCI bridge to [bus 01] [0m - S<6>[ 21.632726] Bluetooth: HCI UART driver ver 2.3 ound Car<6>[ 21.636944] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] d. <6>[ 21.638091] Bluetooth: HCI UART protocol H4 registered <6>[ 21.649116] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 21.652052] Bluetooth: HCI UART protocol LL registered <6>[ 21.652247] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <4>[ 21.652314] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <4>[ 21.652317] brcmfmac mmc0:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.bin <6>[ 21.662312] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 <6>[ 21.664908] Bluetooth: HCI UART protocol Broadcom registered <4>[ 21.666945] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <4>[ 21.667053] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 21.719939] Bluetooth: HCI UART protocol QCA registered <6>[ 21.721206] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 21.731107] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 21.739133] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 <6>[ 21.749289] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 21.754868] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 21.762647] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 21.769622] hub 1-0:1.0: USB hub found <6>[ 21.773748] hub 1-0:1.0: 1 port detected <6>[ 21.778557] hub 2-0:1.0: USB hub found <6>[ 21.782682] hub 2-0:1.0: 4 ports detected <6>[ 21.784211] uart-pl011 fe201000.serial: no DMA platform data Starting [0;1;39msystemd-rfkill.se…Load/Save RF Kill Switch Status... [[0;32m OK [0m] Started [0;1;39msystemd-rfkill.ser…- Load/Save RF Kill Switch Status. [[0;32m OK [0m] Reached target [0;1;39mbluetooth.target[0m - Bluetooth Support. <6>[ 22.024613] Bluetooth: hci0: BCM: chip id 107 <6>[ 22.029561] Bluetooth: hci0: BCM: features 0x2f <6>[ 22.035880] Bluetooth: hci0: BCM4345C0 <6>[ 22.039954] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 <6>[ 22.046351] usb 1-1: new high-speed USB device number 2 using xhci_hcd <3>[ 22.053642] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 22.060683] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 22.066161] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' <5>[ 22.080088] random: crng init done [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. Debian GNU/Linux 12 debian-bookworm-arm64 ttyS1 debian-bookworm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 5.10.218-cip49 #1 SMP PREEMPT Thu Jun 6 00:13:24 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.216657] hub 1-1:1.0: USB hub found <6>[ 22.221003] hub 1-1:1.0: 4 ports detected / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-354425/environment . /lava-354425/environment / # /lava-354425/bin/lava-test-runner /lava-354425/0 /lava-354425/bin/lava-test-runner /lava-354425/0<3>[ 22.676357] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 + export TESTRUN_ID=0_igt-<8>[ 22.711122] kms-vc4 + cd /lava-354425/0/tests/0_igt-kms-vc4 + cat uuid + UUID=354425_1.5.2.4.1 + set +x + IGT_FORCE_DRIVER=vc4 /usr/bin/igt-parser.sh core_auth core_getclient core_getstats core_getversion core_setmaster_vs_auth drm_read kms_addfb_<8>[ 22.738264] basic kms_atomic kms_flip_event_leak kms_prop_blob kms_setmode kms_vblank vc4_create_bo vc4_dmabuf_poll vc4_label_bo vc4_lookup_fail vc4_mmap vc4_prefmon vc4_purgeable_<14>[ 22.758674] [IGT] core_auth: executing bo vc4_t<14>[ 22.763241] [IGT] core_auth: starting subtest getclient-simple iling vc<14>[ 22.770155] [IGT] core_auth: finished subtest getclient-simple, SUCCESS 4_wait_b<14>[ 22.777781] [IGT] core_auth: exiting, ret=0 o vc4_wait_seqno IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5<8>[ 22.787793] .10.218-cip49 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card0 [1mSubtest getclient-simple: SUCCESS (0.000s<14>[ 22.811882] [IGT] core_auth: executing )[0m <14>[ 22.816628] [IGT] core_auth: starting subtest getclient-master-drop IGT-Vers<14>[ 22.823978] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS ion: 1.2<14>[ 22.832024] [IGT] core_auth: exiting, ret=0 8-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Us<8>[ 22.841670] ing IGT_SRANDOM=1706305720 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card0 [1mSubtest getclient-master-drop: SUCCESS (0.000s)[0m <14>[ 22.867285] [IGT] core_auth: executing IGT-Vers<14>[ 22.871884] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 22.878239] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-ga44eb<14>[ 22.885336] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_<8>[ 22.895013] SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 22.920230] [IGT] core_auth: executing IGT-Vers<14>[ 22.924769] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest: many-magics Reopening device failed afte<14>[ 22.948419] [IGT] core_auth: finished subtest many-magics, SUCCESS r 1020 o<14>[ 22.955392] [IGT] core_auth: exiting, ret=0 pens [1mSubtest many-magics: SUCCESS (0.017s)[0m <8>[ 22.965036] <8>[ 22.973834] <14>[ 23.017626] [IGT] core_getclient: executing IGT-Vers<14>[ 23.022653] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarc<8>[ 23.032881] h64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.075532] [IGT] core_getstats: executing IGT-Vers<14>[ 23.080496] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarc<8>[ 23.090517] h64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.133938] [IGT] core_getversion: executing IGT-Vers<14>[ 23.139077] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarc<8>[ 23.149331] h64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <14>[ 23.193233] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 23.199169] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarc<8>[ 23.209925] h64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.006s) <8>[ 23.238608] <14>[ 23.260964] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/ca<6>[ 23.277432] vc4-drm gpu: [drm] Cannot find any crtc or sizes rd0 <14>[ 23.412245] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 23.418370] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest<14>[ 23.426022] [IGT] drm_read: exiting, ret=0 : invalid-buffer [1mSubtest invalid-buffer: SUCCESS (0.000s)[0m <8>[ 23.436905] <14>[ 23.463127] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 23.603770] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 23.609890] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest<14>[ 23.617180] [IGT] drm_read: exiting, ret=0 : fault-buffer [1mSubtest fault-buffer: SUCCESS (0.000s)[0m <8>[ 23.627942] <14>[ 23.653699] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 <14>[ 23.794922] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 24.800964] [IGT] drm_read: finished subtest empty-block, SUCCESS est empt<14>[ 24.808298] [IGT] drm_read: exiting, ret=0 y-block: SUCCESS (1.000s)[0m <8>[ 24.819180] <14>[ 24.845533] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 24.986502] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 24.992674] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest<14>[ 25.000248] [IGT] drm_read: exiting, ret=0 : empty-nonblock [1mSubtest empty-nonblock: SUCCESS (0.000s)[0m <8>[ 25.011322] <14>[ 25.037839] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 <14>[ 25.179232] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 25.185768] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest<14>[ 25.193686] [IGT] drm_read: exiting, ret=0 : short-buffer-block [1mSubtest short-buffer-block: SUCCESS (0.000s)[<8>[ 25.204682] 0m <14>[ 25.231885] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 25.372784] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 25.379554] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest<14>[ 25.387742] [IGT] drm_read: exiting, ret=0 : short-buffer-nonblock [1mSubtest short-buffer-nonblock: SUCCESS (0.0<8>[ 25.398683] 00s)[0m <14>[ 25.425826] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card0 <14>[ 25.566710] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 57.786236] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est shor<14>[ 57.794287] [IGT] drm_read: exiting, ret=0 t-buffer-wakeup: SUCCESS (32.213s)[0m <8>[ 57.805063] <8>[ 57.815058] <8>[ 57.839604] <14>[ 57.862573] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.1<14>[ 57.871492] [IGT] kms_addfb_basic: starting subtest unused-handle 0.218-ci<14>[ 57.878265] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS p49 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-handle [1mSubtest unused-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_<14>[ 57.905608] [IGT] kms_addfb_basic: exiting, ret=0 intel, file ../lib/drmtest.c:880: Test requirement: is_intel_de<8>[ 57.916473] 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, file ../lib/drmtest.c:880: Test re<14>[ 57.943050] [IGT] kms_addfb_basic: executing quirement: is_intel_device(fd) IGT-Vers<14>[ 57.951624] [IGT] kms_addfb_basic: starting subtest unused-pitches ion: 1.2<14>[ 57.958497] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS 8-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCESS (0.000s)[0m Test re<14>[ 57.985629] [IGT] kms_addfb_basic: exiting, ret=0 quirement not met in function igt_require_intel, file ../lib/drm<8>[ 57.996885] test.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_<14>[ 58.023764] [IGT] kms_addfb_basic: executing intel, file ../lib/drmtest.c:880: Test <14>[ 58.032049] [IGT] kms_addfb_basic: starting subtest unused-offsets requirem<14>[ 58.038956] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS ent: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-offsets [1mSubtest unu<14>[ 58.066189] [IGT] kms_addfb_basic: exiting, ret=0 sed-offsets: SUCCESS (0.000s)[0m Test requirement not met in function <8>[ 58.077333] 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 requiremen<14>[ 58.104553] [IGT] kms_addfb_basic: executing t not met in function igt_require_intel, file ..<14>[ 58.113252] [IGT] kms_addfb_basic: starting subtest unused-modifier /lib/drm<14>[ 58.120854] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS test.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: unuse<14>[ 58.148162] [IGT] kms_addfb_basic: exiting, ret=0 d-modifier [1mSubtest unused-modifier: SUCCESS (0.000s)[0m Test requ<8>[ 58.159478] irement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel<14>[ 58.186817] [IGT] kms_addfb_basic: executing _device(fd) Test requirement not met in functio<14>[ 58.195444] [IGT] kms_addfb_basic: starting subtest clobberred-modifier n igt_re<14>[ 58.203283] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP quire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/ca<14>[ 58.230565] [IGT] kms_addfb_basic: exiting, ret=77 rd0 Starting subtest: clobberred-modifier Test requirement not met in <8>[ 58.242098] 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.269196] [IGT] kms_addfb_basic: executing test.c:880: Test requirement: is_intel_<14>[ 58.277441] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete device(f<14>[ 58.285494] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP d) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirem<14>[ 58.313826] [IGT] kms_addfb_basic: exiting, ret=77 ent: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5<8>[ 58.324964] .10.218-cip49 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/drmtes<14>[ 58.353309] [IGT] kms_addfb_basic: executing t.c:880: Test requirement: is_intel_dev<14>[ 58.361784] [IGT] kms_addfb_basic: starting subtest legacy-format ice(fd) [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requirement not met in function igt_require_in<14>[ 58.378814] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS tel, 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 <14>[ 58.405281] [IGT] kms_addfb_basic: exiting, ret=0 met in function igt_require_intel, file ../lib/drmtest.c:880: T<8>[ 58.416030] est requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: legacy-format Succ<14>[ 58.442513] [IGT] kms_addfb_basic: executing essfully fuzzed 10000 {bpp, depth} variations [1mSubtest legac<14>[ 58.452633] [IGT] kms_addfb_basic: starting subtest no-handle y-format<14>[ 58.459640] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS : SUCCESS (0.010s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file <14>[ 58.485157] [IGT] kms_addfb_basic: exiting, ret=0 ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requi<8>[ 58.496246] rement 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomis<14>[ 58.523206] [IGT] kms_addfb_basic: executing ation Opened device: /dev/dri/card0 Starting subtest: no-handl<14>[ 58.533222] [IGT] kms_addfb_basic: starting subtest basic e [1mS<14>[ 58.539766] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS ubtest 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 igt_requ<14>[ 58.564887] [IGT] kms_addfb_basic: exiting, ret=0 ire_intel, file ../lib/drmtest.c:880: Test requirement:<8>[ 58.574695] 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.218-cip49 aar<14>[ 58.599421] [IGT] kms_addfb_basic: executing ch64) Using IGT_SRANDOM=1706305756 for randomisation Opened de<14>[ 58.609946] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 vice: /d<14>[ 58.616945] [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 requirem<14>[ 58.643044] [IGT] kms_addfb_basic: exiting, ret=0 ent not met in function igt_require_intel, file ../lib/drmtest.c:880: T<8>[ 58.654465] est requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.<14>[ 58.679808] [IGT] kms_addfb_basic: executing 10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomis<14>[ 58.690149] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 ation O<14>[ 58.697403] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS pened de<46>[ 58.705275] systemd-journald[127]: Data hash table of /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal has a fill level at 75.1 (1537 of 2047 items, 524288 file size, 341 bytes per hash table item), suggesting rotation. vice: /d<46>[ 58.727369] systemd-journald[127]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. ev/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/<14>[ 58.756971] [IGT] kms_addfb_basic: exiting, ret=0 drmtest.c:880: Test requirement: is_intel_device(fd) Test requ<8>[ 58.767631] irement 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.793742] [IGT] kms_addfb_basic: executing is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using<14>[ 58.807116] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 IGT_SRA<14>[ 58.813909] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS NDOM=1706305756 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 .<14>[ 58.839372] [IGT] kms_addfb_basic: exiting, ret=0 ./lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requir<8>[ 58.850672] ement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is<14>[ 58.877450] [IGT] kms_addfb_basic: executing _intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: <14>[ 58.887142] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 5.10.218<14>[ 58.894483] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS -cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-63 [1mSubtest bad-pitch-63: SUCCESS (0.000s)[0m Test requirement not met in func<14>[ 58.920414] [IGT] kms_addfb_basic: exiting, ret=0 tion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is<8>[ 58.931452] _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:<14>[ 58.958979] [IGT] kms_addfb_basic: executing Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44e<14>[ 58.968699] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 bfe (aar<14>[ 58.976018] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS ch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-128 [1mSubtest bad-pitch-128: SUCCESS (0.000s)[0m Test req<14>[ 59.001742] [IGT] kms_addfb_basic: exiting, ret=0 uirement not met in function igt_require_intel, file ../lib/drmt<8>[ 59.012921] est.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_i<14>[ 59.039212] [IGT] kms_addfb_basic: executing ntel, file ../lib/drmtest.c:880: Test requirement: is_intel_dev<14>[ 59.049501] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 ice(fd) <14>[ 59.056936] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-256 [1mSubtest bad-pitch-256<14>[ 59.083014] [IGT] kms_addfb_basic: exiting, ret=0 : SUCCESS (0.000s)[0m Test requirement not met in func<8>[ 59.092687] tion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device<14>[ 59.118201] [IGT] kms_addfb_basic: executing (fd) Test requirement not met in function igt_require_intel, fi<14>[ 59.128424] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 le ../li<14>[ 59.135819] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS b/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 St<14>[ 59.161498] [IGT] kms_addfb_basic: exiting, ret=0 arting subtest: bad-pitch-1024 [1mSubtest bad-pitch-1024: SUCC<8>[ 59.172685] ESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: <14>[ 59.198991] [IGT] kms_addfb_basic: executing Test requirement: is_intel_device(fd) Test requirement not met<14>[ 59.209406] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 in func<14>[ 59.216829] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS tion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation <14>[ 59.242500] [IGT] kms_addfb_basic: exiting, ret=0 Opened device: /dev/dri/card0 Starting subtest: bad-pitch-999 [1mSub<8>[ 59.253926] test bad-pitch-999: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_in<14>[ 59.280541] [IGT] kms_addfb_basic: executing tel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 59.291694] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any Test req<14>[ 59.299332] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS uirement 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.218-cip49 aarch64) Using I<14>[ 59.324155] [IGT] kms_addfb_basic: exiting, ret=0 GT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 <8>[ 59.335465] Starting subtest: bad-pitch-65536 [1mSubtest bad-pitch-65536: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requiremen<14>[ 59.362949] [IGT] kms_addfb_basic: executing t not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requir<14>[ 59.374834] [IGT] kms_addfb_basic: starting subtest invalid-get-prop ement: i<14>[ 59.382378] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS s_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<14>[ 59.406767] [IGT] kms_addfb_basic: exiting, ret=0 .218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisat<8>[ 59.418050] ion Opened device: /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 req<14>[ 59.444762] [IGT] kms_addfb_basic: executing uirement: is_intel_device(fd) Test requirement not met in function igt_require_<14>[ 59.456443] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any intel, f<14>[ 59.464331] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS ile ../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<14>[ 59.489131] [IGT] kms_addfb_basic: exiting, ret=0 -Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64<8>[ 59.500353] ) 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 igt_require_intel<14>[ 59.527853] [IGT] kms_addfb_basic: executing , file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requir<14>[ 59.539153] [IGT] kms_addfb_basic: starting subtest invalid-set-prop ement no<14>[ 59.546654] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS t 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>[ 59.571330] [IGT] kms_addfb_basic: exiting, ret=0 requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) <8>[ 59.582466] (Linux: 5.10.218-cip49 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 Test requirement<14>[ 59.609807] [IGT] kms_addfb_basic: executing not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_d<14>[ 59.622793] [IGT] kms_addfb_basic: starting subtest master-rmfb evice(fd<14>[ 59.630042] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS ) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_i<14>[ 59.652598] [IGT] kms_addfb_basic: exiting, ret=0 ntel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <8>[ 59.663878] IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS <14>[ 59.690679] [IGT] kms_addfb_basic: executing (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requireme<14>[ 59.705337] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag nt: is_i<14>[ 59.713528] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS ntel_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<14>[ 59.735987] [IGT] kms_addfb_basic: exiting, ret=0 met in function igt_require_intel, file ../lib/drmtest.c:880: Test req<8>[ 59.747253] uirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: master-rmfb [1mSubtest m<14>[ 59.775604] [IGT] kms_addfb_basic: executing aster-rmfb: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:<14>[ 59.789742] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier 880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, fil<14>[ 59.805992] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL 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 require<14>[ 59.828019] [IGT] kms_addfb_basic: exiting, ret=98 ment: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: <8>[ 59.839559] 5.10.218-cip49 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 Test req<14>[ 59.866536] [IGT] kms_addfb_basic: executing uirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in functi<14>[ 59.895272] [IGT] kms_addfb_basic: exiting, ret=77 on igt_require_intel, file ../lib/drmtest.c:880: Test r<8>[ 59.905059] equirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Starting subtest: <14>[ 59.931593] [IGT] kms_addfb_basic: executing addfb25-bad-modifier (kms_addfb_basic:363) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:363) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0<14>[ 59.959958] [IGT] kms_addfb_basic: exiting, ret=77 ) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8))<8>[ 59.970166] )), (&f)) == -1 (kms_addfb_basic:363) CRITICAL: error: 0 != -1 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xe4614358] #2 [+0xe4615fbc]<14>[ 59.994572] [IGT] kms_addfb_basic: executing #3 [+0xe461156c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe46115b0] Subtest addfb25-bad-modifier failed. **** DEBUG **** (kms_addfb_basic:363) ioctl_wrappers-DEBUG: Test requirement passed: igt_has_fb_modifiers(fd) (kms_add<14>[ 60.023573] [IGT] kms_addfb_basic: exiting, ret=77 fb_basic:363) CRITICAL: Test assertion failure function <8>[ 60.033927] addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:363) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof<14>[ 60.060590] [IGT] kms_addfb_basic: executing (struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:363) CRITICAL: error: 0 != -1 (kms_addfb_basic:363) igt_core-INFO: Stack trace: (kms_addfb_basic:363) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_addfb_basic:363) igt_co<14>[ 60.089226] [IGT] kms_addfb_basic: exiting, ret=77 re-INFO: #1 [+0xe4614358] (kms_addfb_basic:3<8>[ 60.099143] 63) igt_core-INFO: #2 [+0xe4615fbc] (kms_addfb_basic:363) igt_core-INFO: #3 [+0xe461156c] (kms_addfb_basic:363) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_addfb_basic:363) igt_<14>[ 60.125332] [IGT] kms_addfb_basic: executing core-INFO: #5 [__libc_start_main+0x98] (kms_addfb_basic:363) igt_core-INFO: #6 [+0xe46115b0] **** END **** [1mSubtest addfb25-bad-modifier: FAIL (0.008s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: <14>[ 60.154375] [IGT] kms_addfb_basic: exiting, ret=77 is_intel_device(fd) Test requirement not met in functio<8>[ 60.164720] n igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test require<14>[ 60.189532] [IGT] kms_addfb_basic: executing ment: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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 require<14>[ 60.218028] [IGT] kms_addfb_basic: exiting, ret=77 ment: is_intel_device(fd) [1mSubtest addfb25-x-tiled-m<8>[ 60.227936] ismatch-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met i<14>[ 60.251808] [IGT] kms_addfb_basic: executing 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met i<14>[ 60.280773] [IGT] kms_addfb_basic: exiting, ret=77 n function igt_require_intel, file ../lib/drmtest.c:880:<8>[ 60.290479] Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test require<14>[ 60.315014] [IGT] kms_addfb_basic: executing ment: 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Open<14>[ 60.344047] [IGT] kms_addfb_basic: starting subtest size-max ed devic<14>[ 60.350640] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS e: /dev/<14>[ 60.358234] [IGT] kms_addfb_basic: exiting, ret=0 dri/card0 Test requirement not met in function igt_require_inte<8>[ 60.369364] l, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test<14>[ 60.395751] [IGT] kms_addfb_basic: executing requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305757 for randomisati<14>[ 60.424408] [IGT] kms_addfb_basic: starting subtest too-wide on Open<14>[ 60.430809] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS ed devic<14>[ 60.438444] [IGT] kms_addfb_basic: exiting, ret=0 e: /dev/dri/card0 Test requirement not met in function igt_require_inte<8>[ 60.449724] l, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-x-tiled-legac<14>[ 60.476336] [IGT] kms_addfb_basic: executing y: 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation O<14>[ 60.504484] [IGT] kms_addfb_basic: starting subtest too-high pened de<14>[ 60.511041] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS vice: /d<14>[ 60.518662] [IGT] kms_addfb_basic: exiting, ret=0 ev/dri/card0 Test requirement not met in function igt_r<8>[ 60.528591] equire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(f<14>[ 60.553215] [IGT] kms_addfb_basic: executing d) [1mSubtest framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM<14>[ 60.581987] [IGT] kms_addfb_basic: starting subtest bo-too-small =1706305<14>[ 60.588785] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS 758 for <14>[ 60.596756] [IGT] kms_addfb_basic: exiting, ret=0 randomisation Opened device: /dev/dri/card0 Test requi<8>[ 60.606675] rement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Tes<14>[ 60.631922] [IGT] kms_addfb_basic: executing t requirement: is_intel_device(fd) [1mSubtest tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 a<14>[ 60.660254] [IGT] kms_addfb_basic: starting subtest small-bo arch64) <14>[ 60.666855] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS Using I<14>[ 60.674492] [IGT] kms_addfb_basic: exiting, ret=0 GT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri<8>[ 60.685652] /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 requ<14>[ 60.711971] [IGT] kms_addfb_basic: executing irement: is_intel_device(fd) [1mSubtest basic-y-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch6<14>[ 60.740193] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling 4) Usin<14>[ 60.748666] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP g IGT_SR<14>[ 60.757613] [IGT] kms_addfb_basic: exiting, ret=77 ANDOM=1706305758 for randomisation Opened device: /dev/<8>[ 60.767614] 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, fi<14>[ 60.792746] [IGT] kms_addfb_basic: executing le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: size-max [1mSubtest size-max: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version:<14>[ 60.821840] [IGT] kms_addfb_basic: exiting, ret=77 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64)<8>[ 60.831596] 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(f<14>[ 60.857673] [IGT] kms_addfb_basic: executing d) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-wide [1mSubtest too-wide: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmte<14>[ 60.886100] [IGT] kms_addfb_basic: exiting, ret=77 st.c:880: Test requirement: is_intel_device(fd) IGT-Ve<8>[ 60.896116] rsion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, f<14>[ 60.922063] [IGT] kms_addfb_basic: executing ile ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-high [1mSubtest too-high: SUCCESS (0.000s)[0m Tes<14>[ 60.950081] [IGT] kms_addfb_basic: exiting, ret=77 t requirement not met in function igt_require_intel, fil<8>[ 60.959799] e ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /de<14>[ 60.986218] [IGT] kms_addfb_basic: executing v/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-<14>[ 61.015159] [IGT] kms_addfb_basic: exiting, ret=77 too-small [1mSubtest bo-too-small: SUCCESS (0.000s)[0<8>[ 61.025591] m Test requirement not <8>[ 61.034563] 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card<8>[ 61.060738] 0 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/drmtes<14>[ 61.083564] [IGT] kms_atomic: executing t.c:880: Test requirement: is_intel_device(fd) Starting subtest: small-bo [1mSubtest small-bo: SUCCESS (0.000s)[0m Test requirement not me<14>[ 61.100776] [IGT] kms_atomic: starting subtest plane-overlay-legacy t in fun<14>[ 61.108110] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ction igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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) 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.218-cip49 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.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_req<14>[ 61.306763] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS uire_int<14>[ 61.314730] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS el, file<14>[ 61.323025] [IGT] kms_atomic: exiting, ret=0 ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requ<8>[ 61.334239] irement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel<14>[ 61.361465] [IGT] kms_atomic: executing _device(fd) [1mSubtest addfb25-y-tiled-small-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) <14>[ 61.378543] [IGT] kms_atomic: starting subtest plane-primary-legacy Using IG<14>[ 61.386036] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 T_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305759 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.191s)[0m [1mSubtest plane-overlay-legacy: SUCCESS (0.207s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.519291] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 61.526590] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_atomic:423) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:423) 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:423) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:423) 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 [+0xd7fa5cd0] #7 [+0xd7fa24b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xd7fa24f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.12, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.13, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.14, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting prope<14>[ 62.900499] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL rty "alp<14>[ 62.907852] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL ha" to 0<14>[ 62.916045] [IGT] kms_atomic: exiting, ret=98 xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic<8>[ 62.929584] :423) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0<14>[ 62.957307] [IGT] kms_atomic: executing (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "C<14>[ 62.974302] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos RTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:423) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:423) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:423) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:423) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: } (kms_atomic:423) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:423) igt_kms-CRITICAL: Test assertion failure function kmstest_du<14>[ 63.107443] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP mb_creat<14>[ 63.116916] [IGT] kms_atomic: exiting, ret=77 e, file ../lib/igt_kms.c:1295: (kms_atomic:423) igt_kms-CRITICAL: Faile<8>[ 63.128066] d 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:423) igt_kms-CRITICAL: Last errno: <14>[ 63.156521] [IGT] kms_atomic: executing 12, Cannot allocate memory (kms_atomic:423) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:423) igt_core-INFO: Stack trace: (kms_atomic:423) igt_core-I<14>[ 63.174151] [IGT] kms_atomic: starting subtest plane-immutable-zpos NFO: #<14>[ 63.181853] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:423) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:423) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:423) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:423) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:423) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:423) igt_core-INFO: #6 [+0xd7fa5cd0] (kms_atomic:423) igt_core-INFO: #7 [+0xd7fa24b8] (kms_atomic:423) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:423) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:423) igt_core-INFO: #10 [+0xd7fa24f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.507s)[0m [1mSubtest plane-primary-legacy: FAIL (1.522s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-immutable-zpos Starting dynamic subtest:<14>[ 63.314162] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP pipe-A-<14>[ 63.321428] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP Writebac<14>[ 63.329544] [IGT] kms_atomic: exiting, ret=77 k-1 Test requirement not met in function igt_require_pipe_crc, file ../<8>[ 63.340885] lib/igt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0 CRCs not supported on this platform Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.125<14>[ 63.368141] [IGT] kms_atomic: executing s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.140s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-c<14>[ 63.385158] [IGT] kms_atomic: starting subtest test-only ip49 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: test-only <14>[ 63.516050] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 63.631842] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 63.639873] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 63.647208] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.108s)[0m [1mSubtest test-only: SUCCESS (0.<8>[ 63.658414] 248s)[0m <14>[ 63.685103] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/ca<14>[ 63.701639] [IGT] kms_atomic: starting subtest plane-cursor-legacy rd0 Starting<14>[ 63.709225] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 63.844308] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 63.852326] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 63.860530] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.127s)[0m [1mSubtest plane-cursor-legacy: S<8>[ 63.871829] UCCESS (0.143s)[0m <14>[ 63.899017] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/ca<14>[ 63.915700] [IGT] kms_atomic: starting subtest plane-invalid-params rd0 Starting<14>[ 63.923200] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 subtest: plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 64.059671] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 64.066930] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_atomic:438) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:438) 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:438) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:438) 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 [+0xc3cb54dc] #7 [+0xc3cb24b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xc3cb24f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:438) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:438) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:438) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:438) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:438) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 45 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2d/45 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 49 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x31/49 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 44 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2c/44 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 154 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9a/154 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (kms_atomic:438) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:438) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:438) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2d/45 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x9b/155 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2c/44 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating pl<14>[ 65.103089] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL ane data<14>[ 65.110487] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL : A.0, f<14>[ 65.118609] [IGT] kms_atomic: exiting, ret=98 b 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x9a/154<8>[ 65.131158] (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane <14>[ 65.157590] [IGT] kms_atomic: executing A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (<14>[ 65.175769] [IGT] kms_atomic: starting subtest plane-invalid-params-fence kms_atom<14>[ 65.183590] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ic:438) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:438) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:438) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:438) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:438) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | ((<14>[ 65.316355] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP (0xB2)) <14>[ 65.323815] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP << 0) | <14>[ 65.332465] [IGT] kms_atomic: exiting, ret=77 ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) =<8>[ 65.343607] = 0 (kms_atomic:438) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:438) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:438) igt_core-INFO: Stack trace: (kms_atomic:438) igt_core-INFO: #0 ../lib/igt<14>[ 65.371636] [IGT] kms_atomic: executing _core.c:1989 __igt_fail_assert() (kms_atomic:438) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:438) igt_core-INFO: #2<14>[ 65.389119] [IGT] kms_atomic: starting subtest crtc-invalid-params ../lib/<14>[ 65.396725] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:438) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:438) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:438) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:438) igt_core-INFO: #6 [+0xc3cb54dc] (kms_atomic:438) igt_core-INFO: #7 [+0xc3cb24b8] (kms_atomic:438) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:438) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:438) igt_core-INFO: #10 [+0xc3cb24f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.172s)[0m [1mSubtest plane-invalid-params: FAIL (1.188s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.125s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (0.140s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 Starting subtest: <14>[ 65.531682] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS crtc-inv<14>[ 65.539278] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS alid-par<14>[ 65.547464] [IGT] kms_atomic: exiting, ret=0 ams Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest p<8>[ 65.558905] ipe-A-Writeback-1: SUCCESS (0.127s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.143s)[0m <14>[ 65.586357] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 65.602939] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence rd0 <14>[ 65.610923] [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.743250] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 65.751013] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met<14>[ 65.759582] [IGT] kms_atomic: exiting, ret=77 in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requi<8>[ 65.770671] 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.798946] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/ca<14>[ 65.815468] [IGT] kms_atomic: starting subtest atomic-invalid-params rd0 <14>[ 65.823151] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting subtest: atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 65.956852] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 65.964883] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 65.973255] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.126s)[0m [1mSubtest atomic-invalid-params:<8>[ 65.984403] SUCCESS (0.142s)[0m <14>[ 66.011891] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 <14>[ 66.029063] [IGT] kms_atomic: starting subtest atomic-plane-damage Starting subtest: atomic-plane-damage No dynam<14>[ 66.160864] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests<14>[ 66.168856] [IGT] kms_atomic: exiting, ret=77 executed. [1mSubtest atomic-plane-damage: SKIP (0.125s)[0m <8>[ 66.180181] <8>[ 66.190517] <8>[ 66.215534] <14>[ 66.239481] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card0 <14>[ 66.257482] [IGT] kms_flip_event_leak: starting subtest basic Starting<14>[ 66.264377] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 <3>[ 66.286289] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 66.293540] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) (kms_flip_event_leak:459) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:459) 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:459) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:459) 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 [+0xb5761964] #6 [+0xb576146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xb57614b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_<14>[ 66.992893] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL flip_eve<14>[ 67.001574] [IGT] kms_flip_event_leak: finished subtest basic, FAIL nt_leak:<14>[ 67.009123] [IGT] kms_flip_event_leak: exiting, ret=98 459) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_ev<8>[ 67.021247] ent_leak:459) igt_kms-DEBUG: Tes<8>[ 67.030214] t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCrtc pipe C, disa<8>[ 67.055744] bling (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, <14>[ 67.079170] [IGT] kms_prop_blob: executing plane 17<14>[ 67.084672] [IGT] kms_prop_blob: starting subtest basic (kms_f<14>[ 67.090677] [IGT] kms_prop_blob: finished subtest basic, SUCCESS lip_even<14>[ 67.097865] [IGT] kms_prop_blob: exiting, ret=0 t_leak:459) igt_kms-DEBUG: display: SetCursor pipe C<8>[ 67.108010] , disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_pl<14>[ 67.132272] [IGT] kms_prop_blob: executing anes (k<14>[ 67.137280] [IGT] kms_prop_blob: starting subtest blob-prop-core ms_flip_<14>[ 67.144167] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS event_le<14>[ 67.152147] [IGT] kms_prop_blob: exiting, ret=0 ak:459) igt_kms-DEBUG: display: Fixing up initial ro<8>[ 67.161989] tation pipe D, plane 0 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n<14>[ 67.187766] [IGT] kms_prop_blob: executing _planes <14>[ 67.193042] [IGT] kms_prop_blob: starting subtest blob-prop-validate (kms_fl<14>[ 67.200325] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS ip_event<14>[ 67.208541] [IGT] kms_prop_blob: exiting, ret=0 _leak:459) igt_kms-DEBUG: display: Fixing up initial<8>[ 67.218556] rotation pipe D, plane 17 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) <14>[ 67.243015] [IGT] kms_prop_blob: executing (kms_fli<14>[ 67.248408] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime p_event_<14>[ 67.255760] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS leak:459<14>[ 67.263963] [IGT] kms_prop_blob: exiting, ret=0 ) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<8>[ 67.273913] && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCrtc pipe E, <14>[ 67.299037] [IGT] kms_prop_blob: executing disablin<14>[ 67.304570] [IGT] kms_prop_blob: starting subtest blob-multiple g (kms_<14>[ 67.311544] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS flip_eve<14>[ 67.319133] [IGT] kms_prop_blob: exiting, ret=0 nt_leak:459) igt_kms-DEBUG: Test requirement passed: pla<8>[ 67.329104] ne_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetC<14>[ 67.353917] [IGT] kms_prop_blob: executing ursor pi<14>[ 67.359318] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any pe E, di<14>[ 67.366706] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS sabling <14>[ 67.375137] [IGT] kms_prop_blob: exiting, ret=0 (kms_flip_event_leak:459) igt_kms-DEBUG: display: M<8>[ 67.385089] oveCursor pipe E, (0, 0) (kms_flip_event_leak:459) igt_kms-DEBUG: display: } (kms_flip_event_leak:459) drmtest-DEBUG: Force option used: Using driver vc4 (kms_flip_event_leak:459) drmtest-DEBUG: Opened pre<14>[ 67.411407] [IGT] kms_prop_blob: executing viously <14>[ 67.416536] [IGT] kms_prop_blob: starting subtest invalid-get-prop opened d<14>[ 67.423598] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS evice: /<14>[ 67.431729] [IGT] kms_prop_blob: exiting, ret=0 dev/dri/card0 (kms_flip_event_leak:459) drmtest-DEBUG: <8>[ 67.441793] Test requirement passed: !(fd<0) (kms_flip_event_leak:459) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:459) <14>[ 67.467017] [IGT] kms_prop_blob: executing igt_kms-<14>[ 67.472231] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any CRITICAL<14>[ 67.479549] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS : Test a<14>[ 67.488056] [IGT] kms_prop_blob: exiting, ret=0 ssertion failure function kmstest_dumb_create, file ../l<8>[ 67.498089] ib/igt_kms.c:1295: (kms_flip_event_leak:459) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_crea<14>[ 67.523279] [IGT] kms_prop_blob: executing te_dumb)<14>[ 67.528785] [IGT] kms_prop_blob: starting subtest invalid-set-prop ))) << (<14>[ 67.535848] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS (0+8)+8)<14>[ 67.544012] [IGT] kms_prop_blob: exiting, ret=0 ))), (&create)) == 0 (kms_flip_event_leak:459) igt_kms-<8>[ 67.554037] CRITICAL: Last errno: 12<8>[ 67.563292] , Cannot allocate memory (kms_flip_event_leak:459) igt_kms-CRITICAL: error: -1 != 0 (kms_flip_event_leak:459) igt_core-INFO: Stack trace: (kms_flip_event_leak:459) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_l<8>[ 67.589244] eak:459) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_flip_event_leak:459) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_flip_event_leak:459) igt_co<14>[ 67.612283] [IGT] kms_setmode: executing re-INFO:<14>[ 67.617548] [IGT] kms_setmode: starting subtest basic #3 ..<14>[ 67.623491] [IGT] kms_setmode: finished subtest basic, SKIP /lib/igt<14>[ 67.630134] [IGT] kms_setmode: exiting, ret=77 _fb.c:2112 igt_create_fb_with_bo_size() (kms_flip_event<8>[ 67.640191] _leak:459) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak:459) igt_core-INFO: #5 [+0xb5761964] (kms_flip_event_leak:459) igt_core-INFO: #6 [+0xb5<14>[ 67.664155] [IGT] kms_setmode: executing 76146c] <14>[ 67.669365] [IGT] kms_setmode: starting subtest basic-clone-single-crtc (kms_fl<14>[ 67.676847] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP ip_event<14>[ 67.685095] [IGT] kms_setmode: exiting, ret=77 _leak:459) igt_core-INFO: #7 [__libc_init_first+0x80] <8>[ 67.694978] (kms_flip_event_leak:459) igt_core-INFO: #8 [__libc_start_main+0x98] (kms_flip_event_leak:459) igt_core-INFO: #9 [+0xb57614b0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (0.<14>[ 67.721179] [IGT] kms_setmode: executing 720s)[0<14>[ 67.726637] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc m [1mS<14>[ 67.734278] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP ubtest b<14>[ 67.742718] [IGT] kms_setmode: exiting, ret=77 asic: FAIL (0.737s)[0m IGT-Version: 1.28-ga44ebfe (aar<8>[ 67.752634] ch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44eb<14>[ 67.778957] [IGT] kms_setmode: executing fe (aarc<14>[ 67.784544] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc h64) (Li<14>[ 67.792363] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP nux: 5.1<14>[ 67.801069] [IGT] kms_setmode: exiting, ret=77 0.218-cip49 aarch64) Using IGT_SRANDOM=1706305765 for r<8>[ 67.811027] andomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-core [1mSubtest blob-prop-core: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT<14>[ 67.838081] [IGT] kms_setmode: executing _SRANDOM<14>[ 67.843095] [IGT] kms_setmode: starting subtest clone-exclusive-crtc =1706305<14>[ 67.850283] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP 765 for <14>[ 67.858282] [IGT] kms_setmode: exiting, ret=77 randomisation Opened device: /dev/dri/card0 Starting s<8>[ 67.868272] ubtest: blob-prop-validate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-lifetime [1<14>[ 67.899986] [IGT] kms_setmode: executing mSubtest<14>[ 67.905321] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing blob-pr<14>[ 67.913717] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP op-lifet<14>[ 67.922914] [IGT] kms_setmode: exiting, ret=77 ime: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (a<8>[ 67.932849] arch64) (Linux: 5.10.218<8>[ 67.943577] -cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-<8>[ 67.968187] cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m IGT-Versi<14>[ 67.991397] [IGT] kms_vblank: executing on: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting sub<14>[ 68.008674] [IGT] kms_vblank: starting subtest invalid test: in<14>[ 68.015149] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 valid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:516) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:516) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:516) 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 [+0xc645338c] #3 [+0xc6451c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc6451cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:516) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:516) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:516) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:516) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:516) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<14>[ 71.914225] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL && plan<14>[ 71.921654] [IGT] kms_vblank: finished subtest invalid, FAIL e_idx < <14>[ 71.928662] [IGT] kms_vblank: exiting, ret=98 pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation <8>[ 71.941304] pipe D, plane 0 (kms_vblank:516) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: <14>[ 71.967712] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:516) igt<14>[ 71.984955] [IGT] kms_vblank: starting subtest crtc-id _kms-DEB<14>[ 71.991458] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 UG: display: MoveCursor pipe D, (0, 0) (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:516) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:516) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:516) igt_kms-DEBUG: display: } (kms_vblank:516) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:516) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:516) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:516) igt_core-INFO: Stack trace: (kms_vblank:516) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:516) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:516) igt_core-INFO: #2 [+0xc645338c] (kms_vblank:516) igt_core-INFO: #3 [+0xc6451c78] (kms_vblank:516) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:516) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:516) igt_core-INFO: #6 [+0xc6451cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.891s)[0m [1mSubtest invalid: FAIL (3.907s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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:519) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:519) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:519) 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 [+0xc7fd3728] #3 [+0xc7fd1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc7fd1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:519) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:519) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:519) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:519) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:519) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<14>[ 75.754138] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL && plan<14>[ 75.761602] [IGT] kms_vblank: finished subtest crtc-id, FAIL e_idx < <14>[ 75.768644] [IGT] kms_vblank: exiting, ret=98 pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation <8>[ 75.781078] pipe D, plane 0 (kms_vblank:519) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: <14>[ 75.807315] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:<14>[ 75.824390] [IGT] kms_vblank: starting subtest accuracy-idle 519) igt<14>[ 75.831229] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:519) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:519) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:519) igt_kms-DEBUG: display: } (kms_vblank:519) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:519) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:519) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:519) igt_core-INFO: Stack trace: (kms_vblank:519) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:519) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:519) igt_core-INFO: #2 [+0xc7fd3728] (kms_vblank:519) igt_core-INFO: #3 [+0xc7fd1c78] (kms_vblank:519) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:519) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:519) igt_core-INFO: #6 [+0xc7fd1cb0] **** 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.218-cip49 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:522) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:522) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:522) 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 [+0xd2ca1f94] #3 [+0xd2ca2fa0] #4 [+0xd2ca31bc] #5 [+0xd2ca1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd2ca1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:522) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:522) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:522) igt_kms-DEBUG: Test requirement passe<14>[ 79.594107] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 79.601569] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL _idx >= <14>[ 79.609130] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up <8>[ 79.621554] initial rotation pipe D, plane 0 (kms_vblank:522) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522<14>[ 79.648184] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 79.665679] [IGT] kms_vblank: starting subtest query-idle ing (km<14>[ 79.671975] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 s_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:522) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:522) igt_kms-DEBUG: display: } (kms_vblank:522) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:522) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:522) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:522) igt_core-INFO: Stack trace: (kms_vblank:522) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:522) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:522) igt_core-INFO: #2 [+0xd2ca1f94] (kms_vblank:522) igt_core-INFO: #3 [+0xd2ca2fa0] (kms_vblank:522) igt_core-INFO: #4 [+0xd2ca31bc] (kms_vblank:522) igt_core-INFO: #5 [+0xd2ca1c78] (kms_vblank:522) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:522) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:522) igt_core-INFO: #8 [+0xd2ca1cb0] **** 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.218-cip49 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:525) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:525) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:525) 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 [+0xdbcb1f94] #3 [+0xdbcb2fa0] #4 [+0xdbcb31bc] #5 [+0xdbcb1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdbcb1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:525) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:525) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:525) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:525) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:525) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane<14>[ 83.434878] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 83.442345] [IGT] kms_vblank: finished subtest query-idle, FAIL 0 && pla<14>[ 83.449659] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial <8>[ 83.462344] rotation pipe D, plane 0 (kms_vblank:525) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_km<14>[ 83.488349] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 83.505601] [IGT] kms_vblank: starting subtest query-idle-hang s_vblank<14>[ 83.512452] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP :525) ig<14>[ 83.519977] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 83.529718] s_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 83.554007] [IGT] kms_vblank: executing s_vblank:525) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 83.571250] [IGT] kms_vblank: starting subtest query-forked plane_id<14>[ 83.577701] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:525) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:525) igt_kms-DEBUG: display: } (kms_vblank:525) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:525) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:525) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:525) igt_core-INFO: Stack trace: (kms_vblank:525) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:525) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:525) igt_core-INFO: #2 [+0xdbcb1f94] (kms_vblank:525) igt_core-INFO: #3 [+0xdbcb2fa0] (kms_vblank:525) igt_core-INFO: #4 [+0xdbcb31bc] (kms_vblank:525) igt_core-INFO: #5 [+0xdbcb1c78] (kms_vblank:525) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:525) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:525) igt_core-INFO: #8 [+0xdbcb1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.755s)[0m [1mSubtest query-idle: FAIL (3.771s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:531) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:531) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:531) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xcc111f94] #3 [+0xcc112fa0] #4 [+0xcc1131bc] #5 [+0xcc111c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcc111cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passe<14>[ 87.530116] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 87.537573] [IGT] kms_vblank: finished subtest query-forked, FAIL _idx >= <14>[ 87.545045] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up <8>[ 87.557354] initial rotation pipe D, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 87.583909] [IGT] kms_vblank: executing lank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 87.600529] [IGT] kms_vblank: starting subtest query-forked-hang , disabl<14>[ 87.607545] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP ing (km<14>[ 87.615230] [IGT] kms_vblank: exiting, ret=77 s_vblank:531) igt_kms-DEBUG: display: MoveCursor pip<8>[ 87.624995] e D, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 87.650027] [IGT] kms_vblank: executing e 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx <14>[ 87.667094] [IGT] kms_vblank: starting subtest query-busy >= 0 && <14>[ 87.673665] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:531) igt_kms-DEBUG: display: } (kms_vblank:531) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:531) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:531) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:531) igt_core-INFO: Stack trace: (kms_vblank:531) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:531) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:531) igt_core-INFO: #2 [+0xcc111f94] (kms_vblank:531) igt_core-INFO: #3 [+0xcc112fa0] (kms_vblank:531) igt_core-INFO: #4 [+0xcc1131bc] (kms_vblank:531) igt_core-INFO: #5 [+0xcc111c78] (kms_vblank:531) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:531) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:531) igt_core-INFO: #8 [+0xcc111cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.945s)[0m [1mSubtest query-forked: FAIL (3.960s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:537) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:537) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:537) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb4be1f94] #3 [+0xb4be2fa0] #4 [+0xb4be31bc] #5 [+0xb4be1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb4be1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passe<14>[ 91.626143] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 91.633609] [IGT] kms_vblank: finished subtest query-busy, FAIL _idx >= <14>[ 91.640922] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up <8>[ 91.653630] initial rotation pipe D, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 91.679347] [IGT] kms_vblank: executing lank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 91.696252] [IGT] kms_vblank: starting subtest query-busy-hang , disabl<14>[ 91.703025] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP ing (km<14>[ 91.710540] [IGT] kms_vblank: exiting, ret=77 s_vblank:537) igt_kms-DEBUG: display: MoveCursor pip<8>[ 91.720290] e D, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 91.746176] [IGT] kms_vblank: executing s_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 91.763059] [IGT] kms_vblank: starting subtest query-forked-busy plane_id<14>[ 91.770139] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:537) igt_kms-DEBUG: display: } (kms_vblank:537) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:537) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:537) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:537) igt_core-INFO: Stack trace: (kms_vblank:537) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:537) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:537) igt_core-INFO: #2 [+0xb4be1f94] (kms_vblank:537) igt_core-INFO: #3 [+0xb4be2fa0] (kms_vblank:537) igt_core-INFO: #4 [+0xb4be31bc] (kms_vblank:537) igt_core-INFO: #5 [+0xb4be1c78] (kms_vblank:537) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:537) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:537) igt_core-INFO: #8 [+0xb4be1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.945s)[0m [1mSubtest query-busy: FAIL (3.960s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:543) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:543) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:543) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb3231f94] #3 [+0xb3232fa0] #4 [+0xb32331bc] #5 [+0xb3231c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb3231cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passe<14>[ 95.722098] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 95.729563] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL _idx >= <14>[ 95.737476] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up <8>[ 95.749809] initial rotation pipe D, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543<14>[ 95.776896] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 95.794432] [IGT] kms_vblank: starting subtest query-forked-busy-hang s_vblank<14>[ 95.802230] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP :543) ig<14>[ 95.810391] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 95.820052] s_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 95.846012] [IGT] kms_vblank: executing :543) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 95.862641] [IGT] kms_vblank: starting subtest wait-idle x < pipe<14>[ 95.869144] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:543) igt_kms-DEBUG: display: } (kms_vblank:543) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:543) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:543) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:543) igt_core-INFO: Stack trace: (kms_vblank:543) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:543) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:543) igt_core-INFO: #2 [+0xb3231f94] (kms_vblank:543) igt_core-INFO: #3 [+0xb3232fa0] (kms_vblank:543) igt_core-INFO: #4 [+0xb32331bc] (kms_vblank:543) igt_core-INFO: #5 [+0xb3231c78] (kms_vblank:543) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:543) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:543) igt_core-INFO: #8 [+0xb3231cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.944s)[0m [1mSubtest query-forked-busy: FAIL (3.960s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:549) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:549) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:549) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe6c11f94] #3 [+0xe6c12fa0] #4 [+0xe6c131bc] #5 [+0xe6c11c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe6c11cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passe<14>[ 99.818104] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 99.825570] [IGT] kms_vblank: finished subtest wait-idle, FAIL _idx >= <14>[ 99.832789] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up <8>[ 99.845384] initial rotation pipe D, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549<14>[ 99.871603] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 99.888679] [IGT] kms_vblank: starting subtest wait-idle-hang ing (km<14>[ 99.895436] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP s_vblank<14>[ 99.902871] [IGT] kms_vblank: exiting, ret=77 :549) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<8>[ 99.912647] 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 99.937763] [IGT] kms_vblank: executing s_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 99.954645] [IGT] kms_vblank: starting subtest wait-forked plane_id<14>[ 99.961120] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:549) igt_kms-DEBUG: display: } (kms_vblank:549) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:549) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:549) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:549) igt_core-INFO: Stack trace: (kms_vblank:549) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:549) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:549) igt_core-INFO: #2 [+0xe6c11f94] (kms_vblank:549) igt_core-INFO: #3 [+0xe6c12fa0] (kms_vblank:549) igt_core-INFO: #4 [+0xe6c131bc] (kms_vblank:549) igt_core-INFO: #5 [+0xe6c11c78] (kms_vblank:549) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:549) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:549) igt_core-INFO: #8 [+0xe6c11cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.941s)[0m [1mSubtest wait-idle: FAIL (3.957s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:555) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:555) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:555) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd2331f94] #3 [+0xd2332fa0] #4 [+0xd23331bc] #5 [+0xd2331c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd2331cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passe<14>[ 103.914114] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 103.921576] [IGT] kms_vblank: finished subtest wait-forked, FAIL _idx >= <14>[ 103.928954] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up <8>[ 103.941236] initial rotation pipe D, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555<14>[ 103.967821] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 103.985088] [IGT] kms_vblank: starting subtest wait-forked-hang ing (km<14>[ 103.991959] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP s_vblank<14>[ 103.999581] [IGT] kms_vblank: exiting, ret=77 :555) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<8>[ 104.009320] 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<14>[ 104.034358] [IGT] kms_vblank: executing s_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 104.051430] [IGT] kms_vblank: starting subtest wait-busy plane_id<14>[ 104.057816] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 x < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:555) igt_kms-DEBUG: display: } (kms_vblank:555) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:555) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:555) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:555) igt_core-INFO: Stack trace: (kms_vblank:555) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:555) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:555) igt_core-INFO: #2 [+0xd2331f94] (kms_vblank:555) igt_core-INFO: #3 [+0xd2332fa0] (kms_vblank:555) igt_core-INFO: #4 [+0xd23331bc] (kms_vblank:555) igt_core-INFO: #5 [+0xd2331c78] (kms_vblank:555) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:555) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:555) igt_core-INFO: #8 [+0xd2331cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.945s)[0m [1mSubtest wait-forked: FAIL (3.961s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:561) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:561) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:561) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xaabd1f94] #3 [+0xaabd2fa0] #4 [+0xaabd31bc] #5 [+0xaabd1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xaabd1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passe<14>[ 108.010102] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 108.017563] [IGT] kms_vblank: finished subtest wait-busy, FAIL _idx >= <14>[ 108.024774] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up <8>[ 108.037343] initial rotation pipe D, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 108.063371] [IGT] kms_vblank: executing lank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 108.080037] [IGT] kms_vblank: starting subtest wait-busy-hang , disabl<14>[ 108.086713] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP ing (km<14>[ 108.094141] [IGT] kms_vblank: exiting, ret=77 s_vblank:561) igt_kms-DEBUG: display: MoveCursor pip<8>[ 108.103878] e D, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 108.128268] [IGT] kms_vblank: executing E, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: pl<14>[ 108.145044] [IGT] kms_vblank: starting subtest wait-forked-busy ane_idx <14>[ 108.152144] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:561) igt_kms-DEBUG: display: } (kms_vblank:561) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:561) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:561) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:561) igt_core-INFO: Stack trace: (kms_vblank:561) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:561) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:561) igt_core-INFO: #2 [+0xaabd1f94] (kms_vblank:561) igt_core-INFO: #3 [+0xaabd2fa0] (kms_vblank:561) igt_core-INFO: #4 [+0xaabd31bc] (kms_vblank:561) igt_core-INFO: #5 [+0xaabd1c78] (kms_vblank:561) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:561) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:561) igt_core-INFO: #8 [+0xaabd1cb0] **** 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.218-cip49 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.218-cip49 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:567) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:567) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:567) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd9891f94] #3 [+0xd9892fa0] #4 [+0xd98931bc] #5 [+0xd9891c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd9891cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Test requirement passe<14>[ 112.106214] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 112.113675] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL _idx >= <14>[ 112.121494] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up <8>[ 112.133936] initial rotation pipe D, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567<14>[ 112.161176] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 112.178572] [IGT] kms_vblank: starting subtest wait-forked-busy-hang s_vblank<14>[ 112.186105] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP :567) ig<14>[ 112.194166] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 112.203882] s_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:567) ig<14>[ 112.229897] [IGT] kms_vblank: executing t_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 112.246995] [IGT] kms_vblank: starting subtest ts-continuation-idle ->n_plan<14>[ 112.254525] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 es (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:567) igt_kms-DEBUG: display: } (kms_vblank:567) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:567) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:567) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:567) igt_core-INFO: Stack trace: (kms_vblank:567) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:567) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:567) igt_core-INFO: #2 [+0xd9891f94] (kms_vblank:567) igt_core-INFO: #3 [+0xd9892fa0] (kms_vblank:567) igt_core-INFO: #4 [+0xd98931bc] (kms_vblank:567) igt_core-INFO: #5 [+0xd9891c78] (kms_vblank:567) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:567) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:567) igt_core-INFO: #8 [+0xd9891cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.946s)[0m [1mSubtest wait-forked-busy: FAIL (3.962s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:573) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:573) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:573) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe50a1f94] #3 [+0xe50a2fa0] #4 [+0xe50a31bc] #5 [+0xe50a1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe50a1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passe<14>[ 116.202109] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 116.209571] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL _idx >= <14>[ 116.217749] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up <8>[ 116.230441] initial rotation pipe D, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573<14>[ 116.257418] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 116.274909] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang ing (km<14>[ 116.282330] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP s_vblank<14>[ 116.290717] [IGT] kms_vblank: exiting, ret=77 :573) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<8>[ 116.300480] 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<14>[ 116.326724] [IGT] kms_vblank: executing :573) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 116.344027] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm x < pipe<14>[ 116.351798] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:573) igt_kms-DEBUG: display: } (kms_vblank:573) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:573) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:573) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:573) igt_core-INFO: Stack trace: (kms_vblank:573) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:573) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:573) igt_core-INFO: #2 [+0xe50a1f94] (kms_vblank:573) igt_core-INFO: #3 [+0xe50a2fa0] (kms_vblank:573) igt_core-INFO: #4 [+0xe50a31bc] (kms_vblank:573) igt_core-INFO: #5 [+0xe50a1c78] (kms_vblank:573) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:573) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:573) igt_core-INFO: #8 [+0xe50a1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.940s)[0m [1mSubtest ts-continuation-idle: FAIL (3.955s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:579) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:579) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:579) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd0df1f94] #3 [+0xd0df2fa0] #4 [+0xd0df31bc] #5 [+0xd0df1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd0df1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane<14>[ 120.298818] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL _idx >= <14>[ 120.306285] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL 0 && pla<14>[ 120.314809] [IGT] kms_vblank: exiting, ret=98 ne_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial <8>[ 120.327407] rotation pipe D, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579<14>[ 120.354331] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 120.371601] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend ing (km<14>[ 120.379516] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 s_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:579) igt_kms-DEBUG: display: } (kms_vblank:579) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:579) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:579) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:579) igt_core-INFO: Stack trace: (kms_vblank:579) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:579) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:579) igt_core-INFO: #2 [+0xd0df1f94] (kms_vblank:579) igt_core-INFO: #3 [+0xd0df2fa0] (kms_vblank:579) igt_core-INFO: #4 [+0xd0df31bc] (kms_vblank:579) igt_core-INFO: #5 [+0xd0df1c78] (kms_vblank:579) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:579) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:579) igt_core-INFO: #8 [+0xd0df1cb0] **** 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.218-cip49 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:582) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:582) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:582) 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 [+0xd2df1f94] #3 [+0xd2df2fa0] #4 [+0xd2df31bc] #5 [+0xd2df1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd2df1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:582) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:582) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:582) igt_kms-DEBUG: Test requirement passe<14>[ 124.138111] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 124.145570] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL _idx >= <14>[ 124.154439] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fi<8>[ 124.166366] xing up initial rotation pipe D, plane 0 (kms_vblank:582) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes <14>[ 124.193610] [IGT] kms_vblank: executing (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCurso<14>[ 124.210572] [IGT] kms_vblank: starting subtest ts-continuation-suspend r pipe D<14>[ 124.218395] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 , disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:582) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:582) igt_kms-DEBUG: display: } (kms_vblank:582) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:582) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:582) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:582) igt_core-INFO: Stack trace: (kms_vblank:582) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:582) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:582) igt_core-INFO: #2 [+0xd2df1f94] (kms_vblank:582) igt_core-INFO: #3 [+0xd2df2fa0] (kms_vblank:582) igt_core-INFO: #4 [+0xd2df31bc] (kms_vblank:582) igt_core-INFO: #5 [+0xd2df1c78] (kms_vblank:582) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:582) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:582) igt_core-INFO: #8 [+0xd2df1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.751s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (3.766s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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:585) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:585) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:585) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xde861f94] #3 [+0xde862fa0] #4 [+0xde8631bc] #5 [+0xde861c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xde861cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passe<14>[ 127.978106] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 127.985564] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL _idx >= <14>[ 127.993999] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up <8>[ 128.006576] initial rotation pipe D, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 128.033715] [IGT] kms_vblank: executing lank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 128.050409] [IGT] kms_vblank: starting subtest ts-continuation-modeset , disabl<14>[ 128.058161] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ing (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:585) igt_kms-DEBUG: display: } (kms_vblank:585) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:585) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:585) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:585) igt_core-INFO: Stack trace: (kms_vblank:585) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:585) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:585) igt_core-INFO: #2 [+0xde861f94] (kms_vblank:585) igt_core-INFO: #3 [+0xde862fa0] (kms_vblank:585) igt_core-INFO: #4 [+0xde8631bc] (kms_vblank:585) igt_core-INFO: #5 [+0xde861c78] (kms_vblank:585) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:585) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:585) igt_core-INFO: #8 [+0xde861cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.752s)[0m [1mSubtest ts-continuation-suspend: FAIL (3.767s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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:588) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:588) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:588) 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 [+0xc93a1f94] #3 [+0xc93a2fa0] #4 [+0xc93a31bc] #5 [+0xc93a1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc93a1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:588) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:588) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:588) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:588) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:588) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:588) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:588) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:588) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:588) igt_kms-DEBUG: Test requirement passe<14>[ 131.818118] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 131.825581] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL _idx >= <14>[ 131.834007] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up <8>[ 131.846669] initial rotation pipe D, plane 0 (kms_vblank:588) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588<14>[ 131.873974] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:588) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 131.891639] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang s_vblank<14>[ 131.899894] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP :588) ig<14>[ 131.908538] [IGT] kms_vblank: exiting, ret=77 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<8>[ 131.918266] s_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<14>[ 131.943125] [IGT] kms_vblank: executing e 0 (kms_vblank:588) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx <14>[ 131.959955] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm >= 0 && <14>[ 131.968050] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:588) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:588) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:588) igt_kms-DEBUG: display: } (kms_vblank:588) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:588) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:588) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:588) igt_core-INFO: Stack trace: (kms_vblank:588) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:588) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:588) igt_core-INFO: #2 [+0xc93a1f94] (kms_vblank:588) igt_core-INFO: #3 [+0xc93a2fa0] (kms_vblank:588) igt_core-INFO: #4 [+0xc93a31bc] (kms_vblank:588) igt_core-INFO: #5 [+0xc93a1c78] (kms_vblank:588) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:588) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:588) igt_core-INFO: #8 [+0xc93a1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.752s)[0m [1mSubtest ts-continuation-modeset: FAIL (3.768s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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:594) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:594) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:594) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb4001f94] #3 [+0xb4002fa0] #4 [+0xb40031bc] #5 [+0xb4001c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb4001cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passe<14>[ 135.914107] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL d: plane<14>[ 135.921570] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL _idx >= <14>[ 135.930340] [IGT] kms_vblank: exiting, ret=98 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up <8>[ 135.942980] initial rotation pipe D, plane 0<8>[ 135.954196] (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial <8>[ 135.979047] rotation pipe D, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Tes<14>[ 136.003175] [IGT] vc4_create_bo: executing t requir<14>[ 136.008380] [IGT] vc4_create_bo: starting subtest create-bo-4096 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initi<14>[ 136.025041] [IGT] vc4_create_bo: finished subtest create-bo-4096, FAIL al rotat<14>[ 136.032798] [IGT] vc4_create_bo: exiting, ret=98 ion pipe E, plane 0 (kms_vblank:594) igt_kms-DEBUG: dis<8>[ 136.042955] play: SetCrtc pipe E, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotat<14>[ 136.068284] [IGT] vc4_create_bo: executing ion pipe<14>[ 136.073784] [IGT] vc4_create_bo: starting subtest create-bo-0 E, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:594) igt_kms-DEBUG: display: } (kms_vblank:594) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:594) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:594) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:594) igt_core-INFO: Stack trace: (kms_vblank:594) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:594) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:594) igt_core-INFO: #2 [+0xb4001f94] (kms_vblank:594) igt_core-INFO: #3 [+0xb4002fa0] (kms_vblank:594) igt_core-INFO: #4 [+0xb40031bc] (kms_vblank:594) igt_core-INFO: #5 [+0xb4001c78] (kms_vblank:594) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:594) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:594) igt_core-INFO: #8 [+0xb4001cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.938s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (3.954s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-4096 (vc4_create_bo:600) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:600) 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:600) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:600) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xdf4d11d4] #3 [+0xdf4d0dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdf4d0e30] Subtest create-bo-4096 failed. **** DEBUG **** (vc4_create_bo:600) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:600) 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:600) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:600) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:600) igt_core-INFO: Stack trace: (vc4_create_bo:600) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:600) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:600) igt_core-INFO: #2 [+0xdf4d11d4] (vc4_create_bo:600) igt_core-INFO: #3 [+0xdf4d0dec] (vc4_create_bo:600) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:600) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:600) igt_core-INFO: #6 [+0xdf4d0e30] **** END **** [1mSubtest create-bo-4096: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-0 (vc4_create_bo:603) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:603) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:603) CRITICAL: Last errno: 19, No such device (vc4_create_bo:603) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xb1891268] #2 [+0xb1890dec] #3 [__libc_init_first+0x80] #4 [__libc_start_main<14>[ 136.427352] [IGT] vc4_create_bo: finished subtest create-bo-0, FAIL +0x98] <14>[ 136.434709] [IGT] vc4_create_bo: exiting, ret=98 #5 [+0xb1890e30] Subtest create-bo-0 failed. **** DEBUG ***<8>[ 136.446175] * (vc4_create_bo:603) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:603) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_<14>[ 136.472441] [IGT] vc4_create_bo: executing create_b<14>[ 136.477545] [IGT] vc4_create_bo: starting subtest create-bo-zeroed o:603) CRITICAL: Last errno: 19, No such device (vc4_create_bo:603) CRITICAL: error: 19 != 22 (vc4_create_bo:603) igt_<14>[ 136.494584] [IGT] vc4_create_bo: finished subtest create-bo-zeroed, FAIL core-INF<14>[ 136.502370] [IGT] vc4_create_bo: exiting, ret=98 O: Stack trace: (vc4_create_bo:603) igt_core-INFO: #0<8>[ 136.512539] ../lib/igt_core.c:1989 <8>[ 136.521978] __igt_fail_assert() (vc4_create_bo:603) igt_core-INFO: #1 [+0xb1891268] (vc4_create_bo:603) igt_core-INFO: #2 [+0xb1890dec] (vc4_create_bo:603) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_create_bo:60<8>[ 136.546733] 3) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_create_bo:603) igt_core-INFO: #5 [+0xb1890e30] **** END **** [1mSubtest create-bo-0: FAIL (0.347s)[0m IGT-Version: 1.28-ga44ebfe (aarch6<14>[ 136.570511] [IGT] vc4_dmabuf_poll: executing 4) (Linu<14>[ 136.575983] [IGT] vc4_dmabuf_poll: starting subtest poll-write-waits-until-write-done x: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-zeroed (vc4_create_bo:606) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:606) 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:606) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:606) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbda0110c] #3 [+0xbda00dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbda00e30] Subtest create-bo-zeroed failed. **** DEBUG **** (vc4_create_bo:606) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_create_bo:606) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (vc4_create_bo:606) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_create_bo:606) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:606) 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:606) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:606) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:606) igt_core-INFO: Stack trace: (vc4_create_bo:606) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:606) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:606) igt_core-INFO: #2 [+0xbda0110c] (vc4_create_bo:606) igt_core-INFO: #3 [+0xbda00dec] (vc4_create_bo:606) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:606) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:606) igt_core-INFO: #6 [+0xbda00e30] **** END **** [1mSubtest create-bo-zeroed: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-write-waits-until-write-done (vc4_dmabuf_poll:612) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:612) 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:612) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:612) 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 [+0xd2970f48] #4 [+0xd29711b0] #5 [+0xd2970dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd2970e30] Subtest poll-write-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:612) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:612) 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:612) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:612) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:612) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:612) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:612) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:612) igt_core-INFO<14>[ 136.933019] [IGT] vc4_dmabuf_poll: finished subtest poll-write-waits-until-write-done, FAIL : #2 .<14>[ 136.942571] [IGT] vc4_dmabuf_poll: exiting, ret=98 ./lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:612) igt_c<8>[ 136.954260] ore-INFO: #3 [+0xd2970f48] (vc4_dmabuf_poll:612) igt_core-INFO: #4 [+0xd29711b0] (vc4_dmabuf_poll:612) igt_core-INFO: #5 [+0xd2970dec] (vc4_dmabuf_poll:612) igt_core-INFO: #6 [__libc_ini<14>[ 136.982966] [IGT] vc4_dmabuf_poll: executing t_first+<14>[ 136.988456] [IGT] vc4_dmabuf_poll: starting subtest poll-read-waits-until-write-done 0x80] (vc4_dmabuf_poll:612) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:612) igt_core-INFO: #8 [[ 137.007250] [IGT] vc4_dmabuf_poll: finished subtest poll-read-waits-until-write-done, FAIL nknown>+<14>[ 137.016428] [IGT] vc4_dmabuf_poll: exiting, ret=98 0xd2970e30] **** END **** [1mSubtest poll-write-wai<8>[ 137.026594] ts-until-write-done: FAI<8>[ 137.037719] L (0.348s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-read-waits-until-write-done (vc4_dmabuf_poll:615) i<8>[ 137.062536] gt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) <14>[ 137.085680] [IGT] vc4_label_bo: executing | ((('d'<14>[ 137.091127] [IGT] vc4_label_bo: starting subtest set-label )) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_d<14>[ 137.107458] [IGT] vc4_label_bo: finished subtest set-label, FAIL mabuf_po<14>[ 137.114518] [IGT] vc4_label_bo: exiting, ret=98 ll:615) igt_vc4-CRITICAL: Last errno: 19, No such device<8>[ 137.124433] (vc4_dmabuf_poll:615) 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_cle<14>[ 137.148060] [IGT] vc4_label_bo: executing ared_bo(<14>[ 137.153489] [IGT] vc4_label_bo: starting subtest set-bad-handle ) #3 <3>[ 137.160263] [drm:vc4_label_bo_ioctl [vc4]] *ERROR* Failed to look up GEM BO -791621424 [[ 137.169236] [IGT] vc4_label_bo: finished subtest set-bad-handle, SUCCESS n>+0xdf0<14>[ 137.177126] [IGT] vc4_label_bo: exiting, ret=0 e0f48] #4 [+0xdf0e1188] #5 [+0xd<8>[ 137.186878] f0e0dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdf0e0e30] Subtest poll-read-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: <14>[ 137.212905] [IGT] vc4_label_bo: executing Test ass<14>[ 137.217917] [IGT] vc4_label_bo: starting subtest set-bad-name ertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:615) 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:615) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:615) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:615) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:615) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:615) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:615) igt_core-INFO: #3 [+0xdf0e0f48] (vc4_dmabuf_poll:615) igt_core-INFO: #4 [+0xdf0e1188] (vc4_dmabuf_poll:615) igt_core-INFO: #5 [+0xdf0e0dec] (vc4_dmabuf_poll:615) igt_core-INFO: #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:615) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:615) igt_core-INFO: #8 [+0xdf0e0e30] **** END **** [1mSubtest poll-read-waits-until-write-done: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-label (vc4_label_bo:621) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:621) 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:621) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:621) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xce0012c0] #3 [+0xce000d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xce000db0] Subtest set-label failed. **** DEBUG **** (vc4_label_bo:621) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:621) 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:621) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:621) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:621) igt_core-INFO: Stack trace: (vc4_label_bo:621) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:621) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:621) igt_core-INFO: #2 [+0xce0012c0] (vc4_label_bo:621) igt_core-INFO: #3 [+0xce000d6c] (vc4_label_bo:621) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:621) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:621) igt_core-INFO: #6 [+0xce000db0] **** END **** [1mSubtest set-label: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-name (vc4_label_bo:627) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:627) 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:627) igt_vc4-CRITICAL: Last errno: 19, No such d<14>[ 137.574431] [IGT] vc4_label_bo: finished subtest set-bad-name, FAIL evice (<14>[ 137.581598] [IGT] vc4_label_bo: exiting, ret=98 vc4_label_bo:627) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 .<8>[ 137.593255] ./lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd45d1234] #3 [+0xd45d0d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd45d<14>[ 137.619389] [IGT] vc4_label_bo: executing 0db0] S<14>[ 137.624437] [IGT] vc4_label_bo: starting subtest set-kernel-name ubtest set-bad-name failed. **** DEBUG **** (vc4_label_bo:627) igt_vc4-CRITICAL: Test assertion failure function igt_v<14>[ 137.640999] [IGT] vc4_label_bo: finished subtest set-kernel-name, FAIL c4_creat<14>[ 137.648791] [IGT] vc4_label_bo: exiting, ret=98 e_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:627) igt<8>[ 137.658832] _vc4-CRITICAL: Failed as<8>[ 137.668250] sertion: 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:627) igt_vc4-CRITICAL: Last errno: 19, No such de<8>[ 137.693353] vice (vc4_label_bo:627) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:627) igt_core-INFO: Stack trace: (vc4_label_bo:627) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label<14>[ 137.716544] [IGT] vc4_lookup_fail: executing _bo:627)<14>[ 137.722075] [IGT] vc4_lookup_fail: starting subtest bad-color-write igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:627) igt_core-INFO: #2 [+0xd45d1<14>[ 137.737677] [IGT] vc4_lookup_fail: finished subtest bad-color-write, FAIL 234] (v<14>[ 137.745650] [IGT] vc4_lookup_fail: exiting, ret=98 c4_label_bo:627) igt_core-INFO: #3 [+0xd45d0d<8>[ 137.755716] 6c] (vc4_label_bo:627) <8>[ 137.765050] igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:627) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:627) igt_core-INFO: #6 [+0xd45d0db0] **** END **** [1mSubtest set-bad-name: FAIL (0.350s)[<8>[ 137.790115] 0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-kernel-name (vc4_label_b<14>[ 137.812586] [IGT] vc4_mmap: executing o:630) i<14>[ 137.817340] [IGT] vc4_mmap: starting subtest mmap-bad-handle gt_vc4-C<14>[ 137.823877] [IGT] vc4_mmap: finished subtest mmap-bad-handle, SUCCESS RITICAL:<14>[ 137.831547] [IGT] vc4_mmap: exiting, ret=0 Test assertion failure function igt_vc4_create_bo, file<8>[ 137.841196] ../lib/igt_vc4.c:126: (vc4_label_bo:630) 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>[ 137.866590] [IGT] vc4_mmap: executing )))) << <14>[ 137.871546] [IGT] vc4_mmap: starting subtest mmap-bo ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:630) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:630) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xdd4711a8] #3 [+0xdd470d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdd470db0] Subtest set-kernel-name failed. **** DEBUG **** (vc4_label_bo:630) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:630) 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:630) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:630) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:630) igt_core-INFO: Stack trace: (vc4_label_bo:630) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:630) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:630) igt_core-INFO: #2 [+0xdd4711a8] (vc4_label_bo:630) igt_core-INFO: #3 [+0xdd470d6c] (vc4_label_bo:630) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:630) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:630) igt_core-INFO: #6 [+0xdd470db0] **** END **** [1mSubtest set-kernel-name: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-color-write (vc4_lookup_fail:636) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:636) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:636) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:636) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xd5130e84] #2 [+0xd5130b6c] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xd5130bb0] Subtest bad-color-write failed. **** DEBUG **** (vc4_lookup_fail:636) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:636) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:636) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:636) CRITICAL: error: 19 != 22 (vc4_lookup_fail:636) igt_core-INFO: Stack trace: (vc4_lookup_fail:636) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_lookup_fail:636) igt_core-INFO: #1 [+0xd5130e84] (vc4_lookup_fail:636) igt_core-INFO: #2 [+0xd5130b6c] (vc4_lookup_fail:636) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_lookup_fail:636) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_lookup_fail:636) igt_core-INFO: #5 [+0xd5130bb0] **** END **** [1mSubtest bad-color-write: FAIL (0.008s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 Starting subtest: mmap-bo (vc4_mmap:645) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:645) 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:645) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_mmap:645) igt_vc4-CRITICAL: error<14>[ 138.226536] [IGT] vc4_mmap: finished subtest mmap-bo, FAIL : -1 != <14>[ 138.232955] [IGT] vc4_mmap: exiting, ret=98 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [<8>[ 138.244043] igt_vc4_create_bo+0x9c] #2 [<<8>[ 138.253710] unknown>+0xae84122c] #3 [+0xae840eec] #4 <8>[ 138.262484] [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xae840f30] Subtest mmap-bo failed. **** DEBUG **** (vc4_mmap:645) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.<8>[ 138.289933] c:126: (vc4_mmap:645) 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>[ 138.313770] [IGT] vc4_purgeable_bo: executing , (&crea<14>[ 138.319630] [IGT] vc4_purgeable_bo: exiting, ret=77 te)) == 0 (vc4_mmap:645) igt_vc4-CRITICAL: Last errno: <8>[ 138.329843] 19, No such device (vc4_mmap:645) igt_vc4-CRITICAL: error: -1 != 0 (vc4_mmap:645) igt_core-INFO: Stack trace: (vc4_mmap:645) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_mmap:645) i<14>[ 138.354724] [IGT] vc4_purgeable_bo: executing gt_core-<14>[ 138.360627] [IGT] vc4_purgeable_bo: exiting, ret=77 INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_mmap:645) igt_core-INF<8>[ 138.371061] O: #2 [+0xae84122c] (vc4_mmap:645) igt_core-INFO: #3 [+0xae840eec] (vc4_mmap:645) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_mmap:645) igt_core-INFO: #5 [__libc_start_main+0x<14>[ 138.396914] [IGT] vc4_purgeable_bo: executing 98] (vc<14>[ 138.402597] [IGT] vc4_purgeable_bo: exiting, ret=77 4_mmap:645) igt_core-INFO: #6 [+0xae840f30] <8>[ 138.412874] **** END **** [1mSubtest mmap-bo: FAIL (0.349s)[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-Versio<14>[ 138.439031] [IGT] vc4_purgeable_bo: executing n: 1.28-<14>[ 138.444508] [IGT] vc4_purgeable_bo: exiting, ret=77 ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SR<8>[ 138.454938] ANDOM=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_vc<14>[ 138.480699] [IGT] vc4_purgeable_bo: executing 4_get_pa<14>[ 138.486306] [IGT] vc4_purgeable_bo: exiting, ret=77 ram(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No such<8>[ 138.496791] device [1mSubtest mark-willneed: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Test<14>[ 138.523272] [IGT] vc4_purgeable_bo: executing require<14>[ 138.529114] [IGT] vc4_purgeable_bo: exiting, ret=77 ment not met in function __igt_unique____real_main97, fi<8>[ 138.539341] le ../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-purgeable: SKIP (0.000s)[0m IGT-Version: 1.<14>[ 138.565191] [IGT] vc4_purgeable_bo: executing 28-ga44e<14>[ 138.570964] [IGT] vc4_purgeable_bo: exiting, ret=77 bfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM<8>[ 138.581328] =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<14>[ 138.607942] [IGT] vc4_purgeable_bo: executing _param(f<14>[ 138.613621] [IGT] vc4_purgeable_bo: exiting, ret=77 d, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 19, No s<8>[ 138.624004] uch device [1mSubtest mark-purgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/c<14>[ 138.650052] [IGT] vc4_purgeable_bo: executing ard0 Te<14>[ 138.655711] [IGT] vc4_purgeable_bo: exiting, ret=77 st requirement not met in function __igt_unique____real_<8>[ 138.665932] main97, file ../tests/vc<8>[ 138.675055] 4/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-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: <8>[ 138.699743] 5.10.218-cip49 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:1<14>[ 138.723157] [IGT] vc4_tiling: executing 06: Tes<14>[ 138.728244] [IGT] vc4_tiling: starting subtest get-bad-handle t requir<14>[ 138.734793] [IGT] vc4_tiling: finished subtest get-bad-handle, SUCCESS ement: i<14>[ 138.742484] [IGT] vc4_tiling: exiting, ret=0 gt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) La<8>[ 138.752106] st errno: 19, No such device [1mSubtest access-purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisati<14>[ 138.776777] [IGT] vc4_tiling: executing on Open<14>[ 138.782016] [IGT] vc4_tiling: starting subtest set-bad-handle ed devic<14>[ 138.788728] [IGT] vc4_tiling: finished subtest set-bad-handle, SUCCESS e: /dev/<14>[ 138.796403] [IGT] vc4_tiling: exiting, ret=0 dri/card0 Test requirement not met in function __igt_un<8>[ 138.806164] ique____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 access-purged-bo-mem: SKIP <14>[ 138.831449] [IGT] vc4_tiling: executing (0.000s)<14>[ 138.836727] [IGT] vc4_tiling: starting subtest get-bad-flags [0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisati<14>[ 138.853058] [IGT] vc4_tiling: finished subtest get-bad-flags, FAIL on Open<14>[ 138.860418] [IGT] vc4_tiling: exiting, ret=98 ed device: /dev/dri/card0 Test requirement not met in f<8>[ 138.870237] unction __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 mar<14>[ 138.894858] [IGT] vc4_tiling: executing k-unpurg<14>[ 138.900059] [IGT] vc4_tiling: starting subtest set-bad-flags eable-check-retained: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 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.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-flags (vc4_tiling:690) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:690) 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:690) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:690) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc8391080] #3 [+0xc8390dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc8390df0] Subtest get-bad-flags failed. **** DEBUG **** (vc4_tiling:690) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:690) 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:690) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:690) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:690) igt_core-INFO: Stack trace: (vc4_tiling:690) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:690) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:690) igt_core-INFO: #2 [+0xc8391080] (vc4_tiling:690) igt_core-INFO: #3 [+0xc8390dac] (vc4_tiling:690) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:690) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:690) igt_core-INFO: #6 [+0xc8390df0] **** END **** [1mSubtest get-bad-flags: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-flags (vc4_tiling:693) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:693) 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:693) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:693) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_<14>[ 139.254965] [IGT] vc4_tiling: finished subtest set-bad-flags, FAIL fail_ass<14>[ 139.262209] [IGT] vc4_tiling: exiting, ret=98 ert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd1aa1138] #3 <8>[ 139.273389] [+0xd1aa0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd1aa0df0] Subtest set-bad-flags failed. **** DEBUG **** (vc4_tiling:693) igt_vc4-CRITICAL: Test assertion failure fun<14>[ 139.300050] [IGT] vc4_tiling: executing ction ig<14>[ 139.305463] [IGT] vc4_tiling: starting subtest get-bad-modifier t_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:693) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U<14>[ 139.322072] [IGT] vc4_tiling: finished subtest get-bad-modifier, FAIL |1U) << <14>[ 139.329656] [IGT] vc4_tiling: exiting, ret=98 (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) <8>[ 139.339295] << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:693) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:693) igt_vc4-CRITICAL: error: -1 != 0 (vc4_til<14>[ 139.364974] [IGT] vc4_tiling: executing ing:693)<14>[ 139.370278] [IGT] vc4_tiling: starting subtest set-bad-modifier igt_core-INFO: Stack trace: (vc4_tiling:693) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:693) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:693) igt_core-INFO: #2 [+0xd1aa1138] (vc4_tiling:693) igt_core-INFO: #3 [+0xd1aa0dac] (vc4_tiling:693) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:693) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:693) igt_core-INFO: #6 [+0xd1aa0df0] **** END **** [1mSubtest set-bad-flags: FAIL (0.348s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-modifier (vc4_tiling:696) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:696) 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:696) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:696) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xcd7b1358] #3 [+0xcd7b0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcd7b0df0] Subtest get-bad-modifier failed. **** DEBUG **** (vc4_tiling:696) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:696) 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:696) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:696) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:696) igt_core-INFO: Stack trace: (vc4_tiling:696) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:696) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:696) igt_core-INFO: #2 [+0xcd7b1358] (vc4_tiling:696) igt_core-INFO: #3 [+0xcd7b0dac] (vc4_tiling:696) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:696) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:696) igt_core-INFO: #6 [+0xcd7b0df0] **** END **** [1mSubtest get-bad-modifier: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-modifier (vc4_tiling:699) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:699) 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:699) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:699) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe45613ec] #3 [+0xe4560dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe4560df0] Subtest set-bad-modifier failed. **** DEBUG **** (vc4_tiling:699) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:699) 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:699) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:699) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:699) igt_core-INFO: Stack trace: (vc4_tiling:699) igt_core<14>[ 139.724631] [IGT] vc4_tiling: finished subtest set-bad-modifier, FAIL -INFO: <14>[ 139.732216] [IGT] vc4_tiling: exiting, ret=98 #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:699) igt_cor<8>[ 139.743494] e-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:699) igt_core-INFO: #2 [+0xe45613ec] (vc4_tiling:699) igt_core-INFO: #3 [+0xe4560dac] (vc4_tiling:699) igt_core-INFO: #4 [__libc_init_first<14>[ 139.770020] [IGT] vc4_tiling: executing +0x80] <14>[ 139.775079] [IGT] vc4_tiling: starting subtest set-get (vc4_tiling:699) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:699) igt_core-INFO: #6 [+0xe4560df<14>[ 139.790656] [IGT] vc4_tiling: finished subtest set-get, FAIL 0] ****<14>[ 139.797621] [IGT] vc4_tiling: exiting, ret=98 END **** [1mSubtest set-bad-modifier: FAIL (0.348s)<8>[ 139.807324] [0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-get (vc4_tilin<14>[ 139.830927] [IGT] vc4_tiling: executing g:702) i<14>[ 139.836283] [IGT] vc4_tiling: starting subtest get-after-free gt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:702) igt_vc4<14>[ 139.852439] [IGT] vc4_tiling: finished subtest get-after-free, FAIL -CRITICA<14>[ 139.859927] [IGT] vc4_tiling: exiting, ret=98 L: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+<8>[ 139.869785] 8)+8)+14)) | (((<8>[ 139.878749] 'd')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:702) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:702) igt_vc4-CRITICAL: error: -1 != 0 Stack<8>[ 139.903752] trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xca3314dc] #3 [+0xca330dac] #4 [__libc_init_first+0x80] #5 [__libc_start_mai<14>[ 139.926560] [IGT] vc4_wait_bo: executing n+0x98] #6 [+0xca330df0] Subtest set-get failed. **** DEBUG **** (vc4_tiling:702) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:702) 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:702) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:702) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:702) igt_core-INFO: Stack trace: (vc4_tiling:702) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:702) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:702) igt_core-INFO: #2 [+0xca3314dc] (vc4_tiling:702) igt_core-INFO: #3 [+0xca330dac] (vc4_tiling:702) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:702) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:702) igt_core-INFO: #6 [+0xca330df0] **** END **** [1mSubtest set-get: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-after-free (vc4_tiling:705) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:705) 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:705) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:705) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe38d1474] #3 [+0xe38d0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe38d0df0] Subtest get-after-free failed. **** DEBUG **** (vc4_tiling:705) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:705) 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:705) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:705) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:705) igt_core-INFO: Stack trace: (vc4_tiling:705) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:705) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:705) igt_core-INFO: #2 [+0xe38d1474] (vc4_tiling:705) igt_core-INFO: #3 [+0xe38d0dac] (vc4_tiling:705) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:705) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:705) igt_core-INFO: #6 [+0xe38d0df0] **** END **** [1mSubtest get-after-free: FAIL (0.010s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305837 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:711) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:711) 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:711) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:711) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc771149c] #3 [+0xc7710e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc7710e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:711) igt_core-INFO: IGT-Versio<14>[ 140.280523] [IGT] vc4_wait_bo: exiting, ret=98 n: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch6<8>[ 140.290557] 4) (vc4_wait_bo:711) igt_core-INFO: Using IGT_SRANDOM=1706305837 for randomisation (vc4_wait_bo:711) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:711) drmtest-INFO: Opened device: /dev/d<14>[ 140.315171] [IGT] vc4_wait_bo: executing ri/card0 (vc4_wait_bo:711) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:711) DEBUG: Test requirement passed: i<14>[ 140.330610] [IGT] vc4_wait_bo: exiting, ret=98 gt_vc4_is_v3d(fd) (vc4_wait_bo:711) igt_vc4-CRITICAL: Test asse<8>[ 140.340986] rtion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:711) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)<14>[ 140.365916] [IGT] vc4_wait_bo: executing ) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:711) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:711) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:711) igt_core-INFO: Stack trace: (vc4_wait_bo:711) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:711) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:711) igt_core-INFO: #2 [+0xc771149c] (vc4_wait_bo:711) igt_core-INFO: #3 [+0xc7710e2c] (vc4_wait_bo:711) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:711) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:711) igt_core-INFO: #6 [+0xc7710e70] **** END **** [1mSubtest bad-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:714) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:714) 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:714) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:714) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb767149c] #3 [+0xb7670e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb7670e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:714) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:714) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:714) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:714) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:714) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:714) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:714) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:714) 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:714) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:714) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:714) igt_core-INFO: Stack trace: (vc4_wait_bo:714) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:714) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:714) igt_core-INFO: #2 [+0xb767149c] (vc4_wait_bo:714) igt_core-INFO: #3 [+0xb7670e2c] (vc4_wait_bo:714) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:714) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:714) igt_core-INFO: #6 [+0xb7670e70] **** END **** [1mSubtest bad-pad: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:717) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:717) 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:717) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:717) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbf92149c] #3 [+0xbf920e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [<14>[ 140.719481] [IGT] vc4_wait_bo: exiting, ret=98 +0xbf920e70] Test vc4_wait_bo failed. **** DE<8>[ 140.729573] BUG **** (vc4_wait_bo:717) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:717) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:7<14>[ 140.754607] [IGT] vc4_wait_bo: executing 17) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:717) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait<14>[ 140.770545] [IGT] vc4_wait_bo: exiting, ret=98 _bo:717) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_w<8>[ 140.780630] ait_bo:717) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:717) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:717) igt<14>[ 140.805930] [IGT] vc4_wait_bo: executing _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:717) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:717) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:717) igt_core-INFO: Stack trace: (vc4_wait_bo:717) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:717) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:717) igt_core-INFO: #2 [+0xbf92149c] (vc4_wait_bo:717) igt_core-INFO: #3 [+0xbf920e2c] (vc4_wait_bo:717) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:717) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:717) igt_core-INFO: #6 [+0xbf920e70] **** END **** [1mSubtest unused-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:720) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:720) 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:720) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:720) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe023149c] #3 [+0xe0230e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe0230e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:720) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:720) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo:720) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:720) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:720) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:720) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:720) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:720) 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:720) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:720) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:720) igt_core-INFO: Stack trace: (vc4_wait_bo:720) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:720) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:720) igt_core-INFO: #2 [+0xe023149c] (vc4_wait_bo:720) igt_core-INFO: #3 [+0xe0230e2c] (vc4_wait_bo:720) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:720) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:720) igt_core-INFO: #6 [+0xe0230e70] **** END **** [1mSubtest unused-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305838 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:723) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:723) 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:723) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:723) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9<14>[ 141.158987] [IGT] vc4_wait_bo: exiting, ret=98 c] #2 [+0xc71b149c] #3 [+0xc71b0<8>[ 141.169055] e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc71b0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:723) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64<14>[ 141.194290] [IGT] vc4_wait_bo: executing ) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:723) igt_core-INFO: Using IGT_SRANDOM=1706305838 for randomisation (vc4_wait_bo<14>[ 141.209904] [IGT] vc4_wait_bo: exiting, ret=98 :723) drmtest-DEBUG: Force option used: Using driver vc4<8>[ 141.219693] (vc4_wait_bo:723) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:723) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:723) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd)<14>[ 141.244317] [IGT] vc4_wait_bo: executing (vc4_wait_bo:723) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:723) 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:723) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:723) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:723) igt_core-INFO: Stack trace: (vc4_wait_bo:723) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:723) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:723) igt_core-INFO: #2 [+0xc71b149c] (vc4_wait_bo:723) igt_core-INFO: #3 [+0xc71b0e2c] (vc4_wait_bo:723) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:723) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:723) igt_core-INFO: #6 [+0xc71b0e70] **** END **** [1mSubtest used-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:726) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:726) 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:726) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:726) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe245149c] #3 [+0xe2450e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe2450e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:726) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:726) igt_core-INFO: Using IGT_SRANDOM=1706305839 for randomisation (vc4_wait_bo:726) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:726) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:726) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:726) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:726) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:726) 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:726) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:726) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:726) igt_core-INFO: Stack trace: (vc4_wait_bo:726) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:726) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:726) igt_core-INFO: #2 [+0xe245149c] (vc4_wait_bo:726) igt_core-INFO: #3 [+0xe2450e2c] (vc4_wait_bo:726) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:726) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:726) igt_core-INFO: #6 [+0xe2450e70] **** END **** [1mSubtest used-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) Using IGT_SRANDOM=1706305839 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:729) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:729) 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:729) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:729) igt_vc<14>[ 141.598770] [IGT] vc4_wait_bo: exiting, ret=98 4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/ig<8>[ 141.608865] t_core.c:1989 __igt_fail<8>[ 141.617354] _assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe209149c] #3 [+0xe2090e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe2090e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_w<8>[ 141.642752] ait_bo:729) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 aarch64) (vc4_wait_bo:729) igt_core-INFO: Using IGT_SRANDOM=1706305839 for randomisation (vc4_wait_bo:729) drmtest-DEBU<14>[ 141.666436] [IGT] vc4_wait_seqno: executing G: Force<14>[ 141.671904] [IGT] vc4_wait_seqno: starting subtest bad-seqno-0ns option <14>[ 141.678666] [IGT] vc4_wait_seqno: finished subtest bad-seqno-0ns, SUCCESS used: Us<14>[ 141.686636] [IGT] vc4_wait_seqno: exiting, ret=0 ing driver vc4 (vc4_wait_bo:729) drmtest-INFO: Opened d<8>[ 141.696797] evice: /dev/dri/card0 (vc4_wait_bo:729) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:729) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:729) igt_vc4-CRITICAL: Test asserti<14>[ 141.721897] [IGT] vc4_wait_seqno: executing on failu<14>[ 141.727692] [IGT] vc4_wait_seqno: starting subtest bad-seqno-1ns re funct<1>[ 141.734548] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008 ion igt_<1>[ 141.744291] Mem abort info: vc4_crea<1>[ 141.748084] ESR = 0x96000044 te_bo, f<1>[ 141.752141] EC = 0x25: DABT (current EL), IL = 32 bits ile ../l<1>[ 141.758486] SET = 0, FnV = 0 ib/igt_v<1>[ 141.762542] EA = 0, S1PTW = 0 c4.c:126<1>[ 141.766684] Data abort info: : (vc4_<1>[ 141.770564] ISV = 0, ISS = 0x00000044 wait_bo:<1>[ 141.775413] CM = 0, WnR = 1 729) igt<1>[ 141.779381] user pgtable: 4k pages, 48-bit VAs, pgdp=000000005108d000 _vc4-CRI<1>[ 141.786872] [0000000000000008] pgd=0000000000000000, p4d=0000000000000000 TICAL: F<0>[ 141.794718] Internal error: Oops: 0000000096000044 [#1] PREEMPT SMP ailed as<4>[ 141.802034] Modules linked in: hci_uart btqca raspberrypi_cpufreq brcmfmac brcmutil btbcm broadcom clk_raspberrypi bcm_phy_lib raspberrypi_hwmon crct10dif_ce cfg80211 bluetooth ecdh_generic ecc pwm_bcm2835 bcm2711_thermal i2c_bcm2835 iproc_rng200 rfkill vc4 cec genet rng_core pcie_brcmstb mdio_bcm_unimac drm_kms_helper drm dm_mod ip_tables x_tables ipv6 sertion:<4>[ 141.834734] CPU: 3 PID: 738 Comm: vc4_wait_seqno Not tainted 5.10.218-cip49 #1 igt_ioc<4>[ 141.843016] Hardware name: Raspberry Pi 4 Model B Rev 1.5 (DT) tl((fd),<4>[ 141.849894] pstate: 60000085 (nZCv daIf -PAN -UAO -TCO BTYPE=--) ((((2U|<4>[ 141.856954] pc : prepare_to_wait+0x74/0x84 1U) << (<4>[ 141.862059] lr : prepare_to_wait+0x34/0x84 ((0+8)+8<4>[ 141.867171] sp : ffff80001697bbd0 )+14)) |<4>[ 141.871490] x29: ffff80001697bbd0 x28: ffff80001697bd88 ((('d')<4>[ 141.877836] x27: ffff80001697bd88 x26: 0000000000000001 ) << (0+<4>[ 141.884182] x25: ffff271e8f4ba858 x24: ffff271e91173900 8)) | ((<4>[ 141.890529] x23: ffffd2f22a1b7000 x22: ffff80001697bc68 (0x40 + <4>[ 141.896876] x21: ffff271e8f4ba858 x20: 0000000000000001 0x03)) <<4>[ 141.903222] x19: ffff80001697bc50 x18: 0000000000000000 < 0) | (<4>[ 141.909569] x17: 0000000000000000 x16: ffffd2f2286d4390 (((sizeo<4>[ 141.915916] x15: 0000fffffb0bdd20 x14: 0000000000000000 f(struct<4>[ 141.922262] x13: 0000000000000000 x12: 0000000000000000 drm_vc4<4>[ 141.928609] x11: 0000000000000000 x10: 0000000000000000 _create_<4>[ 141.934955] x9 : ffffd2f1e2044000 x8 : 0000000000000001 bo)))) <<4>[ 141.941302] x7 : ffffffffffffffff x6 : 000000000007d3a0 < ((0+8)<4>[ 141.947649] x5 : 000000000007d3a0 x4 : 0000000000000000 +8)))), <4>[ 141.953995] x3 : ffff271e8f4ba858 x2 : 0000000000000000 (&create<4>[ 141.960342] x1 : 0000000000000000 x0 : ffff271e8f4ba860 )) == 0 <4>[ 141.966689] Call trace: (vc4_wa<4>[ 141.970129] prepare_to_wait+0x74/0x84 it_bo:72<4>[ 141.974904] vc4_wait_for_seqno+0x98/0x174 [vc4] 9) igt_v<4>[ 141.980537] vc4_wait_seqno_ioctl+0x30/0xa4 [vc4] c4-CRITI<4>[ 141.986325] drm_ioctl_kernel+0xc4/0x114 [drm] CAL: Las<4>[ 141.991760] drm_ioctl+0x228/0x480 [drm] t errno:<4>[ 141.996661] __arm64_sys_ioctl+0xa8/0xf0 19, No <4>[ 142.001601] el0_svc_common.constprop.0+0x78/0x1c4 such dev<4>[ 142.007414] do_el0_svc+0x24/0x9c ice (vc<4>[ 142.011738] el0_svc+0x14/0x20 4_wait_b<4>[ 142.015789] el0_sync_handler+0xb0/0xb4 o:729) i<4>[ 142.020637] el0_sync+0x180/0x1c0 gt_vc4-C<0>[ 142.024959] Code: d50323bf d65f03c0 aa1503e0 f8408c02 (f9000456) RITICAL:<4>[ 142.032098] ---[ end trace 128ec7c2c16c2e50 ]--- error: <6>[ 142.037739] note: vc4_wait_seqno[738] exited with preempt_count 1 -1 != 0 (vc4_wait_bo:729) igt_core-INFO: Stack trace: (vc4_wait_bo:729) igt_core-INFO:<8>[ 142.052053] #0 ../lib/igt_core.c:1989 __i<8>[ 142.062385] gt_fail_assert()<8>[ 142.067346] (vc4_wait_bo:729) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:729) igt_core-INFO: #2 [+0xe209149c] (vc4_wait_bo:729) igt_core-INFO: #3 [+0xe2090e2c] (vc4_wait_bo:729) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:729) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:729) igt_core-INFO: #6 [+0xe2090e70] **** END **** [1mSubtest used-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49 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.218-cip49 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 / #